* {
  margin: 0 auto;
  padding: 0 0;
}

body {
  background-color: #fff;
  text-align: center;
  font: 16px avenir-light, Arial, sans-serif;
  color: #000;
}

#container {
  width: 100%;
  min-height: 100%;
  height: auto;
  text-align: left;
  position: relative;
  overflow-x: hidden;
}

#orderpage {
  text-align: center;
  width: 100%;
}

.promo-alert-banner {
  background-color: #0099ff;
  color: #ffffff;
  padding: 0.5em 0.5em;
  align-items: center;
  justify-content: space-between;
  line-height: 1em;
  font-size: 1.5em;
  display: none;
}

.promo-alert-banner.hide {
  display: none;
}

.top-bar {
  width: 100%;
  display: flex;
  align-items: baseline;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 0 3%;
  box-sizing: border-box;
}

.logo-wrap {
  max-width: 250px;
  float: left;
  text-align: left;
  width: 40%;
  margin: 0;
  padding: 1.2em 0;
  margin-left: 0;
  padding-bottom: 1em;
}

.logo-wrap img {
  width: 85%;
  max-width: 170px;
  margin: 0;
}

@media (min-width: 340px) {
  .logo-wrap img {
    width: 75%;
  }
}

.lifecell-logo {
  height: auto;
}

.guarantee-wrap {
  float: right;
  text-align: right;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  padding: 1.2em 0;
}

@media (max-width: 768px) {
  .guarantee-wrap {
    width: 60%;
  }
}

.guarantee-wrap .secure-top {
  width: 100px;
  height: 22px;
  margin-right: 10px;
  background: url("//assets.lifecellskin.com/offers/mobile/images/2020/mar/Secure.svg")
    right center no-repeat;
  background-size: contain;
}

.guarantee-wrap .mbg-top {
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  height: 27px;
  background: url("//assets.lifecellskin.com/offers/mobile/images/2020/mar/Guarantee.svg")
    center no-repeat;
  background-size: contain;
}

.onetwenty-guarantee .guarantee-wrap .mbg-top {
  background: url("//assets.lifecellskin.com/offers/mobile/images/2020/mar/Guarantee-120.svg")
    center no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .guarantee-wrap .secure-top {
    height: 32px;
    margin-right: 20px;
  }

  .guarantee-wrap .mbg-top {
    height: 37px;
  }
}

.guarantee-wrap .currency-indicator {
    display: none;
    align-items: end;
    justify-content: flex-end;
    margin-right: 0;
    margin-top: 10px;
}

body.MXN .guarantee-wrap .currency-indicator {
    display: flex;
}

.guarantee-wrap .currency-indicator img {
    width: 25px;
    margin: 0 10px;
}

.guarantee-wrap .guarantee-logos {
    display: flex;
    align-items: flex-end;
    margin-top: 6px;
}

.copyright {
  padding: 0 5%;
  font-size: 14px;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .copyright {
    margin-top: 4em;
    font-size: 17px;
    display: inline-block;
    width: calc(100% - 10%);
  }
}

.footer-company {
  font: 15px 'Avenir-Light', sans-serif;
  padding: 10px 0;
  text-align: center;
}

/* End of the year sale - Start */
.endofyear-promo-banner-wrapper {
  margin-bottom: 10px;
  max-width: 1160px;
  width: 94%;
}

