/*
    Theme Name: Tzmann theme
    Author: Mykhailo Bakalo, Gregoriy Chornobryvets
    Author URI: https://github.com/BakaloMykhailo, https://github.com/gregeatworld
    Description: Theme for Tzmann company website
    Version: 2.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: tzmann
*/

button.single_add_to_cart_button.button.alt {
    background: #0d2dfe;
    color: white;
    padding: 10px 20px;
    margin-bottom: 20px;
    background-color: #0d2dfe;
    border-radius: 25px;
}
.single-product .price {
    font-size: 25px;
}
.single-product h1,.single-product h2,.single-product h3 ,.single-product h4 , .single-product h5 ,.single-product h6 {
	font-family: Nohemi,sans-serif!important;
}
.single-product p,.single-product span,.single-product a ,.single-product ul , .single-product ul li {
	 font-family: 'Montserrat', sans-serif !important;
}
.bg-white{
	padding-top:50px!important;
}

.bottum-footer-section .product-details-heading{
	margin-bottom:0px;
	    padding-top: 28px;

}
.measurements{
	    width: 100%;
    max-width: 350px;
    margin: auto;
}
.ui-slider-handle{
	    background-color: #9cabba!important;
}
.section-3d-design .preview-text-input-wrapper{
	display:none!important;
}



/*  single product page image */
.single-product .image-variable-items-wrapper{
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    gap: 10px;
}
.single-product .image-variable-items-wrapper::-webkit-scrollbar{
    width: 10px; /* vertical scrollbar */
    height: 5px;
}
.single-product .image-variable-items-wrapper::-webkit-scrollbar{
    background: #f1f1f1;
    border-radius: 5px;
}
.single-product .image-variable-items-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }
  .single-product .image-variable-items-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }
  
/* On hover */
.single-product .image-variable-items-wrapper::-webkit-scrollbar-thumb:hover {
    background: #888;
}
.single-product .image-variable-items-wrapper li{

    width:76px;
    height: 76px;
}

/* cart page css */
.woocommerce-cart main{
    padding: 0px !important;
}
.woocommerce-cart main > div{
    max-width: 1440px;
    width: 100%;
}

.woocommerce-cart ,.woocommerce-cart p,.woocommerce-cart div,.woocommerce-cart a,.woocommerce-cart li,.woocommerce-cart span ,.woocommerce-cart text ,.woocommerce-cart button{
    font-family: Nohemi, sans-serif !important;
}
.woocommerce-cart table.cart .product-remove{
    vertical-align: top;
    padding-top: 18px;
}
.woocommerce-cart table.cart .product-thumbnail{
    vertical-align: top !important;
    padding-top: 14px !important;
}
.woocommerce-cart table.cart img{
    width: 100px;
    border-radius: 10px;
}
.woocommerce-cart table.shop_table {
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 10px !important;
    background-color: rgb(245 243 243 / 42%);
}
.woocommerce-cart  table.shop_table thead th {
    padding: 16px 12px !important;
}
.woocommerce-cart  table.shop_table thead th {
    color: #212529;
}
.woocommerce-cart  table.shop_table tbody tr .actions{
    padding: 16px 12px !important;
}
.woocommerce-cart dt {
    font-weight: 500;
    font-size: 14px !important;
}
.woocommerce-cart dd{
    font-size: 14px !important;
    font-weight: 400;
}
.woocommerce-cart .cart_totals table th{
    font-size: 16px !important;
}
.woocommerce-cart .cart_totals table td{
    font-size: 14px !important;
}
.woocommerce-cart-form input[type="text"],.woocommerce-cart-form input[type="number"]{
    display: block !important;
}
.woocommerce-cart-form input[type="text"]#coupon_code{
    width: 200px;
    border-radius: 5px;
}
.woocommerce-cart-form input[type="number"].qty{
    border: 1px solid #cfc8d8 !important;
    border-radius: 5px !important;
}

.woocommerce-cart table.cart tbody .product-name a{
    font-weight: 500;
    color: #212529;
    font-size: 20px;
}
.woocommerce-cart table.cart tbody .product-name a:hover{
    color: #24282c;
}
.woocommerce-cart .text-7xl.mb-8{
    font-size: 3.5rem !important;
}
.woocommerce-cart h2{
    font-size: 2rem !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background: #0d2dfe !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background: #0d2dfede !important;
}


@media (max-width: 768px) {
    .woocommerce-cart .coupon{
        display:flex;
    }
    .woocommerce-cart .quantity{
        display:flex;
        justify-content: end;
    }
}


/* checkout page css */

