.sticky-nav {
  transform: none !important;
}
.top-navbar-2 {
  z-index: 99;
}
.cursor-pointer {
  cursor: pointer;
}

.QuestionsSection.container {
  padding-top: 60px;
  padding-bottom: 70px;
  max-width: 1200px;
}
.QuestionsSection .Heading {
  text-align: center;
}
.QuestionsSection .Heading h2 {
  color: #6694de;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  font-family: Proxima Nova, sans-serif;
}
.QuestionsSection .Heading span {
  width: 50%;
  height: 3px;
  display: inline-block;
  margin: 5px auto 10px;
  background-color: #6694de;
}

.QuestionsSection .FAQAccordion {
  width: 100%;
  display: inline-block;
}
.QuestionsSection .FAQAccordion .Option {
  width: 48%;
  float: left;
  margin: 0 1%;
  padding: 8px 25px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 25px;
  border: 1px #212121;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.QuestionsSection .FAQAccordion .Option .Toggle {
  display: none;
}
.QuestionsSection .FAQAccordion .Option .Title {
  min-height: 80px !important;
}
.QuestionsSection .FAQAccordion .Option .Toggle:checked + .Title + .Body {
  max-height: 100px;
}
.QuestionsSection .FAQAccordion .Option .Toggle:checked + .Title:before {
  background-image: url("../img/minus.webp");
}
.QuestionsSection .FAQAccordion .Option .Toggle:checked + .Title:after {
  display: none;
}
.QuestionsSection .FAQAccordion .Option .Title::after {
  background-image: url("../img/plus.webp");
}
.QuestionsSection .FAQAccordion .Option .Title {
  color: #000;
  display: block;
  font-size: 20px;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  padding-right: 100px;
  transition: all 0.2s;
  transform: translateZ(0);
  background-color: #fff;
  backface-visibility: hidden;
  font-family: Proxima Nova, sans-serif;
}
.QuestionsSection .FAQAccordion .Option .Title::before,
.QuestionsSection .FAQAccordion .Option .Title::after {
  content: "";
  top: 42%;
  right: 10px;
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.QuestionsSection .FAQAccordion .Option .Body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.QuestionsSection .FAQAccordion .Option .Body p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #181818e6;
}
/*======================================= Accordion Desktop =======================================*/
.HomeAccordion .Option {
  position: relative;
  border-bottom: 1px solid #9b9b9b;
}
.HomeAccordion .Option .Toggle {
  display: none;
}
.HomeAccordion .Option .Toggle:checked + .Title + .Body {
  max-height: 300px;
}
.HomeAccordion .Option .Toggle:checked + .Title:before {
  transform: rotate(45deg) !important;
}
.HomeAccordion .Option .Toggle:checked + .Title:after {
  transform: rotate(-45deg) !important;
}
.HomeAccordion .Option .Title {
  margin: 0;
  color: #294a59;
  font-size: 18px;
  display: block;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
  transform: translateZ(0);
  text-transform: capitalize;
  backface-visibility: hidden;
  font-family: Proxima Nova, sans-serif;
}

.HomeAccordion .Option .Title.v02 {
  font-size: 16px;
  color: #1a1f36;
}

.HomeAccordionMobile .Option .Title.v02 {
  font-size: 16px;
  color: #1a1f36;
}

