/*
-------------
	OTHER
-------------
*/
.blockOverlay { background: var(--color-sand) !important; opacity: 0.7 !important; z-index: 10 !important; }
.screen-reader-text { display: none; }


/*
--------------
	NOTICE
--------------
*/
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-message { margin-left: 0 !important; margin-bottom: 20px; padding: 10px 20px; font-size: 16px; font-weight: 700; color: #FFFFFF; line-height: 20px; background: var(--color-green); display: flex; justify-content: space-between; align-items: center; position: relative; outline: none !important; border-radius: 3px; }

.woocommerce-info a, 
.woocommerce-error a, 
.woocommerce-message a { color: #FFFFFF !important; }

ul.woocommerce-info li, 
ul.woocommerce-error li, 
ul.woocommerce-message li { margin-left: 20px; padding-left: 0 !important; list-style-type: square !important; }

.woocommerce-error { color: #FFFFFF; background: var(--color-red); border: none; }
.woocommerce-error.small { padding: 10px; font-size: 15px; font-weight: 700; }

.woocommerce-info .button, 
.woocommerce-message .button { height: 32px; padding: 0 10px; font-size: 15px; }


/*
------------------
	CART TOAST
------------------
*/
.df-cart-toast { width: min(360px, calc(100vw - 32px)); right: 20px; bottom: 20px; padding: 16px; color: #FFFFFF; background: var(--color-primary); display: flex; align-items: flex-start; gap: 10px; position: fixed; z-index: 9999; border-radius: 14px; box-shadow: 0 16px 45px rgba(0 0 0 / 0.25); opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.df-cart-toast.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

.df-cart-toast-icon { flex: 0 0 28px; width: 28px; height: 28px; font-weight: 700; color: #FFFFFF; line-height: 1; background: var(--color-green); display: grid; place-items: center; border-radius: 50%; }
.df-cart-toast-content { flex: 1; min-width: 0; }
.df-cart-toast-content strong { font-size: 15px; line-height: 1.3; display: block; }

.df-cart-toast-actions { margin-top: 8px; display: flex; align-items: center; gap: 14px; }
.df-cart-toast-actions a { font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; color: #FFFFFF; }

.df-cart-toast-actions button { font-size: 20px; color: #FFFFFF; line-height: 1; background: transparent; border: 0; cursor: pointer; opacity: 0.75; appearance: none; }

.df-cart-toast-actions button:hover { opacity: 1; }


/*
-------------
	FORMS
-------------
*/
.form-row { width: calc(50% - 10px); margin-bottom: 20px !important; }
.form-row.terms, 
.form-row.notes, 
.form-row.place-order, 
.form-row.form-row-wide  { width: 100%; }

.form-row a { text-decoration: underline; color: #2a2a2a; }
.form-row a:hover { text-decoration: none; }

.form-row small { margin-top: 5px; font-size: 13px; line-height: 16px; display: block; }
.form-row label { font-weight: 700; text-align: left; display: block; }

.form-row select, 
.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email], 
.form-row input[type=password] { width: 100%; height: 50px; padding-left: 10px; background: #FFFFFF; border: 2px solid var(--color-border-line); position: relative; }

.form-row select:focus, 
.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=email]:focus, 
.form-row input[type=password]:focus { border-color: var(--color-primary); }

.form-row textarea { height: 150px; padding: 10px; resize: vertical; }

/* Columns */
.u-columns { width: 100%; background: #FFFFFF; border: 1px solid var(--color-border-line); display: flex; border-radius: 10px; }
.u-columns h2 { margin-bottom: 10px; font-size: 25px; font-weight: 700; color: var(--color-primary); line-height: 100%; }
.u-columns .col-1,
.u-columns .col-2 { width: 50%; padding: 30px 40px; }
.u-columns .col-2 { border-left: 1px solid var(--color-border-line); }

.woocommerce-privacy-policy-text { font-size: 14px; color: #555; line-height: 18px; }
.woocommerce-form-login__rememberme { margin-bottom: 30px; }

.woocommerce-form, 
.woocommerce-billing-fields__field-wrapper, 
.woocommerce-shipping-fields__field-wrapper { display: flex; align-items: start; justify-content: space-between; }

/* Custom CSS */
#billing_phone_field { width: calc(50% - 10px);} 


/*
---------------
	RESULTS
---------------
*/
p.woocommerce-result-count { margin-bottom: 20px; font-weight: 700; line-height: 40px; float: left; }

form.woocommerce-ordering { margin-bottom: 20px; float: right; }
form.woocommerce-ordering select { height: 40px; padding-left: 10px; background: #FFFFFF; border: 2px solid var(--color-border-line); position: relative; }
form.woocommerce-ordering select:focus { border-color: var(--color-primary); }

.custom_archive_title_wrapper form.woocommerce-ordering { right: 0; top: 8px; position: absolute; }
.custom_archive_title_wrapper form.woocommerce-ordering select { height: 40px; padding-left: 10px; font-size: 15px; border: 1px solid #adb0b0; }

.woocommerce-products-header h1 { font-family: 'PP Pangaia', sans-serif; } 


/*
--------------------
	OPEN SIDEBAR
--------------------
*/
.open-sidebar { height: 50px; margin-bottom: 20px; font-weight: 700; color: #FFFFFF; background: var(--color-green); display: flex; align-items: center; justify-content: center; border-radius: 25px; cursor: pointer; }
.open-sidebar i { margin-right: 10px; }


/*
--------------------
	PRODUCT LIST
--------------------	
*/
ul.products:not(ul.product-categories-widget) { margin-left: 0 !important; margin-bottom: 30px !important; display: grid; grid-template-columns: repeat(5, minmax(0, 240px)); gap: 20px; list-style: none; clear: both; }
ul.products:not(ul.product-categories-widget) li { padding-bottom: 140px; background: #FFFFFF; border: 1px solid var(--color-border-line); outline: 3px solid transparent; outline-offset: 2px; position: relative; overflow: hidden; border-radius: 10px; }
ul.products:not(ul.product-categories-widget) li:hover { outline-color: var(--color-border-line); }

body.archive ul.products:not(ul.product-categories-widget) { grid-template-columns: repeat(4, 1fr); }

ul.products.columns-4:not(ul.product-categories-widget) { grid-template-columns: repeat(4, minmax(0, 240px)); }

/* Labels */
ul.products:not(ul.product-categories-widget) li .labels { left: 10px; top: 20px; display: flex; flex-direction: column; gap: 5px; position: absolute; z-index: 2; }
ul.products:not(ul.product-categories-widget) li .labels > div { width: fit-content; height: 30px; padding: 0 10px; font-size: 12px; font-weight: 700; color: #FFFFFF; line-height: 100%; background: var(--color-primary); display: inline-flex; align-items: center; border-radius: 15px; }
ul.products:not(ul.product-categories-widget) li .labels .onsale { background: #f04f25; }
ul.products:not(ul.product-categories-widget) li .labels .outofstock { background: var(--color-red); }
ul.products:not(ul.product-categories-widget) li .labels .gluten-free { background: #0891B2; }
ul.products:not(ul.product-categories-widget) li .labels .lactose-free { background: #7C3AED; }
ul.products:not(ul.product-categories-widget) li .labels .vegan { background: #D97706; }

/* Thumbnail */
ul.products:not(ul.product-categories-widget) li .thumbnail { padding: 10px; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; }
ul.products:not(ul.product-categories-widget) li .thumbnail:before { padding-top: 100%; display: flex; content: ''; }
ul.products:not(ul.product-categories-widget) li .thumbnail img { width: auto; max-width: 100%; height: auto; max-height: 100%; display: block; }

/* Title */
ul.products:not(ul.product-categories-widget) li h3 { margin-bottom: 0 !important; padding: 20px 10px; font-size: 17px !important; font-weight: 700 !important; text-align: center; line-height: 20px !important; overflow: hidden; }
ul.products:not(ul.product-categories-widget) li h3 a { text-decoration: none !important; color: var(--color-dark) !important; line-height: 20px; display: block; }
ul.products:not(ul.product-categories-widget) li h3 a:hover { text-decoration: underline !important; }

/* Entry */
ul.products li .entry { width: 100%; left: 0; bottom: 0; padding: 20px; text-align: center; background: var(--color-sand); position: absolute; }

/* Price and button */
ul.products li .price { height: 50px; font-size: 20px; font-weight: 700; text-align: center; color: var(--color-secondary); line-height: 100%; display: flex; align-items: center; align-content: center; justify-content: center; }
ul.products li .price del { width: 100%; font-size: 16px; font-weight: normal; text-decoration: line-through; color: rgba(0 0 0 / 0.5); line-height: 100%; display: block; }
ul.products li .price .screen-reader-text { display: none; }
ul.products li .price .df-unit-price { width: 100%; font-size: 11px; font-weight: normal; color: #6E7378; }

ul.products li a.button { height: 50px; padding: 0 20px; background-color: var(--color-primary); }
ul.products li a.button:hover { color: #FFFFFF !important; background-color: #000000; background-repeat: no-repeat; background-position: center; background-size: 30px auto; }
ul.products li a.button.loading { color: transparent !important; !important; background-color: #000000; background-image: url(../images/dots-bounce.svg); }
ul.products li a.button.button_outofstock { padding-left: 20px; background-image: none !important; }
ul.products li .added_to_cart { display: none !important; }

/* Product categories */
ul.product-categories-widget { margin-left: 0 !important; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; }
ul.product-categories-widget li a { padding: 10px; text-decoration: none !important; color: #000000 !important; background: #FFFFFF; border: 1px solid var(--color-border-line); display: flex; align-items: center; gap: 10px; border-radius: 5px; }
ul.product-categories-widget li a:hover { border-color: var(--color-primary); }
ul.product-categories-widget li.product-category img { width: auto; height: 50px !important; display: block; border-radius: 50%; }
ul.product-categories-widget li.product-category h2 { flex: 1; margin-bottom: 0 !important; font-size: 14px !important; color: #000000 !important; line-height: 100% !important; }
ul.product-categories-widget li.product-category h2 mark { background: none !important; }

/* Term description */
.term-description { margin-top: 50px; padding: 20px; background: #FFFFFF; border: 1px solid var(--color-border-line); border-radius: 10px; }
.term-description p:last-child { margin-bottom: 0 !important; }
.term-description h2 { font-size: var(--font-size-h3) !important; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination ul { height: 50px; margin-left: 0 !important; margin-bottom: 0 !important; display: flex; justify-content: center; list-style: none; }
.woocommerce-pagination ul li { height: 100%; margin: 0 2px; }
.woocommerce-pagination ul li a, 
.woocommerce-pagination ul li span { width: 50px; height: 100%; font-size: 17px; font-weight: 700; text-decoration: none !important; line-height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 3px; }
.woocommerce-pagination ul li a:hover { background: color-mix(in srgb, var(--color-primary) 15%, #FFFFFF 85%); }
.woocommerce-pagination ul li span { color: #FFFFFF !important; background: var(--color-primary); }


/*
-----------------------
	SINGLE PRODUCT
-----------------------
*/
div.product { display: flex; position: relative; }

/* On Sale */
div.product span.onsale { display: none !important; }

/* Labels */
div.product .df-dietary-image-labels { left: 20px; top: 20px; display: flex; flex-direction: column; gap: 5px; position: absolute; z-index: 2; }
div.product .df-dietary-image-labels > div { width: fit-content; height: 30px; padding: 0 10px; font-size: 12px; font-weight: 700; color: #FFFFFF; line-height: 100%; background: var(--color-primary); display: inline-flex; align-items: center; border-radius: 15px; }
div.product .df-dietary-image-labels .gluten-free { background: #0891B2; }
div.product .df-dietary-image-labels .lactose-free { background: #7C3AED; }
div.product .df-dietary-image-labels .vegan { background: #D97706; }

/* Images */
div.product .images { width: 50%; }
div.product .images img { width: auto; max-width: 100%; }
div.product .images .woocommerce-product-gallery__image--placeholder { background: #FFFFFF; border: 1px solid var(--color-border-line); outline: 3px solid transparent; display: flex; align-items: center; justify-content: center; border-radius: 10px; } 

div.product .images .woocommerce-product-gallery__wrapper { display: flex; justify-content: center; gap: 20px; }
div.product .images .woocommerce-product-gallery__wrapper a { background: #FFFFFF; border: 1px solid var(--color-border-line); outline: 3px solid transparent; display: flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; aspect-ratio: 1 / 1; } 
div.product .images .woocommerce-product-gallery__wrapper a:hover { border-color: var(--color-primary); }
div.product .images .woocommerce-product-gallery__wrapper img { width: auto; max-width: 100%; height: auto; display: block; }

div.product .images .woocommerce-product-gallery__image:nth-child(1) { width: 100%; }
div.product .images .woocommerce-product-gallery__image:nth-child(1) a { padding: 20px; }
div.product .images .woocommerce-product-gallery__image:nth-child(1) img { max-height: 500px; }

div.product .images .woocommerce-product-gallery__image:nth-child(n+2) { width: calc((100% - 80px) / 5); }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a { padding: 5px; }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a img { max-height: 150px; }

/* Summary */
div.product .summary { width: 50%; padding-left: 50px; }
div.product .summary h1 { margin-bottom: 10px !important; font-size: 40px !important; }

div.product .summary .sku_wrapper { margin-bottom: 20px; font-size: 14px; color: #565856; }
div.product .summary .stock-status { width: fit-content; margin-bottom: 20px; padding: 5px 10px; font-size: 14px; color: #FFFFFF; line-height: 100%; background: var(--color-green); border-radius: 3px; }
div.product .summary .stock-status.out-of-stock { background: var(--color-red); }

div.product .summary .admin_actions { margin-bottom: 20px; }
div.product .summary .admin_actions a { height: 30px; padding: 0 10px; font-weight: 700; text-decoration: none !important; color: #FFFFFF !important; line-height: 30px; background: #64bf6b; display: inline-block; -webkit-border-radius: 3px; border-radius: 3px; }
div.product .summary .admin_actions a:hover { background: #222; }

/* Posted in */
div.product .summary .posted_in { margin-bottom: 20px; font-weight: 700; color: #2a2a2a; }
div.product .summary .posted_in a { font-weight: normal; color: #9d9da4 !important; }
div.product .summary .posted_in a:hover { color: #2a2a2a !important; }

/* Short description */
div.product .summary .woocommerce-product-details__short-description { margin-bottom: 20px; font-size: 15px; color: #555; line-height: 24px; }

/* Add to cart */
div.product .summary .cart { margin-bottom: 30px; display: flex; justify-content: space-between; }
div.product .summary .cart .quantity { width: calc(50% - 20px); height: 56px; border: 1px solid var(--color-border-line); position: relative; border-radius: 3px; }
div.product .summary .cart .quantity input.qty { width: 100%; width: calc(100% - 80px); height: 54px; text-align: center; border-right: 1px solid var(--color-border-line); }
div.product .summary .cart .plus, 
div.product .summary .cart .minus { width: 80px; height: 27px; right: 0; top: 0; font-size: 15px; text-decoration: none; text-align: center; vertical-align: text-top; background: #FFFFFF; display: block; position: absolute; overflow: visible; cursor: pointer; }
div.product .summary .cart .minus { top: auto; bottom: 0; border-top: 1px solid var(--color-border-line); }
div.product .summary .cart .plus:hover, 
div.product .summary .cart .minus:hover { background: var(--color-silver); }

div.product .summary .price { margin-bottom: 20px; font-size: 24px; font-weight: 700; }
div.product .summary .price del { font-size: 16px; font-weight: normal; text-decoration: line-through; display: block; }
div.product .summary .df-unit-price { width: 100%; margin-top: -20px; margin-bottom: 20px; font-size: 11px; font-weight: normal; color: #6E7378; }

div.product .summary .single_add_to_cart_button { width: 50%; height: 56px; padding: 0 !important; font-size: 20px; background: var(--color-secondary); }
div.product .summary .single_add_to_cart_button:hover { background: var(--color-primary); }

/* Product meta */
div.product .summary .product_meta { margin-bottom: 20px; line-height: 20px; }
div.product .summary .product_meta > span { margin-bottom: 5px !important; font-weight: 700; color: #2a2a2a; display: block; }
div.product .summary .product_meta > span a { font-weight: normal; color: var(--color-primary) !important; }
div.product .summary .product_meta > span a:hover { text-decoration: underline; color: #2a2a2a !important; }

/* Additional box */
div.product .additional_box { height: 90px; margin-bottom: 20px; background: #b7c9cb; position: relative; -webkit-border-radius: 3px; border-radius: 3px; }
div.product .additional_box:before { width: 110px; height: 100px; left: 30px; bottom: 0; background: url(../images/img_helpcenter.png) no-repeat center bottom; position: absolute; content: ''; }
div.product .additional_box a { height: 30px; left: 140px; bottom: 10px; font-size: 22px; font-weight: 500; text-decoration: none !important; color: #0b1931; line-height: 30px; display: block; position: absolute; }
div.product .additional_box .text { height: 40px; left: 140px; top: 10px; padding: 0 15px; font-size: 16px; font-weight: 700; color: #FFFFFF; line-height: 40px; background: var(--color-primary); position: absolute; -webkit-border-radius: 20px; border-radius: 20px; }
div.product .additional_box .text:before { left: -15px; top: 50%; border: solid transparent; height: 0; width: 0; position: absolute; border-color: transparent; border-right-color: var(--color-primary); border-width: 10px; margin-top: -10px; content: ''; }

/* Description */
div.product .summary .description { margin-top: 50px; font-size: 18px; line-height: 150%; }
div.product .summary .description h3 { font-weight: normal; color: #2a2a2a !important; }
div.product .summary .description img { max-width: 100%; }
div.product .summary .description ul { margin-left: 10px; }
div.product .summary .description ul li { list-style: square; }
div.product .summary .description table { margin-bottom: 20px; text-align: center; line-height: 18px; border: 2px solid var(--color-border-line); }
div.product .summary .description table td { padding: 5px; background-repeat: no-repeat; background-position: center; }
div.product .summary .description table tbody td { border: 1px solid var(--color-border-line); }
div.product .summary .description table tbody td:first-child { font-weight: 700; text-align: left; }

/* Tabs */
div.product .wc-tabs-wrapper { width: 100%; margin-top: 50px; padding: 20px 40px; background: #FFFFFF; border: 1px solid var(--color-border-line); border-radius: 10px; }
div.product .wc-tabs-wrapper ul { margin-left: 0 !important; padding-bottom: 20px; border-bottom: 1px solid var(--color-border-line); display: flex; gap: 30px; border-radius: 3px; }
div.product .wc-tabs-wrapper ul li { display: flex; }
div.product .wc-tabs-wrapper ul li a { padding: 10px 0; font-family: 'PP Pangaia', sans-serif; font-size: 20px; font-weight: 500; text-decoration: none !important; color: #000000 !important; line-height: 20px; display: block; opacity: 0.5; }
div.product .wc-tabs-wrapper ul li a:hover { text-decoration: underline !important; }
div.product .wc-tabs-wrapper ul li.active a { opacity: 1; }



/* Related products */
.related.products { padding-top: 50px; }

/* Related */
div.product .col_related_products { width: 200px; padding-top: 20px; border-left: 1px solid var(--color-border-line); }
div.product .col_related_products h3 { font-size: 20px !important; }


/*
----------------------------
	FREE SHIPPING STATUS
----------------------------
*/
#content .free-shipping-status-cart { margin-bottom: 20px; padding: 10px 20px; color: #000000; background: color-mix(in srgb, var(--color-green) 10%, #FFFFFF 90%); border: 2px solid var(--color-green); border-radius: 3px; overflow: hidden; }


/*
------------------
	SHOP TABLE
------------------
*/
table.shop_table { width: 100%; border-spacing: 0; border-collapse: collapse; }

/* tFoot */
table.shop_table tfoot th, 
table.shop_table tfoot td { padding: 10px; }


/*
---------------
	REVIEWS
---------------
*/
#reviews .reviews_wrap { display: flex; flex-wrap: wrap; }

#reviews .rating_stat { margin-bottom: 30px; }
#reviews .rating_stat .rating_stat_wrap { display: flex; align-items: center; }
#reviews .rating_stat .rating_stat_wrap .rating_star_count { width: 60px; font-size: 13px; color: #666; }
#reviews .rating_stat .rating_stat_wrap .rating_graph { width: calc(100% - 90px); height: 6px; background: var(--color-whisper); overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#reviews .rating_stat .rating_stat_wrap .rating_graph .percentage { height: 100%; background: var(--color-brown); overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#reviews .rating_stat .rating_stat_wrap .rating_count { width: 30px; font-size: 13px; text-align: right; color: #666; }

#reviews .button { width: 100%; }

/* Reviews main */
#reviews .reviews_main { width: calc(100% - 300px); padding-left: 70px; }

/* Comment list */
ol.commentlist { margin-left: 0 !important; list-style: none !important; }
ol.commentlist li { margin-bottom: 30px !important; padding-bottom: 30px; border-bottom: 1px solid var(--color-whisper); }
ol.commentlist li .comment_container { padding-left: 80px; position: relative; }
ol.commentlist li .comment_container img { width: 60px; height: 60px; left: 0; top: 0; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
ol.commentlist li .comment_container .description { font-style: italic; color: #666; }
ol.commentlist li .comment_container .description :last-child { margin-bottom: 0 !important; }

/* Star rating */
#reviews .rating { margin-bottom: 20px; }
#reviews .rating .rating_text { line-height: 28px; }

#reviews .star-rating { width: 100px; height: 20px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 20px; line-height: 1; position: relative; overflow: hidden; }
#reviews .star-rating:before { float: left; left: 0; top: 0; color: #f29a32; position: absolute; content: "\2606\2606\2606\2606\2606"; letter-spacing: 0.1em; letter-spacing: 0\9; }

#reviews .star-rating span { left: 0; top: 0; padding-top: 1.5em; float: left; position: absolute; overflow: hidden; }
#reviews .star-rating span:before { left: 0; top: 0; color: #f29a32; letter-spacing: 0.1em; letter-spacing: 0\9; position: absolute; content: "\2605\2605\2605\2605\2605"; }

#reviews .products .star-rating { margin: 0 0 .5em; display: block; float: none; }
#reviews .hreview-aggregate .star-rating { margin: 10px 0 0 0; }

/* Comment star rating */
#reviews .stars { position: relative; }
#reviews .stars a { margin-right: 15px; text-indent: -9999px; color: #999999; display: inline-block; position: relative; outline: 0; } 
#reviews .stars a:hover, 
#reviews .stars a.active { color: #f29a32; }

#reviews .stars [class^="star-"]:after, 
#reviews .stars [class*=" star-"]:after { left: 0; top: 0; font-size: 24px; text-indent: 0; position: absolute; }

#reviews .stars a.star-1 { width: 20px; }
#reviews .stars a.star-1:after { content: "☆"; }
#reviews .stars a.star-1.active:after, 
#reviews .stars a.star-1:hover:after { content: "★"; }

#reviews .stars a.star-2 { width: 40px; }
#reviews .stars a.star-2:after { content: "☆☆"; }
#reviews .stars a.star-2.active:after, 
#reviews .stars a.star-2:hover:after { content: "★★"; }

#reviews .stars a.star-3 { width: 60px; }
#reviews .stars a.star-3:after { content: "☆☆☆"; }
#reviews .stars a.star-3.active:after, 
#reviews .stars a.star-3:hover:after { content: "★★★"; }

#reviews .stars a.star-4 { width: 80px; }
#reviews .stars a.star-4:after { content: "☆☆☆☆"; }
#reviews .stars a.star-4.active:after, 
#reviews .stars a.star-4:hover:after { content: "★★★★"; }

#reviews .stars a.star-5 { width: 100px; }
#reviews .stars a.star-5:after { content: "☆☆☆☆☆"; }
#reviews .stars a.star-5.active:after, 
#reviews .stars a.star-5:hover:after { content: "★★★★★"; }

/* Review form */
#comment-form-rating-label { display: none; }

#review_form_wrapper .comment-reply-title { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: var(--color-dark); }
#review_form_wrapper .comment-notes { font-size: 15px; color: var(--color-dark); }

.comment-form-comment label, 
.comment-form-author label, 
.comment-form-email label { font-size: 16px; font-weight: 700; display: block; }

.comment-form-comment textarea, 
.comment-form-author input[type=text], 
.comment-form-email input[type=email] { width: 100%; height: 50px; padding-left: 10px; background: #FFFFFF; border: 2px solid var(--color-border-line); position: relative; }

.comment-form-comment textarea:focus, 
.comment-form-author input[type=text]:focus, 
.comment-form-email input[type=email]:focus { border-color: var(--color-primary); }

.comment-form-comment textarea { min-height: 150px; padding: 10px; resize: vertical; }

.comment-form-cookies-consent label { font-size: 15px; }

.form-submit input[type=submit] { height: 60px; padding: 0 30px; font-size: 17px; font-weight: 700; text-decoration: none !important; color: #FFFFFF !important; line-height: 20px; background-color: var(--color-primary); border-radius: 30px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.form-submit input[type=submit]:hover { background-color: var(--color-dark); }


/*
--------------
	CART
--------------
*/
form.woocommerce-cart-form { margin-bottom: 30px; background: #FFFFFF; border: 1px solid var(--color-border-line); }

table.shop_table { position: relative; }

table.shop_table thead tr th { padding: 10px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--color-dark); line-height: 100%; border-bottom: 1px solid var(--color-border-line); }
table.shop_table thead tr th.product-remove span { display: none; }

table.shop_table tbody tr td { padding: 10px; font-size: 17px; vertical-align: middle; color: var(--color-dark); border-left: none !important; border-right: none !important; border-bottom: 1px solid var(--color-border-line); }
table.shop_table tbody tr td.product-thumbnail { width: 120px; text-align: center; }
table.shop_table tbody tr td.product-thumbnail a { display: block; }
table.shop_table tbody tr td.product-thumbnail img { width: auto; max-height: 60px; padding: 5px; vertical-align: middle; background: #FFFFFF; border: 1px solid var(--color-border-line); display: inline-block; }

table.shop_table tbody tr td.product-name { font-weight: 700; color: var(--color-dark); }
table.shop_table tbody tr td.product-name a { font-size: 16px; font-weight: 700; text-decoration: none !important; color: var(--color-dark); }

/* Quantity */
table.shop_table tbody tr td.product-quantity { padding-top: 13px; }
table.shop_table tbody tr td.product-quantity label { display: none; }
table.shop_table tbody tr td.product-quantity input.update_cart { font-size: 14px; font-weight: 700; color: #999; background: none; cursor: pointer; }
table.shop_table tbody tr td.product-quantity input.update_cart:hover { color: var(--color-dark); }
table.shop_table tbody tr td.product-quantity .quantity { width: 180px; height: 60px; padding: 10px 0; font-size: 0; background: #FFFFFF; border: 1px solid var(--color-border-line); display: block; }
table.shop_table tbody tr td.product-quantity .quantity .qty_btn { width: 33.3333333333%; height: 100%; vertical-align: top; font-size: 30px; background: none; display: inline-block; cursor: pointer; }
table.shop_table tbody tr td.product-quantity .quantity input.qty { width: 33.3333333333%; height: 100%; vertical-align: top; text-align: center; border-left: 1px solid var(--color-border-line); border-right: 1px solid var(--color-border-line); display: inline-block; }

/* Price */
table.shop_table tbody tr td.product-price { font-weight: 700; color: #1f2123; }
table.shop_table tbody tr td.product-price del { font-size: 14px; font-weight: normal; text-decoration: line-through; color: #999; display: block; }

/* Subtotal */
table.shop_table tbody tr td.product-subtotal { font-weight: 700; }

/* Remove product */
table.shop_table tbody tr td.product-remove { width: 60px; text-align: center; }
table.shop_table tbody tr td.product-remove a { width: 30px; height: 30px; background: var(--color-red); display: inline-flex; align-items: center; justify-content: center; text-indent: -9999px; border-radius: 3px; position: relative; }
table.shop_table tbody tr td.product-remove a:before{ font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 14px; color: #FFFFFF; text-indent: 0; content: "\f2ed"; }
table.shop_table tbody tr td.product-remove a:hover { background-color: var(--color-dark); }

/* Coupon */
table.shop_table.cart tbody tr td.actions { text-align: left; border-bottom: none; }
table.shop_table.cart tbody tr td.actions .coupon { display: flex; gap: 10px; float: left; }
table.shop_table.cart tbody tr td.actions .coupon label { display: none; }
table.shop_table.cart tbody tr td.actions .coupon button { height: 60px; padding: 0 30px; }
table.shop_table.cart tbody tr td.actions .coupon input[type=text] { width: 260px; height: 60px; padding-left: 20px; border: 1px solid var(--color-border-line); }
table.shop_table.cart tbody tr td.actions button[name="update_cart"] { float: right; }

table.shop_table.cart tr.update_cart+tr:not(.cart_item) { width: 50%; left: 0; top: 100%; margin-top: 30px; position: absolute; }

/* Cart collaterals */
.cart-collaterals .cart_totals { width: 50%; padding: 30px; background: #FFFFFF; border: 1px solid var(--color-border-line); float: right; }
.cart-collaterals .cart_totals h2 { display: none; }
.cart-collaterals .cart_totals ul { margin-bottom: 0 !important; }
.cart-collaterals .cart_totals ul li { font-size: 16px; }
.cart-collaterals .cart_totals ul li a.shipping-calculator-button { display: none; }

.cart-collaterals .cart_totals table.shop_table { margin-bottom: 0 !important; font-size: 17px; text-align: left; }
.cart-collaterals .cart_totals table.shop_table tbody tr th { width: 50%; padding: 10px 0; font-size: 17px; font-weight: 700; border-bottom: 1px solid var(--color-border-line); }
.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 50%; padding: 10px 0; font-size: 17px; text-align: right; border-bottom: 1px solid var(--color-border-line); }

.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td { text-align: left; }
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td h3 { font-size: 17px !important; color: #000000 !important; }

.cart-collaterals .cart_totals table.shop_table tbody tr.order-total th,
.cart-collaterals .cart_totals table.shop_table tbody tr.order-total td { border-bottom-width: 1px; }

.cart-collaterals .cart_totals .wc-proceed-to-checkout { margin-top: 20px; border-bottom: none; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button { width: 100%; height: 60px; background: var(--color-green); }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover { background: var(--color-dark); }

.cart-collaterals .cart_totals ul#shipping_method { margin-left: 0 !important; }
.cart-collaterals .cart_totals ul#shipping_method li { margin-bottom: 5px; padding-left: 0 !important; list-style: none; }
.cart-collaterals .cart_totals ul#shipping_method li:last-child { margin-bottom: 0 !important; }
.cart-collaterals .cart_totals ul#shipping_method li:before { display: none !important; }
.cart-collaterals .cart_totals p.woocommerce-shipping-destination { display: none !important; }

/* Empty cart */
.cart-empty, 
.return-to-shop { text-align: center; }


/*
----------------
	CHECKOUT
----------------
*/
form.checkout { display: flex; align-items: flex-start; justify-content: space-between; }
form.checkout #customer_details { width: calc(100% - 470px); }
form.checkout #order_review { width: 400px; }
form.checkout #order_review_heading { display: none; }
form.checkout #wc-stripe-express-checkout-element { width: 100%; min-width: 0; margin-bottom: 50px; }
form.checkout #wc-stripe-express-checkout-button-separator { display: none !important; }

/* Coupon */
form.checkout_coupon { width: 100%; display: flex; gap: 20px; }
form.checkout_coupon .clear { display: none; }
form.checkout_coupon .form-row label { display: none; }
form.checkout_coupon .form-row .button { width: 100%; height: 50px; padding: 0 !important; }
form.checkout_coupon .form-row.form-row-first { flex: 1; width: auto; }
form.checkout_coupon .form-row.form-row-last { width: 200px; }

table.shop_table.woocommerce-checkout-review-order-table { width: 100%; margin-bottom: 20px; background: #FFFFFF; border: 1px solid var(--color-border-line); }
table.shop_table.woocommerce-checkout-review-order-table thead tr th { text-align: left; }
table.shop_table.woocommerce-checkout-review-order-table thead tr th.product-total { text-align: right; }

table.shop_table.woocommerce-checkout-review-order-table tbody tr td { padding: 10px; line-height: 1; }
table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name { font-size: 15px; font-weight: 400; border-bottom: 1px solid var(--color-border-line); }
table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total { font-size: 15px; text-align: right; border-bottom: 1px solid var(--color-border-line); }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th { width: 50%; padding: 10px; font-size: 15px; text-align: left; border-bottom: 1px solid var(--color-border-line); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td { padding: 10px; font-size: 15px; border-bottom: 1px solid var(--color-border-line); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, 
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td { font-size: 20px; color: #FFFFFF; background: var(--color-primary); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td { text-align: right; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td { text-align: right; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul { margin-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li { margin-bottom: 10px; padding-left: 30px; font-size: 16px; font-weight: 700; line-height: 20px !important; position: relative; cursor: pointer; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li:last-child { margin-bottom: 0; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li input { left: 0; top: 5px; position: absolute; }

/* Payment methods */
form.checkout .woocommerce-checkout-payment ul { margin-left: 0 !important; padding: 20px; background: #FFFFFF; border: 1px solid var(--color-border-line); }
form.checkout .woocommerce-checkout-payment ul li { margin-bottom: 15px; list-style: none !important; }
form.checkout .woocommerce-checkout-payment ul li:last-child { margin-bottom: 0; }
form.checkout .woocommerce-checkout-payment ul li p { font-size: 14px; line-height: 130%; }
form.checkout .woocommerce-checkout-payment ul li:last-child p { margin-bottom: 0 !important; }
form.checkout .woocommerce-checkout-payment ul li label { font-size: 15px; font-weight: 700; text-transform: uppercase; }
form.checkout .woocommerce-checkout-payment ul li img { max-width: 100%; height: auto; display: block; }

form.checkout .woocommerce-checkout-payment ul li .woocommerce-info { margin-bottom: 0 !important; }

/* Place order */
form.checkout .form-row.place-order { font-size: 15px; line-height: 20px; }
form.checkout .form-row.place-order .button { width: 100%; font-size: 20px; text-align: center; background-color: var(--color-green); display: block; }
form.checkout .form-row.place-order .button:hover { background-color: #000000; }

/* Terms and conditions */
.woocommerce-terms-and-conditions-wrapper { margin-bottom: 20px; padding: 20px; background: color-mix(in srgb, var(--color-red) 20%, #FFFFFF 80%); position: relative; }
.woocommerce-terms-and-conditions-wrapper .form-row { width: 100%; }
.woocommerce-terms-and-conditions-wrapper p { margin-bottom: 0 !important; padding-left: 30px; }
.woocommerce-terms-and-conditions-wrapper p label { font-size: 15px; line-height: 20px; }
.woocommerce-terms-and-conditions-wrapper p input[type=checkbox] { left: 20px; top: 20pxpx; margin: 0 !important; position: absolute; }


/*
-------------
	ORDER
-------------
*/
table.shop_table.order_details { width: 100%; margin-bottom: 20px; border: 1px solid var(--color-border-line); }
table.shop_table.order_details thead tr th { padding: 10px; }
table.shop_table.order_details thead tr th.product-name { text-align: left; }
table.shop_table.order_details thead tr th.product-total { text-align: right; }

table.shop_table.order_details tbody tr td { padding: 10px; border-bottom: 1px solid var(--color-border-line); }
table.shop_table.order_details tbody tr td.product-total { text-align: right; }

table.shop_table.my_account_orders { width: 100%; padding: 0; }
table.shop_table.my_account_orders tbody tr td { padding: 10px; font-size: 16px; text-align: center; border-bottom: 1px solid var(--color-border-line); }

.woocommerce-customer-details h2 { font-size: var(--font-size-h3) !important; }
.woocommerce-customer-details .addresses { width: 100%; text-align: center; background: #FFFFFF; border: 1px solid var(--color-border-line); display: flex; border-radius: 10px; }
.woocommerce-customer-details .addresses .col-1 { width: 50%; padding: 20px; border-right: 1px solid var(--color-border-line); }
.woocommerce-customer-details .addresses .col-2 { width: 50%; padding: 20px; }


/*
----------------------
	THANK YOU PAGE
----------------------
*/
body.woocommerce-checkout.woocommerce-order-received #content h1 { margin-bottom: 10px; text-align: center; }
body.woocommerce-checkout.woocommerce-order-received #content.fullwidth { max-width: 900px; margin-left: auto; margin-right: auto; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details { margin-left: 0 !important; padding: 20px; background: #FFFFFF; border: 1px solid var(--color-border-line); border-radius: 10px; list-style: none; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li { padding-left: 0 !important; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li:before { display: none !important; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .name { width: 50%; font-size: 16px; vertical-align: top; display: inline-block; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .value { width: 50%; font-size: 16px; vertical-align: top; display: inline-block; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li.woocommerce-order-overview__order .value { font-size: 18px; font-weight: 700; }

/* Addreses */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .col { width: 48%; padding: 20px; border: 1px solid var(--color-border-line); }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .col p:last-child { margin-bottom: 0 !important; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .col address { line-height: 20px; }

table.shop_table.order_details { background: #FFFFFF; }

/*
-----------------
	MY ACCOUNT
-----------------
*/
.woocommerce-MyAccount-navigation ul { margin-left: 0 !important; padding: 10px; background: #FFFFFF; border: 1px solid var(--color-border-line); display: flex; gap: 20px; border-radius: 10px; }
.woocommerce-MyAccount-navigation ul li { display: flex; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }
.woocommerce-MyAccount-navigation ul li a { padding: 10px 0; font-size: 16px; font-weight: 700; text-decoration: underline !important; color: var(--color-dark) !important; line-height: 20px; display: block; border-radius: 3px; }
.woocommerce-MyAccount-navigation ul li a:hover { text-decoration: none !important; }
.woocommerce-MyAccount-navigation ul li.is-active a { padding: 10px 20px; text-decoration: none !important; color: #FFFFFF !important; background: var(--color-primary); }


/*
----------------------
	CHAINED SELECT
----------------------
*/
.select2-container .select2-selection--single { height: 50px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 11px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 50px; }


/*
------------------
	RWD DESIGN
------------------
*/
@media only screen and (max-width: 1280px) { 

	/* PRODUCT LIST */
	ul.products:not(ul.product-categories-widget) { grid-template-columns: repeat(4, 1fr); }
	
	body.archive ul.products:not(ul.product-categories-widget) { grid-template-columns: repeat(3, 1fr); }
	
	ul.products.columns-4:not(ul.product-categories-widget) { grid-template-columns: repeat(3, 1fr); }
	
	/* PRODUCT LIST: Product categories */
	ul.product-categories-widget { grid-template-columns: repeat(3, 1fr); }
}

@media only screen and (max-width: 960px) { 
	
	/* FORMS */
	.u-columns .col-1,
	.u-columns .col-2 { width: 100%; padding: 20px; }
	.u-columns .col-2 { border-left: none; border-top: 1px solid var(--color-border-line); }
	
	/* PRODUCT LIST */
	ul.products:not(ul.product-categories-widget) { grid-template-columns: repeat(3, minmax(0, 310px)); }
	
	/* SINGLE PRODUCT: Images */
	div.product .images { width: 100%; margin-bottom: 30px; }

	/* SINGLE PRODUCT: Summary */
	div.product .summary { width: 100%; padding-left: 0; }
	div.product .summary .rank-math-breadcrumb { display: none; }
	div.product .summary .product-title { display: none; }
	
	/* SINGLE PRODUCT: Tabs */
	div.product .wc-tabs-wrapper { padding: 20px; }
	
	/* CART */
	table.shop_table.shop_table_responsive { display: block; }
	table.shop_table.shop_table_responsive thead { display: none; }
	table.shop_table.shop_table_responsive tbody { display: block; }
	table.shop_table.shop_table_responsive tbody tr { display: flex; position: relative; }
	table.shop_table.shop_table_responsive tbody tr td { display: block; }
	table.shop_table.shop_table_responsive tbody tr td::before { font-size: 17px !important; font-weight: 700; display: block; content: attr(data-title) ": "; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-remove { right: 10px; top: 10px; padding: 0 !important; border: none !important; position: absolute; }
	table.shop_table.shop_table_responsive tbody tr td.product-remove::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-thumbnail { width: 100%; text-align: left; }
	table.shop_table.shop_table_responsive tbody tr td.product-thumbnail::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-name { width: 50%; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-price { width: 50%; text-align: right; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-quantity { width: 50%; }
	table.shop_table.shop_table_responsive tbody tr td.product-quantity::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-subtotal { width: 50%; text-align: right; }
	
	table.shop_table.shop_table_responsive tbody tr td.actions { width: 100%; display: flex; align-items: center; justify-content: space-between; }
	table.shop_table.shop_table_responsive tbody tr td.actions::before { display: none; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals { width: 100%; padding: 20px; float: none; }
	.cart-collaterals .cart_totals table.shop_table tbody tr th { width: 120px; text-align: left; }
	.cart-collaterals .cart_totals table.shop_table tbody tr td { flex: 1; }
	.cart-collaterals .cart_totals table.shop_table tbody tr td::before { display: none; }
	
	/* CHECKOUT */
	form.checkout { gap: 0; }
	form.checkout #customer_details { width: 100%; }
	form.checkout #order_review { width: 100%; }
	form.checkout #order_review_heading { display: block; }
	
	/* ORDER */
	.woocommerce-customer-details .addresses .col-1 { width: 100%; border-right: none; border-bottom: 1px solid var(--color-border-line); }
	.woocommerce-customer-details .addresses .col-2 { width: 100%; }
}

@media only screen and (max-width: 768px) { 

	/* PRODUCT LIST: Title */
	ul.products:not(ul.product-categories-widget) li h3 { font-size: 16px !important; }

	/* NOTICE */
	.woocommerce-info .button, 
	.woocommerce-message .button { width: 100%; height: 44px; margin-top: 20px; }
	
	/* CART: Coupon */
	table.shop_table.cart tbody tr td.actions .coupon { width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--color-border-line); float: none; }
	table.shop_table.cart tbody tr td.actions .coupon input[type=text] { flex: 1; }
	table.shop_table.cart tbody tr td.actions button[name="update_cart"] { width: 100%; float: none; }
	
	/* MY ACCOUNT 	*/
	.woocommerce-MyAccount-navigation ul li { width: 100%; }
	.woocommerce-MyAccount-navigation ul li a { width: 100%; padding: 0; }
	.woocommerce-MyAccount-navigation ul li a:hover { text-decoration: none !important; }

	.woocommerce-MyAccount-navigation ul li.is-active a { padding: 10px; }
	
	/* RATINGS */
	p.stars span a { width: 100%; margin-right: 0; padding-right: 0; border-right: none; display: block; } 
	
	/* SINGLE PRODUCT: Reviews */
	#reviews ol.commentlist li .row .one_third, 
	#reviews ol.commentlist li .row .two_third { width: 100%; display: block; }
}

@media only screen and (max-width: 640px) { 

	/* FORMS */
	.form-row { width: 100%; }
	#billing_phone_field { width: 100%; } 
	
	/* RESULTS */
	p.woocommerce-result-count { line-height: 20px; float: none; }
	form.woocommerce-ordering { width: 100%; margin-bottom: 20px; float: none; }
	form.woocommerce-ordering select { width: 100%; }
	
	/* PRODUCT LIST */
	ul.products:not(ul.product-categories-widget) { grid-template-columns: repeat(2, minmax(0, 310px)); }
	body.archive ul.products:not(ul.product-categories-widget) { grid-template-columns: repeat(2, minmax(0, 310px)); }
	ul.products.columns-4:not(ul.product-categories-widget) { grid-template-columns: repeat(2, 1fr); }
	
	/* PRODUCT LIST: Product categories */
	ul.product-categories-widget { grid-template-columns: repeat(2, minmax(0, 310px)); }
}