.woocommerce-checkout ,.woocommerce-checkout p,.woocommerce-checkout div,.woocommerce-checkout a,.woocommerce-checkout li,.woocommerce-checkout span ,.woocommerce-checkout text ,.woocommerce-checkout button{
    font-family: Nohemi, sans-serif !important;
}
.woocommerce-checkout main{
    padding: 0px !important;
}
.woocommerce-checkout main > div {
    max-width: 1440px;
    width: 100%;
}
.woocommerce-checkout main .woocommerce-checkout #customer_details{
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 10px !important;
    background-color: rgb(245 243 243 / 42%);
    padding: 36px;
}
.woocommerce-checkout main .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p input{
    display: block !important;
    padding: 0.7rem 1rem !important;
}
.woocommerce-checkout .notes #order_comments {
    display: block !important;
}

.woocommerce-checkout main .woocommerce-checkout #customer_details .select2-container .select2-selection{
    padding: 0.7rem 0rem !important;
}


.woocommerce-checkout .custom-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* ensures wrapping on small screens */
}
.woocommerce-checkout #customer_details{
    height: fit-content;
}

.woocommerce-checkout  .custom-wrapper > div {
    width: 49%;
}

.woocommerce-checkout tbody .cart_item .product-name{
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-checkout dt {
    font-weight: 500;
    font-size: 14px !important;
}
.woocommerce-checkout dd{
    font-size: 14px !important;
    font-weight: 400;
}

.woocommerce-checkout iframe[name="__privateStripeFrame0649"]{
    background-color: #e9e9e9 !important;
}
.woocommerce-checkout #wc-stripe-express-checkout-element #wc-stripe-express-checkout-element-applePay .__PrivateStripeElement{
    background-color: #e9e9e9 !important;
}

.woocommerce-checkout #payment #place_order{
    background-color: #0d2dfe !important;

}
/* Stack on smaller screens (e.g., below 768px) */
@media (max-width: 768px) {
    .woocommerce-checkout .custom-wrapper {
        flex-direction: column;
    }

    .woocommerce-checkout .custom-wrapper > div {
        width: 100%;
    }
}


/* thank you page css */
.woocommerce-order-received .awcdp_deposits_summary{
    border-radius: 20px !important;
    margin: 20px 0px;
}
.woocommerce-order-received .awcdp_deposits_summary td,.woocommerce-order-received .awcdp_deposits_summary th{ 
    border: 2px solid rgba(0, 0, 0, .1) !important;

    padding: 10px;
}
.woocommerce-order-received .woocommerce-customer-details address{
    margin:10px 0px;
    padding: 20px;
}
.klarna{
	display:none;
}
.product-price del{
	display:none;
}
.product-price ins{
	
    text-decoration: none;

}

.w-2\/5{
    width: 40% !important;
}
.w-3\/5 {
    width: 60% !important;
}

/* awards section new landing page */
.testimonial-swiper{
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 80%;
    gap: 50px;
    margin-bottom: 50px;
}
/* .testimonial-swiper--wrapper{
    width: 75% !important;
} */
.testimonial-swiper .testimonial-swiper--navigation-wrapper{
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    z-index: 10;
}
.testimonial-swiper .testimonial-swiper--navigation-wrapper .custom-swiper-button-next,
.testimonial-swiper .testimonial-swiper--navigation-wrapper .custom-swiper-button-prev{
    width: 50px;
    height: 50px;
}
.testimonial-swiper .testimonial-swiper--navigation-wrapper .swiper-button-disabled{
    opacity: 0.3;
    cursor: not-allowed;
}
.testimonial-swiper--wrapper .swiper-slide p{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: italic;
}
.awards-box--title{
    /*background-color: rgb(255 255 255 / 20%);*/
    padding: 60px 20px;
    text-align: center;
    font-size: 2.5rem !important;
    margin-bottom: 4rem !important;
}
.awards-box--title-not-landing{
    text-align: center;
    font-size: 2.5rem !important;
    margin-bottom: 4rem !important;
}
.awards-box--image-grid{
    gap: 60px;
}
.awards-box--big-image-box{
    border: 5px solid #0019FE; 
    border-radius: 18px;
    padding: 10px;
}
.awards-box--big-image-box img{
    object-fit: contain;
    max-height: 205px;
}
.awards-box--logo-grid{
    gap: 20px;
}
.awards-box--logo-grid img{
    width: 130px;
}

/* pricing section new landing page */
.price-card-sec{
    padding-bottom: 150px;
}

