/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#headerbtns{
    width:auto;
}
[type="button"], [type="submit"], button{
    border:none;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto; 
  --bodyfield: 40px;
}
@media(max-width:1024px){
    body {
     --bodyfield: 24px;
    }
}
@media (max-width: 767px) {
    body {
     --bodyfield: 14px;
    }
}
body.woocommerce-checkout,
body.woocommerce{
    background:#fff;
}
#mainmenu {
	background: #FFFFFF1A;
	border-radius: 87px;
}
#mainmenu .jet-nav--horizontal{
    gap:clamp(0.9375rem, -56.1176rem + 61.7647vw, 2.25rem);
}
.yelbtn .elementor-button-link:active{
    background:#BDEC02!important;
    text-decoration:none;
} 
.whitebtn .elementor-button-link:hover:not(:active),
.yelbtn .elementor-button-link:hover:not(:active){
    text-decoration:underline;
} 
.whitebtn .elementor-button-link,
.yelbtn .elementor-button-link {
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}
.whitebtn  .elementor-button-text {
	display: inline-block;
	white-space: nowrap;
} 
.descriptiontab{
    max-width:920px;
} 
.yelbtn .elementor-button-link.clicked {
  text-decoration: none;
}
.single-product .variation-buttons {
	display: flex;
	gap: 10px;
}
.single-product  .woocommerce-product-rating{
    align-items: center;  
}
.single-product .variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product .variation-link {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #D5D6D7;
  border-radius: 100px;
  padding: 6px 24px;
  margin: 5px;
  transition: all 0.2s ease;
  cursor: pointer;
    color: #000;
    font-family: Inter;
    font-weight: 400; 
    font-size: 16px; 
    line-height: 100%;
    letter-spacing: 0%; 
}
.elementor-108 .elementor-element.elementor-element-b4b1489 .elementor-jet-single-add-to-cart .variations {
	max-width: 100%;
}
.single-product .variation-link.active {
  border-color: #58A3F0; 
}

.single-product .variation-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:12px;
}

.single-product .variation-content img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 0px;
}
.single-product  .reset_variations,
.single-product .single_variation_wrap .woocommerce-variation-price,
.single-product .jet-woo-builder-single-ajax-add-to-cart .quantity {
  display: none !important;
}
.single-product .jet-woo-builder-single-ajax-add-to-cart .single_add_to_cart_button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 42px;
    gap: 10px; 
    background: #58A3F0;
    border-radius: 87px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    
    color: #FFFFFF;
}
 
#singleprodgrid{
    grid-template-areas:
    "single_images singleprodgrid_title"
    "single_images singleprodgrid_add";
      grid-template-rows: auto 1fr;
      column-gap: 66px;
      row-gap: 44px;
      max-width:1512px;
      margin:0 auto;
}
.faq__container,
.proddescr__container,
.breadcrumbs__container{
      max-width: 1512px!important;
      margin-left:auto; 
      margin-right:auto;
}

#singleprodgrid #singlegallery{
    grid-area: single_images;
}
#singleprodgrid .singleprodgrid_title{
    grid-area: singleprodgrid_title;
}
#singleprodgrid .singleprodgrid_add{
    grid-area: singleprodgrid_add;
}
@media(max-width:1024px){
    #singleprodgrid {
    	grid-template-areas: "singleprodgrid_title" "single_images " "singleprodgrid_add";
    	grid-template-rows: auto 1fr auto;
    	column-gap: 66px;
    	row-gap: 44px;
    	grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
     #singleprodgrid { 
    	column-gap: 0px;
    	row-gap: 24px; 
    }
}
#singleprodgrid #singlegallery .swiper-slide-thumb-active .jet-woo-swiper-control-thumbs__item-image{
    border:2px solid #72BFFF;
    overflow: hidden;
    border-radius: 16px;
}
/*@media (max-width: 767px) {*/
/*    #singleprodgrid .jet-woo-product-gallery-slider .swiper-slide{*/
/*      height: 100% !important;*/
/*    }*/
/*    #singleprodgrid .jet-woo-product-gallery-slider.swiper-container-vertical {*/
/*        height: calc(83vw - 40px)!important;*/
/*    }*/
/*    #singleprodgrid .jet-woo-swiper-vertical .jet-gallery-swiper-thumb {*/
/*    	max-width: 17vw!important;*/
/*    }*/
/*    #singleprodgrid .jet-woo-swiper-gallery-thumbs.swiper-container-vertical {*/
/*    	height: calc(83vw - 40px)!important;*/
/*    }*/
/*    #singleprodgrid .swiper-container-vertical > .swiper-wrapper{*/
/*          height: 100% !important;*/
/*    }*/
/*    #singleprodgrid  .jet-woo-swiper-control-thumbs__item.swiper-slide {*/
/*    	max-width: 100%;*/
/*    	height: 17vw !important;*/
/*    }*/
/*}*/

