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

/* Add your custom styles here */
.rotate-180{
    transform: rotate(180deg);
}

.custom-cart-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 50%;
}


header .cart .count {
    min-width: 16px;
    min-height: 16px;
    background-color: #c98a1d;
    border-radius: 9999px;
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    color: #FFFFFF;
    position: absolute;
    top: -6px;
    right: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product .product-container {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}
.single-product .product-container .onsale {
    display: none;
}
.single-product .product-container .woocommerce-product-gallery {
    float: none !important;
    margin: 0 !important;
    width: 50% !important;
}
.single-product .product-container .woocommerce-product-gallery__image {
    border-radius: 4px;
}
.single-product .product-container .woocommerce-product-gallery__image img {
    border: 1px solid #E2E4E9 !important;
    border-radius: 4px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.single-product .product-container .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    margin-top: 32px !important;
}
.single-product .product-container .flex-control-thumbs li {
    float: none !important;
    width: 23.875% !important;
    margin-bottom: 1.5% !important;
}
.single-product .product-container .summary {
    float: none !important;
    margin: 0 !important;
    width: 50% !important;
}
.single-product .product-container .summary .brand {
    font-family: "DM Sans";
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #737B8C;
    margin-bottom: 20px;
}
.single-product .product-container .summary .product_title {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    color: #171C26;
    margin-bottom: 18px;
}
.single-product .product-container .summary .price {
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #16325A;
    display: flex;
    flex-direction: row-reverse;
    justify-self: start;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px !important;
}
.single-product .product-container .summary .price ins {
    text-decoration: none;
}
.single-product .product-container .summary .price del {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #737b8c;
    opacity: 1;
}
.single-product .product-container .summary .stock {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #16325A;
}
.single-product .product-container .summary .stock .dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background-color: #16325A;
}
.single-product .product-container .summary .stock {
    display: flex;
    align-items: center;
    gap: 8px;
}
.single-product .product-container .summary .stock.in-stock {
    color: #29A366;
}
.single-product .product-container .summary .stock.in-stock .dot {
    background-color: #29A366;
}
.single-product .product-container .summary .stock.out-stock {
    color: #ff0000;
}
.single-product .product-container .summary .stock.out-stock .dot {
    background-color: #ff0000;
}
.single-product .product-container .summary .divider {
    height: 1px;
    background-color: #E2E4E9;
    margin: 20px 0px;
}
.single-product .product-container .summary .woocommerce-product-details__short-description {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    color: #737b8c;
    margin-top: 20px;
}
.single-product .product-container .summary .cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.single-product .product-container .summary .cart::before,
.single-product .product-container .summary .cart::after {
    display: none;
}
.single-product .product-container .summary .cart .quantity {
    border: 1px solid #E2E4E9;
    border-radius: 4px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    float: none;
    margin: 0;
    height: 44px;
}
.single-product .product-container .summary .cart .quantity .qty-minus,
.single-product .product-container .summary .cart .quantity .qty-plus {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #171C26;
    padding: 0;
}
.single-product .product-container .summary .cart .quantity .qty {
    width: 48px;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 0;
    font-family: "DM Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.single-product .product-container .summary .cart .single_add_to_cart_button {
    background-color: #16325A !important;
    color: #FFFFFF !important;
    outline: none !important;
    border: 1px solid #16325A !important;
    border-radius: 4px;
    padding: 11px 47px 11px 71px;
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.33317 14.6667C5.70136 14.6667 5.99984 14.3682 5.99984 14C5.99984 13.6318 5.70136 13.3333 5.33317 13.3333C4.96498 13.3333 4.6665 13.6318 4.6665 14C4.6665 14.3682 4.96498 14.6667 5.33317 14.6667Z" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.6667 14.6667C13.0349 14.6667 13.3333 14.3682 13.3333 14C13.3333 13.6318 13.0349 13.3333 12.6667 13.3333C12.2985 13.3333 12 13.6318 12 14C12 14.3682 12.2985 14.6667 12.6667 14.6667Z" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.3667 1.36667H2.70003L4.47337 9.64667C4.53842 9.94991 4.70715 10.221 4.95051 10.4132C5.19387 10.6055 5.49664 10.7069 5.8067 10.7H12.3267C12.6301 10.6995 12.9244 10.5955 13.1607 10.4052C13.3971 10.2149 13.5615 9.94969 13.6267 9.65334L14.7267 4.7H3.41337" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: left 48px center;
}
.single-product .product-container .summary .cart .single_add_to_cart_button:hover {
    opacity: 0.9;
}
.single-product .product-container .summary .buy-now {
    margin-top: 20px;
    border: 1px solid #16325A;
    background-color: transparent;
    border-radius: 4px;
    padding: 10px 48px;
    font-family: "DM Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #16325A;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.single-product .product-container .summary .buy-now:hover {
    background-color: #16325A;
    color: #FFFFFF;
}
.single-product .product-container .summary .buy-now:hover svg path {
    transition: all .3s;
}
.single-product .product-container .summary .buy-now:hover svg path {
    stroke: #FFFFFF;
}

.single-product .product-container .summary .woosb-wrap {
    margin-top: 20px;
}
.single-product .product-container .summary .woosb-wrap .woosb-before-text.woosb-text{
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    color: #737b8c;
    margin: 0;
}
.single-product .product-container .summary .woosb-wrap .woosb-before-text-title{
    font-family: "Playfair Display";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #171c26;
    margin-bottom: 8px;
}
.single-product .product-container .summary .woosb-wrap .woosb-products {
    border: none;
    margin: 20px 0px 0px 0px;
}
.single-product .product-container .summary .woosb-wrap .woosb-products .woosb-product {
    padding: 6px 0;
    border-bottom: 1px solid #e2e4e9;
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #171c26;
}
.single-product .product-container .summary .woosb-wrap .woosb-products .woosb-product:not(:first-child) {
    margin-top: 8px;
}
.single-product .product-container .summary .woosb-wrap .woosb-after-text.woosb-text {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    color: #737b8c;
    margin: 20px 0px 0px 0px;
}

