/*
--------------
	KLARNA
--------------
*/
#kco-order-review { width: 100% !important; padding-right: 0 !important; font-size: normal !important; float: none !important; }
#kco-iframe { width: 100% !important; padding-left: 0 !important; float: none !important; }


/*
-----------------------
	SYSTEM MESSAGES
-----------------------
*/
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-message, 
.woocommerce-message { margin-left: 0 !important; margin-bottom: 20px; padding: 10px 20px; font-size: 16px; font-weight: 700; }

ul.woocommerce-info li, 
ul.woocommerce-error li, 
ul.woocommerce-message 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, 
.woocommerce-message li:before { display: none !important; }

.woocommerce-message, .woocommerce-message { background: #f0faf1; border: 1px solid var(--color-green); }
.woocommerce-error { background: #fef6f7; border: 1px solid #d91828; }
.woocommerce-info { background: #faf5ef; border: 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 small { margin-top: 5px; font-size: 13px; line-height: 16px; display: block; }
.form-row label { margin-bottom: 10px; font-weight: 700; line-height: 20px; 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: var(--color-silver); outline: 2px solid transparent; outline-offset: 2px; resize: none; position: relative; border-radius: 2px; }

.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 { outline-color: var(--color-silver-line); }

.form-row textarea { height: 150px; padding: 10px; resize: vertical; }

.form-row.woocommerce-invalid-required-field input { border-color: #d91828 !important; }

/* Columns */
.u-columns { }
.u-columns .col-1 { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--color-silver-line); }

.woocommerce-privacy-policy-text { font-size: 15px; line-height: 20px; }

#sidebar .form-row select, 
#sidebar .form-row textarea, 
#sidebar .form-row input[type=tel], 
#sidebar .form-row input[type=text], 
#sidebar .form-row input[type=email], 
#sidebar .form-row input[type=password] { height: 40px; }

#sidebar .form-row textarea { height: 100px; }

#sidebar .form-row .button { width: 100%; padding: 0; display: block; }


/*
---------------
	RESULTS
---------------
*/
.woocommerce-result-count { font-weight: 700; line-height: 50px; float: left; }
.woocommerce-ordering { height: 50px; margin-bottom: 20px; float: right; }
.woocommerce-ordering select { padding-left: 10px; border: 1px solid var(--color-silver-line); outline: 2px solid transparent; outline-offset: 2px; border-radius: 2px; }
.woocommerce-ordering select:focus { outline-color: var(--color-silver-line); }


/*
------------------------
	TERM DESCRIPTION
------------------------
*/
.term-description { margin-bottom: 20px; padding: 20px; background: var(--color-silver); border-radius: 5px; }
.term-description p:last-child { margin-bottom: 0 !important; }


/*
----------------
	PRODUCTS
----------------
*/
.term-description { font-size: 15px; line-height: 1.4; }

ul.products { margin-left: -10px !important; margin-right: -10px; display: flex; flex-wrap: wrap; clear: both; }
ul.products li { width: calc(25% - 20px); margin: 50px 10px 0; padding-bottom: 90px; padding-left: 0 !important; text-align: center; /*background: url(../images/bgr_products_wrapper.png) repeat-x left bottom;*/ border: 1px solid transparent; position: relative; }
ul.products li:hover { /*background-image: url(../images/bgr_products_wrapper_hover.png);*/ border-color: var(--color-silver-line); }
ul.products li.type-product:nth-child(-n+4) { margin-top: 0; }
ul.products li:before { display: none !important; }

.category-separator { width: 100%; }

/* Edit */
ul.products li a.post-edit-link { width: 40px; height: 40px; right: 0; top: 20px; font-size: 0; background: var(--color-gold) url(../images/icon_edit_white.svg) no-repeat center; background-size: auto 24px; position: absolute; z-index: 2; }
ul.products li a.post-edit-link:hover { background-color: var(--color-dark); }

/* On sale */
ul.products li .labels { left: 0; top: 20px; position: absolute; z-index: 2; }
ul.products li .labels div { height: 24px; margin-bottom: 5px; padding: 0 10px; font-size: 14px; color: white; line-height: 100%; background: var(--color-green); display: inline-flex; align-items: center; }
ul.products li .labels div.out_of_stock { background: var(--color-red); }

/* Thumbnail */
ul.products li .thumbnail { height: 240px; padding: 20px 0; background: url(../images/preloader.gif) no-repeat center; display: block; }
ul.products li .thumbnail img { width: auto; max-width: 100%; height: auto; max-height: 200px; top: 50%; display: inline-block; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Title, posted in */
ul.products li .entry .posted_in { margin-bottom: 10px; font-size: 12px; font-weight: 700; color: var(--color-gold) !important; line-height: 14px; word-wrap: break-word; }
ul.products li .entry .posted_in a { text-decoration: none !important; color: var(--color-gold) !important; display: inline-block; }

ul.products li .entry h3 { height: 60px; padding: 0 10px; line-height: 20px !important; overflow: hidden; }
ul.products li .entry h3 a { font-size: 18px; font-weight: 700; text-decoration: none !important; color: var(--color-dark) !important; line-height: 20px; display: block; }

ul.products li .price { height: 50px; font-size: 20px; font-weight: 700; color: var(--color-gold); text-align: center; line-height: 20px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; }
ul.products li .price del { width: 100%; font-size: 14px; font-weight: normal; text-decoration: line-through; color: #999; display: block; }

/* Buttons */
ul.products li .add_to_cart_and_info_buttons { position: relative; }
ul.products li .add_to_cart_and_info_buttons a { margin: 0 2px !important; vertical-align: top; display: inline-block; }

ul.products li .action_button { width: 100%; left: 0; bottom: 30px; position: absolute; }
ul.products li .action_button .button { color: var(--color-dark) !important; background: var(--color-silver-line) !important;}
ul.products li .action_button .button:hover { color: white !important; background: var(--color-dark) !important; }
ul.products li .action_button .button.add_to_cart_button { color: white !important; background: var(--color-gold) !important; }
ul.products li .action_button .button.add_to_cart_button:hover { background: var(--color-dark) !important; }
ul.products li .action_button .added_to_cart { display: none !important; }

ul.products li a.add_to_cart_button.loading { color: white !important; background-color: var(--color-dark); background-image: url(../images/button_loader.gif); }
ul.products li a.info_button { width: 40px; height: 40px; color: #fff !important; text-decoration: none !important; line-height: 35px; text-indent: -9999px; background: #6cad17 url(../images/icon_info.svg) no-repeat center; background-size: auto 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; display: inline-block; }
ul.products li a.info_button:hover { background-color: #333; }

/* Product categories */
ul.products li.product-category { width: calc(14.28571428% - 20px); margin: 20px 10px 0; padding: 10px !important; }
ul.products li.product-category a { padding-top: 10px; text-decoration: none !important; color: var(--color-dark) !important; display: block; }
ul.products li.product-category img { width: auto; max-width: 100%; height: auto; max-height: 100px; }
ul.products li.product-category h2 { min-height: 40px; margin-bottom: 0 !important; font-size: 14px !important; color: var(--color-dark) !important; line-height: 100% !important; }
ul.products li.product-category h2 mark { background: none !important; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination { border: 1px solid var(--color-silver-line); }
.woocommerce-pagination ul { height: 50px; 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: #faf5ef; }
.woocommerce-pagination ul li span { color: white; background: var(--color-gold); }


/*
-----------------------
	SINGLE PRODUCT
-----------------------
*/
.product { position: relative; }
.product.main_content .row .product_col_1 { width: 50%; padding-right: 50px; }
.product.main_content .row .product_col_2 { width: 50%; }
.product.main_content .main_description { padding-top: 30px; border-top: 1px solid var(--color-silver-line); }

/* On sale */
div.product .onsale { height: 34px; left: 20px; top: 20px; font-size: 14px; color: white !important; line-height: 100%; background: var(--color-green); display: block; position: absolute; z-index: 2; }

/* Images */
div.product .images { margin-bottom: 30px; position: relative; z-index: 1; }
div.product .images img { width: auto; max-width: 100%; }
div.product .images .woocommerce-product-gallery__wrapper { margin-left: -5px; margin-right: -5px; display: flex; justify-content: center; }

div.product .images .woocommerce-product-gallery__image:nth-child(1) { margin: 0 10px; }
div.product .images .woocommerce-product-gallery__image:nth-child(1) a { display: block; }
div.product .images .woocommerce-product-gallery__image:nth-child(1) img { width: auto; max-width: 100%; height: auto; max-height: 500px; margin: auto; display: block; }

div.product .images .woocommerce-product-gallery__image:nth-child(n+2) { margin: 10px 5px 0; text-align: center; }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a { padding: 5px; text-align: center; background: white; border: 1px solid var(--color-silver-line); outline: 3px solid transparent; display: inline-block; border-radius: 2px; }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a:hover { border-color: white; outline-color: var(--color-dark); }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a img { width: auto; max-width: 100%; height: auto; display: block; }

/* Summary */
div.product .summary h1 { margin-bottom: 20px !important; font-size: 30px !important; font-weight: 700; }

div.product .summary .admin_actions { margin-bottom: 20px; }
div.product .summary .admin_actions a { height: 30px; padding: 0 10px; font-size: 14px; font-weight: 700; text-decoration: none !important; color: white !important; line-height: 30px; background: var(--color-green); display: inline-flex; align-items: center; border-radius: 3px; }
div.product .summary .admin_actions a:hover { background: var(--color-dark); }

/* Posted in */
div.product .summary .for_admin { font-weight: 700; color: var(--color-dark); 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) !important; }

div.product .summary .posted_in { margin-bottom: 20px; font-weight: 700; color: var(--color-dark); }
div.product .summary .posted_in a { font-weight: normal; color: #9d9da4 !important; }
div.product .summary .posted_in a:hover { color: var(--color-dark) !important; }

/* Short description */
div.product .summary .woocommerce-product-details__short-description { font-size: 15px; color: #4c4c4c; line-height: 1.4; }

/* Price */
div.product .summary .price_wrapper { margin-bottom: 20px; padding-top: 20px; border-top: 1px solid var(--color-silver-line); position: relative; }
div.product .summary .price_wrapper .price { font-size: 25px; font-weight: 700; line-height: 100%; }
div.product .summary .price_wrapper .price del { font-size: 18px; font-weight: normal; text-decoration: line-through; color: #999; display: block; }
div.product .summary .price_wrapper .wholesaler_price_info { margin-top: 0; font-size: 15px; font-weight: 400; }

/* Variation */
div.product .summary .woocommerce-variation .woocommerce-variation-price { margin-bottom: 10px; font-size: 25px; font-weight: 700; color: var(--color-dark); }
div.product .summary .woocommerce-variation .woocommerce-variation-price del { font-size: 18px; font-weight: normal; text-decoration: line-through; color: #999; display: block; }

/* Short description*/ 
div.product .summary .woocommerce-product-details__short-description { margin-bottom: 20px; padding: 20px; background: var(--color-silver); border-radius: 5px; }
div.product .summary .woocommerce-product-details__short-description p:last-child { margin-bottom: 0 !important; }

/* Add to cart */
div.product .summary form.cart { margin-bottom: 30px; display: flex; }
div.product .summary form.cart table.quantity { vertical-align: top; display: inline-block; }
div.product .summary form.cart table.quantity tbody { vertical-align: top; display: inline-block; }
div.product .summary form.cart table.quantity tbody tr { vertical-align: top; display: inline-block; }
div.product .summary form.cart table.quantity tbody tr td { vertical-align: top; display: inline-block; }
div.product .summary form.cart table.quantity tbody tr td.label { display: none; }

div.product .summary form.cart table.variations { width: 100%; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dotted var(--color-silver-line); }
div.product .summary form.cart table.variations label { font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--color-dark); }

div.product .summary form.cart select { height: 50px; margin-bottom: 10px; padding-left: 10px; background: white; border: 1px solid var(--color-silver-line); background: #f8f8f8; }
div.product .summary form.cart input[type=number] { width: 80px; text-align: center; vertical-align: top; border-left: 1px solid var(--color-silver-line); border-right: 1px solid var(--color-silver-line); }
div.product .summary form.cart button { height: 60px; line-height: 60px; }

div.product .summary form.cart .quantity { display: flex; border: 1px solid var(--color-silver-line); border-radius: 3px; }
div.product .summary form.cart .qty_btn { width: 40px; text-align: center; background: transparent; cursor: pointer; }

div.product .summary form.cart .single_add_to_cart_button { margin-left: 20px; background-color: var(--color-green); }
div.product .summary form.cart .single_add_to_cart_button:hover { background-color: var(--color-dark); }

/* 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); 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; } 

/* Description */
div.product .summary .description { margin-top: 50px; font-size: 16px; line-height: 150%; }
div.product .summary .description h3 { font-weight: normal; color: var(--color-dark) !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 var(--color-silver-line); }
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 var(--color-silver-line); }
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 var(--color-silver-line); }


/*
------------------
	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: 20px 0 !important; font-size: 15px; font-weight: 700; text-transform: uppercase; border-bottom: 1px solid var(--color-silver-line); }

table.shop_table tbody tr td { padding: 20px 0 !important; vertical-align: middle; border-left: none !important; border-right: none !important; }

table.shop_table tbody tr td.product-remove { width: 60px; }
table.shop_table tbody tr td.product-remove a { width: 40px; height: 40px; font-size: 20px; text-decoration: none !important; background: var(--color-silver); display: inline-flex; justify-content: center; align-items: center; cursor: pointer; border-radius: 50%; }
table.shop_table tbody tr td.product-remove a:hover { color: white !important; background: var(--color-red); }

table.shop_table tbody tr td.product-thumbnail { width: 120px; }
table.shop_table tbody tr td.product-thumbnail a { max-width: 100px; max-height: 100px; display: flex; align-items: center; justify-content: center; }
table.shop_table tbody tr td.product-thumbnail img { width: auto; max-height: 100px; display: block; }

table.shop_table tbody tr td.product-name { font-size: 20px; font-weight: 700; color: var(--color-dark); }
table.shop_table tbody tr td.product-name a { font-size: 16px; font-weight: 700; text-decoration: none !important; color: var(--color-dark); }
table.shop_table tbody tr td.product-name a.product_thumbnail { width: 70px; height: 70px; margin-right: 20px; text-align: center; vertical-align: middle; border: 1px solid var(--color-silver-line); display: inline-block; }
table.shop_table tbody tr td.product-name a.product_thumbnail img { width: auto; max-width: 60px; height: auto; max-height: 60px; top: 50%; display: inline-block; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Price */
table.shop_table tbody tr td.product-price { font-size: 20px; color: #1f2123; }
table.shop_table tbody tr td.product-price del { font-size: 16px; text-decoration: line-through; color: #999; display: block; }

/* Quantity */
table.shop_table tbody tr td.product-quantity label { display: none; }
table.shop_table tbody tr td.product-quantity .quantity { width: max-content; height: 50px; margin: auto; border: 1px solid var(--color-silver-line); display: flex; }
table.shop_table tbody tr td.product-quantity .quantity .qty-button { width: 30px; background: transparent; cursor: pointer; }
table.shop_table tbody tr td.product-quantity .quantity .qty { width: 50px; text-align: center; border-left: 1px solid var(--color-silver-line); border-right: 1px solid var(--color-silver-line); }

/* Subtotal */
table.shop_table tbody tr td.product-subtotal { font-size: 20px; font-weight: 700; color: var(--color-dark); }

/* Coupon */
table.shop_table tbody tr td.actions { vertical-align: middle; border-top: 1px solid var(--color-silver-line); border-bottom: none; }
table.shop_table tbody tr td.actions .coupon { font-size: 0; display: flex; float: left; }
table.shop_table tbody tr td.actions .coupon input[type=text] { width: 200px; height: 50px; margin-right: 10px; padding-left: 10px; background: var(--color-silver); outline: 2px solid transparent; outline-offset: 2px; border-radius: 2px; }
table.shop_table tbody tr td.actions .coupon input[type=text]:focus { border-color: white; outline-color: var(--color-silver-line); }
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 .cart_totals { padding: 30px; background: var(--color-silver); border: 1px solid var(--color-silver-line); }
.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: max-content; padding: 5px 15px 5px 0; font-weight: 700; border: none !important; border-bottom: 1px solid var(--color-silver-line) !important; }
.cart-collaterals .cart_totals table.shop_table tbody tr td { width: auto; padding: 5px 0 5px 15px; border: none !important; border-bottom: 1px solid var(--color-silver-line) !important; }
.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: none; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout { padding: 30px 0 0; border-bottom: none; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.button { width: 100%; padding: 0; text-align: center; display: flex; }

.cart-collaterals .cart_totals ul.woocommerce-shipping-methods { margin-left: 0 !important; }
.cart-collaterals .cart_totals ul.woocommerce-shipping-methods li { margin-bottom: 10px !important; padding-left: 0 !important; cursor: pointer; }
.cart-collaterals .cart_totals ul.woocommerce-shipping-methods li:last-child { margin-bottom: 0 !important; }
.cart-collaterals .cart_totals ul.woocommerce-shipping-methods li:before { display: none !important; }

.cart-collaterals .cart_totals .woocommerce-shipping-destination { display: none !important; }


/*
----------------
	CHECKOUT
----------------
*/

form.checkout_coupon { margin-bottom: 30px; }
form.checkout_coupon p { margin-bottom: 0 !important; }

/* Table */
table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, 
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td { padding: 10px; border-bottom: 1px solid var(--color-silver-line); }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul { margin-bottom: 0 !important; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li { margin-left: 0 !important; padding-left: 0 !important; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li:before { display: none !important; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th { text-align: right; }
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: 20px; }

/* Payment methods */
.woocommerce-checkout-payment ul li { margin-left: 0 !important; padding-left: 0 !important; }
.woocommerce-checkout-payment ul li:before { display: none !important; }
.woocommerce-checkout-payment ul li label { font-size: 18px; font-weight: 700; }
.woocommerce-checkout-payment ul li.payment_method_paypal a, 
.woocommerce-checkout-payment ul li.payment_method_paypal img { display: none; }

/* Woocommerce info */
form.checkout ul.payment_methods { margin-left: 0 !important; padding: 20px; background: #f8fbfc; border: 1px solid var(--color-dark); }
form.checkout ul.payment_methods li { margin-bottom: 10px !important; padding: 0 !important; background: none; border: none; }
form.checkout ul.payment_methods li:last-child { margin-bottom: 0 !important; }
form.checkout ul.payment_methods li p { margin-bottom: 0 !important; }
form.checkout ul.payment_methods li label { cursor: pointer; }


/*
----------------------
	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 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; }



/*
-----------------
	MY ACCOUNT
-----------------
*/
.woocommerce-MyAccount-navigation ul { margin-left: 0 !important; font-size: 0; border-bottom: 3px solid var(--color-gold); }
.woocommerce-MyAccount-navigation ul li { margin-left: 0 !important; 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: none !important; line-height: 50px; display: block; }
.woocommerce-MyAccount-navigation ul li a:hover { background: #faf5ef; }
.woocommerce-MyAccount-navigation ul li.is-active a { color: white !important; background: var(--color-gold); }


/*
----------------
	SIDEBAR
----------------
*/

/* Product categories */
#sidebar ul.product-categories li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; display: block; }
#sidebar ul.product-categories li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
#sidebar ul.product-categories li a { font-weight: 700; }
#sidebar ul.product-categories li span { color: #999; }

/* PRODUCTS widget */
#sidebar ul.product_list_widget li { min-height: 50px; margin-bottom: 15px; padding-left: 70px; padding-bottom: 10px; border-bottom: 1px solid #eee; position: relative; }
#sidebar ul.product_list_widget li a { font-size: 15px; font-weight: 700; color: var(--color-gold); line-height: 18px; display: block; }
#sidebar ul.product_list_widget li a:hover { color: #000; text-decoration: underline; }
#sidebar ul.product_list_widget li img { width: 60px; height: 60px; left: 0; top: 0; padding: 2px; border: 1px solid #eee; position: absolute; }
#sidebar ul.product_list_widget li del { font-size: 14px; color: #999; text-decoration: line-through; display: block; }
#sidebar ul.product_list_widget li ins { font-size: 15px; font-weight: 700; display: block; }


/*
----------------------
	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: Buttons */
	ul.products li .action_button a.add_to_cart_button { font-size: 15px; }
	
	/* 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.type-product:nth-child(4) { margin-top: 50px; }
	
	/* PRODUCTS: Product categories */
	ul.products li.product-category { width: 33.3333333333%; }
	
	/* SINGLE PRODUCT */
	.product .product_col_1 { padding-right: 30px; }
	.product .product_col_2 { padding-left: 30px; }
	
	/* CART */	
	table.shop_table.shop_table_responsive { display: block; }
	
	table.shop_table.shop_table_responsive thead { display: none !important; }
	
	table.shop_table.shop_table_responsive tbody tr { margin-bottom: 20px; border: 1px solid var(--color-silver-line); display: flex; position: relative; }
	table.shop_table.shop_table_responsive tbody tr th { display: none !important; }
	table.shop_table.shop_table_responsive tbody tr 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 tr td::before { font-weight: 700; display: block; content: attr(data-title) ": "; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-remove { width: auto; right: 10px; top: 10px; padding: 0 !important; border-bottom: none !important; position: absolute; }
	table.shop_table.shop_table_responsive tbody tr td.product-remove::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-thumbnail { padding: 10px !important; border-bottom: none !important; }
	table.shop_table.shop_table_responsive tbody tr td.product-thumbnail::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-name { width: 50%; padding: 10px !important; }
	table.shop_table.shop_table_responsive tbody tr td.product-name::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-price { width: 50%; padding: 10px !important; text-align: right !important; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-quantity { width: 50%; padding: 10px !important; text-align: right !important; border-bottom: none !important; }
	table.shop_table.shop_table_responsive tbody tr td.product-quantity::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody tr td.product-subtotal { width: 50%; padding: 10px !important; text-align: right !important; border-bottom: none !important; }
	
	table.shop_table.shop_table_responsive tbody td.actions { padding: 10px !important; border: none !important; } 
	table.shop_table.shop_table_responsive tbody td.actions::before { display: none; }
	table.shop_table.shop_table_responsive tbody td.actions .coupon { width: 100%; margin-bottom: 20px; justify-content: space-between; float: none; }
	table.shop_table.shop_table_responsive tbody td.actions .coupon input[type=text] { width: calc(50% - 10px); }
	table.shop_table.shop_table_responsive tbody td.actions .coupon .button { width: calc(50% - 10px); }
	
	table.shop_table.shop_table_responsive tbody td.actions button[name=update_cart] { width: 100%; float: none; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals { width: 100%; padding: 20px; }
	.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr { margin-bottom: 0 !important; border: none !important; }
	.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr td { 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) { 

	/* PRODUCTS */
	ul.products li { width: calc(50% - 20px); }
	ul.products li.type-product:nth-child(3) { margin-top: 50px; }

	/* SINGLE PRODUCT */
	.product-type-simple.row { display: block !important; }
	.product .product_col_1 { width: 100% !important; margin-bottom: 30px; padding-right: 0; display: block !important; }
	.product .product_col_2 { width: 100% !important; padding-left: 0; display: block !important; }
	
	div.product .images img { width: auto; max-width: 100%; height: auto; max-height: 300px; }
	
	/* CART */
	table.shop_table .product-quantity { width: 120px; padding: 0 10px; }
	
	table.shop_table tbody .product-quantity .quantity input[type=number] { width: 100%; margin-bottom: 5px; display: block; }
	table.shop_table tbody .product-quantity .remove { margin-left: 3px; }
	table.shop_table tbody .product-quantity .update_cart { margin: 0; margin-right: 3px; }
	
	/* 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; }

	/* RESULTS */
	p.woocommerce-result-count { width: 100%; margin-bottom: 10px !important; line-height: normal; float: none; }
	form.woocommerce-ordering { width: 100%; float: none; }
	form.woocommerce-ordering select { width: 100%; }
	
	/* PRODUCTS: Thumbnail */
	ul.products li { padding-bottom: 80px; }
	
	/* PRODUCTS: Thumbnail */
	ul.products li .thumbnail { height: 200px; }
	ul.products li .thumbnail img { max-height: 160px; }

	ul.products li .action_button { bottom: 20px; padding: 0 10px; }
	ul.products li .action_button a.add_to_cart_button { width: 100%; height: auto; padding: 15px 10px; text-align: center; line-height: 20px; background-image: none !important; }	
}

@media only screen and (max-width: 480px) { 

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }

	/* PRODUCTS: Thumbnail */
	ul.products li .thumbnail { height: 140px; }
	ul.products li .thumbnail img { max-height: 120px; }
	
	/* PRODUCTS: Title */
	ul.products li .entry h3 a { font-size: 14px; line-height: 18px; }

	/* PRODUCTS: Buttons */
	ul.products li .action_button a.add_to_cart_button { font-size: 13px; }
	
	/* PRODUCTS: Product categories */
	ul.products li.product-category { width: 100%; }
	
	/* SINGLE PRODUCT: CART */
	div.product .summary form.cart .quantity { width: 100%; margin-right: 0; margin-bottom: 10px; }
	div.product .summary form.cart .quantity input.qty { flex: 1; }
	div.product .summary form.cart .single_add_to_cart_button { width: 100%; margin-left: 0; padding: 0; display: block; }
	
	/* SINGLE PRODUCT: Price */
	div.product .summary .price_wrapper { height: auto; }
	div.product .summary .price_wrapper .price { height: 50px; top: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	
	/* SINGLE PRODUCT: Cart */
	div.product .summary form.cart table.quantity { display: block; }
	div.product .summary form.cart table.quantity tbody, 
	div.product .summary form.cart table.quantity tr { display: block; }
	div.product .summary form.cart table.quantity td.label { width: 100%; height: auto; line-height: normal; display: block; }
	div.product .summary form.cart table.quantity td.value { width: 100%; display: block; }
	div.product .summary form.cart table.quantity td.value input.qty_btn { width: 33%; }
	div.product .summary form.cart table.quantity td.value input.qty { width: 34%; }
	
	div.product .summary table.variations { display: block; }
	div.product .summary table.variations tbody, 
	div.product .summary table.variations tr { display: block; }
	div.product .summary table.variations td.label { width: 100%; height: auto; display: block; }
	div.product .summary table.variations td.value { width: 100%; display: block; }
	div.product .summary table.variations td.value select { max-width: none; }
	
	/* CART */
	table.shop_table tbody tr td.actions .coupon .coupon_wrapper input { width: 100% !important; margin-right: 0; text-align: center; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 100%; text-align: center !important; border-bottom: none !important; }	
}

@media only screen and (max-width: 375px) { 

	/* PRODUCTS */
	ul.products { margin-left: 0 !important; margin-right: 0; }
	ul.products li { width: 100%; margin: 20px 0 0; }
	ul.products li.type-product:nth-child(2) { margin-top: 20px; }
	
	/* PRODUCTS: Title, posted in */
	ul.products li .entry h3 { height: auto; }
	ul.products li .entry h3 a { font-size: 16px; }
}