.endofyear-promo-banner-wrapper .endofyear-sale {
  display: flex;
  align-items: center;
  color: #3b4170;
  border-radius: 5px;
  border: 2px solid #3b4170;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #e2f4ff
    url(//assets.lifecellskin.com/offers/mobile/images/fireworks.svg) no-repeat
    center;
  background-size: cover;
}

.endofyear-sale .bf1-col {
  flex: 0.4;
}

@media (min-width: 500px) {
  .endofyear-sale .bf1-col {
    flex: 1;
  }
}

.endofyear-sale .bf2-col img {
  display: none;
}

@media (min-width: 500px) {
  .endofyear-sale .bf2-col img {
    max-width: 45px;
    display: block;
  }
}

.endofyear-sale .bf2-col .separator {
  width: 1px;
  height: 27px;
  background-color: #3b4170;
  display: block;
}

@media (min-width: 500px) {
  .endofyear-sale .bf2-col .separator {
    display: none;
  }
}

.endofyear-sale .bf3-col {
  width: 60%;
  text-align: left;
  flex: 0.9;
}

@media (min-width: 500px) {
  .endofyear-sale .bf3-col {
    flex: inherit;
  }
}

.endofyear-sale .bf1-col h2 {
  text-align: right;
  text-transform: uppercase;
  padding-top: 2px;
  font: normal 15px/1em "Avenir-Black", sans-serif;
  padding-right: 6px;
}

@media (min-width: 500px) {
  .endofyear-sale .bf1-col h2 {
    padding-right: 25px;
    font: normal 16px/1em "Avenir-Black", sans-serif;
  }
}

@media (min-width: 768px) {
  .endofyear-sale .bf1-col h2 {
    font-size: 18px;
  }
}

.endofyear-sale .bf3-col p {
  font: normal 15px/1em "Avenir-Heavy", sans-serif;
  padding: 2px 0 0 10px;
  text-align: left;
}

@media (min-width: 500px) {
  .endofyear-sale .bf3-col p {
    font: normal 16px/1em "Avenir-Heavy", sans-serif;
    padding: 2px 0 0 22px;
  }
}

@media (min-width: 768px) {
  .endofyear-sale .bf1-col h2 {
    font-size: 18px;
  }
}
/* End of the year sale - End */


/* Memorial Day Banner */
.memorial-promo-banner {
    width: 100%;
    height: 58px;
    background: transparent linear-gradient(90deg, #192C54 0%, #122949 100%) 0% 0% no-repeat padding-box;
    position: relative;
}
.memorial-promo-banner:before, .memorial-promo-banner:after { 
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    height: 58px;
}
.memorial-promo-banner:before {
    left: 0;
    width: 116px;
    background: url(//assets.lifecellskin.com/offers/images/2021/05/left-flag@2x.png) left center no-repeat;
    background-size: 116px auto;
}
.memorial-promo-banner:after {
    right: 0;
    width: 57px;
    background: url(//assets.lifecellskin.com/offers/images/2021/05/right-flag@2x.png) right center no-repeat;
    background-size: 57px auto;
}
.memorial-promo-banner .mp-inner {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
}
.memorial-promo-banner .mp-text {
    display: block;
    width: 205px; 
    padding-left: 15px;       
}
.memorial-promo-banner .mp-inner>div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.memorial-promo-banner .mp-inner>div:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 127px;
    width: 130px;
    height: 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.06;
    filter: blur(3px);
    transform: scale(1.2);
    border-radius: 50px;
}
.memorial-promo-banner .mp-discount {
    font: 400 10px/1.3em 'Roboto', sans-serif;
    letter-spacing: 1.36px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-left: 8px;
}
.memorial-promo-banner .mp_01 {
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 420px) {
    .memorial-promo-banner .mp-text {
      width: 190px;
      padding-left: 25px;
      box-sizing: content-box;
    }
}
@media screen and (max-width: 380px) {
    .memorial-promo-banner .mp-text {
        width: 150px;
        padding-left: 18px;
        box-sizing: content-box;
    }
    .memorial-promo-banner .mp-discount {
        font-size: 9px;
    }
    .memorial-promo-banner:before {
        background-position: left -20px center;
    }
}

/* Memorial Day Banner */


/* Black Friday styles - Start */
.blackfriday-wrapper {
  margin-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  max-width: 1160px;
  width: 94%;
}

.blackfriday-wrapper .blackfriday {
  display: flex;
  align-items: center;
  color: #3b4170;
  border-radius: 5px;
  border: 2px solid #3b4170;
  width: 100%;
  min-height: 60px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
}

@media (min-width: 500px) {
  .blackfriday-wrapper .blackfriday {
    height: 60px;
    padding: 10px;
  }
}

.blackfriday-wrapper .bf1-col {
  flex: 1;
}

.blackfriday-wrapper .bf-col-bag {
  width: 90px;
}

.blackfriday-wrapper .bf2-col {
  width: 75%;
  text-align: left;
}

.blackfriday-wrapper .bf-bag-wrap {
  position: relative;
}

.blackfriday-wrapper .bf-bag {
  position: relative;
  width: 120px;
  top: -3px;
  left: -15px;
}

.blackfriday-wrapper .bf1-col h2 {
  font: normal 15px/1em "Avenir-Black", sans-serif;
  text-align: right;
  text-transform: uppercase;
  padding-top: 2px;
}

@media (min-width: 500px) {
  .blackfriday-wrapper .bf1-col h2 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .blackfriday-wrapper .bf1-col h2 {
    font-size: 18px;
  }
}

.blackfriday-wrapper .bf2-col p {
  font: normal 15px/1em "Avenir-Heavy", sans-serif;
  text-align: left;
}

@media (min-width: 500px) {
  .blackfriday-wrapper .bf2-col p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .blackfriday-wrapper .bf2-col p {
    font-size: 18px;
  }
}
/* Black Friday styles - End */

/* Covid banner - Start */

.covid19-update {
  display: flex;
  align-items: center;
  background-color: #e2f4ff;
  border-radius: 5px;
  border: 2px solid #3b4170;
  padding: 8px;
  width: 94%;
  max-width: 1160px;
  min-height: 60px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

@media (min-width: 500px) {
  .covid19-update {
    padding: 10px;
  }
}

.covid19-update h2 {
  font: 500 12px "avenir-medium", sans-serif;
  color: #3b4170;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-right: 10px;
}

@media (min-width: 500px) {
  .covid19-update h2 {
    font-size: 14px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .covid19-update h2 {
    font-size: 16px;
  }
}

.covid19-update p {
  font: 12px "avenir-light", sans-serif;
  color: #3b4170;
  text-align: left;
  padding-left: 10px;
  display: inline-block;
}

@media (min-width: 500px) {
  .covid19-update p {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .covid19-update p {
    font-size: 18px;
  }
}

.covid19-update p strong {
  font: 500 12px "avenir-medium", sans-serif;
  display: inline;
}

@media (min-width: 500px) {
  .covid19-update p strong {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .covid19-update p strong {
    font-size: 18px;
  }
}

.covid19-update > div:nth-child(1) {
  display: flex;
  flex-basis: 25%;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #3b4170;
}

.covid19-update > div:nth-child(2) {
  display: inline-block;
  width: 75%;
  text-align: left;
}

.covid19-update > div:nth-child(1) > div:nth-child(1) {
  width: 45px;
  min-height: 40px;
  background: url(//assets.lifecellskin.com/offers/mobile/images/2020/mar/Covid@2x.png)
    no-repeat;
  background-size: contain;
  background-position: left center;
}

.covid19-update > div:nth-child(1) > div:nth-child(2) {
  flex: 1;
}

/* Covid banner - End */

/* Order Page - Products - Left Pane - Start */

.orderpage_form {
  position: relative;
  width: 94%;
}

@media (min-width: 768px) {
  .orderpage_form {
    max-width: 1160px;
  }
}

.orderpage_form:before {
  content: "";
  display: table;
  position: absolute;
  width: 100vw;
  height: 80px;
  top: 0;
  left: -3%;
  z-index: 1;
}

@media (min-width: 768px) {
  .orderpage_form:before {
    display: none;
  }
}

#order-details-table {
  margin-top: 15px;
}

#orderpage .viewer-count {
  background-color: transparent;
  border: none;
  margin: 0;
  display: none;
}

#authorize {
  margin-bottom: 0;
}

@media (min-width: 500px) {
  #authorize {
    margin-bottom: 40px;
  }
}

.main-product {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 2px solid #ded4cb;
  position: relative;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 420px) {
  .main-product {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .main-product {
    padding-right: 20px;
  }
}

.pr-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 2.5;
  position: initial;
}

.pr-img img {
  margin: 0;
  width: 100%;
  height: auto;
  max-width: 195px;
  position: relative;
  z-index: 10;
}

.pr-desc {
  flex: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding-left: 15px;
  padding-right: 5px;
}

.product-title,
.product-subdesc {
  font: 16px avenir-heavy, sans-serif;
  line-height: 1.3em;
  color: #141735;
}

.product-subdesc ul {
  list-style: none;
  margin-top: 10px;
}

.added-product .product-subdesc {
  font-family: "Avenir-light";
}

.product-title {
  margin-top: 10px;
}

@media (min-width: 400px) {
  .product-title {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  .product-title {
    font-size: 19px;
  }
}

@media (min-width: 1100px) {
  .product-title {
    font-size: 22px;
  }
}

.pr-desc > span {
  width: 100%;
  display: block;
}

.product-subdesc,
.pr-dr {
  margin-bottom: 18px;
}

.product-subdesc {
  font-size: 13px;
}

@media (min-width: 375px) {
  .product-subdesc {
    font-size: 16px;
  }

  .added-product .product-subdesc {
    font-size: 15px;
  }
}

@media (min-width: 900px) {
  .product-subdesc {
    font-size: 19px;
  }
}

@media (min-width: 1100px) {
  .product-subdesc {
    font-size: 22px;
  }
}

.pr-desc .product-trial {
  display: none;
}

.pr-size {
  line-height: 1.3em;
  margin-top: 0;
  text-align: left;
  font-size: 14px;
}

@media (min-width: 400px) {
  .pr-size {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .pr-size {
    font-size: 18px;
  }
}

@media (min-width: 1100px) {
  .pr-size {
    font-size: 20px;
  }
}

.pr-dr {
  line-height: 1.3em;
  margin-bottom: 18px;
  font-size: 14px;
}

@media (min-width: 400px) {
  .pr-dr {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .pr-dr {
    font-size: 18px;
  }
}

@media (min-width: 1100px) {
  .pr-dr {
    font-size: 20px;
  }
}

.price-section-wrap {
  position: relative;
  background-color: #f2f2f2;
  width: 100%;
  margin-bottom: 15px;
}

.price-section-bg {
  position: absolute;
  background-color: #f2f2f2;
  border-top: 1px solid rgba(171, 171, 171, 0.3);
  border-bottom: 1px solid rgba(171, 171, 171, 0.3);
  width: 300%;
  height: 100%;
  left: -82%;
  top: 0;
  z-index: 1;
}

.price-section {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  font-family: "avenir-heavy", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(171, 171, 171, 0.3);
}

.price-section > div,
.price-section > span {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
}

.price-section .orig-price {
  font-size: 15px;
  color: #9e9e9e;
  background: url("//assets.lifecellskin.com/offers/mobile/images/2020/jan/thin-bar2.png")
    no-repeat;
  background-position: right center;
  max-width: 85px;
  padding-right: 5px;
  flex: inherit;
  font-weight: 700;
  text-decoration: line-through;
  letter-spacing: -0.5px;
}

@media (min-width: 400px) {
  .price-section .orig-price {
    font-size: 17px;
  }
}

@media (min-width: 900px) {
  .price-section .orig-price {
    font-size: 20px;
  }
}

@media (min-width: 1100px) {
  .price-section .orig-price {
    font-size: 21px;
  }
}

.price-section .promo-percent-l {
  font-size: 13px;
  color: #9e9e9e;
  text-align: center;
  line-height: 0.9em;
  background: url("//assets.lifecellskin.com/offers/mobile/images/2020/jan/thin-bar2.png")
    no-repeat;
  background-position: right center;
  padding-bottom: 0;
  flex: 1;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 900px) {
  .price-section .promo-percent-l {
    font-size: 16px;
  }
}

.price-section .promo-percent-l > div {
  font-size: 7px;
  font-weight: 500;
}

@media (min-width: 900px) {
  .price-section .promo-percent-l > div {
    font-size: 10px;
  }
}

.price-section .price-table {
  font-size: 15px;
  color: #000000;
  display: flex;
  justify-content: flex-end;
  padding-left: 3%;
  padding-right: 2px;
  letter-spacing: -0.5px;
}

@media (min-width: 400px) {
  .price-section .price-table {
    font-size: 17px;
  }
}

@media (min-width: 900px) {
  .price-section .price-table {
    font-size: 20px;
  }
}

@media (min-width: 1100px) {
  .price-section .price-table {
    font-size: 21px;
  }
}

.price-section .price-table:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("//assets.lifecellskin.com/offers/mobile/images/2020/jan/check.png")
    no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 4%;
  margin-top: 2px;
}

@media (min-width: 400px) {
  .price-section .price-table:after {
    margin-left: 6%;
    width: 20px;
    height: 20px;
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .price-section .price-table:after {
    margin-left: 8%;
    width: 22px;
    height: 22px;
    margin-top: 2px;
  }
}

.pr-price {
  display: none;
}

@media (min-width: 768px) {
  .content-left {
    width: 55%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 1.2em;
  }
}

/* Added and Special Product - Start */

.added-product {
  border: 2px solid #3b4170;
  /* background: #e2f4ff url("//assets.lifecellskin.com/offers/images/2020/nov/mask/bf-bg4@2x.png") no-repeat;
  background-size: 55% auto;
  background-position: left center; */

  background: #e2f4ff
    url("//assets.lifecellskin.com/offers/images/2020/dec/circlre-big@2x-min.png")
    no-repeat;
  background-size: cover;
}

.qty-size-wrap {
  display: flex;
  width: 75%;
  justify-content: flex-start;
  margin: 0;
}

.added-product .pr-desc {
  padding-left: 0;
  padding-bottom: 10px;
  justify-content: center;
}

.added-product .pr-size,
.added-product .pr-dr {
  flex: auto;
}

.added-product .pr-desc .pr-size {
  font-size: 14px;
  margin-top: 0;
}

@media (min-width: 400px) {
  .added-product .pr-desc .pr-size {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .added-product .pr-desc .pr-size {
    font-size: 18px;
  }
}

.price-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 42px;
  background-color: #f8f8f8;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  color: #9e9e9e;
  padding: 5px 0;
  box-sizing: content-box;
}

.added-product .orig-price {
  font: normal 16px/1em "Avenir-Heavy", sans-serif;
  letter-spacing: -0.6px;
  text-decoration: line-through;
  flex: auto;
  text-align: center;
}

@media (min-width: 400px) {
  .added-product .orig-price {
    font-size: 17px;
  }
}

@media (min-width: 900px) {
  .added-product .orig-price {
    font-size: 20px;
  }
}

.added-product .promo-percent-label {
  display: block;
  margin: 0 2%;
  border: none;
  background: transparent;
  font: normal 14px/0.95em "Avenir-Heavy", sans-serif;
  text-align: center;
  color: #9e9e9e;
  border-left: 1px solid rgb(203 203 203 / 0.8);
  border-right: 1px solid rgb(203 203 203 / 0.8);
  padding-top: 2px;
  border-radius: 0;
  width: auto;
  padding: 2px 2% 0;
  letter-spacing: -0.4px;
  flex: auto;
}

.promo-bf-text {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}

.checked-bf {
  flex: auto;
}

.checked-bf > span {
  display: block;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  background: url("//assets.lifecellskin.com/offers/images/2020/nov/mask/check.svg")
    no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 400px) {
  .checked-bf > span {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 900px) {
  .checked-bf > span {
    width: 20px;
    height: 20px;
  }
}

/* Added and Special Product - End */

/* Shipping Info - Start */

.shipping-options-wrap {
  display: flex;
  margin-bottom: 0;
}

#shipping_label {
  flex: 4;
  margin: 5px 15px 0 0;
  font-weight: 700;
}

.total-label,
#shipping_label {
  font-size: 16px;
  text-align: left;
}

.total-label {
  display: inline-block;
  margin-right: 15px;
  flex: 5;
  font-size: 15px;
}

@media (min-width: 420px) {
  .total-label,
  #shipping_label {
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .total-label,
  #shipping_label {
    font-size: 19px;
  }
}

@media (min-width: 900px) {
  .total-label,
  #shipping_label {
    font-size: 21px;
  }
}

#total_shipping_price,
#base_shipping_price {
  padding-right: 10px;
  color: #000;
  text-align: right;
}

#base_shipping_price {
  padding-bottom: 3px;
  flex: 1;
  font-size: 21px;
}

@media (max-width: 900px) {
  #base_shipping_price {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  #base_shipping_price {
    font-size: 21px;
  }
}

/* Shipping Info - Ends */

/* Totals - Starts */

.your-total-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

@media (min-width: 550px) {
  .your-total-wrap {
    margin-bottom: 30px;
  }
}

.yt1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 550px) {
  .yt1 {
    margin-top: 0;
  }
}

