/* =========================
   CADDY CART FULL REDESIGN
   Brand color: #85BFB5
   ========================= */

.cc-window {
  background: #f5f5f5 !important;
}

/* Header */
.cc-header-bar {
  background: #fff !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 16px !important;
}

.cc-header-title {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #111 !important;
}

/* Free shipping */
.cc-fs {
  background: #fff !important;
  padding: 18px 20px !important;
  border-bottom: 1px solid #eee !important;
}

.cc-fs-title {
  font-size: 14px !important;
  color: #111 !important;
}

.cc-fs strong,
.cc-fs-title strong,
.cc-fs-title .cc-fs-amount {
  color: #85BFB5 !important;
}

/* Free shipping icon */
.cc-fs-icon {
  color: #111 !important;
}

/* Progress bar */
.cc-fs-meter {
  margin-top: 10px !important;
  height: 7px !important;
  background: #e7f2f0 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.cc-fs-meter-used,
.cc-fs-meter .cc-bar-active {
  background: #85BFB5 !important;
}

/* Product card */
.cc-cart-product-list {
  background: #fff !important;
  border-radius: 20px !important;
  margin: 12px 16px !important;
  padding: 16px !important;
  border: 1px solid #eaeaea !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

/* Product row */
.cc-cart-product {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
}

/* Product image */
.cc-product-thumb {
  width: 90px !important;
  height: 90px !important;
  flex: 0 0 90px !important;
  border-radius: 16px !important;
  background: #eef7f5 !important;
  overflow: hidden !important;
}

.cc-product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* Content */
.cc_item_content {
  flex: 1 !important;
}

.cc-item-content-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

/* Product title */
.cc_item_title a {
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #111 !important;
  text-decoration: none !important;
}

/* Quantity counter */
.cc_item_quantity_wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 96px !important;
  max-width: 110px !important;
  height: 36px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 999px !important;
  background: #fff !important;
  overflow: hidden !important;
  margin-top: 10px !important;
}

.cc_item_quantity_update {
  width: 34px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111 !important;
  background: transparent !important;
  cursor: pointer !important;
}

.cc_item_quantity_update:hover {
  color: #85BFB5 !important;
}

.cc_item_quantity {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  height: 36px !important;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Prices */
.cc_item_total_price {
  text-align: right !important;
  min-width: 90px !important;
}

.cc_item_total_price .amount {
  font-weight: 800 !important;
  font-size: 17px !important;
  color: #111 !important;
}

.cc_item_total_price del .amount {
  color: #999 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.cc_saved_amount {
  color: #85BFB5 !important;
  font-size: 12px !important;
  margin-top: 4px !important;
}

/* Remove icon */
.cc-remove-item {
  color: #999 !important;
  width: 18px !important;
  height: 18px !important;
  margin-top: 8px !important;
}

.cc-remove-item:hover {
  color: #111 !important;
}

/* Coupon */
.cc-coupon {
  background: #fff !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  padding: 16px 20px !important;
}

.cc-coupon-title {
  font-weight: 700 !important;
  color: #111 !important;
  text-decoration: none !important;
}

/* Bottom area */
.cc-cart-actions {
  background: #fff !important;
  padding: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

/* Subtotal */
.cc-total-box {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.cc-total-text {
  font-weight: 700 !important;
  color: #111 !important;
}

.cc-subtotal-subtext {
  display: none !important;
}

.cc-total-amount .amount {
  font-weight: 800 !important;
  font-size: 18px !important;
  color: #111 !important;
}

/* Checkout button */
.cc-button-primary {
  background: #000 !important;
  color: #fff !important;
  border-radius: 999px !important;
  height: 56px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border: none !important;
  margin-top: 14px !important;
}

.cc-button-primary:hover {
  background: #111 !important;
  color: #fff !important;
}

/* Remove lock icon */
.cc-button-primary .cc-icon-lock {
  display: none !important;
}

/* Arrow icon */
.cc-button-primary .cc-icon-arrow-right {
  color: #fff !important;
}

/*  */
#shipping_offer p.elementor-icon-box-title{
    font-size:18px;
}
#main .cat_title h2{
    margin-bottom:20px;
    margin-top:40px;
}

#faq_revamp .e-n-accordion-item-title{
	padding-left:10px !important;
	padding-right:10px !important;
}
.woocommerce .products.align-buttons-bottom li.product .entry-content-wrap .star-rating~.price span{
    margin-left: 0px !important;
}
div#shipping_offer{
    padding-top:30px;
    padding-bottom: 30px
}
#shipping_offer .elementor-icon-box-wrapper{
    column-gap: 10px
}