.single_variation_wrap {
	display: grid;
	width: 100%;
	gap: 12px;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr;
}
 
.single_variation_wrap > .single_variation {
  display: none !important;
}
 
.single_variation_wrap .button {
  flex: 1;
  text-align: center; 
  transition: all 0.2s ease;
}
.buttonbluebordr,  
.quotebtnwrap .get-a-quote-btn { 
    padding-top: 18px;
    padding-right: 42px;
    padding-bottom: 18px;
    padding-left: 42px;
    gap: 10px; 
    border-radius: 87px;
    border-width: 1px;
    border: 1px solid var(--Blue-button, #58A3F0);
    display:flex;
    width:100%;
    font-family: Inter,sans-serif;
    font-weight: 600; 
    font-size: 14px; 
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color:var(--Blue-button, #58A3F0);
    text-align:center;
    justify-content:center;
    white-space:nowrap;
}
.product-type-simple .jet-woo-builder-single-ajax-add-to-cart {
	display: flex;
	display: grid;
	width: 100%;
	gap: 12px;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr;
}
.product-type-simple .jet-woo-builder-single-ajax-add-to-cart .quantity{
     display:none;
 }
 
.quotebtnwrap{
    display:block;
}
.single_variation_wrap .single_add_to_cart_button:hover {
 
}
 
.jet-woo-builder-single-ajax-add-to-cart .get-a-quote-btn:hover:not(:active),
.jet-woo-builder-single-ajax-add-to-cart .single_add_to_cart_button:hover:not(:active){
    text-decoration:underline;
} 
.jet-woo-builder-single-ajax-add-to-cart .single_add_to_cart_button:active{
    background: var(--Dark-blue, #4389D0)!important;

}
.jet-woo-builder-single-ajax-add-to-cart .get-a-quote-btn:active{
    color: #0656A8!important;
border: 1px solid #0656A8!important;
} 
.woocommerce div.product form.cart .variations label {
    color: #000000;
    margin-bottom:12px;
	font-family: Inter;
    font-weight: 600; 
    font-size: 18px; 
    line-height: 120%;
    letter-spacing: -2%;

}
.climtec-star {
        color: #ccc;
        transition: color 0.2s;
    }
    .climtec-star.active {
        color: #1C1C1C;
    }
    .climtec-star:hover {
        color: #1C1C1C;
    }
#jet-toggle-content-2584 .jet-listing-dynamic-repeater__items{
  	display: grid;
	grid-template-columns: 1fr;
	max-width: 830px;
	  gap: 24px 12px;  
}
#jet-tabs-content-1934 .jet-listing-dynamic-repeater__items {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	max-width: 830px;
	  gap: 24px 12px;
} 
#jet-toggle-content-2584 .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item,
#jet-tabs-content-1934 .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item{
    background: #F9F9F9; 
    gap: 7px;
    border-radius: 12px;
    padding-top: 6px;
    padding-right: 18px;
    padding-bottom: 6px;
    padding-left: 12px;
    display:flex;
}
#jet-toggle-content-2584 .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item a,
#jet-tabs-content-1934 .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item a {
	height: 34px;
	display: flex;
	padding-left: 53px;
	background: url('assets/img/pdf.png') no-repeat left center;
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -2%;
	justify-content: flex-start;
	align-items: center;
	color: var(--Color, #1C1C1C);
}
.climtec-review-date{
    font-family: Inter;
    font-weight: 600; 
    font-size: 16px; 
    line-height: 100%;
    letter-spacing: -2%; 
    color:#969697;
}
.climtec-review-author {
	display: flex;
	margin:0;
	justify-content: space-between;
}
.climtec-review{
    border-bottom:1px solid #D8D9D8;
    padding:32px 0 ; 
      display: flex;
  flex-direction: column;
  gap: 15px;
    margin-bottom:24px;
}
.product-star-rating .product-rating__icon {
	color: #D8D9D8;
}
.climtec-rating_sbb{ 
    font-weight: 400; 
    font-size: 12px; 
    line-height: 110%;
    letter-spacing: 0%; 
    color: #15151580;

}
.climtec-starswr{
    display:flex;
    gap:12px;
    align-items:center;
}
.product-star-rating .product-rating__icon:before{
    
	width:19px;
	height:19px;
}
.product-star-rating .product-rating__icon.active {
	color: #000;
}
.climtec-review-name{
    font-family: Inter;
    font-weight: 600; 
    font-size: 20px; 
    line-height: 100%;
    letter-spacing: -2%; 
    color: #000;
}
.climtec-review-text{
    font-family: Inter;
    font-weight: 400; 
    font-size: 16px; 
    line-height: 120%;
    letter-spacing: -2%;
    color:#494A4B;
}
.jet-popup__container-content textarea,
.jet-popup__container-content input {
	border: 1px solid #D5D6D7;
	border-radius: 30px;
	padding: 19px 24px;
	font-size: 16px;
	  outline: none;

}
.jet-popup__container-content button{
    width:100%;
    border: none; 
    font-size: 18px;
}
.climtec-rating label { 
	color: #15151580;
	display: block;
	margin-bottom: 12px;
}
[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
	background-color: #58A3F0;
	color: #fff;
	text-decoration: underline;
}
  
 

 
.jet-woo-products--preset-1 .jet-woo-products__item:hover{
    z-index:4;
} 
.jet-woo-products--preset-1 .jet-woo-products__item,.jet-woo-products--preset-1 .jet-woo-products__inner-box {
  overflow: visible !important;
}
 
