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

/* Add your custom styles here */

.e-atc-qty-button-holder .quantity {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    display: flex !important;
    justify-content: space-between;
    padding: 9px 0;
}

.e-atc-qty-button-holder .quantity button {
    width: 20% !important;
    background-color: transparent !important;
    color: #000000 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 21px !important;
    line-height: 21px !important;
    margin: 0 !important;
}

.e-atc-qty-button-holder .quantity .minus {
    border-right: 1px solid #e8e8e8;
}

.e-atc-qty-button-holder .quantity .plus {
    border-left: 1px solid #e8e8e8;
}

.e-atc-qty-button-holder .quantity input {
    padding: 0;
    height: 21px !important;
    border: 0;
}

.e-atc-qty-button-holder .add_to_cart_button {
    width: 100%;
}

.product-brand {
    color: #818181;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*********************** Shop styles **************************/
.product-archive-wrapper {
    background-color: #efefef;
    padding: 30px 0 60px;
}

.product-archive-wrapper .container {
    display: flex;
    align-items: flex-start;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    gap: 30px;
}

/**** Filter bar ****/
#filter-sidebar {
    width: 25%;
    padding: 15px;
    background-color: #ffffff;
}

#filter-sidebar .filter-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

#filter-sidebar #clear-all {
    border-color: #000000;
    background-color: transparent;
    width: 100%;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.2s ease;
}

#filter-sidebar #clear-all:hover {
    background-color: #000000;
    color: #ffffff;
}

#filter-sidebar h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 15px;
    line-height: 24px;
}

#filter-sidebar h4:first-of-type {
    margin-top: 0;
}

#filter-sidebar label {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
}

#filter-sidebar label + label {
    margin-top: 12px;
}

#filter-sidebar label input {
    height: 21px;
    width: 21px;
    margin-right: 10px;
}

#filter-sidebar label span {
    margin-left: 7px;
}

/**** Products grid ****/
.productsGridContainer {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.productsGridContainer .sort-by {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    background-color: #ffffff;
    padding: 6px 15px;
}

.productsGridContainer .sort-by label {
    color: #aaaaaa;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.productsGridContainer .sort-by select {
    width: auto;
    border: 0;
    padding: 7px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    outline: 0 !important;
}

#product-list ul {
    display: flex;
    gap: 50px 20px;
    flex-wrap: wrap;
}

#product-list ul::before,
#product-list ul::after {
    display: none;
}

#product-list ul li,
#product-list-slider li.product {
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background-color: #ffffff;
    padding: 20px 10px;
    align-items: center;
}

#product-list-slider li.product {
    height: 560px;
    overflow: visible;
    margin-top: 10px;
}

#product-list.one-row ul li,
#product-list-slider li.product {
    width: calc((100% - 60px) / 4);
    position: relative;
}

#product-list ul img,
#product-list-slider li.product img {
    width: 100%;
    aspect-ratio: 1;
    height: 280px;
}
@media only screen and (max-width: 768px) {
    .mec-event-list-minimal .mec-event-date {
        float: none !important;
        width: 160px !important;
        margin: 8px auto !important;
    }
    }
@media only screen and (min-width: 769px) {
    .mec-event-list-minimal .mec-event-article {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
}
@media only screen and (max-width: 768px) {
    .mec-event-list-minimal .btn-wrapper .mec-detail-button {
        display: block !important;
        text-align: center !important;
        margin: 0 !important;
        margin-top: 16px !important;
        padding: 8px !important;
    }
}
@media only screen and (min-width: 479px) and (max-width: 768px) {
    .mec-event-list-minimal .mec-event-article {
        display: unset !important;
        align-items: unset !important;
        justify-content: unset !important;
    }
}
@media only screen and (max-width: 768px) {
.mec-event-list-minimal {
    text-align: center !important;
    }
}
.mec-event-list-minimal .mec-event-date {
    min-width: 100px;
}

#product-list ul li h2,
#product-list-slider li.product h2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

#product-list ul li .price,
#product-list-slider li.product .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #000000 !important;
    width: 100% !important;
    text-align: center !important;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

#product-list-slider .slick-next {
    top: 110%;
}
#product-list-slider .slick-prev {
    top: 110%;
}

#product-list-slider ul {
    padding: 0;
}

#product-list ul li .price del span,
#product-list-slider li.product .price del span {
    opacity: 0.5;
}

#product-list ul li form,
#product-list-slider li.product form {
    width: 100%;
}

#product-list ul li button[type="submit"],
#product-list-slider li.product button[type="submit"] {
    width: 100%;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 12px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
}

