
html { font-size: 62.5%}

body, html {

  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  font-family: "ProximaNovaRegular";
}

h1 {
  padding: 0;
  font-size: 2.8rem;
  color: #000;
  font-family: "ProximaNovaSemiBold";
}

.checkout-s2 h1, .checkout-s2 h2{
  padding: 0;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #000;
  font-family: "ProximaNovaRegular";
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome4-webfont.eot?v=4.6.3');
  src: url('/fonts/fontawesome4-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
       url('/fonts/fontawesome4-webfont.woff2?v=4.6.3') format('woff2'),
       url('/fonts/fontawesome4-webfont.woff?v=4.6.3') format('woff'),
       url('/fonts/fontawesome4-webfont.ttf?v=4.6.3') format('truetype'),
       url('/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');

  font-weight: normal;
  font-style: normal;
}

.page-content {
  margin: 0 auto;
  display: block;
  max-width: 1188px;
  padding: 0px 0 20px;
  height: auto;
  box-sizing: border-box;
}


/****************************************************************************
 ****************************** CHECKOUT STEP 1 *****************************
 ****************************************************************************/

 .margin-80 {
     margin-top: 80px;
 }

 .margin-40 {
     margin-top: 40px;
 }

 .margin-24 {
     margin-top: 24px;
 }

 .margin-8 {
     margin-top: 8px;
 }

 .spacing-top-12 {
    margin-top: 12px;
 }

 .text-align-center {
     text-align: center;
 }

 .w-inline-block {
    max-width: 100%;
    display: inline-block;
 }

 ._2-col-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

._2-col-faq-item {
    width: calc(50% - 16px);
    margin-top: 32px;
    margin-right: 16px;
}

.page-content-holder{
  background-color: #F7F7F7;
  border-bottom: 1px solid #E7E7E7;
}

.page-content.checkout-s1 {
  max-width:1058px;
  background-color:#F7F7F7
}

.checkout-s1 .faq-content-wrapper {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 990px;
    margin: 0 auto 0 auto;
    padding: 0 24px 40px 24px;
    background-color: #FFF;
}

.checkout-s1 .offer-pre-header{
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: center;
  align-items: center;
}

.checkout-s1 .offer-pre-header a {
    color: #666;
    font-size: 1.4rem;
    margin-right: 10px;
}

.checkout-s1 .offer-header{
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: center;
  align-items: baseline;
  margin: 7px 0 3px 0;
}

.ribbon-yellow {
  background-color: rgb(255, 237, 141);
}

.ribbon-discount-banner {
    margin: 0px 0px 0px 12px;
    z-index: 0;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    height: 24px;
    padding: 0px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.0rem;
    line-height: 1.25rem;
    letter-spacing: 0.8px;
    background-color: #FAD105;
    max-width:90px;
}

.ribbon-yellow::before {
    border-color: #FAD105 #FAD105 #FAD105 transparent;
}


.ribbon-discount-banner::after {
    right: 0px;
    border-color: #FAD105 transparent #FAD105 #FAD105;
    transform: translateX(50%);
}

.ribbon-discount-banner::before, .ribbon-discount-banner::after {
    box-sizing: content-box;
    content: "";
    position: absolute;
    top: 0px;
    z-index: -1;
    border-style: solid;
    border-width: 12px 8px;
}

.checkout-s1 .provider-image-wrapper{
  padding-right:20px;
  padding-left: 0px;
  height: 100%;
  max-height: inherit;
}




.checkout-s1 .prices-container{
  margin-bottom:24px;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: baseline;
}

.checkout-s1 .price-box{
  border: 1px solid #e7e7e7;
  width: calc((100% / 3) - 12px);
  height: 70px;
  margin: 5px 0 5px 0;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
}

.checkout-s1 .pb-header{
  text-transform: uppercase;
  font-size:1.2rem;
  color:#666;
  font-weight: 600;
  margin: 3px 0 4px 0;
}

.checkout-s1 .reactivation-legend{
  text-align: center;
}

.checkout-s1 .reactivation-legend p{
  font-size: 1.3rem;
  font-weight: 600;
}

.checkout-s1 .info-section{
  padding: 20px 20px;
  border-radius: 0px;
  border-bottom: none;
  box-shadow: 1px 0 12px rgba(0,0,0,.13);
  background-color: #FFF;
  height: fit-content;
}

.checkout-s1 .info-section:hover {
    box-shadow: 1px 0 19px rgba(0,0,0,.2);
}

.checkout-s1 .section-anchor.pricing-faqs {
    top: -140px;
}
.checkout-s1 .section-anchor {
    position: absolute;
    left: 0px;
    top: -60px;
}

.checkout-s1 h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'ProximaNovaBold';
}

.faq-content-wrapper .pricing-faq-more-help {
    display: block;
    max-width: 449px;
    margin-right: auto;
    margin-left: auto;
}

.faq-content-wrapper p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
}


