/*
---------------
	DEFAULT
---------------
*/
.blockOverlay { background: rgba(255 255 255 / 50%) !important; opacity: 100% !important; z-index: 10 !important; }
.cart-collaterals .blockOverlay { background: rgba(251 239 222 / 70%) !important; }
body.woocommerce-checkout .woocommerce-checkout-review-order .blockOverlay { width: auto !important; left: -30px !important; right: -30px !important; position: absolute; background: rgba(251 239 222 / 70%) !important; }


/*
--------------
	NOTICE
--------------
*/
.woocommerce-NoticeGroup { width: 100%; }

.woocommerce-info { margin-bottom: 20px; padding: 20px; color: #000; line-height: 20px; background: var(--color-sand); display: flex; align-items: center; justify-content: space-between; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.woocommerce-info .button { height: 40px; padding: 0 15px; font-size: 16px; line-height: 40px; order: 2; }

.woocommerce-message { margin-bottom: 20px; padding: 10px 20px; color: #000; line-height: 20px; background: var(--color-sand); display: flex; align-items: center; justify-content: space-between; position: relative; }
.woocommerce-message:before { width: 4px; height: 60%; left: 0; top: 0; background: var(--color-gold); position: absolute; content: ''; }
.woocommerce-message a:not(.button) { text-decoration: underline; color: #000 !important; }
.woocommerce-message .button { height: 40px; padding: 0 15px; font-size: 16px; line-height: 40px; order: 2; }

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: var(--color-red); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; list-style: disc !important; }
.checkout_notification { width: 100%; margin-top: -10px; margin-bottom: 20px; padding: 10px; font-size: 15px; color: white; line-height: 20px; background: var(--color-red); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; list-style: disc !important; }


/*
--------------
	FILTER
--------------
*/
#content .widget_layered_nav_filters { margin-bottom: 10px; display: flex; align-content: center; }
#content .widget_layered_nav_filters .widget_title { font-size: 14px; font-weight: 700; line-height: 30px; }
#content .widget_layered_nav_filters .widget_title:after { content: ':'; }
#content .widget_layered_nav_filters ul { margin-left: 10px !important; margin-bottom: 0 !important; display: flex; list-style: none; }
#content .widget_layered_nav_filters ul li { margin-right: 10px; }
#content .widget_layered_nav_filters ul li a { height: 30px; padding: 0 10px; font-size: 14px; font-weight: 700; text-decoration: none !important; color: #000 !important; line-height: 30px; background: rgba(215 49 90 / 10%); display: flex; align-items: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#content .widget_layered_nav_filters ul li a:hover { background: rgba(215 49 90 / 20%); }
#content .widget_layered_nav_filters ul li a:after { width: 16px; height: 16px; margin-left: 5px; background: var(--color-red) url(../images/icon_close_white.svg) no-repeat center; background-size: auto 6px; display: inline-block; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#content .widget_layered_nav_filters ul li a .amount { margin-left: 4px; }


/*
--------------------
	RESULT COUNT
--------------------
*/
.woocommerce-result-count { font-size: 14px; font-weight: 700; line-height: 40px; float: left; }

form.woocommerce-ordering { float: right; }
form.woocommerce-ordering select { height: 40px; }


/*
----------------
	PRODUCTS
----------------
*/
ul.products { margin-left: -15px !important; margin-right: -15px; display: flex; position: relative; list-style: none !important; clear: both; }
ul.products li { width: calc(33.3333333333% - 30px); margin: 30px 15px 0; position: relative; }
ul.products li:nth-child(-n+3) { margin-top: 0; }

body.home .products { margin-bottom: 50px; }

/* Cover */
ul.products li .product_cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(255 255 255 / 0%); display: flex; justify-content: center; align-items: center; align-content: center; position: absolute; z-index: 10; }
ul.products li .product_cover h3 { top: 30px; margin-bottom: 30px !important; position: relative; opacity: 0%; }
ul.products li .product_cover h3 a { font-size: 18px !important; font-weight: 700; text-decoration: none !important; text-transform: uppercase; color: var(--color-body-text) !important; line-height: 20px; display: block; }
ul.products li .product_cover h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }
ul.products li .product_cover .button { top: 30px; display: block; position: relative; opacity: 0%; }