#shipping_offer .elementor-icon-box-wrapper{
    column-gap: 10px
}

.revamp_offer_grids .custom-products-grid--prompt .custom-product-card{
background: linear-gradient(180deg, #89C5BA 0%, #151B31 100%);

}

#main .revamp_offer_grids h3 a{
    color:white;
    text-align: center;
    font-size:18px;
    font-family: "Prompt", Sans-serif;
    line-height: 23px;
    font-weight: 600;
}

#main .revamp_offer_grids .custom-product-reviews{
    order:2;
    text-align: center;
    color:white;
    justify-content: center;
}

#main .revamp_offer_grids .custom-product-image-link{
    order:1;
}

#main .revamp_offer_grids .custom-product-title{
    order:3;
}

#main .revamp_offer_grids .custom-reviews-count{
    color:white;
}

#main .revamp_offer_grids p.custom-product-excerpt.custom-product-excerpt--desktop{
    order:4;
    color:white;
    text-align: center;
}

#main .revamp_offer_grids .custom-product-pricing{
    order:5;
    color:white;
    justify-content: center;
}

#main .revamp_offer_grids .custom-shop-now-button{
    order:6;
    color:#DB8878;
    background:white;
    border-radius: 50px;
    padding-top:8px;
    padding-bottom: 8px;    
    font-family: "Karla", Sans-serif !important;
    font-weight: 700 !important;
}

#main .revamp_offer_grids .custom-product-pricing span{ 
    color:white;
}

#main .revamp_offer_grids .custom-product-image{
    border-radius:5px;
}

#main .revamp_offer_grids .custom-products-grid--prompt{
    gap:10px
}

#main .revamp_offer_grids .custom-products-grid--prompt .custom-product-image{
    height: 300px
}

#bg_gradient_new{
    background: linear-gradient(180deg, #151B31 0%, #89C5BA 100%);
color:white;
    border-radius: 15px;
    padding:50px 60px;
}
#bg_gradient_new h2{
    color:white;
    margin-bottom: 0
}

#bg_gradient_new div[data-widget_type="text-editor.default"] p{
    color:white;
}

.range_btm_grids>div[data-e-type="container"]{
    background:white;
    border-radius:10px;
    color:black;
    padding:20px !important;
}

#main .range_btm_grids>div[data-e-type="container"] p{
    color:black;
}

#main .range_btm_grids h4{
    text-transform: uppercase;
    margin-top:10px;
}

#main #bg_gradient_new{
gap:0 !important;

}

.range_btm_grids{
    column-gap:10px;
    margin-bottom:10px !important;
    padding-bottom: 0;
}

#bg_gradient_new{
    padding-bottom:60px;
    margin-top:30px;
}

/* WRAPPER */
#reviews .reviews-wrapper {
  padding: 20px 20px;
  overflow: hidden;
}

/* TITLE */
#reviews .reviews-title {
  text-align: center;
  font-size: 45px;
  margin-bottom: 40px;
}

#reviews .reviews-slider {
  margin: 0 -10px;
}

#reviews .review-slide {
  padding: 0 10px;
}

/* CARD */
#reviews .review-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* STARS */
#reviews .stars {
  font-size: 18px;
  margin-bottom: 10px;
}

#reviews .review-card h4 {
  margin-top: 20px;
}

#reviews .review-card small {
  color: #777;
}

/* FIX SLICK HEIGHT */
#reviews .slick-track {
  display: flex !important;
}

#reviews .slick-slide {
  height: inherit !important;
}