.ship-logo-wrap img {
  margin: 0;
  max-width: 110px;
}

@media (min-width: 400px) {
  .ship-logo-wrap img {
    max-width: 130px;
  }
}

@media (min-width: 500px) {
  .ship-logo-wrap img {
    max-width: 160px;
  }
}

@media (min-width: 768px) {
  .ship-logo-wrap img {
    max-width: 130px;
  }
}

.eta-placeholder {
  flex: 3;
  display: block;
}

.eta {
  display: flex;
  align-items: flex-end;
  text-align: right;
  flex-direction: column;
  margin: 1% 0 2%;
}

#shipping-duration-text {
  font-size: 13px;
  display: inline-block;
  text-align: right;
  width: 100%;
}

@media (min-width: 400px) {
  #shipping-duration-text {
    font-size: 14px;
  }
}

@media (min-width: 460px) {
  #shipping-duration-text {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #shipping-duration-text {
    font-size: 18px;
  }
}

.dateesti-wrap {
  text-align: right;
  margin: 0;
  position: relative;
}

.dateesti {
  font-family: avenir-heavy, sans-serif;
  background-color: #fff16e;
  padding: 4px 10px;
  display: block;
  margin: 0;
  font-size: 11px;
  text-align: center;
}

.dateesti:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 50px;
  height: calc(100% - 2px);
  background: url("//assets.lifecellskin.com/offers/mobile/images/2020/jan/shipping-ico.png")
    no-repeat;
  background-size: contain;
  background-position: center;
  top: 2px;
  left: -60px;
}