#product-list ul li button[type="submit"]:hover,
#product-list-slider li.product button[type="submit"]:hover {
    color: #ffffff;
    background-color: #000000;
}

#product-list-slider ul li a.button.view-product-custom {
    width: 100% !important;
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    border-radius: 6px !important;
    padding: 12px 0 !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    margin-top: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#product-list-slider ul li a.button.view-product-custom:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
}

#product-list ul li .added_to_cart,
#product-list-slider li.product .added_to_cart {
    display: none;
}

#product-list ul li .quantity,
#product-list-slider li.product .quantity {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    display: flex !important;
    justify-content: space-between;
    padding: 9px 0;
}

#product-list ul li .quantity button,
#product-list-slider li.product .quantity button {
    width: 20% !important;
    background-color: transparent !important;
    color: #000000 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 21px !important;
    line-height: 21px !important;
    margin: 0 !important;
}

#product-list ul li .quantity .minus,
#product-list-slider li.product .quantity .minus {
    border-right: 1px solid #e8e8e8 !important;
}

#product-list ul li .quantity .plus,
#product-list-slider li.product .quantity .plus {
    border-left: 1px solid #e8e8e8 !important;
}

#product-list ul li .quantity input {
    padding: 0;
    height: 21px !important;
    border: 0;
}

#product-list ul li .itsnew.onsale,
#product-list-slider li.product .itsnew.onsale {
    margin: 0;
    top: 0px;
    right: auto;
    background-color: #c89637;
    border-radius: 2px 0 0 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 7px 5px;
    height: auto;
    min-height: 0;
    color: #ffffff;
    position: absolute;
    left: 0px;
}

/* #product-list ul li .onsale:nth-of-type(2),
#product-list-slider li.product .onsale:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    margin: -0.5em -0.5em 0 0;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    background-color: #b3af54;
    color: #ffffff;
    padding: 5px;
    font-size: 14px;
    z-index: 20;
} */
@media (max-width: 767px) {
    #product-list ul li .onsale:nth-of-type(2),
    #product-list-slider li.product .onsale:nth-of-type(2) {
        margin: 0px;
    }
}
#product-list-slider li.product .quantity {
    align-items: center;
    max-height: 45px !important;
}
#product-list-slider li.product input.qty {
    border: none;
}

#show-more-container {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 30px;
}

@media only screen and (max-width: 500px) {
    #show-more-container { 
        flex-direction: column; 
        gap: 5px;
    }
}
@media (max-width: 1024px) {
    .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img {
    width: unset;
    }
}
.woocommerce-pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.woocommerce-pagination .page-numbers {
    display: none;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    margin-top: 20px;
    display: flex;
    padding: 10px 60px;
    background-color: #e30613;
    border: 1px solid #e30613;
    color: #ffffff;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    width: auto;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.woocommerce-pagination .next:hover,
.woocommerce-pagination .prev:hover {
    background-color: transparent;
    color: #e30613;
}

/*********************** Single product styles **************************/

.single-product .site-main {
    max-width: 1440px !important;
}

.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-notices-wrapper {
    padding: 0 60px;
}

.single-product .product {
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-product .product .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    width: 50%;
}

.single-product .product .woocommerce-product-gallery .flex-control-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 15%;
}

.single-product .product .woocommerce-product-gallery .flex-control-nav li {
    width: 100% !important;
    border-radius: 5px;
}

.single-product .product .woocommerce-product-gallery .flex-control-nav li img {
    border-radius: 5px;
}

.single-product .product .woocommerce-product-gallery .flex-viewport {
    width: 85%;
}

.single-product .product .summary {
    width: 40% !important;
}

.single-product .product .summary .product-brand {
    text-align: left;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-product .product .summary .product_title {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 20px;
}

.single-product
    .product
    .summary
    .woocommerce-product-details__short-description {
    color: #6f6f6f;
    font-weight: 400;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 20px;
}

.single-product .product .summary .cart {
    display: flex;
    flex-direction: column;
}

.single-product .product .summary .cart .quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-product .product .summary .cart .quantity label {
    width: 25%;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 24px;
    font-size: 18px;
}

.single-product .product .summary .cart .quantity .quantity-wrapper {
    width: 75%;
    display: flex;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    padding: 12px 0;
}

.single-product .product .summary .cart .quantity button {
    width: 15%;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    border: 0;
    border-radius: 0;
    padding: 0;
    height: 28px;
}

.single-product .product .summary .cart .quantity button.plus {
    border-left: 1px solid #e8e8e8;
}

.single-product .product .summary .cart .quantity button.minus {
    border-right: 1px solid #e8e8e8;
}

.single-product .product .summary .cart .quantity input {
    width: 70%;
    border: 0;
    padding: 0;
}

.single-product .product .summary .cart .quantity .size-and-price-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.single-product
    .product
    .summary
    .cart
    .quantity
    .size-and-price-container
    .size-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.single-product
    .product
    .summary
    .cart
    .quantity
    .size-and-price-container
    .size-container
    p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400 !important;
}

