/*$color-btn-hover-font: #60b6e0;*/

.definition-list {
  width: 100%;
}

.definition-list .definition-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
  margin: 0px 0px;
  font-size: 0.85em;
  width: 100%;
}

.definition-list .definition-list__title {
  color: #3D3D3D;
  display: inline-block;
  width: 50%;
  margin-right: 1rem;
  text-align: right;
  font-weight: 600;
}

.definition-list .definition-list__body {
  color: #3D3D3D;
  display: inline-block;
  width: 50%;
  text-align: left;
  margin-left: 1rem;
}

.definition-list .text-success {
  color: #29a744 !important;
}@media (min-width: 320px) {
  .coupon-code-form .ele-group {
    display: flex;
    align-items: center;
  }

  .coupon-code-form .ele-group > * {
    flex: 1;
    margin-right: 1rem;
  }

  .coupon-code-form .ele-group > *:first-child {
    flex-basis: 70%;
  }

  .coupon-code-form .ele-group > *:last-child {
    margin-right: 0;
    flex-basis: 30%;
  }

  .coupon-code-form .form-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }

  .coupon-code-form .form-group label.label-hidden {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    text-indent: -150%;
  }

  .coupon-code-form .form-group .input-wrapper {
    position: relative;
  }

  .coupon-code-form .form-group .form-group-text input[type=text] {
    height: 43px;
    border: 1px solid #999;
  }

  .coupon-code-form form {
    display: flex;
    align-items: center;
  }

  .coupon-code-form form .form-group {
    margin-bottom: 0;
  }

  .coupon-code-form form .input-wrapper .error {
    display: none;
  }

  .coupon-code-form form > * {
    flex: 1;
    margin-right: 1rem;
  }

  .coupon-code-form form > *:first-child {
    flex-basis: 70%;
  }

  .coupon-code-form form > *:last-child {
    margin-right: 0;
    flex-basis: 30%;
  }

  .coupon-code-form form .input-state-icon {
    display: none;
  }

  .coupon-code-form form .form-control.valid {
    border: 1px solid #999 !important;
  }

  .coupon-code-form form .form-control.invalid {
    border: 1px solid #999 !important;
  }
}.Slider {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.Slider-slides {
  display: flex;
}

.Slider-slides--transition {
  transition: transform 0.25s;
}

.Slider-slides > * {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.Slider-nav {
  align-content: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  order: 2;
}

.Slider-navButton {
  background: none;
  border: 0;
  height: 20px;
  opacity: 0.5;
  outline: none;
  position: relative;
  transition: opacity 0.25s;
  width: 20px;
  padding: 0;
}

.Slider-navButton::after {
  background: #345;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 6px;
}

.Slider-navButton--active {
  opacity: 1;
}

.Slider-navButton--active::after {
  height: 12px;
  left: 4px;
  opacity: 1;
  top: 4px;
  width: 12px;
}

.Slider-arrows {
  height: 0;
  left: 0;
  position: absolute;
  top: calc(50% - 35px);
  width: 100%;
  z-index: 1;
}

.Slider-arrows--noNav {
  top: calc(50% - 20px);
}

.Slider-arrow {
  background: none;
  border: none;
  height: 40px;
  opacity: 0.5;
  outline: none;
  position: absolute;
  transition: opacity 0.25s;
  padding: 0px;
  width: 21px;
}

.Slider-arrow:hover {
  opacity: 1;
}

.Slider-arrow::after,
.Slider-arrow::before {
  background: #fff;
  border-radius: 3px;
  content: '';
  display: block;
  height: 23px;
  position: absolute;
  width: 5px;
  left: 8px;
}

.Slider-arrow::before {
  top: 0;
}

.Slider-arrow::after {
  bottom: 0;
}

.Slider-arrow--left {
  top: 0;
  left: 10px;
}

.Slider-arrow--left::before {
  transform: rotate(30deg);
}

.Slider-arrow--left::after {
  transform: rotate(-30deg);
}

.Slider-arrow--right {
  top: 0;
  right: 10px;
}

.Slider-arrow--right::before {
  transform: rotate(-30deg);
}

.Slider-arrow--right::after {
  transform: rotate(30deg);
}.satisfaction-banner {
  display: flex;
  width: 100%;
  padding: 1rem;
}

.satisfaction-banner__guarantee {
  display: inline-flex;
  align-items: center;
}

.satisfaction-banner__guarantee p {
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #b1afaf;
  margin: 0;
  text-align: left;
}

.satisfaction-banner__sslSeal {
  display: inline-flex;
  align-items: center;
}

.satisfaction-banner__sslSeal img {
  width: auto;
  height: 50px;
}

.cart .satisfaction-banner {
  border-bottom: 1px solid #b9b1b19c;
  align-items: center;
}

.cart .satisfaction-banner__burst img {
  height: auto;
  width: 50px;
}

.cart .satisfaction-banner__burst img.light-starburst {
  display: none;
}

@media (max-width: 991px) {
  .cart .satisfaction-banner__burst img {
    width: 40px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .cart .satisfaction-banner__guarantee p {
    font-size: 1rem;
  }
}

.cart .satisfaction-banner__sslSeal {
  margin-left: auto;
}

@media (max-width: 991px) {
  .cart .satisfaction-banner__sslSeal img {
    height: 40px;
  }
}

@media (min-width: 992px) {
  .cart .satisfaction-banner {
    display: none;
  }
}

.cart-item .satisfaction-banner {
  position: absolute;
  bottom: 1.5rem;
  width: 65%;
  right: 0;
  display: flex;
  border-bottom: none;
}

.cart-item .satisfaction-banner__burst img {
  height: auto;
  width: 50px;
}

.cart-item .satisfaction-banner__burst img.light-starburst {
  display: none;
}

.cart-item .satisfaction-banner__guarantee {
  font-weight: 700;
}

.cart-item .satisfaction-banner__sslSeal {
  margin-left: auto;
}

@media (max-width: 991px) {
  .cart-item .satisfaction-banner {
    display: none;
  }
}

.build-modal .satisfaction-banner {
  padding: 0;
  justify-content: space-between;
}

.build-modal .satisfaction-banner__burst img {
  width: 35px;
  height: auto;
}

.build-modal .satisfaction-banner__burst img.dark-starburst {
  display: none;
}

@media (min-width: 992px) {
  .build-modal .satisfaction-banner__burst img {
    width: 45px;
  }
}

.build-modal .satisfaction-banner__guarantee p {
  text-transform: uppercase;
  color: #89c2e3;
  font-weight: 700;
  letter-spacing: .80px;
  font-size: 1rem;
  padding: 0rem;
  text-align: center;
}

@media (min-width: 992px) {
  .build-modal .satisfaction-banner__guarantee p {
    font-size: 1.25rem;
  }
}

.build-modal .satisfaction-banner__sslSeal img {
  height: 30px;
}

@media (min-width: 992px) {
  .build-modal .satisfaction-banner__sslSeal img {
    height: 40px;
  }
}

.build-modal .satisfaction-banner > div {
  padding: 0rem 1rem;
}

@media (min-width: 992px) {
  .build-modal .satisfaction-banner > div {
    padding: 0rem;
  }
}

@media (min-width: 992px) {
  .build-modal .satisfaction-banner {
    justify-content: space-around;
  }
}

.content-after-cart-details .satisfaction-banner {
  border: 1px solid #d4d2d2;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
}

.content-after-cart-details .satisfaction-banner__burst {
  width: 13%;
  padding-left: 1rem;
}

.content-after-cart-details .satisfaction-banner__burst img {
  height: auto;
  width: 40px;
}

@media (max-width: 1199px) {
  .content-after-cart-details .satisfaction-banner__burst img {
    font-size: 1rem;
  }
}

.content-after-cart-details .satisfaction-banner__burst img.light-starburst {
  display: none;
}

@media (max-width: 1199px) {
  .content-after-cart-details .satisfaction-banner__burst {
    width: 17%;
    padding-left: .5rem;
  }
}

.content-after-cart-details .satisfaction-banner__guarantee {
  position: relative;
  width: 35%;
}

.content-after-cart-details .satisfaction-banner__guarantee p {
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #b1afaf;
  margin: 0;
  line-height: 17px;
}

@media (max-width: 1199px) {
  .content-after-cart-details .satisfaction-banner__guarantee p {
    font-size: 1rem;
  }
}

.content-after-cart-details .satisfaction-banner__guarantee:after {
  position: absolute;
  content: ' ';
  right: 0;
  height: 115%;
  border-right: 1px solid #d4d2d2;
  width: 1px;
}

.content-after-cart-details .satisfaction-banner__sslSeal {
  width: 35%;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .content-after-cart-details .satisfaction-banner__sslSeal img {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .content-after-cart-details .satisfaction-banner {
    display: none;
  }
}

.content-after-payment-form .satisfaction-banner {
  display: none;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 991px) {
  .content-after-payment-form .satisfaction-banner__burst img {
    width: 40px;
    height: auto;
  }
}

.content-after-payment-form .satisfaction-banner__burst img.light-starburst {
  display: none;
}

@media (max-width: 991px) {
  .content-after-payment-form .satisfaction-banner__guarantee p {
    font-size: 1rem;
  }
}

.content-after-payment-form .satisfaction-banner__sslSeal {
  margin-left: auto;
}

@media (max-width: 991px) {
  .content-after-payment-form .satisfaction-banner__sslSeal img {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .content-after-payment-form .satisfaction-banner {
    display: flex;
  }
}.cart-item .desktop-only .table {
  box-shadow: 1px 1px 5px #969696;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  position: relative;
}

.cart-item .desktop-only .table td .cross {
  position: relative;
  display: inline-block;
}

.cart-item .desktop-only .table td .cross:before {
  border: 1px solid red;
  transform: translateY(0.6rem) scaleX(0);
  animation: crossOutLeft 1s  forwards;
  transform-origin: center left;
}

.cart-item .desktop-only .table td .cross:before {
  position: absolute;
  content: ' ';
  width: 100%;
}

.cart-item .desktop-only .table td:not(:first-child) {
  max-width: 125px;
}

.cart-item .desktop-only .table #cart-item {
  color: #007bff;
  padding: 1rem 0rem;
  font-size: 16px;
  left: -1.5rem;
}

@media (max-width: 991px) {
  .cart-item .desktop-only .table #cart-item {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .cart-item .desktop-only .table #cart-item {
    position: absolute;
    min-width: 150px;
    left: -3rem;
  }
}

@media (min-width: 1199px) {
  .cart-item .desktop-only .table #cart-item {
    position: absolute;
    left: -1.5em;
  }
}

.cart-item .desktop-only img {
  max-height: 10rem;
}

.cart-item__desktop {
  position: relative;
}

@keyframes crossOutLeft {
  0% {
    transform: translateY(0.6rem) scaleX(0);
  }

  100% {
    transform: translateY(0.6rem) scaleX(1);
  }
}/*$color-btn-hover-font: #60b6e0;*/

.empty-cart h3 {
  color: #1285c6;
}

@media (max-width: 991px) {
  .empty-cart .btn {
    width: 100%;
  }
}.banner {
  height: 30px;
  background-color: #1285c6;
}

.banner .lead {
  color: #ffc107;
  font-weight: 600;
}

.banner .banner__text {
  line-height: 30px;
  color: white;
  font-weight: normal;
  font-size: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.banner .banner__text > div {
  margin-left: 1rem;
  margin-right: 1rem;
}

.banner .banner__text .fa {
  font-size: 1rem;
  line-height: 30px;
}

.banner.banner-stack .banner__text {
  justify-content: space-between;
  font-weight: normal;
  font-style: italic;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.banner.banner-stack .banner__text .stack-general,
.banner.banner-stack .banner__text .stack-highlight {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.banner.banner-stack .banner__text .stack-general > div,
.banner.banner-stack .banner__text .stack-highlight > div {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.banner.banner-stack .banner__text .stack-highlight {
  font-size: 1rem;
}

.banner.banner-stack .banner__text .stack-highlight .fa {
  font-size: 1rem;
}

.banner.banner-stack .banner__text .lead {
  font-size: 1.65rem;
  font-weight: 900;
  margin-left: -0.25rem !important;
}

.banner.banner-stack .banner__text b {
  font-weight: 600;
}

@media (max-width: 992px) {
  .banner {
    height: 30px;
    background-color: #1285c6;
  }

  .banner .banner__text {
    line-height: 30px;
    font-size: 0.7rem;
  }

  .banner .banner__text > div {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .banner .banner__text .fa {
    font-size: 0.7rem;
    line-height: 30px;
  }

  .banner-stack .banner__text {
    justify-content: center !important;
  }

  .banner-stack .stack-general {
    display: none !important;
  }
}

@media (max-width: 374px) {
  .banner {
    height: 40px;
    background-color: #1285c6;
  }

  .banner .banner__text {
    line-height: 40px;
    font-size: 0.65rem;
  }

  .banner .banner__text > div {
    margin-left: 0.15rem !important;
    margin-right: 0.15rem !important;
  }

  .banner .banner__text .fa {
    font-size: 0.65rem;
    line-height: 40px;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.free-offers-banner {
  display: block;
  /*block for general styling under buildModal
    @at-root .build-modal.free-offers-banner{
        
    }*/
}

.free-offers-banner__iconStack {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.free-offers-banner__iconStack__return {
  position: relative;
}

.free-offers-banner__iconStack__return:after {
  position: absolute;
  content: '';
  height: 50%;
  border-right: 1px solid #76b9de;
  right: 0;
  top: 25%;
}

.free-offers-banner__iconStack__return:before {
  position: absolute;
  content: '';
  height: 50%;
  border-right: 1px solid #76b9de;
  left: 0;
  top: 25%;
}

.free-offers-banner__iconStack li {
  display: inline-flex;
  padding: .2rem 1rem;
}

.free-offers-banner__iconStack li div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #f2f2f2;
  flex-wrap: wrap;
}

.free-offers-banner__iconStack li div img {
  display: inline-block;
  height: auto;
  width: 43px;
  padding: 0 .2rem;
}

.free-offers-banner__iconStack li div p {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
}

.free-offers-banner__textBlock {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 0px 15px;
}

@media (min-width: 1025px) {
  .free-offers-banner__textBlock {
    max-width: 960px;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .free-offers-banner__textBlock {
    max-width: 1140px;
  }
}

.free-offers-banner__textBlock__title {
  display: inline-flex;
  text-transform: uppercase;
  margin: 3rem 0rem 2rem 0rem;
}

.free-offers-banner__textBlock__title--sec {
  font-weight: 700;
}

.free-offers-banner__textBlock__title--ter {
  font-weight: 700;
  color: #1285c6;
}

@media (min-width: 1025px) {
  .free-offers-banner__textBlock__title {
    flex: 0 1 30%;
    flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .free-offers-banner__textBlock__title h2 {
    display: block;
    width: 100%;
    flex: 0 1 100%;
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .free-offers-banner__textBlock__title h2 span {
    display: block;
  }
}

.free-offers-banner__textBlock__pricing {
  min-width: 25%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1025px) {
  .free-offers-banner__textBlock__pricing {
    flex-direction: column;
    flex: 0 1 100%;
  }
}

.free-offers-banner__textBlock__pricing div {
  background: #fff;
  display: flex;
  font-size: 1.8rem;
  align-self: center;
  color: #1285c6;
  flex-wrap: wrap;
  border: 1px solid #d8d8d8;
  box-shadow: 1px 1px 1px #d8d8d8;
  padding: .5rem 1rem;
}

@media (min-width: 1025px) {
  .free-offers-banner__textBlock__pricing div {
    align-self: flex-end;
  }
}

.free-offers-banner__textBlock__pricing div span {
  font-size: .7rem;
  display: flex;
  align-self: center;
  margin-left: .8rem;
  color: #212529;
}

@media (min-width: 1025px) {
  .free-offers-banner__textBlock__desc {
    flex: 0 1 70%;
    flex-direction: column;
    margin: 3rem 0rem 2rem 0rem;
    padding-left: 2rem;
  }
}

.free-offers-banner__textBlock__desc h3 {
  font-weight: 700;
  margin-bottom: 2rem;
}

.free-offers-banner__container {
  display: flex;
  align-content: center;
  justify-content: center;
}

.free-offers-banner__container--bgFill {
  background-color: #1285c6;
  display: flex;
  align-content: center;
  justify-content: center;
}

.build-modal .free-offers-banner__container--bgFill {
  position: relative;
}

.build-modal .free-offers-banner__container--bgFill:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: -.5rem;
  border-bottom: 1px solid #fff;
}

@media (min-widtH: 992px) {
  .build-modal .free-offers-banner__container--bgFill:after {
    width: 89%;
    border-bottom: 1px solid #eaeaea73;
  }
}

.build-modal .free-offers-banner__iconStack {
  width: 100%;
  justify-content: space-evenly;
}

.build-modal .free-offers-banner__iconStack__return:before,
.build-modal .free-offers-banner__iconStack__return:after {
  display: none;
}

.build-modal .free-offers-banner__iconStack li div p {
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: 1.50px;
}

@media (min-width: 992px) {
  .build-modal .free-offers-banner__iconStack li div p {
    font-size: 1.1rem;
  }
}

.build-modal .free-offers-banner__iconStack li div img {
  display: inline-block;
  height: auto;
  width: 63px;
  padding: 0 .2rem;
}

.orthotic-form .free-offers-banner__container {
  background: url(./img/archfitters-shopper/free-offers-banner/TextureBackground-min.png);
}

.orthotic-form.free-offers-banner {
  position: relative;
  bottom: -2.2rem;
}/*$color-btn-hover-font: #60b6e0;*/

.special-offers__content {
  padding: 0;
  margin: 0;
}

.special-offers__content__item {
  display: inline-block;
  display: inline-grid;
  grid-template-areas: "image" "desc" "price";
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 2rem 1rem;
  width: 33%;
  border-radius: 5px;
  list-style: none;
}

.special-offers__content__item--img {
  grid-area: image;
  text-align: center;
  position: relative;
}

.special-offers__content__item--img .checkbox {
  display: none;
  position: absolute;
  right: 30%;
  top: 25%;
  background: orange;
  color: white;
  filter: invert(1);
  font-size: 1.1rem;
  border-radius: 100%;
  padding: 0rem .3rem;
}

@media (max-width: 520px) {
  .special-offers__content__item--img .checkbox {
    font-size: .7rem;
    padding: .1rem .3rem;
    right: 20%;
    top: 15%;
  }
}

.special-offers__content__item--img img {
  height: auto;
  margin: 0 auto;
  max-height: 75px;
}

@media (max-width: 520px) {
  .special-offers__content__item--img img {
    max-height: 65px;
  }
}

.special-offers__content__item--desc {
  grid-area: desc;
  text-align: center;
  margin: .7rem 0rem;
}

.special-offers__content__item--desc span {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .special-offers__content__item--desc span {
    font-size: .9rem;
    white-space: initial;
  }
}

@media (min-width: 768px) {
  .special-offers__content__item--desc span {
    font-size: 1rem;
  }
}

.special-offers__content__item--desc p {
  color: #908f8f;
  margin: 0;
}

.special-offers__content__item--price {
  grid-area: price;
  display: flex;
  justify-content: center;
  align-content: center;
}

.special-offers__content__item--price div {
  background: #eb9212;
  display: inline-block;
  text-align: center;
  padding: .6rem .6rem;
  border-radius: 100%;
  position: relative;
  color: #fff;
}

.special-offers__content__item--price div p {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  position: relative;
  bottom: .31rem;
}

@media (max-width: 520px) {
  .special-offers__content__item--price div p {
    font-size: 1.2rem;
    white-space: initial;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .special-offers__content__item--price div p {
    font-size: 1.5rem;
  }
}

.special-offers__content__item--price div span {
  position: absolute;
  bottom: .30rem;
  right: 0;
  left: 0;
}

@media (max-width: 520px) {
  .special-offers__content__item--price div span {
    font-size: .7rem;
    bottom: .4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .special-offers__content__item--price div span {
    font-size: .8rem;
  }
}

@media (max-width: 520px) {
  .special-offers__content__item--price div {
    padding: .6rem .55rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .special-offers__content__item--price div {
    padding: 0.7rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .special-offers__content__item {
    width: 25%;
    padding: 3rem 0rem;
  }
}

.special-offers.single .special-offers__content__item:first-of-type {
  background: #b3dcff;
  background: -moz-linear-gradient(top, #b3dcff 0%, #65add8 57%, #54aee2 78%, #1a88cc 100%);
  background: -webkit-linear-gradient(top, #b3dcff 0%, #65add8 57%, #54aee2 78%, #1a88cc 100%);
  background: linear-gradient(to bottom, #b3dcff 0%, #65add8 57%, #54aee2 78%, #1a88cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dcff', endColorstr='#1a88cc',GradientType=0 );
  transform: scale(1.1, 1.2);
  border-radius: 5px;
  border: none;
}

.special-offers.single .special-offers__content__item:first-of-type .special-offers__content__item--img .checkbox {
  display: block;
}

.special-offers.single .special-offers__content__item:first-of-type .special-offers__content__item--desc {
  color: #fff;
}

.special-offers.single .special-offers__content__item:first-of-type .special-offers__content__item--desc p {
  color: #fff;
}

.special-offers.double .special-offers__content__item:nth-of-type(2) {
  background: #b3dcff;
  background: -moz-linear-gradient(top, #b3dcff 0%, #65add8 57%, #54aee2 78%, #1a88cc 100%);
  background: -webkit-linear-gradient(top, #b3dcff 0%, #65add8 57%, #54aee2 78%, #1a88cc 100%);
  background: linear-gradient(to bottom, #b3dcff 0%, #65add8 57%, #54aee2 78%, #1a88cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dcff', endColorstr='#1a88cc',GradientType=0 );
  transform: scale(1.1, 1.2);
  border-radius: 5px;
  border: none;
}

.special-offers.double .special-offers__content__item:nth-of-type(2) .special-offers__content__item--img .checkbox {
  display: block;
}

.special-offers.double .special-offers__content__item:nth-of-type(2) .special-offers__content__item--desc {
  color: #fff;
}

.special-offers.double .special-offers__content__item:nth-of-type(2) .special-offers__content__item--desc p {
  color: #fff;
}

.special-offers.triple .special-offers__content__item:last-of-type {
  background: #b3dcff;
  background: -moz-linear-gradient(top, #b3dcff 0%, #65add8 57%, #54aee2 78%, #1a88cc 100%);
  background: -webkit-linear-gradient(top, #b3dcff 0%, #65add8 57%, #54aee2 78%, #1a88cc 100%);
  background: linear-gradient(to bottom, #b3dcff 0%, #65add8 57%, #54aee2 78%, #1a88cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dcff', endColorstr='#1a88cc',GradientType=0 );
  transform: scale(1.1, 1.2);
  border-radius: 5px;
  border: none;
}

.special-offers.triple .special-offers__content__item:last-of-type .special-offers__content__item--img .checkbox {
  display: block;
}

.special-offers.triple .special-offers__content__item:last-of-type .special-offers__content__item--desc {
  color: #fff;
}

.special-offers.triple .special-offers__content__item:last-of-type .special-offers__content__item--desc p {
  color: #fff;
}/*$color-btn-hover-font: #60b6e0;*/

.cart {
  background: #c9e6ff;
  background: -moz-linear-gradient(top, #c9e6ff 0%, #ffffff 71%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #c9e6ff 0%, #ffffff 71%, #ffffff 100%);
  background: linear-gradient(to bottom, #c9e6ff 0%, #ffffff 71%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e6ff', endColorstr='#ffffff',GradientType=0 );
  display: grid;
  grid-template-areas: "freeOffers freeOffers" "cartHeader cartHeader" "specialOffers specialOffers" "cartBody cartBody";
  text-align: center;
}

.cart__header {
  grid-area: cartHeader;
  background: #fff;
  margin: 2rem;
}

.cart__header__checkout {
  text-align: center;
}

@media (max-width: 991px) {
  .cart__header__checkout--desktop {
    display: none;
  }
}

@media (max-width: 1199px) {
  .cart__header__checkout--mobile {
    background: #fff;
  }
}

.cart__header__checkout button {
  width: 90%;
  margin: 1rem 0rem 2rem 0rem;
  font-size: 2rem;
  text-transform: uppercase;
}

.cart__header__checkout button i {
  font-weight: 100;
  margin-left: 1rem;
  font-size: 2.25rem;
}

@media (max-width: 520px) {
  .cart__header__checkout button i {
    margin-left: .4rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .cart__header__checkout button i {
    font-size: 2rem;
  }
}

@media (max-width: 520px) {
  .cart__header__checkout button {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__header__checkout button {
    font-size: 1.6rem;
    margin: 1.5rem 0rem 1rem 0rem;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .cart__header__checkout button {
    padding: .5rem 5rem .5rem 1rem;
    font-size: 1.6rem;
    text-align: right;
  }
}

.cart__header__contentWrapper.active .sticky-inner-wrapper {
  width: 100% !important;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
  .cart__header__contentWrapper {
    display: none;
  }
}

.cart__header .price-summary {
  width: 80%;
  margin: 0 auto;
}

.cart__header .price-summary__subtotal__title {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: capitalize;
}

.cart__header .price-summary__subtotal__title span {
  display: block;
  text-transform: initial;
  color: #1285c6;
  font-size: 1rem;
}

.cart__header .price-summary__subtotal__title span span {
  font-weight: 100;
  display: inline-block;
}

@media (min-width: 992px) {
  .cart__header .price-summary__subtotal__title {
    font-size: 1.1rem;
  }
}

.cart__header .price-summary__subtotal .definition-list__item {
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__header .price-summary__subtotal .definition-list__item {
    margin: 0 auto;
    width: 26rem;
  }
}

.cart__header .price-summary__subtotal .definition-list__body {
  font-size: 1rem;
  margin-top: 2px;
  width: initial;
}

@media (min-width: 992px) {
  .cart__header .price-summary__subtotal .definition-list__body {
    margin-top: 1px;
  }
}

.cart__header .price-summary__subtotal .definition-list__title {
  font-size: 1.2rem;
  width: 65%;
}

@media (min-width: 992px) {
  .cart__header .price-summary__subtotal .definition-list__title {
    font-size: 1.1rem;
  }
}

.cart__header .price-summary__subtotal .definition-list:last-of-type {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cart__header .price-summary__grand-total .definition-list__item {
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__header .price-summary__grand-total .definition-list__item {
    margin: 0 auto;
    width: 26rem;
  }
}

.cart__header .price-summary__grand-total .definition-list__title {
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__header .price-summary__grand-total .definition-list__title {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .cart__header .price-summary__grand-total .definition-list__title {
    font-size: 1.2rem;
  }
}

.cart__header .price-summary__grand-total .definition-list__body {
  font-size: 1rem;
  font-weight: 100;
  width: initial;
}

.cart__header h1 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 2rem auto 1rem auto;
  width: 80%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__header h1 {
    margin: 1rem auto 0.5rem auto;
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .cart__header h1 {
    margin: 1rem auto 0.5rem auto;
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__header {
    margin: 1rem;
  }
}

.cart__body {
  grid-area: cartBody;
  margin: 2rem;
  text-align: left;
}

.cart__body__footer .coupon-code-form {
  margin: 1rem 0rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cart__body__footer .coupon-code-form .ele-group {
  flex-basis: 55%;
}

.cart__body__footer .coupon-code-form .ele-group .input-wrapper input {
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .cart__body__footer .coupon-code-form .ele-group .input-wrapper input {
    padding: .5rem 0rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__body__footer .coupon-code-form .ele-group .input-wrapper input {
    padding: .5rem;
    font-size: 1.5rem;
  }
}

.cart__body__footer .coupon-code-form .ele-group button {
  background: #1285c6;
  border-color: #1285c6;
  padding: 1rem 0rem;
  font-size: 2rem;
  text-transform: uppercase;
  border-radius: 10px;
}

@media (max-width: 520px) {
  .cart__body__footer .coupon-code-form .ele-group button {
    padding: .5rem 0rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__body__footer .coupon-code-form .ele-group button {
    font-size: 1.5rem;
    padding: .5rem 0rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__body__footer .coupon-code-form {
    margin: 2rem 0rem;
  }
}

.cart__body__footer .satisfaction-banner__burst {
  margin-left: .5rem;
}

.cart__body__footer .satisfaction-banner__burst img {
  width: 64px;
}

@media (max-width: 520px) {
  .cart__body__footer .satisfaction-banner__burst img {
    width: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__body__footer .satisfaction-banner__burst img {
    width: 45px;
  }
}

.cart__body__footer .satisfaction-banner__guarantee P {
  font-size: 2rem;
  line-height: 1;
  margin-left: .2rem;
}

@media (max-width: 520px) {
  .cart__body__footer .satisfaction-banner__guarantee P {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__body__footer .satisfaction-banner__guarantee P {
    font-size: 1.5rem;
  }
}

.cart__body__footer .satisfaction-banner__sslSeal {
  padding-left: 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.cart__body__footer .satisfaction-banner__sslSeal img {
  height: 65px;
}

@media (max-width: 520px) {
  .cart__body__footer .satisfaction-banner__sslSeal img {
    height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__body__footer .satisfaction-banner__sslSeal img {
    height: 45px;
  }
}

@media (max-width: 520px) {
  .cart__body__footer .satisfaction-banner__sslSeal {
    padding-left: .5rem;
  }
}

@media (min-width: 992px) {
  .cart__body__footer {
    display: none;
  }
}

.cart__body > .btn {
  display: none;
}

@media (min-width: 768px) {
  .cart__body > .btn {
    display: block;
  }
}

.cart__body .cart-items .cart-item--mobile {
  background: #fff;
  display: grid;
  grid-template-areas: "removeItem removeItem" "image info" ". info";
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .cart__body .cart-items .cart-item--mobile {
    display: none;
  }
}

.cart__body .cart-items .cart-item__remove-item {
  grid-area: removeItem;
  text-align: right;
  padding: .5rem 1rem;
}

.cart__body .cart-items .cart-item__image {
  grid-area: image;
  padding: 1rem;
  margin: 1rem;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.12), 2px 0px 1px rgba(0, 0, 0, 0.12);
}

.cart__body .cart-items .cart-item__image img {
  border: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__body .cart-items .cart-item__image img {
    max-width: 250px;
  }
}

@media (max-width: 520px) {
  .cart__body .cart-items .cart-item__image {
    padding: 0rem;
    margin: 0rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__body .cart-items .cart-item__image {
    text-align: center;
  }
}

.cart__body .cart-items .cart-item__info {
  grid-area: info;
}

.cart__body .cart-items .cart-item__info ul {
  list-style: none;
}

.cart__body .cart-items .cart-item__info ul li p {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 700;
}

@media (max-width: 520px) {
  .cart__body .cart-items .cart-item__info ul li p {
    font-size: 1rem;
  }
}

.cart__body .cart-items .cart-item__info ul li span {
  color: #908f8f;
  font-size: 1rem;
  text-transform: capitalize;
}

@media (max-width: 520px) {
  .cart__body .cart-items .cart-item__info ul li span {
    font-size: .9rem;
  }
}

@media (max-width: 520px) {
  .cart__body .cart-items .cart-item__info ul {
    padding-left: .5rem;
  }
}

.cart__body .cart-items .cart-item__info__shoe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "shoeImage shoeQty" "shoeRemove shoeQty";
  grid-template-rows: auto;
  text-align: center;
}

.cart__body .cart-items .cart-item__info__shoe--img {
  grid-area: shoeImage;
}

.cart__body .cart-items .cart-item__info__shoe--img img {
  max-width: 60px;
}

@media (max-width: 520px) {
  .cart__body .cart-items .cart-item__info__shoe--img img {
    max-width: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__body .cart-items .cart-item__info__shoe--img img {
    max-width: 85px;
  }
}

.cart__body .cart-items .cart-item__info__shoe--remove-type {
  grid-area: shoeRemove;
}

.cart__body .cart-items .cart-item__info__shoe--remove-type p {
  text-align: center;
  margin: 0;
  background: #29a744;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #c7c7c7, 1px 1px 5px #c7c7c7;
  color: #fff;
  padding: .1rem .7rem;
}

@media (max-width: 520px) {
  .cart__body .cart-items .cart-item__info__shoe--remove-type p {
    font-size: .8rem;
  }
}

.cart__body .cart-items .cart-item__info__shoe--qty {
  grid-area: shoeQty;
  text-align: left;
  padding: 0rem 1rem;
}

@media (min-width: 768px) {
  .cart__body .cart-items .cart-item {
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  .cart.empty {
    grid-template-areas: "emptyCart";
    grid-template-columns: 1fr;
  }
}

.cart.empty .container .empty-cart {
  grid-area: emptyCart;
}

.cart .free-offers-banner {
  grid-area: freeOffers;
}

.cart .free-offers-banner__container {
  background: grey;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart .free-offers-banner__container {
    background: #1285c6;
  }
}

@media (min-width: 992px) {
  .cart .free-offers-banner__container {
    background: #1285c6;
  }
}

.cart .free-offers-banner__iconStack__return:after,
.cart .free-offers-banner__iconStack__return:before {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart .free-offers-banner__iconStack__return:after,
  .cart .free-offers-banner__iconStack__return:before {
    display: block;
  }
}

.cart .special-offers {
  grid-area: specialOffers;
  margin: 2rem;
}

.cart .special-offers__header {
  text-align: center;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}

.cart .special-offers__content__item--img img {
  max-height: 100px;
}

@media (min-width: 992px) {
  .cart .special-offers__content__item--img img {
    max-height: 95px;
  }
}

@media (max-width: 520px) {
  .cart .special-offers__content__item--img img {
    max-width: 100%;
    max-height: 50px;
  }
}

.cart .special-offers__content__item--desc span {
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  .cart .special-offers__content__item--desc span {
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .cart .special-offers__content__item--desc span {
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  .cart .special-offers__content__item--price div p {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .cart .special-offers__content__item--price div span {
    font-size: .8rem;
    bottom: .30rem;
  }
}

@media (min-width: 992px) {
  .cart .special-offers__content__item--price div {
    padding: .7rem .6rem;
  }
}

@media (min-width: 992px) {
  .cart .special-offers__content {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .cart .special-offers {
    transform: scale(0.9);
  }
}

@media (min-width: 992px) {
  .cart {
    grid-template-areas: "freeOffers freeOffers" "specialOffers cartHeader" "cartBody cartBody";
    grid-template-columns: 2fr 1fr;
  }
}/*$color-btn-hover-font: #60b6e0;*/

@media (min-width: 320px) {
  .modal-discount h1 {
    color: #eb9212;
  }

  .modal-discount h3 {
    color: #1285c6;
  }
}

@media (max-width: 991px) {
  .modal-discount h1 {
    font-size: 1.5rem;
  }

  .modal-discount h3 {
    font-size: 1rem;
  }
}/*$color-btn-hover-font: #60b6e0;*/

@media (min-width: 320px) {
  .incentive-card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .incentive-card-group .incentive-card {
    flex-grow: 1;
  }

  .incentive-card-group .incentive-card:not(:first-child) {
    margin-left: 1rem;
  }

  .incentive-card:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: -1px;
    /* border distance */
    top: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    margin-top: -12px;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid white;
  }

  .incentive-card {
    position: relative;
    z-index: 1;
    background-color: #1285c6;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
    padding: 0.35rem 0.5rem;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
  }

  .incentive-card .top {
    position: relative;
    font-size: 1.5rem;
  }

  .incentive-card .top:after {
    content: "";
    display: block;
    height: 2px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .incentive-card .bottom {
    font-size: 0.85rem;
  }

  .incentive-card-sm {
    background-color: #1285c6;
  }

  .incentive-card-sm .top {
    font-size: 1rem;
  }

  .incentive-card-sm .bottom {
    font-size: 0.35rem;
  }

  .incentive-card-md {
    background-color: #29a744;
  }

  .incentive-card-md .top {
    font-size: 1.5rem;
  }

  .incentive-card-md .bottom {
    font-size: 0.85rem;
  }

  .incentive-card-lg {
    background-color: #eb9212;
  }

  .incentive-card-lg .top {
    font-size: 2rem;
  }

  .incentive-card-lg .bottom {
    font-size: 1.35rem;
  }
}

@media (min-width: 992px) {
  .incentive-card-sm {
    background-color: #1285c6;
  }

  .incentive-card-sm .top {
    font-size: 1.5rem;
  }

  .incentive-card-sm .bottom {
    font-size: 0.85rem;
  }

  .incentive-card-md {
    background-color: #29a744;
  }

  .incentive-card-md .top {
    font-size: 2rem;
  }

  .incentive-card-md .bottom {
    font-size: 1.35rem;
  }

  .incentive-card-lg {
    background-color: #eb9212;
  }

  .incentive-card-lg .top {
    font-size: 2.5rem;
  }

  .incentive-card-lg .bottom {
    font-size: 1.85rem;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.app-checkout .logo {
  height: 40px;
}

.app-checkout .btn-grp-wrapper {
  margin-top: 30px;
}

.app-checkout .btn-grp-wrapper button {
  display: block;
  margin: 10px auto;
}

.optimize-steps .font-img-spacer-bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-shadow: 1px 1px 2px #484848;
}

@media (min-width: 320px) {
  .app-checkout .coupon-code-form {
    margin-bottom: 1em;
  }

  .app-checkout .cc-exp input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 0.85em;
  }

  .app-checkout .cc-exp input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.85em;
  }

  .app-checkout .cc-exp input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 0.85em;
  }

  .app-checkout .cc-exp input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.85em;
  }

  .app-checkout .checkout-form #paypal-button .paypal-button {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .app-checkout .cart-details .toggle-cart-summary .btn-toggle .fa-caret-right {
    transform-origin: center;
  }
}

@media screen and (max-width: 1024px) {
  .app-checkout h1 {
    font-size: 2em;
    line-height: 1.5em;
  }

  .app-checkout h3 {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 767px) {
  .optimize-steps,
  .app-checkout .btn-grp-wrapper button,
  .optimize-fit .modal-font-small-header {
    font-size: .75em;
  }
}

@media (min-width: 320px) {
  .app-checkout .cart-item img {
    max-height: auto;
    max-width: 5rem;
  }
}

@media (max-width: 720px) {
  .app-checkout {
    background: #c9e6ff;
    background: -moz-linear-gradient(top, #c9e6ff 0%, #ffffff 71%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #c9e6ff 0%, #ffffff 71%, #ffffff 100%);
    background: linear-gradient(to bottom, #c9e6ff 0%, #ffffff 71%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e6ff', endColorstr='#ffffff',GradientType=0 );
  }

  .app-checkout .content-above-checkout-form .free-offers-banner__container {
    background: grey;
  }

  .app-checkout .content-above-checkout-form .free-offers-banner__iconStack:after,
  .app-checkout .content-above-checkout-form .free-offers-banner__iconStack:before {
    display: none;
  }

  .app-checkout .container .form-container .checkout-form .content-group .form-wrapper .multi-step-form .multi-step-breadcrumb {
    background: #fff;
  }

  .app-checkout .container .form-container .checkout-form .content-group .cart-details-wrapper .cart-details {
    background: #fff;
    margin-top: 1rem;
    padding: 1rem;
  }

  .app-checkout .container .form-container .checkout-form .content-group .cart-details-wrapper .cart-details h1 {
    margin: 0 auto;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 1rem;
    font-weight: 700;
  }

  .app-checkout .container .form-container .checkout-form .content-group .cart-details-wrapper .cart-details .toggle-cart-summary .btn.btn-toggle {
    background: none;
    font-size: 1rem;
    font-weight: 100;
  }

  .app-checkout .container .form-container .checkout-form .content-group .cart-details-wrapper .cart-details .toggle-cart-summary .btn.btn-toggle .total {
    font-weight: 700;
  }

  .app-checkout .container .form-container .checkout-form .content-group .form-step-wrapper .checkout-step-customer {
    background: #fff;
    padding: 1rem;
  }
}

@media (min-width: 721px) {
  .app-checkout .cart-item img {
    max-width: 8rem;
  }

  .app-checkout .multi-step-form .form-footer > * {
    max-width: 100%;
  }

  .app-checkout .cart-details-wrapper .cart-details h1 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .modal-title {
    font-size: 1.15em;
  }

  .optimize-steps h1,
  .optimize-fit h1,
  .app-checkout h1 {
    font-size: 1.65rem;
    line-height: 1.65rem;
  }

  .optimize-steps h3,
  .optimize-fit h3,
  .app-checkout h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 320px) {
  .app-checkout h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .app-checkout h3 {
    font-size: 1rem;
  }

  .app-checkout .btn-grp-wrapper button {
    margin-top: 10px;
  }
}

@media (min-height: 768px) and (min-width: 1366px) {
  .app-checkout .multi-step-form .form-footer .btn-next {
    width: 50%;
  }
}

.modal .close {
  color: #fff;
  font-size: 2.25em;
  opacity: 1;
  position: absolute;
  right: 15px;
}

.fade.in.modal {
  opacity: 1;
}

.app-content .app-checkout .content-above-checkout-form h1 {
  text-transform: uppercase;
  text-align: center;
  margin: 1.5rem 0rem;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 720px) {
  .app-content .app-checkout .content-above-checkout-form h1 {
    display: none;
  }
}@media (min-width: 320px) {
  .order-completed {
    margin-top: 2rem;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.pain-slider-wrapper {
  position: relative;
}

.pain-slider-wrapper .Slider {
  padding-bottom: 5px;
}

.pain-slider-wrapper.show-swipe-hint .swipe-hint {
  display: flex;
}

.pain-slider-wrapper .swipe-hint {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: none;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.pain-slider-wrapper .swipe-hint img {
  width: 100%;
  height: 50%;
  max-width: 400px;
}

.pain-slider-wrapper .pain-slider-card {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  line-height: 1.3;
  box-shadow: -1px 3px 4px #929292;
  transition: box-shadow .5s;
  display: inline-block;
}

.pain-slider-wrapper .pain-slider-card .img-pain-wrapper {
  margin-bottom: .5rem;
}

.pain-slider-wrapper .pain-slider-card .img-pain-wrapper img.img-pain {
  height: 137.5px;
  width: auto;
  max-width: 99%;
}

.pain-slider-wrapper .pain-slider-card:active {
  box-shadow: 0px 0px 0px transparent;
  transition: box-shadow .5s;
}

.pain-slider-wrapper .pain-slider-card.active {
  border: 1px solid #1285c6;
}

.pain-slider-wrapper .pain-slider-card.active .card-header {
  background-color: #1285c6;
}

.pain-slider-wrapper .pain-slider-card.active .card-body {
  border: 1px solid #1285c6;
}

.pain-slider-wrapper .pain-slider-card.active .card-body .learn-more button.btn-link {
  color: #1285c6;
}

.pain-slider-wrapper .pain-slider-card.active .card-body .checkbox {
  border: 1px solid #1285c6;
}

.pain-slider-wrapper .pain-slider-card.active .card-body .checkbox i {
  font-size: 2rem;
  color: #1285c6;
}

.pain-slider-wrapper .pain-slider-card .card-body {
  padding: 0 .75rem 0 .75rem;
  position: relative;
  height: 300px;
}

.pain-slider-wrapper .pain-slider-card .card-body .learn-more {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
}

.pain-slider-wrapper .pain-slider-card .card-body .learn-more .btn-link {
  padding: 0;
}

.pain-slider-wrapper .pain-slider-card .card-body .learn-more button.btn-link {
  color: #29a744;
}

.pain-slider-wrapper .pain-slider-card .card-body .learn-more button.btn-link:hover {
  color: #29a744;
}

.pain-slider-wrapper .pain-slider-card .card-body .checkbox {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pain-slider-wrapper .pain-slider-card .card-body .term-list > span > span {
  position: relative;
  margin-left: .5rem;
}

.pain-slider-wrapper .pain-slider-card .card-body .term-list > span > span:after {
  position: absolute;
  left: -8px;
  bottom: 0px;
  content: '\25B8';
}

.pain-slider-wrapper .pain-slider-card .card-header {
  background-color: rgba(0, 0, 0, 0.12);
  color: #eeeeee;
  font-weight: 700;
  padding: .15rem .50rem;
}

.pain-slider-wrapper .pain-slider-card .card-header:first-child {
  border-radius: 0;
}

/* iphone 5 */

@media (min-width: 320px) and (min-height: 459px) {
  .pain-slider-card .card-body {
    height: 250px;
  }

  .pain-slider-card .card-body .font-size-small {
    font-size: 0.85rem;
  }

  .pain-slider-card .img-pain-wrapper {
    text-align: center;
    width: 150px;
  }

  .pain-slider-card .img-pain-wrapper img.card-img-top {
    height: auto;
    width: 100%;
  }
}

/* iphone 6 */

@media (min-width: 375px) and (min-height: 549px) {
  .pain-slider-card .card-body {
    height: 220px;
  }

  .pain-slider-card .card-body .font-size-small {
    font-size: 0.75rem;
  }

  .pain-slider-card .img-pain-wrapper {
    text-align: center;
    width: 175px;
  }

  .pain-slider-card .img-pain-wrapper img.card-img-top {
    height: auto;
    width: 100%;
  }
}

/* iphone 6+ */

@media (min-width: 414px) and (min-height: 628px) {
  .pain-slider-card .card-body {
    height: 250px;
  }

  .pain-slider-card .card-body .font-size-small {
    font-size: 0.85rem;
  }

  .pain-slider-card .img-pain-wrapper {
    width: 200px;
  }

  .pain-slider-card .img-pain-wrapper img.card-img-top {
    height: auto;
    width: 100%;
  }
}

/* iPad Mini */

@media (min-width: 1024px) and (min-height: 672px) {
  .pain-slider-card .card-body {
    height: 235px;
  }

  .pain-slider-card .card-body .font-size-small {
    font-size: 0.85rem;
  }

  .pain-slider-card .img-pain-wrapper {
    width: 175px;
  }

  .pain-slider-card .img-pain-wrapper img.card-img-top {
    height: auto;
    width: 100%;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.rotate {
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(180deg);
  /* Firefox 3.5-15 */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -o-transform: rotate(180deg);
  /* Opera 10.50-12.00 */
  transform: rotate(180deg);
  /* Firefox 16+, IE 10+, Opera 12.50+ */
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideup {
  0% {
    margin-top: 0%;
  }

  100% {
    margin-top: -100%;
  }
}

@keyframes slidedown {
  0% {
    margin-top: 0%;
  }

  100% {
    margin-top: 100%;
  }
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.step__pain {
  background: #fff;
}

.step__pain__header span {
  text-transform: initial;
}

.step__pain__content .pain-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step__pain__content .pain-indicator__image {
  text-align: center;
  display: inline-block;
  position: relative;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.step__pain__content .pain-indicator__image .img-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.step__pain__content .pain-indicator__image .img-wrapper img {
  width: auto;
  max-height: 100%;
}

.step__pain__content .pain-indicator__image .img-wrapper img.base-img {
  position: relative;
  z-index: 1;
}

.step__pain__content .pain-indicator__image .img-wrapper img:not(.base-img) {
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .step__pain__content .pain-indicator__image {
    display: inline-block;
    width: 50%;
    transform: translateX(50%);
    transition: all 1s ease-in-out;
  }

  .step__pain__content .pain-indicator__image .img-wrapper {
    width: 75%;
  }
}

.step__pain__content .pain-indicator__content {
  display: none;
}

@media (min-width: 768px) {
  .step__pain__content .pain-indicator__content {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .step__pain__content .pain-indicator--open .pain-indicator__image {
    transform: translateX(0%);
  }
}

@media (min-width: 768px) {
  .step__pain__content .pain-indicator--open .pain-indicator__content {
    -webkit-animation: 1s ease 500ms normal forwards 1 fadein;
    animation: 1s ease 500ms normal forwards 1 fadein;
  }
}

.step__pain__content .pain-list {
  padding-top: 10px;
}

.step__pain__content .pain-list .pain-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.step__pain__content .pain-list .pain-grid__card {
  width: 48%;
  transition: all .5s;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 5px auto;
  box-shadow: -1px 3px 4px #929292;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fff9f9 46%, #b3b1b5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fff9f9 46%, #b3b1b5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fff9f9 46%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3b1b5',GradientType=0 );
}

.step__pain__content .pain-list .pain-grid__card:active {
  box-shadow: 0px 0px 0px #ababab;
  transition: all .5s;
}

.step__pain__content .pain-list .pain-grid__card__content {
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  border-width: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step__pain__content .pain-list .pain-grid__card__content__header {
  position: relative;
}

.step__pain__content .pain-list .pain-grid__card__content__header:first-child {
  border-radius: 0;
}

.step__pain__content .pain-list .pain-grid__card__content__header .checkbox-wrapper .checkbox {
  display: none;
}

.step__pain__content .pain-list .pain-grid__card__content__header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #908f8f;
}

@media (min-width: 768px) {
  .step__pain__content .pain-list .pain-grid__card__content__header h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__pain__content .pain-list .pain-grid__card__content__header h3 {
    font-size: 1.45rem;
  }
}

.step__pain__content .pain-list .pain-grid__card__content__header:after {
  content: '';
  position: absolute;
  right: -24px;
  top: -14px;
  width: 42px;
  height: 38px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__pain__content .pain-list .pain-grid__card__content__header:after {
    right: -21px;
    top: -11px;
  }
}

@media (min-width: 992px) {
  .step__pain__content .pain-list .pain-grid__card__content__header:after {
    right: -25px;
    top: -15px;
  }
}

.step__pain__content .pain-list .pain-grid__card__content__body .row {
  align-items: center;
}

.step__pain__content .pain-list .pain-grid__card__content__body .row .col:first-of-type {
  padding-right: 0;
}

.step__pain__content .pain-list .pain-grid__card__content__body .row .col:last-of-type {
  padding-left: 1rem;
}

.step__pain__content .pain-list .pain-grid__card__content__body .row .col .term-list {
  text-align: left;
  font-size: .7rem;
}

.step__pain__content .pain-list .pain-grid__card__content__body .row .col .term-list > span span {
  position: relative;
}

.step__pain__content .pain-list .pain-grid__card__content__body .row .col .term-list > span span:after {
  position: absolute;
  left: -8px;
  bottom: 0px;
  content: '\25B8';
}

@media (min-width: 992px) {
  .step__pain__content .pain-list .pain-grid__card__content__body .row .col .term-list {
    font-size: .9rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__pain__content .pain-list .pain-grid__card__content__body .row .col img {
    width: 75%;
  }
}

.step__pain__content .pain-list .pain-grid__card__content__body .learn-more {
  text-align: left;
  padding-top: 1rem;
  cursor: pointer;
}

.step__pain__content .pain-list .pain-grid__card__content__body .learn-more .btn-link {
  padding: 0;
  color: #29a744;
}

.step__pain__content .pain-list .pain-grid__card.active {
  border: 1px solid #1285c6;
}

.step__pain__content .pain-list .pain-grid__card.active .pain-grid__card__content__body .learn-more button {
  color: #1285c6;
}

.step__pain__content .pain-list .pain-grid__card.active .pain-grid__card__content__header {
  position: relative;
}

.step__pain__content .pain-list .pain-grid__card.active .pain-grid__card__content__header .checkbox-wrapper {
  position: absolute;
  right: -25px;
  top: -15px;
  background: #1285c6;
  width: 42px;
  height: 38px;
  display: inline-block;
}

.step__pain__content .pain-list .pain-grid__card.active .pain-grid__card__content__header .checkbox-wrapper .checkbox {
  display: block;
  position: absolute;
  color: #fff;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__pain__content .pain-list .pain-grid__card.active .pain-grid__card__content__header .checkbox-wrapper {
    right: -22px;
    top: -12px;
  }
}

@media (min-width: 992px) {
  .step__pain__content .pain-list .pain-grid__card.active .pain-grid__card__content__header .checkbox-wrapper {
    right: -26px;
    top: -16px;
  }
}

.step__pain__content .pain-list .pain-grid__card.active .pain-grid__card__content__header:after {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__pain__content .pain-list .pain-grid__card.active {
    border: 1px solid #1285c6;
  }
}

@media (min-width: 992px) {
  .step__pain__content .pain-list .pain-grid__card.active {
    border: 1px solid #1285c6;
    border-radius: 3px;
    width: 32.33%;
  }
}

@media (max-width: 520px) {
  .step__pain__content .pain-list .pain-grid__card {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .step__pain__content .pain-list .pain-grid__card {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .step__pain__content .pain-list .pain-grid__card {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    width: 32.33%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__pain__content .pain-list .pain-grid__card {
    width: 46%;
    margin: .3rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    padding: .7rem;
    max-height: 182px;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.step__arch {
  background: #fff;
}

.step__arch ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  width: 88%;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 520px) {
  .step__arch ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.step__arch ul li {
  width: 30%;
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  box-shadow: -1px 3px 4px #929292;
  transition: all .5s;
}

.step__arch ul li:active {
  box-shadow: 0px 0px 0px transparent;
  transition: all .5s;
}

.step__arch ul li:after {
  content: '';
  position: absolute;
  right: -1px;
  top: -2px;
  width: 30px;
  height: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__arch ul li:after {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .step__arch ul li:after {
    right: -2px;
    top: -1px;
  }
}

.step__arch ul li.active > div {
  border: 2px solid #1285c6;
}

.step__arch ul li.active > div .checkbox {
  position: absolute;
  display: block;
  right: -1px;
  top: -2px;
  width: 30px;
  text-align: center;
  height: 30px;
  font-size: 1.4rem;
  color: #fff;
  background: #1285c6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__arch ul li.active > div .checkbox {
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .step__arch ul li.active > div .checkbox {
    right: -2px;
    top: -1px;
  }
}

.step__arch ul li.active > div p {
  font-weight: 700;
  color: #000;
}

@media (min-width: 768px) {
  .step__arch ul li.active > div {
    border: 2px solid #1285c6;
    border-radius: 3px;
  }
}

.step__arch ul li.active:after {
  display: none;
}

.step__arch ul li > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 1rem;
  position: relative;
}

.step__arch ul li > div img {
  width: 50%;
  height: auto;
}

@media (max-width: 520px) {
  .step__arch ul li > div img {
    width: 35%;
  }
}

.step__arch ul li > div div p {
  text-align: center;
  font-size: 1.5rem;
  color: #908f8f;
  padding: 1rem;
  margin: 0;
}

.step__arch ul li > div .checkbox {
  display: none;
}

@media (max-width: 520px) {
  .step__arch ul li {
    width: 80%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin: .4rem 0rem;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.step__shoe {
  background: #fff;
  position: relative;
  margin-top: 8rem;
}

.step__shoe__nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  position: absolute;
  top: -7rem;
  width: 100%;
}

.step__shoe__nav li {
  list-style: none;
  width: 30%;
  padding: 1rem .4rem;
}

@media (max-width: 520px) {
  .step__shoe__nav li {
    padding: .4rem 0.2rem;
  }
}

@media (min-width: 768px) {
  .step__shoe__nav li {
    max-width: 275px;
  }
}

.step__shoe__nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step__shoe__nav__item .nav__item__add {
  margin-right: .5rem;
}

.step__shoe__nav__item .nav__item__add i {
  font-size: 1.32rem;
  border: 1px solid #908f8f;
  border-radius: 100%;
  padding: .2rem .3rem;
  color: #908f8f;
}

@media (max-width: 520px) {
  .step__shoe__nav__item .nav__item__add i {
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .step__shoe__nav__item .nav__item__add {
    margin-right: .25rem;
  }
}

.step__shoe__nav__item .nav__item__shoe {
  transition: all 1s;
}

.step__shoe__nav__item .nav__item__shoe img {
  max-height: 50px;
  width: auto;
  margin-right: 1rem;
}

@media (max-width: 520px) {
  .step__shoe__nav__item .nav__item__shoe img {
    max-height: 30px;
    margin-right: 0;
  }
}

.step__shoe__nav__item .nav__item__desc {
  transition: all 1s;
  display: flex;
  align-items: center;
}

.step__shoe__nav__item .nav__item__desc p {
  font-size: 1rem;
  text-transform: capitalize;
  margin: 0;
}

.step__shoe__nav__item .nav__item__desc p span {
  display: block;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 520px) {
  .step__shoe__nav__item .nav__item__desc p {
    font-size: .9rem;
  }
}

.step__shoe__nav__item.complete {
  cursor: pointer;
  background: #fff;
}

.step__shoe__nav__item.complete .step__shoe__nav__item--active {
  display: flex;
  justify-content: center;
}

.step__shoe__nav__item.complete .step__shoe__nav__item--inactive {
  display: none;
}

.step__shoe__nav__item.active {
  background: #fff;
}

.step__shoe__nav__item.active .nav__item__desc p span {
  color: #1285c6;
}

.step__shoe__nav__item.active .step__shoe__nav__item--active {
  display: flex;
  justify-content: center;
}

.step__shoe__nav__item.active .step__shoe__nav__item--inactive {
  display: none;
}

.step__shoe__nav__item.active.complete {
  cursor: pointer;
}

.step__shoe__nav__item.active.enabled {
  cursor: default;
  background: #fff;
}

.step__shoe__nav__item.enabled {
  cursor: pointer;
  background: rgba(244, 250, 255, 0.78);
}

.step__shoe__nav__item.enabled .step__shoe__nav__item--inactive {
  border: 1px dashed #29a744;
}

.step__shoe__nav__item.enabled .step__shoe__nav__item--inactive .nav__item__add i {
  border: 1px solid #29a744;
  color: #29a744;
}

.step__shoe__nav__item.enabled .step__shoe__nav__item--inactive .nav__item__desc p span {
  color: #29a744;
}

.step__shoe__nav__item.enabled .step__shoe__nav__item--inactive:active i {
  box-shadow: 0px 0px 0px black;
  transition: all .2s;
}

.step__shoe__nav__item.disabled {
  background: rgba(244, 250, 255, 0.78);
}

.step__shoe__nav__item--active {
  display: none;
}

.step__shoe__nav__item--inactive {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px dashed #908f8f;
  padding: 1rem;
}

.step__shoe__nav__item--inactive i {
  box-shadow: -1px 3px 4px #929292;
  transition: all .2s;
}

@media (min-width: 768px) {
  .step__shoe__nav {
    top: -8rem;
  }
}

@media (max-width: 520px) {
  .step__shoe__nav {
    top: -6rem;
  }
}

.step__shoe__content__gender ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  width: 88%;
}

.step__shoe__content__gender ul li {
  width: 45%;
  display: inline-block;
  text-align: center;
  padding: 1rem 0rem 0rem 0rem;
  position: relative;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: -1px 3px 4px #929292;
  transition: all .5s;
}

.step__shoe__content__gender ul li img {
  height: auto;
  width: 20%;
  max-height: 59px;
}

@media (min-width: 768px) {
  .step__shoe__content__gender ul li img {
    max-height: initial;
  }
}

.step__shoe__content__gender ul li p {
  font-size: 1.5rem;
  color: #908f8f;
  text-transform: capitalize;
}

.step__shoe__content__gender ul li .checkbox {
  display: none;
}

.step__shoe__content__gender ul li.active {
  border: 1px solid #1285c6;
}

.step__shoe__content__gender ul li.active p {
  font-weight: 700;
  color: #000;
}

.step__shoe__content__gender ul li.active .checkbox {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 35px;
  text-align: center;
  height: 35px;
  font-size: 1.5rem;
  color: #fff;
  background: #1285c6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__shoe__content__gender ul li.active .checkbox {
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .step__shoe__content__gender ul li.active .checkbox {
    right: -2px;
    top: -1px;
  }
}

@media (min-width: 768px) {
  .step__shoe__content__gender ul li.active {
    border: 2px solid #1285c6;
    border-radius: 3px;
  }
}

.step__shoe__content__gender ul li.active:after {
  display: none;
}

.step__shoe__content__gender ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__shoe__content__gender ul li:after {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .step__shoe__content__gender ul li:after {
    right: -2px;
    top: -1px;
  }
}

.step__shoe__content__gender ul li:active {
  box-shadow: 0px 0px 0px transparent;
  transition: all .5s;
}

.step__shoe__content__type > ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.step__shoe__content__type > ul > li {
  width: 48%;
  display: inline-flex;
  padding: 1rem;
  position: relative;
  min-height: 235px;
}

.step__shoe__content__type > ul > li.active.selected .content-box p {
  font-weight: initial;
  color: #908f8f;
}

.step__shoe__content__type > ul > li.active .content-box {
  border: 1px solid #1285c6;
}

.step__shoe__content__type > ul > li.active .content-box p {
  color: #000;
  font-weight: 700;
}

.step__shoe__content__type > ul > li.active .content-box .checkbox {
  display: block;
}

@media (min-width: 768px) {
  .step__shoe__content__type > ul > li.active .content-box {
    border: 1px solid #1285c6;
    border-radius: 3px;
  }
}

.step__shoe__content__type > ul > li.active .removable-box {
  border: 1px solid #1285c6;
}

.step__shoe__content__type > ul > li.active .removable-box .checkbox {
  display: block;
}

@media (min-width: 768px) {
  .step__shoe__content__type > ul > li.active .removable-box {
    border: 1px solid #1285c6;
    border-radius: 3px;
  }
}

.step__shoe__content__type > ul > li.selected .content-box {
  transform: rotateY(180deg);
  transition: all 1.2s;
}

.step__shoe__content__type > ul > li.selected .removable-box {
  transform: rotateY(0deg);
  transition: all 1.2s;
}

.step__shoe__content__type > ul > li.selected .checkbox {
  display: none;
}

.step__shoe__content__type > ul > li .content-box {
  border: 1px solid rgba(0, 0, 0, 0.12);
  z-index: 1;
  transition: all 1.2s;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-align: center;
  width: 100%;
  left: 0;
  padding: .2rem 0rem;
  max-height: 100%;
  height: 90%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: -1px 3px 4px #929292;
}

.step__shoe__content__type > ul > li .content-box img {
  width: 45%;
  max-width: 205px;
}

@media (max-width: 520px) {
  .step__shoe__content__type > ul > li .content-box img {
    max-width: 72px;
    width: 50%;
  }
}

.step__shoe__content__type > ul > li .content-box p {
  font-size: 1.5rem;
  color: #908f8f;
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .step__shoe__content__type > ul > li .content-box p {
    font-size: 1rem;
  }
}

.step__shoe__content__type > ul > li .content-box .checkbox {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  text-align: center;
  height: 45px;
  font-size: 2rem;
  color: #fff;
  background: #1285c6;
}

@media (max-width: 520px) {
  .step__shoe__content__type > ul > li .content-box .checkbox {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__shoe__content__type > ul > li .content-box .checkbox {
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .step__shoe__content__type > ul > li .content-box .checkbox {
    right: -2px;
    top: -1px;
  }
}

.step__shoe__content__type > ul > li .content-box:active {
  box-shadow: 0px 0px 0px #ababab;
}

.step__shoe__content__type > ul > li .content-box:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 520px) {
  .step__shoe__content__type > ul > li .content-box:after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__shoe__content__type > ul > li .content-box:after {
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .step__shoe__content__type > ul > li .content-box:after {
    right: -2px;
    top: -1px;
  }
}

@media (min-width: 768px) {
  .step__shoe__content__type > ul > li .content-box {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
}

.step__shoe__content__type > ul > li .removable-box {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: all 1.2s;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  left: 0;
  padding: .2rem 0rem;
  height: 90%;
}

.step__shoe__content__type > ul > li .removable-box li {
  width: 100%;
  height: 100%;
}

.step__shoe__content__type > ul > li .removable-box li > div {
  display: inline-flex;
  height: 100%;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.step__shoe__content__type > ul > li .removable-box li > div p {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0;
  display: block;
  width: 100%;
  text-transform: capitalize;
}

@media (max-width: 520px) {
  .step__shoe__content__type > ul > li .removable-box li > div p {
    margin-top: 1rem;
    font-size: .8rem;
  }
}

.step__shoe__content__type > ul > li .removable-box li > div .btn {
  font-size: 1.3rem;
  padding: 0rem 1.9rem;
  line-height: 1.4;
  margin: 0 auto;
  bottom: 1.6rem;
  position: relative;
  box-shadow: -1px 3px 4px #929292;
  transition: all .5s;
}

.step__shoe__content__type > ul > li .removable-box li > div .btn:active {
  box-shadow: 0px 0px 0px #ababab;
  transition: all .5s;
}

.step__shoe__content__type > ul > li .removable-box li > div .btn.btn-nonselected {
  background-color: #d2d2d2;
}

@media (max-width: 520px) {
  .step__shoe__content__type > ul > li .removable-box li > div .btn {
    font-size: .7rem;
    padding: .2rem 1rem;
    bottom: .6rem;
  }
}

.step__shoe__content__type > ul > li .removable-box .checkbox {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  text-align: center;
  height: 35px;
  font-size: 1.5rem;
  color: #fff;
  background: #1285c6;
}

@media (max-width: 520px) {
  .step__shoe__content__type > ul > li .removable-box .checkbox {
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step__shoe__content__type > ul > li .removable-box .checkbox {
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .step__shoe__content__type > ul > li .removable-box .checkbox {
    right: -1px;
    top: -1px;
  }
}

@media (max-width: 520px) {
  .step__shoe__content__type > ul > li {
    min-height: 110px;
  }
}

@media (min-width: 992px) {
  .step__shoe__content__type > ul > li {
    width: 32%;
  }
}

.step__shoe__content__shoeSize .selector {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  max-width: 100%;
  flex-wrap: wrap;
}

.step__shoe__content__shoeSize .selector ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
}

.step__shoe__content__shoeSize .selector ul li {
  display: inline-flex;
  min-width: 10%;
  margin: .3rem;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.12);
  transition: all .5s;
  cursor: pointer;
  -webkit-flex: 0 1 10%;
  -moz-flex: 0 1 10%;
  flex: 0 1 10%;
}

@media (max-width: 520px) {
  .step__shoe__content__shoeSize .selector ul li {
    min-width: 29%;
  }
}

.step__shoe__content__shoeSize .selector ul li label {
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  cursor: pointer;
}

.step__shoe__content__shoeSize .selector ul li label input {
  display: none;
}

.step__shoe__content__shoeSize .selector ul li label input:checked + p {
  background: #1285c6;
  color: #fff;
}

.step__shoe__content__shoeSize .selector ul li label p {
  margin: 0;
  font-size: 1.2rem;
  color: #908f8f;
  padding: 1rem 0rem;
  width: 100%;
  height: 100%;
  text-align: center;
}

.step__shoe__content__shoeSize .selector ul li:active {
  box-shadow: 0px 0px 0px transparent;
  transition: all .5s;
}

.step__shoe__content__shoeSize .selector ul:before {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  top: -1.5rem;
  content: '';
}

.step__shoe__content__shoeWidth .selector {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.step__shoe__content__shoeWidth .selector ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: space-evenly;
  transition: all .5s;
}

.step__shoe__content__shoeWidth .selector ul li {
  display: inline-flex;
  width: 30%;
  margin: 0 auto;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: -1px 3px 4px #929292;
  transition: all .5s;
}

.step__shoe__content__shoeWidth .selector ul li:active {
  box-shadow: 0px 0px 0px transparent;
  transition: all .5s;
}

.step__shoe__content__shoeWidth .selector ul li.active {
  border-right: none;
}

.step__shoe__content__shoeWidth .selector ul li.active label {
  border: 1px solid #1285c6;
}

.step__shoe__content__shoeWidth .selector ul li.active label p {
  font-weight: 700;
  color: #000;
}

.step__shoe__content__shoeWidth .selector ul li.active label img {
  opacity: 1;
}

.step__shoe__content__shoeWidth .selector ul li.active label .checkbox {
  display: block;
}

.step__shoe__content__shoeWidth .selector ul li.active:after {
  display: none;
}

.step__shoe__content__shoeWidth .selector ul li label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 1rem 0rem;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.step__shoe__content__shoeWidth .selector ul li label input {
  display: none;
}

.step__shoe__content__shoeWidth .selector ul li label img {
  width: auto;
  opacity: .5;
  max-height: 75px;
}

@media (min-width: 768px) {
  .step__shoe__content__shoeWidth .selector ul li label img {
    max-height: 130px;
  }
}

.step__shoe__content__shoeWidth .selector ul li label p {
  font-size: 1.1rem;
  color: #908f8f;
  text-transform: capitalize;
  display: block;
  align-items: center;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.step__shoe__content__shoeWidth .selector ul li label .checkbox {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  text-align: center;
  height: 25px;
  font-size: 1rem;
  color: #fff;
  background: #1285c6;
}

@media (min-width: 992px) {
  .step__shoe__content__shoeWidth .selector ul li label .checkbox {
    right: -1px;
  }
}

.step__shoe__content__shoeWidth .selector ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
  .step__shoe__content__shoeWidth .selector ul li:after {
    right: -1px;
  }
}

@media (max-width: 520px) {
  .step__shoe__content__shoeWidth .selector ul li {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin: .4rem 0rem;
  }
}

@media (max-width: 520px) {
  .step__shoe__content__shoeWidth .selector ul {
    flex-wrap: wrap;
    border: none;
  }
}

.step__shoe__content__color {
  display: grid;
  padding: 1rem;
  grid-template-columns: 1.1fr 1fr;
  grid-template-areas: "title title"
 "img colorOptions"
 "desc colorOptions";
}

.step__shoe__content__color .header {
  grid-area: title;
}

.step__shoe__content__color .colorOptions {
  grid-area: colorOptions;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.step__shoe__content__color .colorOptions li.active label {
  border: 1px solid #1285c6;
}

.step__shoe__content__color .colorOptions li.active label .checkbox {
  display: block;
}

.step__shoe__content__color .colorOptions li.active label:after {
  display: none;
}

.step__shoe__content__color .colorOptions li label {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  width: 85%;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: -1px 3px 4px #929292;
  transition: all .5s;
}

.step__shoe__content__color .colorOptions li label input {
  display: none;
}

.step__shoe__content__color .colorOptions li label p {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
}

@media (max-width: 520px) {
  .step__shoe__content__color .colorOptions li label p {
    font-size: .8rem;
  }
}

.step__shoe__content__color .colorOptions li label img {
  margin: .5rem 1rem;
  height: 50px;
  width: 50px;
}

@media (max-width: 520px) {
  .step__shoe__content__color .colorOptions li label img {
    height: 25px;
    width: 25px;
    margin: .5rem .3rem;
  }
}

.step__shoe__content__color .colorOptions li label .checkbox {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
  height: 20px;
  font-size: .9rem;
  color: #fff;
  background: #1285c6;
}

@media (max-width: 520px) {
  .step__shoe__content__color .colorOptions li label .checkbox {
    width: 15px;
    height: 15px;
    font-size: .7rem;
  }
}

.step__shoe__content__color .colorOptions li label:active {
  box-shadow: 0px 0px 0px #ababab;
  transition: all .5s;
}

.step__shoe__content__color .colorOptions li label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 520px) {
  .step__shoe__content__color .colorOptions li label:after {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 520px) {
  .step__shoe__content__color .colorOptions li label {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .step__shoe__content__color .colorOptions li {
    width: 45%;
    margin: .2rem;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .step__shoe__content__color .colorOptions {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
  }
}

.step__shoe__content__color .desc {
  grid-area: desc;
}

.step__shoe__content__color .desc p {
  text-align: center;
  margin: 0;
  color: #908f8f;
  font-size: 1.2rem;
}

@media (max-width: 520px) {
  .step__shoe__content__color .desc p {
    margin-top: 1rem;
  }
}

.step__shoe__content__color .selectedImg {
  grid-area: img;
  display: inline-flex;
  justify-self: center;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 520px) {
  .step__shoe__content__color {
    grid-template-areas: "title title" 
 "colorOptions colorOptions" 
 "img img" 
 "desc desc";
  }
}

.step__shoe__content__builder h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}

.step__shoe__content__builder .loader {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 5rem;
  color: #1285c6;
}

.step__shoe__content__builder .content {
  display: flex;
  flex-direction: column;
}

.step__shoe__content__builder .content__addOrtho {
  opacity: 0;
  animation: builderContentLoader 3s forwards;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2rem 0rem;
}

.step__shoe__content__builder .content__addOrtho button {
  padding: 1rem;
  transform: translateX(5rem);
  font-size: 1.5rem;
}

.step__shoe__content__builder .content__addOrtho span {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  animation: savingsTag 1.1s forwards;
  transform: rotate(0deg) translateX(-5rem) translateY(0rem);
  animation-delay: 1.2s;
  background: #f74444;
  padding: .5rem 1.5rem;
  z-index: -1;
  border-radius: 5px;
  color: white;
}

.step__shoe__content__builder .content .btn-success {
  width: 200px;
  padding: 1rem;
  font-size: 1.5rem;
  justify-self: center;
  margin: 0 auto;
  opacity: 0;
  animation: builderContentLoader 3s forwards;
}

.step__shoe .hoc-multi-step {
  background: none;
}

@media (min-width: 768px) {
  .step__shoe {
    max-width: 1140px;
    margin: 9rem auto 0rem auto;
  }
}

@media (max-width: 520px) {
  .step__shoe {
    margin-top: 7rem;
  }
}

@keyframes builderContentLoader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes savingsTag {
  0% {
    transform: rotate(0deg) translateX(-5rem) translateY(0rem);
  }

  70% {
    transform: rotate(-30deg) translateX(5rem) translateY(0rem);
    z-index: -1;
  }

  80% {
    z-index: 1;
  }

  100% {
    transform: rotate(-28deg) translateX(1rem) translateY(1.5rem);
    z-index: 1;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.step__summary {
  background: transparent;
  text-align: center;
}

.step__summary__orthotic {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.step__summary__orthotic__item {
  display: grid;
  position: relative;
  grid-template-areas: "desc desc image";
  grid-template-columns: 1fr 2fr 2fr;
  background: #fff;
  padding: 1.5rem 2rem;
  margin: 2rem 0rem;
}

.step__summary__orthotic__item--desc {
  grid-area: desc;
}

.step__summary__orthotic__item--desc td {
  vertical-align: text-top;
}

.step__summary__orthotic__item--desc--title p {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .step__summary__orthotic__item--desc--title p {
    font-size: 1rem;
  }
}

.step__summary__orthotic__item--desc--content p {
  color: #908f8f;
  text-transform: capitalize;
  font-size: 1rem;
  margin-left: 1rem;
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .step__summary__orthotic__item--desc--content p {
    font-size: .8rem;
  }
}

.step__summary__orthotic__item--image {
  grid-area: image;
  display: inline-flex;
  justify-content: center;
  padding: 1rem;
}

.step__summary__orthotic__item--image img {
  width: 100%;
  align-self: center;
}

@media (min-width: 992px) {
  .step__summary__orthotic__item--image img {
    max-width: 250px;
  }
}

@media (max-width: 520px) {
  .step__summary__orthotic__item--image {
    padding: 0rem;
  }
}

.step__summary__orthotic__item--num {
  position: absolute;
  right: 10px;
  top: 10px;
}

.step__summary__orthotic__item--num p {
  margin: 0;
  padding: .3rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
  color: #908f8f;
}

@media (min-width: 1200px) {
  .step__summary__orthotic {
    grid-area: orthotics;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.step__summary__buttonGroup {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  min-height: 100px;
  padding-top: .5rem;
  margin-top: 2rem;
  position: relative;
}

.step__summary__buttonGroup.empty {
  padding-top: 1rem;
}

.step__summary__buttonGroup.empty > div {
  width: 70%;
}

.step__summary__buttonGroup.empty > div i {
  transform: translateY(20%);
}

@media (max-width: 767px) {
  .step__summary__buttonGroup.empty > div {
    width: 95%;
  }
}

.step__summary__buttonGroup.active .step__summary__buttonGroup--front {
  transform: rotateY(180deg);
  transition: all 1.2s;
}

.step__summary__buttonGroup.active .step__summary__buttonGroup--back {
  transform: rotateY(0deg);
  transition: all 1.2s;
}

.step__summary__buttonGroup--front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: all 1.2s;
  width: 100%;
  position: absolute;
}

.step__summary__buttonGroup--back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: all 1.2s;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0rem;
  bottom: -1px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.step__summary__buttonGroup__title p {
  font-size: 1.5rem;
  margin: 0 1rem;
  text-transform: capitalize;
}

@media (max-width: 520px) {
  .step__summary__buttonGroup__title p {
    font-size: 1.2rem;
  }
}

.step__summary__buttonGroup__button {
  margin: 0 .5rem;
  width: 30%;
  background: #999;
  font-weight: 700;
  border-radius: 2px;
  border: none;
  color: #000;
  display: inline-flex;
  padding: 1rem;
  flex-direction: row;
  justify-content: center;
  position: relative;
  cursor: pointer;
  align-items: center;
  border-radius: 5px;
}

.step__summary__buttonGroup__button p {
  margin: 0;
  line-height: 1;
  font-size: 1rem;
}

.step__summary__buttonGroup__button p span {
  text-transform: capitalize;
}

.step__summary__buttonGroup__button i {
  font-size: 1.7rem;
  border: 2px solid #fff;
  border-radius: 100%;
  padding: .3rem .7rem;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: .5rem;
  transform: translateY(50%);
}

@media (max-width: 520px) {
  .step__summary__buttonGroup__button i {
    font-size: 1.2rem;
    right: .5rem;
    padding: .1rem .3rem;
    transform: translateY(90%);
  }
}

.step__summary__buttonGroup__button--addBuild {
  box-shadow: -1px 3px 4px #929292;
  transition: all .2s;
}

.step__summary__buttonGroup__button--addBuild p {
  text-transform: capitalize;
}

.step__summary__buttonGroup__button--addBuild:active {
  box-shadow: 0px 0px 0px black;
  transition: all .2s;
}

.step__summary__buttonGroup__button--addBuild:hover {
  background: #29a744;
  color: #fff;
}

.step__summary__buttonGroup__button--build {
  box-shadow: -1px 3px 4px #929292;
  transition: all .2s;
}

.step__summary__buttonGroup__button--build p {
  text-transform: capitalize;
}

.step__summary__buttonGroup__button--build:active {
  box-shadow: 0px 0px 0px black;
  transition: all .2s;
}

.step__summary__buttonGroup__button--build:hover {
  background: #29a744;
  color: #fff;
}

.step__summary__buttonGroup__button--flip {
  padding: 1rem .5rem;
  background: #eb9212;
  color: #fff;
  width: 450px;
  box-shadow: -1px 3px 4px #929292;
  transition: all .2s;
}

.step__summary__buttonGroup__button--flip p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 100;
}

.step__summary__buttonGroup__button--flip p span {
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  .step__summary__buttonGroup__button--flip p span {
    font-size: 2rem;
  }
}

@media (max-width: 520px) {
  .step__summary__buttonGroup__button--flip p span {
    font-size: 1.4rem;
  }
}

@media (max-width: 520px) {
  .step__summary__buttonGroup__button--flip p {
    font-size: .9rem;
  }
}

.step__summary__buttonGroup__button--flip:active {
  box-shadow: 0px 0px 0px black;
  transition: all .2s;
}

@media (max-width: 520px) {
  .step__summary__buttonGroup__button--flip {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .step__summary__buttonGroup__button--flip {
    width: 50%;
  }
}

.step__summary__buttonGroup__button--addBuildEmpty {
  padding: 1rem .5rem;
  background: #eb9212;
  color: #fff;
  width: 450px;
}

.step__summary__buttonGroup__button--addBuildEmpty p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 100;
}

.step__summary__buttonGroup__button--addBuildEmpty p span {
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  .step__summary__buttonGroup__button--addBuildEmpty p span {
    font-size: 2rem;
  }
}

.step__summary__buttonGroup__button--addBuildEmpty i {
  display: none;
}

@media (max-width: 520px) {
  .step__summary__buttonGroup__button--addBuildEmpty {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .step__summary__buttonGroup__button--addBuildEmpty {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .step__summary__buttonGroup {
    grid-area: addOrthotic;
    margin: 2rem auto 0rem auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
  }
}

.step__summary h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 1rem 0rem;
  color: #fff;
  margin: 1rem 0rem;
  font-weight: 700;
  text-align: center;
  background: #1285c6;
}

@media (min-width: 1200px) {
  .step__summary h1 {
    grid-area: title;
  }
}

@media (max-width: 520px) {
  .step__summary h1 {
    font-size: 1.3rem;
  }
}

.step__summary h2 {
  text-transform: uppercase;
  font-size: 1.7rem;
  padding: 1rem 0rem;
  color: #000;
  margin: 2rem 0rem;
  font-weight: 700;
  text-align: center;
}

.step__summary .special-offers {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .step__summary .special-offers__content {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .step__summary .special-offers {
    grid-area: specialOffers;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .step__summary {
    display: grid;
    grid-template-areas: "title title" "orthotics specialOffers" "orthotics ." "addOrthotic addOrthotic";
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.orthotic-selector-form {
  width: 95%;
  margin: 0 auto;
}

.orthotic-selector-form .duplicate-warning {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.orthotic-selector-form .duplicate-warning p {
  font-size: 1.3rem;
  text-align: center;
  width: 95%;
  color: #908f8f;
}

@media (min-width: 768px) and (max-width: 991px) {
  .orthotic-selector-form .duplicate-warning p {
    width: 90%;
  }
}

.orthotic-selector-form__footer {
  position: relative;
  width: 100%;
  top: 1rem;
}

.orthotic-selector-form__footer__story {
  position: absolute;
  top: 0;
  z-index: 3;
  height: 100%;
  color: #fff;
  padding: 5rem 0rem 1rem 3rem;
  padding: 1rem 2rem;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.orthotic-selector-form__footer__story h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-bottom: 1rem;
}

.orthotic-selector-form__footer__story h3 span {
  display: block;
}

@media (max-width: 520px) {
  .orthotic-selector-form__footer__story h3 span {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .orthotic-selector-form__footer__story h3 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 520px) {
  .orthotic-selector-form__footer__story h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.orthotic-selector-form__footer__story .content {
  font-size: 1.2rem;
  font-weight: 100;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .orthotic-selector-form__footer__story .content {
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .orthotic-selector-form__footer__story .content {
    font-size: .8rem;
  }
}

.orthotic-selector-form__footer__story .author {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.2rem;
}

.orthotic-selector-form__footer__story .orthotic p {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.orthotic-selector-form__footer__story .orthotic p span {
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 520px) {
  .orthotic-selector-form__footer__story .orthotic p {
    font-size: 1.4rem;
    margin-bottom: .5rem;
  }
}

.orthotic-selector-form__footer__story.lastStep {
  width: 100%;
  cursor: pointer;
}

.orthotic-selector-form__footer__story.lastStep h3 {
  margin-bottom: 0rem;
  font-size: 1.5rem;
}

.orthotic-selector-form__footer__story.lastStep h3 span {
  display: block;
}

@media (max-width: 520px) {
  .orthotic-selector-form__footer__story.lastStep h3 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .orthotic-selector-form__footer__story.lastStep h3 {
    margin-bottom: 0rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .orthotic-selector-form__footer__story.lastStep h3 {
    margin-bottom: 0rem;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .orthotic-selector-form__footer__story.lastStep h3 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .orthotic-selector-form__footer__story.lastStep {
    padding: 1rem 0rem 1rem 2rem;
  }
}

@media (max-width: 520px) {
  .orthotic-selector-form__footer__story {
    padding: 1rem;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .orthotic-selector-form__footer__story {
    width: 36%;
  }
}

.orthotic-selector-form__footer img {
  width: 100%;
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .orthotic-selector-form__footer img {
    position: absolute;
    bottom: -16rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .orthotic-selector-form__footer img {
    position: absolute;
    bottom: -23rem;
  }
}

@media (min-width: 1200px) {
  .orthotic-selector-form__footer img {
    position: absolute;
    bottom: -28rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .orthotic-selector-form__footer {
    height: 285px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .orthotic-selector-form__footer {
    height: 415px;
    overflow: hidden;
  }
}

.orthotic-selector-form .multi-step__step h1.header {
  font-size: 1.5rem;
  padding: 2rem 0rem;
  color: #0c0d0d;
  margin: 0;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 520px) {
  .orthotic-selector-form .multi-step__step h1.header {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .orthotic-selector-form .multi-step__step h1.header {
    font-size: 2rem;
  }
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__breadcrumb {
  background: white;
  border: none;
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__breadcrumb__item {
  font-size: 1rem;
  text-transform: uppercase;
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__breadcrumb__item.active:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 15px solid #1285c6;
  bottom: -14px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 520px) {
  .orthotic-selector-form .orthotic-new-multistep .multi-step__breadcrumb__item {
    font-size: 1rem;
  }
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__step {
  margin-top: 1rem;
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav {
  margin-top: 0;
  background: #fff;
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav button {
  font-size: 1.6rem;
  margin: 0rem 1rem;
}

@media (max-width: 520px) {
  .orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav button {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav button {
    padding: .6rem 1rem;
    font-size: 1.6rem;
    width: 45%;
  }
}

@media (min-width: 992px) {
  .orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav button {
    width: 40%;
  }
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav .btn-back {
  color: #000;
  background: #d2d2d2;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav .btn-back i {
  margin-right: .5rem;
  font-size: 1.9rem;
}

@media (max-width: 520px) {
  .orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav .btn-back i {
    font-size: 1.4rem;
    margin-right: .4rem;
  }
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav .btn-next {
  text-transform: uppercase;
}

.orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav .btn-next i {
  margin-left: .5rem;
  font-size: 1.9rem;
}

@media (max-width: 520px) {
  .orthotic-selector-form .orthotic-new-multistep .multi-step__footer-nav .btn-next i {
    font-size: 1.4rem;
    margin-right: .4rem;
  }
}

.orthotic-selector-form .orthotic-new-multistep.complete .multi-step__footer-nav {
  background: none;
}

.orthotic-selector-form .multi-step-form {
  width: 100%;
}

.orthotic-selector-form .multi-step-form form .form-footer .btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.orthotic-selector-form .multi-step-form form .input-wrapper.valid select {
  border: 2px solid #29a744 !important;
}

.orthotic-selector-form .crumb-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 3;
  background-color: white;
  transition: all 1s ease-in-out;
}

.orthotic-selector-form .form-control {
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #eeeeee;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #BABABA;
  border-radius: .25rem;
}

.orthotic-selector-form select.form-control:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px);
}

.orthotic-selector-form .form-footer {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.orthotic-selector-form .form-footer .fa-floppy-o:before {
  content: "" !important;
}

@media (min-width: 720px) {
  .orthotic-selector-form .multi-step-form .form-footer > * {
    max-width: 25%;
  }
}

#arch-fitters-shopper-wrapper {
  position: relative;
}

#arch-fitters-shopper-wrapper:after {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: -45px;
  background: #585858;
  z-index: 1;
}

@media (min-width: 768px) {
  #arch-fitters-shopper-wrapper:after {
    display: none;
  }
}

@media (max-width: 576px) {
  #arch-fitters-shopper-wrapper:after {
    background: #63696D;
  }
}

.free-offers-banner__container {
  background: grey;
}

.free-offers-banner__iconStack__return:after,
.free-offers-banner__iconStack__return:before {
  display: none;
}/*$color-btn-hover-font: #60b6e0;*/

.modal-pain-description .pain-description .general {
  display: block;
}

.modal-pain-description .pain-description .additional {
  display: none;
}

@media (min-width: 992px) {
  .modal-pain-description .pain-description .general {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1rem;
  }

  .modal-pain-description .pain-description .additional {
    display: block;
    margin-left: 1.5rem;
  }

  .modal-pain-description .pain-description .additional h3 {
    font-weight: 600;
  }

  .modal-pain-description .pain-description .additional p {
    margin-left: 1.5rem;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.modal-template {
  position: relative;
}

.modal-template__close {
  position: absolute;
  right: .5rem;
  top: .5rem;
  z-index: 1;
}

.modal-template__close i {
  font-size: 1rem;
  cursor: pointer;
  background: #212529;
  padding: .2rem .4rem;
  font-size: 1rem;
  border-radius: 2px;
  color: #fff;
}

.modal-template__hero {
  position: relative;
}

.modal-template__hero img {
  width: 100%;
}

.modal-template__hero i {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  bottom: -1.1rem;
  font-size: 2.5rem;
  color: #1285c6;
}

.modal-template__hero i span {
  position: absolute;
  height: 100%;
  width: 4%;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 48px;
  top: 5px;
}

.modal-template__hero i:before {
  z-index: 2;
  position: relative;
}

.modal-template__heading {
  margin: 3rem 2rem;
}

.modal-template__heading h2 {
  text-align: center;
  margin: 2rem 0rem;
  font-weight: 700;
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-template__heading h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .modal-template__heading h2 {
    font-size: 2.5rem;
  }
}

.modal-template__heading__content {
  font-size: .9rem;
  text-align: center;
  color: #908f8f;
  padding: 0rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-template__heading__content {
    font-size: .9rem;
    padding: 0rem 1rem;
  }
}

@media (min-width: 992px) {
  .modal-template__heading__content {
    font-size: 1.2rem;
    padding: 0rem 2rem;
  }
}

.modal-template__footer {
  margin: 3rem 2rem;
}

.ModalPainZone.modal-template .modal-template__main {
  margin: 0rem 2rem;
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item {
  display: grid;
  grid-template-areas: "title desc" "img desc";
  grid-template-columns: 1fr 2fr;
  margin: 2rem 0rem;
  position: relative;
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item h4 {
  grid-area: title;
  margin: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  color: #908f8f;
  font-size: 1.1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item h4 {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item h4 {
    font-size: 1.5rem;
  }
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item p {
  grid-area: desc;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: .75rem;
  color: #908f8f;
  line-height: 1.7;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item p {
    font-size: .8rem;
  }
}

@media (min-width: 992px) {
  .ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item p {
    font-size: 1rem;
  }
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item:before {
  content: '';
  position: absolute;
  top: -1rem;
  width: 100%;
  border: 1px solid rgba(144, 143, 143, 0.14);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item__img {
  display: flex;
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item__img img {
  grid-area: img;
  width: auto;
  max-height: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item__img img {
    max-height: 75px;
  }
}

@media (min-width: 992px) {
  .ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item__img img {
    max-height: 115px;
  }
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item:nth-child(even) {
  grid-template-areas: "desc title" "desc img";
  grid-template-columns: 2fr 1fr;
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item:nth-child(even) h4 {
  margin-left: 1rem;
}

.ModalPainZone.modal-template .modal-template__main .pains-info__pain-list__item:nth-child(even) .pains-info__pain-list__item__img {
  margin-left: 1rem;
}

.ModalPainZone.modal-template .modal-template__footer .pain-footer {
  background: url(img/archfitters-shopper/modal/not-sure-bg.png);
  background-size: cover;
  display: grid;
  grid-template-areas: "title content chat";
}

.ModalPainZone.modal-template .modal-template__footer .pain-footer h2 {
  grid-area: title;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: .50rem;
  font-size: 1.4rem;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalPainZone.modal-template .modal-template__footer .pain-footer h2 {
    font-size: 2rem;
    padding: 1rem .5rem;
  }
}

@media (min-width: 992px) {
  .ModalPainZone.modal-template .modal-template__footer .pain-footer h2 {
    font-size: 3rem;
    padding: 1rem 0rem 1rem 2rem;
  }
}

.ModalPainZone.modal-template .modal-template__footer .pain-footer p {
  grid-area: content;
  color: #fff;
  font-size: .75rem;
  padding: .5rem;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalPainZone.modal-template .modal-template__footer .pain-footer p {
    margin-bottom: 0;
    font-size: .75rem;
    padding: 1rem .2rem 1rem .2rem;
  }
}

@media (min-width: 992px) {
  .ModalPainZone.modal-template .modal-template__footer .pain-footer p {
    font-size: 1rem;
  }
}

.ModalPainZone.modal-template .modal-template__footer .pain-footer__button {
  grid-area: chat;
  padding: .5rem .50rem 0rem 0rem;
}

.ModalPainZone.modal-template .modal-template__footer .pain-footer__button .tawk-button {
  font-size: 1rem;
  font-weight: 700;
  margin-top: .3rem;
  box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.54902);
  transition: all .5s;
  color: #fff;
  cursor: pointer;
}

.ModalPainZone.modal-template .modal-template__footer .pain-footer__button .tawk-button:active {
  box-shadow: 0px 0px 0px transparent;
  transition: all .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalPainZone.modal-template .modal-template__footer .pain-footer__button .tawk-button {
    font-size: .8rem;
  }
}

@media (min-width: 992px) {
  .ModalPainZone.modal-template .modal-template__footer .pain-footer__button .tawk-button {
    font-size: 1.5rem;
  }
}

@media (max-width: 520px) {
  .ModalPainZone.modal-template .modal-template__footer .pain-footer__button {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .ModalPainZone.modal-template .modal-template__footer .pain-footer__button {
    padding: 1rem .5rem;
  }
}

@media (max-width: 520px) {
  .ModalPainZone.modal-template .modal-template__footer .pain-footer {
    grid-template-areas: "title title chat" "content content content";
  }
}

@media (max-width: 767px) {
  .ModalPainZone.modal-template .modal-template__footer {
    margin: 3rem .5rem;
  }
}

.ModalArchType.modal-template .modal-template__main {
  margin: 0rem 2rem;
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item {
  display: grid;
  grid-template-areas: "title desc" "img desc" "footer footer";
  grid-template-columns: .6fr 2fr;
  margin: 2rem 0rem;
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item h4 {
  grid-area: title;
  margin: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  color: #908f8f;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item h4 {
    font-size: 1.3rem;
  }
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item p {
  grid-area: desc;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: .75rem;
  color: #908f8f;
  line-height: 1.7;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item p {
    font-size: .85rem;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item p {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__img {
  display: flex;
  align-items: flex-end;
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__img img {
  grid-area: img;
  width: auto;
  max-height: 75px;
}

@media (max-width: 520px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__img img {
    max-height: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__img img {
    max-height: 75px;
  }
}

@media (min-width: 992px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__img img {
    max-height: 95px;
  }
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer {
  grid-area: footer;
  background: url(img/archfitters-shopper/modal/not-sure-bg.png);
  background-size: cover;
  display: grid;
  grid-template-areas: "title content chat";
  margin-top: 2rem;
  padding: 1rem;
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer h2 {
  grid-area: title;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 1rem;
  font-size: 2.5rem;
  margin: 0;
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer h2 span {
  display: block;
  font-size: 1rem;
  font-weight: 100;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer h2 span {
    font-size: .8rem;
  }
}

@media (max-width: 520px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer h2 {
    font-size: 2rem;
    margin: 0;
  }
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer p {
  grid-area: content;
  color: #fff;
  padding: 1rem;
  align-self: center;
  display: flex;
  font-size: .75rem;
  margin: 0;
}

@media (max-width: 520px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer p {
    padding: 0rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer p {
    font-size: .75rem;
  }
}

@media (min-width: 992px) {
  .ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item__footer p {
    font-size: 1.1rem;
  }
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item:nth-child(even) {
  grid-template-areas: "desc title" "desc img" "footer footer";
  grid-template-columns: 2fr .6fr;
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item:nth-child(even) h4 {
  margin-right: .5rem;
  text-align: right;
}

.ModalArchType.modal-template .modal-template__main .arch-info__arch-list__item:nth-child(even) .arch-info__arch-list__item__img {
  margin-right: .5rem;
  justify-content: flex-end;
}

.ModalShoeType.modal-template .modal-template__close i {
  background: #fff;
  color: #212529;
}

.ModalShoeType.modal-template .modal-template__main {
  margin: 0rem 2rem;
}

.ModalShoeType.modal-template .modal-template__main .type-info {
  margin: 4rem 0rem;
}

.ModalShoeType.modal-template .modal-template__main .type-info__shoes-types {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ModalShoeType.modal-template .modal-template__main .type-info__shoes-types li {
  display: inline-block;
  width: 16.7%;
}

.ModalShoeType.modal-template .modal-template__main .type-info__shoes-types li img {
  max-width: 100%;
}

.ModalShoeType.modal-template .modal-template__main .type-info__shoes-types:before,
.ModalShoeType.modal-template .modal-template__main .type-info__shoes-types:after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid rgba(144, 143, 143, 0.14);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.ModalShoeType.modal-template .modal-template__main .type-info__shoes-types:before {
  top: -2rem;
}

.ModalShoeType.modal-template .modal-template__main .type-info__shoes-types:after {
  bottom: -2rem;
}

.ModalShoeType.modal-template .modal-template__main .type-info__remove-info {
  text-align: center;
  color: #908f8f;
  margin-top: 4rem;
}

.ModalShoeType.modal-template .modal-template__main .type-info__remove-info h4 {
  grid-area: title;
  margin: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  font-size: .9rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalShoeType.modal-template .modal-template__main .type-info__remove-info h4 {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .ModalShoeType.modal-template .modal-template__main .type-info__remove-info h4 {
    font-size: 1.5rem;
    margin: 2rem 0rem;
  }
}

.ModalShoeType.modal-template .modal-template__main .type-info__remove-info p {
  margin: 0rem 3rem;
  font-size: .9rem;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .ModalShoeType.modal-template .modal-template__main .type-info__remove-info p {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalShoeType.modal-template .modal-template__main .type-info__remove-info p {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .ModalShoeType.modal-template .modal-template__main .type-info__remove-info p {
    font-size: 1.2rem;
    margin: 0;
  }
}

.ModalShoeSize.modal-template .modal-template__close i {
  background: #fff;
  color: #212529;
}

.ModalShoeWidth.modal-template .modal-template__close i {
  background: #fff;
  color: #212529;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info {
  border-radius: 5px;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info tr td {
  border: 2px solid rgba(162, 161, 161, 0.49);
}

.ModalShoeWidth.modal-template .modal-template__main .width-info tr:nth-of-type(2) {
  background: transparent;
  background: -moz-linear-gradient(top, rgba(18, 133, 198, 0.2) 0%, rgba(18, 133, 198, 0.0784314) 100%);
  background: -webkit-linear-gradient(top, rgba(18, 133, 198, 0.2) 0%, rgba(18, 133, 198, 0.0784314) 100%);
  background: linear-gradient(to bottom, rgba(18, 133, 198, 0.2) 0%, rgba(18, 133, 198, 0.0784314) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18, 133, 198, 0.2)', endColorstr='rgba(18, 133, 198, 0.0784313725490196)',GradientType=0 );
}

.ModalShoeWidth.modal-template .modal-template__main .width-info tr:nth-of-type(3) {
  background: transparent;
  background: -moz-linear-gradient(top, rgba(18, 133, 198, 0.0784314) 0%, rgba(18, 133, 198, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(18, 133, 198, 0.0784314) 0%, rgba(18, 133, 198, 0) 100%);
  background: linear-gradient(to bottom, rgba(18, 133, 198, 0.0784314) 0%, rgba(18, 133, 198, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18, 133, 198, 0.0784313725490196)', endColorstr='rgba(18, 133, 198, 0)',GradientType=0 );
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list {
  margin: 2rem auto;
  width: 75%;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list--women tr td {
  width: 20%;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list--men tr td {
  width: 25%;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list--men .width-info__width-list__line--content td .non-single .fraction {
  right: 10px;
}

@media (max-width: 520px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list--men .width-info__width-list__line--content td .non-single .fraction {
    right: -5px;
  }
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list--men .width-info__width-list__line--content td .non-single .fraction {
    right: 25px;
  }
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--heading th {
  text-align: center;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 1rem;
  background: rgba(18, 133, 198, 0.2);
  border: 2px solid rgba(162, 161, 161, 0.490196);
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--heading th {
    font-size: 1.5rem;
  }
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--subheading {
  background: #1285c6;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--subheading td {
  border-right: 1px solid #ffffff9c;
  padding: .3rem;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--subheading td p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: .7rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--subheading td p {
    font-size: 1rem;
  }
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--subheading td:not(:last-of-type) {
  border-right: 2px solid #ffffff9e;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td {
  font-size: .85rem;
  color: #908f8f;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .single {
  text-align: center;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .single .quotes {
  position: relative;
  font-size: 1.3rem;
  top: 3px;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single {
  text-align: center;
  position: relative;
  right: .7rem;
  padding: .5rem 0rem;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction {
  position: absolute;
  right: 0px;
  top: 0px;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction .numerator {
  position: relative;
  top: -5px;
  font-size: .6rem;
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction .numerator:after {
  content: '';
  position: absolute;
  transform: rotate(-34deg) translateY(1.1rem) translateX(-1.2rem);
  width: 13px;
  border-bottom: 1px solid #908f8f;
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction .numerator {
    font-size: .7rem;
  }
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction .denominator {
  position: relative;
  font-size: .6rem;
  top: 8px;
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction .denominator {
    font-size: .7rem;
  }
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction .quotes {
  position: relative;
  font-size: 1.3rem;
  top: 3px;
}

@media (max-width: 520px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction .quotes {
    right: 5px;
  }
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction .quotes {
    font-size: 1.3rem;
  }
}

@media (max-width: 520px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction {
    right: -15px;
  }
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single .fraction {
    right: 10px;
  }
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td .non-single {
    right: 1rem;
  }
}

.ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td:first-of-type {
  padding: 0rem 1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalShoeWidth.modal-template .modal-template__main .width-info__width-list__line--content td {
    font-size: 1rem;
  }
}

.ModalShoeWidth.modal-template .modal-template__footer .width-footer {
  background: url(img/archfitters-shopper/modal/not-sure-bg.png);
  background-size: cover;
  display: grid;
  grid-template-areas: "title content chat";
}

.ModalShoeWidth.modal-template .modal-template__footer .width-footer h2 {
  grid-area: title;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: .50rem;
  font-size: 1.4rem;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalShoeWidth.modal-template .modal-template__footer .width-footer h2 {
    font-size: 2rem;
    padding: 1rem .5rem;
  }
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__footer .width-footer h2 {
    font-size: 3rem;
    padding: 1rem 0rem 1rem 2rem;
  }
}

.ModalShoeWidth.modal-template .modal-template__footer .width-footer p {
  grid-area: content;
  color: #fff;
  font-size: .75rem;
  padding: .5rem;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalShoeWidth.modal-template .modal-template__footer .width-footer p {
    margin-bottom: 0;
    font-size: .75rem;
    padding: 1rem .2rem 1rem .2rem;
  }
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__footer .width-footer p {
    font-size: 1rem;
  }
}

.ModalShoeWidth.modal-template .modal-template__footer .width-footer__button {
  grid-area: chat;
  padding: .5rem .50rem 0rem 0rem;
}

.ModalShoeWidth.modal-template .modal-template__footer .width-footer__button .tawk-button {
  font-size: 1rem;
  font-weight: 700;
  margin-top: .3rem;
  box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.54902);
  transition: all .5s;
  color: #fff;
  cursor: pointer;
}

.ModalShoeWidth.modal-template .modal-template__footer .width-footer__button .tawk-button:active {
  box-shadow: 0px 0px 0px transparent;
  transition: all .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ModalShoeWidth.modal-template .modal-template__footer .width-footer__button .tawk-button {
    font-size: .8rem;
  }
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__footer .width-footer__button .tawk-button {
    font-size: 1.5rem;
  }
}

@media (max-width: 520px) {
  .ModalShoeWidth.modal-template .modal-template__footer .width-footer__button {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .ModalShoeWidth.modal-template .modal-template__footer .width-footer__button {
    padding: 1rem .5rem;
  }
}

@media (max-width: 520px) {
  .ModalShoeWidth.modal-template .modal-template__footer .width-footer {
    grid-template-areas: "title title chat" "content content content";
  }
}

@media (max-width: 767px) {
  .ModalShoeWidth.modal-template .modal-template__footer {
    margin: 3rem .5rem;
  }
}/*$color-btn-hover-font: #60b6e0;*/

.modal .modal-body {
  max-height: initial !important;
  overflow-x: hidden;
  padding: initial !important;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 10px;
}

body.modal-open {
  overflow: hidden;
}

.modal-body h3 {
  color: #1285c6;
  font-weight: 600;
}

.modal-body .general {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
}

.modal-body .additional {
  display: block;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.modal-body .additional h3 {
  font-weight: 600;
}

.modal-body .additional p {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .modal-checkout__body h1 {
    font-size: 2em;
    line-height: 1.5em;
  }

  .modal-checkout__body h3 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 500px) {
  .modal-title {
    font-size: 1.15em;
  }

  .optimize-steps h1,
  .optimize-fit h1,
  .modal-checkout__body h1 {
    font-size: 1.65rem;
    line-height: 1.65rem;
  }

  .optimize-steps h3,
  .optimize-fit h3,
  .modal-checkout__body h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 320px) {
  .modal-body h3 small {
    font-size: 60%;
  }

  .modal-checkout__body h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .modal-checkout__body h3 {
    font-size: 1rem;
  }

  .modal-checkout__body .btn-grp-wrapper button {
    margin-top: 10px;
  }
}

/*$color-btn-hover-font: #60b6e0;*/

.multi-step-form .radio-group .radio-group-item input[type=radio]:checked + span,
.multi-step-form .radio-group .radio-group-item label:hover input[type=radio]:checked + span {
  background-color: #fff !important;
  color: #3D3D3D !important;
  border-color: #29a744 !important;
  opacity: 1;
}

.multi-step-form .radio-group .radio-group-item label:hover > span {
  background-color: #fff !important;
  color: #343a40 !important;
  border-color: rgba(0, 0, 0, 0.35) !important;
  opacity: 1;
}

.multi-step-form .radio-group .radio-group-item label input[type=radio]:checked + span {
  opacity: 1;
}

.multi-step-form .radio-group .radio-group-item label input + span {
  opacity: 0.65;
  transition: all .25s ease-in-out;
  border: 2px solid rgba(0, 0, 0, 0.125) !important;
}

.multi-step-form .multi-step-breadcrumb-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  /*&:after {
      width: 100%;
      content: "";
      height: 1px;
      background-color: lightgray;
      position: absolute;
      bottom: 10px;
      left: 0;
    }*/
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb {
  position: relative;
  font-weight: normal;
  display: inline-flex;
  max-width: 100%;
  padding: 0px;
  margin-top: 1rem;
  border-radius: 5px;
  /*.item:after,*/
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item {
  position: relative;
  padding: .7rem .5rem;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item.active:not(.active-item).valid {
  color: #3D3D3D;
  opacity: 0.65;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item.active-item {
  color: white;
  background-color: #1285c6;
  border-radius: 3px;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item:not(:last-child):not(.active-item) {
  position: relative;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item:not(:last-child):not(.active-item):after {
  position: absolute;
  content: '';
  height: 1.5rem;
  border: 1px solid #bfbfbf;
  right: -5px;
  top: 25%;
  left: initial;
  transition: none;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item.disabled:not(.active-item) {
  opacity: 0.65;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item.active.invalid {
  color: #d02424;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb.active:not(.active-item).valid {
  color: #3D3D3D;
  opacity: 0.65;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item[role=button]:hover {
  color: #1285c6;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item:after {
  content: "" !important;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0%;
  height: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item.active-item:after {
  content: "" !important;
  width: 50%;
  height: 100%;
}

.multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb .item:before {
  display: none;
}

.multi-step-form .form-footer .pull-left,
.multi-step-form .form-footer .pull-right {
  float: none;
}

.multi-step-form .form-footer .pull-left {
  display: none;
}

.multi-step-form .form-footer .btn-next {
  width: 100%;
  background-color: #29a744;
  border-color: #29a744;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.multi-step-form .form-footer .btn-next:hover {
  background-color: #218838;
  border-color: #218838;
}

.multi-step-form .form-footer .fa-floppy-o:before {
  content: "\F217";
}

/* Small devices (landscape phones, less than 768px)*/

@media (min-height: 767px) {
  .multi-step-form .multi-step-breadcrumb-wrapper ol.multi-step-breadcrumb {
    font-size: 1rem;
  }

  .multi-step-form .form-footer .btn-next {
    font-size: 2.25rem;
  }
}

/* iPad Mini */

@media (min-width: 1024px) and (min-height: 653px) {
  .multi-step-form .form-footer {
    text-align: center;
  }

  .multi-step-form .form-footer .btn-next {
    width: 50%;
  }
}

@media (min-width: 1366px) and (min-height: 768px) {
  .multi-step-form .form-footer {
    text-align: center;
  }

  .multi-step-form .form-footer .btn-next {
    width: 25%;
  }
}

.orthotic-new-multistep .multi-step__breadcrumb__item:not(.active):not(.invalid):not(.disabled) {
  color: #29a744;
}

.orthotic-new-multistep .multi-step__footer-nav {
  justify-content: center;
  padding: 1rem;
}

.orthotic-new-multistep .multi-step__footer-nav button {
  width: 100%;
  font-size: 2rem;
  box-shadow: -1px 3px 4px #929292;
  transition: all .2s;
}

@media (min-width: 768px) {
  .orthotic-new-multistep .multi-step__footer-nav button {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .orthotic-new-multistep .multi-step__footer-nav button {
    width: 25%;
  }
}

.orthotic-new-multistep .multi-step__footer-nav button:not(:disabled):active {
  box-shadow: 0px 0px 0px black;
  transition: all .2s;
}

/*.fade {
  opacity: 0;
  transition: opacity .15s linear;
  &.in {
    opacity: 1;
  }
}*/

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapse tr.in {
  display: table-row;
}

.collapse tbody.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.hoc-multi-step {
  background: #c9e6ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c9e6ff 0%, #ffffff 71%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #c9e6ff 0%, #ffffff 71%, #ffffff 100%);
  background: linear-gradient(to bottom, #c9e6ff 0%, #ffffff 71%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e6ff', endColorstr='#ffffff',GradientType=0 );
}/*$color-btn-hover-font: #60b6e0;*/

body {
  width: 100%;
}

.fade-enter,
.fade-appear {
  opacity: 0.01;
}

.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  opacity: 1;
  transition: all 800ms ease-in-out;
}

.fade-leave {
  opacity: 1;
}

.fade-leave.fade-leave-active {
  opacity: 0.01;
  transition: all 800ms ease-in-out;
}

.fade-slide-enter,
.fade-slide-appear {
  opacity: 0.01;
  position: relative;
  overflow: hidden;
}

.fade-slide-enter > *,
.fade-slide-appear > * {
  position: relative;
  top: -20em;
}

.fade-slide-enter.fade-slide-enter-active,
.fade-slide-appear.fade-slide-appear-active {
  opacity: 1;
  transition: all 800ms ease-in-out;
}

.fade-slide-enter.fade-slide-enter-active > *,
.fade-slide-appear.fade-slide-appear-active > * {
  top: 0;
  transition: all 500ms ease-in-out;
}

.fade-slide-leave {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.fade-slide-leave > * {
  position: relative;
  margin-top: 0;
}

.fade-slide-leave.fade-slide-leave-active {
  opacity: 0.01;
  transition: all 500ms ease-in-out;
}

.fade-slide-leave.fade-slide-leave-active > * {
  margin-top: -100%;
  transition: all 500ms 300ms ease-in-out;
}

.archfitters-shopper {
  height: 100%;
  display: inline-block;
  width: 100%;
}

.block {
  display: block;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.125);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.card .divider {
  margin-left: 15px;
  margin-right: 15px;
}

.box-container {
  box-shadow: 1px 1px 5px #969696;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.full {
  width: 100%;
  height: 100%;
}

[role=button],
button {
  cursor: pointer;
}

*[role="button"]:hover .card {
  border-color: rgba(0, 0, 0, 0.35);
}

.flex {
  display: flex;
  align-items: center;
}

.flex-space-between {
  justify-content: space-between;
}

.archfitters-shopper {
  height: 100%;
}

.archfitters-shopper .app-content {
  height: 100%;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.15;
}

.page {
  width: 100%;
  display: inline-block;
}

@media (min-width: 320px) {
  .header-smaller {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .header-smaller {
    font-size: 1.5rem;
  }
}

.desktop-only {
  display: none;
}

.mobile-only {
  display: none;
}

@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

@media (max-width: 992px) {
  .mobile-only {
    display: block;
  }
}

@media (min-width: 1024px) {
  .header-smaller {
    font-size: 1.5rem;
  }

  .container-small,
  .container-sm {
    width: 500px;
  }

  .container-md {
    width: 720px;
  }
}

@media (min-width: 1025px) {
  .page {
    /*@include exactHeight(auto);*/
  }
}