.faq-content-wrapper .button {
    padding: 16px 16px 9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: #25D366;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    color: #fff;
    font-size: 1.8rem;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 1.1px;
    text-decoration: none;
    min-width: 350px;
    height: 50px;
    font-weight: 700;
}

.faq-content-wrapper .fa-whatsapp{
    margin-right: 10px;
    font-size: 2.4rem;
    margin-top: -2px;
    vertical-align: text-top;
}

.faq-content-wrapper .pricing-faq-more-help {
    display: block;
    max-width: 449px;
    margin-right: auto;
    margin-left: auto;
}

.accordion-section h2{
    margin-bottom: 30px;
}

.back-to-merchant{
  margin: 15px 0;
}

.back-to-merchant a{
  color: #555;
  font-size: 1.5rem;
}

.accordion-wrapper{
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 450px;
  width: 100%;
}


.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #fff;
    padding: 10px 0;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: normal;
    font-size: 1.4rem;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #555;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.4rem;
}

.accordion-section .container{
  padding: 0px;
}

.checkout-s2 .info-section{
  border-bottom: 1px solid #ccc;
}


.email-section .control-label{
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #000;
  font-weight:bold;
  text-align: center;
  width: 100%;
}

.email-section .form-check{
  margin-top: 15px;
}

.checkout-form-step-one input[type="email"]{
  max-height: 45px;
  font-size: 1.4rem;
  min-width:150px
}

.checkout-s1 #checkBuyerEmail{
  margin-left:5px;
  font-size: 1.4rem;
  background-color:#FB3F39;
  min-width:130px;
  font-weight: bold;
  border-width: 0px 0px 0px;
  border-radius: 0px;
  cursor: pointer;
}

.checkout-s1 #checkBuyerEmail:after{
  /* content: '\f054';
  font-family: 'FontAwesome';
  margin-left: 10px;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  font-size: 1.0rem; */
}


.email-section span{
  /* padding: 0 0 15px 0; */
  font-size: 1.2rem;
  display: block;
}

.new-member-description {
  color: #444;
  margin: 20px 0;
  font-size: 1.1rem;
}

.offer-title-desktop {
  margin-bottom:15px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center !important;
}

