/*
---------------
	DEFAULT
---------------
*/
.blockOverlay { background: white !important; opacity: 0.7 !important; z-index: 10 !important; }
body.woocommerce-checkout .woocommerce-checkout-review-order .blockOverlay { background: var(--color-green) !important; }


/*
--------------
	NOTICE
--------------
*/
.woocommerce-NoticeGroup { width: 100%; }

.woocommerce-info { margin-bottom: 20px; padding: 20px; color: #000; line-height: 20px; background: var(--color-sand); border: 1px solid var(--color-gold); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.woocommerce-message { margin-bottom: 20px; padding: 20px; color: white; line-height: 20px; background: var(--color-green); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-message a { text-decoration: underline; color: white !important; }
.woocommerce-message .button:hover { color: #000 !important; background-color: white !important; }

ul.woocommerce-error { width: 100%; margin-bottom: 20px; margin-left: 0 !important; padding: 20px 20px 20px 40px; font-size: 15px; color: white; line-height: 20px; background: #d7315a; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; list-style: disc !important; }


/*
----------------
	PRODUCTS
----------------
*/
.products { margin-left: -10px; margin-right: -10px; display: flex; flex-wrap: wrap; position: relative; }
.products .product { width: calc(20% - 20px); margin: 50px 10px 0; padding-bottom: 50px; position: relative; }
.products .product:nth-child(-n+5) { margin-top: 0; }

body.archive .products .product { width: calc(25% - 20px); }
body.archive .products .product:nth-child(5) { margin-top: 50px; }

/* Labels */
.products .labels { left: 15px; top: 0; display: flex; flex-wrap: wrap; position: absolute; z-index: 2; }
.products .labels .label { width: 30px; height: 40px; margin-right: 10px; background-repeat: no-repeat; background-position: left top; background-size: auto 100%; }
.products .labels .label.onsale { background-image: url(../images/icon_flag_onsale.svg); }
.products .labels .label.outofstock { background-image: url(../images/icon_flag_outofstock.svg); }

/* Thumbnail */
/*
.products .product .thumbnail { width: 100%; background: var(--color-sand); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.products .product .thumbnail:before { padding-top: 80%; display: block; content: ''; }
.products .product .thumbnail img { width: auto; max-width: 100%; height: auto; max-height: 100%; left: 50%; top: 50%; display: block; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
*/
.products .product .thumbnail { display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.products .product .thumbnail img { width: 100%; height: auto; display: block; position: relative; z-index: 1; transform: scale(1) translateZ(0); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
.products .product .thumbnail:hover img { -ms-transform: scale(1.05) translateZ(0); -webkit-transform: scale(1.05) translateZ(0); transform: scale(1.05) translateZ(0); }

/* Entry */
.products .product .entry { padding-top: 20px; }
.products .product .entry h3 { min-height: 60px; margin-bottom: 10px; }
.products .product .entry h3 a { font-size: 16px; font-weight: 600; text-decoration: none !important; color: #888 !important; line-height: 20px; display: block; }
.products .product .entry h3 a:hover { color: #000 !important; }
.products .product .entry .price { height: 50px; font-size: 24px; font-weight: 700; color: #000; display: flex; flex-wrap: wrap; align-content: center; }
.products .product .entry .price del { width: 100%; font-size: 15px; text-decoration: line-through; color: #b49145; display: block; }
.products .product .entry .price small { display: none; }

/* Action button */
.products .product .action_button { width: 100%; left: 0; bottom: 0; position: absolute; }
.products .product .action_button .button { height: 40px; padding: 0 15px; line-height: 40px; background-color: var(--color-gold) !important; }
.products .product .action_button .button:hover { background-color: var(--color-green) !important; }
.products .product .action_button .added_to_cart { display: none !important; }


/*
----------------
	WAITLIST
----------------
*/
.waitlist-products { margin-left: -15px !important; margin-right: -15px; text-align: left !important; display: flex; flex-wrap: wrap; position: relative; }
.waitlist-products .waitlist-single-product { width: calc(25% - 30px); margin: 30px 15px 0; position: relative; }
.waitlist-products .waitlist-single-product:nth-child(-n+4) { margin-top: 0; }
.waitlist-products .waitlist-single-product hr { display: none !important; }
.waitlist-products .waitlist-single-product > a { text-decoration: none !important; display: flex; flex-wrap: wrap; }
.waitlist-products .waitlist-single-product > a .waitlist-thumbnail { width: 100%; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; order: 1; }
.waitlist-products .waitlist-single-product > a .waitlist-thumbnail img { width: auto; height: auto; display: block; }

.waitlist-products .waitlist-single-product > a h4 { margin-bottom: 20px; padding-top: 20px; font-size: 16px; font-weight: 600; text-transform: uppercase; text-decoration: none !important; color: var(--color-gray) !important; line-height: 20px !important; display: block; order: 2; }
.waitlist-products .waitlist-single-product > a:hover h4 { text-decoration: underline !important; text-decoration-thickness: 1px; }

.waitlist-products .waitlist-single-product > p { margin-bottom: 0 !important; }
.waitlist-products .waitlist-single-product > p a { font-size: 15px; font-weight: 700; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination { margin-top: 50px; }
.woocommerce-pagination ul { margin-left: 0 !important; margin-bottom: 0 !important; display: flex; flex-wrap: wrap; justify-content: center; list-style: none !important; }
.woocommerce-pagination ul li { margin: 0 1px; }
.woocommerce-pagination ul li .page-numbers { width: 50px; height: 50px; text-decoration: none !important; display: flex; align-items: center; justify-content: center; }
.woocommerce-pagination ul li .page-numbers:hover:not(.current) { color: white !important; background: var(--color-gold) }
.woocommerce-pagination ul li .page-numbers.current { color: white !important; background: #254d46; }


/*
---------------
	PRODUCT
---------------
*/
body.single-product .product { display: flex; flex-wrap: wrap; position: relative; }

/* On sale */
body.single-product .product .onsale { width: 30px; height: 40px; left: 15px; top: 0; font-size: 0; background: url(../images/icon_flag_onsale.svg) no-repeat left top; background-size: auto 100%; position: absolute; z-index: 2; }

/* Images */
body.single-product .product .images { width: 50%; padding-right: 100px; }
body.single-product .product .images img { max-width: 100%; height: auto; display: block; }
body.single-product .product .woocommerce-product-gallery__wrapper { margin-left: -10px; margin-right: -10px; display: flex; flex-wrap: wrap; justify-content: center; }
body.single-product .product .woocommerce-product-gallery__wrapper:first-child { margin-left: 0; margin-right: 0; }
body.single-product .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; }
body.single-product .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child { width: 100%; margin-top: 0; }

/* Summary */
body.single-product .product .summary { width: 50%; }
body.single-product .product .summary h1 { font-size: 40px !important; }

/* Price */
body.single-product .product .summary .price { font-size: 30px; font-weight: 700; color: #000; line-height: 100%; }
body.single-product .product .summary .price del { width: 100%; font-size: 20px; text-decoration: line-through; color: #b49145; display: block; }
body.single-product .product .summary .price small { width: 100%; font-size: 14px; font-weight: 400; display: block; }

/* Short description */
body.single-product .product .summary .woocommerce-product-details__short-description { margin-bottom: 20px; color: var(--color-gray); }

/* Stock */
body.single-product .product .stock_status { margin-bottom: 20px; padding: 10px; font-size: 14px; font-weight: 700; }
body.single-product .product .stock_status.in_stock { color: #000; background: #f8fcfb; border: 2px solid var(--color-green); }
body.single-product .product .stock_status.out_of_stock { color: #000; background: #fff5f5; border: 2px solid #ff1d25; }

/* Waitlist */
body.single-product .product .summary .wcwl_elements { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
body.single-product .product .summary .wcwl_elements .wcwl_intro { width: 100%; font-weight: 700; }
body.single-product .product .summary .wcwl_elements .wcwl_email_label { display: none !important; }
body.single-product .product .summary .wcwl_elements .wcwl_email_elements { width: calc(50% - 10px); }
body.single-product .product .summary .wcwl_elements .wcwl_email_elements input[type=email] { width: 100%; height: 50px; padding-left: 10px; background: var(--color-silver); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
body.single-product .product .summary .wcwl_elements .wcwl_email_elements input[type=email]:focus { background: white; outline: 2px solid var(--color-green); }
body.single-product .product .summary .wcwl_elements .wcwl_email_elements input[type=email].wcwl_error_highlight { border: none !important; outline-color: var(--color-red) !important; }
body.single-product .product .summary .wcwl_elements .wcwl_control { width: calc(50% - 10px); }
body.single-product .product .summary .wcwl_elements .button { width: 100%; margin: 0 !important; padding: 0 20px !important; }
body.single-product .product .summary .wcwl_elements .wcwl_notice { width: 100%; }
body.single-product .product .summary .wcwl_elements .wcwl_notice p:last-child { margin-bottom: 0 !important; }

/* Cart form */
body.single-product .product .summary form.cart { margin-top: 30px; margin-bottom: 30px; display: flex; flex-wrap: wrap; }
body.single-product .product .summary form.cart span { height: 40px; margin-right: 30px; font-size: 14px; font-weight: 600; color: var(--color-gray); line-height: 40px; display: block; }
body.single-product .product .summary form.cart .quantity { position: relative; }
body.single-product .product .summary form.cart .quantity button { width: 40px; height: 30px; left: 0; bottom: -30px; font-size: 0; background: url(../images/icon_arrow_down_gray.svg) no-repeat center; background-size: 18px auto; position: absolute; cursor: pointer; }
body.single-product .product .summary form.cart .quantity button.plus { top: -30px; bottom: auto; background-image: url(../images/icon_arrow_up_gray.svg); }
body.single-product .product .summary form.cart .quantity input[type=number] { width: 40px; height: 40px; margin-right: 7px; text-align: center; border: 1px solid var(--color-gray); position: relative; }
body.single-product .product .summary form.cart .button { height: 40px; line-height: 40px; padding: 0 15px; display: flex; align-items: center; }
body.single-product .product .summary form.cart .button svg { width: auto; height: 20px; margin-right: 10px; display: block; }

body.single-product .product .summary .wl-button-wrap { width: 100% !important; margin-top: 30px; }
body.single-product .product .summary .wl-button-wrap a.wl-add-to { padding-left: 30px; font-size: 15px; font-weight: 600; text-decoration: none !important; text-transform: uppercase; color: var(--color-gray) !important; background: url(../images/icon_heart_gray_empty.svg) no-repeat left center; background-size: auto 20px; }
body.single-product .product .summary .wl-button-wrap a.wl-add-to:hover { color: #000 !important; }
body.single-product .product .summary .wl-button-wrap.wl-button-already-in a.wl-add-to { background-image: url(../images/icon_heart_gold.svg); }

/* Stock status */
body.single-product .product .stock.out-of-stock { padding: 10px; font-weight: 700; color: white; background: #ff1d25; }

/* Meta */
body.single-product .product .summary .product_meta .posted_in { display: block; }
body.single-product .product .summary .product_meta .posted_in a { font-weight: 600; text-decoration: none !important; color: #000; }
body.single-product .product .summary .product_meta .posted_in a:hover { text-decoration: underline !important; }

/* Budle product */
.bundle_form.bundle_sells_form { width: 100%; padding: 0 !important; }
.bundle_form.bundle_sells_form .bundled_product { margin-bottom: 20px !important; padding: 0 0 20px !important; display: flex; }
.bundle_form.bundle_sells_form .bundled_product .images { width: 15% !important; padding-right: 0 !important; float: none !important; }
.bundle_form.bundle_sells_form .bundled_product .details { width: 85% !important; float: none !important; }
.bundle_form.bundle_sells_form .bundled_product .product_title { padding-right: 0 !important; display: flex; justify-content: space-between; }
.bundle_form.bundle_sells_form .bundled_product .product_title .bundled_product_title_inner { height: auto; margin-right: 0; line-height: 20px; }
.bundle_form.bundle_sells_form .bundled_product .product_title .bundled_product_title_inner .item_title { height: auto; font-size: 18px; line-height: 20px; }
.bundle_form.bundle_sells_form .bundled_product .product_title .item_qty { display: none; }
.bundle_form.bundle_sells_form .bundled_product .product_title .item_suffix { display: none; }

.bundle_form.bundle_sells_form .bundled_product .bundled_product_title_link { width: 20px; height: 20px !important; margin: 0 !important; }
.bundle_form.bundle_sells_form .bundled_product .bundled_product_title_link a { height: 100% !important; display: block; }
.bundle_form.bundle_sells_form .bundled_product .bundled_product_title_link a:before { width: 100%; height: 100% !important; left: 0 !important; top: 0 !important; line-height: 20px; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.bundle_form.bundle_sells_form .bundled_product .product_excerpt { display: none; }

.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox { line-height: 20px; }
.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox .price { height: auto; margin-top: 10px; line-height: 20px; }
.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox .price del { color: #999; display: flex; }
.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox .price del span { height: auto; color: #999; line-height: 20px; display: inline-block; }
.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox .price ins { font-size: 20px; color: #000; }
.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox .price ins span { height: auto; font-size: 20px; color: #000; line-height: 20px; display: inline-block; }
.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox .price bdi:not(del bdi) { font-size: 20px; color: #000; }
.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox .price bdi:not(del bdi) span { height: auto; font-size: 20px; color: #000; line-height: 20px; display: inline-block; }

.bundle_form.bundle_sells_form .bundled_product .cart { margin-top: 0 !important; margin-bottom: 0 !important; }


/*
------------
	TABS
------------
*/
.woocommerce-tabs { width: 100%; }
.woocommerce-tabs ul { width: 100%; margin-top: 50px; margin-left: 0 !important; display: flex; flex-wrap: wrap; justify-content: center; position: relative; list-style: none !important; }
.woocommerce-tabs ul:after { width: 100%; height: 5px; left: 0; bottom: 0; background: var(--color-gold); position: absolute; z-index: -1; content: ''; }
.woocommerce-tabs ul li { width: 33.3333333333%; }
.woocommerce-tabs ul li a { height: 50px; padding: 0 20px; font-size: 15px; font-weight: 600; text-transform: uppercase; text-decoration: none !important; color: rgba(0 0 0 / 70%) !important; border-bottom: 5px solid transparent; display: flex; justify-content: center; align-items: center; }
.woocommerce-tabs ul li.active a { color: #254d46 !important; border-bottom-color: #254d46; }

table.shop_attributes { width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed; }
table.shop_attributes p { margin-bottom: 0 !important; }
table.shop_attributes tbody tr th { padding: 10px; text-align: left; }
table.shop_attributes tbody tr td { padding: 10px; text-align: left; }
table.shop_attributes tbody tr:nth-child(even) th, 
table.shop_attributes tbody tr:nth-child(even) td { background: var(--color-sand); }


/*
---------------------------
	CROSS SELL PRODUCTS
---------------------------
*/
#cross_sell_products { margin-bottom: 50px; }


/*
------------------------
	RELATED PRODUCTS
------------------------
*/
#related_products { margin-bottom: 50px; }


/*
------------
	CART
------------
*/
form.woocommerce-cart-form { margin-bottom: 50px; }

table.shop_table { width: 100%; border-collapse: collapse; border-spacing: 0; }
table.shop_table thead th { padding: 10px; font-size: 15px; font-weight: 700; text-align: left; line-height: 20px; text-transform: uppercase; border-bottom: 1px solid #333; }
table.shop_table thead th.product-price { text-align: center; }
table.shop_table thead th.product-quantity { text-align: center; }
table.shop_table thead th.product-subtotal { text-align: right; }

table.shop_table tbody td, 
table.shop_table tbody th { padding: 20px 10px; font-size: 15px; text-align: left; line-height: 20px; border-bottom: 1px solid #333; }
table.shop_table tbody th { text-transform: uppercase; }

table.shop_table tbody td.product-remove { width: 40px; }
table.shop_table tbody td.product-remove a { text-decoration: none !important; color: #333 !important; }

table.shop_table tbody td.product-thumbnail { width: 70px; }
table.shop_table tbody td.product-thumbnail a { display: block; }
table.shop_table tbody td.product-thumbnail img { width: auto; max-width: 60px; height: auto; max-height: 50px; }
table.shop_table tbody td.product-thumbnail img { width: auto; max-width: 60px; height: auto; max-height: 50px; }

table.shop_table tbody td.product-name a { font-weight: 600; }

table.shop_table tbody td.product-price { width: 150px; text-align: center; }

table.shop_table tbody td.product-quantity { width: 150px; }
table.shop_table tbody td.product-quantity .quantity { width: 40px; margin: auto; position: relative; }
table.shop_table tbody td.product-quantity .quantity button { width: 40px; height: 30px; left: 0; bottom: -30px; font-size: 0; background: url(../images/icon_arrow_down_gray.svg) no-repeat center; background-size: 18px auto; position: absolute; cursor: pointer; }
table.shop_table tbody td.product-quantity .quantity button.plus { top: -30px; bottom: auto; background-image: url(../images/icon_arrow_up_gray.svg); }
table.shop_table tbody td.product-quantity .quantity input[type=number] { width: 40px; height: 40px; text-align: center; border: 1px solid var(--color-gray); position: relative; }
table.shop_table tbody td.product-quantity .button { height: 40px; line-height: 40px; padding: 0 15px; display: flex; align-items: center; }
table.shop_table tbody td.product-quantity .button svg { width: auto; height: 20px; margin-right: 10px; display: block; }

table.shop_table tbody td.product-subtotal { width: 150px; text-align: right; }

table.shop_table tbody td.actions { border-bottom: none; }
table.shop_table tbody td.actions .coupon { float: left; }
table.shop_table tbody td.actions .coupon label { display: none; }
table.shop_table tbody td.actions .coupon input { height: 50px; margin-right: 10px; text-align: center; background: var(--color-silver); }

table.shop_table tbody td.actions .button[name=update_cart] { width: 180px; padding: 0; float: right; }

table.shop_table tfoot th, 
table.shop_table tfoot td { padding: 20px 10px; font-size: 16px; line-height: 20px; }

/* Cart collaterals */
.cart-collaterals table.shop_table { margin-bottom: 30px; }
.cart-collaterals table.shop_table tr.shipping ul { margin-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; }
.cart-collaterals table.shop_table tr.shipping ul li { margin-bottom: 10px; }
.cart-collaterals table.shop_table tr.shipping ul li:last-child { margin-bottom: 0; }
.cart-collaterals table.shop_table tr.shipping ul li .amount { font-weight: 700; }
.cart-collaterals table.shop_table tr.shipping .woocommerce-shipping-destination { display: none; }


/*
----------------
	CHECKOUT
----------------
*/
.woocommerce-form-coupon-toggle { display: none !important; }

form.checkout_coupon { width: 100%; max-width: calc(100% - 570px); margin-bottom: 30px; display: block !important; border-bottom: 1px solid #333; }
form.checkout_coupon p.if_you_have_coupon { margin-bottom: 10px !important; font-weight: 700; line-height: 20px; }
form.checkout_coupon .button { width: 100%; padding: 0 10px; }

/* Form */
form.checkout { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }
form.checkout h3#order_review_heading { display: none !important; }

/* Customer details */
form.checkout #customer_details { width: calc(100% - 500px); padding-right: 70px; }

/* Review order */
form.checkout .woocommerce-checkout-review-order { width: 500px; padding: 30px; color: white; background: var(--color-green); position: relative; z-index: 0; overflow: hidden; }
form.checkout .woocommerce-checkout-review-order ul.woocommerce-error { padding: 20px !important; }

/* Info */
form.checkout .woocommerce-info { display: none; }

/* Review order */
form.checkout .coupon_wrap { position: relative; }

/* Table */
form.checkout .shop_table { margin-bottom: 30px; }
form.checkout .shop_table thead tr th { padding: 10px 0; border-bottom-color: white; }
form.checkout .shop_table thead tr th.product-total { text-align: right; }

form.checkout .shop_table tbody tr td { padding: 10px 0; border-bottom-color: rgba(255 255 255 / 30%); }
form.checkout .shop_table tbody tr td.product-total { text-align: right; }
form.checkout .shop_table tbody tr:last-child td { border-bottom: 3px solid white; }

form.checkout .shop_table tfoot tr th, 
form.checkout .shop_table tfoot tr td { padding: 10px 0; text-align: left; border-bottom: 1px solid rgba(255 255 255 / 30%); }
form.checkout .shop_table tfoot tr td { text-align: right; }
form.checkout .shop_table tfoot tr.shipping td { text-align: left; }

form.checkout .shop_table ul.woocommerce-shipping-methods { margin-left: 0 !important; margin-bottom: 0 !important; }
form.checkout .shop_table ul.woocommerce-shipping-methods li { margin-bottom: 10px; font-size: 15px; list-style: none !important; }
form.checkout .shop_table ul.woocommerce-shipping-methods li:last-child { margin-bottom: 0; }
form.checkout .shop_table ul.woocommerce-shipping-methods li label { cursor: pointer; }
form.checkout .shop_table ul.woocommerce-shipping-methods li .amount { font-weight: 700; }

/* GLS */
form.checkout .gls-woocommerce-shipping-fields h2 { margin-bottom: 10px !important; font-size: 25px !important; font-weight: 700; text-transform: none !important; color: #254d46 !important; }
form.checkout .gls-woocommerce-shipping-fields { margin-bottom: 20px; }
form.checkout .leaflet-container { margin-top: 0 !important; margin-bottom: 30px; border: 4px solid rgba(0 0 0 / 3%); }

/* Payment */
form.checkout .woocommerce-checkout-payment ul { margin-left: 0 !important; margin-bottom: 20px !important; list-style: none !important; }
form.checkout .woocommerce-checkout-payment ul li { margin-bottom: 10px; position: relative; }
form.checkout .woocommerce-checkout-payment ul li:last-child { margin-bottom: 0; }
form.checkout .woocommerce-checkout-payment ul li label { margin-bottom: 10px; padding-left: 30px; font-weight: 700; line-height: 20px; display: inline-block; cursor: pointer; }
form.checkout .woocommerce-checkout-payment ul li input[type=radio] { left: 0; top: 5px; margin: 0 !important; display: block !important; position: absolute; }
form.checkout .woocommerce-checkout-payment ul li .payment_box { padding-left: 30px; font-size: 15px; line-height: 20px; }

form.checkout .button#place_order { width: 100%; height: auto; padding: 20px 10px; line-height: 20px; display: block; }
form.checkout .button#place_order:hover { color: #000 !important; background-color: white !important; }

/* Terms and conditions */
form.checkout .woocommerce-terms-and-conditions-wrapper { margin-bottom: 20px; padding: 20px; line-height: 20px; border: 1px dotted rgba(255 255 255 / 30%); }
form.checkout .woocommerce-terms-and-conditions-wrapper p:last-child { margin-bottom: 0 !important; }
form.checkout .woocommerce-terms-and-conditions-wrapper a { color: white !important; }
form.checkout .woocommerce-terms-and-conditions-wrapper a:hover { text-decoration: none !important; }
form.checkout .woocommerce-terms-and-conditions-wrapper label { font-size: 14px !important; }


/*
----------------
	WISHLIST
----------------
*/
table.shop_table.wl-table tbody td { text-align: left !important; vertical-align: middle !important; }
table.shop_table.wl-table tbody td.product-remove { text-align: center !important; vertical-align: middle !important; }

table.shop_table.wl-table tbody td.product-thumbnail a { display: block; }

table.shop_table.wl-table tbody td.product-purchase { width: 270px; text-align: right !important; }
table.shop_table.wl-table tbody td.product-purchase .button { width: 100%; padding: 0 !important; }


/*
------------
	FORM
------------
*/
.form-row { margin-bottom: 10px; }
.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 br { display: none; }
.form-row label { font-size: 16px; font-weight: 700; }

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: var(--color-silver); }

.form-row textarea { min-height: 100px; padding: 10px; resize: vertical; }


/*
---------------
	ACCOUNT
---------------
*/
.woocommerce-MyAccount-navigation ul { margin-left: 0 !important; border-bottom: 4px solid var(--color-gold); display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; position: relative; list-style: none !important; }
.woocommerce-MyAccount-navigation ul:before { width: 100%; height: 50px; left: 0; bottom: 0; background: var(--color-sand); position: absolute; content: ''; z-index: -1; }
.woocommerce-MyAccount-navigation ul li { flex-grow: 1; flex-basis: 0; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }

.woocommerce-MyAccount-navigation ul li a { height: 60px; text-align: center; text-decoration: none !important; line-height: 70px; display: block; }
.woocommerce-MyAccount-navigation ul li.is-active a { color: white !important; line-height: 60px; background: var(--color-gold); }

.woocommerce-MyAccount-content fieldset legend { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: #254d46; line-height: 1; }

/* Customer login */
.u-columns { display: flex; flex-wrap: wrap; }
.u-columns.col2-set > div { width: 50%; }
.u-columns.col2-set > div:nth-child(1) { padding-right: 50px; }
.u-columns.col2-set > div:nth-child(2) { padding-left: 50px; }

.u-columns .woocommerce-privacy-policy-text { font-size: 15px; font-weight: 700; line-height: 20px; }

.u-columns.addresses > div { padding: 50px; border: 1px solid #eee; }
.u-columns.addresses > div:nth-child(1) { border-right: none; }
.u-columns.addresses > div header a { font-weight: 700; }


/*
----------------------
	THANK YOU PAGE
----------------------
*/
table.shop_table.order_details { margin-bottom: 30px; }

table.shop_table.order_details tfoot tr th,
table.shop_table.order_details tfoot tr td { background: var(--color-sand); border-bottom: 1px solid #333; }
table.shop_table.order_details tfoot tr:first-child th,
table.shop_table.order_details tfoot tr:first-child td { border-top: 2px solid #333; }

.woocommerce-customer-details .addresses { display: flex; flex-wrap: wrap; }
.woocommerce-customer-details .addresses > div { width: 50%; padding: 50px; border: 1px solid #eee; }
.woocommerce-customer-details .addresses > div:nth-child(1) { border-right: none; }
.woocommerce-customer-details .addresses > div h2 { margin-bottom: 20px !important; font-size: 30px !important; font-weight: 700; }
.woocommerce-customer-details .addresses > div p:last-child { margin-bottom: 0 !important; }


/*
-----------
	RWD
-----------
*/
@media only screen and (max-width: 1280px) { 

	/* PRODUCTS */
	.products .product { width: calc(25% - 20px); }
	.products .product:nth-child(5) { margin-top: 50px; }
	
	body.archive .products .product { width: calc(33.3333333333% - 20px); }
	body.archive .products .product:nth-child(4) { margin-top: 50px; }
	
	/* PRODUCT: Images */
	body.single-product .product .images { padding-right: 50px; }
	
	/* PRODUCT: Summary */
	body.single-product .product .summary h1 { font-size: 35px !important; }
	
	/* CHECKOUT */
	form.checkout_coupon { max-width: calc(100% - 450px); }
	
	/* CHECKOUT: Customer details */
	form.checkout #customer_details { width: calc(100% - 400px); padding-right: 50px; }

	/* CHECKOUT: Review order */
	form.checkout .woocommerce-checkout-review-order { width: 400px; padding: 20px; }
}

@media only screen and (max-width: 960px) { 

	/* PRODUCT: Images */
	body.single-product .product .images { width: 100%; max-width: 600px; margin: 0 auto 30px; padding-right: 0; }

	/* PRODUCT: Summary */
	body.single-product .product .summary { width: 100%; }
	body.single-product .product .summary h1 { font-size: 30px !important; }

	/* CHECKOUT */
	form.checkout_coupon { max-width: none; }

	/* CHECKOUT: Customer details */
	form.checkout #customer_details { width: 100%; padding-right: 0; }

	/* CHECKOUT: Review order */
	form.checkout .woocommerce-checkout-review-order { width: 100%; }
}

@media only screen and (max-width: 768px) { 

	/* PRODUCTS */
	.products .product { width: calc(33.3333333333% - 20px); }
	.products .product:nth-child(4) { margin-top: 50px; }
	
	/* PRODUCT: Summary */
	body.single-product .product .summary h1 { font-size: 25px !important; }
	
	/* TABS */
	.woocommerce-tabs ul li { width: 100%; }
	.woocommerce-tabs ul li a { padding: 0; justify-content: start; }
	
	/* CART */
	table.shop_table.shop_table_responsive thead { display: none; }
	table.shop_table.shop_table_responsive tbody td::before { font-weight: 700; display: block; content: attr(data-title) ": "; }
	
	/* CART: tbody */
	table.shop_table.cart tbody { display: block; }
	table.shop_table.cart tbody tr { margin-bottom: 20px; border: 1px solid #333; display: flex; flex-wrap: wrap; position: relative; }
	table.shop_table.cart tbody tr:last-child { border: none !important; }
	table.shop_table.cart tbody td { display: block; }

	table.shop_table.cart tbody td.product-remove { right: 0; top: 0; padding: 0; text-align: center; border-bottom: none !important; position: absolute; }
	table.shop_table.cart tbody td.product-remove::before { display: none; }
	table.shop_table.cart tbody td.product-remove a { width: 40px; height: 40px; text-align: center; color: white !important; line-height: 40px; background: var(--color-green); display: block; }

	table.shop_table.cart tbody td.product-thumbnail { width: 100%; }
	table.shop_table.cart tbody td.product-thumbnail::before { display: none; }

	table.shop_table.cart tbody td.product-name { width: calc(100% - 120px); }
	
	table.shop_table.cart tbody td.product-price { width: 120px; text-align: right; }

	table.shop_table.cart tbody td.product-quantity { width: calc(100% - 120px); text-align: left; background: var(--color-sand); border-bottom: none; }
	table.shop_table.cart tbody td.product-quantity::before { display: none; }
	table.shop_table.cart tbody td.product-quantity .quantity { width: auto; margin: 0; display: flex; }
	table.shop_table.cart tbody td.product-quantity .quantity button { height: 40px; left: auto; bottom: auto; background-image: url(../images/icon_arrow_left_gray.svg); display: block; position: relative; }
	table.shop_table.cart tbody td.product-quantity .quantity button.plus { top: auto; background-image: url(../images/icon_arrow_right_gray.svg); }
	
	table.shop_table.cart tbody td.product-subtotal { width: 120px; text-align: right; background: var(--color-sand); border-bottom: none; }

	table.shop_table.cart tbody td.actions { width: 100%; padding: 0; }
	table.shop_table.cart tbody td.actions::before { display: none; }
	
	table.shop_table.cart tbody td.actions .coupon { margin-bottom: 20px; display: flex; flex-wrap: wrap; float: none; }
	table.shop_table.cart tbody td.actions .coupon input { width: 50%; }
	table.shop_table.cart tbody td.actions .coupon .button { width: calc(50% - 10px); }
	
	table.shop_table.cart tbody td.actions .button[name=update_cart] { width: 100%; float: none; }
	
	/* CART: Cart collaterals */
	.cart-collaterals table.shop_table { display: block; } 
	.cart-collaterals table.shop_table tbody { display: block; }
	.cart-collaterals table.shop_table tbody tr { display: block; }
	.cart-collaterals table.shop_table tbody tr th { display: none; }
	.cart-collaterals table.shop_table tbody tr td { width: 100%; padding: 20px 0; text-align: left; display: block; }
	.cart-collaterals table.shop_table tbody tr td::before { font-size: 16px; color: #000; }
	.cart-collaterals table.shop_table tbody tr.shipping p { display: none; }
	
	/* ACCOUNT */
	.woocommerce-MyAccount-navigation ul { background: var(--color-sand); display: block; }
	.woocommerce-MyAccount-navigation ul:before { display: none; }
	.woocommerce-MyAccount-navigation ul li { width: 100%; border-bottom: 2px solid white; }
	.woocommerce-MyAccount-navigation ul li a { height: auto; padding: 15px 20px; text-align: left; line-height: 20px !important; }
	.woocommerce-MyAccount-navigation ul li.is-active a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	
	/* ACCOUNT: Customer login */
	.u-columns.col2-set > div { width: 100%; }
	.u-columns.col2-set > div:nth-child(1) { padding: 30px 20px; border-right: 1px solid #eee; border-bottom: none; }
	.u-columns.col2-set > div:nth-child(2) { padding: 30px 20px; }
	
	/* ORDERS */
	table.shop_table.woocommerce-orders-table { display: block; }
	table.shop_table.woocommerce-orders-table tbody tr { margin-bottom: 30px; border: 3px solid #333; display: flex; flex-wrap: wrap; position: relative; }
	table.shop_table.woocommerce-orders-table tbody tr td { display: block; }
	
	table.shop_table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number { width: 50%; }
	table.shop_table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-date { width: 50%; text-align: right; }
	table.shop_table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-status { width: 50%; }
	table.shop_table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-total { width: 50%; text-align: right; }
	table.shop_table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-total .amount { display: block; }
	table.shop_table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions { border-bottom: none; }
	table.shop_table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions::before { display: none; }
	
	/* THANK YOU PAGE */
	.woocommerce-customer-details .addresses > div { width: 100%; padding: 30px 20px; border-right: 1px solid #eee; border-bottom: none; }
	.woocommerce-customer-details .addresses > div h2 { font-size: 20px !important; }
}

@media only screen and (max-width: 640px) { 

	/* PRODUCTS */
	.products .product { width: calc(50% - 20px); }
	.products .product:nth-child(3) { margin-top: 50px; }
	
	body.archive .products .product { width: calc(50% - 20px); }
	body.archive .products .product:nth-child(3) { margin-top: 50px; }
	
	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; }
}

@media only screen and (max-width: 480px) { 

	/* NOTICE */
	.woocommerce-message { display: flex; flex-wrap: wrap; }
	.woocommerce-message .button { width: 100%; height: auto; margin-top: 20px; padding: 15px 10px; text-align: center; line-height: 20px; order: 2; display: block; }

	/* PRODUCTS: Entry */
	.products .product .entry { padding-top: 15px; }
	.products .product .entry h3 a { font-size: 15px; }
	.products .product .entry .price { font-size: 20px; }
	
	/* PRODUCT: Summary */
	body.single-product .product .summary h1 { font-size: 20px !important; }
	
	/* CART */
	form.checkout_coupon .button { padding: 15px 10px; }
	.cart-collaterals .wc-proceed-to-checkout .button { width: 100%; height: auto; padding: 15px 10px; text-align: center; line-height: 20px; display: block; }

	/* FORM */
	.form-row label.woocommerce-form-login__rememberme { width: 100%; margin-bottom: 20px; display: block; }
	.form-row .button { width: 100%; height: auto; padding: 15px 10px; line-height: 20px; display: block; }
}

@media only screen and (max-width: 375px) { 

	/* PRODUCTS */
	.products { margin-left: 0; margin-right: 0; }
	.products .product { width: 100%; margin: 20px 0 0; }
	.products .product:nth-child(2) { margin-top: 20px; }
	.products .product .entry h3 { min-height: auto; }
	
	body.archive .products .product { width: 100%; }
	body.archive .products .product:nth-child(2) { margin-top: 20px; }
}

@media only screen and (max-width: 320px) { 

}