.jet-woo-products--preset-1 .jet-woo-products__item {
  position: relative;
  overflow: visible;  
  z-index: 1;
  transition: transform 0.03s ease;

} 
.jet-woo-products--preset-1 .jet-woo-products__inner-box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: visible;  
  padding: 0px !important;
  transition: transform 0.03s ease;
  border-radius:20px;
  border:1px solid #DDE6FF;
  padding-bottom:38px;
}
.jet-woo-products--preset-1 .jet-woo-products__inner-box .jet-woo-product-thumbnail{
    padding:38px 66px 0 66px;
}
.jet-woo-products--preset-1 .jet-woo-products__inner-box:before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    height:100%;
    width:100%;
    background:#fff;
    z-index:1;border-radius:20px;
}
 
.jet-woo-products--preset-1 .jet-woo-products__item:hover .jet-woo-products__inner-box {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
  z-index: 10;
  border-color:transparent;
  border-radius:20px 20px 0px 0px!important;
} 
.jet-woo-products--preset-1 .product-extra-wrap {
  position: absolute;  
  left: 0;
  right: 0;
  top: 100%;  
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.35s ease;
  z-index: 0;
  background: #fff;
  border-radius: 0 0 20px 20px; 
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  gap:22px;
    padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 34px;
  padding-top: 0px;
} 
.product-extra-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
} 
.product-extra-info li {
  font-size: 14px;
  line-height: 1.4;
  color: #444;
  margin-bottom: 8px;
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.product-extra-info li strong{ 
    font-weight: 400; 
    font-size: 16px; 
    line-height: 100%;
    letter-spacing: -2%;
    color:#969697;
}
.product-extra-info li span{
    font-family: Inter;
    font-weight: 600; 
    font-size: 14px; 
    line-height: 100%;
    letter-spacing: -2%;
    color:#1C1C1C;
    text-align:right;
      white-space: nowrap;
}
.jet-woo-products--preset-1 .jet-woo-product-thumbnail,.jet-woo-products--preset-1 .jet-woo-product-title,
.jet-woo-products--preset-1 .jet-woo-product-price{
    z-index:2;
} 
.jet-woo-products--preset-1 .jet-woo-products__item:hover .product-extra-wrap {
  opacity: 1;
  max-height: 500px;  
  pointer-events: auto;
  order:2;
}
 
.jet-woo-products--preset-1 .jet-woo-products__item {
  overflow: visible !important;
}
 
.jet-woo-products--preset-1 .jet-woo-products__item:hover .jet-woo-products__inner-box,
.jet-woo-products--preset-1 .jet-woo-products__item:hover .product-extra-wrap  {
  box-shadow: 0px 40px 90px rgba(0,0,0,0.1);  
}
.button_bl{ 
    border-radius: 87px;
    padding-top: 18px;
    padding-right: 42px;
    padding-bottom: 18px;
    padding-left: 42px;
    background:  #58A3F0;
    font-family: Inter;
    font-weight: 600; 
    font-size: 14px; 
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
}
.button_white{ 
    border-radius: 87px;
    border-width: 1px;
    padding-top: 18px;
    padding-right: 42px;
    padding-bottom: 18px;
    padding-left: 42px;
    border: 1px solid #58A3F0;
    font-family: Inter;
    font-weight: 600; 
    font-size: 14px; 
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #58A3F0; 
}
.product-extra-btn {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.button_bl:hover{
    color:#fff;
}
.button_white:hover{
    color:#58A3F0;
}
.button_bl:not(:active):hover,.button_white:not(:active):hover{
    text-decoration:underline;
}
.button_white:active{
    border-color:#0656A8;
    color:#0656A8;
}
.button_bl:active{
    background: #4389D0; 
}
.jet-woo-products .jet-woo-product-thumbnail > a{
    display: block;
    aspect-ratio: 1 / 1; 
}
.jet-woo-products .jet-woo-product-thumbnail img {
	width: 100%;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
.jet-woo-products .jet-woo-product-title {
 
 
}
.shopfaq .jet-accordion__item {
  counter-increment: accordion-counter;
  position: relative;
}

.shopfaq .jet-accordion {
  counter-reset: accordion-counter;
}

.shopfaq .jet-accordion__item .jet-toggle__control .jet-toggle__label-text::before {
  content: counter(accordion-counter, decimal-leading-zero);
  position: relative;
  left: 0;
  top: 0;
  min-width: 134px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
    display: flex;
}
.shopfaq .jet-accordion__item .jet-toggle__control .jet-toggle__label-text{
   display: flex; 
}
@media(max-width:1024px){
    .shopfaq .jet-accordion__item .jet-toggle__control .jet-toggle__label-text::before {
        min-width: 100px;
        font-size: 22px;
    }
}
@media(max-width:767px){
    .single_variation_wrap {
	display: grid;
	width: 100%;
	gap: 12px;
	justify-content: space-between;
	grid-template-columns: 1fr!important;
}
    .shopfaq .jet-accordion__item .jet-toggle__control .jet-toggle__label-text::before {
        min-width: 52px;
        font-size: 22px;
    }
    .jet-woo-products--preset-1 .jet-woo-products__inner-box .jet-woo-product-thumbnail {
    	padding: 24px 14px 0 14px;
    }
    .product-type-simple .jet-woo-builder-single-ajax-add-to-cart{
          grid-template-columns: 1fr;
    }
    .jet-woo-products--preset-1 .product-extra-wrap{
          gap: 12px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
    }
    .jet-woo-products--preset-1 .button_bl{
         padding: 9px 10px;  font-size: 12px; 
    }
    .jet-woo-products--preset-1 .button_white{
         padding: 9px 10px;  font-size: 12px; 
    }
}
.jet-range__inputs__group input::-webkit-inner-spin-button,
.jet-range__inputs__group input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

 .jet-range__inputs__group input[type="number"] {
  -moz-appearance: textfield;
}
#pricerangefilter{
    position:relative;
}
#pricerangefilter .jet-range {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
}
#pricerangefilter .jet-range .jet-range__inputs {
	padding-right: 80px;
}
#pricerangefilter  .apply-filters {
	width: 66px;
	position: absolute;
	top: 0;
	right: 0;
	height: 55px;
}
#pricerangefilter  .apply-filters .apply-filters__button{
    margin:0!important;
      padding: 0;
  height: 100%;
  width: 100%;
}
#pricerangefilter .jet-range__inputs__container{
    gap:44px;
    position:relative;
}
#pricerangefilter  .jet-range__inputs__container::before {
	content: "";
	height: 4px;
	width: 14px;
	background: #969697;
	position: absolute;
	left: 50%;
	display: block;
	top: 50%;
	margin-left: -7px;
	margin-top: -2px;
}
#pricerangefilter .jet-range__inputs__group {
	height: 55px;
	border: 1px solid #D8D9D8;
	margin: 0;
	border-radius: 4px;
}
.mini-cart-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mini-cart-item {
	display: grid;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 18px 0;
	grid-template-columns: 140px auto;
	column-gap: 56px;
}
.mini-cart-item .thumb img {
	width: 130px;
	height: 130px;
	object-fit: contain;
	border-radius: 4px;
}
.mini-cart-item .details {
    flex: 1;
  margin-left: 0;
  display: grid;
  grid-template-columns: auto 250px;
  justify-content: space-between;
}
.mini-cart-item .price-row {
	display: grid;
	grid-template-columns: auto 180px;
	row-gap:25px;
}
.name-row .name{
    font-family: Inter;
    font-weight: 600; 
    font-size: 26px; 
    line-height: 130%;
    letter-spacing: -3%;
    color: #1C1C1C;

}
.name-row .variation{
    padding:8px 18px;
    font-family: Inter;
    font-weight: 400; 
    font-size: 16px; 
    line-height: 100%;  
    border-radius: 100px; 
    border: 1px solid  #D5D6D7;
    display: inline-flex;
  margin-top: 12px;
}
.mini-cart-item .name-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.mini-cart-item a.remove{
    order: 1;
      height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

}
a.buttonbl{
    background:  #58A3F0; 
    height: 53px; 
    border-radius: 87px;
    padding-top: 18px;
    padding-right: 42px;
    padding-bottom: 18px;
    padding-left: 42px;
    font-family: Inter;
    font-weight: 600; 
    font-size: 14px; 
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    min-width:50%;
}
.buttonbl:hover:not(:active){
    text-decoration:underline;
}
.mini-cart-item a.remove:hover{
    background:transparent;
}
.mini-cart-item  .price {
	grid-column: span 2;
	font-family: Inter;
    font-weight: 600; 
    font-size: 32px; 
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
}
.mini-cart-item .qty-controls {
     order: 2;
}
.qty-controls {
	display: flex;
	align-items: center;
	gap: 5px;
	width: 180px;
	border-radius: 12px;
	background: #F4F4F4;
	  padding: 0 15px;
  justify-content: space-between;
}
.qty-controls button {
	width: 20px;
	height: 20px;
	border: none;
	background: #e6e6e6;
	border-radius: 4px;
	cursor: pointer;
	padding: 0;
	color: #1C1C1C;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	background: transparent;
}
.mini-cart-totalitems{
    margin-left:auto;
    font-family: Inter;
    font-weight: 400; 
    font-size: 18px;    
    line-height: 140%;
    letter-spacing: -2%;
    max-width:120px;
}
.mini-cart-total{
    font-family: Inter;
font-weight: 600; 
font-size: 48px; 
line-height: 120%;
letter-spacing: -5%;
text-transform: uppercase;
color: #1C1C1C;
    margin-left:40px;
}

