/*
-------------
	OTHER
-------------
*/
.blockOverlay { background: white !important; opacity: 0.7 !important; z-index: 10 !important; }


/*
-----------------------
	SYSTEM MESSAGES
-----------------------
*/
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-message { margin-left: 0 !important; margin-bottom: 20px; padding: 10px 20px; font-size: 16px; color: #242424; position: relative; }

.woocommerce-info.smaller, 
.woocommerce-error.smaller, 
.woocommerce-message.smaller { font-size: 15px; line-height: 18px; }

ul.woocommerce-info li, 
ul.woocommerce-error li, 
ul.woocommerce-message li { margin-left: 20px; padding-left: 0 !important; list-style-type: square !important; }

.woocommerce-info li:before, 
.woocommerce-error li:before, 
.woocommerce-message li:before { display: none !important; }

.woocommerce-error { background: #fbcdcc; border-left: 5px solid var(--color-red); }
.woocommerce-error.small { padding: 10px; font-size: 15px; font-weight: 700; }

.woocommerce-info, 
.woocommerce-message { background: #d7e6c8; border-left: 5px solid #81ad45; }

.woocommerce-info a, 
.woocommerce-message a { text-decoration: underline; color: #000; }

.woocommerce-info .button, 
.woocommerce-message .button { height: 30px; right: 20px; top: 6px; padding: 0 10px; font-size: 15px; line-height: 30px; position: absolute; }

/* Notice */
.woocommerce-notice { margin-bottom: 20px; padding: 10px; color: #000; background: #fffbf5; border: 1px solid var(--color-orange); border-left-width: 4px; }


/*
-------------
	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-brown); }
.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: 10px; font-weight: 700; text-align: left; display: block; }

.form-row select, 
.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email], 
.form-row input[type=password] { width: 100%; height: 46px; padding-left: 10px; background: #fdfaf7; border: 1px solid #ecdece; 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 { background: white; border-color: white; outline: 2px solid var(--color-orange); }

.form-row textarea { height: 150px; padding: 10px; resize: vertical; }

.form-row.woocommerce-invalid-required-field input { border-color: #d91828 !important; }

/* Columns */
.u-columns { width: 100%; border: 1px solid #d8d8d8; display: table; }
.u-columns .col-1,
.u-columns .col-2 { width: 50%; padding: 20px; vertical-align: top; display: table-cell; }
.u-columns .col-2 { border-left: 1px solid #d8d8d8; }

.woocommerce-privacy-policy-text { font-size: 15px; line-height: 20px; }


/*
---------------
	RESULTS
---------------
*/
.custom_archive_title_wrapper { padding-right: 300px; position: relative; }
.custom_archive_title_wrapper form.woocommerce-ordering { right: 0; top: 8px; position: absolute; }
.custom_archive_title_wrapper form.woocommerce-ordering select { height: 40px; padding-left: 10px; font-size: 15px; border: 1px solid #adb0b0; }


/*
------------------
	WOO FILTER
------------------
*/
.woof_products_top_panel li span { background-image: url(../images/icon_delete.svg); background-size: 14px !important; }
#sidebar .woof_text_search_container input[type=search] { margin-bottom: 10px !important; padding: 9px !important; font-size: 15px !important; border: 1px solid #ddd; }
#sidebar .woof_text_notes_for_customer { font-size: 14px; color: #999; }
#sidebar .woof_submit_search_form_container { padding: 0 20px; }
#sidebar .woof_submit_search_form_container .button { width: 100%; display: block; }


/*
----------------
	PRODUCTS
----------------
*/
ul.products { margin-left: -10px !important; margin-right: -10px; display: flex; flex-wrap: wrap; clear: both; list-style: none !important; }
ul.products li { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; padding-bottom: 100px; border: 1px solid var(--color-silver); position: relative; list-style: none !important; }
ul.products li:nth-child(-n+3) { margin-top: 0; }
ul.products li:before { display: none !important; }

body.home ul.products li { width: calc(25% - 20px); }
body.home ul.products li:nth-child(-n+4) { margin-top: 0; }

/* Labels */
ul.products li .labels { left: 0; top: 10px; display: flex; flex-wrap: wrap; position: absolute; z-index: 2; }
ul.products li .labels .label { margin-right: 2px; padding: 8px 5px; font-size: 12px; font-weight: 700; line-height: 100%; display: flex; align-items: center; align-content: center; }
ul.products li .labels a.label { text-decoration: none !important; color: white !important; }
ul.products li .labels a.label:hover { text-decoration: underline !important; }

ul.products li .labels .label img { width: auto; height: 10px; margin-right: 5px; display: block; }

ul.products li .labels .label.external_storage { color: white; background-color: var(--color-orange); }
ul.products li .labels .label.outofstock { color: white; background-color: var(--color-red); }
ul.products li .labels .label.onsale { color: white; background-color: var(--color-green); }

/* Thumbnail */
ul.products li .thumbnail { height: 250px; padding: 0 20px; display: flex; align-items: center; justify-content: center; position: relative; }
ul.products li .thumbnail img { width: auto; max-width: 95%; height: auto; max-height: 95%; display: block; }

/* Entry */
ul.products li .entry { padding: 0 20px; text-align: center; }

/* Title, posted in */
ul.products li .entry .posted_in { margin-bottom: 10px; padding-bottom: 10px; font-size: 15px; font-weight: 700; color: var(--color-orange) !important; line-height: 1; border-bottom: 1px dashed var(--color-silver); word-wrap: break-word; display: inline-block; }
ul.products li .entry .posted_in a { color: var(--color-orange) !important; display: none; }
ul.products li .entry .posted_in a:last-child { display: block; }
ul.products li .entry .posted_in .sep { display: none; }

ul.products li .entry h3 { margin-bottom: 0 !important; font-size: 18px !important; font-weight: normal !important; line-height: 20px !important; overflow: hidden; }
ul.products li .entry h3 a { font-size: 23px; text-decoration: none !important; color: var(--color-dark-brown) !important; line-height: 25px; display: block; }
ul.products li .entry .seperate { margin: 20px 0; display: inline-block; }

/* Price and button */
ul.products li .price_wrapper { width: 100%; height: 80px; left: 0; bottom: 0; padding: 0 20px; font-size: 23px; color: #373a37; line-height: 17px; background: #f8f3ed; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: absolute; }
ul.products li .price_wrapper .price { font-size: 22px; color: var(--color-dark-brown); line-height: 1; }
ul.products li .price_wrapper .price del { font-size: 16px; font-weight: normal; text-decoration: line-through; display: block; }
ul.products li .price_wrapper .additional_text { display: none !important; }

ul.products li a.button { padding: 0 20px 0 45px; background-image: url(../images/icon_cart_white.svg); background-repeat: no-repeat; background-position: 18px center; background-size: auto 20px; overflow: hidden; }
ul.products li a.button:hover { color: white !important; background-color: #373a37; background-image: url(../images/icon_cart_white.svg); }
ul.products li a.button.loading { color: white !important; background-color: #373a37; background-image: url(../images/button_loader.gif); }
ul.products li a.button.button_outofstock { padding-left: 20px; background-image: none !important; }
ul.products li .added_to_cart { display: none !important; }

/* Product categories */
ul.products li.product-category { width: 25%; }
ul.products li.product-category a { padding-top: 10px; text-decoration: none !important; color: #373a37 !important; display: block; }
ul.products li.product-category img { width: auto; max-width: 100%; height: auto; max-height: 170px; }
ul.products li.product-category h2 { min-height: 40px; margin-bottom: 0 !important; font-size: 18px !important; color: #373a37 !important; line-height: 20px !important; }
ul.products li.product-category h2 mark { background: none !important; }

/* Four columns */
ul.products.columns-4 li { width: calc(25% - 20px); }
ul.products.columns-4 li:nth-child(-n+4) { margin-top: 0; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination { border: 1px solid #d8d8d8; }
.woocommerce-pagination ul { height: 50px; margin-bottom: 0 !important; display: flex; justify-content: center; }
.woocommerce-pagination ul li { height: 100%; margin-left: 0 !important; padding-left: 0 !important; border-right: 1px solid #d8d8d8; }
.woocommerce-pagination ul li:first-child { border-left: 1px solid #d8d8d8; }
.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: #faf5ef; }
.woocommerce-pagination ul li span { color: white; background: var(--color-orange); }


/*
---------------
	PRODUCT
---------------
*/
div.product { display: flex; flex-wrap: wrap; }

/* Images */
div.product .images { width: 50%; margin-bottom: 30px; position: relative; z-index: 1; overflow: hidden; }
div.product .images .woocommerce-product-gallery__wrapper { width: 100%; margin-left: -5px; margin-right: -5px; display: flex; flex-wrap: wrap; justify-content: flex-start; }

div.product .images .woocommerce-product-gallery__image { width: calc(25% - 10px); margin: 0 5px 10px; text-align: center; vertical-align: top; display: inline-block; }
div.product .images .woocommerce-product-gallery__image a { padding: 5px; text-align: center; background: white; border: 1px solid var(--color-silver); display: inline-block; }
div.product .images .woocommerce-product-gallery__image a:hover { border-color: var(--color-orange); }
div.product .images .woocommerce-product-gallery__image a img { width: 100%; height: auto; display: block; }

div.product .images .woocommerce-product-gallery__image:nth-child(1) { width: 100%; margin-bottom: 20px; }
div.product .images .woocommerce-product-gallery__image:nth-child(1) a { padding: 20px; display: block; }
div.product .images .woocommerce-product-gallery__image:nth-child(1) img { width: auto; max-width: 100%; height: auto; max-height: 400px; margin: auto; display: block; }

/* Summary */
div.product .summary { width: 50%; padding-left: 50px; }
div.product .summary .single_product_label { margin-bottom: 10px; padding: 5px 10px; font-size: 14px; font-weight: 700; color: white; background: var(--color-orange); display: inline-block; }
div.product .summary h1 { margin-bottom: 10px !important; font-size: 40px !important; color: var(--color-dark-brown); }

div.product .summary .sku_wrap { 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; }
div.product .summary .admin_actions a:hover { background: #373a37; }

/* Posted in */
div.product .summary .for_admin { font-weight: 700; color: var(--color-dark-brown); line-height: 20px; }
div.product .summary .for_admin a { font-weight: normal; color: #9d9da4 !important; }
div.product .summary .for_admin a:hover { color: var(--color-dark-brown) !important; }

div.product .summary .posted_in { margin-bottom: 20px; font-weight: 700; color: var(--color-dark-brown); }
div.product .summary .posted_in a { font-weight: normal; color: #9d9da4 !important; }
div.product .summary .posted_in a:hover { color: var(--color-dark-brown) !important; }

/* Short description */
div.product .summary .woocommerce-product-details__short-description { margin-bottom: 20px; font-size: 16px; color: #555; line-height: 20px; }

/* 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 #d8d8d8; 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 #d8d8d8; }
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 #d8d8d8; }
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; }

/* Countdown */
div.product .summary .countdown_wrapper { margin-bottom: 20px; padding: 20px; text-align: center; border: 1px solid #ede1cb; position: relative; }
div.product .summary .countdown_wrapper:before { width: 100%; height: 50px; left: 0; top: 0; background: #f2E9DA; position: absolute; content: ''; z-index: 1; }
div.product .summary .countdown_wrapper .clock { width: auto; margin: auto; zoom: 0.6; -moz-transform: scale(0.6); display: inline-block; position: relative; z-index: 2; }
div.product .summary .countdown_wrapper .clock ul { margin-left: 0 !important; }
div.product .summary .countdown_wrapper .clock ul li { list-style: none !important; }

/* Button */
div.product .summary .single_add_to_cart_button { width: 50%; height: 56px; padding: 0 !important; font-size: 20px; -webkit-border-radius: 28px; -moz-border-radius: 28px; border-radius: 28px; }

/* Product meta */
div.product .summary .product_meta { margin-bottom: 30px; }
div.product .summary .product_meta label { margin-bottom: 5px; font-weight: 600; color: var(--color-dark-brown); display: block; }
div.product .summary .product_meta .sku_wrapper { font-weight: 700; display: block; }
div.product .summary .product_meta .sku_wrapper .sku { font-weight: normal; }
div.product .summary .product_meta .sku_wrapper .sku { font-weight: normal; }
div.product .summary .product_meta .tagged_as { font-weight: 700; display: block; } 
div.product .summary .product_meta .tagged_as a { font-weight: normal; } 
div.product .summary .product_meta .posted_in { display: block; } 

/* Description */
div.product .summary .woocommerce-product-details__short-description { font-size: 16px; }
div.product .summary .description { margin-top: 50px; font-size: 18px; line-height: 150%; }
div.product .summary .description h3 { font-weight: normal; color: var(--color-dark-brown) !important; }
div.product .summary .description img { max-width: 100%; }
div.product .summary .description ul { margin-left: 10px; }
div.product .summary .description ul li { list-style: square; }
div.product .summary .description table { margin-bottom: 20px; text-align: center; line-height: 18px; border: 2px solid #d8d8d8; }
div.product .summary .description table td { padding: 5px; background-repeat: no-repeat; background-position: center; }
div.product .summary .description table tbody td { border: 1px solid #d8d8d8; }
div.product .summary .description table tbody td:first-child { font-weight: 700; text-align: left; }

/* Related products */
.related.products { padding-top: 30px; border-top: 4px double #d8d8d8; }

/* Variations */
table.variations { margin-bottom: 20px; padding: 15px 20px; background: #f8f3ed; display: block; }
table.variations tbody { display: block; }
table.variations tbody tr { margin-bottom: 10px; display: block; }
table.variations tbody tr:last-child { margin-bottom: 0; }
table.variations tbody tr td { display: block; }
table.variations tbody tr td.label { margin-bottom: 5px; font-size: 16px; font-weight: 700; }
table.variations tbody tr td.value select { width: 100%; border: 1px solid #ddd; }


/*
------------
	TABS
------------
*/
.wc-tabs-wrapper { width: 100%; }
.wc-tabs-wrapper ul.tabs { margin-left: 0 !important; border-bottom: 3px solid var(--color-orange); display: flex; flex-wrap: wrap; }
.wc-tabs-wrapper ul.tabs li { margin-left: 0 !important; margin-right: 5px; padding-left: 0 !important; }
.wc-tabs-wrapper ul.tabs li:before { display: none !important; }
.wc-tabs-wrapper ul.tabs li a { height: 50px; padding: 0 20px; font-size: 17px; font-weight: 700; text-decoration: underline !important; color: var(--color-dark-brown); line-height: 50px; background: #f6ede6; display: block; }
.wc-tabs-wrapper ul.tabs li a:hover { text-decoration: none !important; }
.wc-tabs-wrapper ul.tabs li.active a { color: white !important; background: var(--color-orange); }

.wc-tabs-wrapper .wc-tab h2 { margin-bottom: 20px; }
.wc-tabs-wrapper .wc-tab :last-child { margin-bottom: 0 !important; }


/*
------------------
	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: 0 10px; }


/*
--------------
	CART
--------------
*/
table.shop_table .product-name { text-align: left; }
table.shop_table .product-price { text-align: center; line-height: 20px; }
table.shop_table .product-quantity { width: 170px; text-align: center; }
table.shop_table .product-subtotal { text-align: right; }

table.shop_table thead tr th { padding-bottom: 10px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: #27282d; letter-spacing: 2px; border-bottom: 1px solid var(--color-silver); }

/* Remove product */
table.shop_table tbody tr td.product-remove { width: 50px; text-align: left; }
table.shop_table tbody tr td.product-remove a { width: 30px; height: 30px; text-indent: -9999px; background: url(../images/icon_trash.svg) no-repeat center; background-size: auto 12px; border: 1px solid var(--color-silver); display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
table.shop_table tbody tr td.product-remove a:hover { border-color: var(--color-red); }

table.shop_table tbody tr td { padding: 10px 0; font-size: 17px; vertical-align: middle; color: #27282d; border-left: none !important; border-right: none !important; border-bottom: 1px solid var(--color-silver); }
table.shop_table tbody tr td.product-thumbnail { width: 100px; text-align: center; }
table.shop_table tbody tr td.product-thumbnail img { width: 80px; height: auto; display: 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; }
table.shop_table tbody tr td.product-name dl { margin-top: 5px; font-size: 12px; text-transform: uppercase; color: var(--color-red); line-height: 100%; display: flex; }
table.shop_table tbody tr td.product-name dl dt { margin-right: 5px; }
table.shop_table tbody tr td.product-name dl dd p { margin-bottom: 0 !important; }

/* Quantity */
table.shop_table tbody tr td.product-quantity { padding-top: 13px; }
table.shop_table tbody tr td.product-quantity label { display: none; }
table.shop_table tbody tr td.product-quantity input.update_cart { font-size: 14px; font-weight: 700; color: #999; background: none; cursor: pointer; }
table.shop_table tbody tr td.product-quantity input.update_cart:hover { color: #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); 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); border-right: 1px solid var(--color-silver); display: inline-block; }

/* Price */
table.shop_table tbody tr td.product-price { font-weight: 700; color: #1f2123; }
table.shop_table tbody tr td.product-price del { font-size: 14px; font-weight: normal; text-decoration: line-through; color: #999; display: block; }

/* Subtotal */
table.shop_table tbody tr td.product-subtotal { font-weight: 700; }

/* Coupon */
table.shop_table tbody tr td.actions { padding: 10px; vertical-align: middle; background: #f8f3ed; border-top: 1px solid var(--color-silver); }
table.shop_table tbody tr td.actions .coupon { float: left; }
table.shop_table tbody tr td.actions .coupon label { display: none; }
table.shop_table tbody tr td.actions .coupon input[type=text] { width: 200px; height: 40px; margin-right: 10px; padding-left: 10px; border: 1px solid var(--color-silver); }
table.shop_table tbody tr td.actions .coupon input[type=submit] { height: 50px; line-height: 50px; }
table.shop_table tbody tr td.actions button[name=update_cart] { float: right; }

/* Cart collaterals */
.cart-collaterals .cross-sells { display: none !important; }
.cart-collaterals .cart_totals h2 { display: none; }
.cart-collaterals .cart_totals ul { margin-bottom: 0 !important; }
.cart-collaterals .cart_totals ul li { font-size: 16px; }
.cart-collaterals .cart_totals table.shop_table { margin-bottom: 0 !important; font-size: 17px; }
.cart-collaterals .cart_totals table.shop_table tbody tr th { width: 200px; padding: 10px; font-weight: 600; text-align: left; border-top: 1px solid var(--color-silver); border-bottom: 3px solid var(--color-silver); }
.cart-collaterals .cart_totals table.shop_table tbody tr td { width: calc(100% - 200px); padding: 10px; border-top: 1px solid var(--color-silver); border-bottom: 3px solid var(--color-silver); }
.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 ul#shipping_method { margin-left: 0 !important; }
.cart-collaterals .cart_totals ul#shipping_method li { margin-bottom: 10px; 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 ul#shipping_method li label { cursor: pointer; }
.cart-collaterals .cart_totals p.woocommerce-shipping-destination { display: none !important; }

.cart-collaterals .cart_totals .wc-proceed-to-checkout { padding: 30px 0 0; border-bottom: none; display: flex; flex-wrap: wrap; justify-content: space-between; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button { height: 50px; text-align: center; padding: 0; line-height: 50px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .continue_shopping { width: calc(50% - 10px); }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button { width: calc(50% - 10px); }

/* Empty cart */
.cart-empty, 
.return-to-shop { text-align: center; }


/*
----------------
	CHECKOUT
----------------
*/
form.checkout_coupon { margin-bottom: 30px; }
form.checkout_coupon p { margin-bottom: 0 !important; }

form.checkout { display: flex; flex-wrap: wrap; justify-content: space-between; }

/* Customer details */
form.checkout #customer_details { width: calc(100% - 450px); }

/* Order review */
form.checkout .order_review { width: 400px; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table thead th.product-total { width: 40%; text-align: right; }

form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name { font-size: 15px; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-total { text-align: right; }

form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, 
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr td { padding: 10px 0; font-size: 15px; border-bottom: 1px solid #d8d8d8; }

form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th { text-align: left; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td { text-align: right; }

form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td { width: 100%; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping strong { margin-bottom: 10px; display: block; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul { margin-bottom: 0 !important; margin-left: 0 !important; text-align: left; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li { margin: 5px 0 !important; padding-left: 30px !important; list-style: none !important; position: relative; cursor: pointer; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li:before { display: none !important; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li input[type=radio] { left: 0; top: 4px; position: absolute; }

form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th { font-size: 20px; text-align: left; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td { font-size: 20px; text-align: right; }
form.checkout .order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td small { font-size: 12px; color: #999; line-height: 100%; display: block; }

/* Payment methods */
form.checkout ul.payment_methods { margin-left: 0 !important; padding: 20px; background: var(--color-dark-brown); }
form.checkout ul.payment_methods li { margin-bottom: 15px; padding: 0 !important; list-style: none !important; }
form.checkout ul.payment_methods li:last-child { margin-bottom: 0; }
form.checkout ul.payment_methods li p { margin-top: 10px; margin-bottom: 0 !important; font-size: 14px; color: #ccc; line-height: 20px; }
form.checkout ul.payment_methods li img { display: none !important; }
form.checkout ul.payment_methods li label { font-size: 18px; font-weight: 700; color: white; display: inline-block; cursor: pointer; }

form.checkout button#place_order { width: 100%; height: 50px; background: #81ad45; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
form.checkout button#place_order:hover { background: var(--color-dark-brown); }


/*
----------------------
	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; border: 1px solid #d8d8d8; }
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 #d8d8d8; }
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; }



/*
-----------------
	MY ACCOUNT
-----------------
*/
.woocommerce-MyAccount-navigation ul { margin-left: 0 !important; font-size: 0; border-bottom: 3px solid var(--color-orange); }
.woocommerce-MyAccount-navigation ul li { margin-left: 0 !important; margin-right: 5px; padding-left: 0 !important; vertical-align: top; display: inline-block; }
.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: 50px; padding: 0 20px; font-size: 17px; font-weight: 700; text-decoration: underline !important; color: var(--color-dark-brown); line-height: 50px; background: #f6ede6; display: block; }
.woocommerce-MyAccount-navigation ul li a:hover { text-decoration: none !important; }
.woocommerce-MyAccount-navigation ul li.is-active a { color: white !important; background: var(--color-orange); }


/*
----------------------
	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: 1200px) { 

	/* PRODUCTS */
	ul.products { margin-left: -10px !important; margin-right: -10px; }
	ul.products li { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; }

	body.home ul.products li { width: calc(33.3333333333% - 20px); }
	body.home ul.products li:nth-child(4) { margin-top: 20px; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals { width: 100%; float: none; }
}

@media only screen and (max-width: 960px) { 

	/* PRODUCTS */
	ul.products li { width: calc(33.3333333333% - 20px); }
	ul.products li:nth-child(4) { margin-top: 20px; }
	
	body.single-product ul.products li { width: calc(50% - 20px); }
	
	/* PRODUCTS: Price and button */
	ul.products li a.button { padding: 0 20px; background-image: none !important; }
	
	/* PRODUCTS: Product categories */
	ul.products li.product-category { width: 33.3333333333%; }
	
	/* PRODUCTS: Four columns */
	ul.products.columns-4 li { width: calc(33.3333333333% - 20px); }
	ul.products.columns-4 li:nth-child(4) { margin-top: 20px; }
	
	/* 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; }
	
	/* CHECKOUT: Customer details */
	form.checkout #customer_details { width: 100%; }

	/* CHECKOUT: Order review */
	form.checkout .order_review { width: 100%; }
	
	/* MY ACCOUNT */
	.woocommerce-MyAccount-navigation ul { height: auto; background: #faf5ef; border-bottom: none; }
	.woocommerce-MyAccount-navigation ul li { display: block; }
	.woocommerce-MyAccount-navigation ul li a { margin-right: 0; }
	
	.u-columns .form-row { width: 100% !important; float: none !important; }
}

@media only screen and (max-width: 768px) { 
	
	/* RESULTS */
	.custom_archive_title_wrapper { padding-right: 0; }
	.custom_archive_title_wrapper h1 { margin-bottom: 20px !important; }
	.custom_archive_title_wrapper form.woocommerce-ordering { margin-bottom: 20px; right: auto; top: auto; position: relative; }

	/* PRODUCTS */
	ul.products li { width: calc(50% - 20px); }
	ul.products li:nth-child(3) { margin-top: 20px; }
	
	body.home ul.products li { width: calc(50% - 20px); }
	body.home ul.products li:nth-child(3), 
	body.home ul.products li:nth-child(4) { margin-top: 20px; }
	body.single-product ul.products li {  width: calc(50% - 20px); }
	
	/* PRODUCTS: Four columns */
	ul.products.columns-4 li { width: calc(50% - 20px); }
	ul.products.columns-4 li:nth-child(3) { margin-top: 20px; }
	
	/* PRODUCT: Images */
	div.product .images { width: 100%; }
	div.product .images img { width: auto; max-width: 100%; height: auto; max-height: 300px; }
	
	/* PRODUCT: Summary */
	div.product .summary { width: 100%; padding-left: 0; }
	
	/* CART */	
	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 { display: block; }
	table.shop_table.shop_table_responsive tbody { display: block; }
	table.shop_table.shop_table_responsive tbody tr { display: block; position: relative; }
	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 #d8d8d8 !important; display: block; }
	
	table.shop_table.cart.shop_table_responsive tbody tr { margin-bottom: 20px; padding: 10px; background: #f8f3ed; border: 1px solid #d8d8d8; }
	table.shop_table.cart.shop_table_responsive tbody td:last-child { border-bottom: none !important; }
	
	table.shop_table tbody tr td.actions { border-bottom: none !important; }
	
	table.shop_table.shop_table_responsive tbody td.product-remove { width: 30px !important; padding: 0 !important; right: 20px; top: 20px; border: none !important; display: block; position: absolute; }
	
	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 { 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 tbody tr td.product-quantity .quantity { margin: 0; margin-right: 10px; }
	
	table.shop_table.shop_table_responsive tbody td::before { font-weight: 700; display: block; content: attr(data-title) ": "; }
	
	/* CART: Action */
	table.shop_table.shop_table_responsive tbody td.actions::before, 
	table.shop_table.shop_table_responsive tbody td.product-thumbnail::before, 
	table.shop_table.shop_table_responsive tbody td.product-remove::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody td .button { margin: 2px 0; }
	
	table.shop_table.cart.shop_table_responsive tbody td:last-child { display: flex; flex-wrap: wrap; }
	table.shop_table.cart.shop_table_responsive tbody td:last-child .coupon { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; order: 2; }
	table.shop_table.cart.shop_table_responsive tbody td:last-child .coupon input[type=text] { width: calc(50% - 10px); margin-right: 0; }
	table.shop_table.cart.shop_table_responsive tbody td:last-child .coupon button { width: calc(50% - 10px); margin: 0; }
	table.shop_table.cart.shop_table_responsive tbody td:last-child button[name=update_cart] { width: 100%; margin-bottom: 20px; float: none; order: 1; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 100%; }	
	
	/* MY ACCOUNT */
	.u-columns { border: none; display: block; }
	.u-columns .u-column1, 
	.u-columns .u-column2 { width: 100%; padding: 20px 0; display: block; }
	.u-columns .u-column1 { padding-top: 0; }
	.u-columns .u-column2 { border-top: 1px solid #d8d8d8; border-left: none; }
	
	/* 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) { 

	/* FORMS */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; clear: both; }
	
	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; }
	
	/* PRODUCTS: Thumbnail */
	ul.products li .thumbnail { height: 200px; padding: 10px; }
	
	/* PRODUCTS: Title, posted in */
	ul.products li .entry h3 a { font-size: 20px; line-height: 100%; }
	
	/* PRODUCT: Summary */
	div.product .summary h1 { font-size: 35px !important; }
	
	.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 100%; }
	.cart-collaterals .cart_totals .wc-proceed-to-checkout .continue_shopping { width: 100%; margin-bottom: 10px; float: none; }
	.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button { width: 100%; float: none; }
	
	/* 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 td { text-align: right; }
	table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th { text-align: left; }
}

@media only screen and (max-width: 520px) { 

	/* PRODUCTS */
	ul.products li { padding-bottom: 140px; }

	/* PRODUCTS: Price and button */
	ul.products li .price_wrapper { height: 120px; justify-content: center; align-content: center; }
	ul.products li .price_wrapper .price { width: 100%; margin-bottom: 20px; text-align: center; }

	ul.products li a.button { width: 100%; text-align: center; }
}

@media only screen and (max-width: 480px) { 

	/* SYSTEM MESSAGES */
	.woocommerce-info a.showcoupon { display: block; }
	
	/* RESULTS */
	.custom_archive_title_wrapper form.woocommerce-ordering select { width: 100%; }
	
	/* PRODUCTS: Thumbnail */
	ul.products li .thumbnail { height: 150px; }
	
	/* PRODUCTS: Title */
	ul.products li .entry { padding: 0 10px; }
	ul.products li .entry h3 a { font-size: 18px; }
	
	/* PRODUCT: Images */
	div.product .images .woocommerce-product-gallery__image { width: calc(33.3333333333% - 10px); }
	
	/* PRODUCT: Summary */
	div.product .summary h1 { font-size: 30px !important; }
	
	/* PRODUCT: Add to cart */
	div.product .summary .cart .quantity { width: 100%; margin-right: 0; margin-bottom: 10px; display: block; }
	div.product .summary .price { width: 100%; margin-left: 0; display: block; }
	
	div.product .summary .single_add_to_cart_button { width: 100%; display: block; }
	
	/* TABS */
	.wc-tabs-wrapper { border: 1px solid var(--color-silver); }
	.wc-tabs-wrapper ul.tabs { margin-bottom: 0 !important; padding: 5px 5px 0 !important; border-bottom: none; }
	.wc-tabs-wrapper ul.tabs li { width: 100%; margin-right: 0; margin-bottom: 5px; }
	.wc-tabs-wrapper ul.tabs li:last-child { margin-bottom: 0; }
	.wc-tabs-wrapper .wc-tab { padding: 20px; }
	
	/* CART */
	table.shop_table.cart.shop_table_responsive tbody td:last-child .coupon { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; order: 2; }
	table.shop_table.cart.shop_table_responsive tbody td:last-child .coupon input[type=text] { width: 100%; margin-bottom: 10px; padding: 0; text-align: center; }
	table.shop_table.cart.shop_table_responsive tbody td:last-child .coupon button { width: 100%; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 100%; text-align: center !important; }
	
	/* CHECKOUT */
	.woocommerce-checkout-payment .button { width: 100%; display: block; }
}