.info-section .monthly{float:left;}
.info-section .monthly .regular{color: #666;font-size: 1.4rem;text-decoration:line-through;margin-right:5px;}
.info-section .monthly .price{color:#000;font-size:1.4rem;font-weight:bold}

.info-section .joining-fee-wrapper{float:left;}

.joining-fee { color: #CCC;text-decoration:line-through;margin-right:5px; }
.free-joining-fee { color:#00B200;font-size:1.4rem;font-weight:bold }
.discounted-joining-fee {color:#000;font-size:1.4rem;font-weight:bold}

.collapsed,
.collapsed:hover,
.collapsed:active,
.collapsed:visited,
.panel-title a,
.panel-title a:active,
.panel-title a:hover,
.panel-title a:visited{
  font-size: 1.3rem;
  color: #555;
  text-decoration: none;
}



.pass-box-payment-methods{
  /* background-image: url('/images/payment-methods-checkout.png'); */
  display: block;
  min-height: 50px;
  /* max-width: 670px; */
  margin: 20px auto 20px auto;
  width: 100%;
  text-align: center;
}

.pass-box-payment-methods img{
  /* background-image: url('/images/payment-methods-checkout.png'); */
  object-fit: cover;
  /* width: 100%; */
  height: auto;
  width: fit-content;
  margin: 0 auto;
}

.pass-box-payment-methods-m {
  display: none;
}



@media (max-width: 767px) {

  .page-content-holder{
    border-bottom: none;
  }

  .checkout-s1 .info-section {
    border-bottom: none;
    box-shadow: none;
    height: max-content;
  }

  .checkout-s1 .provider-image-wrapper{
    /* display: flex; */
    padding: 0;
    max-height: inherit;
  }

  .checkout-s1 .pass-box-provider-info{
    width: 100%;
    float:none;
    position: relative;
    max-height: 300px;
    min-height: 250px;
  }

  .checkout-s1 #checkBuyerEmail {
    margin: 14px 0 0 0;
    width: 100% !important;
    height: 50px;
    border-radius: 25px;
    font-size: 1.6rem;
    border-color: #b12747 #8f1f39 #8f1f39;
    border-width: 1px 1px 2px;
  }

  .checkout-s1 .layer{
    top: 0;
    position: absolute;
    height: 100%;
    /* height: max-content; */
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: rgba(17,17,17, 0.85);
  }

  .checkout-s1 .price-box {
    border: none;
    background-color: rgba(17,17,17, 0.6);
    font-size: 1.1rem;
    color: #FFF;
    height: auto;
    align-self: stretch;
  }

  .checkout-s1 .pb-header {
    color: #FFF;
    font-size: 1.1rem;
  }

  .free-joining-fee {
    color: #FFF;
    font-size: 1.2rem;
  }

  .checkout-s1 .prices-container {
    align-items: center;
    margin-top: 18px;
    margin-bottom: 5px;
  }

  .checkout-s1 .info-section {

    background: none;
    padding: 20px 40px 10px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .checkout-s1 .offer-pre-header a {
    color: #FFF;
    font-size: 1.4rem;
    margin-right: 10px;
    font-weight: 600;
  }


  .info-section .joining-fee-wrapper, .info-section .monthly {
      border-bottom: none;
      padding: 10px 10px;
  }

  .info-section{
    padding: 0px;
  }

  .info-section .monthly p{
    margin:0;
    overflow-wrap: break-word;
  }

  .info-section .monthly .prices{
    margin-top: 4px;
  }

  .info-section .monthly .price {
    color: #FFF;
    font-size: 1.2rem;
  }

  .info-section .monthly .regular {
    color: #CCC;
    font-size: 1.1rem;
  }

  .info-section .joining-fee-wrapper p{
    margin:0;
    overflow-wrap: break-word;
  }

  .info-section .joining-fee-wrapper .discounted-joining-fee{
    color: #FFF;
    font-size: 1.2rem;
  }

  .info-section .joining-fee-wrapper .prices{
    margin-top: 4px;
  }

  .pass-box-provider-title {

    color:#FFFFFF;
    font-family:ProximaNovaBold;
    font-size:3.0rem;
    line-height:1.0em;
    max-width: none;
    text-shadow:#000000 1px 1px 2px;
    text-align: center;
    margin-top:25px;
  }

  .checkout-s1 .reactivation-legend p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #CCC;
    margin: 0;
  }

  .pass-box-payment-methods{
    /* background-image: url('/images/payment-methods-checkout.png'); */
   display:none;
  }

  .pass-box-payment-methods-m img{
    width: 100%;
    max-width: 325px;
  }

  .pass-box-payment-methods-m h3{
    text-align: center;
    font-size: 1.3rem;
    margin: 0 0 15px 0;
    color: #444;
  }

  .pass-box-payment-methods-m{
    /* background-image: url('/images/payment-methods-checkout.png'); */
    display:block;
    margin: 20px auto;
    min-height: 80px;
    max-width: 330px;
    margin: 20px auto;
  }

  .page-content.checkout-s1{
    padding: 0;
  }

  .ribbon-discount-banner {
    margin: 0px auto 0px auto;
  }

  .checkout-s1 h4 {
    font-size: 20px;
  }

}


@media (max-width: 479px) {

  ._2-col-row {
    margin-right: 0;
  }

  ._2-col-faq-item {
      width: 100%;
      margin-top: 32px;
      margin-right: 0;
  }

  .checkout-s1 .provider-image-wrapper {
    padding-right: 0;
  }

  .page-content-holder{
      background-color: #FFF;
  }

  .page-content.checkout-s1{
    background-color: #FFF;
  }

  .ribbon-discount-banner {
    margin: 5px auto 0px auto;
    height: 20px;
    padding: 0px 5px;
    font-size: 0.9rem;
    letter-spacing: 0.4px;
    line-height: normal;
    max-width: 100px;
  }

  .ribbon-discount-banner::before, .ribbon-discount-banner::after {
      border-width: 10px 8px;
  }

  .pass-box-provider-title {
    font-size: 2.5rem;
    margin-top: 10px;
  }

  .checkout-s1 .pass-box-provider-info {
    min-height: 215px;
  }

  .checkout-s1 .info-section {
    padding: 10px 15px 10px 15px;
  }

  .checkout-s1 .price-box{
    width: calc((100% / 3) - 5px);
    height: -webkit-fit-content;
  }

  .info-section .joining-fee-wrapper, .info-section .monthly {
    padding: 7px 7px;
  }

  .checkout-s1 .offer-pre-header a {
    font-size: 1.3rem;
  }

  .checkout-s1 .prices-container {
    margin-top: 12px;
    min-height: 60px;
  }

  .checkout-s1 .pb-header {
    font-size: 1.0rem;
  }

  .joining-fee { margin-right:0px;}

  .free-joining-fee {
    font-size: 1.0rem;
  }

  .email-section.email-box {
    padding: 15px 0 0 0;
  }

  .checkout-s1 .reactivation-legend p {
    font-size: 1.0rem;
  }

  .checkout-s1 .faq-content-wrapper {
    padding: 0 15px 20px 15px;
  }

  .faq-content-wrapper .button {
      min-width: 220px;
  }

  .pass-box-payment-methods-m {
    max-width: 300px;
  }
}


@media (max-width: 320px) {

  .checkout-s1 .price-box{
    width: calc((100% / 3) - 4px);
  }

  .pass-box-provider-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .info-section .joining-fee-wrapper, .info-section .monthly {
    padding: 5px 5px;
  }

}

@media (min-width: 768px) {

  .page-content.checkout-s1{
    padding: 1px 20px;
  }

  .checkout-s1 .offer-pre-header a {
    font-size: 1.2rem;
  }

}

/****************************************************************************
 ****************************** CHECKOUT STEP 2 *****************************
 ****************************************************************************/

/* Hide the arrows in input type*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.confirm-title {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 25px auto 20px auto;

}

.pass-box-row {
  width: 100%;
  overflow: hidden;
}

.gender-box{
  min-width: 110px;
  border-radius: 7px;
  padding: 12px 15px 8px 15px;
  border: 1px solid #ced4da;
  cursor: pointer;
}

.gender-box input, .gender-box label {
   cursor: pointer;
}

.phone-placeholder::placeholder {
  color: #999; /* Change this to your desired color */
  opacity: 1; /* Ensure placeholder text is fully opaque */
}


.payment-box{

  cursor: pointer;
  width: 100% !important;
  max-width: 650px;
  background-color:#FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
  min-height: 20px;
  padding: 10px;

  margin: 7px auto 7px auto;
  overflow:hidden;

  border: 2px solid #F8F8F8 !important;
}

.pass-box-provider-info{
  float:left;
  width:15%;
}

.highlight{
  border: 2px solid #FF0000 !important;
}

.pm-box{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    color: #000000;
}

.pm-box .logo img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    width: 80px;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 7%;
}

.pm-box .logo {
   flex-shrink: 0;
   height: 40px;
   width: 80px;
   margin-right: 20px;
   font-size: 0;
   line-height: 30px;
   background: #ffffff;
}

.pm-box .data-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 200px);
    padding-right: 25px;
    width: 100%;
}