@media (min-width: 460px) {
  .dateesti {
    font-size: 16px;
    display: inline-block;
    text-align: right;
    padding: 4px 15px;
  }
}

@media (min-width: 768px) {
  .dateesti {
    padding: 4px 12px;
    font-size: 18px;
  }
}


@media (min-width: 768px) and (max-width:  1000px) {
  .ship-logo-wrap { flex: 4 }
  .dateesti { font-size: 15px; }
  .dateesti:before {
    top: 6px;
  }
}

.your-total-wrap .yt1-1 {
  background-color: #ededed;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  margin: 0 0 10px 0;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

@media (min-width: 420px) {
  .promo-code-text .promo-code-discount {
    font-size: 16px;
  }
}

.promo-code-price {
  font: 20px avenir-heavy, sans-serif;
  padding-bottom: 3px;
  flex: 1;
  text-align: right;
}

.promo-code-text {
  display: flex;
  flex-direction: row;
}

.promo-code-text img {
  width: 20px;
  height: 19px;
  margin: 0;
}

.promo-code-text span {
  margin: 0;
}

.promo-code-text span.promo-code-discount {
  margin-left: auto;
  margin-right: 20px;
}

.yt2 {
  display: flex;
  width: 100%;
  padding: 0 0 10px;
}

.your-total-wrap .yt2 > div {
  width: 100%;
  display: flex;
  margin: 0;
}

#total_shipping_price {
  display: inline-block;
  font-size: 20px;
}

@media (min-width: 768px) {
  #total_shipping_price {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  #total_shipping_price {
    font-size: 24px;
  }
}

.tiny-usd {
  vertical-align: baseline;
  font-size: 18px;
}

/* Totals - Ends */

/* Order Page - Products - Left Pane - End */

/* Order Page - Form - Right Pane - Start */

#orderpage #error-message-display {
  background-color: red;
  border-radius: 5px;
  opacity: 0.8;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

#orderpage .orderpage_form form {
  margin-bottom: 15px;
  box-shadow: none;
}

#orderpage .orderpage_form form input,
#orderpage .orderpage_form form select,
#orderpage .orderpage_form form #billingDiv input,
#tax_id {
  width: 100%;
  font-size: 13px;
  color: #000;
  margin: 0;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 14px;
  font-family: "avenir-light", sans-serif;
}

#orderpage .orderpage_form input.filled, 
#orderpage .orderpage_form select.filled {
    border: 1px solid #1C85C8;
}

@media (min-width: 400px) {
  #orderpage .orderpage_form form input,
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv input,
  #tax_id {
    margin-bottom: 12px;
    height: 45px;
    font-size: 16px;
  }
}

@media (min-width: 550px) {
  #orderpage .orderpage_form form input,
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv input,
  #tax_id {
    margin-bottom: 12px;
    height: 55px;
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  #orderpage .orderpage_form form input,
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv input,
  #tax_id {
    font-size: 13px;
    height: 40px;
    margin-bottom: 14px;
  }
}

@media (min-width: 900px) {
  #orderpage .orderpage_form form input,
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv input,
  #tax_id {
    font-size: 15px;
    height: 45px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1100px) {
  #orderpage .orderpage_form form input,
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv input,
  #tax_id {
    font-size: 18px;
    height: 50px;
  }
}

#orderpage .orderpage_form form input,
#orderpage .orderpage_form form select {
  position: relative;
}

#orderpage .orderpage_form form input {
  padding: 10px 10px 10px 15px;
}

#accordion, #options-section {
  background-color: #ededed;
  box-shadow: 0 2px 4px #656565;
  border: none;
  border-radius: 0;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  #accordion {
    margin-bottom: 0;
  }
}

.accordion-header {
  font-family: "avenir-heavy", sans-serif;
  color: #000;
  font-weight: 700;
  padding: 1em 0.5em 1em 1.5em;
  width: 92%;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.5px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 400px) {
  .accordion-header {
    font-size: 16px;
  }
}

@media (min-width: 550px) {
  .accordion-header {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .accordion-header {
    font-size: 19px;
  }
}

#orderpage .orderpage_form .summary,
.free-label,
.heading-title span,
.ui-state-active .ui-icon,
.ui-button:active .ui-icon,
.ui-icon,
.ui-widget-content .ui-icon,
.ssl-cert-logo,
#btn_1 {
  display: none;
}

#form-page-1 {
  width: 92%;
}

#orderpage .orderpage_form form select,
#orderpage .orderpage_form form #billingDiv select {
  padding: 10px;
  background: #fff
    url("//assets.lifecellskin.com/offers/mobile/images/jun19/select-blue.svg")
    no-repeat;
  border-radius: 6px;
  text-indent: 5px;
  background-position: right 18px center;
  background-size: 10px auto;
  font-size: 13px;
  height: 40px;
  margin-bottom: 14px;

  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

@media (min-width: 400px) {
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv select {
    margin-bottom: 12px;
    height: 45px;
    font-size: 16px;
  }
}

@media (min-width: 550px) {
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv select {
    margin-bottom: 12px;
    height: 55px;
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv select {
    font-size: 13px;
    height: 40px;
    margin-bottom: 14px;
  }
}

@media (min-width: 900px) {
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv select {
    font-size: 15px;
    height: 45px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1100px) {
  #orderpage .orderpage_form form select,
  #orderpage .orderpage_form form #billingDiv select {
    font-size: 18px;
    height: 50px;
  }
}

#orderpage .orderpage_form form select::-ms-expand,
#orderpage .orderpage_form form #billingDiv select::-ms-expand {
  display: none;
}

@media (min-width: 768px) {
  .content-right {
    width: 45%;
    float: right;
    display: inline-block;
    box-sizing: border-box;
    margin-top: 15px;
  }
}

#orderpage .orderpage_form form #fields_fname,
#orderpage .orderpage_form form #fields_lname {
  display: inline-block;
  width: 48.5%;
  font-size: 13px;
  height: 40px;
}

@media (min-width: 400px) {
  #orderpage .orderpage_form form #fields_fname,
  #orderpage .orderpage_form form #fields_lname {
    margin-bottom: 12px;
    height: 45px;
    font-size: 16px;
  }
}

@media (min-width: 550px) {
  #orderpage .orderpage_form form #fields_fname,
  #orderpage .orderpage_form form #fields_lname {
    margin-bottom: 12px;
    height: 55px;
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  #orderpage .orderpage_form form #fields_fname,
  #orderpage .orderpage_form form #fields_lname {
    font-size: 13px;
    height: 40px;
    margin-bottom: 14px;
  }
}

@media (min-width: 900px) {
  #orderpage .orderpage_form form #fields_fname,
  #orderpage .orderpage_form form #fields_lname {
    font-size: 15px;
    height: 45px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1100px) {
  #orderpage .orderpage_form form #fields_fname,
  #orderpage .orderpage_form form #fields_lname {
    font-size: 18px;
    height: 50px;
  }
}