/* FIX CONTAINER CLIPPING */
#reviews .reviews-wrapper {
  overflow: visible !important;
}

/* ARROWS BASE */
#reviews .slick-prev,
#reviews .slick-next {
  width: 35px;
  height: 35px;
  background: #DB8878;
  border-radius: 50%;
  z-index: 10;
}

/* CENTER VERTICALLY */
#reviews .slick-prev,
#reviews .slick-next {
  top: 50%;
  transform: translateY(-50%);
}

/* POSITION */
#reviews .slick-prev {
  left: -10px;
}

#reviews .slick-next {
  right: -10px;
}

/* REMOVE DEFAULT ICON */
#reviews .slick-prev:before,
#reviews .slick-next:before {
  content: '';
}

/* CHEVRON ICON */
#reviews .slick-prev::after,
#reviews .slick-next::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;
}

/* LEFT ARROW */
#reviews .slick-prev::after {
  transform: rotate(-135deg);
}

/* RIGHT ARROW */
#reviews .slick-next::after {
  transform: rotate(45deg);
}

/* BUTTON FIX */
#reviews .reviews-slider button {
  display: flex;
}

#reviews .reviews-slider button:hover {
  background: black;
}

#reviews .reviews-slider .stars {
  color: #db8878;
}

#reviews .reviews-slider h4 {
  margin-bottom: 0;
}

#reviews .reviews-wrapper{
    background: transparent !important;
}
#reviews .review-card{
border:1px solid #f7f2f2;
box-shadow: none;}

#reviews .reviews-wrapper{
    padding-top:30px !important;
    padding-bottom: 20px !important
}
#reviews .review-card{
	justify-content:flex-start;
}

#reviews .reviews-wrapper{
    background: transparent !important;
}
#reviews .review-card{
border:1px solid #f7f2f2;
box-shadow: none;}

#reviews .reviews-wrapper{
    padding-top:30px !important;
    padding-bottom: 20px !important
}

#faq_revamp details *{
    border:0;
    color:white;
    fill:white;
}

#faq_revamp details{
    background:#89C5BA;
    margin-bottom: 10px;
    border-radius:50px;
    padding-left:10px;
    padding-right: 10px;
    
}


#faq_revamp .e-n-accordion-item-title{font-size:16px;
font-weight: bold;
padding:20px 15px;
}
#faq_revamp details[open]>div[role="region"]{
    padding-left: 8px;
    font-size:15px;
}
#faq_revamp details[open] *,#faq_revamp details[open] summary+div[role="region"]{
    padding-bottom: 0 !important;
    padding-top: 0;
}

#faq_revamp details[open]{
    padding:10px;
}


#faq_revamp details[open]{
    border-radius: 230px
}


#faq_revamp h2{
    margin-bottom: 10px;

}

#faq_revamp{
    padding-top:0px;
}
#reviews .review-card *{
    color:black;
}

#main .revamp_offer_grids .custom-products-grid--prompt .custom-discount-badge{
    display: block;
    background:#E18879;
    font-size:13px;
    padding:4px 5px;
    border-radius:2px;
    font-weight:500;
	line-height:1;
}

#main .revamp_offer_grids .custom-products-grid--prompt .custom-original-price{
    font-size:16px;
    font-weight: 500;
    color:#CFCFCF
}

#main .revamp_offer_grids .custom-product-pricing span{
    font-weight:500;
}

#main .revamp_offer_grids h3 a{
    text-transform: uppercase;
}

#faq_revamp details svg{
    background:white;
    width:20px;
    height: 20px;
    padding:4px;
    border-radius: 50px

}
#faq_revamp details svg path{
        fill:#89C5BA !important
}

#reviews .slick-prev, #reviews .slick-next {
    background: #86c0b6;
}

div#shipping_offer {
    margin-top: 30px;
}


#faq_revamp,#reviews {
    padding-top: 40px !important;
}
#reviews h2{
	font-weight:600;
}
#faq_revamp h2{
    margin-bottom: 30px !important;
	font-weight:600;
}