.pm-box .title {
    display: flex;
    align-items: left;
    line-height: 20px;
    font-size: 15px;
}

.pm-box .description {
    line-height: 15px;
    margin-top: 5px;
    font-weight: normal;
    font-size: 11px;
}


.pm-box .promos-box {
    display: flex;
    align-items: center;
    line-height: 15px;
    font-weight: bold;
    font-size: 11px;
    margin-left: auto;
}

.promo-text {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}




.payment-box .logo-v {
  width: 100%;
  padding: 0 0 0 30px;
}

.pm-section {

  float: left;
  margin: 0px 0px 0px 10px;
  height: 60px;
}

.pm-section .radio-sprite{
  height: 100%;
  padding: 20px 0;
}

.pm-section label {
  height: 100%;
  padding-left: 0px !important;
}


.pm-description-h {
  height: 100%;
  padding: 20px 0;
}

.pm-description-v {
  height: 100%;
  padding: 0 0 0 30px;
}

.pm-title-h, .pm-title-v {
  height: 100%;
  padding: 20px 0;
}

.pm-title-v {
  font-weight: bold;
}



.input-group {
  width: 100%
}

.input-name-left {
  width: 49%;
  margin-right: 1%;
  float:left;
}

.input-name-left input{
  height: 42px;
}

.input-name-right {
  width: 49%;
  float: right;
}

.input-name-right input{
  height: 42px;
}

.form-control {
  height: 47px;
  border-radius: 3px !important;
  width: 100%;
}


.user-info{
  margin: 0 auto 0 auto;
  max-width: 380px;
}


.btn-continue, .btn-continue:link, .btn-continue:visited, .btn-continue:hover, .btn-continue:active{

  background-color: #FB3F39;
  color: #FFFFFF !important;
  width: 100%;
  font-size: 2.0rem;
  margin: 15px 0;
  max-height:50px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
}

.wrong {
    color: #A94442;
    margin: 10px 0 0 5px;
}

.payment-note{
  text-align: center;
  display: block;
}

.checkout-avatar-mobile{
  display:none;
}

.coupon-dialog{
  float:right;
  max-width:none;
  text-align:right;
  display:none;
}

.coupon-dialog input{
  height: 36px;
  font-size: 1.5rem;
  max-width: 165px;
  margin-right: 5px;
  float: left;
  width: 100%;
}


.pass-box-provider-info{
  padding: 0px;
}

.pass-box-provider-info .provider-image {
  max-width: 100%;
  /* margin-bottom:5px; */
  margin-bottom:0px;
}


.buy-pass-footer{
    display:none;
}


.title-info {
  color:#777;
  font-size:1.6rem;
  margin-bottom:20px
}


.Product{
  margin-top: 25px;
  background-color: #F4F4F4;
  padding: 20px;
}

.Product__img {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 275px;
    cursor: pointer;
    opacity: 1;
    transition: background-color .33s ease,opacity .33s ease;
    vertical-align: middle;
    border-style: none;
}


.Product__name {
    margin: 0 0 8px 0;
    font-size: 2.3rem;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #000;
    font-family: "ProximaNovaRegular";
}

.Product__desc-long {
    margin-top: 5px;
    margin-bottom: 10px;
}

.Product__desc-short {
    font-size: 1.5rem;
}

.Product__promo-price{
  font-size:2.0rem;padding: 6px 5px;font-weight:bold;float:left;
}
.Product__regular-price{
  float:left; color:#777;font-size: 1.9rem;padding: 7px 10px;text-decoration:line-through;
}