.single-product .woocommerce-tabs {
    margin-top: 40px;
}
.single-product .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 32px !important;
    border-bottom: 1px solid #E2E4E9 !important;
}
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after,
.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after  {
    display: none !important;
}
.single-product .woocommerce-tabs ul.tabs li {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid #ffffff00 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.single-product .woocommerce-tabs ul.tabs li.active{
    border-bottom: 2px solid #16325A !important;
}
.single-product .woocommerce-tabs ul.tabs li a {
    font-family: "DM Sans" !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #737B8C !important;
    padding: 13px 20px 13px 44px !important;
    background-repeat: no-repeat;
    background-position: left 13px center;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #171C26 !important;
}
.single-product .woocommerce-tabs ul.tabs li.description_tab a {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99984 1.33331H3.99984C3.64622 1.33331 3.30708 1.47379 3.05703 1.72384C2.80698 1.97389 2.6665 2.31302 2.6665 2.66665V13.3333C2.6665 13.6869 2.80698 14.0261 3.05703 14.2761C3.30708 14.5262 3.64622 14.6666 3.99984 14.6666H11.9998C12.3535 14.6666 12.6926 14.5262 12.9426 14.2761C13.1927 14.0261 13.3332 13.6869 13.3332 13.3333V4.66665L9.99984 1.33331Z" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.3335 1.33331V3.99998C9.3335 4.3536 9.47397 4.69274 9.72402 4.94279C9.97407 5.19284 10.3132 5.33331 10.6668 5.33331H13.3335" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.66683 6H5.3335" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.6668 8.66669H5.3335" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.6668 11.3333H5.3335" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.single-product .woocommerce-tabs ul.tabs li.description_tab.active a {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99984 1.33331H3.99984C3.64622 1.33331 3.30708 1.47379 3.05703 1.72384C2.80698 1.97389 2.6665 2.31302 2.6665 2.66665V13.3333C2.6665 13.6869 2.80698 14.0261 3.05703 14.2761C3.30708 14.5262 3.64622 14.6666 3.99984 14.6666H11.9998C12.3535 14.6666 12.6926 14.5262 12.9426 14.2761C13.1927 14.0261 13.3332 13.6869 13.3332 13.3333V4.66665L9.99984 1.33331Z" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.3335 1.33331V3.99998C9.3335 4.3536 9.47397 4.69274 9.72402 4.94279C9.97407 5.19284 10.3132 5.33331 10.6668 5.33331H13.3335" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.66683 6H5.3335" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.6668 8.66669H5.3335" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.6668 11.3333H5.3335" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.single-product .woocommerce-tabs ul.tabs li.specifications_tab_tab a {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.33333 14.4867C7.53603 14.6037 7.76595 14.6653 8 14.6653C8.23405 14.6653 8.46397 14.6037 8.66667 14.4867L13.3333 11.82C13.5358 11.7031 13.704 11.535 13.821 11.3326C13.938 11.1301 13.9998 10.9005 14 10.6667V5.33335C13.9998 5.09953 13.938 4.86989 13.821 4.66746C13.704 4.46503 13.5358 4.29692 13.3333 4.18002L8.66667 1.51335C8.46397 1.39633 8.23405 1.33472 8 1.33472C7.76595 1.33472 7.53603 1.39633 7.33333 1.51335L2.66667 4.18002C2.46418 4.29692 2.29599 4.46503 2.17897 4.66746C2.06196 4.86989 2.00024 5.09953 2 5.33335V10.6667C2.00024 10.9005 2.06196 11.1301 2.17897 11.3326C2.29599 11.535 2.46418 11.7031 2.66667 11.82L7.33333 14.4867Z" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 14.6667V8" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.2002 4.66669L7.33553 7.82269C7.53774 7.93897 7.76693 8.00017 8.0002 8.00017C8.23346 8.00017 8.46265 7.93897 8.66486 7.82269L13.8002 4.66669" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 2.84668L11 6.28001" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.single-product .woocommerce-tabs ul.tabs li.specifications_tab_tab.active a {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.33333 14.4867C7.53603 14.6037 7.76595 14.6653 8 14.6653C8.23405 14.6653 8.46397 14.6037 8.66667 14.4867L13.3333 11.82C13.5358 11.7031 13.704 11.535 13.821 11.3326C13.938 11.1301 13.9998 10.9005 14 10.6667V5.33335C13.9998 5.09953 13.938 4.86989 13.821 4.66746C13.704 4.46503 13.5358 4.29692 13.3333 4.18002L8.66667 1.51335C8.46397 1.39633 8.23405 1.33472 8 1.33472C7.76595 1.33472 7.53603 1.39633 7.33333 1.51335L2.66667 4.18002C2.46418 4.29692 2.29599 4.46503 2.17897 4.66746C2.06196 4.86989 2.00024 5.09953 2 5.33335V10.6667C2.00024 10.9005 2.06196 11.1301 2.17897 11.3326C2.29599 11.535 2.46418 11.7031 2.66667 11.82L7.33333 14.4867Z" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 14.6667V8" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.2002 4.66669L7.33553 7.82269C7.53774 7.93897 7.76693 8.00017 8.0002 8.00017C8.23346 8.00017 8.46265 7.93897 8.66486 7.82269L13.8002 4.66669" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 2.84668L11 6.28001" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.single-product .woocommerce-tabs ul.tabs li.shipping_tab_tab a {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_1062)"><path d="M9.3335 12V4.00002C9.3335 3.6464 9.19302 3.30726 8.94297 3.05721C8.69292 2.80716 8.35378 2.66669 8.00016 2.66669H2.66683C2.31321 2.66669 1.97407 2.80716 1.72402 3.05721C1.47397 3.30726 1.3335 3.6464 1.3335 4.00002V11.3334C1.3335 11.5102 1.40373 11.6797 1.52876 11.8048C1.65378 11.9298 1.82335 12 2.00016 12H3.3335" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 12H6" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.6668 12H14.0002C14.177 12 14.3465 11.9297 14.4716 11.8047C14.5966 11.6797 14.6668 11.5101 14.6668 11.3333V8.89998C14.6666 8.74869 14.6148 8.60199 14.5202 8.48398L12.2002 5.58398C12.1378 5.5059 12.0587 5.44283 11.9687 5.39945C11.8787 5.35606 11.7801 5.33346 11.6802 5.33331H9.3335" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.3333 13.3334C12.0697 13.3334 12.6667 12.7364 12.6667 12C12.6667 11.2636 12.0697 10.6667 11.3333 10.6667C10.597 10.6667 10 11.2636 10 12C10 12.7364 10.597 13.3334 11.3333 13.3334Z" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66683 13.3334C5.40321 13.3334 6.00016 12.7364 6.00016 12C6.00016 11.2636 5.40321 10.6667 4.66683 10.6667C3.93045 10.6667 3.3335 11.2636 3.3335 12C3.3335 12.7364 3.93045 13.3334 4.66683 13.3334Z" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1_1062"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}
.single-product .woocommerce-tabs ul.tabs li.shipping_tab_tab.active a {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_1062)"><path d="M9.3335 12V4.00002C9.3335 3.6464 9.19302 3.30726 8.94297 3.05721C8.69292 2.80716 8.35378 2.66669 8.00016 2.66669H2.66683C2.31321 2.66669 1.97407 2.80716 1.72402 3.05721C1.47397 3.30726 1.3335 3.6464 1.3335 4.00002V11.3334C1.3335 11.5102 1.40373 11.6797 1.52876 11.8048C1.65378 11.9298 1.82335 12 2.00016 12H3.3335" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 12H6" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.6668 12H14.0002C14.177 12 14.3465 11.9297 14.4716 11.8047C14.5966 11.6797 14.6668 11.5101 14.6668 11.3333V8.89998C14.6666 8.74869 14.6148 8.60199 14.5202 8.48398L12.2002 5.58398C12.1378 5.5059 12.0587 5.44283 11.9687 5.39945C11.8787 5.35606 11.7801 5.33346 11.6802 5.33331H9.3335" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.3333 13.3334C12.0697 13.3334 12.6667 12.7364 12.6667 12C12.6667 11.2636 12.0697 10.6667 11.3333 10.6667C10.597 10.6667 10 11.2636 10 12C10 12.7364 10.597 13.3334 11.3333 13.3334Z" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66683 13.3334C5.40321 13.3334 6.00016 12.7364 6.00016 12C6.00016 11.2636 5.40321 10.6667 4.66683 10.6667C3.93045 10.6667 3.3335 11.2636 3.3335 12C3.3335 12.7364 3.93045 13.3334 4.66683 13.3334Z" stroke="%23171C26" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1_1062"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}
.single-product .woocommerce-tabs .panel {
    margin: 0 !important;
}
.single-product .woocommerce-tabs .panel h2,
.single-product .woocommerce-tabs .panel h3 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #171C26;
    margin-bottom: 12px;
}
.single-product .woocommerce-tabs .panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-product .woocommerce-tabs .panel ul li {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    color: #737B8C;
    display: flex;
    align-items: center;
    gap: 12px;
}
.single-product .woocommerce-tabs .panel ul li strong {
    color: #171C26;
}
.single-product .woocommerce-tabs .panel ul li::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%2316325A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 12L11 14L15 10" stroke="%2316325A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    flex: 0 0 24px;
}
.single-product .woocommerce-tabs .panel ul li:not(:last-child) {
    margin-bottom: 12px;
}
.single-product .woocommerce-tabs .panel hr {
    border: 0.5px solid #e2e4e9;
    margin: 24px 0px;
}
.single-product .woocommerce-tabs .panel table.spec-table {
    border-collapse: separate;
    border: 1px solid #e2e4e9;
    border-radius: 6px;
}
.single-product .woocommerce-tabs .panel table.spec-table td,
.single-product .woocommerce-tabs .panel table.spec-table th {
    border: none;
    padding: 12px 16px;
}
.single-product .woocommerce-tabs .panel table.spec-table td {
    color: #737B8C;
}
.single-product .woocommerce-tabs .panel table.spec-table th {
    color: #171C26;
}