#orderpage .orderpage_form form #fields_fname,
#orderpage .orderpage_form form #fields_city {
  float: left;
}

#orderpage .orderpage_form form #fields_lname,
#orderpage .orderpage_form form #fields_zip {
  float: right;
}

#orderpage .orderpage_form form #fields_city {
  display: inline-block;
  width: 67.5%;
}

#orderpage .orderpage_form form #fields_zip {
  display: inline-block;
  width: 29.5%;
}

.ship-display-bill-wrap {
  border: none;
  border-radius: 0;
  margin: 30px 0 35px;
  background-color: #ededed;
}

.orderpage_form .divider {
  display: inline-block;
  text-align: left;
  margin: 0;
}

#orderpage .orderpage_form .divider {
  background: transparent;
  width: 100%;
  box-sizing: border-box;
}

#orderpage .orderpage_form .does-your-billing {
  padding: 0;
  border: none;
}

.question1 {
  float: right;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0;
}

.question1,
.question2 {
  text-transform: capitalize;
  font-weight: 400;
}

.clickable-div-header {
  cursor: pointer;
}

.ship-bill {
  padding: 10px 2% 10px 3%;
  text-align: left;
}

.sb1 {
  border-bottom: 2px solid #ffffff;
}

#orderpage input[type="checkbox"],
#orderpage input[type="radio"] {
  display: none;
}

#orderpage input[type="radio"] + label {
  border-radius: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: auto;
  color: #000;
  margin: 0;
  padding: 5px 0 3px 60px;
  top: 0;
  line-height: 1.55em;
  box-sizing: border-box;
  font-size: 14px;
  padding-left: 35px;
}

#orderpage .does-your-billing input[type="radio"]:checked + label {
  background: url("//assets.lifecellskin.com/offers/mobile/images/jun19/blue-selected.svg")
    0 0 no-repeat;
}

#orderpage .does-your-billing input[type="radio"] + label,
#orderpage .does-your-billing input[type="radio"]:checked + label {
  font-size: 14px;
  padding-left: 35px;
  background-size: 30px 30px;
}

@media (min-width: 400px) {
  #orderpage .does-your-billing input[type="radio"] + label,
  #orderpage .does-your-billing input[type="radio"]:checked + label {
    font-size: 16px;
    background-size: 34px 34px;
    padding-left: 39px;
  }
}

@media (min-width: 550px) {
  #orderpage .does-your-billing input[type="radio"] + label,
  #orderpage .does-your-billing input[type="radio"]:checked + label {
    font-size: 18px;
    background-size: 39px 39px;
    padding-left: 45px;
  }
}

@media (min-width: 768px) {
  #orderpage .does-your-billing input[type="radio"] + label,
  #orderpage .does-your-billing input[type="radio"]:checked + label {
    font-size: 14px;
    padding-left: 35px;
    background-size: 30px 30px;
  }
}

@media (min-width: 900px) {
  #orderpage .does-your-billing input[type="radio"] + label,
  #orderpage .does-your-billing input[type="radio"]:checked + label {
    font-size: 17px;
    padding-left: 45px;
    background-size: 35px 35px;
  }
}

@media (min-width: 1100px) {
  #orderpage .does-your-billing input[type="radio"] + label,
  #orderpage .does-your-billing input[type="radio"]:checked + label {
    font-size: 21px;
    padding-left: 55px;
    background-size: 40px 40px;
  }
}

#orderpage .does-your-billing input[type="radio"] + label {
  width: 100%;
  height: auto;
  background: url("//assets.lifecellskin.com/offers/mobile/images/white-open-radio.svg")
    0 0 no-repeat;
  color: #000;
  margin: 0;
  padding: 5px 0 3px 60px;
  top: 0;
  line-height: 1.55em;
  box-sizing: border-box;
  font-size: 14px;
  padding-left: 35px;
  background-size: 30px 30px;
}

@media (min-width: 400px) {
  #orderpage .does-your-billing input[type="radio"] + label {
    font-size: 16px;
    background-size: 34px 34px;
    padding-left: 39px;
  }
}

@media (min-width: 550px) {
  #orderpage .does-your-billing input[type="radio"] + label {
    font-size: 18px;
    background-size: 39px 39px;
    padding-left: 45px;
  }
}

@media (min-width: 768px) {
  #orderpage .does-your-billing input[type="radio"] + label {
    font-size: 14px;
    padding-left: 35px;
    background-size: 30px 30px;
  }
}

@media (min-width: 900px) {
  #orderpage .does-your-billing input[type="radio"] + label {
    font-size: 17px;
    padding-left: 45px;
    background-size: 35px 35px;
  }
}

@media (min-width: 1100px) {
  #orderpage .does-your-billing input[type="radio"] + label {
    font-size: 21px;
    padding-left: 55px;
    background-size: 40px 40px;
  }
}

#billingDiv {
  padding: 20px 0 15px;
  width: 92%;
  display: none;
}

#billingDiv .divider:nth-child(2),
#billingDiv .divider:nth-child(3) {
  width: 48.8%;
  display: inline-block;
}

#billingDiv .divider:nth-child(2),
#billingDiv .divider:nth-child(7) {
  float: left;
}

#billingDiv .divider:nth-child(3),
#billingDiv .divider:nth-child(8) {
  float: right;
}

#billingDiv .divider:nth-child(7) {
  width: 66.8%;
  display: inline-block;
}

#billingDiv .divider:nth-child(8) {
  width: 31%;
  display: inline-block;
}

#ccInfo {
  display: none;
  color: #373636;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  padding: 0 25px 25px;
}

#paypalInfo2 {
  padding: 0;
}

#paypalInfo2 #paypal_btn2 {
  width: 100%;
  height: 53px;
  border: 2px solid rgba(190, 191, 190, 0.8);
  border-radius: 5px;
  background-image: none;
  background-color: #edeeed;
  padding: 2px 0 0 0;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
  font: 18px "Avenir-Medium", sans-serif;
  font-weight: 500;
  color: #000;
  text-indent: 0;
  cursor: pointer;
}

.pp-img {
  max-width: 120px;
  vertical-align: middle;
  padding-bottom: 2px;
}

.payment-group-wrap {
  background-color: #f4f9fa;
  border: 2px solid #c8e1ea;
  margin-bottom: 30px;
}

#accordion,
#options-section,
.ship-display-bill-wrap,
.payment-group-wrap {
  border-radius: 5px;
}

#orderpage .orderpage_form .divider.cc-group {
  padding-bottom: 0;
}

#orderpage .orderpage_form .divider.cc-group,
.divider-wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  width: 92%;
}

#orderpage .orderpage_form .divider.cc-group.cgroup1 {
  padding-top: 15px;
}

@media (min-width: 500px) {
  #orderpage .orderpage_form .divider.cc-group.cgroup1 {
    padding-top: 25px;
  }
}

.payment-header {
  display: flex;
  margin-bottom: 15px;
}

@media (min-width: 500px) {
  .payment-header {
    margin-bottom: 25px;
  }
}

.payment-header > div {
  flex: 1;
  margin: 0;
}

#orderpage .orderpage_form #br_tax_id {
  width: 92%;
  margin-top: 20px;
}

#orderpage .orderpage_form #br_tax_id #tax_id {
  border: 2px solid #c8e1ea;
  margin-top: -10px;
}