.single-product
    .product
    .summary
    .cart
    .quantity
    .size-and-price-container
    .price {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #000000 !important;
}

.single-product .product .summary .cart .single_add_to_cart_button {
    border-radius: 6px;
    border: 2px solid #000;
    background: transparent;
    color: #000000;
    padding: 14px 0;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
}

.single-product .product .summary .cart .product-sku {
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    margin: 20px 0;
}

.single-product .product .summary .cart .transport-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background-color: #efefef;
    padding: 8px;
}

.single-product .product .summary .cart .transport-info svg {
    width: 20px;
    margin-top: 2px;
}

.single-product .product .summary .cart .transport-info p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
}

.single-product .product .woocommerce-tabs {
    width: 100% !important;
}

.single-product .product .wc-tabs {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 0 !important;
}

.single-product .product .wc-tabs::before,
.single-product .product .wc-tabs::after {
    display: none !important;
}

.single-product .product .wc-tabs li::before,
.single-product .product .wc-tabs li::after {
    display: none !important;
}

.single-product .product .wc-tabs li {
    margin: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}

.single-product .product .wc-tabs li a {
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 22px !important;
}

.single-product .product .wc-tabs li.active a {
    border-bottom: 2px solid #000000;
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--description_tab {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 800px) {
    .single-product .product .wc-tabs {
        max-width: 100% !important;
    }

    .single-product .product .wc-tabs li {
        padding: 0 !important;
    }

    .single-product
        .product
        .woocommerce-tabs
        .woocommerce-Tabs-panel--description_tab,
    .single-product
        .product
        .woocommerce-tabs
        .woocommerce-Tabs-panel--ingredients_tab {
        flex-direction: column !important;
    }
    .single-product
        .product
        .woocommerce-tabs
        .woocommerce-Tabs-panel--description_tab {
        width: 100% !important;
    }
    .single-product
        .product
        .woocommerce-tabs
        .woocommerce-Tabs-panel--description_tab
        .description-image {
        width: 100% !important;
    }
    .single-product
        .product
        .woocommerce-tabs
        .woocommerce-Tabs-panel--ingredients_tab
        .ingredients {
        width: 100% !important;
    }
    .single-product
        .product
        .woocommerce-tabs
        .woocommerce-Tabs-panel--description_tab
        .description-text {
        width: 100% !important;
    }
}
.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--description_tab
    .description-text {
    width: 45%;
    color: #6f6f6f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important; /* 162.5% */
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--description_tab
    .description-text
    h2 {
    margin-bottom: 10px;
    margin-top: 22px;
    font-size: 26px;
    line-height: 34px;
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--description_tab
    .description-text
    h2:first-of-type {
    margin-top: 0;
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--description_tab
    .description-text
    p {
    margin-bottom: 0;
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--description_tab
    .description-image {
    width: 45%;
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--ingredients_tab {
    display: flex;
    justify-content: space-between;
    color: #6f6f6f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important; /* 162.5% */
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--ingredients_tab
    .nutritional-information {
    width: 45%;
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--ingredients_tab
    .nutritional-information
    h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 26px;
    line-height: 34px;
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--ingredients_tab
    .ingredients {
    width: 45%;
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--ingredients_tab
    .ingredients
    h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 26px;
    line-height: 34px;
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--usage_tab {
    color: #6f6f6f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important; /* 162.5% */
}

.single-product
    .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--usage_tab
    h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 26px;
    line-height: 34px;
}

.single-product .related h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 34px;
}

.single-product .related ul li .quantity {
    width: 100%;
}

.single-product .text-after-add-to-cart-button {
    font-size: 20px !important;
    padding-top: 10px;
}

/*********************** Cart styles **************************/

.woocommerce-cart h1 {
    margin: 30px 0 !important;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

.woocommerce-cart .site-main {
    max-width: 1440px !important;
}

.woocommerce-cart .site-main .page-header {
    padding: 0 60px;
}

.woocommerce-cart .site-main .page-content {
    padding: 0 60px;
}

.woocommerce-cart .site-main .page-content .wp-block-woocommerce-cart {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.woocommerce-cart .site-main .page-content .wc-block-cart-items {
    background-color: #f4f4f4 !important;
    padding: 10px !important;
    border-radius: 6px !important;
    border: 0 !important;
}

.woocommerce-cart .site-main .page-content .wc-block-cart-items th {
    border: 0;
}

.woocommerce-cart
    .site-main
    .page-content
    .wp-block-woocommerce-cart-order-summary-block {
    background-color: #f4f4f4;
    padding: 0 0 16px;
    border-radius: 6px;
}

.woocommerce-cart
    .site-main
    .page-content
    .wp-block-woocommerce-cart-order-summary-block
    > span {
    line-height: 12px;
    padding-left: 16px;
}

.woocommerce-cart .site-main .page-content .wc-block-components-totals-coupon {
    padding: 0 16px;
}

.woocommerce-cart .site-main .page-content .wc-block-components-totals-item {
    padding: 0 16px;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
    display: none;
}

.wc-block-cart__submit-container .wc-block-components-button {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #000000;
    border-radius: 6px;
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease !important;
}

.wc-block-cart__submit-container .wc-block-components-button:hover {
    color: #ffffff;
    background-color: #000000;
}

/*********************** Checkout styles **************************/

.woocommerce-checkout h1 {
    margin: 30px 0 !important;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 28px !important;
}

.wc-block-checkout__form {
    background-color: #f4f4f4 !important;
    padding: 10px !important;
    border-radius: 6px !important;
    border: 0 !important;
}

.wc-block-components-checkout-step__heading {
    margin: 0 !important;
}

.wp-block-woocommerce-checkout-actions-block {
    padding: 0 !important;
}

.wc-block-checkout__form fieldset {
    margin-bottom: 20px !important;
}

.wc-block-checkout__sidebar {
    margin-top: 0 !important;
    top: 120px !important;
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    padding-bottom: 0 !important;
    padding-left: 5px !important;
    font-size: 16px !important;
    line-height: 30px !important;
    background-color: #e30613 !important;
    color: #ffffff !important;
}

.wc-block-components-totals-coupon__content button {
    padding: 0 !important;
    min-height: 28px !important;
}

.wc-block-components-totals-coupon__content button span {
    font-size: 18px !important;
}

.wc-block-checkout__actions_row
    .wc-block-components-checkout-place-order-button {
    transition: all 0.2s ease !important;
}

#menu-toggle-205 {
    background: none !important;
}

@media (max-width: 767px) {
    #product-list .products {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px 6px;
    }
    #product-list .products li {
        width: 48% !important;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .product-archive-wrapper .container {
        flex-direction: column;
        width: 100%;
        padding: 0 10px;
        gap: 0;
    }

    #product-list ul img {
        height: auto;
        aspect-ratio: 1/1;
        max-width: 100%;
    }
    .product-archive-wrapper .container .filter-toggle {
        display: flex;
        gap: 10px;
        align-items: center;
        background-color: #ffffff;
        padding: 6px 15px;
        width: 100%;
        cursor: pointer;
    }
    .product-archive-wrapper .container .filter-toggle svg {
        height: 20px;
        width: auto;
    }
    #filter-sidebar {
        width: 100%;
        display: none;
    }
    .productsGridContainer {
        width: 100%;
        margin-top: 30px;
    }
    .single-product .woocommerce-breadcrumb,
    .single-product .woocommerce-notices-wrapper,
    .single-product .product {
        padding: 0 10px;
    }
    .single-product #product-list .related.products {
        display: flex !important;
        flex-direction: column;
    }

    .woocommerce-cart .page-header,
    .woocommerce-cart .page-header .entry-title,
    .woocommerce-cart .page-content {
        padding: 0 !important;
    }
}
@media (min-width: 768px) {
    .product-archive-wrapper .container .filter-toggle {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #product-list .products li {
        width: calc((100% - 30px) / 2);
    }
    #product-list ul img {
        height: auto;
        aspect-ratio: 1/1;
    }
    .productsGridContainer {
        width: 70%;
    }
    #filter-sidebar {
        width: 35%;
    }
}
@media (max-width: 1024px) {
    .single-product .product .summary {
        width: 100% !important;
    }
}

.elementor-widget-wpml-language-switcher {
    margin-left: auto;
}
.wpml-ls-legacy-dropdown a {
    color: black;
    border: 0;
    background-color: var(--e-global-color-primary) !important;
    padding: 10px;
}
.wpml-ls-legacy-dropdown {
    width: 100%;
    max-width: 100%;
}

.circle-text .elementor-heading-title {
    height: 121px;
    display: flex;
    width: 121px;
    background-color: var(--e-global-color-27dc8b2);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.checkout-button {
    transition: 0.3s all;
}

.woocommerce-shipping-calculator {
    display: none;
}

label.quantity-label {
    display: none;
}

.cart_totals h2 {
    line-height: 1em;
}

/* Chrome, Safari, Edge, Opera */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.qty[type="number"] {
    -moz-appearance: textfield;
}

.quantity-wrapper {
    display: flex;
    border-radius: 6px;
    border: 2px solid black;
    width: fit-content;
    align-items: center;
}
input.qty {
    text-align: center !important;
    outline: none;
}
button.plus,
button.minus,
button.plus-cart,
button.minus-cart {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: black;
    line-height: normal;
    font-weight: 600;
    margin-top: -5px;
}

.woocommerce-shipping-totals td::before {
    display: none;
}

.select2-container {
    z-index: 1;
}
.select2-results__option--highlighted {
    background-color: var(--e-global-color-primary) !important;
    color: white !important;
}
@media (max-width: 1024px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 0;
    }

    .product-quantity::before {
        content: none !important;
    }

    .product-quantity .quantity label {
        display: flex;
        font-size: 0.75em;
        text-transform: uppercase;
        font-weight: 700;
    }

    .product-quantity .quantity label::after {
        content: ":";
    }

    .product-quantity .quantity {
        display: flex;
        justify-content: space-between;
    }

    .wpml-ls-flag {
        display: none !important;
    }
    .wpml-ls-item-toggle {
        width: 64px !important;
        padding: 0 !important;
    }
}

#related-product-list ul {
    display: flex;
    gap: 50px 20px;
    flex-wrap: wrap;
}

#related-product-list ul::before,
#related-product-list ul::after {
    display: none;
}

