.woocommerce .products {
    display:flex;
    flex-wrap: wrap;
    gap: 32px;
    width:100%;
}
.woocommerce a.added_to_cart {
    display: none;
}
.woocommerce span.onsale {
    background-color: var(--e-global-color-f0693cc);
    font-size: 0.875rem;
    font-weight:500;
    color: #fff;
    padding: 4px 16px;
    box-shadow: 0px 8px 24px 0px #0000001A;
    border-radius: 60px;
    line-height:1.5;
    min-height: 0;
    min-width: 0;
    top:50px;
    left:16px;
}
.woocommerce .products div.product {
    position: relative;
    width:288px;
    max-width:100%;
    border-radius: 16px;
    border:1px solid var(--e-global-color-e8ad63b);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}
.woocommerce .products div.product:hover {
    box-shadow: 0px 0px 12px 0px #00000029;
}

.woocommerce .products div.product > .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
    text-decoration:underline;
}
.woocommerce .products .woocommerce-loop-product__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--e-global-color-9797da3);
    line-height: 1.3;
    margin-bottom:5px;
}
.woocommerce .products .star-rating {
    position:absolute;
    top:-12px;
    right: 24px;
    background-color:#fff;
    z-index:1;
    border:1px solid var(--e-global-color-e8ad63b);
    padding:4px 8px;
    border-radius: 60px;
    min-height:26px;
    min-width: 103px;
    font-size:1rem;
}
.woocommerce .products .star-rating::before,
.woocommerce .products .star-rating span {
    top: 2px;
    left: 8px;
    color: var(--e-global-color-7c39d18);
}

.woocommerce .products .product-image-wrapper {
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:5px;
    width:100%;
    height:250px;
}
.woocommerce .products .product-image-wrapper img {
    max-width:100%;
    max-height:100%;
    width:auto;
    height: auto;
}

.woocommerce .products .product-unit-price {
    font-size: 0.75rem;
    font-weight:500;
    line-height:1.5;
    color: var(--e-global-color-3620437);
    margin-bottom:8px;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: var(--e-global-color-text);
    font-size: 1.25rem;
    line-height:34px;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 16px;
    margin-bottom:5px;
}
.woocommerce div.product:hover span.price {
    color: var(--e-global-color-text);
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
    position:relative;
    opacity: 1;
    text-decoration: none;
    font-weight:600;
    font-size: 1.125rem;
    padding:0 6px;
    line-height: 34px;
    color: var(--e-global-color-text);
}
.woocommerce div.product p.price del::before, 
.woocommerce div.product span.price del::before {
    content:"";
    width:100%;
    border-bottom: 1px solid var(--e-global-color-text);
    position:absolute;
    transform: translate(-50%, -50%) rotate(-20deg);
    top: 50%;
    left: 50%;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    color: var(--e-global-color-f0693cc);
    font-size: 1.25rem;
    font-weight:600;
    text-decoration: none;
    line-height: 34px;
}

.woocommerce .products .yith-wcwl-add-to-wishlist {
    position:absolute;
    top:18px;
    left:18px;
    z-index:2;
    margin:0;
}
.woocommerce .products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i {
    margin:0;
}
.products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item {
    font-size:0;
}
.products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item ~ .separator,
.products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item ~ a.view-wishlist {
    display:none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 4px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-c01fb4e);
    border: 1px solid var(--e-global-color-e8ad63b);
    padding: 13px 20px;
    text-align:center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    padding: 13px 20px !important;
    pointer-events: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: var(--e-global-color-e8ad63b);
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.product .add_to_cart_button::after,
.product .single_add_to_cart_button::after {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    margin-left: 8px;
}
.product button.single_add_to_cart_button.disabled {
    pointer-events: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: var(--e-global-color-7c39d18);
    color: var(--e-global-color-text); 
    border-color: var(--e-global-color-7c39d18);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    padding: 13px 20px;
}

.woocommerce .product .variation-attributes {
    display:flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 8px 0;
    list-style: none;
    width:100%;
    padding-left:0;
}
.woocommerce .product .variation-attributes::before,
.woocommerce .product .variation-attributes::after {
    display:none;
}
.woocommerce .product .variation-attributes li {
    color: var(--e-global-color-text);
    border-radius: 3px;
    padding: 8px 6px;
    min-width:64px;
    background-color:#fff;
    border: 1px solid var(--e-global-color-b1f6692);
    text-align:center;
    flex-grow: 1;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.8;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.woocommerce .product .variation-attributes li:hover {
    background-color: var(--e-global-color-c01fb4e);
    border-color: var(--e-global-color-c01fb4e);
    color: var(--e-global-color-text);
}
.woocommerce .product .variation-attributes li.selected {
    background-color: var(--e-global-color-e8ad63b);
    border-color: var(--e-global-color-c01fb4e);
    color: var(--e-global-color-text);
}

.woocommerce .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    z-index:2;
}
.woocommerce .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    line-height: 1;
}
.woocommerce .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 20px;
}





/* Single product page */
body.single-product:not([class*="elementor-page-"]) .site-main {
    max-width:100% !important;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    display:block;
    background-color: transparent;
    padding:0;
    text-align:left;
}
.woocommerce div.product form.cart .variations th label {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
}
.woocommerce div.product form.cart .variations {
    display:inline-block;
}
table.variations td.value select {
    display:none !important;
    opacity:0;
    visibility: hidden;
}