.accordion-header,
.payment-header label,
#br_tax_id label,
.mbgp-text span,
.term-text-text-content:before {
  font-weight: 700;
}

.payment-header label,
#br_tax_id label {
  font-family: avenir-heavy, sans-serif;
}

.payment-header label,
#br_tax_id label {
  font-size: 14px;
}

@media (min-width: 460px) {
  .payment-header label,
  #br_tax_id label {
    font-size: 18px;
  }
}

@media (min-width: 550px) {
  .payment-header label,
  #br_tax_id label {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  .payment-header label,
  #br_tax_id label {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .payment-header label,
  #br_tax_id label {
    font-size: 19px;
  }
}

.payment-header > div:nth-child(2) {
  text-align: right;
}

.secure-logo {
  width: 120px;
  margin-top: 3px;
}

@media (min-width: 400px) {
  .secure-logo {
    width: 152px;
  }
}

@media (min-width: 550px) {
  .secure-logo {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .secure-logo {
    width: 120px;
  }
}

.cc-group-light-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.cc-group-light {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff
    url("//assets.lifecellskin.com/offers/mobile/images/2020/jan/cc-group-light.png")
    no-repeat;
  background-position: right 21% center;
  display: block !important;
  background-size: 150px 20px;
}

@media (min-width: 400px) {
  .cc-group-light {
    background-size: 170px 22px;
  }
}

@media (min-width: 460px) {
  .cc-group-light {
    background-size: 200px 25px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .cc-group-light {
    background-size: 150px 20px;
  }
}

#shipping_provider,
#orderpage .orderpage_form form .payment-group-wrap select {
  background: #fff
    url("//assets.lifecellskin.com/offers/mobile/images/select.svg") no-repeat;
  float: left;
  border-radius: 6px;
}

#orderpage .orderpage_form form .payment-group-wrap select {
  border: 2px solid #c8e1ea;
  font-size: 12px;
  height: 58px;
  text-indent: 5px;
  background-size: 12px auto;
  background-position: right 10px center;
  color: #5c8695;
  margin-bottom: 0;
  background-color: transparent;
  height: 45px;
  background-size: 9px auto;
  background-position: right 10px center;
}

@media (min-width: 420px) {
  #orderpage .orderpage_form form .payment-group-wrap select {
    font-size: 17px;
  }
}

@media (min-width: 550px) {
  #orderpage .orderpage_form form .payment-group-wrap select {
    font-size: 21px;
    height: 70px;
  }
}

@media (min-width: 768px) {
  #orderpage .orderpage_form form .payment-group-wrap select {
    font-size: 15px;
    height: 58px;
  }
}

#orderpage .orderpage_form .inline-cc-fields {
  position: relative;
  height: 70px;
  box-sizing: border-box;
  height: auto;
  border: 2px solid #c8e1ea;
  border-radius: 6px;
  background-color: white;
}

@media (min-width: 550px) {
  #orderpage .orderpage_form .inline-cc-fields {
    height: 70px;
  }
}

@media (min-width: 768px) {
  #orderpage .orderpage_form .inline-cc-fields {
    height: auto;
  }
}

#orderpage .orderpage_form .inline-cc-fields .credit-card-field {
  width: 58%;
  display: inline-block;
}

@media (min-width: 400px) {
  #orderpage .orderpage_form .inline-cc-fields .credit-card-field {
    width: 56%;
  }
}

@media (min-width: 550px) {
  #orderpage .orderpage_form .inline-cc-fields .credit-card-field {
    width: 58%;
  }
}

.inline-cc-fields .CardBrandIcon-inner img {
  visibility: hidden;
  position: absolute;
}

.cc-group input::placeholder {
  font-family: "avenir-light", sans-serif;
  color: #5c8695;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.inline-cc-fields.default-status .CardBrandIcon-inner img.default-card-icon,
.inline-cc-fields.is-invalid .CardBrandIcon-inner img.error-card-icon,
.inline-cc-fields.mastercard-card .CardBrandIcon-inner img.mastercard-card-icon,
.inline-cc-fields.discover-card .CardBrandIcon-inner img.discover-card-icon,
.inline-cc-fields.visa-card .CardBrandIcon-inner img.visa-card-icon,
.inline-cc-fields.amex-card .CardBrandIcon-inner img.amex-card-icon,
.inline-cc-fields.cvv-field-active .CardBrandIcon-inner img.cvv-card-icon,
.inline-cc-fields.amex-cvv-field-active
  .CardBrandIcon-inner
  img.amex-cvv-card-icon {
  visibility: visible;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

#orderpage
  .orderpage_form
  .inline-cc-fields
  .credit-card-field
  .CardBrandIcon-container {
  position: absolute;
  width: 28px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  z-index: 2;
  top: 7px;
  left: 9px;
}

#orderpage .orderpage_form .inline-cc-fields.is-invalid {
  border-color: #fa755a;
}

@media (min-width: 400px) {
  #orderpage
    .orderpage_form
    .inline-cc-fields
    .credit-card-field
    .CardBrandIcon-container {
    width: 35px;
    left: 12px;
  }
}

@media (min-width: 550px) {
  #orderpage
    .orderpage_form
    .inline-cc-fields
    .credit-card-field
    .CardBrandIcon-container {
    top: 20px;
  }
}

@media (min-width: 768px) {
  #orderpage
    .orderpage_form
    .inline-cc-fields
    .credit-card-field
    .CardBrandIcon-container {
    width: 37px;
    top: 14px;
  }
}

body #orderpage .orderpage_form .inline-cc-fields #cc_number {
  padding-left: 46px;
  padding-right: 8px;
  height: auto;
}

@media (min-width: 400px) {
  body #orderpage .orderpage_form .inline-cc-fields #cc_number {
    padding-left: 52px;
  }
}

@media (min-width: 550px) {
  body #orderpage .orderpage_form .inline-cc-fields #cc_number {
    padding-left: 55px;
    height: 60px;
  }
}

@media (min-width: 768px) {
  body #orderpage .orderpage_form .inline-cc-fields #cc_number {
    padding-left: 52px;
    height: 52px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
  }
}

#orderpage .orderpage_form form .payment-group-wrap select,
#orderpage .orderpage_form .inline-cc-fields #cc_number,
#orderpage .orderpage_form .inline-cc-fields #fields_expdate,
#orderpage .orderpage_form .inline-cc-fields #cc_cvv {
  font-size: 14px;
}

@media (min-width: 420px) {
  #orderpage .orderpage_form form .payment-group-wrap select,
  #orderpage .orderpage_form .inline-cc-fields #cc_number,
  #orderpage .orderpage_form .inline-cc-fields #fields_expdate,
  #orderpage .orderpage_form .inline-cc-fields #cc_cvv {
    font-size: 17px;
  }
}

@media (min-width: 550px) {
  #orderpage .orderpage_form form .payment-group-wrap select,
  #orderpage .orderpage_form .inline-cc-fields #cc_number,
  #orderpage .orderpage_form .inline-cc-fields #fields_expdate,
  #orderpage .orderpage_form .inline-cc-fields #cc_cvv {
    font-size: 21px;
  }
}

@media screen and (min-width: 768px) and (max-width: 817px) {
  #orderpage .orderpage_form form .payment-group-wrap select,
  #orderpage .orderpage_form .inline-cc-fields #cc_number,
  #orderpage .orderpage_form .inline-cc-fields #fields_expdate,
  #orderpage .orderpage_form .inline-cc-fields #cc_cvv {
    font-size: 13px;
  }
}