.Product__rating--sm {
    margin-top: 12px;
    font-size: 1.5rem;
    font-family: 'ProximaNovaSemiBold';
    color: #000;
}


.sku-chooser__quantity-col {
  width: 105px;
  float: left;
  padding: 0px;
}

.Product__prices-container{
  float:left;
}

.bb-stepper--block .bb-stepper {
  display: block;
}

.bb-stepper {
    height: 35px;
    padding: 0 35px;
    border-radius: 2px;
    /* border: 1px solid #c8c8c8; */
    display: inline-block;
    position: relative;
}

.bb-stepper__btn--decrement {
  left: 0;
  /* border-radius: 2px 0 0 2px; */
  border-radius: 4px;
}

.bb-stepper__decrement-icon, .bb-stepper__increment-icon {
  width: 14px;
  border-top: 2px solid #303030;
  display: inline-block;
  position: relative;
}

.bb-stepper__increment-icon:before {
    content: "";
    width: 14px;
    border-top: 2px solid #303030;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: -2px;
    left: 0;
}

.bb-stepper__btn--increment {
  right: 0;
  /* border-radius: 0 2px 2px 0; */
  border-radius: 4px;
}

.bb-stepper__btn {
  border: 1px solid #c8c8c8;
  color: #303030;
  /* border: 0; */
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: #f4f4f4;
  height: 100%;
  width: 35px;
  position: absolute;
  top: 0;
}

.btn:focus{outline:0;}
.bb-flat-btn:focus{outline:0 !important;}
.bb-stepper__btn:focus{outline:0;}