ul.products li:hover .product_cover { background: rgba(255 255 255 / 80%); }
ul.products li:hover .product_cover h3 { top: 0; opacity: 100%; }
ul.products li:hover .product_cover .button { top: 0; opacity: 100%; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

/* Labels */
ul.products li .labels { left: 0; top: 20px; position: absolute; z-index: 2; }
ul.products li .labels .label { max-width: fit-content; height: 30px; margin-bottom: 2px; padding: 0 10px; font-size: 11px; font-weight: 700; line-height: 30px; display: block; }
ul.products li .labels .label.onsale { background: var(--color-yellow); }
ul.products li .labels .label.outofstock { color: white; background: var(--color-red); }

/* Post edit link */
ul.products li a.post-edit-link { width: 40px; height: 40px; right: 15px; top: 15px; font-size: 0; background: var(--color-green) url(../images/icon_edit_white.svg) no-repeat center; background-size: auto 16px; position: absolute; z-index: 2; }

/* Thumbnail */
ul.products li .thumbnail { margin-bottom: 20px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
ul.products li .thumbnail:before { padding-top: 100%; display: block; content: ''; }
ul.products li .thumbnail img { width: 100%; height: auto; display: block; position: relative; }

/* Entry */
ul.products li .entry { position: relative; }

ul.products li .entry h3 { margin-bottom: 10px !important; }
ul.products li .entry h3 a { font-size: 18px !important; font-weight: 700; text-decoration: none !important; text-transform: uppercase; color: var(--color-body-text) !important; line-height: 20px; display: block; }
ul.products li .entry h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }

/* Price */
ul.products li .entry .price { font-size: 14px; color: #666; line-height: 100%; display: flex; justify-content: center; align-items: center; align-content: center; }
ul.products li .entry .price del { width: 100%; font-size: 14px; text-decoration: line-through; color: #999; }

/* Action button */
ul.products li .button.product_type_simple { width: 100%; height: 50px !important; margin-top: 20px; padding: 0 10px; font-size: 16px !important; line-height: 50px !important; background: var(--color-body-text); }
ul.products li .button.product_type_simple.alt { left: 0; bottom: 0; position: absolute; }

ul.products li .added_to_cart { display: none !important; }

#content .term-description { margin-top: 40px; padding: 20px; background: #f0f3f4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#content .term-description p:last-child { margin-bottom: 0 !important; }

/* Featured products */
ul.featured_products li { height: 700px; padding-left: calc((100% - 1280px) /2); padding-right: calc((100% - 1280px) /2); display: flex; position: relative; z-index: 0; }
ul.featured_products li:before { width: 50%; height: 100%; right: 0; top: 0; background: rgba(0 0 0 / 3%); position: absolute; z-index: -1; content: ''; }

ul.featured_products li .thumbnail { width: 50%; height: 100%; display: flex; justify-content: center; align-content: center; }
ul.featured_products li .thumbnail img { width: auto; max-width: 100%; height: auto; max-height: 100%; display: block; }

ul.featured_products li .entry { width: 50%; padding: 0 50px; text-align: center; display: flex; justify-content: center; align-items: center; align-content: center; }
ul.featured_products li .entry h3 { width: 100%; margin-bottom: 10px !important; font-size: 60px; line-height: 100%; }
ul.featured_products li .entry h3 a { text-decoration: none !important; color: var(--color-body-text) !important; }
ul.featured_products li .entry h3 small { font-size: 30px; display: block; }

ul.featured_products li .entry .short_description { margin-bottom: 20px; }
ul.featured_products li .entry .button.product_type_simple { background: var(--color-body-text); }

ul.featured_products li:nth-child(odd):before { left: 0; right: auto; }
ul.featured_products li:nth-child(odd) .thumbnail { order: 2; }
ul.featured_products li:nth-child(odd) .entry { order: 1; }

/* No products found */
.woocommerce-no-products-found { display: none; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination ul { margin-top: 50px; margin-left: 0 !important; display: flex; justify-content: center; list-style: none !important; }
.woocommerce-pagination ul li { margin: 0 2px; }
.woocommerce-pagination ul li a { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-pagination ul li a:hover { background: var(--color-sand); }
.woocommerce-pagination ul li span { width: 50px; height: 50px; justify-content: center; align-items: center; display: flex; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-pagination ul li span.current { font-weight: 700; color: white; background: var(--color-gold); }


/*
---------------
	PRODUCT
---------------
*/
div.product { display: flex; position: relative; }

/* On sale */
div.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 */
div.product .images { width: 50%; margin-bottom: 50px; position: relative; }
div.product .images:before { width: 100%; height: 100%; left: -100%; top: 0; position: absolute; content: ''; }
div.product .images img { max-width: 100%; height: auto; display: block; }
div.product .woocommerce-product-gallery__wrapper { margin-left: -10px; margin-right: -10px; display: flex; justify-content: center; }
div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image { width: calc(20% - 20px); margin: 20px 10px 0; }
div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a { padding: 10px; border: 1px solid var(--color-silver-line); display: block; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child { width: 100%; margin-top: 0; }
div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a { padding: 20px; border: none !important; display: block; position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a:before { padding-top: 100%; display: block; content: ''; }
div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a img { width: auto; max-width: 90% !important; height: auto; max-height: 90%; left: 50%; top: 50%; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/* Summary */
div.product .summary { width: 50%; margin-bottom: 50px; padding-left: 70px; padding-top: 70px; }
div.product .summary h1 { margin-bottom: 20px !important; font-size: 30px !important; text-transform: none !important; line-height: 100%; }
div.product .summary .rank-math-breadcrumb { font-size: 15px; font-weight: 700; color: #313640; line-height: 20px; }
div.product .summary .rank-math-breadcrumb a { font-weight: 400; text-decoration: underline; color: #313640; }
div.product .summary .rank-math-breadcrumb a:hover { text-decoration: none; }
div.product .summary .rank-math-breadcrumb .separator { font-weight: 400; }

/* Stock */
div.product .summary .stock { font-weight: 700; }
div.product .summary .stock.instock { color: var(--color-green); }

/* Custom offer */
div.product .summary .custom_offer { margin-bottom: 20px; padding: 20px; background: #fffbf5; border: 1px solid #ff7b19; }
div.product .summary .custom_offer p:last-child { margin-bottom: 0 !important; }

/* Short description */
div.product .summary .woocommerce-product-details__short-description { font-size: 16px; color: #666; line-height: 25px; }

/* USP */
div.product .usps { padding: 0 !important; background: none !important; border-bottom: none !important; }
div.product .usps .inner { padding: 0 !important; }
div.product .usps .usp_wrap { margin-bottom: 30px; padding: 20px 0; border-top: 1px solid var(--color-silver-line); border-bottom: 1px solid var(--color-silver-line); display: flex; flex-wrap: wrap; }
div.product .usps .usp_wrap .usp { padding: 0 !important; padding-right: 10px; display: flex; align-items: center; position: relative; }
div.product .usps .usp_wrap .usp:nth-child(2) { padding-left: 15px !important; }
div.product .usps .usp_wrap .usp:nth-child(3) { padding-left: 15px !important; }
div.product .usps .usp_wrap .usp:after { width: 1px; height: 30px; right: 0; top: calc(50% - 15px); background: var(--color-silver-line); position: absolute; content: ''; }
div.product .usps .usp_wrap .usp:last-child:after { display: none; }
div.product .usps .usp_wrap .usp img { width: auto !important; height: 30px !important; margin: 0 !important; }
div.product .usps .usp_wrap .usp .usp_title { width: calc(100% - 30px); margin-bottom: 0 !important; padding: 0 10px 0 15px; font-size: 14px; text-align: left; line-height: 16px; }
div.product .usps .usp_wrap .usp .usp_text { display: none; }

/* Price */
div.product .summary .price { width: 180px; height: 60px; margin-bottom: 0 !important; font-size: 25px; font-weight: 700; line-height: 100%; display: flex; align-items: center; align-content: center; float: left; }
div.product .summary .price del { width: 100%; font-size: 20px; text-decoration: line-through; color: #999; display: block; }
div.product .summary .price_addition_info { font-size: 14px; font-weight: 500; color: #000; }

/* Cart */
div.product .summary form.cart { width: calc(100% - 180px); margin-bottom: 40px; display: flex; float: right; }
div.product .summary form.cart .quantity { display: flex; align-items: center; align-content: center; }
div.product .summary form.cart .quantity input { width: 100px; height: 60px; text-align: center; background: transparent; border: 1px solid var(--color-silver-line); border-right: none; -moz-appearance: textfield; -webkit-appearance: none; }

div.product .summary form.cart .button { width: calc(100% - 100px); text-align: center; }
div.product .summary form.cart .button svg { width: auto; height: 20px; margin-right: 10px; display: block; }

/* Meta */
div.product .summary .product_meta { clear: both; }
div.product .summary .product_meta .posted_in { display: block; }
div.product .summary .product_meta .posted_in a { font-weight: 600; text-decoration: none !important; color: #000; }
div.product .summary .product_meta .posted_in a:hover { text-decoration: underline !important; }

div.product .summary .product_meta .tagged_as a { font-weight: 600; text-decoration: none !important; color: #000; }
div.product .summary .product_meta .tagged_as a:hover { text-decoration: underline !important; }

/* Tabs */
div.product .wc-tabs-wrapper { width: 100%; margin-bottom: 50px; }
div.product .wc-tabs-wrapper ul.tabs { margin-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; display: flex; position: relative; z-index: 2; }
div.product .wc-tabs-wrapper ul.tabs li { margin-bottom: 0 !important; }
div.product .wc-tabs-wrapper ul.tabs li a { height: 70px; padding: 0 40px; font-size: 16px; font-weight: 700; text-decoration: none !important; color: var(--color-body-text) !important; background: var(--color-silver); border: 1px solid var(--color-silver-line); border-left: none; display: flex; align-items: center; justify-content: center; }
div.product .wc-tabs-wrapper ul.tabs li:first-child a { border-left: 1px solid var(--color-silver-line); }
div.product .wc-tabs-wrapper ul.tabs li.active a { color: #313640 !important; background: white; border-bottom-color: white; }

div.product .wc-tabs-wrapper .panel { margin-top: -1px; padding: 30px 40px; border: 1px solid var(--color-silver-line); position: relative; z-index: 1; }
div.product .wc-tabs-wrapper .panel h2 { margin-bottom: 20px !important; font-size: 25px !important; font-weight: 700; }
div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--description h2 { display: none !important; }
div.product .wc-tabs-wrapper .panel p:last-child { margin-bottom: 0 !important; }
div.product .wc-tabs-wrapper .panel table { width: 100%; font-size: 16px; border-collapse: collapse; table-layout: fixed; }
div.product .wc-tabs-wrapper .panel table tbody tr:nth-child(odd) { background: #dbdde0; }
div.product .wc-tabs-wrapper .panel table tbody tr th { padding: 10px; text-align: left; }
div.product .wc-tabs-wrapper .panel table tbody tr td { padding: 10px; text-align: left; }


/*
------------------------
	RELATED PRODUCTS
------------------------
*/
.related_products { width: 100%; }
.related_products h2 { margin-bottom: 30px; font-size: 30px; font-weight: 700; line-height: 100%; }


/*
------------
	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 var(--color-silver-line); }
table.shop_table thead th.product-remove span { display: none; }
table.shop_table thead th.product-thumbnail span { display: none; }
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 var(--color-silver-line); }
table.shop_table tbody th { text-transform: uppercase; }

table.shop_table tbody td.product-remove { width: 50px; }
table.shop_table tbody td.product-remove a { width: 40px; height: 40px; font-size: 0; text-decoration: none !important; background: url(../images/icon_trash.svg) no-repeat center; background-size: auto 16px; border: 2px solid white; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
table.shop_table tbody td.product-remove a:hover { border-color: #911439; }

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: 170px; }
table.shop_table tbody td.product-quantity label { display: none; }
table.shop_table tbody td.product-quantity .quantity { width: 60px; margin: auto; display: flex; align-items: center; }
table.shop_table tbody td.product-quantity .quantity input { width: 100%; height: 50px; text-align: center; background: transparent; border: 1px solid var(--color-silver-line); -moz-appearance: textfield; }
table.shop_table tbody td.product-quantity .quantity .qty-button { width: 30px; height: 30px; color: white; background: #f8bb2d; display: block; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
table.shop_table tbody td.product-quantity .quantity .qty-button.minus {}

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: 60px; margin-right: 10px; text-align: center; background: var(--color-silver); border: 1px solid var(--color-silver-line); outline: 2px solid transparent; }
table.shop_table tbody td.actions .coupon input:focus { background: white; border-color: var(--color-gold); outline-color: var(--color-gold); }

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 { padding: 40px 50px; color: #000; background: var(--color-sand); border: 1px solid var(--color-silver-line); position: relative; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.cart-collaterals h3 { margin-bottom: 20px !important; color: var(--color-body-text) !important; }
.cart-collaterals h2 { margin-bottom: 20px !important; font-size: 30px; font-weight: 700; color: var(--color-gold) !important; line-height: 100%; }
.cart-collaterals p:last-child { margin-bottom: 0 !important; }
.cart-collaterals table.shop_table { margin-bottom: 20px; }
.cart-collaterals table.shop_table tbody tr th, 
.cart-collaterals table.shop_table tbody tr td { padding: 10px 0; border-bottom: 1px solid var(--color-gold); }
.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; }

.cart-collaterals .wc-proceed-to-checkout .button { background-color: var(--color-green); }
.cart-collaterals .wc-proceed-to-checkout .button:hover { background-color: var(--color-body-text); }

/* Free shipping */
.free_shipping_wrapper { margin-bottom: 20px; }
.free_shipping_wrapper .free_shipping_status { padding: 10px; background: #f5fffb; border: 1px solid #09995a; display: flex; align-items: center; align-content: center; justify-content: center; }
.free_shipping_wrapper .free_shipping_status img { width: auto; max-width: none !important; height: 40px !important; margin-right: 10px; display: block; }


/*
----------------
	CHECKOUT
----------------
*/
.woocommerce-form-coupon-toggle { display: none !important; }

h3#ship-to-different-address { clear: both; }

form.checkout_coupon { width: 100%; max-width: calc(100% - 570px); margin-bottom: 30px; display: block !important; border-bottom: 1px solid var(--color-silver-line); }
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; justify-content: space-between; position: relative; }
form.checkout #order_review h3 { margin-bottom: 10px !important; color: var(--color-gold) !important; }
form.checkout h3#order_review_heading { display: none !important; }

/* Customer details */
form.checkout #customer_details { width: calc(100% - 500px); padding: 50px 50px 50px 0; }

/* Review order */
form.checkout .woocommerce-checkout-review-order { width: 500px; padding: 20px; color: #000; background: var(--color-sand); position: relative; z-index: 0; overflow: hidden; }

/* 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: var(--color-gold); }
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 var(--color-gold); }

form.checkout .shop_table tfoot tr th, 
form.checkout .shop_table tfoot tr td { padding: 10px 0; text-align: left; border-bottom: 1px solid var(--color-gold); }
form.checkout .shop_table tfoot tr td { text-align: right; }

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; list-style: none !important; background: rgba(255 255 255 / 20%); border: 1px solid var(--color-gold); }
form.checkout .woocommerce-checkout-payment ul li { margin-bottom: 0 !important; padding: 20px 20px 20px 45px; border-bottom: 1px solid var(--color-gold); position: relative; }
form.checkout .woocommerce-checkout-payment ul li:last-child { border-bottom: none; }
form.checkout .woocommerce-checkout-payment ul li label { padding-left: 0; font-weight: 700; line-height: 20px; display: inline-block; cursor: pointer; }
form.checkout .woocommerce-checkout-payment ul li label a { display: block; }
form.checkout .woocommerce-checkout-payment ul li p { margin-bottom: 0 !important; font-size: 14px; line-height: 20px; }
form.checkout .woocommerce-checkout-payment ul li input[type=radio] { left: 20px; top: 22px; margin: 0 !important; display: block !important; position: absolute; }
form.checkout .woocommerce-checkout-payment ul li.payment_method_barion input[type=radio] { top: 15px; }
form.checkout .woocommerce-checkout-payment ul li .payment_box { font-size: 15px; line-height: 20px; }

form.checkout .button#place_order { width: 100%; height: auto; padding: 20px 10px; font-size: 22px; line-height: 20px; background-color: var(--color-green); display: block; }
form.checkout .button#place_order:hover { background-color: var(--color-gold) !important; }

/* Mail Poet */
form.checkout #mailpoet_woocommerce_checkout_optin_field { margin-bottom: 20px !important; font-size: 15px; line-height: 20px; }

/* Terms and conditions */
form.checkout .woocommerce-terms-and-conditions-wrapper { margin-bottom: 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 { font-weight: 700; color: #000 !important; }
form.checkout .woocommerce-terms-and-conditions-wrapper a:hover { text-decoration: none !important; }
form.checkout .woocommerce-terms-and-conditions-wrapper label { font-size: 15px !important; font-weight: 400; }


/*
----------------
	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: 20px !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 p { margin-bottom: 0 !important; }
.form-row br { display: none; }
.form-row label { font-size: 16px; font-weight: 700; display: block; }

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); border: 1px solid var(--color-silver-line); outline: 2px solid transparent; }

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 { background: white; border-color: var(--color-gold); outline-color: var(--color-gold); }

.form-row textarea { min-height: 100px; padding: 10px; resize: vertical; }

.wpcf7-list-item { margin: 0; }
.wpcf7-list-item label { font-weight: 400; }


/*
---------------
	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: 700; text-decoration: none !important; color: var(--color-body-text) !important; background: var(--color-silver); border: 1px solid var(--color-silver-line); 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-silver-line); }
.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 40px; background: white; border: 1px solid var(--color-silver-line); 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; }

/* Customer login */
.u-columns { background: white; border: 1px solid var(--color-silver-line); display: flex; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.u-columns.col2-set > div { width: 50%; }
.u-columns.col2-set > div:nth-child(1) { padding: 50px; border-right: 1px solid var(--color-silver-line); }
.u-columns.col2-set > div:nth-child(2) { padding: 50px; }

.u-columns .woocommerce-privacy-policy-text { font-size: 15px; font-weight: 700; line-height: 20px; }

.u-columns .why_should_register { padding: 20px; font-size: 15px; color: #000; line-height: 20px; background: var(--color-sand); border: 1px solid var(--color-silver-line); }
.u-columns .why_should_register ul { margin-bottom: 0 !important; }

.u-columns.addresses > div { padding: 50px; }
.u-columns.addresses > div:nth-child(1) { border-right: 1px solid var(--color-silver-line); }
.u-columns.addresses > div header a { font-weight: 700; } 


/*
----------------------
	THANK YOU PAGE
----------------------
*/
.woocommerce-order-details { margin-bottom: 20px; border: 1px solid var(--color-silver-line); overflow: hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.woocommerce-order-details h2 { margin-bottom: 0 !important; padding: 20px 10px; font-size: 30px !important; font-weight: 700; }

table.shop_table.order_details { margin-bottom: 0 !important; }

table.shop_table.order_details thead tr th.product-total { text-align: right; }

table.shop_table.order_details tbody tr td.product-total { text-align: right; }

table.shop_table.order_details tfoot tr th,
table.shop_table.order_details tfoot tr td { border-bottom: 1px solid var(--color-silver-line); }
table.shop_table.order_details tfoot tr th { text-align: left; }
table.shop_table.order_details tfoot tr td { text-align: right; }

table.shop_table.order_details tfoot tr:first-child th,
table.shop_table.order_details tfoot tr:first-child td { border-top: 2px solid var(--color-silver-line); }
table.shop_table.order_details tfoot tr:last-child th,
table.shop_table.order_details tfoot tr:last-child td { border-bottom: none; }

.woocommerce-customer-details .addresses { background: var(--color-silver); border: 1px solid var(--color-silver-line); display: flex; border-radius: 10px; }
.woocommerce-customer-details .addresses > div { width: 50%; padding: 30px; }
.woocommerce-customer-details .addresses > div:nth-child(1) { border-right: 1px solid var(--color-silver-line); }
.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 */
	ul.products { margin-left: -10px !important; margin-right: -10px; }
	ul.products li { width: calc(33.3333333333% - 20px); margin: 50px 10px 0; }
	
	/* PRODUCTS: Featured products */
	ul.featured_products li { height: 600px; }

	ul.featured_products li .entry { padding: 0 20px; }
	ul.featured_products li .entry h3 { font-size: 50px; }
	
	/* PRODUCT: Summary */
	div.product .summary { padding-left: 50px; padding-top: 50px; }
	
	/* 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; }
	
	/* ACCOUNT: Customer login */
	.u-columns.col2-set > div:nth-child(1) { padding: 30px; }
	.u-columns.col2-set > div:nth-child(2) { padding: 30px; }
}

@media only screen and (max-width: 960px) { 
	
	/* PRODUCTS */
	ul.products li { padding-bottom: 60px; }
	
	/* PRODUCTS: Featured products */
	ul.featured_products li { height: auto; padding-left: 0; padding-right: 0; }
	ul.featured_products li:before { display: none; }

	ul.featured_products li .thumbnail { width: 100%; height: auto; order: 1 !important; }

	ul.featured_products li .entry { width: 100%; padding: 50px 20px; background: rgba(0 0 0 / 3%); order: 2 !important; }
	ul.featured_products li .entry h3 { font-size: 40px; }

	/* PRODUCT: Images */
	div.product .images { width: 100%; }
	div.product .images:before { width: calc(100% + 40px); left: -20px; }
	div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a:before { display: none; }
	div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a img { max-height: 400px; left: auto; top: auto; margin: auto; position: relative; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

	/* PRODUCT: Summary */
	div.product .summary { width: 100%; padding-left: 0; padding-top: 0; }
	
	/* PRODUCT: Tabs */
	div.product .wc-tabs-wrapper .panel { padding: 20px; }
	
	/* CART: Cart collaterals */
	.cart-collaterals { padding: 30px; }

	/* 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: auto; margin-left: -20px; margin-right: -20px; }
}

@media only screen and (max-width: 768px) { 

	/* PRODUCTS */
	ul.products li { width: calc(50% - 20px); }
	ul.products li:nth-child(3) { margin-top: 50px; }
	
	/* PRODUCTS: Featured products */
	ul.featured_products li .entry h3 { font-size: 30px; }
	
	/* PRODUCT: Summary */
	div.product .summary h1 { font-size: 35px; }
	
	/* 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 var(--color-silver-line); display: flex; position: relative; }
	table.shop_table.cart tbody tr:not(table.shop_table.cart tbody tr:last-child) { overflow: hidden; }
	table.shop_table.cart tbody tr:last-child { border: none !important; }
	table.shop_table.cart tbody td { padding: 10px; display: block; }

	table.shop_table.cart tbody td.product-remove { width: 40px; right: 10px; top: 10px; 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; 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); padding: 10px; 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 { margin: 0; padding-right: 0; display: flex; }
	table.shop_table.cart tbody td.product-quantity .quantity button { left: auto; bottom: auto; display: block; position: relative; }
	table.shop_table.cart tbody td.product-quantity .quantity button.plus { top: auto; }
	
	table.shop_table.cart tbody td.product-subtotal { width: 120px; padding: 10px; 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; justify-content: space-between; float: none; }
	table.shop_table.cart tbody td.actions .coupon input { width: calc(50% - 10px); margin-right: 0; }
	table.shop_table.cart tbody td.actions .coupon .button { width: calc(50% - 10px); padding: 0 10px; }
	
	table.shop_table.cart tbody td.actions .button[name=update_cart] { width: 100%; float: none; }
	
	/* CART: Cart collaterals */
	.cart-collaterals { padding: 20px; }
	.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 10px; 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 { 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-color: #dbdde0 !important; display: flex; align-items: center; }	
	.woocommerce-MyAccount-navigation ul li a:hover, 
	.woocommerce-MyAccount-navigation ul li:hover a { text-decoration: underline !important; background: #dbdde0; }
	.woocommerce-MyAccount-navigation ul li.is-active a { border-bottom-color: #dbdde0; }
	
	/* ACCOUNT: Customer login */
	.u-columns.col2-set > div { width: 100%; }
	.u-columns.col2-set > div:nth-child(1) { padding: 30px 20px; border-right: none; border-bottom: 1px solid var(--color-silver-line); }
	.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 var(--color-silver-line); display: flex; 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 */
	table.shop_table.order_details thead tr th.product-total { text-align: right; }
	table.shop_table.order_details tbody tr td.product-total { text-align: right; }

	table.shop_table.order_details tfoot tr th { text-align: left; }
	table.shop_table.order_details tfoot tr td { text-align: right; }
	
	.woocommerce-customer-details .addresses > div { width: 100%; padding: 20px; }
	.woocommerce-customer-details .addresses > div:first-child { border-right: none; border-bottom: 1px solid var(--color-silver-line); }
	.woocommerce-customer-details .addresses > div h2 { font-size: 20px !important; }
}

@media only screen and (max-width: 640px) { 

	/* RESULT COUNT */
	.woocommerce-result-count { line-height: 100%; text-align: center; float: none; }
	form.woocommerce-ordering { width: 100%; margin-bottom: 20px; float: none; }
	
	/* PRODUCTS: Entry */
	ul.products li .entry h3 a { font-size: 16px !important; }

	/* PRODUCT: Images */
	div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image { width: calc(33.3333333333% - 20px); }
	
	/* PRODUCT: Summary */
	div.product .summary h1 { font-size: 25px !important; }
	
	/* PRODUCT: USP */
	div.product .usps { display: none !important; }
	
	/* PRODUCT: Price */
	div.product .summary .price { width: 100%; height: auto; margin-bottom: 20px !important; float: none; }
	
	/* PRODUCT: Cart */
	div.product .summary form.cart { width: 100%; margin-bottom: 20px; float: none; }
	
	/* PRODUCT: Tabs */
	div.product .wc-tabs-wrapper ul.tabs { display: block; }
	div.product .wc-tabs-wrapper ul.tabs li { width: 100%; }
	div.product .wc-tabs-wrapper ul.tabs li a { width: 100%; height: 50px; padding: 0 20px; border-left: 1px solid var(--color-silver-line); border-top: none; }
	div.product .wc-tabs-wrapper ul.tabs li:first-child a { border-top: 1px solid var(--color-silver-line); }
	div.product .wc-tabs-wrapper ul.tabs li.active a { border-bottom-color: var(--color-silver-line); }
	
	/* 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; }
	.woocommerce-message .button { width: 100%; margin-top: 20px; order: 2; }
	
	/* PAGINATION */
	.woocommerce-pagination ul li a { width: 40px; height: 40px; font-size: 16px; }
	.woocommerce-pagination ul li span { width: 40px; height: 40px; font-size: 16px; }

	/* PRODUCTS: Thumbnail */
	ul.products li .thumbnail { margin-bottom: 10px; }
	ul.products li .thumbnail img { max-height: 150px; }
	
	/* PRODUCTS: Entry */
	ul.products li .entry h3 a { font-size: 14px !important; }
	
	/* Action button */
	ul.products li .button.product_type_simple { font-size: 14px !important; }
	
	/* PRODUCT: Summary */
	div.product .summary h1 { font-size: 30px; }
	
	/* 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: Entry */
	ul.products li .entry h3 a { font-size: 14px; }
	/*
	.products { margin-left: 0; margin-right: 0; }
	ul.products li { width: 100%; margin: 20px 0 0; }
	ul.products li:nth-child(2) { margin-top: 20px; }
	ul.products li .entry h3 { min-height: auto; }
	
	body.archive ul.products li { width: 100%; }
	body.archive ul.products li:nth-child(2) { margin-top: 20px; }
	*/
}

@media only screen and (max-width: 320px) { 

}