#related-product-list ul li {
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background-color: #ffffff;
    padding: 20px 10px;
}

#related-product-list.one-row ul li {
    width: calc((100% - 60px) / 4);
	flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
	min-width: 200px;
    box-sizing: border-box;
}

#related-product-list ul img {
    width: 100%;
    aspect-ratio: 1;
    height: 280px;
}

#related-product-list ul li h2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

#related-product-list ul li .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

#related-product-list ul li form {
    width: 100%;
}

#related-product-list ul li button[type="submit"] {
    width: 100%;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 12px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

#related-product-list ul li button[type="submit"]:hover {
    color: #ffffff;
    background-color: #000000;
}

#related-product-list ul li .added_to_cart {
    display: none;
}

#related-product-list ul li .quantity {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    display: flex !important;
    justify-content: space-between;
    padding: 9px 0;
}

#related-product-list ul li .quantity button {
    width: 20% !important;
    background-color: transparent !important;
    color: #000000 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 21px !important;
    line-height: 21px !important;
    margin: 0 !important;
}

#related-product-list ul li .quantity .minus {
    border-right: 1px solid #e8e8e8 !important;
}

#related-product-list ul li .quantity .plus {
    border-left: 1px solid #e8e8e8 !important;
}

#related-product-list ul li .quantity input {
    padding: 0;
    height: 21px !important;
    border: 0;
}

#related-product-list ul li .itsnew {
    margin: 0;
    top: 20px;
    right: 40px;
    background-color: #c89637;
    border-radius: 2px 0 0 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 7px 5px;
    height: auto;
    min-height: 0;
}

#related-product-list #show-more-container {
    display: flex;
    justify-content: center;
    text-align: center;
}

#related-product-list .products {
	justify-content: center;
}
@media (max-width: 767px) {
    #related-product-list .products {
        display: flex !important;
        flex-wrap: wrap;
        gap: 50px 6px;
    }
    #related-product-list .products li {
        width: 48% !important;
        flex-grow: 0;
        flex-shrink: 0;
    }

    #related-product-list ul img {
        height: 150px;
        aspect-ratio: 1/1;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #related-product-list .products li {
        width: calc((100% - 30px) / 2);
    }

    #related-product-list ul img {
        height: 150px;
        aspect-ratio: 1/1;
    }
}


.woocommerce-loop-product__title {
    font-family: "Trade Gothic LT Condensed", Sans-serif !important;
}

.woocommerce-loop-product__link .price bdi{
    font-family: "Trade Gothic LT Condensed", Sans-serif !important;
}