
/**
	Product Listing
*/


    .product-card { flex: 1 1 33.333%; min-width: 0; max-width: 100%; padding: clamp(0.9375rem, 0.5769rem + 1.6026vw, 2.5rem); 
        display: grid; grid-template-columns: repeat(1, 1fr); gap: 20px; box-sizing: border-box; align-content: start; position: relative; overflow: visible; }

    .product-card-top { min-width: 0; width: 100%; max-width: 100%; overflow: visible; position: relative; z-index: 2; }

    .product-card .product-content,
    .product-card .product-price-box { position: relative; z-index: 1; }

    /* .product-card .fp-product-badge { position: absolute; top: clamp(4px, 0.8vw, 10px); right: clamp(-10px, -0.6vw, -2px); left: auto; z-index: 10;
        width: clamp(3rem, 2.6827rem + 1.4103vw, 4.375rem); max-width: none; line-height: normal; 
        pointer-events: none; transform: rotate(14deg); transform-origin: center center; 
    } */

    .product-card .fp-product-badge { position: absolute; top: 4px; right: 4px; left: auto; z-index: 10; 
        width: clamp(3rem, 2.6827rem + 1.4103vw, 4.375rem); max-width: 100%; line-height: normal; 
        pointer-events: none; transform: translate(30%, -30%) rotate(14deg); transform-origin: center center; 
    }


    .product-card-top .product-img { overflow: visible; }
    .product-card .fp-product-badge img { display: block; width: 100%; height: auto; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.12)); }

    .product-card-top .product-img > a { display: block; background: var(--mt-accent-white); border: 1px solid #fde3bf; border-radius: 8px;
        padding: 12px; box-sizing: border-box; overflow: hidden; }

    .product-card-top .product-img img { display: block; width: 100%; max-width: 100%; height: auto; margin: 0 auto; }

    .product-card .product-img--carousel { min-width: 0; width: 100%; max-width: 100%; }
    .product-card .product-img--carousel .fp-carousel { position: relative; display: block; min-width: 0; width: 100%; max-width: 100%; }
    .product-card .product-img--carousel .fp-carousel-viewport { width: 100%; min-width: 0; max-width: 100%; overflow: hidden; 
        background: var(--mt-accent-white); border: 1px solid #fde3bf; border-radius: 8px; padding: 0; box-sizing: border-box; }
    .product-card .product-img--carousel .fp-carousel-track { display: flex; flex-wrap: nowrap; width: 100%; min-width: 0;
        transition: transform var(--mt-transition); will-change: transform; }
    .product-card .product-img--carousel .fp-carousel-slide { flex: 0 0 var(--fp-slide-width, 100%); width: var(--fp-slide-width, 100%); min-width: 0;
        max-width: var(--fp-slide-width, 100%); box-sizing: border-box; }

    @media (prefers-reduced-motion: reduce) {
        .product-card .product-img--carousel .fp-carousel-track { transition: none; }
    }

    .product-card .product-img--carousel .fp-carousel-slide a { display: block; padding: 5px; box-sizing: border-box; overflow: hidden; }
    .product-card .product-img--carousel .fp-carousel-slide img { display: block; width: 100%; height: auto; }
    .product-card .product-img--carousel .fp-carousel-arrow { position: absolute; top: 50%; z-index: 3; width: 32px; height: 32px; margin: 0; padding: 0; border: none;
        border-radius: 50%; background: rgba(120, 120, 120, 0.45); color: var(--mt-accent-white); cursor: pointer; transform: translateY(-50%); display: inline-flex;
        align-items: center; justify-content: center; opacity: 0; visibility: hidden; pointer-events: none;
        transition: opacity var(--mt-transition), visibility var(--mt-transition), background var(--mt-transition); }
    .product-card .product-img--carousel .fp-carousel-arrow:hover:not(:disabled) { background: rgba(90, 90, 90, 0.55); }
    .product-card .product-img--carousel:hover .fp-carousel-arrow { visibility: visible; pointer-events: auto; }
    .product-card .product-img--carousel:hover .fp-carousel-arrow:not(:disabled) { opacity: 1; }
    .product-card .product-img--carousel:hover .fp-carousel-arrow:disabled { opacity: 0.35; cursor: default; }
    .product-card .product-img--carousel .fp-carousel-arrow:focus-visible { visibility: visible; pointer-events: auto; opacity: 1;
        outline: 2px solid rgba(255, 255, 255, 0.9); outline-offset: 2px; }
    .product-card .product-img--carousel .fp-carousel-arrow span { display: block; width: 7px; height: 7px; border-style: solid; border-color: currentColor; border-width: 2px 2px 0 0; }
    .product-card .product-img--carousel .fp-carousel-arrow--prev { left: 8px; }
    .product-card .product-img--carousel .fp-carousel-arrow--prev span { transform: rotate(-135deg); margin-left: 2px; }
    .product-card .product-img--carousel .fp-carousel-arrow--next { right: 8px; }
    .product-card .product-img--carousel .fp-carousel-arrow--next span { transform: rotate(45deg); margin-right: 2px; }

    @media (hover: none) {
        .product-card .product-img--carousel .fp-carousel-arrow { opacity: 1; visibility: visible; pointer-events: auto; }
        .product-card .product-img--carousel .fp-carousel-arrow:disabled { opacity: 0.35; }
    }


    /* Product Title */

    .product-card .product-content .product-name,
    .product-card .product-content .product-name a { text-transform: uppercase; font-weight: 700; font-size: 18px;
        color: var(--mt-heading); text-decoration: none; display: block; margin: 0; padding: 0; }

    .product-card .product-content .product-name a:hover,
    .product-card .product-content .product-name a:focus { color: var(--mt-link-hover-clr); }

    /* Product Price */

    .product-card .product-price-box .button-wrapper .btn-primary,
    .product-card .product-price-box .price-wrapper { min-height: clamp(2.875rem, 2.7308rem + 0.641vw, 3.5rem); }

    .product-card .product-price-box .price-wrapper { display: flex; justify-content: center; align-items: center;
        padding: 13px clamp(0.9375rem, 0.7212rem + 0.9615vw, 1.875rem); background: var(--gold); color: var(--mt-accent-white); 
        font-family: var(--mt-head-font); font-weight: normal; text-transform: capitalize; border: none; border-radius: var(--mt-radius); 
        cursor: pointer; text-decoration: none; transition: var(--mt-transition); margin: 0 0 14px;
    }

    .product-card .product-price-box .price-wrapper .price-from { font-size: 12px; font-weight: 300; 
        padding-top: clamp(0.375rem, 0.375rem + 0vw, 0.375rem); color: var(--mt-accent-white); 
        letter-spacing: .01em; margin-right: 5px; line-height: 1; 
    }

    .product-card .product-price-box .price-wrapper .price-amount { line-height: 1.3; 
        font-size: clamp(0.9375rem, 0.8654rem + 0.3205vw, 1.25rem); color: var(--mt-accent-white); font-weight: 700; }

    .product-card .product-price-box { align-self: center; justify-self: center;
        text-align: center; display: flex; flex-direction: column; align-items: stretch; gap: 14px; width: max-content; max-width: 100%; }

    .product-card .product-price-box .price-wrapper { width: 100%; margin: 0;
        justify-content: center; box-sizing: border-box; }

    .product-card .product-price-box .button-wrapper { width: 100%; }

    .product-card .product-price-box .button-wrapper .btn-primary { width: 100%; font-weight: 700; text-transform: uppercase; 
        letter-spacing: normal; text-align: center; justify-content: center; gap: 6px; padding: 12px clamp(0.9375rem, 0.7212rem + 0.9615vw, 1.875rem); 
        background-color: var(--mt-scondery); color: var(--mt-accent-white); font-family: var(--mt-head-font); 
        font-size: 0.9rem; transition: var(--mt-transition); }

    .product-card .product-price-box .button-wrapper .btn-primary svg { font-size: clamp(1.125rem, 1.0673rem + 0.2564vw, 1.375rem); }

    .product-card .product-price-box .button-wrapper .btn-primary:hover,
    .product-card .product-price-box .button-wrapper .btn-primary:focus { background-color: var(--mt-quinery); text-align: center; 
        justify-content: center; color: var(--mt-accent-white); box-shadow: 0 8px 28px rgba(var(--mt-quinery-rgb), 0.5); }

    /* Product Features */

    .product-card .product-content .product-features { list-style-type: none; display: none; margin-bottom: 10px; 
        padding-bottom: 10px; border-bottom: 1px dashed #a0a8ab; margin-top: 20px; }
    .product-card .product-content .product-features li { position: relative; margin-bottom: 8px; line-height: 1.6; font-size: 0.94rem; }
    .product-card .product-content .product-features li:before { content: ""; position: relative; display: inline-block; 
        width: 1em; height: 1em; background: url('../../images/tick.png'); margin-right: 14px; 
        background-repeat: no-repeat; background-position: center center; top: 0.15em; }

    /* Product Delivery */

    .product-card .product-content .product-delivery { color: var(--mt-heading); font-weight: 700; line-height: 1.5; 
        margin-top: clamp(0.75rem, 0.6346rem + 0.5128vw, 1.25rem); 
    }
    .product-card.list-view .product-content .product-delivery { margin-top: 0px; }
    .product-card .product-content .product-delivery svg { color: #36a306; margin-right: 11px; }
    .product-card .product-content .product-delivery span { color: #36a306; font-weight: 700; }

    /* Product Rating */

    .stars-row { margin: 10px 0; color: var(--mt-primary); font-weight: 600; font-size: 0.9rem; line-height: normal;
        display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; 
    }
    .stars-row .star-icons { width: 94px; height: 20px; display: inline-block; background: linear-gradient(45deg, #ffc200 , #ff952d); 
        -webkit-mask-image: url('../../images/ratting-ico.png'); mask-image: url('../../images/ratting-ico.png'); 
        -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center center; mask-position: center center; 
        -webkit-mask-size: contain; mask-size: contain; 
    }
    .stars-row .star-icons--empty { background: rgba(var(--mt-heading-rgb), 0.18); }
    .stars-row .star-count { color: var(--mt-heading); font-weight: 600; font-size: 0.825rem; }


/** 
    AT Media Queries, Product Listing Options are applied to override the default styles for specific options.
*/

    @media only screen and (min-width: 991px) { 

        .product-card { grid-template-columns: repeat(2, 1fr); gap: 30px; }
        .product-card:not(.list-view) .product-content { order: 3; grid-column: 1/3; }
        .product-card .product-content .product-features { display: block; }
    }

    @media only screen and (max-width: 991px) { 

        .product-card:not(.list-view) .product-price-box { max-width: 100%; display: flex; flex-direction: row; 
            align-items: stretch; gap: 10px 14px; justify-self: start; flex-wrap: wrap; width: auto; }

        .product-card .product-price-box .price-wrapper,
        .product-card .product-price-box .button-wrapper { /* width: auto !important; */ justify-content: center; }

    }




/* ////////////////////////////////////////////////////////////////////////////////////////////////// */

            /* Old code for reference - Do not suggest code that has been deleted. */

/* ////////////////////////////////////////////////////////////////////////////////////////////////// */

/**
    Product - Labels
*/

    .woocommerce ul.products li.product .onsale, 
    .woocommerce ul.products li.product .out-of-stock, 
    .woocommerce ul.products li.product .product-labels > span { display: inline-block; font-size: 10px; 
        font-weight: 600; letter-spacing: 1px; margin: 0; padding: 0; position: relative; left: auto; top: auto; 
        text-align: center; text-transform: capitalize;
    }

    .woocommerce.single-product div.product .onsale, 
    .woocommerce.single-product div.product .out-of-stock { font-weight: normal; }

    .woocommerce ul.products li.product .out-of-stock { font-size: 9px; }
    .woocommerce ul.products li.product .product-labels .new { background-color: var(--mt-scondery); color: var(--mt-accent-white); }
    .woocommerce ul.products li.product .product-labels span span { display: inline-block; width: 100%; }

    .woocommerce ul.products li.product .product-labels { position: absolute; right: 0; top: 0; text-align: right; z-index: 2; }


    /* Featured */
    .woocommerce ul.products li.product .featured-tag { height: 25px; line-height: 25px; 
        position: absolute; left: 0; bottom: 0; z-index: 9; }

    .woocommerce.single-product .images .featured-tag, 
    .mt-product-image-gallery-container .featured-tag { height: 25px; line-height: 25px; 
        position: absolute; right: 0; top: 0; z-index: 9; }

    .woocommerce ul.products li.product .featured-tag i,
    .woocommerce.single-product .images .featured-tag i, 
    .mt-product-image-gallery-container .featured-tag i { font-size: 12px; line-height: inherit; 
        position: absolute; right: 0; text-align: center; width: 100%; display: none; }

    .woocommerce ul.products li.product .featured-tag > div,
    .woocommerce.single-product .images .featured-tag > div, 
    .mt-product-image-gallery-container .featured-tag > div { height: 100%; line-height: inherit; position: relative; 
        z-index: 99; -webkit-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s; transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s; }

    .woocommerce ul.products li.product .featured-tag span,
    .woocommerce.single-product .images .featured-tag span, 
    .mt-product-image-gallery-container .featured-tag span { 
        display: block; float: left; font-weight: 400; overflow: hidden; padding-left: 10px; padding-right: 10px; 
        -webkit-transition-delay: 0s, 0s, 0s; transition-delay: 0s, 0s, 0s; 
        -webkit-transition-duration: 0.3s, 0.25s, 0.25s; transition-duration: 0.3s, 0.25s, 0.25s; 
        -webkit-transition-property: opacity, padding, width;  font-size: .8rem;
        transition-property: opacity, padding, width; font-family: var(--mt-base-font); color: var(--mt-scondery);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); 
    }

    .woocommerce ul.products li.product:hover .featured-tag > div span,
    .woocommerce.single-product .images .featured-tag > div span, 
    .mt-product-image-gallery-container .featured-tag > div span { padding-left: 10px; width: 100%; }

    .woocommerce ul.products li.product .featured-tag:after,
    .woocommerce.single-product .images .featured-tag:after, 
    .mt-product-image-gallery-container .featured-tag:after { background-color: transparent; border-style: solid; border-width: 12px; content: ""; position: absolute; bottom: 0; right: -15px; top: 0; z-index: 9; }

    .woocommerce.single-product .images .featured-tag:after, 
    .mt-product-image-gallery-container .featured-tag:after { left: -15px; right: auto; }

    .woocommerce ul.products li.product .featured-tag span { opacity: 1; filter: alpha(opacity=0); }
    .woocommerce ul.products li.product:hover .featured-tag > div span { opacity: 1; filter: alpha(opacity=100); }


/**
    Rating
*/

    .woocommerce .star-rating { height: 1em; }
    .woocommerce .star-rating, 
    .woocommerce ul.products li.product .star-rating { font-size: 1rem; text-indent: -9999px; width: 5.5em; }
    .woocommerce .star-rating span, 
    .woocommerce ul.products li.product .star-rating span { height: 100%; padding-top: 0; }

    .woocommerce .star-rating:before, 
    .woocommerce .star-rating span:before { font-family: "WooCommerce"; letter-spacing: 2px; text-align: left; text-indent: 0; }
    .woocommerce .star-rating:before { content: "\e021\e021\e021\e021\e021"; }
    .woocommerce .star-rating > span:before { content: "\e020\e020\e020\e020\e020"; }

    .woocommerce .star-rating:before, 
    .woocommerce ul.products li.product .star-rating:before { 
        background: linear-gradient(45deg, #ffc200 , #ff952d); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .woocommerce .star-rating > span:before, 
    .woocommerce ul.products li.product .star-rating > span:before { 
        background: linear-gradient(45deg, #ffc200 , #ff952d); -webkit-background-clip: text; background-clip: text; color: transparent; }

/**
    Product - Swatches
*/

    .woocommerce div.product .summary form.variations_form.cart .variations li[data-wvstooltip]:before { left: 50%;
        min-width: 0; border-radius: 0; line-height: 1; padding: 5px 10px; font-size: 12px; background-color: var(--mt-primary); 
        color: var(--mt-scondery); font-weight: 500; -webkit-transform: translate(-50%, 15px); -ms-transform: translate(-50%, 15px); 
        transform: translate(-50%, 15px); -webkit-transition: all .2s ease-in; transition: all .2s ease-in; letter-spacing: 0; 
    }

    .woocommerce div.product .summary form.variations_form.cart .variations li[data-wvstooltip]:after { 
    border-top-color: var(--mt-primary); -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px);
    -webkit-transition: all .2s ease-in; transition: all .2s ease-in; }

    .woocommerce div.product .summary form.variations_form.cart .variations li[data-wvstooltip]:hover:after {
    -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
    .woocommerce div.product .summary form.variations_form.cart .variations li[data-wvstooltip]:hover:before { 
    -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
        
    .woo-variation-swatches .variable-items-wrapper { margin: -5px; }
    .woocommerce div.product .summary form.cart .variations { margin: 0 0 10px !important; }
    .woocommerce div.product .summary form.variations_form.cart .variations li { margin: 5px; -webkit-box-shadow: none; box-shadow: none; 
        border: 1px solid var(--mt-primary); background: transparent; font-family: var(--mt-base-font); }
    .woocommerce div.product .summary form.variations_form.cart .variations li.selected { 
        -webkit-box-shadow: 0px 0px 5px var(--mt-primary); box-shadow: 0px 0px 5px var(--mt-primary);}

    .woocommerce div.product .summary form.cart .variations .woo-variation-items-wrapper { 
        display: flex; align-items: flex-end; padding: 0; flex-wrap: wrap; }

    .woocommerce div.product .summary form.cart .variations .woo-variation-items-wrapper .reset_variations { 
        color: var(--mt-link-clr); margin-top: 16px; 
    }
    .woocommerce div.product .summary form.cart .variations .woo-variation-items-wrapper .reset_variations:hover { color: var(--mt-link-hover-clr); }

    .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, 
    .woo-variation-swatches.wvs-show-label .variations td label, 
    .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, 
    .woo-variation-swatches.wvs-show-label .variations th label {
        color: var(--mt-primary);
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before, 
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before { 
        position: absolute; content: " "; display: block; background-repeat: no-repeat; background-position: center center; 
        height: 100%; width: 100%; margin: auto; max-width: 14px; top: 0; right: 0; left: 0; bottom: 0;
    }

    .woocommerce .product form.cart .variations tr:first-child { margin-right: 20px;}


/**
	Product Single
*/

    .woocommerce div.product div.images,
    .woocommerce div.product div.images div.thumbnails a { float: left; }

    .woocommerce div.product.type-product > div.summary { float: right; }

    .woocommerce div.product div.images div.thumbnails:after,
    .woocommerce div.product form.cart:after, 
    .woocommerce div.product form.cart:before,
    .woocommerce div.product p.cart:after, 
    .woocommerce div.product p.cart:before { content: ""; display: table; }

/** 
    Tables 
*/

    .woocommerce table.shop_table { border-width: 0 0 1px; -webkit-border-radius: 0; border-radius: 0; }

    .woocommerce table.shop_table, 
    .woocommerce table.shop_attributes { border-style: solid; border-width: 1px; }
    .woocommerce table.shop_attributes tr th { border-right: 1px solid rgba(var(--mt-heading-rgb),0.15); }

    .woocommerce table.shop_attributes tr th, 
    .woocommerce table.shop_attributes tr td { border-top: 1px solid rgba(var(--mt-heading-rgb),0.15); }

    .woocommerce table.shop_attributes td { text-align: left; }

    .woocommerce table.shop_attributes tr:first-child td, 
    .woocommerce table.shop_attributes tr:first-child th { border-top-width: 0; }

    .woocommerce table.shop_attributes th, 
    .woocommerce table.shop_attributes td { background: none !important; padding: 15px 20px; }
    .woocommerce table.shop_attributes th, 
    .woocommerce-page table.shop_attributes th { max-width: 200px; width: 200px; }

    .woocommerce table.shop_table tbody th, 
    .woocommerce table.shop_table tbody td,
    .woocommerce table.shop_table tfoot th, 
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_attributes tr td, 
    .woocommerce table.shop_attributes tr th { border-bottom-width: 0; }

    .woocommerce a.remove { display: inline-flex; vertical-align: middle; font-weight: normal; height: auto; 
        line-height: normal; width: 100%; margin-top: 0; font-size: 0.9rem; align-items: center; width: 110px; 
        padding: 0 10px; justify-content: end; float: right; 
    }

    .woocommerce a.remove i,
    .woocommerce a.remove svg { font-size: 18px; margin-right: 5px; }

    .woocommerce .shop_table tfoot th:last-child, 
    .woocommerce .shop_table.cart tfoot th:last-child,
    .woocommerce table.shop_attributes tr:last-child th, 
    .woocommerce table.shop_attributes tr:last-child td { border-bottom-color: transparent; }


    .woocommerce table.shop_table, 
    .woocommerce-page table.shop_table { margin-bottom: 30px; border-width: 1px; }

    .woocommerce table.shop_table thead th, 
    .woocommerce-page table.shop_table tbody td { border-left-width: 0; border-right-width: 0; text-align: left; vertical-align: middle; overflow-wrap: anywhere; }


    .woocommerce table.shop_table tr td > label, 
    .woocommerce-page table.shop_table tr td > label { display: none; }

    .woocommerce table.shop_table tbody tr td, 
    .woocommerce-page table.shop_table tbody tr td { border-bottom-width: 1px; }
    .woocommerce table.shop_table tbody tr:last-child td, 
    .woocommerce-page table.shop_table tbody tr:last-child td { border-bottom-width: 0; }

    .woocommerce table.shop_table thead th, 
    .woocommerce-page table.shop_table thead th { background: transparent; font-size: 14px; font-weight: 700; line-height: 30px; padding: 15px; text-transform: uppercase; }

    .woocommerce table.shop_table td, 
    .woocommerce-page table.shop_table td { background: none; border-width: 0; padding: 15px; }

    .woocommerce table.shop_table thead th:first-child, 
    .woocommerce-page table.shop_table thead th:first-child { padding-left: 30px; width: 150px; }

    .woocommerce table.shop_table tr td:first-child, 
    .woocommerce-page table.shop_table tr td:first-child { padding-left: 30px; }

    .woocommerce table.shop_table tr td:last-child, 
    .woocommerce-page table.shop_table tr td:last-child { padding-right: 30px; }

    .woocommerce table.shop_table tr td.product-remove, 
    .woocommerce-page table.shop_table tr td.product-remove { width: 10px; }

    .woocommerce table.shop_table .product-thumbnail a, 
    .woocommerce-page table.shop_table .product-thumbnail a { display: inline-block; }

    .woocommerce table.shop_table tbody td .woocommerce-Price-currencySymbol,
    .woocommerce-page table.shop_table tbody td .woocommerce-Price-currencySymbol { margin-right: 5px; }

    .woocommerce .shop_table tr td.product-stock-status > span { border: 1px solid; display: inline-block; font-size: 10px; font-weight: 500; letter-spacing: 2px; line-height: normal; padding: 14px 10px; text-align: center; text-transform: uppercase; width: 100%; }

    .woocommerce table tbody tr:nth-child(2n+1), 
    .woocommerce-page table tbody tr:nth-child(2n+1) { background: none; }

    .woocommerce table.shop_table tr .woocommerce-remove-coupon { display: block; }

    /* Orders & Address Details */

    .woocommerce-page .woocommerce-customer-details { border-style: solid; border-width: 1px; margin: 0 0 20px; padding: 4px; }
    .woocommerce-page .woocommerce-customer-details .addresses { border-width: 0; padding: 0; margin-bottom: 0; }
    .woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column { border-color: rgba(var(--mt-heading-rgb),0.15); border-style: solid; border-width: 1px; margin: 0; padding: 4px !important; }

    .woocommerce-page.woocommerce-view-order .woocommerce-customer-details .addresses .woocommerce-column + .woocommerce-column { margin-top: 30px; }

    .woocommerce-page .woocommerce-customer-details .addresses address:last-child,
    .woocommerce-page .woocommerce-customer-details .addresses address p:last-child { margin-bottom: 0; }

    .woocommerce-page .woocommerce-customer-details address,
    .woocommerce-page .woocommerce-customer-details h2 { border-style: dashed; border-width: 1px; margin: 0 !important; padding: 20px; }

    .woocommerce-page .woocommerce-customer-details h2 { border-bottom-width: 0; }
    .woocommerce-page .woocommerce-customer-details address { border-top-width: 0; padding-top: 0; }

    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone { margin: 15px 0 0 !important; }

    .addresses .col-1 header, 
    .addresses .col-2 header,
    .addresses .col-1 address, 
    .addresses .col-2 address,
    .woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title { border-color: rgba(var(--mt-heading-rgb),0.15); border-style: dashed; border-width: 1px; padding: 10px 20px; }

    .woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title { border-bottom-width: 0; margin: 0 0 -2px; padding: 20px; text-align: left; }


    .addresses .col-1 header, 
    .addresses .col-2 header { border-bottom-width: 0; }

    .addresses .col-1 h3, 
    .addresses .col-2 h3 { margin-bottom: 0; }
    .addresses .col-1 address, 
    .addresses .col-2 address { margin-top: 0; }

    .woocommerce-address-fields .woocommerce-address-fields__field-wrapper { display: inline-block; margin-bottom: 20px; width: 100%; }

    .woocommerce-page .woocommerce-customer-details address { margin-top: 0; }

    .woocommerce-page .woocommerce-customer-details address:last-child,
    .woocommerce-page .woocommerce-customer-details address p:last-child { margin-bottom: 0; }

    .addresses .col-1 header, 
    .addresses .col-2 header,
    .addresses .col-1 address, 
    .addresses .col-2 address { border-top-width: 0; padding: 0 20px 10px; }

    .addresses .col-1 header, 
    .addresses .col-2 header { border-bottom-width: 0; }
    .addresses .col-1 address, 
    .addresses .col-2 address { margin-top: 0; }
    .addresses .col-1 h3, 
    .addresses .col-2 h3 { margin-bottom: 0; }

    .woocommerce-page .woocommerce-customer-details,
    .woocommerce-page .woocommerce-customer-details h2,
    .woocommerce-page .woocommerce-customer-details address { border-color: rgba(var(--mt-heading-rgb),0.15); }


    .woocommerce .shop_table.order_details th, 
    .woocommerce .shop_table.order_details td { text-align: left; }

    .woocommerce-page .woocommerce-order-details { border: 2px solid; margin-bottom: 50px; overflow: hidden; padding: 60px; }
    .woocommerce-account .woocommerce-order-details { padding: 25px 35px; }

    .woocommerce .woocommerce-order-details .woocommerce-order-details__title { display: inline-block; margin-bottom: 20px; }
    .woocommerce-account .woocommerce-order-details .woocommerce-order-details__title { margin-bottom: 15px; }

    .woocommerce .shop_table.customer_details th, 
    .woocommerce .shop_table.customer_details td { text-align: left; }

    .woocommerce-page .woocommerce-order-details .shop_table tr th:first-child,
    .woocommerce-page .woocommerce-order-details .shop_table tr th:last-child,
    .woocommerce-page .woocommerce-order-details .shop_table tr td:first-child,
    .woocommerce-page .woocommerce-order-details .shop_table tr td:last-child { border-left-width: 0; 
        border-right-width: 0; font-size: 15px; line-height: 30px; padding: 20px 0; vertical-align: middle; }

    .woocommerce-page .woocommerce-order-details table.shop_table tr th, 
    .woocommerce-page .woocommerce-order-details table.shop_table tr td { background: transparent; 
        line-height: 30px; padding: 20px 50px 20px 0; vertical-align: middle; }

    .woocommerce .woocommerce-order-details table.shop_table.order_details thead th { border-top-width: 0; font-size: 16px; font-weight: bold; }

    .woocommerce .woocommerce-order-details .shop_table.order_details tfoot th { font-weight: 600; text-transform: capitalize; }

    .woocommerce .woocommerce-order-details .shop_table.order_details tfoot td { font-weight: 500; }

    .woocommerce-page .woocommerce-order-details table.shop_table tr th:last-child,
    .woocommerce-page .woocommerce-order-details table.shop_table tr td:last-child { text-align: right; }

    .woocommerce .woocommerce-order-details .shop_table.order_details small.shipped_via { display: block; margin-top: -8px; }
    .woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name { width: 66.66%; }
    .woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name a { font-weight: 600; }
    .woocommerce .woocommerce-order-details .shop_table.order_details td.product-name .product-quantity { display: inline-block; font-weight: 500; }

    .woocommerce .woocommerce-order-details .shop_table.order_details td.product-name .wc-item-meta { padding-left: 0; }
    .woocommerce .woocommerce-order-details .shop_table.order_details td.product-name .wc-item-meta li { display: inline-flex; }
    .woocommerce td.product-name .wc-item-meta dt, 
    .woocommerce td.product-name .wc-item-meta dt + *,
    .woocommerce td.product-name dl.variation dt, 
    .woocommerce td.product-name dl.variation dt + *,
    .woocommerce td.product-name .wc-item-meta .wc-item-meta-label, 
    .woocommerce td.product-name .wc-item-meta .wc-item-meta-label + *,
    .woocommerce td.product-name dl.variation .wc-item-meta-label, 
    .woocommerce td.product-name dl.variation .wc-item-meta-label + * { display: inline-block; float: none; }

    .woocommerce .woocommerce-order-details .shop_table.order_details { border-width: 0 !important; margin-bottom: 0; }
    .woocommerce .woocommerce-order-details .shop_table.order_details tfoot tr:last-child th,
    .woocommerce .woocommerce-order-details .shop_table.order_details tfoot tr:last-child td { padding-bottom: 10px; }

    .woocommerce .woocommerce-order-details + .woocommerce-customer-details,
    .woocommerce-page.woocommerce-view-order .woocommerce-customer-details,
    .woocommerce-page.woocommerce-order-received .woocommerce-customer-details { border-width: 0; padding: 0; }

/**
    Forms 
*/

    .woocommerce form .form-row { float: left; margin-bottom: 12px; padding: 0; width: 100%; }

    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last {display: inline-block; overflow: visible; padding: 0; width: -webkit-calc(50% - 15px); width: -moz-calc(50% - 15px); width: calc(50% - 15px); }

    .woocommerce .woocommerce-form-coupon.checkout_coupon .form-row-last .button { margin: 0; }

    .woocommerce form .form-row-first { float: left; }
    .woocommerce form .form-row-last { float: right; }

    .woocommerce form .form-row input.input-text, 
    .woocommerce form .form-row textarea { line-height: normal; padding: var(--mt-input-padding); background: none; border: 1px solid var(--mt-border-clr); }

    .woocommerce form .form-row input.input-text { min-height: 50px; }
    .woocommerce form .form-row textarea { height: 180px; }

    .woocommerce form .form-row.notes { margin-bottom: 0; }

    .woocommerce form p { display: inline-block; margin-bottom: 10px; position: relative; vertical-align: top; width: 100%; }

    .woocommerce select, 
    .woocommerce form select, 
    .woocommerce form .form-row select { padding-left: 12px; }
    .woocommerce form .form-row .select2-container { line-height: 38px; width: 100% !important; }

    .woocommerce form.lost_reset_password p, 
    .woocommerce form .woocommerce-privacy-policy-text p { line-height: inherit; }

    .woocommerce form .woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link { position: relative; }
    .woocommerce form .woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link:before { 
        position: absolute; content: ""; display: block; bottom: 1px; width: 100%; background: currentColor; height: 1px; left: 0; right: 0; }

    .woocommerce form .form-row label, 
    .woocommerce-page form .form-row label { display: inline-block; font-size: 13px; font-weight: var(--mt-base-font-weight); }

    .woocommerce form .form-row label:not(.checkbox), 
    .woocommerce-page form .form-row label:not(.checkbox) {  margin-bottom: 2px; width: 100%;}

    .woocommerce form .form-row label.inline { display: inline-block; line-height: 18px; margin: 0; padding: 15px 20px; }

    .woocommerce-form__label-for-checkbox input[type="checkbox"] { margin-right: 10px; margin-top: 0; }

    .woocommerce ul#shipping_method li, 
    .woocommerce-checkout #payment ul.payment_methods li,
    .woocommerce ul#shipping_method li label, 
    .woocommerce-checkout #payment ul.payment_methods li label { line-height: inherit; }


    .woocommerce form .form-row .input-checkbox,
    .woocommerce-form__label-for-checkbox input[type="checkbox"] { opacity: 1; }

    .woocommerce-form__label-for-checkbox > span,
    .woocommerce .woocommerce-shipping-methods input[type="radio"] ~ label,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label { 
        display: inline-block; line-height: var(--mt-base-line-height); padding-left: 0; position: relative; }

    .woocommerce-form__label-for-checkbox > span::before,
    .woocommerce .woocommerce-shipping-methods input[type="radio"] ~ label::before,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label::before { display: none;
        border-width: 1px; border-style: solid; content: ""; height: 15px; left: 0; margin-top: 0; position: absolute; top: 6px; 
        -webkit-border-radius: 1px; border-radius: 1px; -webkit-transition: .2s; transition: .2s; width: 15px; z-index: 0; 
    }

    /* Checkbox Style */

    h3#ship-to-different-address label { font-size: 1.2rem; }

    .woocommerce form .form-row label, 
    h3#ship-to-different-address label,
    .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
    .woocommerce-page form .form-row label { display: inline-flex; align-items: center; }

    .woocommerce-form__label-for-checkbox input[type="checkbox"],
    .woocommerce .woocommerce-shipping-methods input[type="radio"] {
        -webkit-appearance: none; appearance: none; width: 1em; background: var(--mt-accent-white);
        height: 1em; border: 1px solid var(--mt-border-clr); transform: translateY(-0.075em); display: grid; place-content: center; }

    .woocommerce-form__label-for-checkbox input[type="checkbox"]:before,
    .woocommerce .woocommerce-shipping-methods input[type="radio"]:before {
        content: ""; width: 0.65em; height: 0.65em; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); 
        transform: scale(0); transform-origin: bottom left; transition: 120ms transform ease-in-out; 
        box-shadow: inset 1em 1em var(--mt-teritary); }

    .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked:before,
    .woocommerce .woocommerce-shipping-methods input[type="radio"]:checked:before {
        transform: scale(1); }

    /* Checkbox Style End */

    .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:before,
    .woocommerce .woocommerce-shipping-methods li input[type="radio"]:checked + label:before,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"]:checked + label:before {
        background: none; border-bottom: 1px solid currentColor; border-left: 1px solid transparent; border-right: 1px solid currentColor; 
        border-top: 1px solid transparent; height: 18px; left: -2px; top: 2px; width: 9px; -webkit-backface-visibility: hidden; 
        backface-visibility: hidden; -webkit-transform: rotate(40deg); transform: rotate(40deg); 
        -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; 
    }


    .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox > span {  
        font-family: var(--mt-base-font); font-size: var(--mt-base-font-size); font-weight: var(--mt-base-font-weight); letter-spacing: 0; 
        line-height: var(--mt-base-line-height); text-transform: none; color: var(--mt-body-text); }

    .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span:before { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

    .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:before { top: 50%; -webkit-transform: translateY(-50%) rotate(40deg); transform: translateY(-50%) rotate(40deg); }

    .woocommerce .woocommerce-shipping-methods input[type="radio"], 
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] { 
        opacity: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] { position: absolute; }

    .woocommerce .totals-shipping { font-size: 1rem; color: var(--mt-heading); }
    .woocommerce .totals-shipping ul#shipping_method { margin: 6px 0 0; padding: 0; font-size: 0.9rem; color: var(--mt-body-text); }
    .totals-shipping .woocommerce-shipping-destination { font-size: 0.9rem; color: var(--mt-body-text); }
    .woocommerce .totals-shipping ul#shipping_method li:last-child { margin-bottom: 0; }

    .woocommerce ul#shipping_method li > input[type="radio"] ~ label,
    .woocommerce .woocommerce-shipping-methods li > input[type="radio"] ~ label,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label { 
        display: inline-block; font-weight: 500; letter-spacing: 0.5px; vertical-align: middle; cursor: pointer; position: relative; top: -1px; }

    #add_payment_method .cart-collaterals .shipping-calculator-button::after,
    .woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
    .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after { content: none; }


    /* Color - Border */
    
    .woocommerce-form__label-for-checkbox > span:before,
    .woocommerce .woocommerce-shipping-methods li > input[type="radio"] ~ label:before,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label:before { border-color: rgba(var(--mt-heading-rgb),0.15); }


    /* Color - Color */

    .woocommerce .woocommerce-shipping-methods li > input[type="radio"] ~ label,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label { color: rgba(var(--mt-heading-rgb),0.8); }


    .woocommerce .woocommerce-shipping-methods li > input[type="radio"] ~ label:hover,
    .woocommerce .woocommerce-shipping-methods li > input[type="radio"]:checked + label,

    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label:hover,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"]:checked + label { color: var(--mt-heading); }


    /* Accent - Primary */

    .woocommerce-form__label-for-checkbox > span::before,
    .woocommerce .woocommerce-shipping-methods input[type="radio"] ~ label::before,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label::before,
    .woocommerce form.login .woocommerce-form-row label:before,
    .woocommerce form.register .woocommerce-form-row label:before { color: var(--mt-primary); }


/** 
    Buttons 
*/


    .woocommerce a.button, 
    .woocommerce button.button, 
    .woocommerce input.button, 
    .woocommerce #respond input#submit, #add_payment_method .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,

    .woocommerce ul.products li.product .product-buttons-wrapper.product-button a, 
    .woocommerce ul.products li.product .product-buttons-wrapper.product-button a.button, 
    .woocommerce ul.products li.product .product-buttons-wrapper.product-button button, 
    .woocommerce ul.products li.product .product-buttons-wrapper.product-button button.button, 
    .woocommerce ul.products li.product .product-buttons-wrapper.product-button .button,

    .woocommerce div.product .summary .yith-wcwl-add-to-wishlist a, 
    .woocommerce div.product .summary .compare, 
    .woocommerce div.product .summary .yith-wcqv-button, 
    .woocommerce div.product .summary .mt-wcsg-button { cursor: pointer; display: inline-block; float: none; position: relative; outline: none; }

    .woocommerce ul.products li.product .product-buttons-wrapper.product-button a, 
    .woocommerce ul.products li.product .product-buttons-wrapper.product-button a.button, 
    .woocommerce ul.products li.product .product-buttons-wrapper.product-button button, 
    .woocommerce ul.products li.product .product-buttons-wrapper.product-button button.button, 
    .woocommerce ul.products li.product .product-buttons-wrapper.product-button .button,

    .woocommerce ul.products li.product .product-element-group-items .wc_btn_inline a, 
    .woocommerce ul.products li.product .product-element-group-items .wc_btn_inline a.button, 
    .woocommerce ul.products li.product .product-element-group-items .wc_btn_inline button, 
    .woocommerce ul.products li.product .product-element-group-items .wc_btn_inline button.button, 
    .woocommerce ul.products li.product .product-element-group-items .wc_btn_inline .button { letter-spacing: 0; margin-top: 0; }


    .woocommerce form .button, 
    .woocommerce table .button, 
    .woocommerce form .button.alt, 
    .woocommerce table .button.alt { margin-top: 0; }

    .woocommerce div.product .summary .compare, 
    .woocommerce div.product .summary .wccm_btn_wrapper a.compare, 
    .woocommerce div.product .summary .yith-wcwl-add-to-wishlist a, 
    .woocommerce div.product .summary .wcqv_btn_wrapper a.button, 
    .woocommerce div.product .summary .wcsg_btn_wrapper a.button { margin: 8px 0; }

    .yith-wcwl-add-to-wishlist { display: inline-block !important; margin-top: 0; }
    .yith-wcwl-add-to-wishlist .yith-wcwl-add-button { display: inline-block !important; position: relative; }
    .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img { margin: auto; position: absolute; left: 0; right: 0; top: 50%; 
        -webkit-transform: translateY(-50%); transform: translateY(-50%); 
    }
    .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.hide { display: none !important; }
    .yith-wcwl-add-to-wishlist .feedback { display: none; margin-bottom: 8px; }
    .yith-wcwl-add-to-wishlist a .yith-wcwl-icon { display: none; }

    .woocommerce .button.loading:after, 
    .woocommerce button.button.loading:after, 
    .woocommerce input.button.loading::after, 
    .woocommerce a.button.loading::after, 
    .woocommerce #respond input#submit.loading:after { 
        content: "\e834"; display: inline-flex; font-family: "fontello"; font-size: 16px; position: absolute; right: -200%; top: -200%; 
        align-items: center; left: -200%; bottom: -200%; justify-content: center; margin: 0; background: var(--mt-primary); 
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading, 
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading, 
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading, 
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading, 
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading, 
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading, 
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading, 
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading { 
        overflow: hidden; opacity: 1; padding: var(--mt-padding-btn); 
    }


    .woocommerce a.button.disabled, 
    .woocommerce a.button:disabled, 
    .woocommerce a.button:disabled[disabled], 
    .woocommerce button.button.disabled, 
    .woocommerce button.button:disabled, 
    .woocommerce button.button:disabled[disabled], 
    .woocommerce input.button.disabled, 
    .woocommerce input.button:disabled, 
    .woocommerce input.button:disabled[disabled], 
    .woocommerce #respond input#submit.disabled, 
    .woocommerce #respond input#submit:disabled, 
    .woocommerce #respond input#submit:disabled[disabled],

    .woocommerce a.button.alt.disabled, 
    .woocommerce a.button.alt:disabled, 
    .woocommerce a.button.alt:disabled[disabled], 
    .woocommerce button.button.alt.disabled, 
    .woocommerce button.button.alt:disabled, 
    .woocommerce button.button.alt:disabled[disabled], 
    .woocommerce input.button.alt.disabled, 
    .woocommerce input.button.alt:disabled, 
    .woocommerce input.button.alt:disabled[disabled], 
    .woocommerce #respond input#submit.alt.disabled, 
    .woocommerce #respond input#submit.alt:disabled, 
    .woocommerce #respond input#submit.alt:disabled[disabled] { cursor: not-allowed !important; opacity: 0.6; }


    .woocommerce a.button, 
    .woocommerce button.button, 
    .woocommerce input.button, 
    .woocommerce #respond input#submit,

    .woocommerce a.button.alt, 
    .woocommerce button.button.alt, 
    .woocommerce input.button.alt, 
    .woocommerce #respond input#submit.alt,

    .woocommerce a.button.disabled, 
    .woocommerce a.button:disabled, 
    .woocommerce a.button:disabled[disabled], 
    .woocommerce button.button.disabled, 
    .woocommerce button.button:disabled, 
    .woocommerce button.button:disabled[disabled], 
    .woocommerce input.button.disabled, 
    .woocommerce input.button:disabled, 
    .woocommerce input.button:disabled[disabled], 
    .woocommerce #respond input#submit.disabled, 
    .woocommerce #respond input#submit:disabled, 
    .woocommerce #respond input#submit:disabled[disabled],

    .woocommerce a.button.alt.disabled, 
    .woocommerce a.button.alt:disabled, 
    .woocommerce a.button.alt[disabled]:disabled, 
    .woocommerce button.button.alt.disabled, 
    .woocommerce button.button.alt:disabled, 
    .woocommerce button.button.alt[disabled]:disabled, 
    .woocommerce input.button.alt.disabled, 
    .woocommerce input.button.alt:disabled, 
    .woocommerce input.button.alt[disabled]:disabled, 
    .woocommerce #respond input#submit.alt.disabled, 
    .woocommerce #respond input#submit.alt:disabled, 
    .woocommerce #respond input#submit.alt[disabled]:disabled,

    .yith-wcwl-add-to-wishlist a, 
    .yith-wcqv-button, 
    .mt-wcsg-button, 
    .woocommerce .wishlist_table .add_to_cart.button, 
    .woocommerce .yith-wcwl-popup-button a.add_to_wishlist, 
    .woocommerce .wishlist_table a.ask-an-estimate-button, 
    .woocommerce .wishlist-title a.show-title-form, 
    .woocommerce .hidden-title-form a.hide-title-form, 
    .woocommerce .hidden-title-form a.save-title-form, 
    .woocommerce .wishlist_manage_table a.create-new-wishlist, 
    .woocommerce a.added_to_cart { background-color: var(--mt-primary); color: var(--mt-accent-white); 
        border-width: 0; cursor: pointer; display: inline-block; font-family: var(--mt-base-font); font-size: 0.9rem; 
        font-style: normal; font-weight: normal; line-height: normal; margin: 10px 0 0; outline: none; padding: var(--mt-padding-btn); 
        text-decoration: none; text-transform: capitalize; -webkit-appearance: none; appearance: none; -webkit-border-radius: var(--mt-radius); 
        border-radius: var(--mt-radius); transition: var(--mt-transition) 
    }


    /* Hover */
    
    /* .woocommerce a.button:focus, 
    .woocommerce button.button:focus, 
    .woocommerce input.button:focus, 
    .woocommerce #respond input#submit:focus,

    .woocommerce a.button.alt:focus, 
    .woocommerce button.button.alt:focus, 
    .woocommerce input.button.alt:focus, 
    .woocommerce #respond input#submit.alt:focus,

    .woocommerce a.button.disabled:focus, 
    .woocommerce a.button:disabled:focus, 
    .woocommerce a.button:disabled[disabled]:focus, 
    .woocommerce button.button.disabled:focus, 
    .woocommerce button.button:disabled:focus, 
    .woocommerce button.button:disabled[disabled]:focus, 
    .woocommerce input.button.disabled:focus, 
    .woocommerce input.button:disabled:focus, 
    .woocommerce input.button:disabled[disabled]:focus, 
    .woocommerce #respond input#submit.disabled:focus, 
    .woocommerce #respond input#submit:disabled:focus, 
    .woocommerce #respond input#submit:disabled[disabled]:focus,

    .woocommerce a.button.alt.disabled:focus, 
    .woocommerce a.button.alt:disabled:focus, 
    .woocommerce a.button.alt[disabled]:disabled:focus, 
    .woocommerce button.button.alt.disabled:focus, 
    .woocommerce button.button.alt:disabled:focus, 
    .woocommerce button.button.alt[disabled]:disabled:focus, 
    .woocommerce input.button.alt.disabled:focus, 
    .woocommerce input.button.alt:disabled:focus, 
    .woocommerce input.button.alt[disabled]:disabled:focus, 
    .woocommerce #respond input#submit.alt.disabled:focus, 
    .woocommerce #respond input#submit.alt:disabled:focus, 
    .woocommerce #respond input#submit.alt[disabled]:disabled:focus,

    .yith-wcwl-add-to-wishlist a:focus, 
    .yith-wcqv-button:focus, 
    .mt-wcsg-button:focus, 
    .woocommerce .wishlist_table .add_to_cart.button:focus, 
    .woocommerce .yith-wcwl-popup-button a.add_to_wishlist:focus, 
    .woocommerce .wishlist_table a.ask-an-estimate-button:focus, 
    .woocommerce .wishlist-title a.show-title-form:focus, 
    .woocommerce .hidden-title-form a.hide-title-form:focus, 
    .woocommerce .hidden-title-form a.save-title-form:focus, 
    .woocommerce .wishlist_manage_table a.create-new-wishlist:focus, 
    .woocommerce a.added_to_cart:focus,
    
    .woocommerce a.button:hover, 
    .woocommerce button.button:hover, 
    .woocommerce input.button:hover, 
    .woocommerce #respond input#submit:hover,

    .woocommerce a.button.alt:hover, 
    .woocommerce button.button.alt:hover, 
    .woocommerce input.button.alt:hover, 
    .woocommerce #respond input#submit.alt:hover,

    .woocommerce a.button.disabled:hover, 
    .woocommerce a.button:disabled:hover, 
    .woocommerce a.button:disabled[disabled]:hover, 
    .woocommerce button.button.disabled:hover, 
    .woocommerce button.button:disabled:hover, 
    .woocommerce button.button:disabled[disabled]:hover, 
    .woocommerce input.button.disabled:hover, 
    .woocommerce input.button:disabled:hover, 
    .woocommerce input.button:disabled[disabled]:hover, 
    .woocommerce #respond input#submit.disabled:hover, 
    .woocommerce #respond input#submit:disabled:hover, 
    .woocommerce #respond input#submit:disabled[disabled]:hover,

    .woocommerce a.button.alt.disabled:hover, 
    .woocommerce a.button.alt:disabled:hover, 
    .woocommerce a.button.alt[disabled]:disabled:hover, 
    .woocommerce button.button.alt.disabled:hover, 
    .woocommerce button.button.alt:disabled:hover, 
    .woocommerce button.button.alt[disabled]:disabled:hover, 
    .woocommerce input.button.alt.disabled:hover, 
    .woocommerce input.button.alt:disabled:hover, 
    .woocommerce input.button.alt[disabled]:disabled:hover, 
    .woocommerce #respond input#submit.alt.disabled:hover, 
    .woocommerce #respond input#submit.alt:disabled:hover, 
    .woocommerce #respond input#submit.alt[disabled]:disabled:hover,

    .yith-wcwl-add-to-wishlist a:hover, 
    .yith-wcqv-button:hover, 
    .mt-wcsg-button:hover, 
    .woocommerce .wishlist_table .add_to_cart.button:hover, 
    .woocommerce .yith-wcwl-popup-button a.add_to_wishlist:hover, 
    .woocommerce .wishlist_table a.ask-an-estimate-button:hover, 
    .woocommerce .wishlist-title a.show-title-form:hover, 
    .woocommerce .hidden-title-form a.hide-title-form:hover, 
    .woocommerce .hidden-title-form a.save-title-form:hover, 
    .woocommerce .wishlist_manage_table a.create-new-wishlist:hover, 
    .woocommerce a.added_to_cart:hover { 
        background-color: var(--mt-quaternary); color: var(--mt-accent-white); } */



/**
    Product Quantity 
*/

    .woocommerce .quantity, 
    .woocommerce-page .quantity { margin: 0 auto; overflow: hidden; position: relative; width: auto; }

    .woocommerce .quantity .qty, 
    .woocommerce-page .quantity .qty, 
    .woocommerce .quantity input, 
    .woocommerce-page .quantity input { 
        display: inline-block; float: left; font-weight: bold; margin-top: 0; min-height: 48px; padding: 0; vertical-align: middle; width: 40px; }

    .woocommerce .woocommerce-grouped-product-list .quantity input, 
    .woocommerce-page .woocommerce-grouped-product-list .quantity input { width: 40px; }

    .woocommerce .cart .quantity .qty, 
    .woocommerce-page .cart .quantity .qty { background: none; text-align: center; -webkit-box-shadow: none; 
        -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }

    .woocommerce div.quantity > a { border-width: 0; }

    .woocommerce .quantity input:not(.qty) { color: var(--mt-body-text); font-size: 22px; font-weight: normal; padding: 0; text-align: center; }

    .woocommerce div.product form.cart div.quantity,
    .woocommerce div.product form.cart div.quantity ~ a,
    .woocommerce div.product form.cart div.quantity ~ a.button,
    .woocommerce div.product form.cart div.quantity ~ button,
    .woocommerce div.product form.cart div.quantity ~ button.button,
    .woocommerce div.product form.cart div.quantity ~ .button { position: relative;
        display: inline-block; float: none; margin: 0; vertical-align: middle; isolation: isolate; }

    .woocommerce div.product form.cart div.quantity { margin: 10px 10px 10px 0; }

    .woocommerce div.product form.cart + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a { margin-top: 0; }

    .woocommerce div.quantity .qty { font-size: 0.875rem; font-weight: 400; }
    .woocommerce div.quantity > a[class*="arrow"] { height: 20px; }
    .woocommerce div.quantity > a:focus { outline: thin dotted; }

    .woocommerce div.quantity:not(.quantity-with-plusminus) .qty, 
    .woocommerce-page div.quantity:not(.quantity-with-plusminus) .qty, 
    .woocommerce div.quantity:not(.quantity-with-plusminus) input, 
    .woocommerce-page div.quantity:not(.quantity-with-plusminus) input { padding: 0 15px; text-align: left; width: 80px; 
        border: 1px solid var(--mt-border-clr); -webkit-border-radius: var(--mt-radius); border-radius: var(--mt-radius); }

    .woocommerce div.quantity:not(.quantity-with-plusminus) > a[class*="arrow"] { background: transparent !important; border-width: 0; }
    .woocommerce div.quantity:not(.quantity-with-plusminus) > a[class*="arrow"] > i { position: absolute; left: 0; right: 0; }
    .woocommerce div.quantity:not(.quantity-with-plusminus) > a[class*="arrow"] > i:before { display: block; }
    .woocommerce div.quantity:not(.quantity-with-plusminus) > a.arrow-plus > i { bottom: 0; }
    .woocommerce div.quantity:not(.quantity-with-plusminus) > a.arrow-minus > i { top: 0; }


    /* Quantity - Shop Call-to-action Pages */

    .woocommerce table.shop_table tbody td .quantity, 
    .woocommerce-page table.shop_table tbody td .quantity,
    .woocommerce table.shop_table.cart tbody td .quantity, 
    .woocommerce-page table.shop_table.cart tbody td .quantity { display: inline-block; margin: 0; overflow: hidden; 
        position: relative; text-align: center; vertical-align: middle; }

    .woocommerce table.shop_table tbody td .quantity > label, 
    .woocommerce-page table.shop_table tbody td .quantity > label,
    .woocommerce table.shop_table.cart tbody td .quantity > label, 
    .woocommerce-page table.shop_table.cart tbody td .quantity > label { display: none; }

    .woocommerce table.shop_table tbody td .quantity .qty, 
    .woocommerce-page table.shop_table tbody td .quantity .qty,
    .woocommerce table.shop_table.cart tbody td .quantity .qty, 
    .woocommerce-page table.shop_table.cart tbody td .quantity .qty { float: left; 
        font-size: var(--mt-base-font-size); font-weight: normal; }

    .woocommerce .cart .quantity > a[class*="arrow"], 
    .woocommerce-page .cart .quantity > a[class*="arrow"] { float: left; font-size: 15px; height: 20px; 
        line-height: 20px; margin: 0 !important; padding: 0; position: absolute !important; right: 12px; text-align: center; top: 0; width: 20px; }

    .woocommerce .cart .quantity > a.arrow-minus, 
    .woocommerce-page .cart .quantity > a.arrow-minus { bottom: 0; line-height: 0; top: auto; }


    /* Quantity PlusMinus */

    .woocommerce div.product form.cart div.quantity.quantity-with-plusminus { width: auto; }

    .woocommerce .quantity.quantity-with-plusminus, 
    .woocommerce-page .quantity.quantity-with-plusminus { border: 1px solid rgba(var(--mt-heading-rgb),0.15); }

    .woocommerce .quantity.quantity-with-plusminus input.qty, 
    .woocommerce-page .quantity.quantity-with-plusminus input.qty { font-weight: normal; text-align: center; }

    .woocommerce .quantity.quantity-with-plusminus .qty, 
    .woocommerce-page .quantity.quantity-with-plusminus .qty,
    .woocommerce .quantity.quantity-with-plusminus input, 
    .woocommerce-page .quantity.quantity-with-plusminus input { border-width: 0; float: left; margin: 0; 
        -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }

    .woocommerce .quantity.quantity-with-plusminus input.plus, 
    .woocommerce-page .quantity.quantity-with-plusminus input.plus { font-size: 18px; }

    .woocommerce .quantity.quantity-with-plusminus input.minus:hover, 
    .woocommerce-page .quantity.quantity-with-plusminus input.minus:hover,
    .woocommerce .quantity.quantity-with-plusminus input.plus:hover, 
    .woocommerce-page .quantity.quantity-with-plusminus input.plus:hover { color: var(--mt-heading); }

    .woocommerce .cart .quantity.quantity-with-plusminus .qty, 
    .woocommerce-page .cart .quantity.quantity-with-plusminus .qty { border-style: solid; border-width: 0 1px; }

    .woocommerce .quantity.quantity-with-plusminus .qty,
    .woocommerce-page .quantity.quantity-with-plusminus .qty,
    .woocommerce .quantity.quantity-with-plusminus input,
    .woocommerce-page .quantity.quantity-with-plusminus input,
    .woocommerce .cart .quantity.quantity-with-plusminus .qty:focus,
    .woocommerce-page .cart .quantity.quantity-with-plusminus .qty:focus { border-color: rgba(var(--mt-heading-rgb),0.15); }


    /* Quantity PlusMinus - Shop Call-to-action Pages */

    .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
    .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
    .woocommerce table.shop_table.cart tbody td .quantity.quantity-with-plusminus input[type="button"],
    .woocommerce-page table.shop_table.cart tbody td .quantity.quantity-with-plusminus input[type="button"] { width: 40px; }

    .woocommerce .quantity.quantity-with-plusminus .qty:hover, 
    .woocommerce-page .quantity.quantity-with-plusminus .qty:hover,
    .woocommerce .quantity.quantity-with-plusminus input:hover, 
    .woocommerce-page .quantity.quantity-with-plusminus input:hover,
    .woocommerce table.shop_table.cart .quantity.quantity-with-plusminus input:hover, 
    .woocommerce-page table.shop_table.cart .quantity.quantity-with-plusminus input:hover { background: none; }


    .woocommerce .cart .quantity > a[class*="arrow"],
    .woocommerce-page .cart .quantity > a[class*="arrow"],
    .woocommerce div.product div.summary .cart .quantity > a[class*="arrow"],
    .woocommerce.single-product div.product .cart .quantity > a[class*="arrow"] { color: var(--mt-heading); }


    .woocommerce .cart .quantity > a[class*="arrow"]:hover,
    .woocommerce-page .cart .quantity > a[class*="arrow"]:hover,
    .woocommerce div.product div.summary .cart .quantity > a[class*="arrow"]:hover,
    .woocommerce.single-product div.product .cart .quantity > a[class*="arrow"]:hover,

    .woocommerce .quantity.quantity-with-plusminus input:not(.qty):hover,
    .woocommerce-page .quantity.quantity-with-plusminus input:not(.qty):hover,

    .woocommerce-page table.shop_table.cart .quantity > a:hover i,
    .woocommerce-page .woocommerce table.shop_table tbody td .quantity > a:hover  { color: var(--mt-teritary); }


    .woocommerce .quantity-with-arrows input[type=number], 
    .woocommerce-page .quantity-with-arrows input[type=number],
    .woocommerce .quantity-with-plusminus input[type=number], 
    .woocommerce-page .quantity-with-plusminus input[type=number] { -webkit-appearance: none; appearance: none; }

    /* Webkit browsers like Safari and Chrome */

    .woocommerce .quantity.quantity-with-arrows input[type=number]::-webkit-inner-spin-button,
    .woocommerce .quantity.quantity-with-arrows input[type=number]::-webkit-outer-spin-button,

    .woocommerce .quantity.quantity-with-plusminus input[type=number]::-webkit-inner-spin-button,
    .woocommerce .quantity.quantity-with-plusminus input[type=number]::-webkit-outer-spin-button { 
        margin: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

    /* For Firefox */

    .woocommerce .quantity.quantity-with-arrows input[type='number'],
    .woocommerce .quantity.quantity-with-plusminus input[type='number'] { -moz-appearance: textfield; }

    .woocommerce .quantity.quantity-with-arrows noindex:-o-prefocus,
    .woocommerce .quantity.quantity-with-arrows input[type=number],

    .woocommerce .quantity.quantity-with-plusminus noindex:-o-prefocus,
    .woocommerce .quantity.quantity-with-plusminus input[type=number] { padding-right: 1.2em }


/** 
    Notices 
*/

    .woocommerce .woocommerce-message, 
    .woocommerce .woocommerce-info, 
    .woocommerce .woocommerce-error, 
    .woocommerce-notice { clear: both; display: inline-block; letter-spacing: 0; margin: 30px 0 30px !important; 
        padding: 12px 30px !important; position: relative; width: 100%; z-index: 1; }

    .woocommerce .woocommerce-message, 
    .woocommerce .woocommerce-info, 
    .woocommerce .woocommerce-error { background-color: var(--mt-body-bg) !important; border-width: 1px 0 0; outline: none; }

    .woocommerce-notice { background-color: var(--mt-body-bg); border-left: 5px solid; }

    .woocommerce-notices-wrapper .woocommerce-message, 
    .woocommerce-notices-wrapper .woocommerce-info, 
    .woocommerce-notices-wrapper .woocommerce-error, 
    .woocommerce-notice { -webkit-box-shadow: 0 0 3px rgba(var(--mt-heading-rgb),0.15); box-shadow: 0 0 3px rgba(var(--mt-heading-rgb),0.15); }

    .woocommerce .woocommerce-error:before, 
    .woocommerce .woocommerce-error:after,
    .woocommerce .woocommerce-info:before, 
    .woocommerce .woocommerce-info:after,
    .woocommerce .woocommerce-message:before, 
    .woocommerce .woocommerce-message:after { content: none; }

    .woocommerce .woocommerce-error > a, 
    .woocommerce .woocommerce-info > a, 
    .woocommerce .woocommerce-message > a { display: inline-block; line-height: normal; position: relative; 
        text-decoration: underline; /* -webkit-box-shadow: 0 -1px 0 var(--mt-heading) inset; box-shadow: 0 -1px 0 var(--mt-heading) inset; */ }

    .woocommerce .woocommerce-error > a:focus, 
    .woocommerce .woocommerce-error > a:hover,
    .woocommerce .woocommerce-info > a:focus, 
    .woocommerce .woocommerce-info > a:hover,
    .woocommerce .woocommerce-message > a:focus, 
    .woocommerce .woocommerce-message > a:hover { outline: none; text-decoration: underline !important;
        /* -webkit-box-shadow: 0 -1px 0 var(--mt-border-clr) inset; box-shadow: 0 -1px 0 var(--mt-border-clr) inset; */ color: var(--mt-teritary); }

    .woocommerce .woocommerce-error .button, 
    .woocommerce .woocommerce-info .button, 
    .woocommerce .woocommerce-message .button { background: transparent; display: inline-block; float: right; font-size: 14px; line-height: 24px; 
        margin: 0; padding: 0; text-transform: capitalize; -webkit-border-radius: 0px; border-radius: 0px; }

    .woocommerce .woocommerce-error .button, 
    .woocommerce .woocommerce-info .button, 
    .woocommerce .woocommerce-message .button { display: inline-flex; position: relative; }

    .woocommerce .woocommerce-error .button, 
    .woocommerce .woocommerce-info .button, 
    .woocommerce .woocommerce-message .button { display: inline-block; font-size: 0.9rem;  
        /* line-height: normal; */ margin: 0; padding: 0px; text-transform: capitalize; 
        font-weight: var(--mt-base-font-weight); position: relative; overflow: hidden;
        background-color: transparent; color: var(--mt-link-clr); text-decoration: underline; }

    .woocommerce .woocommerce-error .button:hover, 
    .woocommerce .woocommerce-info .button:hover, 
    .woocommerce .woocommerce-message .button:hover { 
        background-color: transparent;  color: var(--mt-link-hover-clr); }

    /* .woocommerce .woocommerce-error .button:after, 
    .woocommerce .woocommerce-info .button:after, 
    .woocommerce .woocommerce-message .button:after,
    .woocommerce .woocommerce-error .button:before, 
    .woocommerce .woocommerce-info .button:before, 
    .woocommerce .woocommerce-message .button:before { content: ''; display: block; width: 100%; height: 1px; position: absolute; 
        bottom: 0; background-color: currentColor; transition:transform .4s cubic-bezier(.31,.29,.05,.96) }

    .woocommerce .woocommerce-error .button:before, 
    .woocommerce .woocommerce-info .button:before, 
    .woocommerce .woocommerce-message .button:before { left: 0 }

    .woocommerce .woocommerce-error .button:after, 
    .woocommerce .woocommerce-info .button:after, 
    .woocommerce .woocommerce-message .button:after { left: -100%; transition-delay: 0.3s }

    .woocommerce .woocommerce-error .button:before, 
    .woocommerce .woocommerce-info .button:before, 
    .woocommerce .woocommerce-message .button:before { content: ''; display: block; width: 100%; height: 1px; position: absolute; 
        bottom: 0; background-color: currentColor; transition: transform .4s cubic-bezier(.31,.29,.05,.96); }
        
    .woocommerce .woocommerce-error .button:hover:after, 
    .woocommerce .woocommerce-info .button:hover:after, 
    .woocommerce .woocommerce-message .button:hover:after,
    .woocommerce .woocommerce-error .button:hover:before, 
    .woocommerce .woocommerce-info .button:hover:before, 
    .woocommerce .woocommerce-message .button:hover:before { transform: translateX(100%) }

    .woocommerce .woocommerce-error .button:focus, 
    .woocommerce .woocommerce-info .button:focus, 
    .woocommerce .woocommerce-message .button:focus { background: transparent; outline: none; text-decoration: none !important; }

    .woocommerce .woocommerce-error .button:hover, 
    .woocommerce .woocommerce-info .button:hover, 
    .woocommerce .woocommerce-message .button:hover { background: transparent;  color: var(--mt-link-hover-clr) !important; } */


    .woocommerce .woocommerce-message, 
    .woocommerce-notice.woocommerce-notice--success { border-color: #3db44c; }
    .woocommerce .woocommerce-error, 
    .woocommerce-notice.woocommerce-notice--error { border-color: #e0352d; }
    .woocommerce .woocommerce-info, 
    .woocommerce-notice.woocommerce-notice--info { border-color: #019ed5; }
    .woocommerce-notice.woocommerce-notice--warning { border-color: #fb0; }

    .woocommerce .woocommerce-error, 
    .woocommerce .woocommerce-info, 
    .woocommerce .woocommerce-message,
    .woocommerce .woocommerce-error > a, 
    .woocommerce .woocommerce-info > a, 
    .woocommerce .woocommerce-message > a { color: var(--mt-heading); }

    .woocommerce-checkout-header ~ form.woocommerce-checkout .woocommerce-NoticeGroup { margin-top: 30px; }


/** 
    Typography 
*/

    .woocommerce div.product .product_title { font-size: clamp(1.875rem, 1.7885rem + 0.3846vw, 2.25rem); }

    .woocommerce div.product .mt-product-tabs .woocommerce-tabs .panel > h2, 
    .woocommerce div.product .mt-product-tabs .woocommerce-Reviews-title, 
    .woocommerce div.product .mt-product-tabs-exploded > h2, 
    .woocommerce #reviews #comments h2, 
    .related.products > h2, 
    .upsells.products > h2, 
    .woocommerce .wishlist-title h2, 
    .woocommerce #customer_login.col2-set h2 { font-size: 1.75rem; }

    .related.products > h2, 
    .upsells.products > h2 { margin-bottom: 1em; }


    .woocommerce #review_form #respond .comment-reply-title, 
    .mt-shop-single-sticky-addtocart-info > h3, 
    .woocommerce-billing-fields h3, 
    .woocommerce-additional-fields > h3, 
    .woocommerce-shipping-fields h2,

    .woocommerce .mt-cart-coupon-holder .coupon label, 
    .woocommerce .cart-collaterals .cart_totals h2, 
    .woocommerce .cart-collaterals .cross-sells h2, 
    #order_review_heading,

    .woocommerce-account .woocommerce-MyAccount-content form h3, 
    .woocommerce-order-downloads__title { font-size: 1.6rem; }


    .woocommerce-shipping-fields #ship-to-different-address, 
    .woocommerce .woocommerce-order-details .woocommerce-order-details__title { font-size: 1.45rem; }


    .woocommerce ul.products li.product .product-thumb-content .product-title h5, 
    .woocommerce ul.products li.product .product-details .product-title h5, 
    .woocommerce ul.products li.product-category .product-wrapper h3 { font-size: 1.3rem; }

    .woocommerce-page .woocommerce-customer-details h2, 
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses h3, 
    .woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title, 
    .woocommerce-account .woocommerce-MyAccount-content fieldset legend { font-size: 1.25rem; }


    .woocommerce .cart-collaterals .cart_totals h2, 
    .woocommerce-billing-fields h3, 
    .woocommerce-shipping-fields h2, 
    .woocommerce-additional-fields > h3, 
    .woocommerce-checkout-order-review-wrap #order_review_heading, 
    .woocommerce .woocommerce-order-details .woocommerce-order-details__title { line-height: 1em; margin-top: 0; margin-bottom: 20px; }

    .woocommerce table.shop_table thead th, 
    .woocommerce-page table.shop_table thead th { font-size: var(--mt-base-font-size); text-transform: capitalize; }

    .woocommerce div.product .mt-product-tabs .woocommerce-tabs .panel > h2, 
    .woocommerce div.product .mt-product-tabs .woocommerce-Reviews-title, 
    .woocommerce div.product .mt-product-tabs-exploded > h2, 
    .woocommerce #review_form #respond .comment-reply-title { text-transform: none; }


/**
	Default Colors
*/

    /* Backgrounds */

    .woocommerce ul.products li.product .featured-tag, 
    .woocommerce.single-product .featured-tag, 
    .mt-product-image-gallery-container .featured-tag { background-color: var(--mt-heading); }

    .woocommerce ul.products li .product-wrapper, 
    .woocommerce-tabs .panel, 
    .woocommerce table .quantity .qty { background-color: var(--mt-body-bg); }

    .woocommerce .shop_table th, 
    .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: rgba(var(--mt-heading-rgb),0.15); }

    .woocommerce tbody td, 
    .woocommerce tbody th,
    .woocommerce table.shop_attributes .alt td,
    .woocommerce table.shop_attributes .alt th,
    .woocommerce table.shop_attributes tr:nth-child(even) td,
    .woocommerce table.shop_attributes tr:nth-child(even) th { background: rgba(var(--mt-primaryRgb),0.02); }

    .woocommerce .shop_attributes tbody tr:nth-child(2n+1) th,
    .woocommerce .shop_attributes tbody tr:nth-child(2n+1) td,
    .woocommerce-page .shop_attributes tbody tr:nth-child(2n+1) th,
    .woocommerce-page .shop_attributes tbody tr:nth-child(2n+1) td { background: rgba(var(--mt-primaryRgb),0.035); }

    .woocommerce ul.products li.product:hover .onsale { background-color: #77a464; }

    .woocommerce span.out-of-stock, 
    .woocommerce ul.products li.product:hover .out-of-stock,
    .woocommerce a.remove:hover, 
    .woocommerce .widget_shopping_cart 
    .cart_list li a.remove:hover, 
    .woocommerce.widget_shopping_cart .cart_list li a.remove:hover { color: var(--mt-scondery) !important; background-color: transparent; }


    .woocommerce ul.products li.product-category .product-details h5 .count,
    .woocommerce .quantity input:not(.qty),
    .woocommerce .product form.cart table.variations td, 
    .woocommerce .product form.cart .group_table td,
    .woocommerce p.price del, 
    .woocommerce span.price del, 
    .woocommerce .product-price del, 
    .woocommerce-grouped-product-list-item__price del,
    .woocommerce p.price ins, 
    .woocommerce span.price ins, 
    .woocommerce .product-price ins, 
    .woocommerce-grouped-product-list-item__price ins,
    .woocommerce p.price .amount, 
    .woocommerce span.price .amount, 
    .woocommerce .product-price .amount, 
    .woocommerce-grouped-product-list-item__price .amount { background-color: transparent; }

    /* Borders */

    .woocommerce ul.products li.product .featured-tag:after, 
    .woocommerce ul.products li.product:hover .featured-tag:after,
    .woocommerce.single-product .featured-tag:after, 
    .mt-product-image-gallery-container .featured-tag:after { border-color: var(--mt-heading); }

    .woocommerce ul.products li.product .featured-tag:after { border-right-color: transparent !important; }

    .woocommerce.single-product .images .featured-tag:after, 
    .mt-product-image-gallery-container .featured-tag:after { border-left-color: transparent !important; }


    .woocommerce ul.products li.product .product-details h5, 
    .woocommerce ul.products li.product-category .product-wrapper h3 { border-color: #f2f2f2; }

    .woocommerce ul.products li.product:hover a img, 
    .woocommerce-page .woocommerce ul.products li.product:hover a img { -webkit-box-shadow: none; box-shadow: none; }


    .woocommerce table.shop_table, 
    .woocommerce table.shop_attributes,
    .woocommerce-page table.shop_table tbody tr td, 
    .woocommerce table.shop_table tbody tr td,
    .woocommerce table.shop_attributes tr th, 
    .woocommerce table.shop_attributes tr td,
    .woocommerce table.shop_table tbody th, 
    .woocommerce table.shop_table tfoot td, 
    .woocommerce table.shop_table tfoot th,

    .woocommerce .shop_table tr td.product-stock-status > span,
    .woocommerce .cart .quantity, 
    .woocommerce-page .cart .quantity,
    .woocommerce .order_details, 
    .woocommerce .order_details li, 
    .woocommerce-page .woocommerce-order-details { border-color: rgba(var(--mt-heading-rgb),0.15); }

    /* Colors */
    
    .woocommerce ul.products li.product:hover .onsale, 
    .woocommerce ul.products li.product:hover .out-of-stock, 
    .woocommerce .product span.out-of-stock,

    .woocommerce ul.products li.product .featured-tag i, 
    .woocommerce.single-product .featured-tag i, 
    .mt-product-image-gallery-container .featured-tag i, 
    .woocommerce ul.products li.product .featured-tag > div, 
    .woocommerce.single-product .featured-tag > div, 
    .mt-product-image-gallery-container .featured-tag > div { color: var(--mt-accent-white); }


    .woocommerce div.product .woocommerce-product-rating .woocommerce-review-link { color: var(--mt-heading); font-family: var(--mt-base-font); }

    .woocommerce ul.products li.product .product-details .product-category-wrapper a { color: var(--mt-primary); }
    .woocommerce ul.products li.product .product-details .product-category-wrapper a:hover { color: var(--mt-scondery); }


    .woocommerce ul.products li .product-title p, 
    .woocommerce ul.products li.product .price del, 
    .woocommerce ul.products li.product .price,

    .woocommerce p.price del, 
    .woocommerce span.price del, 
    .woocommerce .product-price del, 
    .woocommerce p.price del .amount, 
    .woocommerce span.price del .amount, 
    .woocommerce .product-price del .amount, 
    .product .summary .price .amount, 
    .product .summary .price .from,

    .woocommerce ul.products li .product-title h3, 
    .woocommerce ul.products li .product-title h3 a, 
    .woocommerce div.product p.price, 
    .woocommerce div.product span.price, 
    .woocommerce p.price, 
    .woocommerce span.price, 
    .woocommerce .product-price, 
    .woocommerce p.price ins, 
    .woocommerce span.price ins, 
    .woocommerce .product-price ins, 
    .woocommerce p.price ins .amount, 
    .woocommerce span.price ins .amount, 
    .woocommerce .product-price ins .amount,

    .woocommerce table.shop_attributes tbody th,
    .woocommerce-page .woocommerce table.shop_table thead th,
    .woocommerce-page .woocommerce table.shop_table tbody td .quantity .qty,
    .woocommerce-page .woocommerce table.shop_table tbody td .quantity > a,

    .woocommerce .woocommerce-order-details table.shop_table tr th,
    .woocommerce .woocommerce-order-details table.shop_table tr td:last-child,
    
    .woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name a,
    .woocommerce table.shop_table.woocommerce-table--order-downloads tr td[data-title="Product"] a { color: var(--mt-heading); }

    .woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name a:hover,
    .woocommerce table.shop_table.woocommerce-table--order-downloads tr td[data-title="Product"] a:hover { color: var(--mt-link-hover-clr); }

    .woocommerce-page .woocommerce-order-details table.shop_table td a:not(.button) { color: inherit; }

    .woocommerce a.remove { color: var(--mt-teritary) !important; }

/**
	Accents
*/


    .woocommerce span.onsale { background-color: var(--mt-primary) !important; color: var(--mt-scondery) !important; }

    .woocommerce ul.products li.product .featured-tag, 
    .woocommerce ul.products li.product:hover .featured-tag, 
    .woocommerce.single-product .featured-tag,

    .woocommerce .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range { background-color: var(--mt-primary); }

    .woocommerce ul.products li.product .featured-tag:after, 
    .woocommerce ul.products li.product:hover .featured-tag:after,
    .woocommerce.single-product .featured-tag:after, 
    .mt-product-image-gallery-container .featured-tag:after { 
        border-color: var(--mt-primary); }

    .woocommerce .widget_layered_nav ul li.chosen > a, 
    .woocommerce .widget_layered_nav ul li.chosen > .count, 
    .woocommerce .widget_layered_nav_filters ul li.chosen > a, 
    .woocommerce .widget_layered_nav_filters ul li.chosen > .count,
    .woocommerce-page .woocommerce-order-details table.shop_table td a:not(.button):hover { color: var(--mt-teritary); }


	/* Buttons WooCommerce */

    .woocommerce a.button, 
    .woocommerce button.button, 
    .woocommerce input.button, 
    .woocommerce #respond input#submit,

    .woocommerce a.button.alt, 
    .woocommerce button.button.alt, 
    .woocommerce input.button.alt, 
    .woocommerce #respond input#submit.alt,

    .woocommerce a.button.disabled, 
    .woocommerce a.button:disabled, 
    .woocommerce a.button:disabled[disabled], 
    .woocommerce button.button.disabled, 
    .woocommerce button.button:disabled, 
    .woocommerce button.button:disabled[disabled], 
    .woocommerce input.button.disabled, 
    .woocommerce input.button:disabled, 
    .woocommerce input.button:disabled[disabled], 
    .woocommerce #respond input#submit.disabled, 
    .woocommerce #respond input#submit:disabled, 
    .woocommerce #respond input#submit:disabled[disabled],

    .woocommerce a.button.alt.disabled, 
    .woocommerce a.button.alt:disabled, 
    .woocommerce a.button.alt[disabled]:disabled, 
    .woocommerce button.button.alt.disabled, 
    .woocommerce button.button.alt:disabled, 
    .woocommerce button.button.alt[disabled]:disabled, 
    .woocommerce input.button.alt.disabled, 
    .woocommerce input.button.alt:disabled, 
    .woocommerce input.button.alt[disabled]:disabled, 
    .woocommerce #respond input#submit.alt.disabled, 
    .woocommerce #respond input#submit.alt:disabled, 
    .woocommerce #respond input#submit.alt[disabled]:disabled,

    .yith-wcwl-add-to-wishlist a, 
    .yith-wcqv-button, 
    .mt-wcsg-button, 
    .woocommerce .wishlist_table .add_to_cart.button, 
    .woocommerce .yith-wcwl-popup-button a.add_to_wishlist, 
    .woocommerce .wishlist_table a.ask-an-estimate-button, 
    .woocommerce .wishlist-title a.show-title-form, 
    .woocommerce .hidden-title-form a.hide-title-form, 
    .woocommerce .hidden-title-form a.save-title-form, 
    .woocommerce .wishlist_manage_table a.create-new-wishlist, 
    .woocommerce a.added_to_cart { background-color: var(--mt-primary); isolation: isolate; }


	/* Buttons WooCommerce */
    
    .woocommerce a.button.disabled:hover, 
    .woocommerce a.button:disabled:hover, 
    .woocommerce a.button:disabled[disabled]:hover, 
    .woocommerce button.button.disabled:hover, 
    .woocommerce button.button:disabled:hover, 
    .woocommerce button.button:disabled[disabled]:hover, 
    .woocommerce input.button.disabled:hover, 
    .woocommerce input.button:disabled:hover, 
    .woocommerce input.button:disabled[disabled]:hover, 
    .woocommerce #respond input#submit.disabled:hover, 
    .woocommerce #respond input#submit:disabled:hover, 
    .woocommerce #respond input#submit:disabled[disabled]:hover,
    
    .woocommerce a.button.alt.disabled:hover, 
    .woocommerce a.button.alt:disabled:hover, 
    .woocommerce a.button.alt[disabled]:disabled:hover, 
    .woocommerce button.button.alt.disabled:hover, 
    .woocommerce button.button.alt:disabled:hover, 
    .woocommerce button.button.alt[disabled]:disabled:hover, 
    .woocommerce input.button.alt.disabled:hover, 
    .woocommerce input.button.alt:disabled:hover, 
    .woocommerce input.button.alt[disabled]:disabled:hover, 
    .woocommerce #respond input#submit.alt.disabled:hover, 
    .woocommerce #respond input#submit.alt:disabled:hover, 
    .woocommerce #respond input#submit.alt[disabled]:disabled:hover { 
        background-color: var(--mt-primary); }
        
    .woocommerce a.button:hover, 
    .woocommerce button.button:hover, 
    .woocommerce input.button:hover, 
    .woocommerce #respond input#submit:hover,

    .woocommerce a.button.alt:hover, 
    .woocommerce button.button.alt:hover, 
    .woocommerce input.button.alt:hover, 
    .woocommerce #respond input#submit.alt:hover,
    .yith-wcwl-add-to-wishlist a:hover, 
    .mt-wcsg-button:hover, 
    .woocommerce .wishlist_table .add_to_cart.button:hover, 
    .woocommerce .yith-wcwl-popup-button a.add_to_wishlist:hover, 
    .woocommerce .wishlist_table a.ask-an-estimate-button:hover, 
    .woocommerce .wishlist-title a.show-title-form:hover, 
    .woocommerce .hidden-title-form a.hide-title-form:hover, 
    .woocommerce .hidden-title-form a.save-title-form:hover, 
    .woocommerce .wishlist_manage_table a.create-new-wishlist:hover, 
    .woocommerce a.added_to_cart:hover { 
        background-color: var(--mt-quaternary); }



/**
	Responsive
*/

    @media only screen and (min-width:1025px) and (max-width:1280px) {

        .woocommerce table.shop_table th, 
        .woocommerce-page table.shop_table th,
        .woocommerce table.shop_table td, 
        .woocommerce-page table.shop_table td,
        .woocommerce table.shop_table tbody th, 
        .woocommerce table.shop_table tfoot th, 
        .woocommerce table.shop_table tfoot td { font-weight: normal; }

    }


    @media only screen and (min-width:768px) and (max-width:1024px) {

        .woocommerce table.shop_table tbody th,
        .woocommerce table.shop_table th, 
        .woocommerce table.shop_table td,
        .woocommerce-page table.shop_table th, 
        .woocommerce-page table.shop_table td,
        .woocommerce table.shop_table tfoot th, 
        .woocommerce table.shop_table tfoot td { font-weight: normal; }

        .woocommerce table.shop_table td, 
        .woocommerce-page table.shop_table td,
        .woocommerce table.shop_table thead th, 
        .woocommerce-page table.shop_table thead th { padding: 20px 10px; }

        .woocommerce .shop_table tr td.product-stock-status > span { font-size: 10px; line-height: 20px; }


        .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
        .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"] { width: 30px; }

        .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input.qty,
        .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input.qty { width: 35px; }

    }


    @media only screen and (max-width: 768px) {

        .woocommerce .woocommerce-message, 
        .woocommerce .woocommerce-info, 
        .woocommerce .woocommerce-error {display: table;text-align: center;width: 100%; }

        .woocommerce .woocommerce-error .button, 
        .woocommerce .woocommerce-info .button, 
        .woocommerce .woocommerce-message .button { display: table-footer-group; float: none; text-decoration: underline; -webkit-box-shadow: none !important; box-shadow: none !important; }

        .woocommerce ul.products li.product,  .woocommerce ul.products[class*="columns-"] li.product,
        .woocommerce-page ul.products li.product, 
        .woocommerce-page ul.products[class*="columns-"] li.product { margin: 0; width: 100%; }

        .woocommerce table.shop_table tr td::before,
        .woocommerce-page table.shop_table tr td::before { content: none; }

        .woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column { margin: 0 0 20px; }

    }

    @media only screen and (min-width: 768px) {

        .woocommerce table.shop_table thead, 
        .woocommerce-page table.shop_table thead { display: table-header-group; }

        .woocommerce table.shop_table tr, 
        .woocommerce-page table.shop_table tr { display: table-row; }

        .woocommerce table.shop_table tbody th, 
        .woocommerce-page table.shop_table tbody th,
        .woocommerce table.shop_table tr td, 
        .woocommerce-page table.shop_table tr td { display: table-cell; }

        .woocommerce table.shop_table tr:nth-child(2n) td,
        .woocommerce-page table.shop_table tr:nth-child(2n) td { background: none; }

        .woocommerce table.shop_table tr td:not(:last-child), 
        .woocommerce-page table.shop_table tr td:not(:last-child) { text-align: left !important; }


        .woocommerce #content table.cart .product-thumbnail, 
        .woocommerce table.cart .product-thumbnail, 
        .woocommerce-page #content table.cart .product-thumbnail, 
        .woocommerce-page table.cart .product-thumbnail { display: table-cell; }


        .woocommerce-cart table.shop_table tr.cart-discount th,
        .woocommerce-cart table.shop_table tr.cart-discount td { vertical-align: middle; }

    }


    @media only screen and (max-width: 767px) {

        .woocommerce .pagination .column { margin: 0 auto; text-align: center; width: 100%; }
        .woocommerce .pagination ul, 
        .woocommerce .pagination ul li { float: none; }
        .woocommerce .pagination ul li { display: inline-block; }

        .woocommerce .woocommerce-message, 
        .woocommerce .woocommerce-info, 
        .woocommerce .woocommerce-error { display: table; text-align: center; width:100%; }

        .woocommerce .woocommerce-error .button, 
        .woocommerce .woocommerce-info .button, 
        .woocommerce .woocommerce-message .button { display: table-footer-group; float: none; 
            text-decoration: underline; -webkit-box-shadow: none !important; box-shadow: none !important; }

        .woocommerce .woocommerce-error > a, 
        .woocommerce .woocommerce-info > a, 
        .woocommerce .woocommerce-message > a { display: block; margin-left: 0; -webkit-box-shadow: none !important; box-shadow: none !important; }

        .woocommerce .woocommerce-error > a:not(.button), 
        .woocommerce .woocommerce-info > a:not(.button), 
        .woocommerce .woocommerce-message > a:not(.button) { text-decoration: underline; }


        .woocommerce .product p.price del, 
        .woocommerce-page .product p.price del,
        .woocommerce div.product p.price del, 
        .woocommerce-page div.product p.price del,

        .woocommerce .product span.price del, 
        .woocommerce-page .product span.price del,
        .woocommerce div.product span.price del, 
        .woocommerce-page div.product span.price del,

        .woocommerce .product-price del, 
        .woocommerce-page .product-price del { font-size: 14px; }

        .woocommerce .product p.price, 
        .woocommerce-page .product p.price,
        .woocommerce div.product p.price, 
        .woocommerce-page div.product p.price,

        .woocommerce .product span.price, 
        .woocommerce-page .product span.price,
        .woocommerce div.product span.price, 
        .woocommerce-page div.product span.price,

        .woocommerce .product p.price ins, 
        .woocommerce-page .product p.price ins,
        .woocommerce div.product p.price ins, 
        .woocommerce-page div.product p.price ins,

        .woocommerce .product span.price ins, 
        .woocommerce-page .product span.price ins,
        .woocommerce div.product span.price ins, 
        .woocommerce-page div.product span.price ins { font-size: 16px; }

        .woocommerce div.product form.cart div.quantity .qty{ font-size: 14px; }


        /* #region - Plugin Style Override */
        .woocommerce table.shop_table tr:nth-child(2n) td,
        .woocommerce-page table.shop_table tr:nth-child(2n) td { background: none; }

        .woocommerce table.shop_table tr td,
        .woocommerce-page table.shop_table tr td { text-align: inherit !important; }

        .woocommerce table.shop_table tr td:before,
        .woocommerce-page table.shop_table tr td:before { display: none; }

        /* #endregion */


        .woocommerce table.shop_table tr { display: block; overflow: hidden; position: relative; }

        .woocommerce table.shop_table th, 
        .woocommerce-page table.shop_table th,
        .woocommerce table.shop_table td, 
        .woocommerce-page table.shop_table td,
        .woocommerce table.shop_table tbody th, 
        .woocommerce table.shop_table tfoot th,
        .woocommerce table.shop_table tfoot td { font-size: 16px; font-weight: normal; }

        .woocommerce table.shop_table tr td.product-name[data-title="Product"] a { 
            font-size: calc(var(--mt-base-font-size) + 3px); font-weight: var(--mt-head-font-weight); }

        .woocommerce table.shop_table th, 
        .woocommerce-page table.shop_table th,
        .woocommerce table.shop_table tbody th, 
        .woocommerce-page table.shop_table tbody th,
        .woocommerce table.shop_table tfoot th, 
        .woocommerce-page table.shop_table tfoot th { font-size: 13px; }

        .woocommerce table.shop_table th, 
        .woocommerce-page table.shop_table th { text-align: center; }

        .woocommerce table.shop_table td, 
        .woocommerce-page table.shop_table td { padding: 0; }


        .woocommerce table.shop_table th, 
        .woocommerce-page table.shop_table th,
        .woocommerce .shop_table thead th:first-child, 
        .woocommerce .shop_table thead th:last-child{ border-bottom-width: 0; border-top: 1px solid transparent; }

        .woocommerce .shop_table .product-thumbnail a { display: inline-block; margin: 10px 0 0; }

        .woocommerce .shop_table td.product-name a,
        .woocommerce .shop_table td.product-stock-status span, 
        .woocommerce .shop_table tr.order td a { display: inline-block; margin-top: 18px; }

        .woocommerce .shop_table td.product-name a { white-space: normal; }
        .woocommerce .shop_table td.product-price span, 
        .woocommerce .shop_table td.product-subtotal span { margin-top: 10px; display: inline-block; }

        .woocommerce table.shop_table tr td.product-remove { background-color: var(--mt-body-bg); 
            border: 1px solid rgba(var(--mt-heading-rgb),0.15) !important; display: flex; justify-content: center; 
            align-items: center; height: 45px !important; line-height: 45px; margin: auto; padding: 0 !important; 
            position: absolute; right: 15px; text-align: center; top: 15px; width: 45px !important; z-index: 1; }

        .woocommerce table.shop_table tr td.product-remove > div { display: inherit; }


        .woocommerce table.shop_table, 
        .woocommerce table.shop_table tbody, 
        .woocommerce table.shop_table tfoot,
        .woocommerce table.shop_table tr, 
        .woocommerce table.shop_table tr th, 
        .woocommerce table.shop_table tr td { display: block; text-align: center; width: 100%; }

        .woocommerce table.shop_table tr th, body .woocommerce table.shop_table tr td { border-width: 0; 
            float: left; height: auto !important; margin-bottom: 20px; padding: 5px 15px; text-align: left; width: auto !important; }

        .woocommerce table.shop_table tr td:first-child, 
        .woocommerce-page table.shop_table tr td:first-child { padding-left: 15px; }

        .woocommerce table.shop_table tr td:last-child, 
        .woocommerce-page table.shop_table tr td:last-child { padding-right: 15px; }


        .woocommerce table.shop_table tr td.product-thumbnail { line-height: 0; margin: 0; padding: 15px; width: 100% !important; }

        .woocommerce #content table.cart .product-thumbnail, 
        .woocommerce table.cart .product-thumbnail, 
        .woocommerce-page #content table.cart .product-thumbnail, 
        .woocommerce-page table.cart .product-thumbnail { display: block; }


        .woocommerce table.shop_table tr td.product-thumbnail a { display: inline-block; margin: 0; max-width: 100%; width: 100%; }

        .woocommerce table.shop_table tr td.product-thumbnail img { height: auto; width: 100%; }

        .woocommerce table.shop_table tr td.product-name { margin: 0 0 10px; }

        .woocommerce .shop_table td.product-name a, 
        .woocommerce .shop_table tr.order td a, 
        .woocommerce .shop_table td.product-stock-status span { margin: 0; }

        .woocommerce table.shop_table tr td.product-quantity,
        .woocommerce table.shop_table tr td.product-price { display: table-cell; float: none; 
            text-align: center; vertical-align: middle; width: 1% !important; }


        .woocommerce table.shop_table tr td.product-subtotal { border-style: solid; 
            border-width: 1px 0 0; display: block; margin: 10px 0 0; padding: 20px 15px 15px; }

        .woocommerce table.shop_table tr td.product-name, 
        .woocommerce table.shop_table tr td.product-subtotal { text-align: center; width: 100% !important; }

        .woocommerce table.shop_table tr td > label, 
        .woocommerce-page table.shop_table tr td > label { display: block; font-size: 18px; font-weight: 600; 
            line-height: normal; margin-bottom: 10px; width: 100%; }

        .woocommerce .shop_table td.product-price span, 
        .woocommerce .shop_table td.product-subtotal span { margin: 0; line-height: 30px; height: 30px; }

        .woocommerce .shop_table td.product-price del > span { display: unset; }


        .woocommerce .shop_table.order_details th, 
        .woocommerce .shop_table.order_details td { text-align: center; }

        .woocommerce table.shop_table.order_details thead th,
        .woocommerce-page table.shop_table.order_details thead th { border-bottom-width: 0; }

        .woocommerce .shop_table.order_details td.product-name a { margin-top: 0; }

        .woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name a,
        .woocommerce table.shop_table.woocommerce-table--order-downloads tr td[data-title="Product"] a { 
            font-size: var(--mt-base-font-size); font-weight: bold; }

        .woocommerce-page .woocommerce-order-details { padding: 25px 20px; }

        .woocommerce .woocommerce-order-details .woocommerce-order-details__title { margin-bottom: 10px; text-align: center; width: 100%; }
        .woocommerce .woocommerce-order-details .shop_table.order_details thead { display: none; }
        .woocommerce .woocommerce-order-details .shop_table.order_details tr { border-color: rgba(var(--mt-heading-rgb),0.15); border-style: solid; border-width: 0 0 1px; padding: 10px 0; }
        .woocommerce .woocommerce-order-details .shop_table.order_details tfoot tr:last-child { border-width: 0; }

        .woocommerce .woocommerce-order-details .shop_table.order_details tr th,
        .woocommerce .woocommerce-order-details .shop_table.order_details tr td { display: block; margin: 0; padding: 0 !important; width: 100% !important; }

        .woocommerce .woocommerce-order-details .order-again { text-align: center; }
        .woocommerce-page .woocommerce-order-details table.shop_table tr td:last-child { text-align: center; }


        .woocommerce table.shop_table tbody td .quantity .qty,
        .woocommerce-page table.shop_table tbody td .quantity .qty	{ font-size: 14px; }

        .woocommerce .quantity.quantity-with-plusminus .qty,
        .woocommerce-page .quantity.quantity-with-plusminus .qty,
        .woocommerce .quantity.quantity-with-plusminus input,
        .woocommerce-page .quantity.quantity-with-plusminus input,
        .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
        .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"] { width: 40px; }

        .woocommerce form .form-row-first, 
        .woocommerce-page form .form-row-first,
        .woocommerce form .form-row-last, 
        .woocommerce-page form .form-row-last { width: 100%; }

        .woocommerce form .form-row, 
        .woocommerce-page form .form-row { padding: 0; }


        /* Quick View */

        #yith-quick-view-modal.open .yith-wcqv-main { padding-top: 20px; }
        body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content > div.product > div.product { 
            padding-right: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; 
        }

        body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.images,
        body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary { display: block; float: none; margin: 25px; width: auto; }

        body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary { margin-top: 0; }
        body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-close { 
            height: 20px; line-height: 20px; opacity: 1; right: 14px; top: -4px; width: 20px; z-index: 10; 
            -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }

        body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary,
        body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary .product form.cart .variations li.zoo-cw-attr-row div.label,
        body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary .product form.cart .variations li.zoo-cw-attr-row div.label label { text-align: left; }

        body #yith-quick-view-content .summary.entry-summary .summary-content form.cart table.variations tbody tr > th.label span.woo-selected-variation-item-name {
            font-size: .9rem;
          }

    }

    @media only screen and (max-width: 768px) {

        .woocommerce-page.woocommerce-view-order .woocommerce-customer-details .addresses .woocommerce-column + .woocommerce-column { margin-top: 30px; }

    }


    @media only screen and (max-width: 479px) {

        .woocommerce .shop_table tr td.product-stock-status > span { font-size: 10px; padding: 10px 5px; }
        .woocommerce form .form-row label.inline { padding-left: 0; }

        .woocommerce .woocommerce-message, 
        .woocommerce .woocommerce-info, 
        .woocommerce .woocommerce-error { display: table; text-align: center; }

        .woocommerce .woocommerce-error .button, 
        .woocommerce .woocommerce-info .button, 
        .woocommerce .woocommerce-message .button { display: table-footer-group; float: none; 
            text-decoration: underline; -webkit-box-shadow: none !important; box-shadow: none !important; }


        .woocommerce div.product form.cart div.quantity,
        .woocommerce div.product form.cart div.quantity ~ a,
        .woocommerce div.product form.cart div.quantity ~ a.button,
        .woocommerce div.product form.cart div.quantity ~ button,
        .woocommerce div.product form.cart div.quantity ~ button.button,
        .woocommerce div.product form.cart div.quantity ~ .button,
        .woocommerce div.product form.cart div.quantity ~ .button.alt,
        .woocommerce div.product form.cart div.quantity ~ .button.disabled,
        .woocommerce div.product form.cart div.quantity ~ .button[disabled],
        .woocommerce div.product form.cart div.quantity ~ .button.alt.disabled,
        .woocommerce div.product form.cart div.quantity ~ .button.alt[disabled] { margin-top: 5px; margin-bottom: 5px; }

    }


    @media only screen and (min-width: 320px) and (max-width: 479px) {

        .woocommerce select, 
        .woocommerce-page select { min-height: auto; }

    }


    /*----*****---- << Mobile >> ----*****----*/

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 319px) {

        .woocommerce .woocommerce-ordering { min-width: 100%; }

        .woocommerce table.shop_table th, 
        .woocommerce-page table.shop_table th { width: 90px; }

        .woocommerce table.shop_table td, 
        .woocommerce-page table.shop_table td { width: 161px; }

        .woocommerce table.shop_table .quantity.quantity-with-plusminus input,
        .woocommerce-page table.shop_table .quantity.quantity-with-plusminus input,

        .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus .qty,
        .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus .qty,

        .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
        .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"] { width: 24px; }

        .woocommerce .shop_table.order_details th:first-child, 
        .woocommerce .shop_table.order_details td:first-child { width: 50%; }

    }

/* #endregion - Responsive */