.single-product .related.products {
    margin-top: 64px;
}
.single-product .related.products h2 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #171C26;
}
.single-product .related.products .products {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}
.single-product .related.products .products::before,
.single-product .related.products .products::after {
    display: none;
}
.single-product .related.products .products .product {
    float: none;
    margin: 0;
    width: 100%;
}
.single-product .related.products .products .product {
    background-color: #FFFFFF;
    border: 1px solid #E2E4E9;
    border-radius: 6px;
    transition: .3s;
    overflow: hidden;
}
.single-product .related.products .products .product:hover {
    box-shadow: 0 10px 25px -5px hsla(220, 25%, 12%, .08), 0 4px 10px -3px hsla(220, 25%, 12%, .04);
    transform: translateY(-3px);
}
.single-product .related.products .products .product .product-image {
    overflow: hidden;
}
.single-product .related.products .products .product .product-image img {
    width: 100%;
    aspect-ratio: 1/1;
    transition: .5s;
    margin: 0;
}
.single-product .related.products .products .product .product-item:hover .product-image img {
    transform: scale(1.05);
}
.single-product .related.products .products .product .product-contents {
    padding: 12px;
}
.single-product .related.products .products .product .product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
}
.single-product .related.products .products .product .product-title,
.single-product .related.products .products .product .product-title a {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #171C26;
}
.single-product .related.products .products .product .product-price {
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #16325A;
    display: flex;
    flex-direction: row-reverse;
    justify-self: start;
    align-items: center;
    gap: 12px;
}
.single-product .related.products .products .product .product-price ins {
    text-decoration: none;
}
.single-product .related.products .products .product .product-price del {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #737b8c;
    opacity: 1;
    display: none;
}
.single-product .related.products .products .product .add-to-cart .cart-icon {
    display: flex;
}
.single-product .related.products .products .product .onsale {
    display: none;
}
.wc-block-components-radio-control__secondary-label{
    display: none!important;
}
.wc-block-components-radio-control__option{
    display: flex!important;
    flex-direction: row-reverse!important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input{
    position: relative!important;
    top: 0px!important;
    left: -12px!important;
}

.wc-block-components-radio-control{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wc-block-components-local-pickup-select .wc-block-components-radio-control .wc-block-components-radio-control__option{
    border: 1px solid #e2e4e9!important;
    height: 91px!important;
    border-radius: 4px!important;
    padding-left: 49px;
    align-items: center;
}
.pickup-google-map-link{

    position: absolute;
    bottom: 10px;
}
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
     border: 1px solid #16325a!important;
     box-shadow: none!important;
}

.wc-block-components-radio-control--highlight-checked::after{
    border: none!important;
}
.wc-block-checkout__shipping-method-option-title-wrapper{
    flex-direction: column!important;
    align-items: center!important;
    text-align: center!important;
}

.wc-block-checkout__shipping-method-option-title{
    font-weight: bolder!important;
}

/*#shipping-method{
    background-color: transparent!important;
    padding: 0px!important;
}*/
.wc-block-components-checkout-step__content .components-button-group.wc-block-checkout__shipping-method-container{
    background-color: transparent!important;
}

#shipping-method .wc-block-checkout__shipping-method-option:first-child span.wc-block-checkout__shipping-method-option-title::after{
    content: "Delivered to your door";
    display: block;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1rem;
}
#shipping-method .wc-block-checkout__shipping-method-option:last-child span.wc-block-checkout__shipping-method-option-title::after{
    content: "Pick up from a store near you";
    display: block;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1rem;
}
.quick-buy-products-grid .product-item,.product-grid .product-item{
    position: relative;
}

.quick-buy-products-grid a.added_to_cart.wc-forward,.product-grid a.added_to_cart.wc-forward{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 10px;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
    text-decoration: none!important;
    background-color: #16325a!important;
    border: 1px solid #16325a!important;
    font-size: .875rem;
    line-height: 1.25rem;
    border-radius: 4px!important;
    outline: none!important;
    box-shadow: none!important;
}

.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
    background-color: #16325ae6!important;
    color: #fff!important;
}