.HomeAccordion .Option .Title::before,
.HomeAccordion .Option .Title::after {
  content: "";
  top: 45%;
  right: 13px;
  width: 1.5px;
  height: 10px;
  position: absolute;
  transition: all 0.2s;
  background-color: #333;
  transform: rotate(-45deg);
}
.HomeAccordion .Option .Title::after {
  right: 6px;
  transform: rotate(45deg);
}
.HomeAccordion .Option .Body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.HomeAccordion .Option .Body ul li {
  display: flex;
  align-items: start;
}
.HomeAccordion .Option .Body h4 {
  margin: 0;
  line-height: 24px;
  padding-bottom: 10px;
  color: #294a59;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.HomeAccordion .Option .Body h4 span {
  color: #2aa300;
  font-weight: 700;
}
.HomeAccordion .Option .Body h4 img {
  width: 16px;
}
.HomeAccordion .Option .Body p {
  margin: 0;
  line-height: 24px;
  color: #294a59;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}
.HomeAccordion .Option .Body ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
.HomeAccordion .Option .Body ul li {
  padding: 0;
  align-items: start;
}
.HomeAccordion .Option .Body ul li img {
  width: 21px;
}
.HomeAccordion .Option .Body ul li span {
  color: #2aa300;
  margin-left: 8px;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.HomeAccordion .Option .Body ul li p {
  color: #294a59;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
}
/*======================================== Accordion Moble ========================================*/
.HomeAccordionMobile .Option {
  position: relative;
  border-bottom: 1px solid #9b9b9b;
}
.HomeAccordionMobile .Option .Toggle {
  display: none;
}
.HomeAccordionMobile .Option .Toggle:checked + .Title + .Body {
  max-height: 300px;
}
.HomeAccordionMobile .Option .Toggle:checked + .Title:before {
  transform: rotate(45deg) !important;
}
.HomeAccordionMobile .Option .Toggle:checked + .Title:after {
  transform: rotate(-45deg) !important;
}
.HomeAccordionMobile .Option .Title {
  margin: 0;
  display: block;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.2s;
  transform: translateZ(0);
  text-transform: capitalize;
  backface-visibility: hidden;
  font-family: Proxima Nova, sans-serif;
  color: #294a59;
  font-size: 16px;
  font-weight: 700;
}
.HomeAccordionMobile .Option .Title::before,
.HomeAccordionMobile .Option .Title::after {
  content: "";
  top: 45%;
  right: 13px;
  width: 1.5px;
  height: 10px;
  position: absolute;
  transition: all 0.2s;
  background-color: #333;
  transform: rotate(-45deg);
}
.HomeAccordionMobile .Option .Title::after {
  right: 6px;
  transform: rotate(45deg);
}
.HomeAccordionMobile .Option .Body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.HomeAccordionMobile .Option .Body ul li {
  display: flex;
  align-items: start;
}
.HomeAccordionMobile .Option .Body h4 {
  margin: 0;
  line-height: 24px;
  padding-bottom: 10px;
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.HomeAccordionMobile .Option .Body h4 span {
  color: #2aa300;
  font-weight: 700;
}
.HomeAccordionMobile .Option .Body h4 img {
  width: 16px;
}
.HomeAccordionMobile .Option .Body p {
  margin: 0;
  line-height: 24px;
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
}
.HomeAccordionMobile .Option .Body ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
.HomeAccordionMobile .Option .Body ul li {
  padding: 0;
  align-items: start;
}
.HomeAccordionMobile .Option .Body ul li img {
  width: 21px;
}
.HomeAccordionMobile .Option .Body ul li span {
  color: #2aa300;
  margin-left: 8px;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.HomeAccordionMobile .Option .Body ul li p {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 0;
}

.dd-top-con-para.v02 {
  color: #1a1f36 !important;
}
/*====================================== PRODUCT =====================================*/
.ProductSection {
  border-top: 1px solid #e9e9e9;
}
.ProductSection .Option {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}
.ProductSection .Option .Toggle {
  display: none;
}
.ProductSection .Option .Toggle:checked + .Title + .Content {
  max-height: 300px;
}
.ProductSection .Option .Toggle:checked + .Title:before {
  transform: rotate(45deg) !important;
}
.ProductSection .Option .Toggle:checked + .Title:after {
  transform: rotate(-45deg) !important;
}
.ProductSection .Option .Title {
  margin: 0;
  color: #333;
  display: flex;
  font-size: 18px;
  padding: 24px 0;
  cursor: pointer;
  font-weight: 700;
  align-items: center;
  transition: all 0.2s;
  transform: translateZ(0);
  text-transform: capitalize;
  backface-visibility: hidden;
  font-family: Proxima Nova, sans-serif;
}
.ProductSection .Option .Title img {
  margin-right: 16px;
}
.ProductSection .Option .Title::before,
.ProductSection .Option .Title::after {
  content: "";
  top: 45%;
  right: 13px;
  width: 1.5px;
  height: 10px;
  position: absolute;
  transition: all 0.2s;
  background-color: #333;
  transform: rotate(-45deg);
}
.ProductSection .Option .Title::after {
  right: 6px;
  transform: rotate(45deg);
}
.ProductSection .Option .Content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.ProductSection .Option .Product {
  display: flex;
}
.ProductSection .Option .Product .Details {
  padding-left: 20px;
}
.ProductSection .Option .Product .Details:first-child {
  padding-left: 0;
}
.ProductSection .Option .Product .Details .Head h4 {
  font-size: 16px;
  font-weight: 700;
  color: #294a59;
  padding-bottom: 7px;
  text-transform: capitalize;
  font-family: Proxima Nova, sans-serif;
}
.ProductSection .Option .Product .Details .Head span {
  color: #333;
  font-size: 16px;
  margin-bottom: 9px;
}
.ProductSection .Option .Product .Details ul {
  padding: 10px 0;
}
.ProductSection .Option .Product .Details ul li {
  font-size: 16px;
  color: #294a59;
  font-weight: 300;
  line-height: 28px;
  padding-left: 13px;
  position: relative;
  font-family: Proxima Nova, sans-serif;
}
.ProductSection .Option .Product .Details ul li::before {
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  margin-top: -2.5px;
  border-radius: 50px;
  background-color: #294a59;
}
.ProductSection .Option .Shipping h4 {
  margin: 0;
  width: 95%;
  font-size: 16px;
  color: #294a59;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-family: Proxima Nova, sans-serif;
}
.ProductSection .Option .Shipping h4 span {
  color: #2aa300;
  font-weight: 700;
}
.ProductSection .Option .Shipping h4 img {
  width: 16px;
}
.ProductSection .Option .Shipping p {
  margin: 0;
  width: 95%;
  font-size: 16px;
  color: #294a59;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 10px;
  font-family: Proxima Nova, sans-serif;
}
.ProductSection .Option .Refund ul {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.ProductSection .Option .Refund ul li {
  padding: 0;
  display: flex;
  align-items: start;
}
.ProductSection .Option .Refund ul li img {
  width: 24px;
  margin-top: 5px;
}
.ProductSection .Option .Refund ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #2aa300;
  padding-top: 4px;
  padding-left: 8px;
  margin-bottom: 4px;
  line-height: 24px;
  font-family: Proxima Nova, sans-serif;
}
.ProductSection .Option .Refund ul li p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #294a59;
  line-height: 24px;
  padding-bottom: 0;
  padding-left: 4px;
  font-family: Proxima Nova, sans-serif;
}
.footer-link-text a {
  padding-right: 3px;
  padding-left: 3px;
}

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

.w-100p {
  width: 100% !important;
}

.w-99p {
  width: 99% !important;
}

.red {
  border-color: red;
}

.billing-details {
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-5-neg {
  margin-top: -5px;
}

.mt-16-neg {
  margin-top: -16px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-5 {
  margin-right: 5px;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.Wrapper {
  display: flex;
  margin: 10px auto;
  flex-wrap: wrap;
  max-width: 800px;
  justify-content: space-between;
  color: #333;
  font-family: Arial, sans-serif;
}

.header-thankyou {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.header-thankyou h1 {
  margin: 0;
  font-size: 18px;
  padding-left: 10px;
  font-weight: normal;
  line-height: normal;
  color: #333;
}

.header-thankyou p {
  font-size: 14px;
  color: #666;
}

.left-section,
.right-section {
  width: 48%;
}

.left-section {
  padding-right: 10px;
}

.left-section span {
  font-size: 16px;
  line-height: normal;
  padding: 10px;
  display: block;
  border-radius: 4px;
  background-color: #dbf8e3;
  border: 1px solid #13b218;
}

.info-box p {
  color: #333;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 10px;
  line-height: normal;
}

.order-summary {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.order-summary h2 {
  display: flex;
  margin-top: 0;
  padding: 0 10px;
  font-size: 18px;
  margin-bottom: 5px;
  align-items: center;
  justify-content: space-between;
  color: #333;
  line-height: normal;
}

.order-summary h2 span {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.order-summary table {
  line-height: normal;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

.order-summary table th,
.order-summary table td {
  text-align: left;
  padding: 3px 10px;
}

.shipping-info {
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.shipping-info h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: normal;
}

.shipping-info div {
  display: flex;
  flex-wrap: wrap;
}

.shipping-info p {
  width: 50%;
  color: #555;
  font-size: 14px;
  margin: 14px 0;
  line-height: normal;
}

.shipping-info iframe {
  width: 100%;
  border: none;
  height: 200px;
  margin-top: 50px;
  border-radius: 4px;
}

.map {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.Customer {
  margin-top: 40px;
}

.Customer h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  line-height: normal;
}

.Customer img {
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
}

.Customer p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: normal;
}

.Details {
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 0;
  border-top: 1px solid #ddd;
}

.Details p {
  color: #333;
  line-height: normal;
  font-size: 14px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Details p:last-child {
  font-weight: bold;
}

.reviews-list-3.rr1 {
  display: grid !important;
}

.section_review-bottom.v8 {
  background-color: #e7f3fa;
}

.testi-slider-heading-div.v8 {
  margin-bottom: 25px;
}

.padding-section-medium-custom.v8 {
  margin-top: 0;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .Wrapper {
    padding: 0 18px;
    flex-direction: column;
  }
  .right-section {
    padding-top: 20px;
  }
  .left-section,
  .right-section {
    width: 100%;
  }
}

.insurance-checkbox {
  accent-color: #294a59;
  transform: scale(1.2);
  cursor: pointer;
}

.upgrade-active {
  border: 1px solid #2ab05b;
  background-color: #fff !important;
  color: #2ab05b !important;
}

.extra-changes {
  padding-bottom: 0 !important;
}

.display-none {
  display: none;
}

.ml-7 {
  margin-left: 7px;
}

.mt-14 {
  margin-top: 14px;
}

.w381px {
  width: 381px !important;
}

.test {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  color: #fff;
  align-items: center;
}

.pt-100 {
  padding-top: 100px;
}

.lower-div {
  height: 326px;
  background: #1d1f1e;
}

.cross-icon {
  float: right;
}

.z-9999 {
  z-index: 9999;
}

.body-4-upsell {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1d1f1e;
}

.h-100p {
  height: 100%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute !important;
}

.pay-now {
  font-size: 20px;
}

.checkout-popup {
  height: 0px;
  overflow: hidden;
}

.icon-embed-small {
  transition: transform 0.3s ease;
}
.rotate-180 {
  transform: rotate(180deg);
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hbw_right {
  animation: tilt 4s ease-in-out infinite;
}
@keyframes tilt {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.hbw_left {
  position: relative;
  display: inline-block;
}

.rated-badge-img {
  width: 100%;
  height: auto;
  max-width: 150px; /* adjust size for responsiveness */
}

.badge {
  position: relative;
  width: 120px; /* your circle size */
  aspect-ratio: 1; /* keep it round */
  container-type: inline-size; /* enables cqw units */
}

.badge-text {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  color: #fff;
  /* fallback for browsers without container units */
  font-size: clamp(10px, 2vw, 12px);
}

/* real “fit to container” logic (Chrome/Edge/Firefox) */
@supports (font-size: 1cqw) {
  .badge-text {
    font-size: clamp(10px, calc((100cqw / var(--chars)) * var(--factor)), 28px);
  }
}

.hide-state-img {
  visibility: hidden;
}

.trust-pillot {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  padding: 5px 0 10px 0;
}

.trust-pillot .based {
  font-size: 12px;
  font-weight: 600;
}

.trust-pillot .review {
  font-size: 18px;
  font-weight: 700;
}

.trust-pillot .rating img {
  width: 90px;
  margin-bottom: 2px;
}

.trust-pillot .pilot_start img {
  width: 80px;
  margin-bottom: 4px;
}

.trust-pillot .pilot_start .trustpilot-text {
  margin-left: 2px;
  font-size: 1.2rem;
}

.trust-pillot-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 5px 0 5px 0;
}

.trust-pillot-mobile .based {
  font-size: 10px;
}

.trust-pillot-mobile .review {
  font-size: 15px;
  font-weight: 700;
}

.trust-pillot-mobile .rating img {
  width: 85px;
  margin-bottom: 2px;
}

.trust-pillot-mobile .pilot_start img {
  width: 75px;
  margin-bottom: 3px;
}

.faq-que {
  cursor: pointer;
  color: #24748d;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.fw-500 {
  font-weight: 500;
}

.hero_mobile-inner.v7 {
  background-image: url("../images/che2.jpg");
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 428px;
  display: block;
  position: relative;
}

.banner-text-main.v1 {
  line-height: 15px;
  text-align: center;
}

.banner-text-sub.v1 {
  text-align: center;
  font-size: 12px;
}

.navbar_banner-top.new {
  position: relative;
  z-index: 99;
}

.mt-48p {
  margin-top: 48px;
}

/* ORDER SUMMARY CLASSES START*/

.order_sum-wrapper-v02 {
  border-bottom: 1px #00000029;
  margin-top: -23px;
  margin-bottom: 40px;
}

.order_sum-head {
  background-color: #eaf3ff;
  border-bottom: 1px solid #00000029;
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  padding: 1rem;
  text-decoration: none;
  transition: opacity 0.2s;
  display: flex;
}

.sum-left-2 {
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.sum-text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sum-txt-new-2 {
  color: #6693de;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.sum_cart-arrow-up {
  transform-style: preserve-3d;
  width: 16px;
  margin-left: 8px;
  margin-right: 0;
  transform: rotateX(180deg) rotateY(0) rotateZ(0);
}

.sum-txt-new-2.is-hidden {
  display: none;
}

.text-span-216 {
  font-size: 11px;
  font-weight: 400;
}

.order_sum-body {
  background-color: #eaf3ff;
  border-top: 1px #00000029;
  border-bottom: 1px solid #00000029;
  width: auto;
  margin-bottom: 0;
  padding: 0 1rem;
  display: block;
}

.order_sum-body-inner {
  padding-top: 0;
  padding-bottom: 1rem;
}

.sum_product-block {
  border-bottom: 1px #00000069;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.pro-left-2 {
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.sum_product-img-block {
  background-color: #6694de;
  border-radius: 6px;
  padding: 0;
  position: relative;
}

.sum_product-img {
  border-radius: 6px;
  width: 55px;
}

.product_qty-bubble {
  color: #fff;
  text-align: center;
  background-color: #0000008a;
  border: 1.25px #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: -7px -10px auto auto;
}

.pro-cent-div-2 {
  margin-left: 16px;
}

.sum_product-name {
  color: var(--primary);
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.sum_product-discount-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.sum_product-discount-img {
  width: 0.85rem;
}

.sum_product-compare {
  color: #757575;
  text-align: right;
  text-decoration: line-through;
}

.sum_product-regular {
  color: #1e2a32;
  font-size: 16px;
}

.sum_cart-arrow-down {
  width: 16px;
  margin-left: 8px;
  margin-right: 0;
}

.os_subtotal-block {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.os_subtotal-price {
  font-size: 1rem;
}

.os_shipping-block {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.os_shipping-block-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.os_shipping-price {
  color: #757575;
  font-size: 16px;
  text-decoration: line-through;
}

.os_total-block {
  justify-content: space-between;
  margin-top: 1.25rem;
  display: flex;
}

.os_total-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.os_total-price {
  font-size: 1.2rem;
  font-weight: 700;
}

.os_total-saving-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  margin-top: 0.65rem;
  display: flex;
}

.os_total-saving-title,
.os_total-saving-price {
  font-size: 0.9rem;
  font-weight: 700;
}

.os_ts-discount-icon-block {
  margin-right: 8px;
}

.os_total-saving-discount-icon {
  width: 0.85rem;
  font-size: 1rem;
}

/* ORDER SUMMARY CLASSES END */

.payment-error {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background-color: #fff5f5;
  border: 1px solid #fca5a5;
  color: #563136;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}

.payment-error .items {
  display: flex;
  gap: 10px;
}

.error-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.payment-error {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sale-title {
  word-wrap: break-word;
}

.save-below-text.lang {
  font-size: 13px;
  max-width: 155px;
  line-height: 17px;
}

.sel-left-div.q1.lang {
  width: auto;
}

.ff-div-cen.lang {
  inset: 20px auto 49px 165px;
}

.tt-pro-txt.lang {
  font-size: 17px;
}

.ug_info-msg-wrapper {
  display: none;
}

.ug-tooltip:hover .ug_info-msg-wrapper {
  display: block;
}

.modal_sub-number {
  text-decoration: none;
}

.modal_sub-email {
  text-decoration: none;
}

.ttb-text a {
  text-decoration: none;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.main-sub-banner {
  height: 75px;
  padding: 11px 15px 13px;
}

.main-sub-banner img {
  height: 46px;
}

.banner-web-right {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-web-right-mobile {
  width: 20%;
  right: 0;
  bottom: 0;
}

.banner-web-left-tile-mobile {
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-web-right-tile-mobile {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.option_offer-badge-block.relative {
  position: relative;
}

.text-decoration-none {
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .hero_mobile-inner.v6 {
    background-image: linear-gradient(#294a59c7, #fff0 31%),
      url("../images/v5/new-nuzz-hero.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 400px;
  }

  .banner-text-sub.v1.lang {
    font-size: 9px;
  }

  @supports (font-size: 1cqw) {
    .badge-text {
      font-size: clamp(
        6px,
        calc((100cqw / var(--chars)) * var(--factor)),
        28px
      );
    }
  }

  .order_sum-wrapper-v02 {
    border-bottom: 1px #00000029;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sum_product-discount {
    font-size: 0.75rem;
  }

  .sum_product-name {
    font-size: 0.9rem;
  }

  .sum_product-name.reduced {
    font-size: 0.85rem;
    line-height: 1.3;
  }

  .sum_product-discount {
    font-size: 0.75rem;
  }

  .sum-txt-new-2 {
    font-size: 15px;
    line-height: 1.3;
  }

  .sum_cart-arrow-down {
    width: 15px;
  }

  .sum_product-regular,
  .os_subtotal-title,
  .os_shipping-title {
    font-size: 0.9rem;
  }

  .os_total-title {
    font-size: 1.2rem;
  }

  .os_subtotal-price {
    font-size: 0.9rem;
  }

  .os_total-price {
    font-size: 1.2rem;
  }

  .os_shipping-price,
  .os_shipping-free {
    font-size: 0.9rem;
  }

  .os_total-saving-block {
    margin-top: 0.85rem;
  }

  .os_total-saving-title,
  .os_total-saving-price {
    font-size: 0.9rem;
  }

  .product_qty-bubble {
    border-width: 1.25px;
    width: 18px;
    height: 18px;
    padding-top: 1px;
    font-size: 13px;
    top: -4px;
    right: -8px;
  }

  .sum_product-img {
    width: 55px;
  }

  .sum_cart-arrow-up {
    width: 15px;
  }

  .ff-div-cen.lang {
    inset: 19px auto 49px 145px;
  }

  .tt-pro-txt.lang {
    font-size: 15px;
  }

  .checkbox-radio.cb-sq.tt1.ju1.pr1.lang {
    left: 3%;
  }
  .tto-txt.v8-header-txt {
    font-size: 28px;
  }

  .rating-tag {
    font-size: 11px;
    display: flex !important;
    justify-content: center !important;
    margin-right: 50px;
    margin-left: 50px;
  }

  .rating-tag-title {
    margin-left: 5px;
  }

  .tp-new-block.is-mod.rating-tag {
    padding: 0;
  }

  .hh-div.reliefs-v2 {
    padding: 7px 20px 10px;
  }

  .tto-txt.v8-header-txt {
    font-size: 30px;
  }

  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 0;
  }

  .navbar-countdown.v2 {
    background-position: 0px 0, 20% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(#0000, #0000),
      url("../images/banner-mobile-v2.svg");
  }

  .main-sub-banner {
    height: 50px;
    padding: 0 15px 13px !important;
  }

  .main-sub-banner img {
    height: 46px;
    width: 100px;
  }

  .mobile-container-left {
    position: absolute;
    left: 5px;
    bottom: 0;
  }

  .mobile-container-middle {
    position: relative;
    right: 10px;
    bottom: -7px;
  }

  .mobile-container-right {
    position: absolute !important;
    right: 15px;
    bottom: 6px;
  }
}

@media screen and (max-width: 395px) {
  .ff-div-cen.lang {
    inset: 22px auto 49px 135px;
  }

  .hh-div.reliefs-v2 {
    padding: 10px 20px 10px;
  }

  .tto-txt.v8-header-txt {
    font-size: 28px;
  }

  .tto-txt.v8-header-txt {
    margin-bottom: 6px;
  }

  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }

  .ff-div-cen.lang {
    inset: 19px auto 49px 130px;
  }
}

@media screen and (max-width: 365px) {
  .tto-txt.v8-header-txt {
    font-size: 26px;
    margin-bottom: 6px;
  }

  .rating-tag {
    margin-right: 30px;
    margin-left: 30px;
  }

  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 355px) {
  .tto-txt.v8-header-txt {
    margin-bottom: 6px;
  }

  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 345px) {
  .tto-txt.v8-header-txt {
    margin-bottom: 6px;
  }

  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 325px) {
  .tto-txt.v8-header-txt {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .rating-tag {
    margin-right: 15px;
    margin-left: 15px;
  }

  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }

  .rts_icons-block {
    width: 32% !important;
  }
}

/* Banner responsive visibility classes */
.banner-web-mobile-only {
  display: block;
}

.banner-web-desktop-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .banner-web-mobile-only {
    display: none;
  }

  .banner-web-desktop-only {
    display: block;
  }
}