.woocommerce-variation-add-to-cart-label {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-cart-form div.quantity {
    display:flex;
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
    margin-right:16px;
}
.woocommerce-cart-form  .cart-variation-attributes {
    color: var(--e-global-color-3620437);
}
.woocommerce .quantity input.qty {
    width:48px;
    height:48px;
    line-height:48px;
    font-size: 0.875rem;
    font-weight:500;
    padding:5px;
    text-align:center;
    border-width: 1px 0 1px 0;
    border-color: var(--e-global-color-b1f6692);
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
    border-radius: 0;
    background-color: #fff;
    color: var(--e-global-color-text);
}
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.woocommerce .quantity input.qty:focus {
    border-color: var(--e-global-color-b1f6692);
}
.woocommerce .quantity button.minus,
.woocommerce .quantity button.plus {
    width:48px;
    height:48px;
    line-height:1;
    text-align:center;
    font-size: 0.875rem;
    font-weight:500;
    padding:5px;
    border: 1px solid var(--e-global-color-b1f6692);
    background-color: var(--e-global-color-3620437);
    color: #fff;
}
.woocommerce .quantity button.minus {
    border-radius: 3px 0 0 3px;
}
.woocommerce .quantity button.plus {
    border-radius: 0 3px 3px 0;
}
.woocommerce .quantity button.minus:hover,
.woocommerce .quantity button.plus:hover {
    background-color:  var(--e-global-color-b1f6692);
    color:  var(--e-global-color-text);
}
.woocommerce-cart h1 {
    padding-left:100px;
    margin: 48px 0 18px;
}
body.single-product .woocommerce-notices-wrapper {
    display:none;
}
body.woocommerce-cart .woocommerce-notices-wrapper ul.woocommerce-error {
    margin-bottom: 0;
    margin-top:10px;
}
.woocommerce div.product form.cart .site-error-message {
    float:right;
    width:100%;
}
.woocommerce div.product form.cart .site-error-message .button {
    display:none;
}
.cart .cart-empty-content {
    margin-top:80px;
    text-align:center;
}
.cart .cart-empty-content .cart-empty-text {
    color: var(--e-global-color-3620437);
}
.cart .cart-empty-content .return-to-shop {
    margin-top: 24px;
}
.cart .cart-empty-content .return-to-shop a {
    width:312px;
    max-width: 100%;
}
.cart-empty-collaterals .checkout-button {
    opacity: 0.5;
    pointer-events: none;
}
.wc-empty-cart-message {
    display:none;
}


/* Product simple item */

.product-simple-item {
    width: 132px;
    max-width:100%;
}
.product-simple-item > a {
    display: block;
    position: relative;
}
.product-simple-item .product-image-wrapper {
    position:relative;
    width:132px;
    height:132px;
    display:flex;
    align-items:center;
    justify-content: center;
    border: 1px solid var(--e-global-color-c01fb4e);
    border-radius: 4px;
    overflow:hidden;
}
.product-simple-item .product-image-wrapper img {
    max-width:100%;
    max-height:100%;
    width:auto;
    height: auto;
}
.product-simple-item .woocommerce-loop-product__title {
    font-size: 0.75rem;
    font-weight: 500;
    color: #102800;
    line-height: 1.5;
    text-decoration:underline;
    margin-bottom:5px;
}
.product-simple-item .price {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--e-global-color-text);
    line-height: 1.5;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.product-simple-item .price del {
    color: var(--e-global-color-text);
    text-decoration: none;
    position: relative;
}
.product-simple-item .price del::before {
    content:"";
    width:100%;
    border-bottom: 1px solid var(--e-global-color-text);
    position:absolute;
    transform: translate(-50%, -50%) rotate(-20deg);
    top: 50%;
    left: 50%;
}
.product-simple-item .price ins {
    color: var(--e-global-color-f0693cc);
    text-decoration: none;
}
.product-simple-item .product-unit-price {
    display:none;
}
.product-simple-item > a:hover .woocommerce-loop-product__title {
    text-decoration:none;
    color: #102800;
}
.product-simple-item .star-rating {
    display:none;
}
.product-simple-item .product-unit-prices {
    display:none;
}


/* Product simple2 item */

.product-simple2-item {
    max-width:100%;
    margin-bottom: 20px;
}
.product-simple2-item > a {
    display: flex;
    position: relative;
    gap: 8px;
}
.product-simple2-item .product-image-wrapper {
    position:relative;
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content: center;
    border: 1px solid var(--e-global-color-c01fb4e);
    border-radius: 4px;
    overflow:hidden;
    flex-shrink: 0;
}
.product-simple2-item .product-image-wrapper img {
    max-width:100%;
    max-height:100%;
    width:auto;
    height: auto;
}
.product-simple2-item .product-content-wrapper {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}
.product-simple2-item .woocommerce-loop-product__title {
    font-size: 0.75rem;
    font-weight: 500;
    color: #102800;
    line-height: 1.5;
    text-decoration:underline;
    margin-bottom:5px;
}
.product-simple2-item .price {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--e-global-color-text);
    line-height: 1.5;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.product-simple2-item .price del {
    color: var(--e-global-color-text);
    text-decoration: none;
    position: relative;
}
.product-simple2-item .price del::before {
    content:"";
    width:100%;
    border-bottom: 1px solid var(--e-global-color-text);
    position:absolute;
    transform: translate(-50%, -50%) rotate(-20deg);
    top: 50%;
    left: 50%;
}
.product-simple2-item .price ins {
    color: var(--e-global-color-f0693cc);
    text-decoration: none;
}
.product-simple2-item .product-unit-price {
    display:none;
}
.product-simple2-item > a:hover .woocommerce-loop-product__title {
    text-decoration:none;
    color: #102800;
}
.product-simple2-item .star-rating {
    display:none;
}
.product-simple2-item .product-unit-prices {
    display:none;
}



.woocommerce div.product .product_title {
    font-size: 1.5rem;
    font-weight:600;
    line-height: 1.33;
}

.woocommerce .woocommerce-product-rating {
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    position:relative;
    background-color:#fff;
    z-index:1;
    font-size:1rem;
    margin:0;
}
.woocommerce .woocommerce-product-rating .star-rating::before,
.woocommerce .woocommerce-product-rating .star-rating span {
    top: 0;
    left: 0;
    color: var(--e-global-color-7c39d18);
}
/* .woocommerce div.summary .woocommerce-product-rating .star-rating::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:50px;
    border: 1px solid var(--e-global-color-7c39d18);
} */
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
    color: var(--e-global-color-text);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: underline;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover {
    text-decoration: none;
}
.woocommerce div.summary .woocommerce-product-details__short-description {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.57;
    opacity: 0.5;
}

.woocommerce div.summary p.price del, .woocommerce div.summary span.price del,
.woocommerce div.summary p.price ins, .woocommerce div.summary span.price ins {
    font-size: 1.5rem;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    margin-top: 68px;
    margin-bottom: 16px;
    width: 1040px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: var(--e-global-color-text);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    margin-left:6px;
    margin-right:6px;
    color: var(--e-global-color-text);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:first-child {
    margin-left:0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb span {
    color: var(--e-global-color-primary);
    margin-left: 6px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    display: inline-block;
    padding: 1px 16px;
    border-radius: 20px;
    color: var(--e-global-color-text);
    font-size: 0.875rem;
    margin-bottom:22px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock.in-stock {
    background-color: var(--e-global-color-e8ad63b);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock.out-of-stock {
    color:#fff;
    background-color: var(--e-global-color-f0693cc);
}

.free-shipping-threshold {
    padding: 16px 24px;
    border-radius: 6px;
    border: 1px solid var(--e-global-color-c01fb4e);
}
.free-shipping-threshold.free-shipping {
    border:0;
}
.free-shipping-threshold .free-shipping-threshold-text {
    color: var(--e-global-color-3620437);
}
.free-shipping-threshold .free-shipping-threshold-bar {
    position:relative;
    overflow:hidden;
    width:100%;
    height:6px;
    background-color: var(--e-global-color-55b5e98);
    box-shadow: 0px 8px 24px 0px #0000001A;
    border-radius:50px;
    margin: 16px 0 8px;
}
.free-shipping-threshold .free-shipping-threshold-bar span {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    background-color: var(--e-global-color-7c39d18);
    border-radius:50px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #CFB168;
}
.free-shipping-threshold .free-shipping-box-remain span {
    color: var(--e-global-color-primary);
    font-size: 1rem;
}
.free-shipping-threshold .free-shipping-box-remain i {
    color: var(--e-global-color-primary);
    font-size: 1.5rem;
    margin-right: 8px;
    vertical-align: sub;
}
.free-shipping-threshold .free-shipping-box-cart-total {
    color: var(--e-global-color-primary);
}

.free-shipping-threshold.style-cart {
    padding:24px;
}
.free-shipping-threshold.style-cart .free-shipping-box-remain i {
    color: var(--e-global-color-text);
}
.free-shipping-threshold.style-cart .free-shipping-box-remain {
    margin-bottom: 6px;
}
.free-shipping-threshold.style-cart .free-shipping-threshold-bar span {
    background-color: var(--e-global-color-c01fb4e);
    border-color: var(--e-global-color-e8ad63b);
}


.woocommerce div.product div.images .flex-viewport {
    border-radius: 8px;
    border: 1px solid var(--e-global-color-c01fb4e);
    height: 600px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    pointer-events: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    transition: all 0.3s ease-in-out;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display:flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items:center;
    margin-top:30px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width:80px;
    height:80px;
    border-radius: 8px;
    background-color:#fff;
    margin-right: 0;
    position:relative;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce div.product div.images .flex-control-thumbs li::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #8DE04C66;
    z-index:-1;
    opacity:0;
    transition: all 0.3s ease-in-out;
}

.woocommerce div.product div.images .flex-control-thumbs li:has(.flex-active)::after {
    z-index:1;
    opacity:1;
}
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce div.product div.images .flex-control-thumbs li:hover img.flex-active {
    opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li:hover img {
    opacity: 0.8;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear:none;
}

.woocommerce div.product div.images .flex-direction-nav {
    list-style: none;
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-prev a,
.woocommerce div.product div.images .flex-direction-nav .flex-nav-next a {
    background-color: #F5F5F5;
    color: var(--e-global-color-text);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 1;
    font-size: 1.5rem;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 100px);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1;
    font-size: 0;
    transition: all 0.3s ease-in-out;
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-prev a {
    left: 20px;
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-next a {
    right: 20px;
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-prev a:hover,
.woocommerce div.product div.images .flex-direction-nav .flex-nav-next a:hover {
    background-color: #F5F5F5;
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-prev a:hover::before,
.woocommerce div.product div.images .flex-direction-nav .flex-nav-next a:hover::before {
    color: var(--e-global-color-text);
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-prev a::before,
.woocommerce div.product div.images .flex-direction-nav .flex-nav-next a::before {
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f104";
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-next a::before {
    content: "\f105";
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-prev .flex-prev.flex-disabled,
.woocommerce div.product div.images .flex-direction-nav .flex-nav-next .flex-next.flex-disabled {
    opacity: 0.2;
}

.woocommerce div.product .summary-wrapper {
    margin-bottom: 50px;
}
.woocommerce div.product .summary-wrapper::after {
    content:"";
    display:table;
    clear:both;
}
.woocommerce div.product .summary-left-side {
    position:relative;
    float:left;
    width: 57%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width:40%;
}

/* Single product page for YITH  */
.woocommerce-page div.product div.summary{
    position: relative;
}

.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--e-global-color-c01fb4e);
    border-radius: 50%;
}

.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist a i{
    margin: 0;
    font-size: medium;   
}

.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist a.delete_item{
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    transition: all 0.3s ease;
    font-size: 0;  
}

.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist a.delete_item:hover{
    color: var(--e-global-color-3620437);

}

.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist .separator,
.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist .view-wishlist{
    display: none;
}

.single-product-wishlist-buttons .pxl-button-style-style3 .disabled{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

#pxl_wishlist_message_bar{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: var(--e-global-color-e26d0a1);
    padding: 15px;
}

#single_product_wishlist_buttons_holder{
    display: none;
}
/* Single product page for YITH  end */

.woocommerce div.product.product-type-variable .entry-summary > .price {
    display:none;
}

.woocommerce div.product.product-type-variable .entry-summary .woocommerce-variation-availability {
    display:none;
}


.product-diets {
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top:30px;
    margin-bottom:20px;
}
.product-diets span {
    padding: 4px 12px;
    border-radius: 20px;
    background-color: var(--e-global-color-55b5e98);
    color: var(--e-global-color-text);
}

#single_product_wishlist_buttons_holder {
    margin-top:24px;
}
.single-product-wishlist-buttons [class*="pxl-button-style-"] button {
    width:100%;
    margin-bottom: 8px;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.woocommerce div.product .woocommerce-tabs {
    width:57%;
}
.woocommerce div.product .woocommerce-tabs .panel {
    color: var(--e-global-color-3620437);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.38;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color:#fff;
    border:0;
    border-bottom: 2px solid #fff;
    color: var(--e-global-color-text);
    border-radius: 0;
    margin:0;
    padding:0;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    opacity: 1;
    border-bottom: 2px solid var(--e-global-color-c01fb4e);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 40px;
    font-weight:500;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2 {
    display:none;
}


.woocommerce div.product .product-tabs-wrapper {
    display:flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1040px;
    max-width: 100%;
    margin: 0 auto 50px;
    gap:20px;
}

.woocommerce .summary .product-unit-price {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--e-global-color-3620437);
    margin-top: -15px;
    margin-bottom: 20px;
}
.woocommerce .product-type-variable .summary .product-unit-prices {
    display:none;
}
.woocommerce .product-type-variable .summary .variations_form .product-unit-prices {
    display:block;
    margin-top:18px;
}


.single-product-faq {
    width: 40%;
}
.single-product-faq .item-inner {
    border: 1px solid var(--e-global-color-e8ad63b);
    border-radius: 8px;
    box-shadow: 0px 8px 24px 0px #0000001A;
    padding: 0;
    overflow:hidden;
}
.single-product-faq h2 {
    background-color: var(--e-global-color-c01fb4e);
    color: var(--e-global-color-9797da3);
    padding:22px 24px;
    margin:0;
}
.single-product-faq .faq-item:not(:last-child) {
    border-bottom: 1px solid var(--e-global-color-e8ad63b);
}
.single-product-faq .faq-question {
    padding: 16px 24px;
    display:flex;
    justify-content: space-between;
    align-items:center;
    gap:20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.single-product-faq .faq-question span {
    text-decoration: underline;
}
.single-product-faq .faq-question i {
    font-size: 0.75rem;
    flex-shrink:0;
    transition: all 0.3s ease-in-out;
}
.single-product-faq .faq-question:hover {
    background-color: var(--e-global-color-c01fb4e);
}
.single-product-faq .faq-answer {
    padding: 8px 24px 24px;
    color: var(--e-global-color-3620437);
    font-weight:500;
    display:none;
}
.single-product-faq .faq-item:first-child .faq-answer {
    display:block;
}
.single-product-faq .faq-item .faq-question.opened i {
    transform: rotate(180deg);
}


.single-rating-list {
    width: 1150px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.single-rating-list .rating-list-items {
    display:flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
    margin-top: 20px;
    overflow-y:hidden;
    overflow-x:auto;
    padding-top:11px;
    padding-bottom:15px;
}
.single-rating-list .rating-item {
    position:relative;
    display: flex;
    flex-direction: column;
    flex-shrink:0;
    width: 275px;
    min-height:350px;
    max-width:100%;
    padding: 38px 32px 26px;
    border-radius: 24px;
    border: 1px solid var(--e-global-color-7c39d18);
    background-color: #EDBB413D;
}
.single-rating-list .rating-item-title {
    color: var(--e-global-color-9797da3);
    margin:0;
    text-align:center;
}
.single-rating-list .rating-item-content {
    opacity: 0.7;
}
.rating-item-header {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap:18px;
    flex-grow: 1;
}
.single-rating-list .rating-item-footer {
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink:0;
    margin-top:20px;
    gap: 10px;
}
.single-rating-list .rating-item-rating {
    position:absolute;
    top:-12px;
    left: 50%;
    transform: translateX(-50%);
    background-color:#fff;
    z-index:1;
    border:1px solid var(--e-global-color-7c39d18);
    padding:0 8px;
    border-radius: 60px;
    min-height:26px;
    min-width: 103px;
    font-size:1rem;
    line-height:1.5;
    text-align:center;

}
.single-rating-list .rating-item-rating i {
    color: var(--e-global-color-7c39d18);
}
.single-rating-list .rating-item-author {
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.single-rating-list .rating-item-date {
    flex-shrink:0;
}

.single-rating-list .rating-item.add-new {
    background-color: #fff;
    background-image: linear-gradient(171.39deg, #D1ECC7 -30.53%, #FFFFFF 55.28%);
    border:0;
}
.single-rating-list .rating-item.add-new .rating-item-title {
    color: var(--e-global-color-text);
}
.single-rating-list .rating-item.add-new .rating-item-header {
    text-align:center;
    align-items:center;
}
.single-rating-list .rating-item-button {
    width:100%;
}
.single-rating-list .rating-item-button a {
    width:100%;
}
.single-rating-list .rating-item-button a i {
    margin-right: 7px;
}


.related-products-carousel .owl-carousel .owl-nav {
    width: 1245px;
    max-width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.related-products-carousel  .related-products-items {
    margin-bottom:60px
}
.related-products-carousel  .related-products-items .owl-stage {
    display:flex;
    align-items:stretch;
    padding-top:15px;
    padding-left: 24px;
    padding-right: 24px;
}
.related-products-carousel  .related-products-items .product {
    height:100%;
}

.upsells-carousel .owl-carousel .owl-nav {
    width: 1245px;
    max-width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.upsells-carousel  .upsells-items {
    margin-bottom:60px
}
.upsells-carousel  .upsells-items .owl-stage {
    display:flex;
    align-items:stretch;
    padding-top:15px;
    padding-left: 24px;
    padding-right: 24px;
}
.upsells-carousel  .upsells-items .product {
    height:100%;
}

.related-blog-posts {
    padding-top:100px;
    padding-bottom:120px;
    background-image: linear-gradient(168.46deg, #E5E5E5 -67.41%, rgba(255, 255, 255, 0) 108.15%);
}
.related-blog-posts .blog-items {
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 46px;
    overflow-x:auto;
    overflow-y:hidden;
    padding-top:10px;
    padding-bottom:15px;
}

.pxl-shop-filters {
    margin-top: 82px;
    margin-bottom: 74px;
}
.without-filter .pxl-shop-filters {
    display:none;
}
.without-filter .products-list-load-more-part {
    display:none;
}
.without-filter .woocommerce nav.woocommerce-pagination {
    display:block;
}
.without-filter .woocommerce .products {
    justify-content:center;
    margin-bottom:60px;
}
.pxl-shop-filters .filters-inner {
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid var(--e-global-color-c01fb4e);
    border-radius: 8px;
    padding: 14px 8px;
}
.pxl-shop-filters .filters-taxonomies {
    display:flex;
    align-items:center;
    gap: 24px;
}
.pxl-shop-filters .filter-item {
    position:relative;
}
.pxl-shop-filters .filter-title {
    line-height: 1;
    padding: 16px;
    cursor: pointer;
}
.pxl-shop-filters .filter-title svg {
    width:16px;
    height:16px;
    margin-left: 5px;
    position:relative;
    top: 2px;
    transition: all 0.3s ease-in-out;
}
.pxl-shop-filters .filter-title.active svg {
    transform: rotate(180deg);
}
.pxl-shop-filters .filter-title:hover {
    text-decoration: underline;
}
.pxl-shop-filters .filter-content {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:244px;
    background-color: #fff;
    border: 1px solid var(--e-global-color-c01fb4e);
    border-radius: 8px;
    box-shadow: 0px 8px 24px 0px #0000001A;
    padding: 0;
    z-index: 10;
}
.pxl-shop-filters .filter-content.filter-sorting {
    left:auto;
    right:0;
}
.pxl-shop-filters .filter-content ul {
    list-style: none;
    padding:0;
    margin:0;
}
.pxl-shop-filters .filter-content li a {
    display:flex;
    align-items:center;
    padding: 14px 20px;
    color: var(--e-global-color-text);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
}
.pxl-shop-filters .filter-content li a:hover {
    background-color: var(--e-global-color-c01fb4e);
}

.pxl-shop-filters .filter-content li a span {
    position:relative;
    width:16px;
    height:16px;
    border:2px solid var(--e-global-color-text);
    border-radius:50%;
    display:inline-block;
    margin-right: 5px;
    vertical-align: sub;
    flex-shrink:0;
    transition: all 0.3s ease-in-out;
}
.pxl-shop-filters .filter-content li a span::before {
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    width: 6px;
    height: 6px;
    border-width: 0;
    background-color: var(--e-global-color-text);
    border-radius:50%;
    transition: all 0.3s ease-in-out;
}
.pxl-shop-filters .filter-content li a.selected span::before {
    transform: translate(-50%, -50%) scale(1);
}
.pxl-shop-filters .filter-content li a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.pxl-shop-filters .filters-results {
    display:none;
    align-items:center;
    justify-content: space-between;
    gap: 20px;
    margin-top:36px;
}
.pxl-shop-filters .filtered-items {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pxl-shop-filters .filtered-items-title {
    flex-shrink:0;
}
.pxl-shop-filters .filtered-items-tags {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap: 8px;
}
.pxl-shop-filters .filtered-items-tags span {
    padding: 3px 8px 3px 12px;
    border:1px solid var(--e-global-color-text);
    border-radius: 50px;
    color: var(--e-global-color-text);
    box-shadow: 0px 0px 16px 0px #0000001A;
    
}
.pxl-shop-filters .filtered-items-tags span i {
    cursor: pointer;
    font-size: 0.75rem;
    padding: 4px 8px;
    transition: all 0.3s ease-in-out;
}
.pxl-shop-filters .filtered-items-tags span i:hover {
    color: var(--e-global-color-f0693cc);
}
.pxl-shop-filters .filtered-items-clear {
    text-decoration: underline;
    cursor: pointer;
    flex-shrink:0;
}
.pxl-shop-filters .filtered-items-clear:hover {
    text-decoration: none;
}
.pxl-shop-filters .filtered-count {
    flex-shrink:0;
}

.products-load-more-button {
    text-align:center;
    margin-top:16px;
    margin-bottom: 40px;
}
.products-list-load-more-part .products-list-count {
    text-align:center;
    color: var(--e-global-color-3620437);
}


.pxl-no-products {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    width:100%;
}
.pxl-no-products h3 {
    font-weight:600;
}
.pxl-no-products p {
    opacity: 0.5;
}

.post-type-archive-product .products {
    min-height:380px;
    justify-content: center;
}

body.tax-product_cat .site-main,
body.tax-diets .site-main,
body.tax-health_problems .site-main,
body.tax-packaging .site-main,
body.woocommerce-shop .site-main {
    margin-bottom: 120px;
}

body.tax-product_cat .products,
body.tax-diets .products,
body.tax-health_problems .products,
body.tax-packaging .products,
body.woocommerce-shop .products {
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    min-height:380px;
    justify-content: center;
}
/* body.tax-product_cat #primary {
    margin-top: -38px;
} */
/* body.tax-product_cat .pxl-shop-filters {
    margin-top: 32px;
} */

body.tax-product_cat:not([class*="elementor-page-"]) .site-main,
body.tax-diets:not([class*="elementor-page-"]) .site-main,
body.tax-health_problems:not([class*="elementor-page-"]) .site-main,
body.tax-packaging:not([class*="elementor-page-"]) .site-main,
body.woocommerce-shop:not([class*="elementor-page-"]) .site-main {
    max-width:100% !important;
}
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-diets .woocommerce-breadcrumb,
body.tax-health_problems .woocommerce-breadcrumb,
body.tax-packaging .woocommerce-breadcrumb,
body.woocommerce-shop .woocommerce-breadcrumb {
    display:none !important;
}
body.tax-product_cat .woocommerce-products-header,
body.tax-diets .woocommerce-products-header,
body.tax-health_problems .woocommerce-products-header,
body.tax-packaging .woocommerce-products-header,
body.woocommerce-shop .woocommerce-products-header {
    padding-top: 100px;
    height:410px;
    background-size:cover;
    background-position: center;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-top:-38px;
    margin-bottom: -50px;
}
body.tax-product_cat .woocommerce-products-header h1,
body.tax-diets .woocommerce-products-header h1,
body.tax-health_problems .woocommerce-products-header h1,
body.tax-packaging .woocommerce-products-header h1,
body.woocommerce-shop .woocommerce-products-header h1 {
    color: #fff;
    padding: 6px 25px 6px 200px;
    background-color: var(--e-global-color-primary);
}

body.woocommerce-shop .woocommerce-breadcrumb,
body.woocommerce-shop .woocommerce-products-header,
body.tax-health_problems .woocommerce-breadcrumb,
body.tax-health_problems .woocommerce-products-header,
body.tax-diets .woocommerce-breadcrumb,
body.tax-diets .woocommerce-products-header,
body.tax-packaging .woocommerce-breadcrumb,
body.tax-packaging .woocommerce-products-header {
    display:none;
}


body.woocommerce-cart .elementor-shortcode > .woocommerce {
    display:flex;
    flex-wrap: wrap;
    gap: 32px;
}
body.woocommerce-cart .elementor-shortcode > .woocommerce .woocommerce-notices-wrapper {
    flex-grow:1;
    width:100%;
}
body.woocommerce-cart .elementor-shortcode > .woocommerce .woocommerce-cart-form {
    width: calc(66.67% - 16px);
}
body.woocommerce-cart .elementor-shortcode > .woocommerce .cart-collaterals {
    width: calc(33.33% - 16px);
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    width:100%;
    float:none;
    border-radius:8px;
    padding:48px;
    background-color: var(--e-global-color-c01fb4e);
    border: 1px solid var(--e-global-color-e8ad63b);
    margin-bottom: 24px;
}
.woocommerce .cart-collaterals .cart_totals h2, 
.woocommerce-page .cart-collaterals .cart_totals h2 {
    margin-top:0;
}

.woocommerce-cart-form .cart_item {
    display:flex;
    align-items:center;
    gap:20px;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-c01fb4e);
    margin-bottom:16px;
    padding: 4px 30px 4px 4px;
}
.woocommerce-cart-form .cart_item h4 {
    margin-top:0;
    margin-bottom:10px;
}
.woocommerce-cart-form .cart_item h4 a {
    color: var(--e-global-color-text);
}
.woocommerce-cart-form .cart_item h4 a:hover {
    color: var(--e-global-color-text);
}
.woocommerce-cart-form .cart_item .product-subtotal {
    align-self: flex-start;
    margin-top:38px;
    text-align: right;
    padding-left:50px;
    flex-shrink:0;
}
.woocommerce-cart-form .cart_item .product-content {
    flex-grow:1;
}
.woocommerce-cart-form .cart_item .product-thumbnail {
    flex-shrink:0;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-cart-form .cart_item .product-thumbnail > a {
    display:flex;
    align-items:center;
    justify-content:center;
    max-height:200px;
    max-width:180px;
}
.woocommerce-cart-form .cart_item .product-thumbnail img {
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
.woocommerce-cart-form .cart_item .product-thumbnail .product-subtotal {
    display:none;
}
.woocommerce-cart-form .cart_item .product-add-to-cart {
    display:flex;
    align-items:center;
    gap:30px;
}
.woocommerce-cart-form .cart_item .product-remove a.remove {
    color: var(--e-global-color-text) !important;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: underline;
    width:auto;
    height:auto;
    border-radius: 0;
    background-color: transparent;
}
.woocommerce-cart-form .cart_item .product-remove a.remove:hover {
    color: var(--e-global-color-text) !important;
    background-color: transparent;
    text-decoration: none;
}
.woocommerce table.shop_table {
    border:0;
    border-radius: 0;
    border-collapse: collapse;
}
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border:0;
    padding:15px 0;
    font-weight: 500 !important;
}
#add_payment_method .cart-collaterals .cart_totals tr td::before,
#add_payment_method .cart-collaterals .cart_totals tr th::before, 
.woocommerce-cart .cart-collaterals .cart_totals tr td::before, 
.woocommerce-cart .cart-collaterals .cart_totals tr th::before, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td::before, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th::before {
    font-weight: 500 !important;
}
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    width:100%;
}
#add_payment_method .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td {
    text-align:right;
}
#add_payment_method .cart-collaterals .cart_totals tr td bdi, 
.woocommerce-cart .cart-collaterals .cart_totals tr td bdi, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td bdi {
    white-space: nowrap;
}
.cart-collaterals table tbody > tr:nth-child(2n+1) > td, 
.cart-collaterals table tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}
.cart-collaterals table tbody tr:hover > td, 
.cart-collaterals table tbody tr:hover > th {
    background-color: transparent;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.shipping th span {
    display:block;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td strong {
    font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.decor-line {
    position:relative;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.decor-line td {
    position:relative;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.decor-line td::before {
    display:none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.decor-line span {
    content:"";
    position:absolute;
    left: -48px;
    top:50%;
    width:calc(100% + 96px);
    height:1px;
    background-color: var(--e-global-color-e8ad63b);
}
#add_payment_method .cart-collaterals .cart_totals .discount td, 
.woocommerce-cart .cart-collaterals .cart_totals .discount td, 
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: var(--e-global-color-text);
}
#add_payment_method .cart-collaterals .cart_totals .discount.active td, 
.woocommerce-cart .cart-collaterals .cart_totals .discount.active td, 
.woocommerce-checkout .cart-collaterals .cart_totals .discount.active td {
    color: var(--e-global-color-f0693cc);
}
#add_payment_method .cart-collaterals .cart_totals .cart-discount td, 
.woocommerce-cart .cart-collaterals .cart_totals .cart-discount td, 
.woocommerce-checkout .cart-collaterals .cart_totals .cart-discount td {
    color: var(--e-global-color-text);
}
#add_payment_method .cart-collaterals .cart_totals .cart-discount.active td, 
.woocommerce-cart .cart-collaterals .cart_totals .cart-discount.active td, 
.woocommerce-checkout .cart-collaterals .cart_totals .cart-discount.active td {
    color: var(--e-global-color-f0693cc);
}
.woocommerce-checkout-review-order-table .discount.active td {
    color: var(--e-global-color-f0693cc);
}
.woocommerce-checkout-review-order-table .cart-discount.active td {
    color: var(--e-global-color-f0693cc);
}

#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
    padding-bottom:0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 1rem;
    width:100%;
    padding: 14px;
    margin-bottom:0;
}
.woocommerce-cart-form .cart_item .quantity button.minus, 
.woocommerce-cart-form .cart_item .quantity button.plus {
    width:32px;
    height:32px;
}
.woocommerce-cart-form .cart_item .quantity input.qty {
    width:32px;
    height:32px;
    line-height:32px;
}

.viewed-products-carousel {
    width:100%;
}
.viewed-products-carousel .owl-carousel .owl-nav {
    width: 1245px;
    max-width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.viewed-products-carousel  .viewed-products-items {
    margin-bottom:60px
}
.viewed-products-carousel  .viewed-products-items .owl-stage {
    display:flex;
    align-items:stretch;
    padding-top:15px;
    padding-left: 24px;
    padding-right: 24px;
    min-width:100%;
}
.viewed-products-carousel  .viewed-products-items .owl-item {
    width:288px !important;
}
.viewed-products-carousel  .viewed-products-items .product {
    height:100%;
}


.checkout-process-steps {
    margin-top: 35px;
    margin-bottom: 40px;
}
.checkout-process-steps ul {
    display:flex;
    align-items:center;
    justify-content: space-between;
    list-style: none;
    padding:0;
    margin:0;
}
.checkout-process-steps ul li {
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 12px;
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-weight:500;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}
.checkout-process-steps ul li a {
    display:flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-weight:500;
    line-height: 1.27;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}
.checkout-process-steps ul li svg {
    margin-bottom:5px;
}
.checkout-process-steps ul li svg path {
    width:16px;
    height:16px;
    fill: var(--e-global-color-primary);
}
.checkout-process-steps ul li.active a,
.checkout-process-steps ul li.active ~ li a {
    color: var(--e-global-color-3620437);
}
.checkout-process-steps ul li.active svg path,
.checkout-process-steps ul li.active ~ li svg path {
    fill: var(--e-global-color-3620437);
}
.checkout-process-steps ul li a:hover {
    opacity: 0.8;
}

.checkout-process-steps ul li.step-separator {
    flex-grow: 1;
    height:2px;
    padding:0;
    min-width:5px;
    background-color: var(--e-global-color-e8ad63b);
}
.checkout-process-steps ul li.active ~ li.step-separator {
    background-color: var(--e-global-color-b1f6692);
}
.checkout-process-steps ul li.step-separator:last-child {
    display:none;
}

.checkout-login-reg-guest .checkout-login-reg-guest-content {
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 20px;
}

.checkout-login-reg-guest .checkout-login-reg-customer-content {
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 20px;
    background-color: #F5F5F5;
    border: 1px solid var(--e-global-color-c01fb4e);
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.checkout-login-reg-guest .checkout-login-reg-customer-content p {
    margin-bottom: 0;
}
.checkout-login-reg-guest .checkout-login-reg-customer-content a {
    color: var(--e-global-color-text);
}
.checkout-login-reg-guest .checkout-login-reg-customer-content a:hover {
    color: var(--e-global-color-text);
}

.checkout-login-reg-guest #customer_registration {
    display:none;
    padding-top:10px;
    padding-bottom: 20px;
}
.checkout-login-reg-guest #customer_registration > .title {
    display:none;
}
.checkout-login-reg-guest #customer_registration .policy-container {
    margin-bottom: 25px;
}


.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    display:flex !important;
    flex-wrap: nowrap;
    align-items: center;
    gap:0;
    border:0;
    padding:0;
    margin:0;
}

.woocommerce table.shop_table td {
    border:0;
    padding:15px 0;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    border:0;
    vertical-align:middle;
    font-weight: 500;
    padding: 12px 0;
}
.woocommerce table.shop_table tbody th .amount,
.woocommerce table.shop_table tfoot td .amount,
.woocommerce table.shop_table tfoot th .amount {
    white-space: nowrap;
}
.checkout-form-wrapper {
    display:flex;
    flex-wrap: wrap;
    gap: 36px;
}
body .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    flex-grow:1;
    width:100%;
}
.checkout-form-wrapper .checkout-form-left {
    flex-grow:1;
    width: calc(100% - 416px);
}
.checkout-form-wrapper .checkout-form-right {
    width:380px;
    flex-shrink:0;
}
.checkout-summary-table {
    width: 100%;
    float: none;
    border-radius: 8px;
    padding: 48px;
    background-color: var(--e-global-color-c01fb4e);
    border: 1px solid var(--e-global-color-e8ad63b);
    margin-bottom: 24px;
}
.checkout-summary-table tr td, 
.checkout-summary-table tr th {
    border:0;
    padding:15px 0;
    font-weight: 500;
}
.checkout-summary-table tr th {
    width:100%;
}
.checkout-summary-table tr td {
    text-align:right;
}
.checkout-summary-table table tbody > tr:nth-child(2n+1) > td, 
.checkout-summary-table table tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}
.checkout-summary-table table tbody tr:hover > td, 
.checkout-summary-table table tbody tr:hover > th {
    background-color: transparent;
}
.checkout-summary-table tr.shipping th span {
    display:block;
}
.checkout-summary-table tr.order-total td strong {
    font-weight: 600;
}
.checkout-summary-table tr.decor-line {
    position:relative;
}
.checkout-summary-table tr.decor-line span {
    content:"";
    position:absolute;
    left: -48px;
    top:50%;
    width:calc(100% + 96px);
    height:1px;
    background-color: var(--e-global-color-e8ad63b);
}
.checkout-summary-table .discount td {
    color: var(--e-global-color-text);
}

.checkout-step {
    border-radius:8px;
    border: 1px solid #8DE04C;
    background-color: #fff;
    margin-bottom: 24px;
}
.checkout-step .checkout-step-title {
    position:relative;
    padding:24px;
    cursor: pointer;
}
.checkout-step .checkout-step-title::after {
    content:"\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 900;
    color: var(--e-global-color-text);
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.checkout-step .checkout-step-title.active::after {
    transform: translateY(-50%) rotate(180deg);
}
.checkout-step .checkout-step-title h2 {
    margin:0;
}
.checkout-step .checkout-step-title i {
    font-size:20px;
    margin-left:10px;
    color: var(--e-global-color-primary);
    display:none;
}
.checkout-step.completed .checkout-step-title i {
    display:inline;
}
.checkout-step .checkout-step-content {
    display:none;
    padding:0 24px 24px;
}
.woocommerce-checkout-guest .customer-saved-address.new-address .customer-saved-address-title {
    display:none;
}
.woocommerce-checkout-guest .customer-saved-address.new-address .customer-saved-address-content {
    display:block !important;
}
.woocommerce-form-coupon {
    padding: 30px 0;
}
.woo-form-coupon-active {
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 20px;
    color: var(--e-global-color-9797da3);
    margin-bottom:15px;
    padding: 0 12px;
}
.woo-form-coupon-fields {
    position:relative;
}
.woo-form-coupon-fields input {
    width:100%;
    padding-top:16px !important;
    padding-bottom:16px !important;
    padding-right: 110px !important;
}
.woo-form-coupon-fields button {
    position:absolute !important;
    right:8px;
    top:50%;
    transform: translateY(-50%);
    background-color: var(--e-global-color-7c39d18) !important;
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.57 !important;
    padding: 8px 14px !important;
    border-color: var(--e-global-color-7c39d18) !important;
}
.woo-form-coupon-active-remove {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.woo-form-coupon-active-remove:hover {
    color: var(--e-global-color-f0693cc);
}

.checkout-step-next-btn {
    text-align:center;
    margin-top:22px;
}
.checkout-step-next-btn button {
    position:relative;
    text-align:center;
    display:inline-block;
    width: 312px;
    max-width:100%;
}
.checkout-step[data-step="shipping_mode"] .checkout-step-content > span:first-child {
    display:none;
}

.woocommerce-checkout .woocommerce-shipping-methods li {
    padding: 16px 0;
    margin: 0 !important;
    border-bottom: 1px solid var(--e-global-color-c01fb4e);
}
.woocommerce-checkout .woocommerce-shipping-methods li:last-child {
    border-bottom:0;
}
.woocommerce-checkout .woocommerce-shipping-methods li input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.woocommerce-checkout .woocommerce-shipping-methods li label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-checkout .woocommerce-shipping-methods li label .woocommerce-Price-amount {
    font-weight:500 !important;
}
.woocommerce-checkout .woocommerce-shipping-methods .shipping-method-description {
    color: var(--e-global-color-3620437);
    margin-top: 3px;
    padding-left: 32px;
    width: 400px;
    max-width: 100%;
}

.woocommerce-checkout .shipping-type-field .woocommerce-input-wrapper,
.woocommerce-checkout .billing-type-field .woocommerce-input-wrapper {
    display:flex;
    align-items:center;
    gap: 20px;
    margin-bottom: 0;
}
.woocommerce form .form-row {
    padding:0;
    margin-bottom: 0;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    float:none;
    width: calc(50% - 8px);
}

.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
    display:flex;
    flex-wrap: wrap;
    gap: 20px 16px;
}
.woocommerce-shipping-fields__field-wrapper .shipping_type_field,
.woocommerce-billing-fields__field-wrapper .billing_type_field,
.woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce-billing-fields__field-wrapper .form-row-wide {
    width:100%;
}

.woocommerce-shipping-fields__field-wrapper .shipping_country_field,
.woocommerce-shipping-fields__field-wrapper .shipping_postcode_field,
.woocommerce-billing-fields__field-wrapper .billing_country_field,
.woocommerce-billing-fields__field-wrapper .billing_postcode_field {
    width:calc(25% - 10.66px) !important;
}
.woocommerce-shipping-fields__field-wrapper .shipping_city_field,
.woocommerce-billing-fields__field-wrapper .billing_city_field {
    width:calc(50% - 10.66px) !important;
}
.woocommerce-shipping-fields__field-wrapper .shipping_company_field, 
.woocommerce-shipping-fields__field-wrapper .shipping_tax_number_field,
.woocommerce-billing-fields__field-wrapper .billing_company_field, 
.woocommerce-billing-fields__field-wrapper .billing_tax_number_field {
    display:none;
}
.woocommerce-additional-fields__field-wrapper {
    margin-top:20px;
    margin-bottom:20px;
}
.woocommerce-billing-fields > h3 {
    display:none;
}
.woocommerce-billing-fields {
    margin-bottom: 20px;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .woocommerce-form-row,
.woocommerce form .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row {
    margin-bottom:0;
}
input[type="checkbox"] + label[for="billing_same_as_shipping"] {
    font-size: 0.875rem;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--e-global-color-primary);
}

#add_payment_method #payment, .woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background-color: transparent;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    border:0;
    padding:0;
    margin:0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    padding:0;
    border:0;
    font-size: 0.75rem;
    font-weight:500;
    background-color: transparent;
    color: var(--e-global-color-3620437);
    padding-left:32px;
    margin: 0;
    display: block !important;
    width: 400px;
    max-width: 100%;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    display:none;
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 16px 0;
    border-bottom: 1px solid var(--e-global-color-c01fb4e);
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 20px;
}
#add_payment_method #payment ul.payment_methods li:last-child,
.woocommerce-cart #payment ul.payment_methods li:last-child,
.woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom:0;
}
#add_payment_method #payment ul.payment_methods li::before, 
.woocommerce-cart #payment ul.payment_methods li::before, 
.woocommerce-checkout #payment ul.payment_methods li::before {
    display:none !important;
}
#add_payment_method #payment ul.payment_methods li label img, 
.woocommerce-cart #payment ul.payment_methods li label img, 
.woocommerce-checkout #payment ul.payment_methods li label img {
    display:block;
    margin-top: 8px;
    margin-bottom: 6px;
}

.wc_payment_method .payment_method_price {
    font-weight: 500;
    text-align: right;
    flex-grow:1;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    width: 312px;
    max-width:100%;
    float:none;
    margin: 32px auto;
    display:block;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a:hover {
    color: var(--e-global-color-primary);
    text-decoration: none;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    display:block !important;
}
.woocommerce-terms-and-conditions-wrapper > .form-row {
    margin-bottom:16px !important;
}

.checkout-customer-addresses .customer-saved-address {
    padding: 0;
    border-bottom: 1px solid var(--e-global-color-c01fb4e);
}
.checkout-customer-addresses .customer-saved-address-title label {
    display:flex;
    align-items:center;
    min-height: 80px;
    padding-top:16px !important;
    padding-bottom:16px !important;
    width:100%;
}

#cart-collaterals-show-more-btn {
    display: none;
    position:absolute;
    top:-18px;
    left:50%;
    transform: translateX(-50%);
    z-index:1;
    background-color: #fff;
    color: var(--e-global-color-text);
    border: 1px solid var(--e-global-color-e8ad63b);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
#cart-collaterals-show-more-btn.opened {
    transform: translateX(-50%) rotate(180deg);
}

/* Csomagpont plugin */
.woocommerce-checkout .woocommerce-shipping-methods li label span.vp-woo-pont-shipping-method-label{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.vp-woo-pont-shipping-method-icons i{
    display: none;
}
.woocommerce table.shop_table tr.vp-woo-pont-review-order {
   display: none;
}

.vp-woo-pont-review-order-selected a{
    color: var(--e-global-color-primary);
    text-decoration: underline;
}
.vp-woo-pont-modal-sidebar-filters li input[type="checkbox"]:checked + label,
.vp-woo-pont-modal-sidebar-filters li input[type="checkbox"] + label{
    padding-left: 50px !important;
}
.vp-woo-pont-review-order-selected i {
    display: none;
}
.vp-woo-pont-review-order-selected-cost {
    display:none;
}
.vp-woo-pont-selected-wrapper {
    padding-left:32px;
}
.vp-woo-pont-selected-wrapper + .vp-woo-pont-selected-wrapper #vp-woo-pont-show-map-click {
    display:none;
}


.thankyou-page-content {
    width:420px;
    max-width:100%;
    margin:0 auto 80px;
}
.thankyou-page-content .thankyou-icon {
    font-size:20px;
    color: var(--e-global-color-primary);
}
.thankyou-page-content .thankyou-page-content-title {
    text-align:center;
}
.thankyou-page-content h2 {
    color: var(--e-global-color-9797da3);
    margin-top: 6px;
    margin-bottom: 12px;
}
.thankyou-page-content .thankyou-page-content-table {
    margin-top: 40px;
    margin-bottom: 40px;
}
.thankyou-page-content .thankyou-page-content-table > div {
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom:20px;
}
.thankyou-page-content .thankyou-page-content-table p {
    margin-bottom:0;
    font-weight:400;
}
.thankyou-page-content .thankyou-page-content-table > div:first-child p:first-child {
    font-weight:500;
}
.thankyou-page-content .thankyou-page-content-table > div:first-child p:last-child {
    font-weight:600;
    text-decoration:underline;
}
.thankyou-page-content .thankyou-page-content-buttons {
    display:flex;
    align-items:center;
    justify-content: space-between;
    flex-wrap:wrap;
    gap:8px;
}
.thankyou-page-content .copy-to-clipboard {
    position: relative;
    cursor: pointer;
}
.thankyou-page-content .copy-to-clipboard::after {
    content: "Vágólapra másolva!";
    position: absolute;
    top: -20px;
    right: 0;
    opacity: 0;
    color: green;
    font-size: 12px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}
.thankyou-page-content .copy-to-clipboard.copied::after {
    opacity: 1;
}
.thankyou-page-content .copy-to-clipboard:hover {
    text-decoration: none !important;
}
body.woocommerce-order-received > header {
    margin-bottom:0;
}
body.woocommerce-order-received .site-main .page-header,
body.woocommerce-checkout .site-main .page-header {
    display:none;
}
body.woocommerce-order-received .site-main {
    background-image: linear-gradient(164.15deg, #D1ECC7 -53.92%, #FFFFFF 53.85%);
    background-repeat:no-repeat;
    background-size: 100% 516px;
}
body.woocommerce-order-received .checkout-summary-table {
    position:sticky;
    top: 0;
    z-index: 1;
}
.tax_label,
.includes_tax {
    display:none;
}


body.woocommerce-checkout > header {
    margin-bottom:10px;
}
body.woocommerce-checkout .col2-set {
    gap:56px;
}
body.woocommerce-checkout .col2-set::before,
body.woocommerce-checkout .col2-set::after {
    display:none;
}
body:not(.logged-in) .checkout-login-reg-guest {
    padding:24px;
    background-image: linear-gradient(19.51deg, #D1ECC7 -92.07%, #FFFFFF 53.44%);
    margin-bottom:40px;
    border: 1px solid #8DE04C;
    border-radius:8px;
}
.checkout-login-reg-guest .social-logins-container .logins a {
    background-color: #fff;
}
.checkout-login-reg-guest .user-guest-reg-separate-line {
    border: 1px solid #B4B6B3;
    margin: 24px 0;
    width:100%;
}

#checkout-collaterals-show-more-btn {
    display: none;
    position:absolute;
    top:-18px;
    left:50%;
    transform: translateX(-50%);
    z-index:1;
    background-color: #fff;
    color: var(--e-global-color-text);
    border: 1px solid var(--e-global-color-e8ad63b);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
#checkout-collaterals-show-more-btn.opened {
    transform: translateX(-50%) rotate(180deg);
}

.woocommerce-account-fields .create-account {
    display:none;
}

#ship-to-different-address {
    display:none !important;
}

.woocommerce nav.woocommerce-pagination {
    display:none;
    margin-top:60px;
}
.woocommerce nav.woocommerce-pagination ul {
    border:0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border:0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: var(--e-global-color-c01fb4e);
    color: var(--e-global-color-text);
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: var(--e-global-color-text);
}

.site-error-message {
    display: flex;
    gap: 6px;
    padding: 0;
    color: var(--e-global-color-f0693cc);
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 4px;
    text-align:center;
    justify-content: center;
}
.site-error-message i {
    position:relative;
    top:3px;
}
.checkout-error-message {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    color: var(--e-global-color-f0693cc);
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 4px;
    text-align:center;
    justify-content: center;
}

#order_review .blockUI {
    background: none !important;
}

body .iti {
    display:block;
}
button.iti__selected-country {
    background-color: transparent;
    border:0;
    border-right: 1px solid var(--e-global-color-primary);
    border-radius:0;
    color: var(--e-global-color-text);
    padding: 11px 15px 11px 11px;
    font-size: 0.875rem;
}
button.iti__selected-country:hover,
button.iti__selected-country:focus {
    background-color: transparent;
    color: var(--e-global-color-text);
}
.iti--allow-dropdown {
    font-size: 0.875rem;
}
body .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, 
body .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: transparent;
}
input.iti__tel-input {
    text-indent:5px;
}
.iti__country-container {
    height:56px;
}


.cart-expire-popup-outer {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
}
.cart-expire-popup-outer .cart-expire-popup {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 400px;
    width:100%;
    text-align:center;
}
.cart-expire-popup-outer .cart-expire-popup .cart-expire-buttons {
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
}

.pxl-mini-cart {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 0;
    padding: 0;
    margin:0;
    z-index:2000;
    overflow:hidden;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
}
.pxl-mini-cart.showed {
    transform: translateX(0);
}
body.admin-bar .pxl-mini-cart {
    top:32px;
    height:calc(100% - 32px);
}
.pxl-mini-cart .item-cart-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(30, 41, 33, 0.8);
    z-index:1;
    transform: translateX(100%);
    transition: all 0.1s ease-in-out;
}
.pxl-mini-cart.showed .item-cart-overlay {
    transform: translateX(0);
}
.pxl-mini-cart .item-inner {
    max-width: 512px;
    width:100%;
    max-height:100%;
    height:100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    z-index:100;
    position:absolute;
    top:0;
    right:0;
    border-radius: 0;
    overflow:hidden;
}
.pxl-mini-cart .item-header {
    position: relative;
    z-index: 1;
    padding: 16px 32px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    flex-shrink: 0;
}
.pxl-mini-cart .item-header-main {
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap:16px;
}
.pxl-mini-cart .item-header .item-img {
    position:relative;
    width:40px;
    height:40px;
    max-width:100%;
    max-height:100%;
    flex-shrink: 0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.pxl-mini-cart .item-header .item-img img,
.pxl-mini-cart .item-header .item-img svg {
    width:30px;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.pxl-mini-cart .item-header .cart-count {
    position:absolute;
    top:3px;
    right:3px;
    width:16px;
    height:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:var(--e-global-color-f0693cc);
    color:#fff;
    font-size:10px;
    line-height:1;
    border-radius:50%;
}
.pxl-mini-cart .item-header .item-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--e-global-color-text);
    flex-grow: 1;
    text-align:left;
    margin:0;
}
.pxl-mini-cart .item-header .item-title > a {
    color: var(--e-global-color-text);
    text-decoration: underline;
}
.pxl-mini-cart .item-header .item-title > a:hover {
    color: var(--e-global-color-text);
    text-decoration: none;
}
.pxl-mini-cart .item-header .item-close {
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    border-radius:4px;
    background-color: transparent;
    color: var(--e-global-color-text);
    border:0;
    padding:0;
    margin:0;
    cursor:pointer;
    transition: all 0.3s ease-in-out;
}
.pxl-mini-cart .item-header .item-close img,
.pxl-mini-cart .item-header .item-close svg {
    width:40px;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.pxl-mini-cart .item-header .item-close:hover {
    background-color: rgba(0,0,0,0.1);
}
.pxl-mini-cart .item-content {
    padding:8px 32px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow:1;
}

.pxl-mini-cart .item-content.empty {
    display:flex;
    align-items:center;
    justify-content: center;
    background-color: #fff;
}

.pxl-mini-cart .item-content .cart-empty-content {
    margin:0;
}

.pxl-mini-cart .free-shipping-threshold.style-cart {
    margin-top:8px;
}
.pxl-mini-cart .free-shipping-threshold.style-cart .free-shipping-box-remain:first-child,
.pxl-mini-cart .free-shipping-threshold .free-shipping-box-cart-total {
    display:none;
}
.pxl-mini-cart .free-shipping-threshold.style-cart .free-shipping-box-remain {
    margin-bottom: 0;
}
.pxl-mini-cart .free-shipping-threshold.style-cart .free-shipping-threshold-bar span {
    background-color: var(--e-global-color-7c39d18);
    border-color: #CFB168;
}
.pxl-mini-cart .free-shipping-threshold.style-cart.free-shipping {
    display:none;
}

.pxl-mini-cart .item-content .cart_item {
    background-color:#fff;
    margin-bottom:4px;
    padding: 16px;
    margin-bottom: 4px;
    gap: 9px;
    align-items: stretch;
}
.pxl-mini-cart .item-content .cart_item .product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce-cart-form .cart_item .product-add-to-cart {
    justify-content: space-between;
}
.pxl-mini-cart .item-content .cart_item .product-subtotal {
    display:none;
}
.pxl-mini-cart .item-content .cart_item .product-thumbnail {
    width:125px;
    height:auto;
    flex-wrap:wrap;
}
.pxl-mini-cart .item-content .cart_item .product-thumbnail > a {
    max-height:125px;
    max-width:125px;
}
.pxl-mini-cart .item-content .cart_item .product-thumbnail .product-subtotal {
    display:block;
    margin-top:5px;
    margin-bottom: 0;
    text-align:center;
    width:100%;
    padding-left: 0;
}

.pxl-mini-cart .item-footer {
    flex-shrink: 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
}
.pxl-mini-cart .item-footer .free-shipping-threshold {
    display:none !important;
}
.pxl-mini-cart .cart-collaterals .cart_totals {
    padding: 16px 32px;
    border-radius: 8px 8px 0 0;
    border-width: 1px 1px 0 1px;
    margin-bottom: 0;
}
.pxl-mini-cart .cart-collaterals .cart_totals h2 {
    display:none;
}
.pxl-mini-cart .cart-collaterals .cart_totals tr.decor-line span {
    left:0;
    width:100%;
}
.pxl-mini-cart .cart-collaterals .cart_totals tr th,
.pxl-mini-cart .cart-collaterals .cart_totals tr td {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 4px 0;
    vertical-align: top;
}
.pxl-mini-cart .cart-collaterals .cart_totals tr th i {
    color: var(--e-global-color-primary);
}

.pxl-mini-cart .cart-collaterals .cart_totals tr th span.text-extra-small {
    display:block;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--e-global-color-3620437);
}
.pxl-mini-cart .cart-collaterals .cart_totals tr.order-total th,
.pxl-mini-cart .cart-collaterals .cart_totals tr.order-total td {
    font-size: 1.125rem;
    font-weight: 500;
}


.pxl-mini-cart .cart-collaterals .wc-proceed-to-checkout > a {
    width:100%;
}
.pxl-mini-cart .cart-collaterals .wc-continue-shopping > button {
    width:100%;
    color: var(--e-global-color-text);
    font-size:1rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 13px 20px;
    text-align: center;
    margin: 8px 0 0;
    display:block;
    border:0;
    background-color: transparent;
    border-radius: 0;
}
.pxl-mini-cart .cart-collaterals .wc-continue-shopping > button:hover {
    text-decoration:underline;
}
.pxl-mini-cart .cart-collaterals .cart_totals tr.decor-line,
.pxl-mini-cart .cart-collaterals .cart_totals tr.decor-line td {
    position:relative;
}
.pxl-mini-cart .cart-collaterals .cart_totals tr.decor-line td::before {
    display:none !important;
}
.pxl-mini-cart .cart-collaterals .cart_totals tr.decor-line span {
    content:"";
    height:1px;
    height: 1px;
    background-color: var(--e-global-color-e8ad63b);
    display: block;
    margin: 4px 0;
    background-color: var(--e-global-color-e8ad63b);
}

@keyframes minicartloaderrotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.pxl-mini-cart .cart-loader-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 0;
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
}
.pxl-mini-cart .cart-loader-box img {
	width: 40px;
	height: 40px;
	-webkit-animation: minicartloaderrotate 1.2s linear infinite;
	animation: minicartloaderrotate 1.2s linear infinite;
}

body.mini-cart-disable-scroll {
    overflow: hidden;
}

button.pxl-mini-cart-floating-btn {
    position:fixed;
    bottom: 32px;
    right: 24px;
    width:80px;
    height:80px;
    border-radius:50%;
    border:0;
    padding:0;
    margin:0;
    background-color: #fff;
    color: var(--e-global-color-primary);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:1900;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
}
button.pxl-mini-cart-floating-btn:hover {
    background-color: #f5f5f5;
}
.pxl-mini-cart-floating-btn img,
.pxl-mini-cart-floating-btn svg {
    width:39px;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.pxl-mini-cart-floating-btn .cart-count {
    position:absolute;
    top:3px;
    right:3px;
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:var(--e-global-color-f0693cc);
    color:#fff;
    font-size:14px;
    line-height:1;
    border-radius:50%;
}


.pxl-mini-cart-added-popup {
    position:fixed;
    bottom:40px;
    left:50%;
    transform: translateX(-50%);
    width:620px;
    max-width:100%;
    z-index:1950;
    background-color:#D8F6CC;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0px 0px 12px 0px #00000029;
}
.pxl-mini-cart-added-popup .item-btns {
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 16px;
}
.pxl-mini-cart-added-popup .item-btns > div {
    width:100%;
}
.pxl-mini-cart-added-popup .item-btns > div > a {
    display:block;
}
.pxl-mini-cart-added-popup .wc-continue-shopping > button {
    width:100%;
    color: var(--e-global-color-text);
    font-size:1rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 13px 20px;
    text-align: center;
    margin: 0;
    display:block;
    border:0;
    background-color: transparent;
    border-radius: 0;
}
.pxl-mini-cart-added-popup .wc-continue-shopping > button:hover {
    text-decoration:underline;
}
.pxl-mini-cart-added-popup .item-content .cart-added-text {
    text-align:center;
    font-weight:600;
    margin:0;
}
.pxl-mini-cart-added-popup .item-content .cart-added-text i {
    color: var(--e-global-color-primary);
}


@media screen and (max-width: 1296px) {
    body.tax-product_cat .pxl-shop-filters {
        padding-left: 24px;
        padding-right: 24px;
    }
    body.tax-product_cat .products {
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {
    body > header {
        margin-bottom:0;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
        margin-top:16px;
        margin-bottom: 32px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .woocommerce div.product div.images .flex-viewport {
        height: 450px !important;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__image > a {
        height: 450px;
    }
    .woocommerce div.product form.cart div.quantity {
        margin-bottom: 10px;
    }
    .woocommerce div.product .product-tabs-wrapper {
        flex-wrap:wrap;
        padding-left:24px;
        padding-right:24px;
    }
    .woocommerce div.product .woocommerce-tabs {
        width:100%;
    }
    .single-product-faq {
        width:100%;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 1rem;
        padding: 10px 20px;
    }
    .single-rating-list {
        padding-left: 0;
        padding-right: 0;
    }
    .single-rating-list .rating-list-items {
        padding-left:24px;
        padding-right:24px;
    }
    .related-products-carousel .related-products-items .owl-stage {
        padding-left:24px;
        padding-right:24px;
    }
    .upsell-products-carousel .upsell-products-items .owl-stage {
        padding-left:24px;
        padding-right:24px;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce div.product .summary-left-side {
        width: 100%;
        float:none;
        order:4;
    }
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width:100%;
        order:1;
        display:flex;
        flex-direction:column;
        align-items: flex-start;
        gap:0;

    }
    .woocommerce div.product .summary-wrapper {
        display:flex;
        flex-direction:column;
    }
    .woocommerce div.product div.images .flex-viewport {
        height: 320px !important;
        border:0;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__image > a {
        height: 320px;
    }
    .woocommerce div.product div.images .flex-direction-nav {
        display:none;
    }
    .woocommerce div.product div.images .flex-direction-nav .flex-nav-prev a, 
    .woocommerce div.product div.images .flex-direction-nav .flex-nav-next a {
        top: calc(50% - 60px);
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        gap: 8px;
        margin-top:5px;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width:56px;
        height:56px;
    }
    .product-diets {
        margin-top: 16px;
        gap:4px;
    }
    .woocommerce div.product div.images {
        margin-bottom: 16px;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
        margin-bottom: 13px;
        order:1;
    }
    .woocommerce div.product .product_title {
        margin-bottom:8px;
        order:2;
    }
    .woocommerce div.summary .woocommerce-product-details__short-description {
        order:3;
    }
    .woocommerce div.product .woocommerce-product-rating {
        order:4;
    }
    .woocommerce div.product p.price, 
    .woocommerce div.product span.price {
        order:5;
    }
    .woocommerce .summary .product-unit-price {
        order:5;
    }
    .woocommerce div.product form.cart {
        order:6;
        width:100%;
    }
    #single_product_wishlist_buttons_holder{
        order:7;
        margin-top:0;
    }
    .free-shipping-threshold {
        order:8;
        width:100%;
    }
    .single-product-wishlist-buttons {
        order:9;
        width:100%;
    }

    .woocommerce div.product form.cart div.quantity {
        float:none;
    }
    .woocommerce div.product form.cart .button {
        width:100%;
    }
    .single-product-faq {
        margin-bottom:60px;
        padding-left:24px;
        padding-right:24px;
    }
    .related-blog-posts {
        padding-top:25px;
        padding-bottom: 20px;
    }
    .related-blog-posts .related-blog-posts-inner {
        padding-left:0;
        padding-right:0;
    }
    .related-blog-posts .blog-items {
        padding-left:24px;
        padding-right:24px;
    }
    .related-blog-posts h2 {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.tax-product_cat .woocommerce-products-header {
        height: 240px;
    }
    body.tax-product_cat .woocommerce-products-header h1 {
        font-size: 2rem;
        padding: 12px 24px;
        max-width:75%;
    }
    .pxl-shop-filters {
        margin-bottom:40px;
    }
    .pxl-shop-filters .filters-inner {
        flex-direction:column;
        padding:0;
        border:0;
    }
    .pxl-shop-filters .filters-taxonomies {
        flex-direction:column;
        align-items:flex-start;
        gap: 8px;
        width: 100%;
    }
    .pxl-shop-filters .filter-item {
        width:100%;
    }
    .pxl-shop-filters .filter-title {
        border: 1px solid var(--e-global-color-c01fb4e);
        border-radius: 8px;
        width:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pxl-shop-filters .filter-content {
        width:100%;
    }
    .pxl-shop-filters .filters-results {
        flex-direction:column;
        gap: 30px;
    }
    .pxl-shop-filters .filtered-items {
        flex-wrap: wrap;
    }
    .pxl-shop-filters .filtered-items-title {
        order:1;
        width:calc(50% - 8px);
        color: var(--e-global-color-3620437);
    }
    .pxl-shop-filters .filtered-items-clear {
        order:2;
        width:calc(50% - 8px);
        text-align: right;
    }
    .pxl-shop-filters .filtered-items-tags {
        order:3;
    }
    .pxl-shop-filters .filtered-count {
        width:100%;
        text-align:left;
        color: var(--e-global-color-3620437);
    }
    .pxl-shop-filters .filters-sorting {
        align-self: flex-end;
        width:50%;
    }
    .pxl-shop-filters .filters-sorting .filter-title {
        border:0;
    }
    .pxl-shop-filters .filters-sorting .filter-content {
        width:230px;
    }
    body.tax-product_cat .products {
        justify-content: center;
    }
    .pxl-no-products {
        padding-left:24px;
        padding-right:24px;
    }

    body.woocommerce-cart .elementor-shortcode > .woocommerce {
        flex-direction: column;
    }
    body.woocommerce-cart .elementor-shortcode > .woocommerce .woocommerce-cart-form {
        width:100%;
    }
    body.woocommerce-cart .elementor-shortcode > .woocommerce .cart-collaterals {
        width:100%;
    }
    .woocommerce-cart-form .cart_item {
        padding: 16px;
        margin-bottom: 8px;
        gap: 9px;
    }
    .woocommerce-cart-form .cart_item .product-subtotal {
        display:none;
    }
    .woocommerce-cart-form .cart_item .product-thumbnail {
        width:125px;
        height:auto;
        flex-wrap:wrap;
    }
    .woocommerce-cart-form .cart_item .product-thumbnail > a {
        max-height:125px;
        max-width:125px;
    }
    .woocommerce-cart-form .cart_item .product-thumbnail .product-subtotal {
        display:block;
        margin-top:5px;
        margin-bottom: 0;
        text-align:center;
        width:100%;
        padding-left: 0;
    }
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        padding: 24px;
        border-radius: 8px 8px 0 0;
        border-width: 1px 1px 0 1px;
        position: fixed;
        z-index: 90;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }
    .woocommerce .cart-collaterals .cart_totals h2, 
    .woocommerce-page .cart-collaterals .cart_totals h2,
    .woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal,
    .woocommerce-cart .cart-collaterals .cart_totals tr.shipping,
    .woocommerce-cart .cart-collaterals .cart_totals tr.fee,
    .woocommerce-cart .cart-collaterals .cart_totals tr.discount,
    .woocommerce-cart .cart-collaterals .cart_totals tr.decor-line {
        display:none;
    }
    .woocommerce-cart .cart-collaterals .cart_totals tr.decor-line span {
        left:0;
        width:100%;
    }
    #add_payment_method .wc-proceed-to-checkout, 
    .woocommerce-cart .wc-proceed-to-checkout, 
    .woocommerce-checkout .wc-proceed-to-checkout {
        padding-top:0;
    }
    .woocommerce-cart h1 {
        padding-left:0;
        text-align:center;
        margin-top:5px;
        margin-bottom: 24px;
    }
    #cart-collaterals-show-more-btn {
        display: flex;
    }
    .checkout-form-wrapper .checkout-form-right {
        width:100%;
    }
    .checkout-form-wrapper .checkout-form-left {
        width:100%;
    }
    .checkout-process-steps ul li.step-separator {
        min-width:20px;
    }
    .checkout-process-steps ul {
        overflow-x: auto;
        overflow-y: hidden;
        width: calc(100% + 24px);
    }
    body:not(.logged-in) .checkout-login-reg-guest {
        padding:0;
        border:0;
        border-radius: 0;
        background-image: none;
    }
    .checkout-process-steps {
        margin-top:0;
    }
    .woocommerce .checkout-login-reg-guest .col2-set .col-1 {
        margin-bottom:0;
    }
    .woocommerce .checkout-login-reg-guest .col2-set .col-2 {
        margin-top:0;
    }

    .checkout-summary-table {
        padding: 16px 24px;
        border-radius: 8px 8px 0 0;
        border-width: 1px 1px 0 1px;
        position: fixed;
        z-index: 90;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .woocommerce .checkout-summary-table .shop_table {
        margin-bottom:0;
    }
    .checkout-summary-table .shop_table tr:nth-child(2n) td,
    .checkout-summary-table .shop_table tr:nth-child(2n) th {
        background-color: transparent;
    }
    .checkout-summary-table > h2,
    .checkout-summary-table .checkout_coupon,
    .checkout-summary-table .shop_table tr.cart-subtotal,
    .checkout-summary-table .shop_table tr.shipping,
    .checkout-summary-table .shop_table tr.fee,
    .checkout-summary-table .shop_table tr.discount,
    .checkout-summary-table .shop_table tr.decor-line {
        display:none;
    }
    .checkout-summary-table .shop_table tr.decor-line span {
        left:0;
        width:100%;
    }
    body.woocommerce-order-received .checkout-summary-table {
        position: fixed;
        z-index: 90;
        bottom: 0;
        top:auto;
    }
    
    #checkout-collaterals-show-more-btn {
        display: flex;
    }

    .woocommerce ul#shipping_method .amount,
    .woocommerce ul#shipping_method .vp-woo-pont-shipping-method-label-price {
        width: 100%;
    }
    .woocommerce-checkout .woocommerce-shipping-methods li label {
        flex-wrap: wrap;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100% !important;
        float:none;
    }
    .woocommerce-checkout .woocommerce-shipping-methods li label span.vp-woo-pont-shipping-method-label {
        flex-wrap: wrap;
    }
    #add_payment_method #payment div.payment_box, 
    .woocommerce-cart #payment div.payment_box, 
    .woocommerce-checkout #payment div.payment_box {
        width:100%;
    }
    #add_payment_method #payment ul.payment_methods li, 
    .woocommerce-cart #payment ul.payment_methods li, 
    .woocommerce-checkout #payment ul.payment_methods li {
        flex-wrap:wrap;
    }
    .wc_payment_method .payment_method_price {
        text-align: left;
        padding-left: 32px;
    }
    .checkout-login-reg-guest .checkout-login-reg-customer-content {
        flex-wrap:wrap;
    }

    .viewed-products-carousel > h2 {
        text-align:center;
        margin-top:14px;
    }
    .viewed-products-carousel {
        left: -24px;
        width: calc(100% + 48px);
        position: relative;
    }

    /* Single product page for YITH icon */

    .woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist a{
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--e-global-color-c01fb4e);
        border-radius: 50%;
    }
    
    /* Single product page for YITH icon end */

    .pxl-mini-cart .item-content {
        padding: 8px 24px;
    }
    .pxl-mini-cart .item-content .cart_item .product-add-to-cart {
        gap:5px;
    }
    .pxl-mini-cart .item-content .cart_item .product-thumbnail > a {
        max-width:112px;
    }
    .pxl-mini-cart .cart-collaterals .cart_totals {
        border-width: 0;
        position: relative;
    }
    .pxl-mini-cart .item-content .cart_item div.quantity {
        margin-right:0;
    }

    .pxl-mini-cart-added-popup {
        position:fixed;
        bottom:0;
        left:0;
        transform: translateX(0);
        width:100%;
        max-width:100%;
        border-radius: 8px 8px 0 0;
        padding: 24px;
    }
    .pxl-mini-cart-added-popup .item-inner {
        max-width:330px;
        width:100%;
        margin:0 auto;
    }
    .pxl-mini-cart-added-popup .item-btns {
        flex-direction:column;
        justify-content: center;
        gap: 0;
        margin-top: 24px;
    }
    .pxl-mini-cart-added-popup .item-content .cart-added-text {
        text-align:left;
    }

    button.pxl-mini-cart-floating-btn {
        position:fixed;
        bottom: 16px;
        right: 8px;
        width:64px;
        height:64px;
    }
    .pxl-mini-cart-floating-btn img,
    .pxl-mini-cart-floating-btn svg {
        width:30px;
    }
    .pxl-mini-cart-floating-btn .cart-count {
        position:absolute;
        width:20px;
        height:20px;
        font-size:10px;
    }

}

@media screen and (max-width: 575px) {
    .page-header .entry-title, .site-footer .footer-inner, 
    .site-footer:not(.dynamic-footer), 
    .site-header .header-inner, 
    .site-header:not(.dynamic-header), 
    body:not([class*="elementor-page-"]) .site-main {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 10px;
    }
    .thankyou-page-content .thankyou-page-content-buttons > div,
    .thankyou-page-content .thankyou-page-content-buttons a {
        width:100%;
    }
}

@media screen and (max-width: 370px) {
    .pxl-mini-cart .item-content {
        padding: 8px 18px;
    }
    .pxl-mini-cart .item-content .cart_item {
        padding: 16px 12px;
        gap:5px;
    }
    .pxl-mini-cart .item-content .cart_item h4 {
        font-size:1rem;
    }
}

@media screen and (max-width: 350px) {
    .pxl-mini-cart .item-header {
        padding: 16px 12px;
    }
}