footer #block-7{
    margin:0;
}

#faq_revamp{
    margin-bottom: 50px;
}
@media (max-width: 768px) {

  .woocommerce ul.products li.product .button {
    padding: 10px 14px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    min-height: auto !important;
  }

  .woocommerce ul.products li.product {
    text-align: center;
  }

}
/*  */

.tier-pricing {
  border: 2px solid #2f7c86;
  border-radius: 4px;
  overflow: hidden;
  margin: 20px 0;
  background: #fff;
}

.tier-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}

.tier-row:last-child {
  border-bottom: none;
}

.tier-row.header {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  background: #f9f9f9;
}

.tier-row div:nth-child(2) {
  font-weight: 700;
  color: #1f4f7a;
}

.tier-row div:nth-child(3) {
  text-align: right;
  color: #666;
}

/* Cart version */
.tier-pricing.small {
  border: none;
  font-size: 13px;
  margin: 10px 0;
}
/*  */
.top-announcement-bar {
  width: 100% !important;
  background: #e53935 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 99999 !important;
}

.top-announcement-bar__inner {
  max-width: 100% !important;
  width: 100% !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  padding: 10px 16px !important;
  box-sizing: border-box !important;
}

.top-announcement-bar,
.top-announcement-bar__inner,
.top-announcement-bar__inner * {
  color: #fff !important;
}

@media (min-width: 992px) {
  .top-announcement-bar {
    display: block !important;
    width: 100% !important;
  }

  .top-announcement-bar__inner {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
}

/* Mini Cart Drawer bar color */
.cc-fs-meter-used {
  
    background-color: #DB8878 !important;
}
.cc-icon-lock path,
.cc-icon-arrow-right line,
.cc-icon-arrow-right polyline{
	color: #fff !important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a{
	font-size:16px !important;
}
	.boxes br{
		display:none !important;
	}
	.faq_grids p{
    line-height: 1.2
}
	.primary-menu-container.header-menu-container>#primary-menu{
    justify-content: flex-start !important;
}

ul#primary-menu {
    justify-content: flex-start;
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background:#DB8878 !important;
}

.single-product-discount-info{
    border-radius: 10px !important;
}
.page-id-4224  .kt-accordion-panel  br{
    display: none;
}
.reviews-wrapper{
    background:#f8f8f8;
    padding:40px;
    border-radius: 10px;
	padding-top:60px !important;
	padding-bottom:80px !important
}
.single-product .summary .price{
align-items:center !important;
    display: flex;
}
.post-type-archive .product-details.content-bg.entry-content-wrap .price span{
    font-size:13px !important;
}

.single-product-discount-info{
    display: none
}
.single-product .summary .price del{
    margin-right: 5px;
}
/* Home page only: remove the block theme "global padding" */
body.home{
  --wp--style--root--padding-left: 0px !important;
  --wp--style--root--padding-right: 0px !important;
}