.wc-block-checkout__shipping-method-option{
    border: 1px solid #e2e4e9!important;
}
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected{
    border: 1px solid #16335a!important;
    background-color: #16325a0d!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input{
    width: 16px!important;
    height: 16px!important;
    border: 2px solid #737b8c66!important;
    flex: 0 0 16px;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked{
     border: 2px solid #16325a!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:focus{
    outline: none!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before{
    width: 8px!important;
    height: 8px!important;
}
.wc-block-components-radio-control__label{
    font-weight: 600;
    color: #171c26!important;
    font-size: .875rem;
    line-height: 1.25rem;
}
.wc-block-components-radio-control__secondary-description .read-more-content{
    color: #737b8c!important;
    font-size: .75rem;
    line-height: 1rem;
}
.wc-block-components-form .wc-block-components-checkout-step,.wc-block-checkout__shipping-method.wp-block-woocommerce-checkout-shipping-method-block{
    padding: 1.5rem!important;
    background-color: #fff!important;
}
.single.single-product{
    padding-top: 100px;
}
.site-main{
    margin-top: 67px!important;
}
.single.single-product .site-main {
     margin-top: 0px !important; 
}
.wp-block-woocommerce-cart.alignwide{
    margin-inline: 0px!important;
}
.woocommerce-checkout.woocommerce-page .wp-block-woocommerce-checkout.alignwide{
    margin-inline: 0px!important;
    padding-top: 32px !important;
}
.woocommerce-checkout.woocommerce-page h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}
.woocommerce-checkout.woocommerce-page .site-main{
    margin-top: 112px !important;
}

.wp-block-woocommerce-checkout-order-summary-block{
    padding: 24px;
    background: #fff;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
    margin-left: 0px!important;
}
.wc-block-components-order-summary {
    padding: 0px 0px!important;
 }
.wc-block-components-order-summary-item .wc-block-components-product-metadata,.wc-block-components-order-summary-item .wc-block-cart-item__prices{
    display: none!important;
}
.wc-block-components-checkout-step__heading h2{
    font-weight: 700!important;
    font-size: 1rem!important;
    line-height: 1.5rem!important;
    color: #171c26!important;
    font-family: "Playfair Display", Sans-serif!important;
}
.wp-block-woocommerce-checkout-order-summary-coupon-form-block,.wp-block-woocommerce-cart-order-summary-coupon-form-block{
    display: none!important;
}
.wc-block-components-checkout-order-summary__title-text{
    font-family: "Playfair Display", Sans-serif!important;
    font-weight: 700!important;
    font-size: 1.125rem!important;
    line-height: 1.75rem!important;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value{
    font-weight: 700!important;
    font-size: 1rem!important;
    line-height: 1.5rem!important;
}

/*.wc-block-checkout__contact-fields.wp-block-woocommerce-checkout-contact-information-block .wc-block-components-checkout-step__content{
    display: flex;
    flex-wrap: wrap;
}*/
.wc-block-components-sidebar .wc-block-components-totals-item{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.custom-place-order-wrapper .wc-block-components-button.wp-element-button{
    font-size: .875rem!important;
    line-height: 1.25rem!important;
    font-weight: 500!important;
    background-color:#16325a!important;
    border: 1px solid #16325a!important;
    color: #fff!important;
    padding-top: 11px!important;
    padding-bottom: 11px!important;
    border-radius: 4px!important;
}
.custom-place-order-wrapper .wc-block-components-button.wp-element-button:hover{
    background-color: rgba(22,50,90,.9)!important;
}
/*search*/
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
    border-radius: 4px!important;
    padding: 0px!important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    background-color: transparent!important;
    padding-left: 15px!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    font-size: .875rem;
    line-height: 1.25rem;
    height: 40px!important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{
    color: #737b8c!important;
}

.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{
    fill: #fff!important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    left: auto !important;
    right: 0px !important;
    top: 0px !important;
    background-color: #c98a1d !important;
    border-radius: 0px !important;
    height: 40px;
    width: 40px;
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    border: none!important;
    height: 40px!important;
}
.home-banner .slick-dots{
    bottom: 20px;
     display: flex;
    justify-content: center;
    gap: 8px!important;
}
.home-banner .slick-next::before,.home-banner .slick-prev::before{
    display: none!important;
}
.home-banner .slick-next{
    right: 0px;
}
.home-banner .slick-prev{
    left: 0px;
}
.slick-dots li button::before{
    content: none!important;
}
.slick-dots li{
    width: auto!important;
    height: auto!important;
    margin: 0px!important;
}
.slick-dots li button{
    width: 8px!important;
    height: 8px!important;
    border-radius: 9999px!important;
    background-color: rgba(255,255,255,.4)!important;
}
.slick-dots li.slick-active button{
    width: 28px!important;
    background-color: #c98a1d!important;
}
.home-banner.slick-dotted.slick-slider{
    margin-bottom: 0px!important;
}
.woocommerce-cart.woocommerce-page .site-main {
    padding-top: 46px;
}
.wc-block-cart-item__product .wc-block-components-product-metadata__description{
    display: none!important;
}
.wc-block-cart .wc-block-components-sidebar{
    background: #ffffff!important;
    padding: 24px!important;
    border: 1px solid #e2e4e9!important;
}
a.c-shopping{
    display: inline-flex;
    gap: 4px;
    align-items: center;
    color: #737b8c;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}
a.c-shopping svg{
    width: 14px;
}
a.c-shopping:hover{
    color: #171c26!important;
}
tr.wc-block-cart-items__row{
    background: #fff!important;
    outline: 1px solid #e2e4e9!important;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tr th:last-child, 
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tr td:last-child {
    display: none;
}
.wc-block-cart-item__quantity{
    width: 100%;
    justify-content: space-between;
}
.woocommerce-cart.woocommerce-page h1.entry-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: "Playfair Display", Sans-serif!important;
    font-weight: 700;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new{
    display: none!important;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
    background: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted{
    box-shadow: none!important;
}
.sub-menu .hfe-nav-menu .menu-item-has-children .sub-menu{
    position: relative;
    left: 0px!important;
    height: 0px!important;
}

.sub-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu{
    height: auto!important;
}
.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap a.wc-block-components-product-name{
    font-size: .875rem;
    line-height: 1.25rem;
    color: #171c26!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    font-weight: 600;
}
.continue-shopping-wrapper{
    margin-bottom: 20px;
}
.woocommerce-cart.woocommerce-page table.wc-block-cart-items thead{
    opacity: 0!important;
}
.woocommerce-cart.woocommerce-page table.wc-block-cart-items thead th{
    padding: 0px!important;
    font-size: 0px!important;
}
.woocommerce-cart.woocommerce-page table.wc-block-cart-items{
    border-collapse: separate; 
    border-spacing: 0 10px; 
    border: none!important;
    margin-top: -30px;
}
.wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product{
    padding-right: 16px!important;
}
/*Arabic*/
body.rtl .home-banner .slick-slide.elementor-element::before{
    background-image: linear-gradient(122deg, #171c2600 0%, #171c26 100%)!important;
}

body.rtl .next-btn .elementor-button span,body.rtl .prev-btn .elementor-button span{
    transform: rotate(90deg);
}

body.rtl .wc-block-components-radio-control-accordion-option::before{
    left: auto;
    right: 16px;
}
body.rtl .wc-block-components-radio-control-accordion-option{
   padding-right: 50px !important; 
   padding-left:16.9px !important;;
}
body.rtl .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content{
    padding-right: 0px!important;
}
body.rtl .wc-block-checkout__payment-method .wc-block-components-radio-control .wc-block-components-radio-control__input{
    left: 16px;
    right: auto;
}
body.rtl .wc-block-components-local-pickup-select .wc-block-components-radio-control .wc-block-components-radio-control__option::before{
    left: auto;
    right: 16px;
}
body.rtl .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    border-top-left-radius: 4px;
    left: 0px !important;
    right: auto !important;
    top: 0px !important;
    background-color: #c98a1d !important;
    border-radius: 0px !important;
    height: 40px;
    width: 40px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
/*body.rtl .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown{
    right: auto!important;
}
*/
body.rtl .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product{
    padding-left: 16px!important;
}
body.rtl .custom-info-section h4{
    text-align: right;
}

body.rtl.woocommerce-checkout.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
    right: auto!important;
    left: -42px!important;
}
body.rtl #shipping-method .wc-block-checkout__shipping-method-option:last-child span.wc-block-checkout__shipping-method-option-title::after{
        content: "استلم من أقرب فرع";
}
body.rtl #shipping-method .wc-block-checkout__shipping-method-option:first-child span.wc-block-checkout__shipping-method-option-title::after{
  content: "يوصل لباب بيتك";
}
body.rtl .wc-block-components-radio-control .wc-block-components-radio-control__input{
    right: auto!important;
    left: 0px !important;
}
body.rtl .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
    padding-right: 16px!important;
}

html[dir="rtl"] .hfe-nav-menu__layout-horizontal .hfe-dropdown.menu-is-active {
    left: auto !important;
    right: 100% !important; /* Forces it to open perfectly to the left of the menu item */
}
/*End Arabic*/

.woocommerce-checkout.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: rgb(255 255 255);
    border-radius: 20px;
    display: flex;
    font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px) * .875));
    justify-content: center;
    line-height: 1.4;
    line-height: 1;
    min-height: auto;
    min-width: auto;
    position: absolute;
    right: -42px;
    top: 22px;
    /* transform: translate(50%, -50%); */
    white-space: nowrap;
    z-index: 1;
}
.woocommerce-checkout.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span{
    color: #737b8c;
    font-size: .75rem;
    line-height: 1rem;
}
.woocommerce-checkout.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity::before{
    content: "Qty:";
    color: #737b8c;
    font-size: .75rem;
    line-height: 1rem;
}
.wc-block-components-product-name{
    overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 1!important;
    flex-grow: 0!important;
    font-size: .75rem!important;
    line-height: 1rem!important;
    text-transform: uppercase;
    color: #171c26!important;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-formatted-money-amount{
    font-size: .75rem!important;
    line-height: 1rem!important;
    color: #171c26!important;
    font-weight: 700!important;
}
.wc-block-components-local-pickup-select .wc-block-components-radio-control .wc-block-components-radio-control__option::before{
    content: "";
  display: inline-block;
  width: 20px; /* Equivalent to your h-5 (1.25rem) */
  height: 20px; /* Equivalent to your w-5 (1.25rem) */
  margin-top: 2px; /* Equivalent to your mt-0.5 */
  flex-shrink: 0;
  top: 9px;
  
  /* The URL-encoded SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
position: absolute;
    left: 14px;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block,.wc-block-components-checkout-return-to-cart-button{
    display: none!important;
}
.wc-block-components-radio-control__description svg{
    display: none!important;
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
    padding-right: 0px!important;
}

.wc-block-components-radio-control-accordion-option label.wc-block-components-radio-control__option{
    padding-left: 0px!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
    padding-right: 0px!important;
}
.wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content{
    padding-left: 0px!important;
    padding-bottom: 0px!important;
}
.wc-block-components-radio-control-accordion-option{
    border: 1px solid #e2e4e9!important;
    border-radius: 4px!important;
    padding: 16.9px!important;
    background-color: #fff!important;
    padding-left: 50px!important;
}
.wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content div{
    color: #737b8c!important;
    font-size: .75rem!important;
    line-height: 1rem!important;
}

.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted{
    border: 1px solid #16325a!important;
    background-color: #16325a0d!important;
}
.wc-block-components-radio-control-accordion-option::before{
content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='6' width='20' height='12' rx='2'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M6 12h.01M18 12h.01'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 13px;
}
.wc-block-components-radio-control .wc-block-components-radio-control-accordion-option:nth-child(2)::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Cline x1='2' x2='22' y1='10' y2='10'/%3E%3C/svg%3E");
}


.wc-block-checkout__payment-method .wc-block-components-radio-control .wc-block-components-radio-control__input{
    top: 17px !important;
    left: 0px !important;
}
.wc-block-components-radio-control-accordion-option:not(.wc-block-components-radio-control-accordion-option--checked-option-highlighted) {
    padding-top: 24.899px !important;
    padding-bottom: 24.899px !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:not(.wc-block-components-radio-control-accordion-option--checked-option-highlighted) .wc-block-components-radio-control__input{
    top: 8px !important;
    left: 0px !important;
}
.category-item a:hover .category-browse .text,.category-item .category-browse .text:hover{
    text-decoration: underline;
}
.prev-btn a, .next-btn a{
    cursor: pointer!important;
}
.wp-block-woocommerce-empty-cart-block .wp-block-button a{
    text-decoration: none!important;
}
.wp-block-woocommerce-empty-cart-block .wp-block-button a:hover{
    background-color: #16325ae6!important;
    color: #fff!important;
}
.woolentor-empty-cart .page-header{
    display: none!important;
}
.wp-block-woocommerce-empty-cart-block h2{
    font-weight: 700!important;
    font-size: 1.5rem!important;
    line-height: 2rem!important;
    font-family: "Playfair Display", Sans-serif!important;
    margin-bottom: 8px;
}
.wp-block-woocommerce-empty-cart-block .wp-block-image img{
    opacity: 0.5!important;
}
.bundle-grid .bundle-item{
    height: 100%;
}
.wpforms-container button.wpforms-submit,.wpforms-container button.wpforms-submit:focus{
    outline: none!important;
    box-shadow: none!important;
    background-color: #16315a!important;

}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: "Playfair Display", Sans-serif!important;
    font-weight: 700;
    color: #171c26!important;
    text-transform: capitalize!important;
}
.wc-block-components-checkout-step__content>* {
    margin-bottom: 6px!important;
}
.wp-block-woocommerce-checkout-contact-information-block .wc-block-components-checkout-step__content div{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content: space-between;
}
.wp-block-woocommerce-checkout-contact-information-block .wc-block-components-checkout-step__content div .wc-block-checkout__additional-fields__field{
    flex: 0 0 48%;
}
.wp-block-woocommerce-checkout-contact-information-block .wc-block-components-checkout-step__content div .wc-block-checkout__additional-fields__field:last-child{
    flex: 0 0 100%;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], 
.woocommerce-checkout .wc-block-components-text-input input[type=email], 
.woocommerce-checkout .wc-block-components-text-input input[type=number], 
.woocommerce-checkout .wc-block-components-text-input input[type=password], 
.woocommerce-checkout .wc-block-components-text-input input[type=tel], 
.woocommerce-checkout .wc-block-components-text-input input[type=text], 
.woocommerce-checkout .wc-block-components-text-input input[type=url] {
   border-color:#e2e4e9!important;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select{
     border-color:#e2e4e9!important;
}
.related.products .product.type-product {
    transition: .3s;
    overflow: hidden;
}
.related.products .product.type-product:hover {
    box-shadow: 0 10px 25px -5px hsla(220, 25%, 12%, .08), 0 4px 10px -3px hsla(220, 25%, 12%, .04);
    transform: translateY(-3px);
}

.related.products .product.type-product:hover .product-image img {
    transform: scale(1.05);
}
.bundle-grid .slick-slide > div{
    height: 100%;
}
.bundle-grid .slick-track{
    display: flex;
}
.bundle-slider .bundle-grid .slick-slide{
        height: inherit !important;
}

div.wpforms-container-full button[type=submit]:focus::after{
content: none!important;
}
.wpforms-error.mailcheck-error{
    display: none!important;
}

.woocommerce-breadcrumb, .woocommerce-breadcrumb a {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
    color: #737B8C !important;
}
.woocommerce-breadcrumb a:hover {
    color: #16325A !important;
}
.woocommerce-products-header__title {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    color: #171C26;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #737B8C;
    margin-top: 9px !important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 18px 0px 0px 0px;
}
.woocommerce .woocommerce-ordering select {
    outline: none;
    border: 1px solid #E2E4E9;
    border-radius: 2px;
    padding: 9px 16px;
    width: 100%;
    max-width: 161px;
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #171C26;
    appearance: none;
    max-width: fit-content;
}
.category-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 32px;
}
.product-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}
.product-head .con-01 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.product-head .cate-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 1px solid #e2e4e9;
    border-radius: 2px;
}
.product-head .cate-title {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #171C26;
}
.product-head .cate-count {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #737B8C;
}
.product-head .view-all-btn {
    display: flex;
    align-items: center;
    gap: 4px;
}
.product-head .view-all-btn .text {
    font-family: "DM Sans";
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #16325A;
}

.product-tag-filter {
    margin: 16px 0px 32px;
}
.product-grid {
    display:grid;
    gap:16px;
    grid-template-columns: repeat(4, 1fr) !important;
    margin-top: 32px;
}
.category-list .product-grid {
    margin-top: 0;
}
.product-grid .product-item {
    background-color: #FFFFFF;
    border: 1px solid #E2E4E9;
    border-radius: 6px;
    transition: .3s;
    overflow: hidden;
}
.product-grid .product-item:hover {
    box-shadow: 0 10px 25px -5px hsla(220, 25%, 12%, .08), 0 4px 10px -3px hsla(220, 25%, 12%, .04);
    transform: translateY(-3px);
}
.product-grid .product-image {
    overflow: hidden;
}
.product-grid .product-image img {
    width: 100%;
    aspect-ratio: 1/1;
    transition: .5s;
}
.product-grid .product-item:hover .product-image img {
    transform: scale(1.05);
}
.product-grid .product-contents {
    padding: 12px;
}
.product-grid .product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
}
.product-grid .product-title {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #171C26;
}
.product-grid .product-brand {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 11px;
    line-height: 16.5px;
    margin-top: 6px;
    color: #737B8C;
}
.product-grid .product-price {
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #16325A;
    display: flex;
    flex-direction: row-reverse;
    justify-self: start;
    align-items: center;
    gap: 12px;
}
.product-grid .product-price ins {
    text-decoration: none;
}
.product-grid .product-price del {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #737b8c;
    opacity: 1;
    display: none;
}
.product-grid .add-to-cart .add_to_cart_button {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
}
.product-grid .add-to-cart .cart-icon {
    display: flex;
}


.product-tag-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.product-tag-filter ul li a {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #737B8C;
    padding: 6px 14px;
    border: 1px solid #E2E4E9;
    border-radius: 9999px;
    display: flex;
}
.product-tag-filter ul li a.active {
    background-color: #16325A;
    color: #ffffff;
    border: 1px solid #16325A;
}

.product-pagination {
    margin-top: 40px;
}
.product-pagination ul {
    display: flex !important;
    gap: 8px;
    justify-content: center;
    border: none !important;
    margin: 0 !important;
}
.product-pagination ul li {
    border: none !important;
}
.product-pagination ul li .page-numbers {
    border: 1px solid #E2E4E9;
    background-color: #ffffff;
    border-radius: 2px;
    color: #737B8C;
    font-family: "DM Sans";
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    min-width: 36px !important;
    min-height: 36px !important;
}
.product-pagination ul li .page-numbers.current,
.product-pagination ul li .page-numbers:hover {
    border: 1px solid #16325A !important;
    background-color: #16325A !important;
    color: #ffffff !important;
}
.product-pagination ul li .page-numbers.prev {
    font-size: 0 !important;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 12L6 8L10 4" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.product-pagination ul li .page-numbers.next {
    font-size: 0 !important;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12L10 8L6 4" stroke="%23737B8C" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#ajax-shop-container { 
    transition: opacity 0.3s ease; 
    position: relative; 
}
#ajax-shop-container.loading { 
    opacity: 0.5; 
    pointer-events: none; 
}
#ajax-shop-container.loading::after {
    content: "";
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    border: 3px solid #E2E4E9;
    border-top: 3px solid #16325A;
    border-radius: 50%;
    animation: ajaxSpinner 0.8s linear infinite;
    z-index: 999;
}
@keyframes ajaxSpinner { 
    0% { transform: translate(-50%, 0) rotate(0deg); } 
    100% { transform: translate(-50%, 0) rotate(360deg); } 
}
.wc-block-cart-items__row.woosb-bundles:not(.woosb-fixed-price) .wc-block-cart-item__prices{
    display: block!important;
}
/*.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-price__value.is-discounted{
    display: none!important;
}*/
.price.wc-block-components-product-price{
    font-weight: 700;
}
.price.wc-block-components-product-price span:not(.wc-block-formatted-money-amount):not(.wc-block-components-formatted-money-amount):not(.wc-block-components-product-price__value),.price.wc-block-components-product-price del{
     font-weight: 400;
}
.wc-block-checkout__contact-fields.wp-block-woocommerce-checkout-contact-information-block .wc-block-components-checkout-step__content{
    display: flex;
    flex-direction: column;
}

.wc-block-checkout__contact-fields.wp-block-woocommerce-checkout-contact-information-block .wc-block-components-checkout-step__content #contact{
    order: 4!important;
    margin-top: 16px!important;
}
.wc-block-components-address-form__country.wc-block-components-country-input{
    display: none!importants;
}
.wc-block-components-address-form__country.wc-block-components-country-input{
    display: none!important;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    text-align: center!important;
    margin-bottom: 30px!important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
    padding-left: 0px!important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
    margin-bottom: 20px!important;
}
.wc-block-checkout__order-notes.wp-block-woocommerce-checkout-order-note-block.wc-block-components-checkout-step{
    display: none!important;
}