/* product page new landing page */
.new-landing-product-3d{
    background-color: #ffffff;
    align-items: unset !important;
    padding: 80px 20px;
}
.new-landing-product-3d .model-01-colors,
.new-landing-product-3d .staggs-product-options .staggs-options-totals{
    display: none !important;
}
/* .new-landing-product-3d .wp-block-column.is-layout-flow:nth-child(1){
    padding: 80px 20px;
} */
.new-landing-product-3d .model-01-measurements .option-group-options.measurements{
    margin-right: auto !important;
    margin-left: 0 !important;
    /* max-width: 480px !important; */
}
.new-landing-product-3d .wp-block-column.is-layout-flow:first-child .staggs-product-view-3dmodel .product-view-inner{
    border-radius: 20px;
    overflow: hidden;
    max-height: 700px;
}
.new-landing-product-3d .model-01-measurements .option-group-header{
    display: none !important;
}
.new-landing-product-3d .model-01-measurements label[for="height"],
.new-landing-product-3d .model-01-measurements label[for="inseam-leg-length"],
.new-landing-product-3d .model-01-measurements label[for="arm-length"]{
    margin-top: 0 !important;
}
.new-landing-product-3d .model-01-measurements label[for="height"] small,
.new-landing-product-3d .model-01-measurements label[for="inseam-leg-length"] small,
.new-landing-product-3d .model-01-measurements label[for="arm-length"] small{
    display: none !important;
}

/* tooltips css  */
.new-landing-product-3d .tooltips-section-wrapper {
  position: absolute !important;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  top: 2px !important;
  left: 95px !important;
}
.new-landing-product-3d .model-01-measurements .option-group-wrapper label[for="height"]{
  position: relative !important;
}
.new-landing-product-3d .model-01-measurements .tooltips-section-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.new-landing-product-3d .model-01-measurements .tooltips-section-box--landing {
  display: none;
  position: absolute;
  top: 50%;
  left: 125%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
  z-index: 100;
  white-space: normal;               /* wrap lines */
  max-width: calc(100vw - 75vw);     /* prevent overflow on small screens */
  width: max-content;  
  max-width: 375px;              /* grow with content */
  min-width: 180px;                  /* minimum readable width */
  word-wrap: break-word;             /* wrap long words */
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
/* Flip to left if too far right */
.new-landing-product-3d .model-01-measurements .tooltips-section-box--landing.left {
  left: auto;
  right: 125%;
}


/* fitting box css new landing page */
.fitting-box--section{
    background-color: #dbe2ea;
}
.fitting-box--section h3{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}
.fitting-box--flex{
    gap: 100px;
}
.fitting-box--image-box{
    max-width: 60%;
}
.fitting-box--flex ul li{
    list-style: disc;
    padding-top: 16px;
}
.fitting-box--flex ul li p{
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Montserrat', sans-serif !important;
}

/* cta four grid box new landing page */
.cta-four-grid-box--section{
    background-color: #f6f6f6;
}
.cta-four-grid-box--text-box h5{
    font-weight: 600;
}
.cta-four-grid-box--text-box h5,
.cta-four-grid-box--text-box p{
    font-family: 'Montserrat', sans-serif !important;
}

/* battery box new landing page */
.battery-box .battery-box--big-bold-title{
    font-weight: 800;
    font-family: 'Montserrat', sans-serif !important;
    padding-left: 70px;
    padding-top: 50px;
}


@media screen and (min-width: 1280px) {
    .new-landing-product-3d{
    padding: 100px 0 100px 100px;
}
}

@media screen and (min-width: 1025px) {
    .testimonial-swiper--wrapper{
    width: 75% !important;
}
}

@media screen and (max-width: 1024px) {
    .testimonial-swiper{
        width: 100% !important;
        flex-direction: column;
    }
    .testimonial-swiper--wrapper .swiper-slide p{
        text-align: center;
        margin: auto;
    }
    .new-landing-product-3d{
        flex-direction: column;
    }
    .new-landing-product-3d .model-01-measurements .option-group-options.measurements{
        margin: auto !important;
    }
    .new-landing-product-3d .sfs-wrap{
        margin: auto;
    }
        /* stackup box new landing page */
.stackup-box--table-grid{
    overflow: auto;
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {
    .awards-box--big-image-box{
        width: 100% !important;
    }
    .awards-box--logo-grid{
        width: 100% !important;
    }
    
    .fitting-box--flex{
        gap: 30px;
    }
.fitting-box--flex ul li{
    padding-top: 20px;
}
    .fitting-box--image-box{
        max-width: 100%;
    }
    .new-landing-product-3d .model-01-measurements .tooltips-section-box--landing{
        max-width: 180px;
    }
    .battery-box .battery-box--big-bold-title{
        padding-left: 0px;
    }
}