/* Some themes apply padding via this class */
body.home .has-global-padding{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Some themes constrain content with these */
body.home .is-layout-constrained{
  max-width: none !important;
}
/* Force header to be normal (not overlay) on home */
body.home #masthead,
body.home .site-header,
body.home .kadence-header-wrap,
body.home .kadence-header-container {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  background: #fff !important;
  z-index: auto !important;
}

/* Make sure page content doesn't tuck under the header */
body.home .site-container,
body.home .content-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Home: stop horizontal overflow + center product grid on mobile */
@media (max-width: 767px) {

  /* Prevent any sideways scrolling */
  html, body {
    overflow-x: hidden !important;
  }

  /* The product collection wrapper */
  body.home .wp-block-woocommerce-product-collection {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  /* The UL grid Woo outputs */
  body.home .wp-block-woocommerce-product-collection ul,
  body.home .wp-block-woocommerce-product-collection .wc-block-grid__products,
  body.home .wp-block-woocommerce-product-collection .products {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* Each product card */
  body.home .wp-block-woocommerce-product-collection li,
  body.home .wp-block-woocommerce-product-collection li.product {
    max-width: 100% !important;
  }

  /* Common culprit in themes: negative margins on block layouts */
  body.home .is-layout-flex,
  body.home .is-layout-flow,
  body.home .wp-site-blocks {
    overflow-x: clip !important;
  }

/* CART + CHECKOUT: fix horizontal shift WITHOUT affecting header/footer */
body.woocommerce-cart main.site-main,
body.woocommerce-checkout main.site-main {
  overflow-x: hidden !important;
}

/* Keep only the Woo content centered and inside viewport */
body.woocommerce-cart main.site-main .woocommerce,
body.woocommerce-checkout main.site-main .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* Prevent any cart/checkout block child from exceeding viewport */
body.woocommerce-cart main.site-main .woocommerce *,
body.woocommerce-checkout main.site-main .woocommerce * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Woo Blocks (if you're using the block-based cart/checkout) */
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-cart .wp-block-woocommerce-cart__content,
body.woocommerce-checkout .wp-block-woocommerce-checkout__content {
  width: 100% !important;
  max-width: 100% !important;
}

/*  */

#search-drawer input.custom-search-field {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0 68px 0 20px;
    background: #fff;
    color: #111;
    border: 1px solid #cfd6e4;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    outline: none;
    font-size: 18px;
}
	
	
	
	/* offer page css */
	
	.page-id-4224 #primary{
    margin-top:0;
}

.custom-products-grid--prompt .custom-discount-badge{
    display: block !important;
        display: block !important;
    font-size: 13px;
    background: #db8878;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.page-id-4224 .content-container.site-container{
    max-width: 1440px;

}
.page-id-4224 .content-container.site-container img{
        border-radius: 10px;
    overflow: hidden;
}

.faq_grids{
    padding-top:40px;
}

.image_right .kt-row-column-wrap.kt-has-2-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top{
    padding-left: 0;
    padding-right: 0
}

.faq_grids .kt-blocks-accordion-header {
    background:transparent !important;
}

.faq_grids .kt-row-column-wrap.kb-theme-content-width{
    max-width: 1440px !important;
}

.faq_grids .kt-accordion-inner-wrap.kt-accordion-initialized{
    row-gap:0;
}

.faq_grids button{
    padding-top:20px !important;
    padding-bottom: 20px !important;
    
}
.page-id-4224 .custom-products-grid--prompt .custom-product-excerpt{
    display: none;
}

.boxes .kt-inside-inner-col{
        background: #DB8878;
    color: #fff;
    border-radius: 6px;
    padding: 22px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
        height: 100%;
}

.boxes h4.wp-block-heading.has-medium-font-size {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 600;
    color: white;
}

.boxes p{
        font-size: 16px !important;
    line-height: 1.2
}

.boxes .kt-row-column-wrap.kt-has-5-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top{
    column-gap: 10px
}

.cr-reviews__card {
    margin: 24px auto;
    background: #f4f4f4;
    border-radius: 14px;
    padding: 60px 44px;
}



.faq_grids .kt-accordion-inner-wrap.kt-accordion-initialized{
    row-gap:10px;
}

.faq_grids .kt-blocks-accordion-icon-trigger:before,.faq_grids .kt-blocks-accordion-icon-trigger:after{
background:white !important;    
}

.faq_grids .kt-accordion-pane{
 border: none;
    background: #DB8878;
    color: #fff;
    border-radius: 10px;
    padding: 18px 24px;
    align-items: center;
    cursor: pointer;    
}

#primary .faq_grids .kt-accordion-pane button{
       background: transparent;
    border: 0 !important; 
    color: white !important;
    padding:0 !important;

}


.kt-accordion-panel.kt-accordion-panel-active .kt-accordion-panel-inner{
    padding-top:5px;
    color:white;
}


#primary .faq_grids .kt-accordion-pane button strong{
    font-weight: 600
}

#primary .image_right h2{
    text-align: left !important;
    line-height: 1 !important
}

#primary .image_right p{
    margin-bottom: 0;
}

#primary .image_right ul{
    padding-top:20px;
padding-left: 12px;
    margin-bottom: 20px
}