.wc-block-components-text-input.wc-block-components-address-form__postcode{
    display: none!important;
}
.product-grid .add-to-cart a.added_to_cart.wc-forward{
    display: none!important;
}
.product-grid .add-to-cart .add_to_cart_button.loading{
    padding-right: 0px!important;
}
.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th{
    background-color: transparent!important;
}
.reset_variations{
    display: none!important;
}
.woocommerce div.product form.cart .variations th{
    padding: 0px!important;
}
.variations_form .single_variation_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.variations_form .woocommerce-variation.single_variation{
    flex: 0 0 100%;
}
.variations_form .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.variations_form .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.wc-block-checkout__pickup-options.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-checkout-step__heading{
    display: flex;
    align-items: center;
}

.wc-block-checkout__pickup-options .wc-block-components-checkout-step__heading {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.wc-block-checkout__pickup-options .wc-block-components-checkout-step__title {
    margin-bottom: 0 !important;
    display: inline-block !important;
}

.custom-moved-badge {
    display: flex !important;
    align-items: center !important;
    background-color: #f0f4f8 !important;
    color: #5c6b73 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    border: 1px solid #e3e4e9;
    line-height: 1 !important;
}

.custom-moved-badge img.emoji {
    width: 14px !important;
    height: 14px !important;
    margin-right: 6px !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}

/* Fallback: Ensure unchecked branch locations do not leak time labels into views */
.wc-block-components-radio-control__option .read-more-content {
    display: none !important;
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-layout, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-layout{
    border-right: 1px solid #e3e4e9;
    margin-right: 66px;
    padding-bottom: 31px;
    padding-right: 30px;
}

.single.single-product .up-sells.upsells.products{
    display: none!important;
}

.single-product .product-container .summary .cart .wpcbn-btn.single_add_to_cart_button{
  /*  background-repeat: no-repeat;

    background-position: center;*/
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.6665 9.33334C2.54034 9.33377 2.41665 9.2984 2.3098 9.23133C2.20295 9.16426 2.11732 9.06824 2.06287 8.95445C2.00841 8.84065 1.98736 8.71373 2.00217 8.58845C2.01697 8.46316 2.06702 8.34465 2.1465 8.24667L8.7465 1.44667C8.79601 1.38953 8.86347 1.35091 8.93782 1.33716C9.01217 1.32341 9.08898 1.33535 9.15565 1.37101C9.22232 1.40667 9.27489 1.46394 9.30472 1.53341C9.33456 1.60289 9.33988 1.68044 9.31983 1.75334L8.03983 5.76667C8.00209 5.86769 7.98941 5.97635 8.00289 6.08334C8.01637 6.19034 8.05561 6.29246 8.11723 6.38096C8.17885 6.46946 8.26101 6.54168 8.35668 6.59145C8.45235 6.64121 8.55866 6.66702 8.6665 6.66667H13.3332C13.4593 6.66624 13.583 6.70162 13.6899 6.76869C13.7967 6.83576 13.8823 6.93177 13.9368 7.04557C13.9913 7.15937 14.0123 7.28628 13.9975 7.41157C13.9827 7.53685 13.9326 7.65537 13.8532 7.75334L7.25317 14.5533C7.20366 14.6105 7.13619 14.6491 7.06184 14.6629C6.9875 14.6766 6.91068 14.6647 6.84401 14.629C6.77734 14.5933 6.72478 14.5361 6.69494 14.4666C6.66511 14.3971 6.65978 14.3196 6.67983 14.2467L7.95983 10.2333C7.99758 10.1323 8.01025 10.0237 7.99677 9.91667C7.98329 9.80968 7.94406 9.70755 7.88244 9.61906C7.82082 9.53056 7.73865 9.45833 7.64298 9.40857C7.54731 9.3588 7.441 9.33299 7.33317 9.33334H2.6665Z' stroke='%2316325A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;

    background-size: 16px 16px;
    background-color: transparent!important;
    color:#16325A!important ;
    flex:0 0 100%;
        background-position: 44% center;

}

.single-product .product-container .summary .cart .wpcbn-btn.single_add_to_cart_button:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.6665 9.33334C2.54034 9.33377 2.41665 9.2984 2.3098 9.23133C2.20295 9.16426 2.11732 9.06824 2.06287 8.95445C2.00841 8.84065 1.98736 8.71373 2.00217 8.58845C2.01697 8.46316 2.06702 8.34465 2.1465 8.24667L8.7465 1.44667C8.79601 1.38953 8.86347 1.35091 8.93782 1.33716C9.01217 1.32341 9.08898 1.33535 9.15565 1.37101C9.22232 1.40667 9.27489 1.46394 9.30472 1.53341C9.33456 1.60289 9.33988 1.68044 9.31983 1.75334L8.03983 5.76667C8.00209 5.86769 7.98941 5.97635 8.00289 6.08334C8.01637 6.19034 8.05561 6.29246 8.11723 6.38096C8.17885 6.46946 8.26101 6.54168 8.35668 6.59145C8.45235 6.64121 8.55866 6.66702 8.6665 6.66667H13.3332C13.4593 6.66624 13.583 6.70162 13.6899 6.76869C13.7967 6.83576 13.8823 6.93177 13.9368 7.04557C13.9913 7.15937 14.0123 7.28628 13.9975 7.41157C13.9827 7.53685 13.9326 7.65537 13.8532 7.75334L7.25317 14.5533C7.20366 14.6105 7.13619 14.6491 7.06184 14.6629C6.9875 14.6766 6.91068 14.6647 6.84401 14.629C6.77734 14.5933 6.72478 14.5361 6.69494 14.4666C6.66511 14.3971 6.65978 14.3196 6.67983 14.2467L7.95983 10.2333C7.99758 10.1323 8.01025 10.0237 7.99677 9.91667C7.98329 9.80968 7.94406 9.70755 7.88244 9.61906C7.82082 9.53056 7.73865 9.45833 7.64298 9.40857C7.54731 9.3588 7.441 9.33299 7.33317 9.33334H2.6665Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
    background-color: #16325A !important;
    color: #fff!important;
}

.product-image{
    position:relative;
}

.out-of-stock-badge{
    position:absolute;
    top:10px;
    left:10px;
    background:#d63638;
    color:#fff;
    padding:5px 10px;
    font-size:12px;
    font-weight:600;
    border-radius:4px;
    z-index:10;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding-left: 0px;
    border: 1px solid #16315a;
}
.woocommerce-MyAccount-navigation ul li a{
    text-decoration: none;
    color: #16315a;
    border-bottom: 1px solid #16315a;
    padding: 20px 10px!important;
    display: block;
    text-align: center;
    text-transform: uppercase;

}
.woocommerce-MyAccount-navigation ul li:last-child a{
    border-bottom: none;
}
.woocommerce-account .page-header{
    display: none;
}
.woocommerce-account .page-content{
   margin: 100px 0px;
}

@media only screen and (min-width: 700px){
.wc-block-checkout__sidebar{
    top: 100px!important;
}
.wc-block-cart .wc-block-components-sidebar{
    padding-left: 0px!important;
    background: #ffffff!important;
    padding: 24px!important;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu{
    left: 0px!important;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children:hover .sub-menu{
    position: relative!important;
    top: 0!important;
    left: 0!important;
    background-color: #f2f0ed80!important;
    transition: none!important;
    margin: 7px 0px;
    box-shadow: none;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu li a{
    color: #737b8c!important;
    font-size: .75rem!important;
    line-height: 1rem!important;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu li a:hover {
    color: #171c26!important;
}
.woocommerce-cart.woocommerce-page .site-main {
    min-height: 50vh;
}
.bundle-grid .bundle-includes{
    min-height: 95px;
}
}

@media only screen and (max-width: 1400px){
.woocommerce-checkout.woocommerce-page .wp-block-woocommerce-checkout.alignwide{
    padding-left: 32px!important;
    padding-right: 32px!important;
    margin-inline: 0px !important;
}
.wp-block-woocommerce-cart.alignwide {
    margin-inline: 0px !important;
    padding-left: 32px!important;
    padding-right: 32px!important;
}
.woocommerce-checkout.woocommerce-page .page-header{
    padding-left: 32px!important;
    padding-right: 32px!important;
}
.woocommerce-page .page-header{
    padding-left: 32px!important;
    padding-right: 32px!important;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-received .site-main{
    padding-left: 32px!important;
    padding-right: 32px!important;
}
.woocommerce-account .page-content{
  padding: 0px 32px;
}
}
@media only screen and (max-width: 1024px){
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
    width: 100%!important;
}
.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block{
    width: 100%!important;
    padding-left: 0px!important;
}
.wc-block-components-sidebar-layout:has(>:last-child.wp-block-woocommerce-checkout-fields-block) {
    flex-direction: column-reverse!important;
}
.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown{
    background-color: #16325a!important;
}
.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown li a{
    color: #fff!important;
    background-color: transparent!important;
}
.hfe-nav-menu .menu-item-has-children .sub-menu{
    background-color: transparent!important;
}
body.rtl .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown{
    left: auto!important;
    right: -32px!important;
}
.product-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media only screen and (max-width: 991px){
body .bundle-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}
}

@media only screen and (max-width: 767px){
    .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block{
        display: none !important;
    }
   .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .checkout-order-summary-block-fill{
    border: none!important;
    }
    .single-product .product-container {
        flex-direction: column;
    }
    .single-product .product-container .woocommerce-product-gallery {
        width: 100% !important;
    }
    .single-product .product-container .summary {
        width: 100% !important;
    }

    .single-product .related.products .products {
        grid-template-columns: repeat(2, 1fr);
    }
    .site-main {
        margin-top: 148px !important;
}
    .wp-block-woocommerce-cart.alignwide{
        margin-inline: 0px!important;
        padding: 0px 32px!important;
        margin-top: 50px;
    }
.woocommerce-checkout.woocommerce-page .page-header{
    padding-top: 48px!important;
}  
.wc-block-components-local-pickup-select .wc-block-components-radio-control .wc-block-components-radio-control__option{
    height: 110px!important;
}  
.single-product .content-area{
    padding-top: 90px!important;
}
.wc-block-components-checkout-step__content div .wc-block-checkout__additional-fields__field{
    flex: 0 0 100%;
}
.product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
.wc-block-checkout__pickup-options .wc-block-components-checkout-step__heading{
    flex-direction: column;
} 
.wc-block-components-radio-control .wc-block-components-radio-control__input{
    left: 0px!important;
}
}
@media (max-width: 560px) {
.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-layout, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-layout{
    border-right: none;
    padding-right: 20px;
    margin-right: 0px;
}
    .wc-block-components-local-pickup-select .wc-block-components-radio-control .wc-block-components-radio-control__option {
        height: 160px !important;
    }
.wc-block-components-local-pickup-select .wc-block-components-radio-control .wc-block-components-radio-control__option::before{
    top: 34px;
}    
}

@media (max-width: 479px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media only screen and (max-width: 475px){
body .bundle-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
.quick-buy-products-grid .product-info{
    flex-wrap: wrap;
}
}
@media screen and (min-width: 617px) and (max-width: 767px) {
    .toggle-main-menu{
         width: 5%!important;
    }
    .header-logo-col{
        width: 44%!important;
    }
}

@media screen and (min-width: 430px) and (max-width: 616px) {
    .toggle-main-menu{
         width: 7%!important;
    }
    .header-logo-col{
        width: 40%!important;
    }
}

@media screen and (min-width: 320px) and (max-width: 430px) {
    .toggle-main-menu{
         width: 10%!important;
    }
    .header-logo-col{
        width: 37%!important;
    }
 .quick-buy-products-grid .product-price{
    font-size: 13px!important;
 }   
 .quick-buy-products-grid .product-info{
    gap: 5px!important;
 }
 .product-grid .product-price{
    font-size: 12px;
 }
 .product-grid .product-info{
    flex-wrap: wrap;
 }
}
@media only screen and (max-width: 330px){
.cart-tr-menu{
    width: 46%!important;
}
 .product-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
.wc-block-components-local-pickup-select .wc-block-components-radio-control .wc-block-components-radio-control__option {
        height: 190px !important;   
        align-items: flex-start;
}
.wc-block-components-local-pickup-select .wc-block-components-radio-control .wc-block-components-radio-control__option::before {
        top: 16px;
}
}
