/*
-------------
	OTHER
-------------
*/
.blockOverlay { background: #f5f5f5 !important; opacity: 0.7 !important; z-index: 10 !important; }
.woocommerce-cart .tax_label, .woocommerce-checkout .tax_label { display: none; }

#GoogleMapsGLS { margin-bottom: 30px; margin-top: 20px !important; }
#gls_info { display: none !important; }
.leaflet-popup h2 { font-size: 25px !important; }
.leaflet-popup p { margin: 10px 0 !important; font-size: 15px !important; line-height: 20px !important; }


/*
-----------------------
	SYSTEM MESSAGES
-----------------------
*/
.woocommerce-NoticeGroup-checkout { margin-top: 20px; display: block; }

.woocommerce-thankyou-order-received, 
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-message { margin-left: 0 !important; margin-bottom: 20px; padding: 20px; font-size: 17px; font-weight: 700; color: #242424; line-height: 20px; background: #f1faf8; border: 1px solid var(--color-green); position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.woocommerce-thankyou-order-received { padding: 20px; }

.woocommerce-info.cart-empty { padding: 20px; }

ul.woocommerce-info li, 
ul.woocommerce-error li, 
ul.woocommerce-message li { margin-left: 20px; margin-left: 0 !important; list-style-type: none !important; }

.woocommerce-error { background: #fff5f6; border-width: 1px !important; border-color: var(--color-red) !important; }
.woocommerce-error.small { padding: 10px; font-size: 15px; font-weight: 700; }

.woocommerce-info .button, 
.woocommerce-message .button { height: 30px; right: 20px; top: 15px; padding: 0 10px; font-size: 15px; line-height: 30px; position: absolute; }


/*
---------------
	RESULTS
---------------
*/
.custom_archive_title_wrapper { padding-right: 300px; position: relative; }

.woocommerce-result-count { height: 40px; font-weight: 700; line-height: 40px; float: left;  }

form.woocommerce-ordering { height: 40px; float: right; }
form.woocommerce-ordering select { height: 40px; padding-left: 10px; font-size: 15px; border: 1px solid #adb0b0; }


/*
------------------------
	TERM DESCRIPTION
------------------------
*/
.term-description { margin-bottom: 20px; padding: 30px; background: white; border: 1px solid var(--color-silver-line); clear: both; position: relative; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.term-description p:last-child { margin-bottom: 0 !important; }
.term-description .continued { width: 100%; height: 100px; left: 0; bottom: 0; background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%); background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); background: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); position: absolute; }
.term-description .continued .adjust { width: 100%; height: 40px; left: 0; bottom: 0; font-weight: 700; text-align: center; text-decoration: none !important; color: white !important; line-height: 40px; background: var(--color-green); position: absolute; }

.term-description.active { height: auto !important; }
.term-description.active .continued { height: 40px; left: auto; bottom: auto; background: transparent; position: relative; }


/*
----------------
	PRODUCTS
----------------
*/
ul.products { margin-left: -10px !important; margin-right: -10px; margin-bottom: 20px; clear: both; display: flex; flex-wrap: wrap; list-style: none !important; }
ul.products li { width: calc(25% - 20px); margin: 20px 10px 0; padding-bottom: 70px; background: white; border: 1px solid var(--color-silver-line); position: relative; }
ul.products li:nth-child(-n+4) { margin-top: 0; }
ul.products li:hover { border-color: var(--color-gray); }
ul.products li:before { display: none !important; }

body.home ul.products li { width: calc(20% - 20px); }
body.home ul.products li:nth-child(-n+5) { margin-top: 0; }

body.page-template-fullwidth ul.products li { width: calc(20% - 20px); }
body.page-template-fullwidth ul.products li:nth-child(-n+5) { margin-top: 0; }

body.single-product ul.products li { width: calc(20% - 20px); }
body.single-product ul.products li:nth-child(-n+5) { margin-top: 0; }

/* Stock status */
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: 5px; padding: 0 10px; font-size: 12px; font-weight: 700; color: white; display: flex; align-items: center; }
ul.products li .labels .label.onsale { background: var(--color-green); }
ul.products li .labels .label.outofstock { background: var(--color-red); }
ul.products li .labels .label.new { color: #000; background: #ffc402; }

/* Free shipping */
ul.products li .freeshipping { width: 100%; height: 24px; left: 0; bottom: 0; font-size: 13px; font-weight: 700; text-align: center; color: var(--color-red); line-height: 24px; background: #FEECEF; position: absolute; z-index: 2; }

/* Thumbnail */
ul.products li .thumbnail { height: 200px; padding: 0 20px; background: url(../images/loading.gif) no-repeat center; display: block; position: relative; } 
ul.products li .thumbnail img { width: auto; max-width: 100%; height: auto; max-height: 160px; top: 50%; display: inline-block; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Entry */
ul.products li .entry { padding: 0 20px; text-align: center; }
ul.products li .categories_title { min-height: 100px; }

ul.products li .entry h4 { margin-bottom: 10px !important; font-weight: normal !important; line-height: 20px !important; overflow: hidden; }
ul.products li .entry h4 a { font-size: 20px; font-weight: 700; text-decoration: none !important; color: var(--color-dark) !important; line-height: 20px; display: block; }
ul.products li .entry h4 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px !important; }

/* Posted in */
ul.products li .posted_in { margin-bottom: 5px; font-size: 14px; color: var(--color-gray); line-height: 16px; }
ul.products li .posted_in a { color: var(--color-gray); display: none; }
ul.products li .posted_in a:last-child { display: block; }

/* Price and button */
ul.products li .price { font-size: 20px; font-weight: 700; color: var(--color-orange); line-height: 1; }
ul.products li .price del { font-size: 16px; font-weight: normal; text-decoration: line-through; color: var(--color-gray); display: block; }
ul.products li .price .price_additional_text { display: none !important; }

ul.products li .action_button { width: 100%; left: 0; bottom: 10px; padding: 0 10px; text-align: center; position: absolute; }
ul.products li .action_button a.button { width: 100%; padding: 0 10px !important; font-size: 16px; background-color: var(--color-orange); }
ul.products li .action_button a.button:hover { color: white !important; background-color: var(--color-dark); }
ul.products li .action_button a.button.loading { color: white !important; background-color: var(--color-dark); background-image: url(../images/button_loader.gif); }
ul.products li .action_button a.button.button_outofstock { padding-left: 20px; background-image: none !important; }
ul.products li .added_to_cart { display: none !important; }

/* Columns 3 */
ul.products.columns-3 li { width: calc(33.3333333333% - 20px); }

/* Product category */
ul.products li.product-category { width: calc(25% - 20px) !important; height: 60px; margin: 20px 10px 0 !important; padding: 0 !important; text-align: left; border: 1px solid var(--color-silver-line); overflow: hidden; border-radius: 3px; }
ul.products li.product-category:hover { border-color: var(--color-pink); }
ul.products li.product-category:nth-child(-n+4) { margin-top: 0 !important; }
ul.products li.product-category a { height: 100%; text-decoration: none !important; display: block; position: relative; }
ul.products li.product-category a img { width: 46px; height: auto; left: 8px; top: 50%; display: block; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
ul.products li.product-category h2 { height: 100%; margin-bottom: 0 !important; padding: 5px 45px 5px 65px; font-size: 14px !important; font-weight: 700; display: flex; align-items: center; }
ul.products li.product-category h2 mark { right: 10px; font-size: 12px; color: #999; background: transparent !important; position: absolute; }

ul.products li.product-category:hover { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }

/* Term description */
.term-description { margin-top: 30px; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination { margin-top: 50px; border: 1px solid var(--color-silver-line); }
.woocommerce-pagination ul { height: 50px; margin-left: 0 !important; margin-bottom: 0 !important; font-size: 0; text-align: center; }
.woocommerce-pagination ul li { height: 100%; margin-left: 0 !important; padding-left: 0 !important; vertical-align: top; border-right: 1px solid var(--color-silver-line); display: inline-block; }
.woocommerce-pagination ul li:first-child { border-left: 1px solid var(--color-silver-line); }
.woocommerce-pagination ul li:before { display: none; !important; }
.woocommerce-pagination ul li a, 
.woocommerce-pagination ul li span { width: 50px; height: 100%; font-size: 17px; font-weight: 700; text-decoration: none !important; line-height: 50px; display: block; }
.woocommerce-pagination ul li a:hover { background: #eee; }
.woocommerce-pagination ul li span { color: white; background: var(--color-orange); }


/*
-----------------------
	SINGLE PRODUCT
-----------------------
*/
div.product { margin-bottom: 50px; background: white; border: 1px solid var(--color-silver-line); display: flex; flex-wrap: wrap; }

/* Images */
div.product .images { width: 50%; padding: 50px; }
div.product .images img { width: auto; max-width: 100%; }
div.product .images .woocommerce-product-gallery__wrapper { margin-left: -5px; margin-right: -5px; display: flex; flex-wrap: wrap; justify-content: center; }

div.product .images .woocommerce-product-gallery__image { width: calc(20% - 10px); margin: 10px 5px 0; }
div.product .images .woocommerce-product-gallery__image a { width: 100%; border: 1px solid var(--color-silver-line); display: block; position: relative; }
div.product .images .woocommerce-product-gallery__image a:hover { border-color: var(--color-orange); outline: 3px solid var(--color-orange-a20); }
div.product .images .woocommerce-product-gallery__image a:before { padding-top: 100%; display: block; content: ''; }
div.product .images .woocommerce-product-gallery__image img { width: auto; max-width: 90% !important; height: auto; max-height: 90%; left: 50%; top: 50%; display: block; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

div.product .images .woocommerce-product-gallery__image:first-child { width: 100%; margin: 0 5px; }
div.product .images .woocommerce-product-gallery__image:first-child a { border: none !important; outline: none !important; }
div.product .images .woocommerce-product-gallery__image:first-child a:before { display: none; }
div.product .images .woocommerce-product-gallery__image:first-child img { left: auto; top: auto; margin: auto; position: relative; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }

/* Summary */
div.product .summary { width: 50%; padding: 50px; border-left: 1px solid var(--color-silver-line); }
div.product .summary h1 { margin-bottom: 10px !important; font-size: 30px !important; }

div.product .summary .sku_wrapper { margin-bottom: 20px; font-size: 14px; color: #565856; }

div.product .summary .admin_actions { margin-bottom: 20px; }
div.product .summary .admin_actions a { height: 30px; padding: 0 10px; font-weight: 700; text-decoration: none !important; color: white !important; line-height: 30px; background: var(--color-green); display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
div.product .summary .admin_actions a:hover { background: var(--color-dark); }

/* Short description */
div.product .summary .woocommerce-product-details__short-description { margin-bottom: 20px; font-size: 15px; color: #555; line-height: 24px; }
div.product .summary a.more_description { height: 20px; margin-top: -10px; margin-bottom: 20px; padding-left: 25px; font-weight: 700; color: var(--color-orange) !important; line-height: 20px; background: url(../images/icon_info.svg) no-repeat left center; background-size: auto 100%; display: inline-block; }
div.product .summary a.more_description:hover { color: var(--color-dark) !important; }

div.product .summary .freeshipping_info { margin-bottom: 20px; padding: 10px; font-size: 15px; font-weight: 700; color: white; line-height: 15px; background: var(--color-red); position: relative; }
div.product .summary .freeshipping_info span { margin-bottom: 10px; font-size: 20px; line-height: 24px; vertical-align: middle; display: block; }
div.product .summary .freeshipping_info a { font-size: 17px; color: white !important; }
div.product .summary .freeshipping_info a:hover { text-decoration: none !important; }

div.product .summary .freeshipping_info.yellow { color: #000; background: #ffc402; }
div.product .summary .freeshipping_info.yellow a { color: #000 !important; }

/* Add to cart */
div.product .summary .cart { margin-bottom: 30px; font-size: 0; }
div.product .summary .cart .quantity { width: calc(50% - 10px); height: 56px; margin-right: 10px; vertical-align: top; border: 1px solid var(--color-silver-line); display: inline-block; position: relative; }
div.product .summary .cart .quantity input.qty { width: 100%; width: calc(100% - 80px); height: 54px; text-align: center; border-right: 1px solid var(--color-silver-line); }
div.product .summary .cart .plus, 
div.product .summary .cart .minus { width: 80px; height: 27px; right: 0; top: 0; font-size: 15px; text-decoration: none; text-align: center; vertical-align: text-top; background: white; display: block; position: absolute; overflow: visible; cursor: pointer; }
div.product .summary .cart .minus { top: auto; bottom: 0; border-top: 1px solid var(--color-silver-line); }
div.product .summary .cart .plus:hover, 
div.product .summary .cart .minus:hover { background: #f5f5f5; }

div.product .summary .price { margin-bottom: 20px; font-size: 24px; font-weight: 700; }
div.product .summary .price del { font-size: 16px; font-weight: normal; text-decoration: line-through; display: block; }

div.product .summary .single_add_to_cart_button { width: 50%; height: 56px; padding: 0 !important; font-size: 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/* Product meta */
div.product .summary .product_meta { margin-bottom: 20px; background: #F5F5F5; line-height: 20px; }
div.product .summary .product_meta .posted_in { padding: 10px; font-size: 16px; font-weight: 700; color: var(--color-dark); display: block; }
div.product .summary .product_meta .posted_in:nth-child(odd) { background: #e7e7e7; }
div.product .summary .product_meta > span a { font-weight: normal; color: var(--color-dark) !important; }
div.product .summary .product_meta > span a:hover { text-decoration: underline; color: var(--color-dark) !important; }
div.product .summary .product_meta ul.croll_sell_products { margin-left: 0 !important; }
div.product .summary .product_meta ul.croll_sell_products li { margin-bottom: 10px; list-style: none !important; }
div.product .summary .product_meta ul.croll_sell_products li a { height: 50px; padding-left: 60px; display: block; position: relative; }
div.product .summary .product_meta ul.croll_sell_products li a img { width: auto !important; height: 50px !important; left: 0; top: 0; vertical-align: top; border: 1px solid var(--color-silver-line); display: block; position: absolute; }
div.product .summary .product_meta ul.croll_sell_products li a h4 { font-size: 14px; font-weight: 700; display: block; }

/* Tabs */
div.product .woocommerce-tabs { width: 100%; padding: 50px; border-top: 1px solid var(--color-silver-line); }
div.product .woocommerce-tabs ul.tabs { margin-left: 0 !important; margin-bottom: 30px !important; padding-bottom: 20px; border-bottom: 2px solid var(--color-silver-line); display: flex; flex-wrap: wrap; list-style: none !important; }
div.product .woocommerce-tabs ul.tabs li { margin-right: 10px; }
div.product .woocommerce-tabs ul.tabs li a { height: 40px; padding: 0 15px; font-size: 17px; font-weight: 700; text-decoration: none !important; color: var(--color-dark) !important; line-height: 40px; background: var(--color-silver); display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
div.product .woocommerce-tabs ul.tabs li a:hover { background-color: var(--color-silver-line) !important; }
div.product .woocommerce-tabs ul.tabs li.active a, 
div.product .woocommerce-tabs ul.tabs li.active a:hover { color: white !important; background-color: var(--color-orange) !important; }

div.product .woocommerce-tabs .panel.panel-description { margin-bottom: 70px; display: block !important; }
div.product .woocommerce-tabs .panel.panel-description h3 { height: 50px; margin-bottom: 20px; font-size: 18px !important; font-weight: 500; text-transform: uppercase; color: #162c4a; border-bottom: 2px solid #e1e1e1; }
div.product .woocommerce-tabs .panel.panel-description h3 span { height: 100%; display: inline-block; position: relative; }
div.product .woocommerce-tabs .panel.panel-description h3 span:after { width: 100%; height: 3px; left: 0; bottom: -2px; background: #162c4a; position: absolute; content: ''; }
div.product .woocommerce-tabs .panel.panel-description strong { color: var(--color-blue); }
div.product .woocommerce-tabs .panel.panel-reviews { display: block !important; }


/*
----------------------------
	FREE SHIPPING STATUS
----------------------------
*/
.free_shipping_wrapper { margin-bottom: 20px; padding: 10px 20px; font-size: 18px; text-align: center; color: white; line-height: 1; background: var(--color-red); }
.free_shipping_wrapper .free_shipping_status { height: 32px; padding-left: 40px; line-height: 32px; background: url(../images/icon_free_delivery_shipping_white.svg) no-repeat left center; background-size: auto 100%; display: inline-block; }


/*
------------------
	SHOP TABLE
------------------
*/
table.shop_table { width: 100%; margin-bottom: 20px; border-spacing: 0; border-collapse: collapse; }

/* tFoot */
table.shop_table tfoot th, 
table.shop_table tfoot td { padding: 10px; }


/*
--------------
	CART
--------------
*/
.woocommerce-cart-form { margin-bottom: 30px; background: white; border: 1px solid var(--color-silver-line); }

table.shop_table { position: relative; }
table.shop_table.cart { margin-bottom: 0 !important; }

table.shop_table thead tr th { padding: 10px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: #27282d; letter-spacing: 2px; border-bottom: 1px solid var(--color-silver-line); }
table.shop_table thead tr th.product-remove span { display: none; }
table.shop_table thead tr th.product-thumbnail span { display: none; }
table.shop_table thead tr th.product-name { text-align: left; }
table.shop_table thead tr th.product-subtotal { text-align: right; }

table.shop_table tbody tr td { padding: 10px; font-size: 17px; vertical-align: middle; color: #27282d; border-left: none !important; border-right: none !important; border-bottom: 1px solid var(--color-silver-line); }

/* Remove product */
table.shop_table tbody tr td.product-remove { width: 50px; text-align: center; }
table.shop_table tbody tr td.product-remove a { width: 30px; height: 30px; text-indent: -9999px; background: url(../images/icon_trash_red.svg) no-repeat center; background-size: auto 14px; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
table.shop_table tbody tr td.product-remove a:hover { background-color: var(--color-red); background-image: url(../images/icon_trash.svg); }

/* Thumbnail */
table.shop_table tbody tr td.product-thumbnail { width: 80px; text-align: left; }
table.shop_table tbody tr td.product-thumbnail a { display: block; }
table.shop_table tbody tr td.product-thumbnail img { width: auto; max-height: 60px; padding: 5px; vertical-align: middle; background: white; border: 1px solid var(--color-silver-line); display: inline-block; }

table.shop_table tbody tr td.product-name { font-weight: 700; color: #27282d; }
table.shop_table tbody tr td.product-name a { font-size: 16px; font-weight: 700; text-decoration: none !important; color: #27282d; }

/* Price */
table.shop_table tbody tr td.product-price { width: 140px; text-align: center; }

/* Quantity */
table.shop_table tbody tr td.product-quantity { width: 180px; padding-top: 13px; }
table.shop_table tbody tr td.product-quantity label { display: none; }
table.shop_table tbody tr td.product-quantity input.update_cart { font-size: 14px; font-weight: 700; color: var(--color-gray); background: none; cursor: pointer; }
table.shop_table tbody tr td.product-quantity input.update_cart:hover { color: #27282d; }
table.shop_table tbody tr td.product-quantity .quantity { width: 180px; height: 60px; padding: 10px 0; font-size: 0; background: white; border: 1px solid var(--color-silver-line); display: block; }
table.shop_table tbody tr td.product-quantity .quantity .qty_btn { width: 33.3333333333%; height: 100%; vertical-align: top; font-size: 30px; background: none; display: inline-block; cursor: pointer; }
table.shop_table tbody tr td.product-quantity .quantity input.qty { width: 33.3333333333%; height: 100%; vertical-align: top; text-align: center; border-left: 1px solid var(--color-silver-line); border-right: 1px solid var(--color-silver-line); display: inline-block; }

/* Price */
table.shop_table tbody tr td.product-price { font-weight: 700; color: #1f2123; }
table.shop_table tbody tr td.product-price del { font-size: 14px; font-weight: normal; text-decoration: line-through; color: var(--color-gray); display: block; }

/* Subtotal */
table.shop_table tbody tr td.product-subtotal { width: 140px; font-weight: 700; text-align: right; }

table.shop_table.cart tbody tr td.update_cart { text-align: right; border-bottom: none; }
table.shop_table.cart tbody tr td.update_cart strong { font-size: 15px; }

/* Actions */
table.shop_table.cart tbody tr td.actions { text-align: left; border-bottom: none; }
table.shop_table.cart tbody tr td.actions .coupon { width: 70%; display: flex; flex-wrap: wrap; float: left; }
table.shop_table.cart tbody tr td.actions .coupon label { display: none; }
table.shop_table.cart tbody tr td.actions .coupon input[type=text] { width: 200px; height: 50px; margin-right: 10px; padding-left: 10px; vertical-align: top; border: 1px solid var(--color-silver-line); display: inline-block; order: 2; }
table.shop_table.cart tbody tr td.actions .coupon button[name=apply_coupon] { height: 50px; padding: 0 30px; vertical-align: top; order: 3; }
table.shop_table.cart tbody tr td.actions .coupon .coupon_add_text { width: 100%; font-size: 13px; order: 1; }

table.shop_table.cart tbody tr td.actions button[name=update_cart] { height: 50px; float: right; }

/*table.shop_table.cart tr.update_cart+tr:not(.cart_item) { width: 50%; left: 0; top: 100%; margin-top: 30px; position: absolute; }*/

/* Cart collaterals */
.cart-collaterals { display: flex; justify-content: end; }
.cart-collaterals .cart_totals { width: 50%; padding: 30px; background: white; border: 1px solid var(--color-silver-line); }
.cart-collaterals .cart_totals h2 { margin-bottom: 10px !important; font-size: 30px; }
.cart-collaterals .cart_totals ul { margin-bottom: 0 !important; }
.cart-collaterals .cart_totals ul li { font-size: 16px; }
.cart-collaterals .cart_totals ul li a.shipping-calculator-button { display: none; }

.cart-collaterals .cart_totals table.shop_table { margin-bottom: 0 !important; font-size: 17px; text-align: left; }
.cart-collaterals .cart_totals table.shop_table tbody tr th { width: 170px; padding: 10px; font-size: 17px; font-weight: 700; text-align: left; color: var(--color-dark); border-bottom: 1px solid var(--color-silver-line); }
.cart-collaterals .cart_totals table.shop_table tbody tr td { padding: 10px; font-size: 17px; border-bottom: 1px solid var(--color-silver-line); }
.cart-collaterals .cart_totals table.shop_table tbody tr.order-total th,
.cart-collaterals .cart_totals table.shop_table tbody tr.order-total td { border-bottom-width: 1px; }

.cart-collaterals .cart_totals table.shop_table tbody tr.fee strong { color: var(--color-red); }

.cart-collaterals .cart_totals .wc-proceed-to-checkout { margin-top: 20px; border-bottom: none; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button { height: 60px; padding: 0; text-align: center; line-height: 60px; background: var(--color-orange); display: block; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover { background: var(--color-dark); }

.cart-collaterals .cart_totals ul#shipping_method { margin-left: 0 !important; }
.cart-collaterals .cart_totals ul#shipping_method li { margin-bottom: 5px; padding-left: 0 !important; list-style: none; }
.cart-collaterals .cart_totals ul#shipping_method li:last-child { margin-bottom: 0 !important; }
.cart-collaterals .cart_totals ul#shipping_method li:before { display: none !important; }
.cart-collaterals .cart_totals p.woocommerce-shipping-destination { display: none !important; }

/* Empty cart */
.cart-empty, 
.return-to-shop { text-align: center; }


/*
----------------
	CHECKOUT
----------------
*/
.woocommerce-form-coupon-toggle { display: none !important; }
.woocommerce-form-coupon { border-bottom: 1px solid var(--color-silver-line); display: block !important; }

form.checkout { font-size: 0; position: relative; }
form.checkout:before { width: 10px; height: 100%; right: 490px; top: 0; background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%); background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%); position: absolute; content: ''; opacity: 0.1; }
form.checkout #customer_details { width: calc(100% - 500px); padding: 0 50px 50px 0; vertical-align: top; display: inline-block; }
form.checkout #customer_details .col-2 { clear: both; }

form.checkout .order_review { width: 500px; padding: 20px 0 50px 50px; vertical-align: top; display: inline-block; position: relative; }
form.checkout .order_review p { font-size: 16px; }
form.checkout .order_review .form-row.form-row-first { width: 100% !important; margin-bottom: 10px !important; }
form.checkout .order_review .form-row.form-row-last { width: 100% !important; }
form.checkout .order_review .form-row.form-row-last .button { width: 100% !important; }

form.checkout #order_review h3 { font-size: 20px !important; line-height: 24px !important; }

table.shop_table.woocommerce-checkout-review-order-table { width: 100%; margin-bottom: 20px; font-size: 15px; background: white; border: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table thead tr th { text-align: left; }
table.shop_table.woocommerce-checkout-review-order-table thead tr th.product-total { text-align: right; }

table.shop_table.woocommerce-checkout-review-order-table tbody tr td { padding: 10px; line-height: 1; }
table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name { font-size: 15px; border-bottom: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total { font-size: 15px; text-align: right; border-bottom: 1px solid var(--color-silver-line); }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th { width: 50%; padding: 10px; text-align: left; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td { padding: 10px; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td { text-align: right; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-discount th { background: #f8f8f8; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-discount td { text-align: right; background: #f8f8f8; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td { border-top: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td .shipping_label { margin-bottom: 5px; font-size: 20px !important; color: var(--color-orange) !important; position: relative; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, 
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td { font-size: 18px; text-align: right; line-height: 20px; background: #f8f8f8; border-top: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td .includes_tax { font-size: 14px; display: block; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th { text-align: left; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.fee td { border-top: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.fee td strong { color: var(--color-red); }

table.shop_table.woocommerce-checkout-review-order-table tfoot ul { margin-left: 0 !important; margin-bottom: 0 !important; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li { margin-bottom: 10px; padding-left: 30px; font-size: 16px; font-weight: 700; line-height: 20px !important; position: relative; list-style: none !important; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li:last-child { margin-bottom: 0; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li input { left: 0; top: 5px; position: absolute; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li span { font-weight: normal; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li .tax_label { display: none; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li small { font-weight: normal; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li label { cursor: pointer; } 

/* Payment methods */
form.checkout .woocommerce-checkout-payment ul { margin-left: 0 !important; padding: 20px; color: white; background: var(--color-dark); }
form.checkout .woocommerce-checkout-payment ul li { margin-bottom: 10px; list-style: none !important; }
form.checkout .woocommerce-checkout-payment ul li:last-child { margin-bottom: 0; }
form.checkout .woocommerce-checkout-payment ul li p { font-size: 16px; line-height: 20px; opacity: 0.8; }
form.checkout .woocommerce-checkout-payment ul li:last-child p { margin-bottom: 0 !important; }
form.checkout .woocommerce-checkout-payment ul li input { margin-top: -12px !important; }
form.checkout .woocommerce-checkout-payment ul li label { font-size: 15px; font-weight: 700; text-transform: uppercase; }
form.checkout .woocommerce-checkout-payment ul li.payment_method_paypal img { display: none !important; }
form.checkout .woocommerce-checkout-payment ul li.payment_method_paypal .about_paypal { display: none !important; }

/* Place order */
form.checkout .form-row.place-order { font-size: 15px; line-height: 20px; }
form.checkout .form-row.place-order .button { width: 100%; height: 50px; padding: 0; font-size: 20px; text-align: center; line-height: 50px; background-color: var(--color-green); display: block; }
form.checkout .form-row.place-order .button:hover { background-color: var(--color-dark); }

/* Terms and conditions */
.woocommerce-terms-and-conditions-wrapper { margin-bottom: 20px; padding: 20px; background: white; border: 1px solid var(--color-silver-line); border-top: 2px solid var(--color-red); position: relative; }
.woocommerce-terms-and-conditions-wrapper p { margin-bottom: 0 !important; padding-left: 30px; }
.woocommerce-terms-and-conditions-wrapper p label { font-size: 17px; line-height: 20px; }
.woocommerce-terms-and-conditions-wrapper input[type=checkbox] { left: 20px; top: 23px; position: absolute; }


/*
-------------
	ORDER
-------------
*/
table.shop_table.order_details { width: 100%; margin-bottom: 20px; border: 1px solid var(--color-silver-line); }
table.shop_table.order_details thead tr th { padding: 10px; }
table.shop_table.order_details thead tr th.product-name { text-align: left; }
table.shop_table.order_details thead tr th.product-total { text-align: right; }

table.shop_table.order_details tbody tr td { padding: 10px; border-bottom: 1px solid var(--color-silver-line); }
table.shop_table.order_details tbody tr td.product-total { text-align: right; }

table.shop_table.my_account_orders { width: 100%; padding: 0; }
table.shop_table.my_account_orders tbody tr td { padding: 10px; font-size: 16px; text-align: center; line-height: 20px; border-bottom: 1px solid var(--color-silver-line); }
table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-total { font-size: 13px; color: var(--color-gray); }
table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-total span.amount { font-size: 16px; color: #27282d; display: block; }

.woocommerce-customer-details .addresses { width: 100%; text-align: center; background: white; border: 1px solid var(--color-silver-line); display: table; }
.woocommerce-customer-details .addresses .col-1 { width: 50%; padding: 20px; border-right: 1px solid var(--color-silver-line); display: table-cell; }
.woocommerce-customer-details .addresses .col-2 { width: 50%; padding: 20px; display: table-cell; }


/*
----------------------
	THANK YOU PAGE
----------------------
*/
body.woocommerce-checkout.woocommerce-order-received #content h1 { margin-bottom: 10px; text-align: center; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details { margin-left: 0 !important; padding: 20px; font-size: 0; background: white; border: 1px solid var(--color-silver-line); }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li { padding-left: 0 !important; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li:before { display: none !important; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .name { width: 50%; font-size: 16px; vertical-align: top; display: inline-block; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .value { width: 50%; font-size: 16px; vertical-align: top; display: inline-block; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li.woocommerce-order-overview__order .value { font-size: 18px; font-weight: 700; }

/* Addreses */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .col { width: 48%; padding: 20px; border: 1px solid var(--color-silver-line); }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .col p:last-child { margin-bottom: 0 !important; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .col address { line-height: 20px; }

table.shop_table.order_details { background: white; }


/*
-----------------
	MY ACCOUNT
-----------------
*/
.woocommerce-MyAccount-navigation ul { margin-left: 0 !important; padding: 10px; background: white; border: 1px solid var(--color-silver-line); display: flex; list-style: none !important; }
.woocommerce-MyAccount-navigation ul li { margin-left: 0 !important; padding-left: 0 !important; margin-right: 10px; }
.woocommerce-MyAccount-navigation ul li:before { display: none !important; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }
.woocommerce-MyAccount-navigation ul li a { height: 40px; padding: 0 15px; font-size: 17px; font-weight: 700; text-decoration: none !important; color: var(--color-dark) !important; line-height: 40px; background: var(--color-silver); display: block; border-radius: 3px; }
.woocommerce-MyAccount-navigation ul li a:hover { background: var(--color-silver-line); }

.woocommerce-MyAccount-navigation ul li.is-active a { text-decoration: none !important; color: white !important; background: var(--color-orange); }
.woocommerce-MyAccount-navigation ul li.is-active a:before { display: block; }

/* Columns */
.u-columns { width: 100%; background: white; border: 1px solid var(--color-silver-line); display: flex; }
.u-columns h2 { margin-bottom: 10px; font-size: 25px; font-weight: 700; color: var(--color-dark); line-height: 1; }
.u-columns .col-1,
.u-columns .col-2 { width: 50%; padding: 50px; }
.u-columns .col-2 { border-left: 1px solid var(--color-silver-line); }


/*
-------------
	FORMS
-------------
*/
.form-row { margin-bottom: 10px; }
.form-row.form-row-first { width: 48%; float: left; }
.form-row.form-row-last { width: 48%; float: right; }
.form-row.form-row-wide, 
.form-row.notes { width: 100%; float: none; clear: both; }

.form-row a { text-decoration: underline; color: var(--color-dark); }
.form-row a:hover { text-decoration: none; }

.form-row small { margin-top: 5px; font-size: 13px; line-height: 16px; display: block; }
.form-row label { margin-bottom: 5px; font-size: 16px !important; font-weight: 700; line-height: 16px; text-align: left; display: block; }

.form-row select, 
.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email], 
.form-row input[type=password] { width: 100%; height: 50px; padding-left: 10px; background: white; border: 2px solid var(--color-silver-line); position: relative; }

.form-row select:focus, 
.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=email]:focus, 
.form-row input[type=password]:focus { border-color: var(--color-dark); }

.form-row textarea { height: 150px; padding: 10px; resize: vertical; }
.form-row .button { height: 50px; }

.form-row.woocommerce-invalid-required-field input { border-color: #d91828 !important; }

.woocommerce-privacy-policy-text { font-size: 14px; color: #555; line-height: 18px; }
.woocommerce-form-login__rememberme { margin-bottom: 30px; }


/*
----------------------
	CHAINED SELECT
----------------------
*/
.select2-container .select2-selection--single { height: 50px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 11px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 50px; }


/*
------------------
	RWD DESIGN
------------------
*/
@media only screen and (max-width: 1280px) { 

	/* PRODUCTS */
	ul.products li { width: calc(33.3333333333% - 20px); }
	ul.products li:nth-child(4) { margin-top: 20px; }
	
	body.home ul.products li { width: calc(25% - 20px) !important; }
	body.home ul.products li:nth-child(5) { margin-top: 20px; }
	
	body.page-template-fullwidth ul.products li { width: calc(25% - 20px) !important; }
	body.page-template-fullwidth ul.products li:nth-child(5) { margin-top: 20px; }
}

@media only screen and (max-width: 960px) { 

	/* PRODUCTS */
	ul.products li { width: calc(33.3333333333% - 20px) !important; }
	ul.products li:nth-child(4) { margin-top: 20px; }
	
	body.home ul.products li { width: calc(33.3333333333% - 20px) !important; }
	body.home ul.products li:nth-child(4) { margin-top: 20px; }
	
	body.page-template-fullwidth ul.products li { width: calc(33.3333333333% - 20px) !important; }
	body.page-template-fullwidth ul.products li:nth-child(4) { margin-top: 20px; }
	
	/* PRODUCTS: Product category */
	ul.products li.product-category { width: calc(33.3333333333% - 20px) !important; }
	ul.products li.product-category:nth-child(4) { margin-top: 20px !important; }
	
	/* SINGLE PRODUCT */
	div.product .images { width: 100%; padding: 30px; }
	div.product .summary { width: 100%; padding: 30px; border-left: none; border-top: 1px solid var(--color-silver-line); }
	
	/* CART */
	table.shop_table .product-subtotal { width: 90px; }
	
	table.shop_table tbody .product-name a { font-size: 16px; }
	table.shop_table tbody .product-name a.thumbnail { margin-right: 0; margin-bottom: 10px; display: block; }
	table.shop_table tbody .product-name a.thumbnail img { max-width: 50px; max-height: 50px; }
	
	table.shop_table.cart tbody tr td.actions button[name=apply_coupon] { padding: 0 15px !important; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals { width: 100%; }
	
	/* CHECKOUT */
	form.checkout { display: block; }
	form.checkout:before { display: none; }	
	form.checkout #customer_details { width: 100%; padding: 20px 0; display: block; }
	form.checkout .order_review { width: 100%; padding: 20px 0; border-top: 5px solid var(--color-silver-line); display: block; }
	
	/* MY ACCOUNT */
	.woocommerce-MyAccount-navigation ul { height: auto; }
	.woocommerce-MyAccount-navigation ul li { display: block; }
	.woocommerce-MyAccount-navigation ul li a { height: 40px; margin-right: 0; line-height: 40px; }
	
	.woocommerce-MyAccount-navigation ul li.is-active a { line-height: 40px; }
	.woocommerce-MyAccount-navigation ul li.is-active a:before { display: none !important; }
	
	.u-columns .form-row { width: 100% !important; float: none !important; }
	
	/* MY ACCOUNT: Columns */
	.u-columns .col-1,
	.u-columns .col-2 { padding: 30px 20px; }
}

@media only screen and (max-width: 768px) { 
	
	/* RESULTS */
	.custom_archive_title_wrapper { padding-right: 0; }
	.custom_archive_title_wrapper h1 { margin-bottom: 20px !important; }
	
	/* PRODUCT: Tabs */
	div.product .woocommerce-tabs ul.tabs li { width: 100%; margin-right: 0; margin-bottom: 10px; }
	div.product .woocommerce-tabs ul.tabs li:last-child { margin-bottom: 0; }
	
	/* CART + MY ACCOUNT */	
	.woocommerce-cart-form { padding-top: 0; background: none; border: none; }

	table.shop_table.shop_table_responsive { font-size: 0; }
	table.shop_table.shop_table_responsive thead { display: none !important; }
	
	table.shop_table.shop_table_responsive tbody tr { display: block; }
	table.shop_table.shop_table_responsive tbody th { display: none !important; }
	table.shop_table.shop_table_responsive tbody td { width: 100%; padding: 10px 0 !important; font-size: 16px; text-align: left !important; border: none !important; border-bottom: 1px solid var(--color-silver-line) !important; display: block; }
	table.shop_table.shop_table_responsive tbody td::before { font-weight: 700; display: inline-block; content: attr(data-title) ": "; }
	
	table.shop_table.shop_table_responsive tbody td.product-remove { padding: 0 !important; border-bottom: none !important; }
	table.shop_table.shop_table_responsive tbody td.product-remove::before 
	
	table.shop_table.shop_table_responsive tbody td.product-price, 
	table.shop_table.shop_table_responsive tbody td.product-quantity, 
	table.shop_table.shop_table_responsive tbody td.product-subtotal, 
	table.shop_table.shop_table_responsive tbody td.product-remove { width: 100%; display: block; }
	
	table.shop_table.shop_table_responsive tbody td.product-thumbnail, 
	table.shop_table.shop_table_responsive tbody td.product-subtotal { border-bottom: none !important; }
	table.shop_table.shop_table_responsive tbody td.product-remove a { width: 30px; height: 30px; right: 20px; top: 20px; background-size: auto 16px; position: absolute; }
	
	table.shop_table tbody tr td.product-quantity .quantity { margin: 0; margin-right: 10px; }
	
	
	table.shop_table.shop_table_responsive tbody td.actions::before, 
	table.shop_table.shop_table_responsive tbody td.update_cart::before, 
	table.shop_table.shop_table_responsive tbody td.product-remove::before, 
	table.shop_table.shop_table_responsive tbody td.product-thumbnail::before, 
	table.shop_table.shop_table_responsive tbody td.product-quantity::before, 
	table.shop_table.shop_table_responsive tbody td.product-remove::before { display: none; }
	
	/* CART: Actions */
	table.shop_table.shop_table_responsive tbody tr td.actions .coupon { width: 100%; margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; float: none; }
	table.shop_table.shop_table_responsive tbody tr td.actions .coupon input[type=text] { width: calc(50% - 10px); }
	table.shop_table.shop_table_responsive tbody tr td.actions .coupon button[name=apply_coupon] { width: calc(50% - 10px); }
	table.shop_table.shop_table_responsive tbody tr td.actions button[name=update_cart] { width: 100%; float: none; }
	
	table.shop_table.cart.shop_table_responsive tbody tr { margin: 20px 0; padding: 10px; background: white; border: 1px solid var(--color-silver-line); position: relative; }
	table.shop_table.cart.shop_table_responsive tbody td:last-child { border-bottom: none !important; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals { padding: 20px; }
	.cart-collaterals .cart_totals .shipping_label { display: none; }
	.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 100%; }
	.cart-collaterals .cart_totals table.shop_table tbody tr td::before { width: 100px; }
	
	/* MY ACCOUNT: Columns */
	.u-columns .col-1,
	.u-columns .col-2 { width: 100%; }
	.u-columns .col-2 { border-left: none; border-top: 1px solid var(--color-silver-line); }
	
	/* THANK YOU PAGE */
	.woocommerce-customer-details .addresses { display: block; }
	.woocommerce-customer-details .addresses .col-1, 
	.woocommerce-customer-details .addresses .col-2 { width: 100%; display: block; }
}

@media only screen and (max-width: 640px) { 
	
	form.checkout_coupon .form-row.form-row-first { margin-bottom: 10px !important; }
	form.checkout_coupon .form-row.form-row-last .button { width: 100%; display: block; }
	
	/* RESULTS */
	.woocommerce-result-count { height: auto; line-height: 20px; float: none; }

	form.woocommerce-ordering { height: auto; margin-bottom: 20px; float: none; }
	form.woocommerce-ordering select { width: 100%; }
	
	/* PRODUCTS */
	ul.products li { width: calc(50% - 20px) !important; }
	ul.products li:nth-child(3) { margin-top: 20px; }
	ul.products li .entry h4 a { font-size: 18px; }
	
	/* Columns 3 */
	ul.products.columns-3 li { width: calc(50% - 20px); }
	
	body.home ul.products li { width: calc(50% - 20px) !important; }
	body.home ul.products li:nth-child(3) { margin-top: 20px; }
	
	body.page-template-fullwidth ul.products li { width: calc(50% - 20px) !important; }
	body.page-template-fullwidth ul.products li:nth-child(3) { margin-top: 20px; }
	
	ul.products li .wrapper { padding-bottom: 10px; }
	
	/* PRODUCTS: Free shipping */
	ul.products li .freeshipping { top: 0; bottom: auto; }
	
	/* PRODUCTS: Product category */
	ul.products li.product-category { width: calc(50% - 20px) !important; }
	ul.products li.product-category:nth-child(3) { margin-top: 20px !important; }
	
	/* SINGLE PRODUCT: Summary */
	div.product .summary h1 { font-size: 35px !important; }
	
	/* SINGLE PRODUCT: Related products */
	.relatedul.products { padding-top: 30px; }
	
	/* FREE SHIPPING STATUS */
	.free_shipping_wrapper { margin-bottom: 0; font-size: 17px; }
	.free_shipping_wrapper .free_shipping_status { height: auto; padding-left: 0; padding-top: 30px; line-height: 20px; background-position: top center; background-size: auto 30px; }
	
	/* CHECKOUT: Table */
	table.shop_table.woocommerce-checkout-review-order-table thead th.product-total { text-align: right; }
	table.shop_table.woocommerce-checkout-review-order-table tbody td.product-total { text-align: right; }

	table.shop_table.woocommerce-checkout-review-order-table tfoot tr th { text-align: left; }
	table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th { text-align: left; }

	/* FORMS */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; clear: both; }
}

@media only screen and (max-width: 480px) { 

	/* SYSTEM MESSAGES */
	.woocommerce-info a.showcoupon { display: block; }
	
	/* SYSTEM MESSAGES */
	.woocommerce-info, 
	.woocommerce-error, 
	.woocommerce-message { padding: 10px; font-size: 16px; display: flex; flex-direction: column; flex-wrap: nowrap; }	
	
	.woocommerce-info:before, 
	.woocommerce-error:before, 
	.woocommerce-message:before { display: none !important; }
	
	.woocommerce-message .button { width: 100%; height: 40px; margin-top: 10px; right: auto; top: auto; font-size: 15px; text-align: center; line-height: 40px; display: block; position: relative; order: 2; }
	
	/* MY ACCOUNT */
	.u-columns .u-column1, 
	.u-columns .u-column2 { padding: 20px 0; background: none !important; border: none !important; }
	.u-columns .u-column1 { padding-top: 0 !important; }
	.u-columns .u-column2 { border-top: 2px solid #e4e4e4 !important; }
	
	/* PRODUCTS */
	.term-description { height: 170px; overflow: hidden; }
	.term-description.active { height: auto; overflow: visible; }
	
	/* PRODUCTS: Thumbnail */
	ul.products li .thumbnail { height: 150px; padding: 0 10px; } 
	ul.products li .thumbnail img { max-width: 100%; max-height: 130px; }

	/* PRODUCTS: Entry */
	ul.products li .entry { padding: 0 10px; }
	
	/* PRODUCTS: Price and button */
	ul.products li a.button { padding: 0; background-image: none !important; display: block; }
	ul.products li a.button.button_outofstock { padding-left: 0; }
	
	/* PRODUCTS: Product categories */
	ul.products li.product-category { height: 60px; }
	ul.products li.product-category a h2 { left: 65px; font-size: 13px !important; line-height: 14px !important; }
	
	/* SINGLE PRODUCT: Images */
	div.product .images .woocommerce-product-gallery__image:nth-child(1) img { max-height: 250px; }
	
	/* SINGLE PRODUCT: Summary */
	div.product .summary { padding: 20px; }
	div.product .summary h1 { font-size: 24px !important; }
	
	/* SINGLE PRODUCT: Add to cart */
	div.product .summary .price { width: 100%; margin-left: 0; display: block; }
	div.product .summary .cart .quantity { width: 100%; margin-right: 0; margin-bottom: 10px; display: block; }
	div.product .summary .cart .single_add_to_cart_button { width: 100%; font-size: 17px; display: block; }
	
	/* PRODUCT: Tabs */
	div.product .woocommerce-tabs { padding: 20px; }
	
	/* CART: Coupon */
	table.shop_table.shop_table_responsive tbody tr td.actions .coupon { padding-bottom: 20px; border-bottom: 1px solid var(--color-silver-line); }
	table.shop_table.shop_table_responsive tbody tr td.actions .coupon input[type=text] { width: 100%; margin-bottom: 10px; padding-left: 0; text-align: center; display: block; }
	table.shop_table.shop_table_responsive tbody tr td.actions .coupon button[name=apply_coupon] { width: 100%; }
	
	table.shop_table.cart tbody tr td.update_cart strong { margin-bottom: 10px; color: var(--color-red); line-height: 16px; display: block; }
	table.shop_table.cart tbody tr td.update_cart .button { width: 100%; display: block; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 100%; }
	
	/* CHECKOUT */
	.woocommerce-checkout-payment .button { width: 100%; display: block; }
	table.shop_table.woocommerce-checkout-review-order-table tfoot ul li label .woocommerce-Price-amount { display: block; }
}

@media only screen and (max-width: 320px) { 

	/* PRODUCTS: Price and button */
	ul.products li a.button { padding: 0; font-size: 16px !important; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals .wc-proceed-to-checkout .button { height: auto; padding: 10px; line-height: 20px; }
}