#primary .image_right a.wp-element-button:hover{
    background:#ef8f80;
    color:white;
}

.image_right .wp-block-kadence-column{
    align-self: flex-start;
}

.image_right p{
    font-weight: 400 !important;
    font-family: 'Karla', sans-serif !important;
    line-height: 1.2 !important
}

.boxes .kt-inside-inner-col{
    align-items: flex-start !important;
       justify-content: flex-start !important;
}

.boxes h4.wp-block-heading.has-medium-font-size {
    font-size: 20px !important;
    text-align: center;
    width: 100%;
}

.image_right .kt-row-column-wrap.kt-has-2-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top{
    background:#f8f8f8;
    padding:60px;
    border-radius: 10px;
}

.header-cart-wrap .header-cart-button .header-cart-total {
    margin-top: -25px;
}

@media only screen and (max-width:1300px) and (min-width:769px){
    .header-navigation .menu {
        justify-content: flex-start;}

    .main-navigation .primary-menu-container > ul li.menu-item > a{
        padding-left:5px !important;
        padding-right:5px;
        font-size:15px !important
    }
}
	
	@media only screen and (max-width:1024px) and (min-width:500px){
		
		div#comp_grids {
    flex-wrap: wrap;
    padding-top:40px
}

div#comp_grids div[data-e-type="container"]:nth-child(2){
    padding-top:40px;
    padding-bottom: 40px
}

div#comp_grids *{
    text-align: center;
}
		#bg_gradient_new{
    padding-left: 0;
    padding-right: 0;
}

.elementor-4799 .elementor-element.elementor-element-4ff5602{
    flex-wrap: wrap;
    padding-bottom: 40px
}

.elementor-element.elementor-element-2619f1b.e-con-full.e-flex.e-con.e-child{
    padding-top:30px;
}

.range_btm_grids{
    margin-bottom: 10px
}

#reviews .reviews-title,#faq_revamp h2{
    margin-bottom: 20px;
    margin-top:30px
}


	}
@media only screen and (max-width:1024px){
	    .page-id-4799 a.brand img {
        max-width: 118px !important;
    }
    .boxes .kt-row-column-wrap.kt-has-5-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top {
    column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
}
    .page-id-4224 h2{
        font-size:40px;
    }
    .custom-products-grid--prompt .custom-product-title-link{
        margin-top:5px !important;
    }
    
    .custom-products-grid--prompt{
        gap:10px
    }
    .faq_grids{
        padding-top:20px;
    }
    
    .image_right .kt-row-column-wrap.kt-has-2-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top{
        padding:40px 20px !important;
    }
    .image_right .kt-row-column-wrap {
display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;}
    
    .kb-row-layout-id4224_f54e76-60 > .kt-row-column-wrap{
        display: none
    }
    #primary{
        margin-bottom: 0 !important
    }
    
    .site-footer-top-section-1.site-footer-section.footer-section-inner-items-1 .footer-widget-area-inner.site-info-inner img {
max-width: 30%;
    }
    
    .footer-widget-area .widget{
      margin-bottom: 0 !important;  
    }
    .footer-widget-area .widget p{
        margin-top:0;
        color:black;
        
    }
    .site-top-footer-inner-wrap.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-equal.site-footer-row-tablet-column-layout-default.site-footer-row-mobile-column-layout-row.ft-ro-dir-row.ft-ro-collapse-normal.ft-ro-t-dir-default.ft-ro-m-dir-default.ft-ro-lstyle-plain{
        padding-bottom: 0;
        padding-top:40px
    }
    
    .footer-html p:first-child{
        color:black;
    }
}

@media only screen and (max-width:800px){
	
	
	
#primary .custom-products-grid--prompt
 {
     grid-template-columns: repeat(2, 1fr) !important;
    }
    .boxes .kt-row-column-wrap.kt-has-5-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top{
        padding-top:0;
        padding-bottom: 0;
    }
    .cr-reviews__card{
        padding-left:20px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-top: 40px
    }
    .kb-row-layout-id4224_9b6756-ca > .kt-row-column-wrap{
        padding-top:0
    }
    .faq_grids p{
        color:white !important
    }
}

