/*
---------------
	DEFAULT 
---------------
*/
.woocommerce h3 { text-transform: uppercase; }

.rating { margin-bottom: 20px; }
.rating .rating_text { line-height: 28px; }

.woocommerce .star-rating,
.woocommerce-page .star-rating { width: 5.4em; height: 1em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 1em; line-height: 1em; position: relative; overflow: hidden; }

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before { float: left; left: 0; top: 0; color: #f29a32; position: absolute; content: "\2606\2606\2606\2606\2606"; letter-spacing: 0.1em; letter-spacing: 0\9; }

.woocommerce .star-rating span,
.woocommerce-page .star-rating span { left: 0; top: 0; padding-top: 1.5em; float: left; position: absolute; overflow: hidden; }

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before { left: 0; top: 0; color: #f29a32; letter-spacing: 0.1em; letter-spacing: 0\9; position: absolute; content: "\2605\2605\2605\2605\2605"; }

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating { margin: 0 0 .5em; display: block; float: none; }
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating { margin: 10px 0 0 0; }


/*
-----------------
	MESSAGES
-----------------
*/
.woocommerce-error, 
.woocommerce-message { margin-bottom: 20px; margin-left: 0 !important; padding: 15px; font-size: 16px; font-weight: 900; color: #000; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.woocommerce-error { background: #fff5f5; border: 1px solid #ff3333; }
.woocommerce-error li { list-style: none !important; }

.woocommerce-message { background: #f7fdf7; border: 1px solid #359d35; }
.woocommerce-message a.button.wc-forward { height: 40px !important; padding: 0 15px !important; font-size: 15px !important; line-height: 40px !important; background-image: none !important; }


/*
----------------------------------
	PRODUCT COUNT and ORDERING
----------------------------------
*/
.woocommerce-result-count { width: 50%; height: 60px; margin-bottom: 20px !important; font-weight: 700; color: #3a3a3a; line-height: 60px; border-top: 1px solid var(--color-silver-line); border-bottom: 1px solid var(--color-silver-line); float: left; }
.woocommerce-ordering { width: 50%; height: 60px; margin-bottom: 20px; padding-top: 10px; text-align: right; border-top: 1px solid var(--color-silver-line); border-bottom: 1px solid var(--color-silver-line); float: right; }
.woocommerce-ordering select { height: 40px; border: 1px solid var(--color-silver-line); }


/*
----------------
	PRODUCTS
----------------
*/
ul.products li.product-category { width: 20%; }
ul.products li.product-category a { height: 100%; padding: 10px; text-decoration: none !important; text-align: center; background: white; border: 1px solid var(--color-silver-line); display: block; }
ul.products li.product-category a:hover { border-color: var(--color-blue); }
ul.products li.product-category a img { width: auto; max-width: 80%; height: auto; max-height: 140px; margin: 0 auto 10px; display: block; }
ul.products li.product-category a h2 { margin-bottom: 0 !important; font-size: 16px !important; }

/* Products */
ul.products { margin-left: -10px !important; margin-right: -10px; display: flex; list-style: none; clear: both; }
ul.products li { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; padding-left: 0 !important; padding-bottom: 80px; background: white !important; outline: 3px solid transparent; position: relative; list-style: none !important; border-radius: 10px; overflow: hidden; }
ul.products li:hover { outline-color: var(--color-pink); }
ul.products li:nth-child(-n+3) { margin-top: 0; }

body.home ul.products li { width: calc(25% - 20px); }
body.home ul.products li:nth-child(-n+4) { margin-top: 20px; }

.products.related ul.products li { width: calc(25% - 20px); }
.products.related ul.products li:nth-child(-n+4) { margin-top: 20px; }	

/* Labels */
ul.products li .labels { right: 0; top: 20px; position: absolute; z-index: 10; }
ul.products li .labels div { width: fit-content; height: 30px; margin-bottom: 5px; padding: 0 10px; font-size: 12px; font-weight: 700; display: flex; align-items: center; border-radius: 5px 0 0 5px; }
ul.products li .labels div.outofstock { color: white; background: var(--color-red); }
ul.products li .onsale { height: 30px; left: 20px; top: 20px; padding: 0 10px; font-size: 14px; color: white; line-height: 30px; background: var(--color-pink); position: absolute; z-index: 2; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }

/* Thumbnail */
ul.products li a.thumbnail { height: 280px; display: block; }
ul.products li a.thumbnail img { width: auto; max-width: 90%; height: auto; max-height: 240px; top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Entry */
ul.products li .entry .posted_in { margin-bottom: 10px; padding-bottom: 10px; font-size: 15px; color: #999 !important; line-height: 1; border-bottom: 1px dashed #dadada; word-wrap: break-word; display: inline-block; }
ul.products li .entry .posted_in a { color: #999 !important; display: none; }
ul.products li .entry .posted_in a:hover { text-decoration: underline; }
ul.products li .entry .posted_in a:last-child { display: block; }
ul.products li .entry .posted_in .sep { display: none; }

ul.products li .entry { padding: 20px 20px 0; }
ul.products li .entry h3 { min-height: 80px; text-transform: none !important; }
ul.products li .entry h3 a { font-size: 22px; font-weight: 700; text-decoration: none !important; color: var(--color-pink) !important; line-height: 1; }
ul.products li .entry h3 a:hover { text-decoration: underline !important; color: #3a3a3a !important; }

/* Price and button */
ul.products li .price_wrapper { width: 100%; height: 80px; left: 0; bottom: 0; padding: 0 20px; font-size: 23px; line-height: 16px; background: rgba(0 0 0 / 10%); display: flex; align-items: center; align-content: center; justify-content: space-between; position: absolute; }
ul.products li .price_wrapper .price { font-size: 24px; line-height: 100%; }
ul.products li .price_wrapper .price del { font-size: 16px; font-weight: normal; text-decoration: line-through; color: #999; display: block; }
ul.products li .price_wrapper .additional_text { display: none !important; }

ul.products li a.button { padding: 0 20px; background-repeat: no-repeat; background-position: center; background-size: auto 20px; }
ul.products li a.button.loading { color: rgba(0 0 0 / 0%) !important; background-image: url(../images/loader_added_to_cart.gif); }
ul.products li a.button.button_outofstock { padding-left: 20px; background-image: none !important; }
ul.products li .added_to_cart { display: none !important; }

/* Columns 1 */
ul.products.columns-1 { margin-left: 0 !important; margin-right: 0; }
ul.products.columns-1 li { width: 100%; padding-left: 0 !important; padding-right: 0 !important; border-bottom: 1px solid var(--color-silver-line); display: block; }
ul.products.columns-1 li .wrapper, 
ul.products.columns-1 li .wrapper:hover { -moz-box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-box-shadow: 0 0 0 rgba(0,0,0,0); box-shadow: 0 0 0 rgba(0,0,0,0); }

ul.products.columns-1 li a.thumbnail { height: 150px; display: block; }
ul.products.columns-1 li a.thumbnail img { max-height: 150px; }

ul.products.columns-1 li .entry { padding: 10px 15px 0; }
ul.products.columns-1 li .entry .posted_in { display: none !important; }
ul.products.columns-1 li .entry h3 { min-height: inherit; }
ul.products.columns-1 li .entry h3 a { font-size: 18px; }

ul.products.columns-1 li .price_wrapper { height: 60px; padding: 0 15px; }
ul.products.columns-1 li a.button { width: 60px; right: 15px; padding: 0; text-indent: -9999px; background-position: center; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination { text-align: center; clear: both; }
.woocommerce-pagination ul { margin-left: 0; padding-top: 30px; }
.woocommerce-pagination ul li { display: inline-block; list-style: none; }
.woocommerce-pagination ul li a, 
.woocommerce-pagination ul li span { width: 50px; height: 50px; font-size: 18px; font-weight: 700; text-align: center; text-decoration: none !important; line-height: 50px; display: inline-block; }

.woocommerce-pagination ul li a { color: var(--color-pink) !important; }
.woocommerce-pagination ul li a:hover { color: #000 !important; }
.woocommerce-pagination ul li span { color: white; background: var(--color-pink); }


/*
-------------------
	THE PRODUCT
-------------------
*/
div.product { padding: 50px; background: white; display: flex; position: relative; border-radius: 10px; }

/* Images */
div.product .images { width: 400px; margin-bottom: 30px; margin-right: 50px; padding: 20px; position: relative; z-index: 1; overflow: hidden; }
div.product .images img { width: auto; max-width: 100%; }

div.product .images .woocommerce-product-gallery__image:nth-child(1) { margin-bottom: 20px; }
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: 400px; margin: auto; display: block; }

div.product .images .woocommerce-product-gallery__image:nth-child(n+2) { width: 25%; margin-left: -5px; margin-right: -5px; text-align: center; vertical-align: top; display: inline-block; }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a { padding-left: 10px; padding-right: 10px; text-align: center; display: inline-block; }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a img { width: 100%; max-width: 100px; height: auto; max-height: 100px; margin: auto; padding: 5px; background: white; border: 1px solid var(--color-silver-line); display: block; }

/* On sale */
div.product .images .onsale { width: 120px; height: 120px; left: 0; top: 0; text-indent: -9999px; background: url(../images/icon_discount_single_page.png) no-repeat left top; position: absolute; z-index: 10; }

/* Summary */
div.product .summary { flex: 1; }
div.product .summary h1 { margin-bottom: 20px; font-size: 30px !important; line-height: 100%; }

/* Price */
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; }

/* Rating */
div.product .summary .woocommerce-product-rating { height: 40px; }
div.product .summary .woocommerce-product-rating a.woocommerce-review-link { display: none; }
div.product .summary .woocommerce-product-rating .star-rating { float: left; }

div.product .summary .star-rating { font-size: 1.8em; float: left; }

/* Stock */
div.product .summary .stock { padding: 15px 10px 15px 50px; font-size: 17px; font-weight: 700; background-repeat: no-repeat; background-position: 10px center; background-size: auto 30px; border-top: 1px solid var(--color-silver-line); border-bottom: 1px solid var(--color-silver-line); }
div.product .summary .stock.in-stock { background-image: url(../images/icon_box_check.svg); }

/* Add to cart */
div.product .summary form.cart { margin-bottom: 30px; font-size: 0; background: var(--color-silver); -webkit-border-radius: 28px; -moz-border-radius: 28px; border-radius: 28px; }
div.product .summary form.cart .quantity { width: 100px; height: 56px; vertical-align: top; display: inline-block; position: relative; }
div.product .summary form.cart .quantity input.qty { width: 100%; height: 56px; text-align: center; background: transparent; }

div.product .summary form.cart .single_add_to_cart_button { width: calc(100% - 100px); height: 56px; padding: 0 !important; font-size: 20px; -webkit-border-radius: 28px; -moz-border-radius: 28px; border-radius: 28px; }
div.product .summary form.cart .single_add_to_cart_button img { width: auto; height: 24px; margin-bottom: 4px; margin-right: 10px; vertical-align: middle; display: inline-block; }

/* Product meta */
div.product .summary .product_meta { margin-bottom: 20px; line-height: 20px; }
div.product .summary .product_meta > span { font-weight: 700; color: #000; display: block; }
div.product .summary .product_meta > span a { font-weight: normal; color: var(--color-pink) !important; }
div.product .summary .product_meta > span a:hover { color: #000 !important; }

/* Additional box */
div.product .additional_box { height: 90px; background: #32b8eb url(../images/bgr_additional_box.png?v=2) no-repeat left center; position: relative; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
div.product .additional_box a { height: 30px; left: 220px; font-size: 24px; font-weight: 500; text-decoration: none !important; color: var(--color-blue); line-height: 30px; display: block; position: absolute; }
div.product .additional_box .text { height: 40px; left: 70px; padding: 0 15px; font-size: 16px; font-weight: 700; color: white; line-height: 40px; background: var(--color-blue); position: absolute; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
div.product .additional_box .text:before { left: -15px; top: 50%; border: solid transparent; height: 0; width: 0; position: absolute; border-color: transparent; border-right-color: var(--color-blue); border-width: 10px; margin-top: -10px; content: ''; }

/* Main description */
div.product .main_description { padding: 30px; background: var(--color-silver); }

/* Tabs */
div.product .woocommerce-tabs { padding-top: 40px; clear: both; }
div.product .woocommerce-tabs h2 { margin-bottom: 20px !important; font-size: 35px !important; }
div.product .woocommerce-tabs ul.tabs { margin-left: 0 !important; border-bottom: 3px solid var(--color-blue); display: flex; }
div.product .woocommerce-tabs ul.tabs li { width: fit-content; margin-right: 10px; list-style: none !important; }
div.product .woocommerce-tabs ul.tabs li a { height: 50px; padding: 0 20px; font-weight: 700; text-decoration: none !important; color: var(--color-dark) !important; line-height: 20px; background: var(--color-silver); display: flex; align-items: center; }
div.product .woocommerce-tabs ul.tabs li.active a { color: white !important; background: var(--color-blue); }

/* Reviews */
div.product .woocommerce-tabs #reviews h3.comment-reply-title { display: none; }
div.product .woocommerce-tabs #reviews p.woocommerce-noreviews { font-size: 18px; font-weight: 700; color: #000; }

div.product .woocommerce-tabs #reviews form.comment-form { border-top: 2px solid #e7e7e9; }
div.product .woocommerce-tabs #reviews form.comment-form label { width: 100px; font-weight: 700; color: #000; display: inline-block; }
div.product .woocommerce-tabs #reviews form.comment-form input[type=text] { width: 400px; height: 40px; padding-left: 10px; background: #f5f5f5; border: 1px solid #e7e7e9; }
div.product .woocommerce-tabs #reviews form.comment-form input[type=text]:focus { border-color: #ccc; }

div.product .woocommerce-tabs #reviews p.comment-form-rating { height: 50px; padding: 10px 0; border-top: 1px solid #e7e7e9; border-bottom: 1px dotted #e7e7e9; }
div.product .woocommerce-tabs #reviews p.comment-form-rating label { width: 100px; font-weight: 500; color: #000; line-height: 30px; float: left;}
div.product .woocommerce-tabs #reviews p.comment-form-comment label { font-weight: 500; color: #000; display: block; }
div.product .woocommerce-tabs #reviews p.comment-form-comment textarea { height: 150px; padding: 10px; background: #f5f5f5; border: 1px solid #e7e7e9; resize: vertical; } 
div.product .woocommerce-tabs #reviews p.comment-form-comment textarea:focus { border-color: #ccc; }
div.product .woocommerce-tabs #reviews p.comment-form-comment input[type=submit] {}
div.product .woocommerce-tabs #reviews ol.commentlist { margin-left: 0 !important; }
div.product .woocommerce-tabs #reviews ol.commentlist li { margin-bottom: 30px; padding-left: 100px; position: relative; }
div.product .woocommerce-tabs #reviews ol.commentlist li:last-child { margin-bottom: 0; }
div.product .woocommerce-tabs #reviews ol.commentlist li img { left: 0; top: 0; position: absolute; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text { padding: 20px; border: 1px solid #e7e7e9; position: relative; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text:after, div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text:before { width: 0; height: 0; right: 100%; top: 30px; border: solid transparent; position: absolute; content: " "; pointer-events: none; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text:after { margin-top: -10px; border-color: rgba(255,255,255,0); border-right-color: #fff; border-width: 10px; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text:before { margin-top: -11px; border-color: rgba(231,231,233,0); border-right-color: #e7e7e9; border-width: 11px; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text p.meta { margin-bottom: 10px !important; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text p:last-child { margin-bottom: 0 !important; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text .star-rating { float: right; }

/* Description */
div.product .woocommerce-tabs .entry-content table { margin-bottom: 20px; border-spacing: 0; border-collapse: collapse; }
div.product .woocommerce-tabs .entry-content table thead td { padding: 5px 10px; color: white; background: #214098; }
div.product .woocommerce-tabs .entry-content table tbody td { padding: 5px 10px; background: #f5f5f5; border: 1px solid var(--color-silver-line); }

/* Shop attributes */
div.product .woocommerce-tabs table.shop_attributes { width: 100%; line-height: 100% !important; }
div.product .woocommerce-tabs table.shop_attributes th { width: 200px; padding: 3px 0; text-align: left; color: #000; }
div.product .woocommerce-tabs table.shop_attributes td { padding: 3px; }
div.product .woocommerce-tabs table.shop_attributes td p { margin-bottom: 0 !important; }

/* Related */
div.product .col_related_products { width: 200px; padding-top: 20px; border-left: 1px solid var(--color-silver-line); }
.products.related { padding-top: 20px; }


/*
----------------------------
	FREE SHIPPING STATUS
----------------------------
*/
.free_shipping_wrapper { margin-bottom: 20px; padding: 10px 20px; font-size: 18px; text-align: center; color: #000; line-height: 1; background: #fcdde3; }
.free_shipping_wrapper .free_shipping_status { height: 32px; padding-left: 40px; line-height: 32px; background: url(../images/icon_free_delivery_shipping.svg) no-repeat left center; background-size: auto 100%; display: inline-block; }


/*
------------------
	SHOP TABLE
------------------
*/
table.shop_table { padding: 20px; background: white; table-layout: fixed; border-spacing: 0; }
table.shop_table thead th { padding: 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #000; line-height: 1; border-bottom: 1px solid var(--color-silver-line); }


/*
--------------
	CART
--------------
*/
form.woocommerce-cart-form { padding: 20px 0; background: white; border: 1px solid var(--color-silver-line); }

table.shop_table.cart { width: 100%; padding: 20px; }

table.shop_table.cart thead tr th.product-remove { width: 60px; text-align: center; }
table.shop_table.cart thead tr th.product-thumbnail { width: 100px; }
table.shop_table.cart thead tr th.product-name { text-align: left; }
table.shop_table.cart thead tr th.product-quantity { width: 120px; text-align: center; }
table.shop_table.cart thead tr th.product-price { width: 120px; text-align: center; }
table.shop_table.cart thead tr th.product-subtotal { width: 120px; text-align: center; }

table.shop_table.cart tbody tr { position: relative; }
table.shop_table.cart tbody tr td { padding: 10px; border-bottom: 1px solid var(--color-silver-line); }

table.shop_table.cart tbody tr td.product-remove a { width: 30px; height: 30px; font-size: 24px; text-decoration: none !important; text-align: center; color: #3a3a3a !important; line-height: 30px; background: var(--color-silver); display: block; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
table.shop_table.cart tbody tr td.product-remove a:hover { color: white !important; background: #ed1846; }

table.shop_table.cart tbody tr td.product-thumbnail a { text-align: center; display: block; }
table.shop_table.cart tbody tr td.product-thumbnail a img { width: auto; max-width: 90%; height: auto; max-height: 80px; display: inline-block; }

table.shop_table.cart tbody tr td.product-quantity { text-align: center; }
table.shop_table.cart tbody tr td.product-quantity label { display: none !important; }
table.shop_table.cart tbody tr td.product-quantity input[type=number] { width: 90%; height: 50px; font-size: 18px; text-align: center; background: var(--color-silver); -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }

table.shop_table.cart tbody tr td.product-price { font-size: 18px; font-weight: 700; text-align: center; }

table.shop_table.cart tbody tr td.product-subtotal { font-size: 18px; font-weight: 700; text-align: center; color: var(--color-pink); }

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; }

table.shop_table.cart tbody tr td.actions .coupon { display: flex; float: left; }
table.shop_table.cart tbody tr td.actions .coupon label { display: none; }
table.shop_table.cart tbody tr td.actions .coupon .coupon_wrapper .button { vertical-align: top; display: inline-block; }
table.shop_table.cart tbody tr td.actions .coupon input[type=text] { width: 150px; height: 40px; margin-right: 10px; text-align: center; background: var(--color-silver); outline: 2px solid transparent; outline-offset: 2px; border-radius: 20px; }
table.shop_table.cart tbody tr td.actions .coupon input[type=text]:focus { outline-color: var(--color-pink); }

table.shop_table.cart tbody tr td.actions button[name=update_cart] { float: right; }

/* Cart collaterals */
.cart-collaterals { padding: 30px 0; padding-left: 50%; }
.cart-collaterals .cart_totals { width: 100%; padding: 20px; background: white; border: 1px solid var(--color-silver-line); }
.cart-collaterals .cart_totals h2 { display: none !important; }
.cart-collaterals .cart_totals table.shop_table { width: 100%; padding: 0; background: none; }
.cart-collaterals .cart_totals table.shop_table tbody tr th { width: 50%; padding: 10px 0; text-align: left; border-bottom: 1px solid var(--color-silver-line); }
.cart-collaterals .cart_totals table.shop_table tbody tr td { padding: 10px 0; border-bottom: 1px solid var(--color-silver-line); position: relative; }

.cart-collaterals .cart_totals ul li { list-style: none !important; }
.cart-collaterals .cart_totals ul.woocommerce-shipping-methods { margin-left: 0 !important; margin-bottom: 0 !important; }

.cart-collaterals .cart_totals .woocommerce-shipping-destination { display: none !important; }

.cart-collaterals .cart_totals .wc-proceed-to-checkout { padding-top: 20px; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button { width: 100%; padding: 0; }


/*
----------------
	CHECKOUT
----------------
*/
form.checkout #customer_details { width: 55%; float: left; }
form.checkout #order_review, 
form.checkout #order_review_heading { width: 40%; width: calc(45% - 50px); float: right; }

form.checkout #customer_details textarea, 
form.checkout #customer_details input[type=tel], 
form.checkout #customer_details input[type=email], 
form.checkout #customer_details input[type=text] { background: white !important; }

table.shop_table.woocommerce-checkout-review-order-table { width: 100%; margin-bottom: 20px; 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 { border-bottom: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total { 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; color: #000; }
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 th { text-align: left; }
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.shipping td { font-size: 20px; border-top: 2px solid var(--color-silver-line); border-bottom: 2px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td strong { font-size: 17px; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td p { margin-bottom: 10px !important; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul { margin-left: 0 !important; margin-bottom: 0 !important; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li { margin-bottom: 10px; padding-left: 30px; font-size: 17px; line-height: 20px !important; position: relative; list-style: none !important; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li:last-child { margin-bottom: 0; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li label { cursor: pointer; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li input { left: 0; top: 5px; position: absolute; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping ul li span { font-weight: 700; color: #000; }

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; color: #000; background: var(--color-silver); }

/* Payment methods */
form.checkout .woocommerce-checkout-payment ul { margin-left: 0 !important; padding: 20px; color: white; background: var(--color-blue); }
form.checkout .woocommerce-checkout-payment ul li { list-style: none !important; }
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 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; text-align: center; line-height: 50px; display: block; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }

/* Terms and conditions */
.woocommerce-terms-and-conditions-wrapper { margin-bottom: 20px; padding: 20px; background: #fcdde3; 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 p input[type=checkbox] { left: 0; top: 3px; 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; border-bottom: 1px solid var(--color-silver-line); }

.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; }


/*
-------------------
	MY ACCOUNT
-------------------
*/
nav.woocommerce-MyAccount-navigation ul { margin-bottom: 0 !important; margin-left: 0 !important; font-size: 0; }
nav.woocommerce-MyAccount-navigation ul li { margin-right: 3px; text-align: center; vertical-align: top; display: inline-block; }
nav.woocommerce-MyAccount-navigation ul li a { width: 150px; height: 70px; font-size: 20px; font-weight: 500; text-decoration: none !important; color: #3a3a3a; line-height: 70px; background: #e1e1e1; display: block; }
nav.woocommerce-MyAccount-navigation ul li a span { padding: 0 2px 4px 2px; border-bottom: 1px solid #787878; }
nav.woocommerce-MyAccount-navigation ul li.is-active a { background: white; }

nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }

.woocommerce-MyAccount-content { padding: 30px; background: white;}

/* Customer login */
#customer_login { background: var(--color-silver); border: 1px solid var(--color-silver-line); display: table; }
#customer_login .col-1 { width: 50%; padding: 20px; border-right: 1px solid var(--color-silver-line); display: table-cell; }
#customer_login .col-2 { width: 50%; padding: 20px; display: table-cell; }
#customer_login .woocommerce-privacy-policy-text { margin-bottom: 20px; padding: 10px; font-size: 15px; color: #000; line-height: 20px; background: #fcdde3; }
#customer_login .woocommerce-privacy-policy-text p:last-child { margin-bottom: 0 !important; }


/*
-------------
	FORM
-------------
*/
.form-row { min-height: 50px; margin-bottom: 10px; position: relative; }
.form-row.form-row-first { width: 50%; width: calc(50% - 5px); float: left; }
.form-row.form-row-last { width: 50%; width: calc(50% - 5px); float: right; }
.form-row.form-row-wide { clear: both; }

.form-row label { margin-bottom: 5px; font-weight: 700; color: #000; line-height: 1; display: block; }
.form-row label .required { color: #ff3333; }

.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=number], 
.form-row input[type=password] { width: 100%; height: 50px; padding-left: 10px; background: var(--color-silver); outline: 2px solid transparent; -webkit-border-radius: 25px; border-radius: 25px; }

.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=number]:focus, 
.form-row input[type=password]:focus { outline-color: var(--color-pink); }

.form-row textarea { height: 150px; padding: 10px; resize: vertical; }

.form-row .select2-container { width: 400px !important; float: left; }

/* Fieldset */
fieldset { margin-bottom: 20px; padding: 20px; background: var(--color-silver); }
fieldset legend { padding: 10px 15px; font-size: 20px; font-weight: 700; color: var(--color-pink); line-height: 1; background: white; display: inline-block; }
fieldset .form-row { margin-bottom: 10px !important; }
fieldset .form-row label { width: 100%; display: block; float: none; }
fieldset .form-row input[type=password] { width: 100%; }

/* Custom classes */
.select2-choice { height: 40px; line-height: 40px; }
#billing_address_2_field, #shipping_address_2 { margin-left: 230px; }


/*
------------------
	RWD DESIGN
------------------
*/
@media only screen and (max-width: 1200px) { 
	
	/* CHECKOUT */
	form.checkout #customer_details { width: 48%; width: calc(50% - 25px); }
	form.checkout #order_review, 
	form.checkout #order_review_heading { width: 48%; width: calc(50% - 25px); }
	
	/* MY ACCOUNT */
	nav.woocommerce-MyAccount-navigation ul li a { width: auto; height: 60px; padding: 0 20px; font-size: 18px; line-height: 60px; }
}

@media only screen and (max-width: 960px) { 

	/* PRODUCTS: Category */
	ul.products li.product-category { width: 25%; }
	
	/* PRODUCTS */
	body.home ul.products li { width: 33.3333333333%; }
	.products.related ul.products li { width: 33.3333333333%; }
	
	/* PRODUCT */
	div.product { padding: 30px 20px; }
	
	/* PRODUCT: Images */
	div.product .images { width: 100%; margin-right: 0; }
	
	/* CART: Cart collaterals */
	.cart-collaterals { padding: 20px 0; padding-left: 0; }
	
	/* CHECKOUT */
	form.checkout #customer_details { width: 100%; float: none; }
	form.checkout #order_review, 
	form.checkout #order_review_heading { width: 100%; float: none; }
	
	table.shop_table.woocommerce-checkout-review-order-table { width: 100%; }
	
	/* MY ACCOUNT */
	nav.woocommerce-MyAccount-navigation ul li { width: 100%; margin-bottom: 2px; margin-right: 0; text-align: center; vertical-align: top; display: inline-block; }
	nav.woocommerce-MyAccount-navigation ul li a { width: 100%; height: 50px; line-height: 50px; font-size: 20px; }
	nav.woocommerce-MyAccount-navigation ul li a span { padding: 0; border-bottom: none; }
	nav.woocommerce-MyAccount-navigation ul li.is-active a { color: white !important; background: var(--color-blue); }
}

@media only screen and (max-width: 768px) { 

	/* PRODUCT COUNT and ORDERING */
	.woocommerce-result-count { width: 100%; height: auto; margin-bottom: 10px !important; line-height: 1; border-top: none; border-bottom: none; float: none; }
	.woocommerce-ordering { width: 100%; height: auto; padding-top: 0; padding-bottom: 10px; text-align: left; border-top: none; float: none; }
	.woocommerce-ordering select { width: 100%; }
	
	/* PRODUCTS: Category */
	ul.products li.product-category { width: 33.3333333333%; }

	/* 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) { margin-top: 20px; }
	
	.products.related ul.products li { width: calc(50% - 20px); }
	.products.related ul.products li:nth-child(3) { margin-top: 20px; }
	
	/* PRODUCT: Tabs */
	div.product .woocommerce-tabs ul.tabs { border-bottom: none; }
	div.product .woocommerce-tabs ul.tabs li { width: 100%; margin-right: 0; margin-bottom: 10px; }

	
	/* SHOP TABLE */
	table.shop_table.shop_table_responsive thead { display: none !important; }
	table.shop_table.shop_table_responsive tbody { display: block; }
	table.shop_table.shop_table_responsive tbody tr { display: block; }
	table.shop_table.shop_table_responsive tbody tr th { display: none; }
	table.shop_table.shop_table_responsive tbody tr td { width: 100%; display: block; }
	table.shop_table.shop_table_responsive tbody tr td::before { margin-right: 10px; font-weight: 700; float: left; content: attr(data-title) ": "; }
	table.shop_table.shop_table_responsive tbody tr td { text-align: left !important; }
	
	/* CART */
	form.woocommerce-cart-form { padding: 0; background: none; border: none; }
	table.shop_table.cart { padding: 0; background: none; border: none; }
	
	table.shop_table.cart tbody tr { margin: 20px 0; background: white; border: 1px solid var(--color-silver-line); }
	table.shop_table.cart tbody tr:first-child { margin-top: 0; }
	table.shop_table.cart tbody tr:last-child { margin-bottom: 0; }
	table.shop_table.cart tbody tr td { padding: 10px; border-bottom-style: dotted; }
	table.shop_table.cart tbody tr td.product-thumbnail::before { display: none; }
	
	table.shop_table.cart tbody tr td.product-quantity::before { display: none; }
	table.shop_table.cart tbody tr td.product-quantity input[type=number] { width: 100%; }
	
	table.shop_table.cart tbody tr td.product-subtotal { border-bottom: none; }
	
	table.shop_table.cart tbody tr td.product-remove { padding: 0; border-bottom: none; }
	table.shop_table.cart tbody tr td.product-remove::before { display: none; }
	table.shop_table.cart tbody tr td.product-remove a { right: 20px; top: 20px; position: absolute; }
	
	table.shop_table.cart tbody tr td.update_cart::before { display: none; }
	table.shop_table.cart tbody tr td.update_cart strong { display: block; }
	
	table.shop_table.cart tbody tr td.actions { border-bottom: none; }
	table.shop_table.cart tbody tr td.actions::before { display: none; }
	table.shop_table.cart tbody tr td.actions .coupon { width: 100%; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--color-silver-line); display: flex; justify-content: space-between; }
	table.shop_table.cart tbody tr td.actions .coupon input[type=text] { width: calc(50% - 10px); margin-right: 0; }
	table.shop_table.cart tbody tr td.actions .coupon .button { width: calc(50% - 10px); }
	
	table.shop_table.cart tbody tr td.actions button[name=update_cart] { float: none; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 100%; padding-left: 100px; }
	.cart-collaterals .cart_totals table.shop_table tbody tr td::before { left: 0; top: 10px; position: absolute; }
	
	/* MY ACCOUNT: Customer login */
	#customer_login { background: none; border: none; display: block; }
	#customer_login .col-1 { width: 100%; margin-bottom: 20px; padding: 0; border-right: none; border-bottom: 2px solid var(--color-silver-line); display: block; }
	#customer_login .col-2 { width: 100%; padding: 0; display: block; }
}

@media only screen and (max-width: 640px) { 

	/* PRODUCTS */
	ul.products li { padding-bottom: 130px; }
	
	/* PRODUCTS: Entry */
	ul.products li .entry h3 a { font-size: 18px; }
	
	/* PRODUCTS: Price and button */
	ul.products li .price_wrapper { height: 130px; }
	ul.products li .price_wrapper .price { width: 100%; height: 50px; display: flex; align-items: center; align-content: center; justify-content: center; }
	ul.products li .price_wrapper .price del { width: 100%; }
	
	ul.products li a.button { width: 100%; }

	/* ORDER */
	.woocommerce-customer-details .addresses { display: block; }
	.woocommerce-customer-details .addresses .col-1 { width: 100%; border-right: none; border-bottom: 1px solid var(--color-silver-line); display: block; }
	.woocommerce-customer-details .addresses .col-2 { width: 100%; display: block; }
	
	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; }
}

@media only screen and (max-width: 480px) { 

	/* PRODUCTS: Category */
	ul.products li.product-category { width: 50%; }

	/* PRODUCTS: Thumbnail */
	ul.products li a.thumbnail { height: 150px; }
	ul.products li a.thumbnail img { max-height: 150px; }

	/* THE PRODUCT: Additional box */
	div.product .additional_box { background-position: -30px center; }
	div.product .additional_box a { left: 160px; font-size: 20px; }
	div.product .additional_box .text { left: 30px; }
	
	/* FREE SHIPPING STATUS */
	.free_shipping_wrapper { margin-bottom: 20px; padding: 10px 20px; font-size: 18px; text-align: center; color: #000; line-height: 1; background: #fcdde3; }
	.free_shipping_wrapper .free_shipping_status { height: auto; padding-left: 0; padding-top: 50px; line-height: 20px; background-position: center top; background-size: auto 50px; display: inline-block; }
	
	/* CART */
	table.shop_table.cart tbody tr td.actions .coupon input[type=text] { width: 100%; margin-bottom: 10px; }
	table.shop_table.cart tbody tr td.actions .coupon .button { width: 100%; }
}