/*
Checkout upsell
*/
.wfocu_offer-template * {
   font-family: 'Work Sans', sans-serif !important;
}

.logo-section-upsell figure {
   margin-top: 5px;
}

.wfocu_offer-template h2.green-heading {
   font-size: 16px;
   line-height: 1.4;
   font-weight: 400;
}

.wfocu_offer-template h2.main-heading {
   font-size: 24px;
   font-weight: 400;
}

body.wfocu_offer-template .bwf-countdown-outer {
   justify-content: center;
   margin-bottom: 15px;
}

body .bwf-countdown-inner-wrap .bwf-digit-card .bwf-timer-digit {
   color: #000;
   font-size: 50px;
   line-height: 1;
   word-break: keep-all;
}

.wfocu_offer-template .wfocu_variable_price_regular bdi {
   font-weight: 400;
   color: #000000;
   font-size: 16px;
   text-decoration: line-through;

}

.wfocu_offer-template .wfocu_variable_price_sale bdi {
   font-weight: 600;
   color: #dc143c;
}

.wfocu_offer-template h2.saving-heading {
   font-size: 28px;
   color: #5BA238;
}

.wfocu-product-attr-wrapper .variations {
   margin-left: auto;
   margin-right: auto;
}

.wfocu_skip_offer {
   color: white !important;
   background: #000 !important;
   font-size: 16px !important;
   padding: 10px !important;
   transition: all 0.3s;
}

.wfocu_skip_offer:hover {
   color: #000 !important;
   background: white !important;
}

body .bwf-btn-wrap.wfocu-accept-button .bwf-btn {
   transition: all 0.3s;
   max-width: 100%;
}

body .bwf-btn-wrap.wfocu-accept-button .bwf-btn:hover {
   background: #000 !important;
   color: white !important;
}

.logo-section-upsell p {
   font-size: 14px !important;
   font-weight: 400 !important;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
   display: none !important;
}

.wfocu-product-carousel-nav .wfocu-thumb-col {
   padding: 3px;
}

.wfocu-product-thumbnails img {
   margin-bottom: 0;
}

.wfocu-product-carousel-nav {
   margin-bottom: 20px;
}

.wfocu-product-thumbnails .is-selected a img {
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.wfocu-product-gallery {
   margin-bottom: 5px;
}

.grecaptcha-badge {
   display: none !important;
}

body .bwf-icon-wrap {
   display: flex;
   flex-wrap: nowrap;
   margin-left: 5px;
}

body .bwf-section-wrap.bwf-section-ed2423a1>.bwf-col {
   gap: 7px;
}

/*Responsive*/
@media (max-width: 767px) {
   body .bwf-icon-wrap {
      margin-left: 0px;
   }

   .wfocu_offer-template h2.main-heading {
      font-size: 18px;
      font-weight: 400;
   }

   .logo-section-upsell .logo img {
      max-width: 150px;
   }

   .text-review-wrapper .bwf-col {
      display: flex;
      flex-direction: column;
      justify-content: center;
   }

   .text-review-wrapper .col-rating-wrap {
      order: -1;
      margin-bottom: 6px !important;
   }

   .logo-section-upsell p {
      font-size: 14px !important;
      text-align: center !important;
      font-weight: 400 !important;
      padding: 0px 15px !important;
   }

   body .bwf-icon-wrap.bwf-icon-89cdf39c .bwf--icon svg {
      width: 15px !important;
      height: 15px !important;
   }

   .wfocu_offer-template .text-review-wrapper {
      padding-bottom: 0px !important;
   }

   body .bwf-btn-wrap.wfocu-accept-button .bwf-btn {
      margin-top: 0;
   }
}