@media only screen and (max-width:500px){
	.page-id-4224 .site-container{
padding-left:10px;
    padding-right: 10px
}

.page-id-4224 .header-cart-button .header-cart-total{
    bottom:10px !important;
    position: relative;
}
    .image_right .kt-row-column-wrap.kt-has-2-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top{
        padding:20px !important
    }
    .faq_grids button{
line-height: 1;
        font-size:16px
    }
    .faq_grids .kt-blocks-accordion-icon-trigger{
        min-width:23px !important
    }
    
        .page-id-4224 h2 {
        font-size: 30px;
    }
    .custom-products-grid--prompt .custom-product-card{
        padding:10px;
        row-gap:2px !important;
    }
    .custom-products-grid--prompt .custom-product-pricing {
    column-gap: 5px !important;
}
	
	.custom-products-grid--prompt .custom-discount-badge{
		font-size:10px !important;
	}
	
	    .custom-products-grid--prompt .custom-product-card {
        padding: 10px !important;
        gap: 5px !important;
        border-radius: 10px;
    }
	
	.boxes .kt-inside-inner-col{
		padding:20px 10px 30px !important;
	}
	
	.boxes p{
		line-height:1.2;
		font-size:14px !important;
	}
	
	
.boxes .kt-row-column-wrap{
    display: flex;
    flex-wrap: wrap;
    column-gap:5px !important;
}

.boxes .kt-row-column-wrap .wp-block-kadence-column {
    width:49%;
    min-width: 49%;
}
.boxes .kt-row-column-wrap div:last-child{
    width:100% !important;
}
	.kb-row-layout-id4224_3dd5c8-2b > .kt-row-column-wrap {
    padding-bottom: 20px;
}
	
	.reviews-wrapper {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 10px;
    padding-top:20px !important;
    padding-bottom:20px !important;
    margin-bottom: 20px;
}
	
	.review-card {
    justify-content: center !important;
 }
.review-card h4{
    margin-bottom: 0;
	margin-top: 5px !important;
}
	
	.wp-block-kadence-advancedheading.kt-adv-heading4224_50d8e8-0e, .wp-block-kadence-advancedheading.kt-adv-heading4224_50d8e8-0e[data-kb-block="kb-adv-heading4224_50d8e8-0e"]{
		font-size:26px !important;
	}
	
	        .boxes .kt-inside-inner-col {
            padding: 10px !important;
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }
	.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 20px !important;
}
	.single  #primary {
            margin-bottom: 0 !important;
            margin-top: 26px !important;
        }
	
	.faq_grids .kt-row-column-wrap.kb-theme-content-width{
		padding-bottom:0 !important
	}
	.kb-row-layout-id4224_58dfe3-2a > .kt-row-column-wrap{
		padding-bottom:0 !important;
	}
}
	
	@media only screen and (max-width:400px){
.custom-product-pricing span {
     font-size:12px !important;}
	
	    .faq_grids .kt-row-column-wrap.kb-theme-content-width {
        max-width: 1440px !important;
        padding-left: 10px;
        padding-right: 10px;
				padding-bottom:0 !important
    }
		
		section.reviews-wrapper{
			margin-bottom:0 !important
		}
	}
	
	
		@media only screen and (min-width:1300px){
		.custom-products-grid--prompt .custom-product-image{
    padding-top:20px;
    padding-bottom: 20px;
    margin-bottom: 10px !important;
    min-height: 250px
}
	}
	
.popup-drawer .drawer-header .drawer-toggle {
  background: #ef8f80 !important;
}

.single-product .woocommerce-product-details__short-description a.button[href*=".pdf"] {
  display: inline-block !important;
  padding: 12px 22px !important;
  background: #e58f7a !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
}

.single-product .woocommerce-product-details__short-description a.button[href*=".pdf"]:hover {
  background: #d97d68 !important;
}
.product-sub-title-inner {
    color: #fff;
    font-size: 13px;
    margin: 4px 0 0;
}

	
	
	
