/*
---------------
	DEFAULT
---------------
*/
.blockOverlay { background: rgba(255 255 255 / 50%) !important; opacity: 100% !important; z-index: 10 !important; }
.cart-collaterals .blockOverlay { background: rgba(244 244 244 / 70%) !important; }
body.woocommerce-checkout .woocommerce-checkout-review-order .blockOverlay { background: rgba(255 255 255 / 70%) !important; }


/*
--------------
	NOTICE
--------------
*/
.woocommerce-NoticeGroup { width: 100%; }
.woocommerce-notices-wrapper { max-width: 1280px; margin: auto; }

.woocommerce-info { margin-bottom: 30px !important; padding: 20px; color: #000; line-height: 20px; background: #feebbc; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.woocommerce-message { margin-bottom: 20px; padding: 10px 20px; color: #000; line-height: 20px; background: #feebbc; display: flex; align-items: center; justify-content: space-between; }
.woocommerce-message a:not(.button) { text-decoration: underline; color: #000 !important; }
.woocommerce-message .button { height: 40px; padding: 0 15px; font-size: 13px; letter-spacing: 2px; line-height: 40px; order: 2; }

ul.woocommerce-error { width: 100%; margin-bottom: 20px; margin-left: 0 !important; padding: 20px; font-size: 15px; color: #000; line-height: 20px; background: #fbe5ea; border-left: 3px solid #d30038; list-style: disc !important; }
ul.woocommerce-error li { margin-left: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
ul.woocommerce-error li .button { order: 2; }

body.woocommerce-account ul.woocommerce-error li { justify-content: start; }

/* Checkout */
body.woocommerce-checkout ul.woocommerce-error li { margin-left: 0; display: block; }


/*
----------------
	PRODUCTS
----------------
*/
ul.products { margin-left: -15px !important; margin-right: -15px; display: flex; flex-wrap: wrap; list-style: none !important; }
ul.products li { width: calc(33.3333333333% - 30px); margin: 30px 15px 0; padding-bottom: 50px; position: relative; }
ul.products li:nth-child(-n+3) { margin-top: 0; }

/* Thumbnail */
ul.products li .thumbnail { margin-bottom: 10px; display: block; position: relative; }
ul.products li .thumbnail img { width: 100%; height: auto; display: block; }
ul.products li .thumbnail .labels { left: 20px; top: 20px; position: absolute; }
ul.products li .thumbnail .labels .label { width: max-content; height: 30px; margin-bottom: 5px; padding: 0 10px; font-size: 14px; color: white; line-height: 100%; background: black; display: flex; align-items: center; justify-content: center; }
ul.products li .thumbnail .labels .label.featured { background: var(--color-gold); }

/* Entry */
ul.products li .entry .title__price { margin-bottom: 20px; display: flex; justify-content: space-between; }
ul.products li .entry .title__price .price { display: flex; }
ul.products li .entry .title__price .price del { margin-right: 10px; font-size: 14px; text-decoration: line-through; color: #999; }
ul.products li .entry .title__price h3 { margin-bottom: 0 !important; padding-right: 30px; }
ul.products li .entry .title__price h3 a { font-size: 20px; text-decoration: none !important; color: #000 !important; }
ul.products li .entry .title__price h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }

ul.products li .product_type_simple { left: 0; bottom: 0; position: absolute; }
ul.products li .added_to_cart { display: none !important; }


/* 
---------------
	PRODUCT
---------------
*/
div.product { display: flex; flex-wrap: wrap; position: relative; }

/* On Sale label */
div.product .onsale { width: 60px; height: 60px; left: 20px; top: 20px; font-size: 14px; color: white; line-height: 100%; background: #000; display: flex; align-items: center; justify-content: center; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Images */
div.product .images { width: 50%; padding-right: 70px; }
div.product .images .woocommerce-product-gallery__wrapper { margin-left: -10px; margin-right: -10px; display: flex; flex-wrap: wrap; justify-content: center; }

div.product .images .woocommerce-product-gallery__image { width: calc(25% - 20px); margin: 0 10px 20px; }
div.product .images .woocommerce-product-gallery__image a { width: 100%; height: auto; padding: 4px; border: 1px solid var(--color-whisper); display: block; }
div.product .images .woocommerce-product-gallery__image a:hover { border: 1px solid var(--color-gold); outline: 4px solid rgba(215 170 85 / 15%); }
div.product .images .woocommerce-product-gallery__image img { width: 100%; height: auto; display: block; }

div.product .images .woocommerce-product-gallery__image:first-child { width: 100%; margin: 0 0 20px; padding: 0 10px; }
div.product .images .woocommerce-product-gallery__image:first-child a { padding: 0; border: none; }
div.product .images .woocommerce-product-gallery__image:first-child a:hover { outline: none; }

/* Summary */
div.product .summary { width: 50%; text-align: center; }

/* Price */
div.product .summary .price del { text-decoration: line-through; color: #666; display: block; }

/* Cart */
div.product .summary form.cart { margin-bottom: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; }
div.product .summary form.cart .quantity { width: calc(50% - 10px); height: 50px; border: 1px solid #000; display: flex; position: relative; }
div.product .summary form.cart .quantity input { width: calc(100% - 25px); height: 100%; text-align: center; border-right: 1px solid #000; }
div.product .summary form.cart .quantity input::-webkit-outer-spin-button,
div.product .summary form.cart .quantity input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
div.product .summary form.cart .quantity .qty_btn { width: 25px; height: 50%; background: transparent; position: absolute; cursor: pointer; }
div.product .summary form.cart .quantity .qty_btn:hover { color: white; background: #000; }
div.product .summary form.cart .quantity .qty_btn.plus { right: 0; top: 0; border-bottom: 1px solid #000; }
div.product .summary form.cart .quantity .qty_btn.minus { right: 0; bottom: 0; }

div.product .summary form.cart .single_add_to_cart_button { width: calc(50% - 10px); }

/* Accordion */
div.product .faq_wrap { margin-top: 50px; text-align: left; }
div.product .faq_wrap .faq_main .faq_header { padding: 15px 40px 15px 20px; }
div.product .faq_wrap .faq_main .faq_content { padding: 0 20px 20px; display: none; }

/* Tabs */
div.product .wc-tabs-wrapper { width: 100%; margin-top: 50px; }
div.product .wc-tabs-wrapper ul.tabs { margin-left: 0 !important; border-bottom: 1px solid var(--color-whisper); display: flex; flex-wrap: wrap; justify-content: center; list-style: none !important; }
div.product .wc-tabs-wrapper ul.tabs li { margin: 0 15px -1px; }
div.product .wc-tabs-wrapper ul.tabs li a { height: 40px; font-size: 14px; text-transform: uppercase; line-height: 40px; letter-spacing: 1px; text-decoration: none !important; display: block; position: relative; }
div.product .wc-tabs-wrapper ul.tabs li a:after { width: 0%; height: 1px; left: 0; bottom: 0; background: #000; position: absolute; content: ''; }
div.product .wc-tabs-wrapper ul.tabs li a:hover:after, 
div.product .wc-tabs-wrapper ul.tabs li.active a:after { width: 100%; }

div.product .wc-tabs-wrapper .wc-tab { padding: 0 100px; }
div.product .wc-tabs-wrapper .wc-tab h2 { display: none !important; }
div.product .wc-tabs-wrapper .wc-tab.woocommerce-Tabs-panel--description { text-align: center; }


/*
---------------
	REVIEWS
---------------
*/
#reviews { background: white; }
#reviews .reviews_wrap { display: flex; flex-wrap: wrap; }

/* Sidebar */
#reviews .reviews_wrap .reviews_sidebar { width: 300px; }
#reviews .reviews_wrap .reviews_sidebar_wrap { top: 80px; padding: 40px 20px; border: 1px solid var(--color-whisper); position: sticky; }
#reviews .reviews_wrap .reviews_sidebar .avarage { font-size: 70px; color: var(--color-brown); line-height: 100%; }
#reviews .reviews_wrap .reviews_sidebar .total { margin-bottom: 20px; font-size: 16px; color: #666; }

#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 */
.woocommerce .star-rating { width: 75px; height: 15px; position: relative; overflow: hidden; }
.woocommerce .star-rating:before { left: 0; top: 0; color: #999; line-height: 15px; float: left; position: absolute; content: "☆☆☆☆☆"; }
.woocommerce .star-rating span { left: 0; top: 0; padding-top: 15px; position: absolute; overflow: hidden; }
.woocommerce .star-rating span:before { left: 0; top: 0; color: #f90; line-height: 15px; position: absolute; content: "★★★★★"; }

.woocommerce .woocommerce-product-rating { width: 100%; margin-top: -30px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.woocommerce .woocommerce-product-rating .star-rating { font-size: 1em; margin-right: 10px; }
.woocommerce .comment-form-rating label { margin-bottom: 10px; font-size: 15px; font-weight: 500; display: block; }

.woocommerce p.stars { position: relative; }
.woocommerce p.stars a { margin-right: 10px; text-indent: -9999px; font-size: 20px; color: #999; line-height: 20px; border-bottom: 0 !important; position: relative; display: inline-block; outline: 0; }
.woocommerce p.stars a:hover, .woocommerce p.stars a.active { color: #f90 !important; }
.woocommerce p.stars a:last-child { border-right: 0; }
/*.woocommerce p.stars [class^="star-"], .woocommerce p.stars [class*=" star-"] { border-right: 1px solid #ccc; }*/
.woocommerce p.stars [class^="star-"]:after, .woocommerce p.stars [class*=" star-"]:after { left: 0; top: 0; text-indent: 0; position: absolute; }

.woocommerce p.stars a.star-1 { width: 20px; }
.woocommerce p.stars a.star-1:after { content: "☆"; }
.woocommerce p.stars a.star-1.active:after, 
.woocommerce p.stars a.star-1:hover:after { content: "★"; }

.woocommerce p.stars a.star-2 { width: 40px; }
.woocommerce p.stars a.star-2:after { content: "☆☆"; }
.woocommerce p.stars a.star-2.active:after, 
.woocommerce p.stars a.star-2:hover:after { content: "★★"; }

.woocommerce p.stars a.star-3 { width: 60px; }
.woocommerce p.stars a.star-3:after { content: "☆☆☆"; }
.woocommerce p.stars a.star-3.active:after, 
.woocommerce p.stars a.star-3:hover:after { content: "★★★"; }

.woocommerce p.stars a.star-4 { width: 80px; }
.woocommerce p.stars a.star-4:after { content: "☆☆☆☆"; }
.woocommerce p.stars a.star-4.active:after, 
.woocommerce p.stars a.star-4:hover:after { content: "★★★★"; }

.woocommerce p.stars a.star-5 { width: 100px; }
.woocommerce p.stars a.star-5:after { content: "☆☆☆☆☆"; }
.woocommerce p.stars a.star-5.active:after, 
.woocommerce p.stars a.star-5:hover:after { content: "★★★★★"; }


/* Review form */
#review_form_wrapper .comment-reply-title { margin-bottom: 20px; font-size: 25px; font-weight: 500; color: #000; display: block; }
#review_form_wrapper .comment-notes { font-size: 15px; color: #666; }

.comment-form-comment label, 
.comment-form-author label, 
.comment-form-email label { font-size: 15px; font-weight: 500; 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: white; border: 1px solid var(--color-whisper); }

.comment-form-comment textarea:focus, 
.comment-form-author input[type=text]:focus, 
.comment-form-email input[type=email]:focus { border: 1px solid var(--color-gold); outline: 4px solid rgba(215 170 85 / 15%); }

.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: 50px; padding: 0 30px; font-size: 13px; font-weight: 700; text-decoration: none !important; text-transform: uppercase; text-align: center; color: white !important; line-height: 50px; letter-spacing: 2px; background-color: var(--color-brown); cursor: pointer; display: inline-block; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.form-submit input[type=submit]:hover { background-color: var(--color-body-text); }


/*
------------
	CART
------------
*/
table.shop_table { width: 100%; margin-bottom: 30px !important; }
table.shop_table thead tr th { padding: 10px 0; font-size: 14px; font-weight: 500; text-align: left; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; border-bottom: 1px solid var(--color-whisper); }
table.shop_table thead tr th.product-remove { width: 40px; font-size: 0; }
table.shop_table thead tr th.product-thumbnail { width: 150px; font-size: 0; }
table.shop_table thead tr th.product-price { width: 150px; text-align: center; }
table.shop_table thead tr th.product-quantity { width: 150px; text-align: center; }
table.shop_table thead tr th.product-subtotal { width: 150px; text-align: right; }

table.shop_table tbody tr th, 
table.shop_table tbody tr td { padding: 20px 0; border-bottom: 1px solid var(--color-whisper); }

table.shop_table tbody tr td.product-thumbnail img { width: 100px; height: auto; display: block; }

table.shop_table tbody tr td.product-price { text-align: center; }

table.shop_table tbody tr td.product-quantity .quantity { width: 80px; height: 52px; margin: auto; border: 1px solid #000; display: flex; position: relative; }
table.shop_table tbody tr td.product-quantity .quantity input { width: calc(100% - 25px); height: 100%; text-align: center; border-right: 1px solid #000; -webkit-appearance: none; -moz-appearance: textfield; }
table.shop_table tbody tr td.product-quantity .quantity input::-webkit-outer-spin-button,
table.shop_table tbody tr td.product-quantity .quantity input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
table.shop_table tbody tr td.product-quantity .quantity .qty_btn { width: 25px; height: 50%; background: transparent; position: absolute; cursor: pointer; }
table.shop_table tbody tr td.product-quantity .quantity .qty_btn:hover { color: white; background: #000; }
table.shop_table tbody tr td.product-quantity .quantity .qty_btn.plus { right: 0; top: 0; border-bottom: 1px solid #000; }
table.shop_table tbody tr td.product-quantity .quantity .qty_btn.minus { right: 0; bottom: 0; }

table.shop_table tbody tr td.product-subtotal { text-align: right; }

table.shop_table tbody tr td.actions .coupon { display: flex; flex-wrap: wrap; float: left; }
table.shop_table tbody tr td.actions .coupon label { display: none; }
table.shop_table tbody tr td.actions .coupon input[type=text] { width: 150px; height: 50px; margin-right: 10px; padding-left: 10px; border: 1px solid #000; }
table.shop_table tbody tr td.actions .coupon input[type=text]:focus { border: 1px solid var(--color-gold); outline: 4px solid rgba(215 170 85 / 15%); }
table.shop_table tbody tr td.actions button[name=update_cart] { float: right; }

/* Cart collaterals */
.cart-collaterals { margin-top: 50px; }
.cart-collaterals table.shop_table tbody tr th { width: 240px; font-weight: 400; text-align: left; }
.cart-collaterals ul.woocommerce-shipping-methods { margin-left: 20px !important; }
.cart-collaterals p.woocommerce-shipping-destination { margin-bottom: 0 !important; }


/*
----------------
	CHECKOUT
----------------
*/
form.checkout { display: flex; flex-wrap: wrap; justify-content: space-between; }
form.checkout #customer_details { width: calc(100% - 570px); }
form.checkout #wcpay-payment-request-button-separator { width: 100%; } 

/* Orders */
form.checkout h3#order_review_heading { display: none; }

/* Order review */
form.checkout #order_review { width: 500px; margin-top: 36px; position: relative; }
form.checkout #order_review:before { left: 0; top: -30px; font-size: 19px; font-weight: 500; text-transform: uppercase; color: #000; line-height: 20px; letter-spacing: 1px; position: absolute; content: 'Your order'; }
form.checkout #order_review table.shop_table { padding: 30px; background: white; border: 1px solid var(--color-whisper); }
form.checkout #order_review table.shop_table thead tr th.product-total { text-align: right; }

form.checkout #order_review table.shop_table tbody tr td.product-total { text-align: right; }

form.checkout #order_review table.shop_table tfoot tr th { padding: 10px 0; font-weight: 400; text-align: left; border-bottom: 1px solid var(--color-whisper); }
form.checkout #order_review table.shop_table tfoot tr td { text-align: right; border-bottom: 1px solid var(--color-whisper); }

form.checkout #order_review ul.woocommerce-shipping-methods { margin-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; }
form.checkout #order_review ul.woocommerce-shipping-methods li { margin-bottom: 10px; }
form.checkout #order_review ul.woocommerce-shipping-methods li:last-child { margin-bottom: 0; }

form.checkout #order_review ul.payment_methods { margin-left: 0 !important; list-style: none !important; }
form.checkout #order_review ul.payment_methods li { margin-bottom: 10px; }
form.checkout #order_review ul.payment_methods li:last-child { margin-bottom: 0; }

form.checkout #order_review button#place_order { height: 60px; background: #000; }
form.checkout #order_review button#place_order:hover { background: var(--color-gold); }

/* Select 2 */
.select2-container .select2-selection--single { height: 50px; }
.select2-container--default .select2-selection--single { padding: 5px 0; line-height: 40px; border-color: var(--color-whisper) !important; border-radius: 0 !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 40px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 12px; }

.select2-dropdown { border-color: var(--color-whisper) !important; border-radius: 0 !important; }

.select2-container.select2-container--open .select2-selection--single { border-color: var(--color-gold) !important; outline: 4px solid rgba(215 170 85 / 15%); }
.select2-container.select2-container--open .select2-dropdown { border-color: var(--color-gold) !important; outline: 4px solid rgba(215 170 85 / 15%); }

/* Custom CSS */
#wc-stripe-payment-request-wrapper, 
#wc-stripe-payment-request-button-separator { width: 100%; }


/*
----------------------
	CUSTOMER LOGIN
----------------------
*/
#customer_login { background: var(--color-silver); border: 1px solid var(--color-whisper); display: flex; flex-wrap: wrap; }
#customer_login .col-1 { width: 50%; padding: 50px; border-right: 1px solid var(--color-whisper); }
#customer_login .col-2 { width: 50%; padding: 50px; }


/*
---------------
	ACCOUNT
---------------
*/
/* Tabs */
.woocommerce-MyAccount-navigation ul { margin-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; display: flex; position: relative; z-index: 2; }
.woocommerce-MyAccount-navigation ul li { margin-bottom: 0 !important; }
.woocommerce-MyAccount-navigation ul li a { height: 70px; padding: 0 40px; font-size: 16px; font-weight: 500; text-decoration: none !important; color: var(--color-dark) !important; background: var(--color-silver); border: 1px solid var(--color-whisper); border-left: none; display: flex; align-items: center; justify-content: center; }
.woocommerce-MyAccount-navigation ul li:first-child a { border-left: 1px solid var(--color-whisper); }
.woocommerce-MyAccount-navigation ul li.is-active a { color: #313640 !important; background: white; border-bottom-color: white; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }

.woocommerce-MyAccount-content { margin-top: -1px; padding: 30px; background: white; border: 1px solid var(--color-whisper); position: relative; z-index: 1; }
.woocommerce-MyAccount-content *:last-child { margin-bottom: 0 !important; }
.woocommerce-MyAccount-content fieldset legend { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: #254d46; line-height: 1; }

/* Adresses */
.addresses { display: flex; flex-wrap: wrap; }
.addresses .col-1 { width: 50%; padding: 0px; border-right: 1px solid var(--color-whisper); }
.addresses .col-2 { width: 50%; padding-left: 30px; }

/* Academy */
table.shop_table.account-academy-table thead tr th.woocommerce-orders-table__header-order-actions { width: 150px; text-align: right; }
table.shop_table.account-academy-table tbody tr td.woocommerce-orders-table__cell-order-actions { text-align: right; }


/*
--------------
	ORDERS
--------------
*/
.woocommerce-order { max-width: 800px; margin: auto; }
.woocommerce-order .addresses { background: white; border: 1px solid var(--color-whisper); }
.woocommerce-order .addresses .col-1 { padding: 20px; }
.woocommerce-order .addresses .col-2 { padding: 20px; }

table.shop_table.order_details tfoot tr th { padding: 10px 0; font-weight: 500; text-align: left; border-bottom: 1px solid var(--color-whisper); }
table.shop_table.order_details tfoot tr td { padding: 10px 0; text-align: left; border-bottom: 1px solid var(--color-whisper); }



/*
------------
	FORM
------------
*/
.form-row { margin-bottom: 15px !important; }
.form-row.notes { margin-bottom: 0 !important; }
.form-row.form-row-first { width: calc(50% - 10px); float: left; }
.form-row.form-row-last { width: calc(50% - 10px); float: right; }
.form-row.form-row-wide { clear: both; }
.form-row.place-order .button { width: 100%; }

.form-row br { display: none; }
.form-row label { width: 100%; font-size: 15px; font-weight: 500; display: block; }
.form-row label.woocommerce-form-login__rememberme { margin-bottom: 20px; }

.form-row select, 
.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=date], 
.form-row input[type=email], 
.form-row input[type=password] { width: 100%; height: 50px; padding-left: 10px; background: white; border: 1px solid var(--color-whisper); }

.form-row select:focus, 
.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=date]:focus, 
.form-row input[type=email]:focus, 
.form-row input[type=password]:focus { border: 1px solid var(--color-gold); outline: 4px solid rgba(215 170 85 / 15%); }

.form-row textarea { height: 100px; min-height: 100px; padding: 10px; resize: vertical; }

.woocommerce-shipping-fields { clear: both; }

/* Terms and conditions */
.woocommerce-terms-and-conditions-wrapper .form-row label { padding-left: 30px; font-weight: 400; display: block; position: relative; }
.woocommerce-terms-and-conditions-wrapper .form-row input { left: 0; top: 0; margin: 0 !important; position: absolute; }
.woocommerce-terms-and-conditions-wrapper .form-row a { color: var(--color-body-text) !important; }

/* WPCF7 */
.wpcf7-list-item { margin: 0 10px 0 0 !important; }


/*
-----------
	RWD
-----------
*/
@media only screen and (max-width: 1280px) { 

	/* PRODUCTS */
	ul.products { margin-left: -10px !important; margin-right: -10px; }
	ul.products li { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; }


	/* CHECKOUT */
	form.checkout #customer_details { width: calc(100% - 450px); }
	
	/* CHECKOUT: Order review */
	form.checkout #order_review { width: 400px; }
}

@media only screen and (max-width: 960px) { 

	/* PRODUCT: Images */
	div.product .images { width: 100%; max-width: 600px; margin: 0 auto 30px; padding-right: 0; }

	/* PRODUCT: Summary */
	div.product .summary { width: 100%; }
	
	/* PRODUCT: Tabs */
	div.product .wc-tabs-wrapper .wc-tab { padding: 0; }
	
	/* PRODUCT: Star rating */
	.woocommerce .woocommerce-product-rating { margin-top: -20px; }

	/* CHECKOUT */
	form.checkout #customer_details { width: 100%; margin-bottom: 30px; }
	
	/* CHECKOUT: Order review */
	form.checkout #order_review { width: 100%; }
	
	/* CUSTOMER LOGIN */
	#customer_login .col-1 { padding: 20px; }
	#customer_login .col-2 { padding: 20px; }
	
	/* ACCOUNT */
	.woocommerce-MyAccount-navigation ul { margin-bottom: 30px !important; border: 1px solid var(--color-whisper); display: block; }
	.woocommerce-MyAccount-navigation ul:before { display: none; }
	.woocommerce-MyAccount-navigation ul li { width: 100%; margin: 0 0 1px; padding: 0; }
	.woocommerce-MyAccount-navigation ul li a { height: 50px !important; padding: 0 20px !important; text-align: left; line-height: 20px; border: none !important; border-bottom: 1px solid var(--color-whisper) !important; display: flex; align-items: center; }	
	.woocommerce-MyAccount-navigation ul li:last-child a { border-bottom: none !important; }	
	.woocommerce-MyAccount-navigation ul li a:hover, 
	.woocommerce-MyAccount-navigation ul li:hover a { text-decoration: underline !important; }
	.woocommerce-MyAccount-navigation ul li.is-active a { border-bottom-color: #dbdde0; }
	
	.woocommerce-MyAccount-content { margin-top: 0; padding: 0; border: none; }
}

@media only screen and (max-width: 768px) { 

	/* PRODUCTS */
	ul.products li { width: calc(50% - 20px); }
	ul.products li:nth-child(3) { margin-top: 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 { margin-bottom: 20px; border: 1px solid var(--color-whisper); display: flex; flex-wrap: wrap; position: relative; } 
	table.shop_table.shop_table_responsive tbody tr th, 
	table.shop_table.shop_table_responsive tbody tr td { display: block; }
	table.shop_table.shop_table_responsive tbody tr td::before { width: 100%; font-weight: 500; display: block; content: attr(data-title) ": "; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-remove { padding: 0; right: 0; top: 0; border-bottom: none; 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-remove a { width: 40px; height: 40px; text-decoration: none !important; background: var(--color-sand); display: flex; align-items: center; justify-content: center; }

	table.shop_table.shop_table_responsive tbody tr td.product-thumbnail { width: 100%; padding: 10px 0 0 10px; border-bottom: none; }
	table.shop_table.shop_table_responsive tbody tr td.product-thumbnail::before { display: none; }
	table.shop_table.shop_table_responsive tbody tr td.product-thumbnail img { width: 100px; height: auto; display: block; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-name { width: 100%; padding: 10px; }

	table.shop_table.shop_table_responsive tbody tr td.product-price { width: 33.3333333333%; padding: 10px; text-align: left; border-bottom: none; display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
	table.shop_table.shop_table_responsive tbody tr td.product-price del { width: 100%; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-quantity { width: 33.3333333333%; padding: 10px; text-align: center; border-bottom: none; }
	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: 33.3333333333%; padding: 10px; border-bottom: none; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: end; }
	
	table.shop_table.shop_table_responsive tbody tr:last-child { border: none; }
	table.shop_table.shop_table_responsive tbody tr td.actions { width: 100%; padding: 20px 0 0; border-top: 3px solid var(--color-whisper); border-bottom: none; display: flex; flex-wrap: wrap; justify-content: space-between; }
	table.shop_table.shop_table_responsive tbody tr td.actions::before { display: none; }
	
	/* CART: Cart collaterals */
	.cart-collaterals table.shop_table tbody tr { margin-bottom: 0; border: none; }
	.cart-collaterals table.shop_table tbody tr th { display: none; }
	.cart-collaterals table.shop_table tbody tr td { width: 100%; padding: 10px 0; }
	
	.cart-collaterals .wc-proceed-to-checkout .button { width: 100%; }
	
	/* CUSTOMER LOGIN */
	#customer_login .col-1 { width: 100%; border-right: none; border-bottom: 1px solid var(--color-whisper); }
	#customer_login .col-2 { width: 100%; }
	
	/* ACCOUNT: Academy */
	table.shop_table.account-academy-table tbody tr { border: 1px solid var(--color-whisper) !important; }
	table.shop_table.account-academy-table tbody tr td.product-name { padding-bottom: 0; border-bottom: none; }
	table.shop_table.account-academy-table tbody tr td.woocommerce-orders-table__cell-order-actions { width: 100%; padding: 10px; text-align: left; border-bottom: none !important; }
	table.shop_table.account-academy-table tbody tr td.woocommerce-orders-table__cell-order-actions::before { display: none; }
}

@media only screen and (max-width: 640px) {
	
	/* PRODUCTS: Thumbnail */
	ul.products li .thumbnail .label.onsale { width: 40px; height: 40px; left: 10px; top: 10px; font-size: 12px; }

	/* PRODUCTS: Entry */
	ul.products li .entry .title__price { flex-wrap: wrap; }
	ul.products li .entry .title__price .price { width: 100%; }
	ul.products li .entry .title__price h3 { width: 100%; padding-right: 0; }
	
	/* CART: Cart collaterals */
	table.shop_table tbody tr td.actions .coupon { width: 100%; margin-bottom: 20px; justify-content: space-between; float: none; }
	table.shop_table tbody tr td.actions .coupon input[type=text] { width: calc(50% - 10px); }
	table.shop_table tbody tr td.actions .coupon .button { width: calc(50% - 10px); }
	table.shop_table tbody tr td.actions button[name=update_cart] { width: 100%; float: none; }
	
	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; }
}

@media only screen and (max-width: 480px) { 

	/* FORM */
	.form-row .button { width: 100%; height: auto; padding: 15px; line-height: 20px; }
}

@media only screen and (max-width: 375px) { 
}

@media only screen and (max-width: 320px) { 

	/* PRODUCTS */
	ul.products { margin-left: 0 !important; margin-right: 0; }
	ul.products li { width: 100%; margin: 20px 0 0; }
	ul.products li:nth-child(2) { margin-top: 20px; }
}