@media (min-width: 817px) {
  #orderpage .orderpage_form form .payment-group-wrap select,
  #orderpage .orderpage_form .inline-cc-fields #cc_number,
  #orderpage .orderpage_form .inline-cc-fields #fields_expdate,
  #orderpage .orderpage_form .inline-cc-fields #cc_cvv {
    font-size: 18px;
  }
}

#orderpage .orderpage_form .inline-cc-fields input {
  border: none;
  outline: 0;
  height: 99%;
  background-color: white;
  margin-top: 0px;
  text-align: left;
  font-size: 24px;
  margin-bottom: 0;
  color: #5c8695;
}

body #orderpage .orderpage_form .inline-cc-fields #fields_expdate {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  left: -5px;
}

@media (min-width: 400px) {
  body #orderpage .orderpage_form .inline-cc-fields #fields_expdate {
    width: 22%;
    padding-left: 10px;
    padding-right: 7px;
  }
}

@media (min-width: 550px) {
  body #orderpage .orderpage_form .inline-cc-fields #fields_expdate {
    width: 21%;
    padding-left: 12px;
    padding-right: 7px;
  }
}

@media (min-width: 768px) {
  body #orderpage .orderpage_form .inline-cc-fields #fields_expdate {
    width: 24%;
    padding-left: 0;
    padding-right: 0;
    left: -10px;
  }
}

body #orderpage .orderpage_form .inline-cc-fields #cc_cvv {
  width: 12%;
  padding-right: 0;
  padding-left: 5px;
  left: -10px;
}

@media (min-width: 400px) {
  body #orderpage .orderpage_form .inline-cc-fields #cc_cvv {
    width: 17%;
    padding-right: 0;
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  body #orderpage .orderpage_form .inline-cc-fields #cc_cvv {
    width: 12%;
    left: -20px;
    padding-left: 0;
    padding-right: 0;
  }
}

#paypalInfo {
  padding: 0;
  width: 80%;
}

#paypalInfo .paypal-box {
  border: 1px solid #b3b3b3;
  background-color: #f4f4f4;
  border-radius: 4px;
  margin: 0 auto 10px;
}

.paypal_message_text {
  font: 15px "avenir-light", sans-serif !important;
  text-align: center !important;
}

#paypalInfo #paypal_btn {
  border: none;
  width: 240px;
  height: 39px;
  margin: 25px auto 0;
  background: url("//assets.lifecellskin.com/offers/promotions/images/paypal-button-normal.png")
    center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  background-size: contain;
  transition: all 0.15s ease-in-out;
}

#paypalInfo #paypal_btn:hover {
  background: url("//assets.lifecellskin.com/offers/promotions/images/paypal-button-hover.png")
    center no-repeat;
  background-size: contain;
}

@media (min-width: 400px) {
  #paypalInfo #paypal_btn {
    width: 260px;
  }
}

#form-page-2 .payment-group-wrap .divider.divider-wrapper {
  width: 92%;
}

.trans-secured,
.i-certify,
.accept-terms-message {
  font-size: 17px;
  font-weight: 400;
  display: block;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .trans-secured {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .trans-secured,
  .i-certify {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .trans-secured {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .trans-secured,
  .i-certify {
    font-size: 13px;
  }
}

.i-certify .trial-terms-text {
  color: #5c8695;
  cursor: pointer;
  white-space: nowrap;
}

.mbg-panel {
  border-radius: 10px;
  border: 2px solid #e6e8ed;
  position: relative;
  margin-top: 20px;
  background-color: #fff;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .mbg-panel {
    width: 100%;
  }
}

.mbg-panel:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 105px;
  background: url("//assets.lifecellskin.com/offers/mobile/images/blue_shield.png")
    no-repeat;
  background-size: contain;
  left: 10px;
  top: -11px;
}

@media (min-width: 485px) {
  .mbg-panel:before {
    left: 10px;
    width: 70px;
  }
}

@media (min-width: 768px) {
  .mbg-panel:before {
    top: -10px;
    left: 10px;
    width: 52px;
    background-size: contain;
  }
}

@media (min-width: 900px) {
  .mbg-panel:before {
    left: 20px;
    width: 60px;
    background-size: contain;
  }
}

.mbgp-text {
  font-size: 15px;
  padding: 9px 2% 9px 30%;
}

@media (min-width: 360px) {
  .mbgp-text {
    padding: 9px 2% 9px 24%;
  }
}

@media (min-width: 485px) {
  .mbgp-text {
    font-size: 18px;
    padding: 9px 3% 9px 22%;
  }
}

@media (min-width: 768px) {
  .mbgp-text {
    font-size: 12px;
    padding: 8px 2% 8px 24%;
    line-height: 1.35em;
  }
}

@media (min-width: 900px) {
  .mbgp-text {
    font-size: 16px;
    padding: 8px 2% 8px 22%;
    line-height: 1.35em;
  }
}

#orderpage .orderpage_form #submit-wrapper-id-div {
  padding-left: 0;
  padding-right: 0;
  width: 92%;
}

#orderpage .orderpage_form .submit-wrapper {
  padding-top: 15px;
}

#orderpage .orderpage_form form input.orderpage_button {
  border-radius: 0;
  background-color: #1c85c8;
  font-family: "Avenir-Medium", sans-serif;
  -webkit-appearance: button;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: width 1s;
  transition: width 1s;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 20px;
  height: 65px;
  margin-bottom: 14px;
}

@media (min-width: 550px) {
  #orderpage .orderpage_form form input.orderpage_button {
    margin-bottom: 30px;
  }
}

.logo-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .logo-secure {
    margin-bottom: 1.8em;
    flex-wrap: wrap;
  }
}

