
/* CTA */
.cta-sec {
  padding: 20px 10px;
}
.stock-up h2 {
  font-size: 50px;
  line-height: 60px;
}
.stock-up{
  height: 170px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-box h3 {
  font-weight: 900;
  color: #3F3A74 !important;
}
.shp-fee.mb-20 p.text-c {
  color: #000;
}
.offer-item {
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 10px 20px #2B23481A;
  border-radius: 10px;
  padding-bottom: 20px;
}
.month {
  padding: 15px 10px;
  width: 100%;
  border-radius: 7px 7px 0 0;
  background-color: #0D1D55;
  text-align: center;
}
.option {
  width: 100%;
  background-color: #5CA4D8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
p.white-text {
  color: #fff;
}
.bottle-num {
  width: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  background-color: #fff;
  border-radius: 13px;
}
.bottle-cont {
  margin: 10px auto;
}
.s-offer {
  background-color: #5CA4D8;
  width: 90%;
  display: flex;
  height: 50px;
  justify-content: space-around;
  align-items: center;
  border-radius: 24px;
  margin-bottom: 15px;
}
.s-offer p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 80%;
  line-height: 18px;
}
.total {
  text-align: center;
  margin-top: 10px;
}
.s-offer p strong {
  font-weight: 500;
}
.save {
  width: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 18px;
  background-color: #fff;
}
.price h4 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

span.price-sup {
  font-size: 15px;
  position: relative;
  top: 0;
  line-height: 1;
}
.option p {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.fw-900{
  font-weight: 900;
}
.total p {
  color: #0D1D55;
  margin-bottom: 15px;
}
.save p, .total p, .shp-fee p{
  font-size: 18px;
  line-height: 22px;
}
.cta-btn {
  width: 265px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 48px;
  background: linear-gradient(180deg, #FFC64F, #FFA531);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'Inter', sans-serif;
}
.cta-btn:hover {
  background: linear-gradient(270deg, #FFA531, #FFC64F);
}
span.shp-sup {
  font-size: 11px;
  position: relative;
  top: -7px;
}
.cta-offers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offer-item.six-months {
  border: 3px solid #2C2347;
  width: 400px;
}
img.cta-6-bot {
  max-width: 95%;
  margin: 20px auto 0;
  display: block;
}
.shp-fee p {
  height: 25px;
}
.show-mob{
  display: none;
}




.chk-font.almostdone {
  padding: 20px;
}
#chk-out{
  max-width:960px;
  margin:auto;
  display:none;
}
.chk-offer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chk-buybox img.cart-i {
  max-width: 60px;
  display: block;
  padding: 10px;
  margin-top: 0;
}
.cta-no .chk-offer-btn span {
  letter-spacing: -.50px;
}
.finalstep p{
  font-size:1.75rem; 
  font-weight:500;
  text-align:center;
  padding:30px;
}
.chk-font{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}
.chk-content{
  padding:20px;
  border: 1px solid #999;
  border-radius:12px;
  margin:20px 0;
}
.chk-buybox .cta-yes {
  display: block;
  background-color: #1279bd;
  margin: 10px 20px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
  padding: 5px;
  font-weight: 700;
}
.chk-buybox .cta-no {
  display: block;
  background-color: #999;
  margin: 10px 20px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
  padding: 5px;
  font-weight: 700;
}
.chk-buybox .cta-no {
  text-align: center;
  display: block;
}
.chk-buybox {
  display: flex;
  justify-content: space-around;
  column-gap: 30px;
  height: auto;
  text-align: center;
}

.trustbadge .container-fluid {
  padding: 20px;
  background-color: rgba(234, 147, 17, 1);
  margin-top: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.trustbadge p {
  font-size: 16px;
  line-height: 18px;
}
.chk-remind {
  color: red;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  max-width: 610px;
  margin: auto;
}
.chk-buybox a:hover {
  background-image: linear-gradient(180deg, rgba(234, 147, 17, 1) 0%, rgba(246, 171, 59, 1) 100%);
  color: #333;
}
#sitefooter {
  padding-top: 20px !important;
}
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: sans-serif;
  color: #333;
}
.chk-offer-6 {
  border-radius: 10px;
  height:100%;
  overflow: hidden;
}
.chk-offer-3 {
  border-radius: 10px;
  height: 100%;
  background-color: #f1f1f1;
}
.chk-buybox .chk-offer-6 {
  width: 100%;
  height: 100%;
}
.chk-buybox .chk-offer-3{
  width:40%;
  height:100%;
}

.chk-offer-6 .ofr-top {
  background-color: #1279bd;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 5px;
  color: #fff;
  font-weight: 700;
}
.chk-offer-6 .ofr-top span {
  font-size: 50px;
}
.chk-offer-6 img {
  padding: 10px 10px;
  max-width: 154px;
}
.container.sales-hline {
  margin-top: 30px;
}
.chk-offer-mbg {
  margin-bottom: 15px;
  font-weight: 600;
}
.chk-font.almostdone {
  margin-bottom: 20px;
}
.chk-offer-3 .ofr-top span {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.chk-offer-3 .ofr-top {
  color: #999;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 30px;
}
.chk-offer-3 .ofr-top span {
  display: block;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  line-height: 33px;
  margin: auto;
  margin-top: 20px;
  max-width: 180px;
}
.chk-offer-3 img {
  max-width: 300px;
  margin-top: -20px;
}
.chk-offer-hlight img {
  width: 25px;
  margin-top: -10px;
  padding: 0;
  margin-right: 10px;
}
.chk-offer-hlight {
  font-size: 18px;
  line-height: 22px;
  text-transform: initial;
  padding: 15px;
}
.chk-offer-6 .chk-offer-btn span {
  display: block;
  max-width: 485px;
  margin: auto;
}
.fshipping img {
  max-width: 45px;
  margin-top: -6px;
}
.fshipping img {
  max-width: 25px;
  margin-top: -6px;
  padding: 0;
  margin-right: 10px;
}
p.mainhline {
  font-size: 24px;
}
.chk-offer-6-total {
  font-size: 18px;
  font-weight: 500;
}
.chk-offer-6-saving {
  font-size: 18px;
  font-weight: 600;
}
.chk-buybox .chk-offer-3 {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.chk-offer-3 .chk-offer-6-total {
  margin-top: 10px;
}
.chk-buybox .cta-no {
  display: block;
  margin-top: 13px;
}
.chk-offer-3 .chk-offer-mbg {
  margin-bottom: 38px;
}

.subh-bottom{
  padding-bottom: 0px; 
}
.timer-cd {
  text-align: center;
  font-size: 20px;
  padding: 5px;
  margin-bottom: -20px;
  background-color: #f1f1f1;
  color: red;
  font-weight: 700;
}
ul.bdeal-ul li {
  font-size: 20px;
}
.no-bullet {
  list-style: none;
  padding-left: 10px;
}
.strikethrough {
  text-decoration: line-through;
}
.each-001.strikethrough {
  font-size: 16px;
  color: #000;
}
p.regp {
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.bo-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bo-left {
  list-style: none;
  text-align: left;
  font-size: 22px;
  width: 50%;
}
.bo-right {
  width: 50%;
  background-color: #f3f3f3;
  margin: 10px;
  border-radius: 8px;
  padding: 20px;
}
.bo-left {
  text-align: left;
  font-size: 18px;
  width: 50%;
  padding: 20px;
}
.bo-left ul {
  list-style: none;
  padding-left: 0;
}
.bo-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: row-reverse;
}

/* buybox */
.cont{
  max-width: 1200px;
  margin: auto;
}
.bboxes {
  display: flex;
  column-gap: 40px;
}
.bbox {
  width: 380px;
  text-align: center;
  border-radius: 9px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0px;
}
img.hbox-img {
  max-width: 100%;
}
.hbox-top {
  background: #1C3772;
  border-radius: 8px 8px 0px 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
}
.bbox-2 .hbox-top {
  background-color: #1E408C;
}
.price-holder {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.bbox .price.strike {
  text-decoration: line-through;
  font-size: 1.8rem;
  color: #9ca3af;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
  font-weight: 600;
}
.bbox .price {
  font-size: 3rem;
  font-weight: bold;
  color: #1C3772;
}
.bbox .per-bottle {
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  padding-left: 3px;
}
.bbox .bbox-cta {
  margin-top: 10px;
  color: #000000;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 10px 20px;
  width: 100%;
  background-image: linear-gradient(180deg, #f6dda1, #f0c14b);
  border: 1px solid #fff;
  border-color: #a88734 #9c7e31 #846a29;
  border-radius: 5px;
  text-shadow: 1px 1px 0px #F9FFAC;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: block;
  max-width: 230px;
  margin: auto;
}
.bbox .bbox-cta:hover {
  background-image: linear-gradient(180deg, #fbd578, #edb833);
}
.bbox .guarantee {
  font-size: 1.1rem;
  color: #1C3772;
  font-weight: 400;
  margin-top: 10px;
}
.bbox .shipping {
  font-size: 13px;
  color: #999;
}
.bbox .payment-icons {
  margin-top: 15px;
}
.bbox .payment-icons img {
  max-width: 100%;
  margin: 0px 0px 10px 0px;
}
.bbox-1.bbox {
  margin: 40px 0;
}
.bbox-3.bbox {
  margin: 40px 0;
}
.str{
  text-decoration: line-through;
  color: #999;
}
.money-back-holder {
  position: absolute;
  right: -5px;
  top: -17px;
  width: 90px;
}
.hbox-content {
  position: relative;
}
.mbbadge{
  max-width: 100%;
  margin-bottom: 0px;
}
.bbox-2 .hbox-img {
  max-width: 320px;
  margin-top: 20px;
}
.bbox-1 img.hbox-img {
  max-height: 220px;
  margin-top: 25px;
}
.bbox-3 img.hbox-img {
  max-height: 220px;
  margin-top: 25px;
}

.best-value-holder {
  position: absolute;
  width: 75px;
  bottom: 0;
  top: 190px;
  left: 10px;
}
.best-value-holder img {
  max-width: 100%;
  margin-bottom: 0px;
}
.bbox-2 .price {
  font-size: 4rem;
  color: #b91c1c;
  letter-spacing: -1px;
}
.bboxes h2 {
  color: #fff;
}
.bboxes h2 {
  color: #fff;
  margin-bottom: 0;
}
.top-cart {
  font-size: 17px;
  font-style: italic;
}
.bbox-2 .top-cart{
  color: #f0c14b;
  font-weight: 799;
}
.hbox-top h2{
  font-size: 2.2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
}
p.free-usa-shipping {
  font-size: 17px;
  font-weight: 600;
  color: #e1a46b !important;
  margin-top: 15px;
}
.bbox-2 .shipping {
  font-size: 17px;
  color: #bf8043;
  font-weight: 600;
}
p.svings {
  font-size: 17px;
  color: #1C3772;
  padding: 10px;
  font-weight: 600;
}
/* buybox */









@media screen and (max-width: 1399px) and (min-width: 601px) {
  .cta-sec {
    padding: 1.43vw 0.71vw;
  }
  .stock-up h2 {
    font-size: 3.57vw;
    line-height: 4.29vw;
  }
  .stock-up{
    height: 12.15vw;
    border-radius: 0.71vw;
  }
  .offer-item {
    width: 27.16vw;
    box-shadow: 0 0.71vw 1.43vw #2B23481A;
    border-radius: 0.71vw;
    padding-bottom: 1.43vw;
  }
  .month {
    padding: 1.07vw 0.71vw;
    border-radius: 0.5vw 0.5vw 0 0;
  }
  .option {
    padding: 0.36vw 0.71vw;
  }
  .bottle-num {
    width: 7.58vw;
    height: 1.79vw;
    border-radius: 0.93vw;
  }
  .bottle-cont {
    margin: 0.71vw auto;
  }
  .s-offer {
    height: 3.57vw;
    border-radius: 1.72vw;
    margin-bottom: 1.07vw;
  }
  .s-offer p {
    font-size: 1.14vw;
    line-height: 1.29vw;
  }
  .total {
    margin-top: 0.71vw;
  }
  .save {
    width: 7.36vw;
    height: 2.57vw;
    border-radius: 1.29vw;
  }
  .price h4 {
    font-size: 4.29vw;
    line-height: 5.15vw;
    font-weight: 900;
    gap: 0.71vw;
    margin-bottom: 0.71vw;
  }

  span.price-sup {
    font-size: 1.07vw;
  }
  .option p {
    font-size: 1.14vw;
    line-height: 1.36vw;
  }
  .total p {
    margin-bottom: 1.07vw;
  }
  .save p, .total p, .shp-fee p{
    font-size: 1.29vw;
    line-height: 1.57vw;
  }
  .cta-btn {
    width: 18.94vw;
    height: 3.43vw;
    border-radius: 3.57vw;
    font-size: 1.29vw;
    line-height: 1.5vw;
    margin-bottom: 1.07vw;
  }
  span.shp-sup {
    font-size: 0.79vw;
    top: -0.5vw;
  }

  .offer-item.six-months {
    border: 0.21vw solid #2C2347;
    width: 28.59vw;
  }
  img.cta-6-bot {
    margin: 1.43vw auto 0;
  }
  .shp-fee p {
    height: 1.79vw;
  }
  .chk-font.almostdone {
    padding: 1.43vw;
  }
  #chk-out{
    max-width:68.62vw;
  }
  .chk-buybox img.cart-i {
    max-width: 4.29vw;
    padding: 0.71vw;
  }
  .cta-no .chk-offer-btn span {
    letter-spacing: -.3.57vw;
  }
  .chk-content{
    padding:1.43vw;
    border: 0.07vw solid #999;
    border-radius:0.86vw;
    margin:1.43vw 0;
  }
  .chk-buybox .cta-yes {
    margin: 0.71vw 1.43vw;
    font-size: 1.43vw;
    border-radius: 0.43vw;
    padding: 0.36vw;
  }
  .chk-buybox .cta-no {
    margin: 0.71vw 1.43vw;
    font-size: 1.43vw;
    border-radius: 0.43vw;
    padding: 0.36vw;
  }

  .chk-buybox {
    column-gap: 2.14vw;
  }

  .trustbadge .container-fluid {
    padding: 1.43vw;
    margin-top: 1.43vw;
    border-radius: 0.86vw;
    margin-bottom: 2.14vw;
  }
  .trustbadge p {
    font-size: 1.14vw;
    line-height: 1.29vw;
  }
  .chk-remind {
    padding-bottom: 1.43vw;
    font-size: 1.43vw;
    max-width: 43.6vw;
  }
  .chk-buybox a:hover {
    background-image: linear-gradient(180deg, rgba(234, 147, 17, 1) 0%, rgba(246, 171, 59, 1) 100%);
    color: #333;
  }
  #sitefooter {
    padding-top: 1.43vw !important;
  }
  #loadingOverlay {
    font-size: 1.43vw;
  }
  .chk-offer-6 {
    border-radius: 0.71vw;
  }
  .chk-offer-3 {
    border-radius: 0.71vw;
  }
  .chk-offer-6 .ofr-top {
    font-size: 2.5vw;
    line-height: 2.86vw;
    padding: 0.36vw;
  }
  .chk-offer-6 .ofr-top span {
    font-size: 3.57vw;
  }
  .chk-offer-6 img {
    padding: 0.71vw 0.71vw;
    max-width: 11.01vw;
  }
  .container.sales-hline {
    margin-top: 2.14vw;
  }
  .chk-offer-mbg {
    margin-bottom: 1.07vw;
  }
  .chk-font.almostdone {
    margin-bottom: 1.43vw;
  }
  .chk-offer-3 .ofr-top span {
    font-size: 2.14vw;
  }
  .chk-offer-3 .ofr-top {
    font-size: 1.29vw;
    padding-top: 2.14vw;
  }
  .chk-offer-3 .ofr-top span {
    font-size: 2.5vw;
    line-height: 2.36vw;
    margin-top: 1.43vw;
    max-width: 12.87vw;
  }
  .chk-offer-3 img {
    max-width: 21.44vw;
    margin-top: -1.43vw;
  }
  .chk-offer-hlight img {
    width: 1.79vw;
    margin-top: -0.71vw;
    margin-right: 0.71vw;
  }
  .chk-offer-hlight {
    font-size: 1.29vw;
    line-height: 1.57vw;
    padding: 1.07vw;
  }
  .chk-offer-6 .chk-offer-btn span {
    max-width: 34.31vw;
  }
  .fshipping img {
    max-width: 3.22vw;
    margin-top: -0.43vw;
  }
  .fshipping img {
    max-width: 1.79vw;
    margin-top: -0.43vw;
    margin-right: 0.71vw;
  }
  p.mainhline {
    font-size: 1.72vw;
  }
  .chk-offer-6-total {
    font-size: 1.29vw;
  }
  .chk-offer-6-saving {
    font-size: 1.29vw;
  }
  .chk-offer-3 .chk-offer-6-total {
    margin-top: 0.71vw;
  }
  .chk-buybox .cta-no {
    display: block;
    margin-top: 0.93vw;
  }
  .chk-offer-3 .chk-offer-mbg {
    margin-bottom: 2.72vw;
  }
  .timer-cd {
    font-size: 1.43vw;
    padding: 0.36vw;
    margin-bottom: -1.43vw;
  }
  ul.bdeal-ul li {
    font-size: 1.43vw;
  }
  .no-bullet {
    padding-left: 0.71vw;
  }
  .each-001.strikethrough {
    font-size: 1.14vw;
  }
  p.regp {
    line-height: 1.14vw;
    font-size: 1.14vw;
  }

  .bo-left {
    font-size: 1.57vw;
  }
  .bo-right {
    margin: 0.71vw;
    border-radius: 0.57vw;
    padding: 1.43vw;
  }
  .bo-left {
    font-size: 1.29vw;
    padding: 1.43vw;
  }

  /* buybox */
  .cont{
    max-width: 85.78vw;
  }
  .bboxes {
    column-gap: 2.86vw;
  }
  .bbox {
    width: 27.16vw;
    border-radius: 0.64vw;
    box-shadow: 0 0.29vw 0.43vw rgba(0, 0, 0, 0.1);
    border: 0.14vw solid #ddd;
    border-radius: 0.71vw;
  }
  .hbox-top {
    border-radius: 0.57vw 0.57vw 0px 0px;
  }
  .bbox .price.strike {
    font-size: 1.22vw;
    text-decoration-thickness: 0.14vw;
  }
  .bbox .price {
    font-size: 3.43vw;
  }
  .bbox .per-bottle {
    line-height: 0.86vw;
    font-size: 0.86vw;
    padding-left: 0.21vw;
  }
  .bbox .bbox-cta {
    margin-top: 0.71vw;
    font-size: 1.49vw;
    padding: 0.71vw 1.43vw;
    border: 0.07vw solid #fff;
    border-radius: 0.36vw;
    text-shadow: 0.07vw 0.07vw 0px #F9FFAC;
    box-shadow: 0 0.14vw 0.14vw 0 rgba(0, 0, 0, 0.14), 0 0.07vw 0.36vw 0 rgba(0, 0, 0, 0.12), 0 0.21vw 0.07vw -0.14vw rgba(0, 0, 0, 0.2);
    max-width: 16.44vw;
  }
  .bbox .guarantee {
    font-size: 1.26vw;
    margin-top: 0.71vw;
  }
  .bbox .shipping {
    font-size: 0.93vw;
  }
  .bbox .payment-icons {
    margin-top: 1.07vw;
  }
  .bbox .payment-icons img {
    margin: 0px 0px 0.71vw 0px;
  }
  .bbox-1.bbox {
    margin: 2.86vw 0;
  }
  .bbox-3.bbox {
    margin: 2.86vw 0;
  }
  .money-back-holder {
    right: -0.36vw;
    top: -1.22vw;
    width: 6.43vw;
  }
  .bbox-2 .hbox-img {
    max-width: 22.87vw;
    margin-top: 1.43vw;
  }
  .bbox-1 img.hbox-img {
    max-height: 15.73vw;
    margin-top: 1.79vw;
  }
  .bbox-3 img.hbox-img {
    max-height: 15.73vw;
    margin-top: 1.79vw;
  }

  .best-value-holder {
    width: 5.36vw;
    top: 13.58vw;
    left: 0.71vw;
  }
  .bbox-2 .price {
    font-size: 4.57vw;
  }
  .top-cart {
    font-size: 1.22vw;
  }
  .hbox-top h2{
    font-size: 2.52vw;
  }
  p.free-usa-shipping {
    font-size: 1.22vw;
    margin-top: 1.07vw;
  }
  .bbox-2 .shipping {
    font-size: 1.22vw;
  }
  p.svings {
    font-size: 1.22vw;
    padding: 0.71vw;
  }
  /* buybox */

}

@media (max-width: 600px){
  .cta-offers {
    flex-direction: column;
  }
  .six-months {
    order: 0;
  }
  .one-month {
    order: 3;
  }
  .three-months{
    order: 2;
  }
  .cta-offers {
    gap: 20px;
  }
  .offer-item {
    width: 100% !important;
  }
  .glp-warning{
    padding: 0 15px;
  }
  .container.sales-hline {
    padding: 0 15px;
  }
  .bo-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column-reverse;
  }
  .bo-left {
    width: 100%;
  }
  .bo-right {
    width: calc(100% - 20px);
  }
  .chk-buybox .chk-offer-6 {
    margin: 0 10px;
  }
  .chk-buybox .cta-yes {
    margin: 10px 10px;
  }
  .chk-buybox .cta-no {
    margin: 13px 10px;
  }
  .chk-font.almostdone {
    margin-bottom: 0;
  }

  /* buybox */
  .bboxes {
    flex-direction: column;
    row-gap: 30px;
  }
  .bbox {
    margin: auto !important;
  }
.bbox-2.bbox {
    order: 0;
}
.bbox-3.bbox {
    order: 1;
}
.bbox-1.bbox {
    order: 2;
}



  /* buybox */




}


@media (max-width: 425px){
  .bbox {
    width: 100% !important;
  }
}