.qty-controls input.qty {
	width: 80px;
	text-align: center;
	padding: 14px 0;
	border-radius: 0;
	border: none;
	font-size: 18px;
	font-weight: 600;
	color: #1C1C1C;
	letter-spacing: -5%;
	  background: transparent;
}
.qty-controls input.qty::-webkit-outer-spin-button,
.qty-controls input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-controls input.qty[type=number] {
    -moz-appearance: textfield; /* для Firefox */
}
.mini-cart-footer {
	margin-top: 50px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.button.checkout {
    display: inline-block;
    background: #4a90e2;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
}
.button_bl.added{
    background:#4389D0;
}
.add_to_cart_button.loading::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.order-summary__info {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.order-summary__item{
    display:grid;
    grid-template-columns:94px auto;
    gap:18px;
    list-style:none;
    border-bottom: 1px solid var(--grey, #D5D6D7);
    margin:24px 0;
    padding-bottom:26px;
}
.order-summary__qty{
    margin-top:auto;
    font-family: Inter;
    font-weight: 400; 
    font-size: 16px; 
    line-height: 128%;
    letter-spacing: 0%;
    vertical-align: middle; 
}
.order-summary__price{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px; 
    line-height: 128%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle; 
margin-top:auto;
}
.order-summary__name{
    font-family: Inter;
      grid-column: 2 span;
    font-weight: 600; 
    font-size: 18px; 
    line-height: 128%;
    letter-spacing: 0%;  
}
.order-summary__list{
    padding:0;
}
.order-summary__thumb{
    height:94px;
    width:94px;
    border: 1px solid var(--grey, #D5D6D7);
    border-radius: 7px;
    background:#fff;
}
.order-summary__thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
}
#wpcf7-f2206-o2 .form-row {
	width: 100%;
	display: block;
}
#wpcf7-f2206-o2 .wpcf7-form input[type="email"]::placeholder {
	color: #15151580;
}
@media(max-width:767px){
    .mini-cart-item{
          grid-template-columns: 88px auto;
          column-gap: 18px;
    }
    .mini-cart-item .price-row {
    	display: grid;
    	grid-template-columns: 1fr 1fr;
    	row-gap: 25px;
    }
   .mini-cart-item .thumb {
    	width: 88px;
    	height: 88px;
    }
    .mini-cart-item .thumb img {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	border-radius: 4px;
    }
    .name-row .name{
        font-size:18px;
    }
    .name-row .variation{
          margin-top: 8px;
  position: absolute;  font-size: 12px;
    }
    .mini-cart-item .details{
          grid-template-columns: 1fr;
    }
    .mini-cart-item .price {
    	grid-column: unset; 
    	font-size: 18px; 
    	order: 3;
    	display: flex;
        align-items: center;
          justify-content: flex-end;
    }
    .mini-cart-item a.remove {
    	 
    	grid-column: 2 span;
    	margin-left: auto;
    }
    .qty-controls input.qty {
      width: 50px;
      text-align: center;
      padding: 10px 0;
      font-size:16px;
    }
    .qty-controls { 
      width: 120px;
    }
    .mini-cart-footer {
    	margin-top: 32px;
    	text-align: left;
    	display: grid;
    	justify-content: flex-start;
    	align-items: center;
    	grid-template-columns: 1fr 1fr;
    	row-gap: 12px;
    }
    .mini-cart-footer a.buttonbl{
          grid-column: span 2;
          order:3;
    }
    .mini-cart-totalitems {
    	margin-left: 0;
    	font-family: Inter;
    	font-weight: 400;
    	font-size: 14px;
    	line-height: 140%;
    	letter-spacing: -2%;
    	max-width: 100%;
    }
    .mini-cart-total{
          text-align: right;  font-size: 22px;
    }
}
.woocommerce-checkout #content{
    max-width:1512px;
    margin:0 auto;
    padding:44px var(--bodyfield) 0;
}
.wc-block-components-sidebar-layout .wc-block-components-main.checkout-leftblock {
	box-sizing: border-box;
	margin: 0;
	padding:0 24px;
	width: 55%;
}
 .wp-block-woocommerce-checkout-order-summary-block.checkout-rightblock {
	border: none;
	border-left: 1px solid hsla(0,0%,7%,.11);
	border-radius: 0px;
	box-sizing: border-box;
}
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	box-sizing: border-box;
	padding-left: 0;
	width: 45%;
	background:#F8F8F8;
}
.checkout-rightblock .wc-block-components-product-metadata__description {
	display: none;
}
.checkout-rightblock .wc-block-components-order-summary {
	padding: 0 var(--bodyfield);
}
.checkout-rightblock .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	margin-top:0px;
	padding-bottom: 0px;
	position: relative;
	width: 94px;
}
.checkout-rightblock .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
	max-width: 94px;
	width: 94px;
	border: 1px solid var(--grey, #D5D6D7);
	border-radius:7px;
	  height: 94px;
  object-fit: contain;
  background: #fff;
}
.checkout-rightblock .wc-block-components-order-summary-item__quantity >span{
    display:none;
}
.checkout-rightblock .wc-block-components-order-summary-item__quantity .screen-reader-text {
	clip: unset;
	height: auto; 
	width: auto;
	clip-path: unset;
	top: 0;
	display:block;
	padding-bottom:7px;
	font-size: 16px;
	  position: relative !important;
}
.checkout-rightblock .wc-block-components-order-summary__content .wc-block-components-product-name{ 
    font-weight: 600; 
    font-size: 20px; 
    line-height: 128%;
    letter-spacing: 0%; 
  
}
.checkout-rightblock .wc-block-components-product-metadata .wc-block-components-product-details__name{
    display:none;
}
.checkout-rightblock .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	align-items: center;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: unset;
	color: #000;
	display: flex;
	justify-content: flex-start;
	line-height: 1;
	min-height: 20px;
	min-width: 20px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: unset;
	white-space: nowrap;
	z-index: 1;
  width: 150px;
  left: 120px;
  right: 0;
  bottom: 0;
  align-items: flex-end;
}
.checkout-rightblock .wc-block-components-order-summary .wc-block-components-order-summary-item {
	display: flex;
	font-size: 14px;
	padding-bottom: 1px;
	padding-top: 24px;
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--grey, #D5D6D7);
}
.checkout-rightblock .wc-block-components-order-summary .wc-block-components-order-summary-item {
	display: flex;
	font-size: 14px; 
	padding-top: 24px;
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--grey, #D5D6D7);
}
.checkout-rightblock  .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices {
	display: none; 
}
.wp-block-woocommerce-checkout-order-summary-block.checkout-rightblock  .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	flex-grow: 1;
	font-weight: 400;
	margin: 0 0 20px 24px;
	font-size: 24px;
}
.checkout-rightblock .price .wc-block-components-formatted-money-amount {
	font-weight: 400;
	font-size: 20px;
}
.wc-block-components-express-payment-continue-rule,
.wc-block-components-express-payment--checkout .wc-block-components-title.wc-block-components-express-payment__title {
 
	font-size: 16px; 
	color: #969697;
}
body.woocommerce-checkout #content [class*="__container"]:not(.jet-popup [class*="__container"]) {
	padding-inline: 0 !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
	box-shadow: none;
	background: var(--grey, #D5D6D7);
	border-radius: 0;
	border: none;
	width: auto; 
	min-width: 90px; 
	padding: 17px 0;
	  font-size: 15px;
  color: #1C1C1C;
  max-width: 96px;
  max-height: 58px;
}
@media(max-width:1024px){
    .woocommerce-checkout #content{
      padding:44px 24px 0;  
    }
}
@media(max-width:767px){
    .woocommerce-checkout #content{
      padding:44px 14px 0;  
    }
}
.elementor-image-carousel.swiper-wrapper figure img{
    display:block;
}
.checkout-rightblock .wc-block-components-totals-coupon__content input {
  height: 100% !important;
  display: block;
  vertical-align: middle;
  padding: 18px 13px !important;
    border: none !important;
  border-radius: 0 !important;
}
.checkout-rightblock .wc-block-components-totals-coupon__form{
    gap:0
}
.checkout-rightblock .wc-block-components-totals-coupon__form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 0;
	width: 100%;
	border: 1px solid #969697;
}
.checkout-rightblock .wc-block-components-totals-coupon__content label{
    top:28px;
    left:13px;
    color:#969697;
    font-size:16px;
}
.checkout-rightblock .wc-block-components-totals-coupon__content input:focus{
    outline:none;
}
.checkout-leftblock .wc-block-components-form .wc-block-components-text-input input {
	padding: 22px 24px !important;
	border: 1px solid #DEDEDE !important;
	border-radius: 30px !important;
    height: auto !important;
  font-size: 16px !important;
  line-height: 1 !important;
}
.checkout-leftblock .wc-block-components-form .wc-block-components-text-input label{
    top:32px;
    left:24px;
    color:#969697;
    font-size:16px!important;
}
.checkout-leftblock .wc-block-components-form .wc-block-components-text-input input:focus{
    border: 1px solid var(--Color-text, #494A4B)!important;;
    outline:none!important;
    box-shadow:none!important;
}
.checkout-rightblock .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  font-weight: 400;
  margin-left: auto;
  text-align: right;
  display: flex;
  align-items: flex-end;
}
.checkout-leftblock .wc-block-components-checkout-return-to-cart-button{
    display:none;
}
.checkout-rightblock .wc-block-components-checkout-order-summary__content {
	display: flex;
	flex-wrap: wrap;
}