.bb-stepper--block .bb-stepper__input {
  width: 100%;
  max-width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.bb-stepper__input {
  padding: 0;
  width: 35px;
  height: 100%;
  font-size: 2.1rem;
  text-align: center;
  background: none;
  /* border: 1px solid #c8c8c8; */
  /* border-width: 0 1px; */
  border-width: 0px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  outline: none;
  margin: auto;
}


.sku-chooser__add2cart-col {
  float: right;
  min-width: 100px;
}

.sku-chooser__btn-add {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
}


.bb-flat-btn, .bb-flat-btn--primary {

  margin: 0;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  color: #fff;
  line-height: 35px;
  padding: 0 12px;
  font-size: 16px;
  border-width: 1px 1px 2px;

  background: #FF0000;
  border-color: #ee2b2b;
  /* background: #ff0000;
  border-color: #b12747 #8f1f39 #8f1f39;
  */
  border-style: solid;

  border-radius: .26666667em;
  vertical-align: bottom;
  width: 100%;
}

.bb-flat-btn:hover{
    color: #fff;
}

.btn-disabled{
  background: #0065b8;
  background: linear-gradient(to bottom,#8a8a8a 0,#828282 100%);
  /* border-color: #005499 #003c6e #003c6e; */
  border-color: #444444;
  cursor: not-allowed;
  opacity: .8;
}

#processPayment{
  margin: 30px 0;
}

.btn-process-payment{
  width: 100%;
  height: 54px;
  line-height: 36px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0px 15px;
  color: #fff;
  background: #ff0000;
  border-color: #b12747 #8f1f39 #8f1f39;
  border-style: solid;
  display: inline-block;
  position: relative;
  margin: 0;
  border-width: 1px 1px 2px;
  border-radius: .23529412em;
  font-weight: 700;
  cursor: pointer;
}

a.btn,
a.btn:visited,
a.btn:hover,
a.btn:active{
  color: #fff !important;
}


.btn:hover {
  color: #fff !important;
}

.btn-process-payment:hover::after, .btn-process-payment:focus::after {
    left: 5px;
}

.btn-process-payment::before {
  content: '\f023';
  font-family: 'FontAwesome';
  margin-right: 10px;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  font-size: 1.5rem;
}

.goers{
  width:250px;
  /* display: inline-block; */
}

.goers-wrapper{
  /* margin: 15px 0; */
  overflow: hidden;
  margin: 0px 0 15px 0;
}

.goers-wrapper span:not(.validation-feedback){
  font-size: 1.8rem;
  width: 120px;
  margin: 0 0 0 10px;
  float: left;
  display: block;
  padding: 5px 0;
}

.goers-wrapper .buyer-email{
  font-size: 1.7rem;
  width: auto !important;
}

.goers-wrapper .fas{
  float:left;
  padding: 3px 0;
}

.cart-row{
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.cart-row .title{
  max-width: 250px;
  float: left;
}

.cart-row .title span{
  word-break:break-word;
  display: block;
}

.cart-row .quantity{
  color:#666;
  font-size:1.3rem;
  margin-left: 0px;
}

.cart-row .price{
  color:#666;
  font-size:1.3rem;
  margin-left: 7px;
}

.cart-row .prices, .cart-bottom-row .prices{
  float: right;
}

.cart-row .regular-cost, .cart-bottom-row .regular-cost{
  color: #666;
  font-size:1.4rem;
  text-decoration:line-through;
}

.cart-row .cost, .cart-bottom-row .cost{
  color: #000;
  font-size: 1.5rem;
  margin-left:5px;
}

.cart-row .free {
    color: #08A488;
    font-weight: 600;
}

.cart-bottom-row .regular-cost{
  font-size: 1.4rem;
}

.cart-bottom-row .cost{
  font-size: 1.7rem;
  font-weight:bold;
}

.cart-bottom-row{
  padding: 10px 20px;
}

.cart-row .coupon-details{

  max-width: 200px;
  font-size: 1.6rem;
  color: #4A8951;
  font-family: "ProximaNovaSemiBold";
  padding: 0;
}

.cart-row .coupon-details .coupon-type{
  margin-left: 5px;
  font-size: 1.5rem;
}

.cart-row .coupon-details .coupon-code{

  color: #fff;
  background-color: #4A8951;
  padding: 3px;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 1.2rem;
  margin-left: 5px;

}

.cart-bottom-row .add-coupon{
  width: 100%;
  font-size: 1.3rem;
  color: #888;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  overflow: hidden;
}


.cart-bottom-row .coupon-dialog {
  float: right;
  width: 100%;
  max-width: 230px;
  text-align: right;
  display: none;
  margin: 10px 0px 20px 0;
}

.coupon-dialog .form-control {
  max-width: 150px;
  float:left;
  font-size: 1.4rem;
  padding: 5px;
  height: 29px;
  margin: 1px 0;
}

.coupon-dialog .coupon-btn {

  background-color: #FB3F39;
  background-image: none;
  border: none;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #fff;
  float: right;
  margin: 1px 2px 0 0;
  padding: 4px 15px;
  box-shadow: none;
}

.coupon-dialog .coupon-btn:focus{outline:0;}

.coupon-dialog .wrong-coupon-code {
      float: left;
      text-align: left;
      width: 100%;
      color: #A94442;
      margin: 2px 0 0 2px;
  }

.wrong-coupon-code {
    float: left;
    text-align: left;
    width: 200px;
    color: #A94442;
    margin: 5px 0 0 4px;
}

input[type="radio"] {
 margin-left: 1px !important;
}

.modify-email {
  display:block;
  color:#666
}

.goers-wrapper .modify-email {
  padding: 6px 0;
  font-size: 1.6rem;
  text-decoration: underline;
}

.cart-row .modify-email {
  float:right;
}

.modify-email a, .modify-email a:active, .modify-email a:hover, .modify-email a:visited{
  color:#666;
}


#email-modal .modal-dialog{
  max-width:400px;
  margin: 0 auto;
}

.modal-header h5{
  color: #000;
  font-size: 1.8rem;
  font-family: ProximaNovaSemiBold;
}

.modal-header .close{
  font-size: 2.1rem;
}

.modal-body{
  padding: 15px;
}

.modal-dialog .wrong-email {
  color: #A94442;
  margin: 10px 0 0 5px;
  font-size: 1.5rem;
  margin-top: 10px;
}

.cart-details {
  background: #fff;
  border: 2px solid #ddd;
  font-size: 1.4rem;
  width:420px;
  padding: 0 0 12px 0;
}

.chosen-quantity-wrapper{
  float:right;
  width:auto;
}

.gender-wrapper {
  padding-left:0px;
  margin-bottom:10px;
  overflow:hidden;
}

.checkout-s2 .finish-process-header {
  font-size:2.6rem;
  font-weight:bold;
  margin-bottom:30px
}


.checkout-s2 .modify-email-mobile{
  display: none;
}

.is-for-gift-section{
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  border-radius: 12px;
  font-size: 1.6rem;
  padding: 8px 14px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.extra-subtitle{
  color:#777;
  font-size:1.4rem;
}

.gift-checkbox-wrapper{
  float: left;
  margin: 0px 0 0 0;
  font-size: 1.8rem;
  border: #c4c4c4;
}


.checkout-s2 .back-to-merchant {
    margin: 15px 15px;
}

.checkout-s2 .summary{
  display: none;
}


.a-input-text-addon {
    background-color: #f6f6f6;
    padding: 7px 7px;
    line-height: 1;
    text-align: center;
    border: 1px solid #ced4da;
    border-top-color: #ced4da;
    border-radius: 3px;
    width: 40px;
    white-space: nowrap;
    font-size: 1.9rem;
}

#goersSection{
  padding-left: 15px;
  padding-right: 15px;
}

.checkout-s2 .who-goes{
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.checkout-s2 .datepicker{
  float: left;
  width: 100%;
  max-width: 150px;
}

.checkout-s2 .who-goes .subtitle{
  display: none;
}

.checkout-s2 .who-goes .form-check-inline{
  float:left;
}


.goers-wrapper .validation-feedback{
  margin-left: 160px;
  display:block;
}

.mobile {
  display: none;
}


.num-circle{

  display: inline-block;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  padding: 2px;
  background: #FF0000;
  color: #FFF;
  text-align: center;
  font-size: 2.1rem;
  margin-right: 12px;
  font-weight: 500;
}

.checkout-s2 .bd-input-container{
  padding: 10px 15px 0 0;
  float:left;
}

.checkout-s2 .is-for-gift-section .fas{
  font-size: 1.9rem;
  color: #FF0000;
}

@media (min-width: 350px) {
  .accordion-section {
    width: 100%;
  }
}


@media (max-width: 350px) {
  .cart-row .title {
      max-width: 160px;
  }
}




@media (min-width: 576px) {

  .info-section{
    border-bottom: none;
  }

  .checkout-s1 .email-section .control-label{
    text-align: center;
    width: 100%;
  }

}


@media (max-width: 767px) {

  body, html {
    background-color: #FFFFFF;
  }

  header {
    display: none;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .skeleton-full {
    flex-flow: row;
    flex-wrap: wrap;
  }

  .skeleton-full__content {
    padding: .5em .5em .5em .5em;
  }

  .skeleton-full__sidebar {
    padding: .5em .5em .5em .5em;
  }

  .offer-title-desktop {
    display: none;
  }

  .checkout-s2 .checkout-s-header .title{

    font-size: 2.3rem;
    padding: 15px;
    font-weight: 900;
    font-family: 'ProximaNovaBold';
  }

  .checkout-s2 .checkout-s-header .title p{
      margin: 0;
  }

  .accordion-wrapper{
    padding: 0 20px;
  }

  .back-to-merchant{
    padding: 0 15px;
  }



  .new-member-description {
    text-align: center;
  }

  .form-control{
    width: 100% !important;
  }

  .checkout-form-step-one input[type="email"]{
    width: 100% !important;
  }

  #checkBuyerEmail{
    margin: 10px 0 0 0;
    width: 100% !important;
    height: 38px;
  }

  .email-section {
    padding: 0 20px;
  }

  .email-section span{
    text-align: center;
  }

  .email-section .form-check{
    margin-top: 0px;
  }

  .email-section .control-label{
    font-size: 1.8rem;
    margin-bottom:10px;
  }

  .pass-box-provider-info .provider-image{
    display:none;
  }

  .checkout-avatar-mobile{
    max-height: 140px;
    height:auto;
    width:100%;
    margin-bottom:0px;
    display: inline-block;
  }

  .cart-details {
    display:none;
  }

  .checkout-s2 h2{
    color:#000000;
    text-align: left !important;
    font-size: 2.5rem;
    width: fit-content;
  }

  .title-info{
    text-align: left;
    width: 100%;
    margin: 5px 0 10px 0;
    font-size: 1.3rem;
  }

  .chosen-quantity-wrapper{
    margin: 0 auto;
    width: 105px;
  }

  .gender-wrapper{
    text-align: left;
  }

  .checkout-s2 .finish-process-header {
    display: none;
  }

  .checkout-s2 .accordion-wrapper {
    display: block;
  }


  .pass-box-row {
    padding: 0px;
  }

  .buy-pass-footer {
      text-align: center;
      display:none;
      color: #888;
      width:100%;
  }


  .page-content {
    padding: 0px;
  }

  .page-content .checkout-s2 {
    background-color: #FFFFFF;
  }

  .pass-box-provider-info .provider-image {
  width: 100%;
  }

  .pass-box-payment-methods{
      display: none;
  }


  .checkout-s2 .modify-email-mobile {
    display: flex;
    background-color: #F6F6F6;
    /* 
    border: 1px solid #DDD;
    height: 45px; 
    width: 100%;
    */
    text-align: left;
    
    font-size: 1.6rem;
    padding: 10px 15px;
    margin: 30px 15px;
    border-radius: 5px;
  }

  .checkout-s2 .modify-email-mobile .note{
    display: block;
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .checkout-s2 .modify-email {
    display: inline-block;
  }

  .checkout-s2 .modify-email a,
  .checkout-s2 .modify-email a:active,
  .checkout-s2 .modify-email a:hover,
  .checkout-s2 .modify-email a:visited {
    color: #999;
    font-size: 1.3rem;
  }

  .checkout-s2 .info-section {
      border-bottom: none;
  }

  .is-for-gift-section {
    border: none;
    font-size: 1.5rem;
    padding: 10px 15px;
    text-align: left;
    margin: 20px 0 30px 0;
    border-radius: 0;
    align-items: normal;
  }

  .extra-subtitle{
    text-align: left;
  }

  .gift-checkbox-wrapper{
    float:left;
    margin: 0px 0 0 0;
  }

  .checkout-s2 .back-to-merchant {
      margin: 15px 0px;
  }

  .checkout-s2 .summary{

    margin: 30px 0;
    display: block;
    width: 100%;
    padding: 5px 20px;
    background-color: #F6F6F6;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }

  #processPayment{
    margin: 0 0 20px 0;
  }


  .checkout-s2 .goers-wrapper{
    background-color: #F6F6F6;
    height: 45px;
    padding: 5px 15px;
    margin: 0px 0 5px 0;
  }

  .goers-wrapper .fa-user-circle{
    font-size: 2.7rem;
  }

  .goers-input-wrapper{
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    float: right;
    margin-left: 5px;
  }

  .checkout-s2 .goers-wrapper .form-control {
    height: 35px;
  }

  .checkout-s2 .goers-wrapper span {
    /* width: 90px; */
    width: fit-content;
    font-size: 1.6rem;
  }


  #goersSection{
    padding: 0 !important;
  }

  .checkout-s2 .who-goes{
    text-align: center;
    border: none;
    padding: 0px;
  }

  .checkout-s2 .who-goes .subtitle{
    display: inline-block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 15px;
    width: 100%;
  }



  .Product__name{
    font-size: 2.2rem;
  }

  .Product__desc-short {
    font-size: 1.4rem;
  }

  .Product__promo-price{
    font-size: 1.8rem;
  }

  .Product__regular-price{
    font-size: 1.7rem;
  }

  .cart-row {
    padding: 10px 0px;
    font-size: 1.4rem;
  }

  .cart-row .title span {
    display: block;
  }

  .cart-row .quantity {
    margin-left: 0px;
  }

  .cart-bottom-row {
    padding: 10px 0px;
  }

  .checkout-s2 .btn-container{
    padding: 0 15px;
  }

  .checkout-s2 h4 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 24px;
    font-weight: 700;
    font-family: 'ProximaNovaBold';
  }

}

@media (max-width: 575px) {

  .checkout-s2 .bd-input-container{
    padding: 10px 0 0 0;
  }
}


@media (max-width: 480px){

  .pm-box .logo {
    width: 50px;
    height: 40px;
    margin-right: 10px;
  }

  .pm-box .data-box {
    max-width: calc(100% - 60px);
    padding-right: 20px;
  }

  .pm-box .title {
      font-size: 13px;
  }

  .Product__footer{
    margin-top: 15px;
    display: flex;
    height: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sku-chooser__add2cart-col {
    margin-top: 10px;
    flex: 0 0 100%;
  }

  .Product__regular-price {
    padding: 7px 10px 7px 0px;
  }

}



@media (max-width: 320px) {

  .coupon-dialog{
    width : 100%;
  }


}

@media (min-width: 768px) {

  .page-content .checkout-s2 {
    background-color: #FFFFFF;
  }

  .accordion-section {
    min-width: 450px;
    width: 100%;
  }

  .accordion-wrapper{
    margin: 0 auto;
    width: fit-content;
  }

  .accordion-section .container{
    padding: 0 12px;
  }

  .accordion-section .panel-default > .panel-heading {
    padding: 10px;
  }

  .checkout-s2 .accordion-wrapper,
  .checkout-s2 .pass-box-provider-info,
  .checkout-s2 .info-section {
    display: none;
  }

}



@media (min-width: 992px) {

  input[type=radio] {
    border: 0px;
    width: 15px;
    height: 15px;
    margin-right: 0.5rem !important;
  }


  .buy-pass-footer{
      display:none !important;
  }

  .page-content {
    padding:20px 0 !important;
  }

  .page-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  h1 {
    margin-bottom: 40px;
    display: block;
    font-family: "ProximaNovaRegular";
    font-size: 3
  }


  .payment-box {
    width: 43%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  h2 {
    margin-bottom: 12px;
  }

  .pass-box-provider-info .provider-image {
    width: 100%;
    object-fit: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 300px;
  }

}

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 130px;
  height: 130px;
  border: 20px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: -110px;
  right: -300px;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  width: 26px !important;
  height: 26px !important;
  -webkit-transform: translate(-13px, -13px) scale(0.13) translate(13px, 13px);
  transform: translate(-13px, -13px) scale(0.13) translate(13px, 13px);
}



.form-control:focus{
    border-color: #1293FF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.validation-feedback,
.validation-feedback-standalone{
    z-index: 1;
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: fit-content;
}


.form-validate :invalid+.validation-feedback,
.validate:invalid+.validation-feedback,
.invalid:not(.validate)+.validation-feedback,
.validation-feedback-standalone.invalid {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

.payment-selection.invalid{
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
}

.form-validate :invalid+.validation-feedback:after,
.validate:invalid+.validation-feedback:after,
.invalid:not(.validate)+.validation-feedback:after,
.validation-feedback-standalone.invalid:after {
    color: #ff475e;
    content: attr(data-error-msg);
    display: block;
}

.form-validate :invalid,
.validate:invalid,
.invalid:not(.validate) {
    border-color: #ff475e;
}




@-webkit-keyframes gradient{
  0% {background-position:0 50%}
  50% {background-position:100% 50%}
  to {background-position:0 50%}
}

@keyframes gradient{
  0% {background-position:0 50%}
  50% {background-position:100% 50%}
  to {background-position:0 50%}
}

.page-mask{ max-width: 1188px; padding: 0 14px; width: 100%; margin: 3em auto 0 auto;}