.logo-secure > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 550px) {
  .logo-secure > div {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .logo-secure > div {
    width: 50%;
  }
}

@media screen and (min-width: 1100px) {
  .logo-secure > div {
    width: 25%;
  }
}

.ls1 img {
  width: 115px;
  height: auto;
}

.ls2 img {
  width: 115px;
  height: auto;
}

.ls3 img {
  width: 115px;
  height: auto;
}

.ls4 img {
  width: 115px;
  height: auto;
}

@media (max-width: 600px) {
  .logo-secure > div img {
    max-width: 75px;
    width: 80%;
  }
}

@media screen and (min-width: 900px) {
  .logo-secure > div img {
    max-width: 90px;
    width: 95%;
  }
}

@media screen and (min-width: 1100px) {
  .logo-secure > div img {
    max-width: 100px;
    width: 95%;
  }
}

.ssl-message {
  display: flex;
  padding: 0 5%;
}

.logo-secure,
.ssl-message {
  box-sizing: border-box;
}

.ssl-img {
  flex: 1;
}

.ssl-img img {
  display: block;
  margin: 5px auto 0;
}

@media (max-width: 767px) {
  .ssl-img img {
    width: 100%;
    max-width: 42px;
  }
}

.ssl-text {
  flex: 8;
  padding-left: 1.5em;
}

@media (min-width: 768px) {
  .ssl-text {
    flex: 5;
  }
}

.ssl-text p {
  font: 15px "avenir-heavy", sans-serif;
  text-align: left;
  line-height: 1.4em;
}

.term-text-text-content,
.term-text-inline {
  font: 16px "avenir-light", sans-serif;
  line-height: 1.5em;
  text-align: left;
}

.term-text-inline {
  padding: 0 50px 0 145px;
  position: relative;
  margin: 2em 0;
  display: block;
  padding-left: 22%;
}

@media (min-width: 550px) {
  .term-text-inline {
    padding-left: 20%;
  }
}

@media (min-width: 768px) {
  .term-text-inline {
    padding: 0 50px 0 145px;
    width: 55%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
  }
}

.term-text-text-content,
.term-text-inline,
.how-sub h2,
.how-sub ul li {
  color: black;
}

.term-text-text-content,
.term-text-inline {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}

@media (min-width: 550px) {
  .term-text-text-content,
  .term-text-inline {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .term-text-inline {
    padding-right: 50px;
    margin: 0 0 2em 0;
    padding-left: 8%;
  }
}

@media (min-width: 900px) {
  .term-text-text-content,
  .term-text-inline {
    font-size: 17px;
  }
}

.term-text-text-content .order-label {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "avenir-heavy", sans-serif;
}

.accordion-header,
.payment-header label,
#br_tax_id label,
.mbgp-text span {
  font-weight: 700;
}

.term-text-inline:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("//assets.lifecellskin.com/offers/mobile/images/checkmark_seal.png")
    no-repeat;
  background-size: contain;
  top: 5px;
  left: 4%;
  display: block;
  position: absolute;
}

@media (min-width: 768px) {
  .term-text-inline:after {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 768px) {
  .term-text-inline:after {
    width: 50px;
    height: 50px;
    left: 0;
    background-size: contain;
  }
}

.pk-sh-wrap {
  display: flex;
  flex-direction: column-reverse;
}

.package-product {
  width: 100%;
  background-color: #e7f8fe;
  border-radius: 10px;
  margin-bottom: 15px;
}

.promo-row {
  background-color: #006eb6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  height: 70px;
}

/* .prm1 {
  flex: 3;
  text-align: left;
} */

@media (min-width: 300px) and (max-width: 767px) {
  .promo-row .prm1 {
    padding-left: 20px;
  }
}

.prm1 span {
  font: 21px "Avenir-Heavy", sans-serif;
  color: #e6f4f4;
  padding-left: 25px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .promo-row .prm1 span {
    padding-left: 0;
    font-size: 16px;
  }
}

.prm2 {
  /* flex: 2;
  text-align: right; */
  position: relative;
  user-select: none;
}

#promo_code {
  background-color: #005a96;
  color: #ffffff;
  text-align: center;
  font: 19px "Avenir-Heavy", sans-serif;
  padding: 8px 10px;
  border: 1px dashed #e6f4f4;
  border-radius: 3px;
  width: 240px;
  margin-right: 30px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .promo-row .prm2 #promo_code {
    width: 140px;
    font-size: 17px;
    margin-right: 20px;
  }
}

.package-wrap,
.prm3 {
  display: none;
}

/* Order options - start */
#options-section { margin-bottom: 30px; }

.accordion-header.options-header {
  padding-bottom: 15px;
}

#options-page-0 {
  width: 92%;
  text-align: left;
  font-size: 16px;
}

.option-question .option-question-text .title-subtext {
  display: block;
  font-size: 0.8em;
  font-style: italic;
}

.option-question li.offer-item {
  position: relative;
  list-style: none;
  user-select: none;
  border: 1px solid #d8d8e3;
  border-radius: 5px;
  margin: 10px;
}

.option-question li.offer-item {
  background-color: #f7fcff;
}

.option-question li.offer-item.chosen {
  background-color: #e3f5ff;
  border-color: #7981a8;
}

.option-question li.offer-item.disabled {
  background-color: #f7f7f7;
  border-color: #eae9ee;
}

.option-question .offer-options-list {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

#orderpage
  .option-question
  .offer-options-list
  .offer-item
  input[type="radio"]
  + label,
#orderpage
  .option-question
  .offer-options-list
  .offer-item
  input[type="radio"]:checked
  + label {
  width: 100% !important;
  height: auto !important;
  background: url("//assets.lifecellskin.com/offers/mobile/images/white-open-radio.svg")
    10px 13px no-repeat !important;
  background-size: 20px 20px !important;
  font: 1.2em avenir-light, sans-serif;
  color: #000;
  margin: 0;
  padding: 10px 30px 10px 45px;
  top: 0 !important;
  line-height: 1.55em;
  box-sizing: border-box;
}

#orderpage
  .option-question
  .offer-options-list
  .offer-item
  input[type="radio"]:checked
  + label {
  background-image: url("//assets.lifecellskin.com/offers/mobile/images/jun19/blue-selected.svg") !important;
}

#orderpage
  .option-question
  .offer-options-list
  .disabled.offer-item
  input[type="radio"]
  + label {
  cursor: default;
  color: #d8d8e3;
}

.sold-out-text {
  position: absolute;
  width: 100px;
  text-align: center;
  font-style: italic;
  margin: 5px 0 0 7px;
  display: none;
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
  .option-question li.offer-item {
    margin: 10px 7px;
  }
  #orderpage
    .option-question
    .offer-options-list
    .offer-item
    input[type="radio"]
    + label,
  #orderpage
    .option-question
    .offer-options-list
    .offer-item
    input[type="radio"]:checked
    + label {
    padding: 10px 20px 10px 40px;
  }
  .sold-out-text {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 955px) {
  .option-question li.offer-item {
    margin: 10px 5px;
  }
  #orderpage
    .option-question
    .offer-options-list
    .offer-item
    input[type="radio"]
    + label,
  #orderpage
    .option-question
    .offer-options-list
    .offer-item
    input[type="radio"]:checked
    + label {
    padding: 10px 15px 10px 35px;
    font-size: 1em;
  }
  .sold-out-text {
    margin-left: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 550px) {
  #orderpage
    .option-question
    .offer-options-list
    .offer-item
    input[type="radio"]
    + label,
  #orderpage
    .option-question
    .offer-options-list
    .offer-item
    input[type="radio"]:checked
    + label {
    padding: 10px 18px 10px 40px;
    font-size: 1em;
  }
  .sold-out-text {
    margin-left: 0;
  }
  .option-question li.offer-item {
    margin: 10px 5px;
  }
}

/* Order options - end */

/* Order Page - Form - Right Pane - End */


/* Popup Window */
body.blur { overflow: hidden; }
.blur #container, .blur #designstudio { filter: blur(8px); }
#popupWindow {
  display: none;
  background-color: rgba(190, 190, 190, 0.3);
  height: 100%;
  z-index: 2147483646;
  left: 0;
  overflow: visible;
  outline: none;
  position: fixed;
  top: 0;
  width: 100%;
}
#popupDialog {
  height: 0;
  margin-top: 30vh;
  overflow: visible;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}

#prepaidPopup,
#processingPopup {
  text-align: center;
  direction: ltr;
  position: relative;
  top: 10px;
  border-radius: 5px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: sans-serif;
}

#popupSpinner {
  background: url(//assets.lifecellskin.com/offers/images/processing-circle-spinner.svg) no-repeat;
  width: 125px;
  height: 108px;
  display: inline-block;
  background-size: cover;
}

/* Popup Window - End */