.checkout-rightblock .wc-block-components-checkout-order-summary__content > div {
	width: 100%;
}
.checkout-rightblock .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper:last-child,
.checkout-rightblock .amounttotal{
    width:calc( 50% - var(--bodyfield));
    border-top: 1px solid var(--grey, #D5D6D7);
      display: flex;
      align-items: center;
      padding: 36px 0;
      margin: 0;
}
.checkout-rightblock .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper:last-child{
    margin-right:var(--bodyfield);
}
 
.checkout-rightblock .amounttotal{
    margin-left:var(--bodyfield);
    font-weight: 400; 
    font-size: 16px; 
    line-height: 128%;
    letter-spacing: 0%; 
color: #00000080;

}
.checkout-rightblock .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper:last-child .wc-block-components-totals-item__label{
    display:none;
}
.checkout-rightblock .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper:last-child  .wc-block-components-totals-item{
     justify-content: flex-end;
}

.checkout-rightblock .wc-block-components-totals-footer-item .wc-block-components-totals-item__value .wc-block-formatted-money-amount{
 
    font-weight: 400; 
    font-size: 28px; 
    line-height: 128%;
    letter-spacing: 0%;
    text-align: right; 

}

.checkout-rightblock .totalheader {
 
	font-weight: 400;
	font-size: 24px;
	line-height: 128%;
	letter-spacing: -3%;
	vertical-align: bottom;
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid var(--grey, #D5D6D7);
	 margin:0;
}
.checkout-rightblock  .wp-block-woocommerce-checkout-order-summary-totals-block{
   margin: 0 var(--bodyfield); 
   border-top:none;
     padding-bottom: 35px;
}
.checkout-rightblock  .wp-block-woocommerce-checkout-order-summary-subtotal-block{
    padding-top:36px;
}
.checkout-rightblock .wp-block-woocommerce-checkout-order-summary-coupon-form-block{
    padding: var(--bodyfield) var(--bodyfield) 0 var(--bodyfield); 
}
.checkout-rightblock .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon{
    padding:0;
}
.checkout-rightblock .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__button{
color:#00000080;
}
.checkout-rightblock .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item,
.checkout-rightblock  .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item {
	padding: 0;
}
.checkout-rightblock .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item .wc-block-components-totals-item__label,
.checkout-rightblock  .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item__label{
    color:#00000080;
}
.checkout-rightblock .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__value,
.checkout-rightblock .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__value strong,
 .checkout-rightblock  .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-formatted-money-amount{
     font-weight:400;
     color:#1C1C1C;
 }
 .checkout-leftblock .wc-block-components-title.wc-block-components-title{
     font-size:1.75rem;
     font-weight:400;
 }
 .checkout-leftblock  .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted{
 border-radius: 4px;
  box-shadow: none;
  background: #F6F6F6;    
 }
  .checkout-leftblock .wc-blocks-components-select .wc-blocks-components-select__select {
 
	border: 1px solid #DEDEDE;
	border-radius: 30px;
	color: #1c1c1c; 
	padding: 1em 24px 11px; 
	font-weight: 300;
}
.checkout-leftblock .wc-blocks-components-select .wc-blocks-components-select__container{
    height:63px;
}
  .checkout-leftblock  .wc-blocks-components-select .wc-blocks-components-select__label{
    left:24px;
}
.checkout-rightblock .wc-block-components-totals-wrapper{
    padding-top:24px;
}
.tabcontainerproduct .jet-woo-products__thumb-wrap{
    display:flex;
    justify-content:center;
}
.tabcontainerproduct .jet-woo-product-thumbnail{
    max-width:520px;
}
.tabcontainerproduct .jet-woo-products-cqw-wrapper2 .button_bl {
    display:block;
}
 
.tabcontainerproduct .jet-woo-products__info-row {
    max-width:700px;
    width:700px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -350px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "pr2ttl pr2btn" "pr2le  pr2btn" "pr2price  pr2btn";
}.tabcontainerproduct .jet-woo-products__title {
	grid-area: pr2ttl;
}
.tabcontainerproduct .jet-woo-products__length {
	grid-area: pr2le;
}
.tabcontainerproduct .jet-woo-products__price {
	grid-area: pr2price;
}.tabcontainerproduct .jet-woo-products__button {
	grid-area: pr2btn;
	border-left: 1px solid var(--Soft-blue, #72BFFF);
	display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tabcontainerproduct .jet-woo-carousel {
    overflow:visible!important;
}
.tabcontainerproduct .jet-woo-products__item:not(.swiper-slide-active) .jet-woo-products__info-row{
    opacity:0;
    transition:.5s;
}
.tabcontainerproduct .jet-woo-products__content {
	position: relative;
	height:90px;
}
.tabcontainerproduct .jet-woo-products .jet-woo-products__inner-box{
     overflow:visible!important;
}
.tabcontainerproduct .active-tab {
	border: 1px solid var(--Blue-button, #58A3F0);
}
.woocommerce-cart #cartbtn,
.woocommerce-checkout #cartbtn{
   display:none!important; 
}
.woocommerce table.shop_table{
    border:none!important;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
 
	width: 100%!important;
}
@media(max-width:1024px){
    .checkout-rightblock .wc-block-components-order-summary .wc-block-components-order-summary-item__image{
         grid-row: span 2; 
    }
    .checkout-rightblock .wc-block-components-order-summary .wc-block-components-order-summary-item {
    	display: grid;
    	font-size: 14px;
    	padding-top: 24px;
    	width: 100%;
    	padding-bottom: 24px;
    	border-bottom: 1px solid var(--grey, #D5D6D7);
    	grid-template-columns: 94px auto;
    	column-gap:18px;
    }
    .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    	padding-bottom: 16px;
    	padding-left: 0;
    	padding-right: 0;
    }
    .checkout-rightblock .wc-block-components-order-summary__content .wc-block-components-product-name {
    	font-weight: 600;
    	font-size: 18px;
    	line-height: 128%;
    	letter-spacing: 0%;
    }
     
}
@media(max-width:767px){
    .tabcontainerproduct .jet-woo-products__info-row {
    	max-width: 700px;
    	width: 100%;
    	margin: 0 auto;
    	position: relative;
    	left: 0;
    	margin-left: 0;
    	display: flex; 
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	gap: 12px;
    	padding-bottom: 24px;
    } 
    .tabcontainerproduct .jet-woo-products__content {
    	position: relative;
    	height:auto;
    	margin-top: -50px;
    }
    .tabcontainerproduct .jet-woo-products__inner-box .jet-woo-product-thumbnail {
	padding: 0px;
}
    .tabcontainerproduct .jet-woo-products__button {
     
    	border-left: none; 
    	justify-content: center;
    	align-items: center;
    }
    
}
@media(max-width:727px){
  .woocommerce-checkout #content {
	    padding: 0px 14px 0;
    }
    .woocommerce-checkout .wp-block-woocommerce-checkout { 
    	margin: 0;
    	padding-top: 0px;
    	width: 100%;
    } 
    .checkout-rightblock .amounttotal{
        border-top:none;
    }
    .product-extra-info li strong {
    	font-weight: 400;
    	font-size: 12px;
    	line-height: 100%;
    	letter-spacing: -2%;
    	color: #969697;
    }
    .product-extra-info li span{
          font-size: 12px;
    }
}
@container (max-width: 699px) {
    .wc-block-components-sidebar-layout .wc-block-components-main.checkout-leftblock {
    	box-sizing: border-box;
    	margin: 0;
    	padding: 0;
    	width: 100%;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title { 
    	border: none!important;
    }
    .wp-block-woocommerce-checkout-order-summary-block.checkout-rightblock{
        border-left:none!important;
    }
    .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    width: auto!important;
    margin-left: -14px;
    padding-left: 14px!important;
    margin-right: -14px;
    padding-right: 14px!important;
  }
  .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	padding-bottom: 16px;
	padding-left: 6px;
	padding-right: 12px;
}
}