/* 
---------------
	OVERLAY
---------------
*/
.blockOverlay { background: var(--color-silver) !important; opacity: 70% !important; z-index: 10 !important; }
body.woocommerce-cart .blockOverlay { background: white !important; }
body.woocommerce-cart .cart-collaterals .blockOverlay { background: white !important; }

/* Default: H3 */
.u-columns h3 { margin-bottom: 20px; color: var(--color-blue) !important; position: relative; }


/*
-----------------
	MESSAGES
-----------------
*/
.notice { font-size: 16px; font-weight: 700; color: #000 !important }
.woocommerce-NoticeGroup { width: 100%; }

.notice.success,
.woocommerce-info, 
.woocommerce-message, 
.wc-block-components-notice-banner { margin-bottom: 20px; padding: 10px 20px; font-size: 16px; color: #000; background: var(--color-green-a10); border: 1px solid var(--color-green) !important; position: relative; }

.woocommerce-info { display: flex; justify-content: space-between; align-items: center; align-content: center; }

/* Message */
.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; }
body.single-product .woocommerce-message { margin-top: 20px; }

/* Info */
.woocommerce-info ul { margin-bottom: 0 !important; }
.woocommerce-info .button { height: 40px; padding: 0 20px !important; font-size: 16px; line-height: 40px; }

.woocommerce-error { margin-left: 0 !important; padding: 10px; font-size: 16px; color: var(--color-dark); background: var(--color-red-a10); border: 1px solid var(--color-red); border-radius: 3px; list-style: none !important; }
body.single-product .woocommerce-error { margin-top: 20px; }

.wc-block-components-notice-banner { padding-left: 50px; }
.wc-block-components-notice-banner svg { left: 10px; top: 17px; background: var(--color-green); fill: white; position: absolute; border-radius: 50%; }
.wc-block-components-notice-banner .button { height: 40px; padding: 0 20px !important; font-size: 16px; line-height: 40px; order: 2; }
.wc-block-components-notice-banner .wc-block-components-notice-banner__content { display: flex; align-items: center; align-content: center; justify-content: space-between; }
.wc-block-components-notice-banner .wc-block-components-notice-banner__summary { width: 100%; margin-bottom: 0 !important; font-weight: 700; }
.wc-block-components-notice-banner ul { margin-bottom: 0 !important; }
.wc-block-components-notice-banner ul li { line-height: 20px !important; }

.wc-block-components-notice-banner.is-error { background: var(--color-red-a10) !important; border-color: var(--color-red) !important; }
.wc-block-components-notice-banner.is-error svg { background: var(--color-red); }


/*
--------------
	FILTER
--------------
*/
#content .widget_layered_nav_filters { margin-bottom: 20px; display: flex; flex-wrap: wrap; align-content: center; }
#content .widget_layered_nav_filters .widget_title { font-size: 14px; font-weight: 700; line-height: 30px; }
#content .widget_layered_nav_filters .widget_title:after { content: ':'; }
#content .widget_layered_nav_filters ul { margin-left: 0 !important; margin-bottom: 0 !important; display: flex; list-style: none; }
#content .widget_layered_nav_filters ul li { margin-right: 10px; margin-bottom: 10px; }
#content .widget_layered_nav_filters ul li a { height: 30px; padding: 0 10px; font-size: 14px; font-weight: 700; text-decoration: none !important; color: #000 !important; line-height: 30px; background: var(--color-silver-line); display: flex; align-items: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#content .widget_layered_nav_filters ul li a:hover { background: var(--color-red-a10); }
#content .widget_layered_nav_filters ul li a:after { width: 16px; height: 16px; margin-left: 5px; background: var(--color-red) url(../images/icon_close_white.svg) no-repeat center; background-size: auto 10px; display: inline-block; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#content .widget_layered_nav_filters ul li a .amount { margin-left: 4px; }


/*
---------------------------------
	RESULT COUNT and ORDERING
---------------------------------
*/
.woocommerce-result-count { height: 40px; font-weight: 700; line-height: 40px; float: left; }

/* Ordering */
.woocommerce-ordering { float: right; }
.woocommerce-ordering select { height: 40px; border: 1px solid var(--color-silver-line); }


/*
----------------
	PRODUCTS
----------------
*/
ul.products { margin-left: -10px !important; margin-right: -10px; margin-bottom: 30px; display: flex; flex-wrap: wrap; position: relative; list-style: none !important; clear: both; }
ul.products li.product { width: calc(25% - 20px); margin: 20px 10px 0; padding-bottom: 60px; background: white; border: 1px solid var(--color-silver-line); position: relative; border-radius: 10px; overflow: hidden; }
ul.products li.product:nth-child(-n+4) { margin-top: 0; }
ul.products li.product:hover { border-color: var(--color-dark); }

/* Labels */
ul.products li.product .labels { left: 10px; top: 20px; position: absolute; z-index: 2; }
ul.products li.product .labels div { width: max-content; margin-bottom: 5px; padding: 0 10px; font-size: 12px; color: white; line-height: 24px; z-index: 2; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
ul.products li.product .labels div.new { background: var(--color-blue); }
ul.products li.product .labels div.free_shipping { background: var(--color-blue); }
ul.products li.product .labels div.out_of_stock { background: var(--color-red); }
ul.products li.product .labels div.onsale { background: var(--color-green); }

/* Thumbnail */
ul.products li.product .thumbnail { background: var(--color-silver); display: block; position: relative; }
ul.products li.product .thumbnail:before { padding-top: 100%; display: block; content: ''; }
ul.products li.product .thumbnail img { width: auto; max-width: 90%; height: auto; max-height: 90%; left: 50%; top: 50%; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/* Entry */
ul.products li.product .entry { padding: 20px; display: flex; }
ul.products li.product .entry h3 { width: 100%; min-height: 40px; margin-bottom: 10px !important; }
ul.products li.product .entry h3 a { font-size: 20px; font-weight: 700; text-decoration: none !important; color: var(--color-dark-blue) !important; line-height: 20px; display: block; }

/* Price */
ul.products li.product .price__action_button { left: 20px; right: 20px; bottom: 20px; display: flex; justify-content: space-between; align-items: center; position: absolute; }
ul.products li.product .price { width: calc(100% - 50px); font-size: 22px; font-weight: 700; color: var(--color-blue) !important; line-height: 100%; display: flex; flex-wrap: wrap; align-items: center; }
ul.products li.product .price del { margin-right: 10px; font-size: 15px; font-weight: 400; text-decoration: line-through; color: #666 !important; }
ul.products li.product .price small { width: 100%; font-size: 13px; font-weight: 400; color: #aaa; display: block !important; }

/* Button */
ul.products li.product .button { width: 50px; height: 50px; padding: 0 !important; font-size: 0 !important; background-image: url(../images/icon_eye_white.svg); background-repeat: no-repeat; background-position: center; background-size: auto 20px; }
ul.products li.product .added_to_cart { display: none !important; }

/* Term description */
.term-description { margin-top: 30px; }

/* Column 2 */
ul.products.columns-2 li { width: calc(50% - 20px); }
ul.products.columns-2:nth-child(-n+2) li { margin-top: 0; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination { margin-top: 50px; text-align: center; }
.woocommerce-pagination ul { margin-left: 0 !important; display: flex; flex-wrap: wrap; justify-content: center; list-style: none !important; }
.woocommerce-pagination ul li { margin: 0 2px; } 
.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; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.woocommerce-pagination ul li a { color: var(--color-blue) !important; }
.woocommerce-pagination ul li a:hover { background: var(--color-silver); }
.woocommerce-pagination ul li span { color: white; background: var(--color-blue); }


/*
-----------------------
	SINGLE PRODUCT
-----------------------
*/
.single_product_wrap { display: flex; flex-wrap: wrap; position: relative; }

/* On Sale */
div.product .onsale { left: 0; top: 20px; padding: 10px; font-size: 18px; font-weight: 700; color: white; line-height: 20px; background: var(--color-green); position: absolute; z-index: 100; }

/* Images */
div.product .images { width: 50%; margin-bottom: 30px; background: var(--color-silver); position: relative; }
div.product .images:before { width: calc((100vw - 1280px - 116px) /2); height: 100%; right: 100%; top: 0; background: var(--color-silver); position: absolute; content: ''; z-index: 1000; }
div.product .images img { width: auto; max-width: 100%; }

div.product .images .woocommerce-product-gallery__wrapper { margin-left: -10px; margin-right: -10px; display: flex; flex-wrap: wrap; justify-content: center; }
div.product .images .woocommerce-product-gallery__wrapper a { display: block; }

div.product .images .woocommerce-product-gallery__image:nth-child(1) { width: 100%; margin: 0 10px 20px; padding: 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%; max-height: 500px; margin: auto; display: block; }

div.product .images .woocommerce-product-gallery__image:nth-child(n+2) { width: calc(25% - 20px); margin: 0 10px 20px; }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a { padding: 10px; text-align: center; background: white; border: 1px solid var(--color-silver-line); display: block; position: relative; }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a:hover { border-color: var(--color-blue); }
div.product .images .woocommerce-product-gallery__image:nth-child(n+2) a img { width: auto; max-width: 100%; height: auto; max-height: 100%; display: block; }

/* Summary */
div.product .summary { width: 50%; padding: 50px 0 0 50px; }
div.product .summary h1 { font-size: 40px !important; color: var(--color-blue); line-height: 100%; position: relative; }

/* Stock status */
div.product .summary .stock_status { margin-bottom: 20px; padding-left: 30px; font-weight: 700; position: relative; }
div.product .summary .stock_status:before { width: 20px; height: 20px; left: 0; top: 2px; background: var(--color-red) url(../images/icon_cancel_white.svg) no-repeat center; background-size: 12px auto; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
div.product .summary .stock_status.in_stock { color: var(--color-green); }
div.product .summary .stock_status.in_stock:before { background-color: var(--color-green); background-image: url(../images/icon_check_white.svg); }

/* Description */
div.product .summary .description { margin-bottom: 20px; font-size: 16px; color: var(--color-gray); line-height: 24px; position: relative; }
div.product .summary .description p { margin-bottom: 0 !important; }
div.product .summary .description strong { color: var(--color-blue); }
div.product .summary .freeshipping_info { margin-bottom: 20px; padding: 15px 10px 15px 40px; font-size: 15px; font-weight: 700; color: white; line-height: 1; background: #f99726; position: relative; }
div.product .summary .freeshipping_info img { width: auto; height: 20px; left: 10px; top: 11px; display: block; position: absolute; }
div.product .summary .freeshipping_info .item { margin: 0 10px; word-spacing: 1px; }

div.product .summary .shipping_info { margin-bottom: 20px; padding: 15px 10px; font-size: 15px; font-weight: 700; color: #222; line-height: 1; background: white; border: 1px solid var(--color-blue); }
div.product .summary .shipping_info img { width: auto; height: 20px; margin-right: 6px; vertical-align: sub; display: inline-block; position: relative; }

/* Price */
div.product .summary .price { font-size: 30px; font-weight: 700; color: var(--color-blue); line-height: 100%; display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
div.product .summary .price del { width: 100%; font-size: 14px; font-weight: 400; text-decoration: line-through; color: var(--color-gray) !important; display: block; }
div.product .summary .price small { display: none; }

/* Variations */
div.product table.variations { width: 100%; display: block; }
div.product table.variations tbody { display: block; }
div.product table.variations tbody tr { display: block; }
div.product table.variations tbody tr th { text-align: left; display: block; }
div.product table.variations tbody tr td { display: block; }
div.product table.variations tbody tr td select { width: 100%; height: 50px; padding-left: 10px; font-size: 18px; background: white; border: 1px solid var(--color-silver-line); border-radius: 2px; }
div.product table.variations tbody tr td select:focus { border-color: var(--color-blue); outline: 4px solid var(--color-silver-line); }

div.product table.variations tbody tr td .reset_variations { margin-top: 10px; font-size: 16px; font-weight: 700; color: var(--color-red) !important; display: inline-block; }
div.product table.variations tbody tr td .reset_variations:hover { color: var(--color-dark-blue) !important; }

div.product .single_variation_wrap { width: 100%; }
div.product .single_variation_wrap .woocommerce-variation-price { margin-bottom: 10px; }
div.product .single_variation_wrap .single_add_to_cart_button { border-radius: 0 3px 3px 0 !important; }
div.product .single_variation_wrap .variations_button { display: flex; }

/* Cart */
div.product .summary form.cart { margin-bottom: 20px; display: flex; position: relative; }
div.product .summary form.cart .quantity { width: 60px; height: 60px; }
div.product .summary form.cart .quantity button { display: none !important; }
div.product .summary form.cart .quantity input[type=number] { width: 100%; height: 100%; font-size: 18px; text-align: center; background: white; border: 1px solid var(--color-silver-line); border-right: none; }

div.product .summary form.cart .single_add_to_cart_button { width: calc(100% - 60px); height: 100%; padding: 0 10px !important; font-size: 18px; vertical-align: top; line-height: 60px; background-color: var(--color-green) !important; display: inline-block; border-radius: 0 3px 3px 0; }
div.product .summary form.cart .single_add_to_cart_button:hover { background-color: var(--color-blue) !important; }

/* Sold individually */
div.product.sold-individually .summary form.cart .quantity { display: none; }
div.product.sold-individually .summary form.cart .single_add_to_cart_button { width: 100%; }

/* Product meta */
div.product .summary .product_meta { margin-bottom: 30px; /*display: none !important;*/ }
div.product .summary .product_meta .sku_wrapper { display: none !important; }

/* USP */
div.product .usp_wrap { margin-bottom: 30px; padding: 20px 0; border-top: 1px solid var(--color-silver-line); border-bottom: 1px solid var(--color-silver-line); display: flex; flex-wrap: wrap; }
div.product .usp_wrap .usp { padding-left: 60px; padding-right: 10px; }
div.product .usp_wrap .usp img { height: 30px; }
div.product .usp_wrap .usp .usp_title { font-size: 14px; }
div.product .usp_wrap .usp .usp_text { display: none; }

/* Tabs */
div.product .woocommerce-tabs { width: 100%; position: relative; clear: both; }
div.product .woocommerce-tabs ul.tabs { margin-left: 0 !important; padding: 10px; background: var(--color-blue); list-style: none !important; display: flex; position: relative; z-index: 2; }
div.product .woocommerce-tabs ul.tabs li { margin-bottom: 0 !important; margin-right: 10px; }
div.product .woocommerce-tabs ul.tabs li a { height: 40px; padding: 0 20px; font-size: 16px; font-weight: 700; text-decoration: none !important; color: white !important; display: flex; align-items: center; justify-content: center; border-radius: 20px; }
div.product .woocommerce-tabs ul.tabs li a:hover { text-decoration: underline !important; }
div.product .woocommerce-tabs ul.tabs li.active a { color: var(--color-dark-blue) !important; background: var(--color-yellow); }

div.product .woocommerce-tabs .panel.panel-description { margin-bottom: 70px; display: block !important; }
div.product .woocommerce-tabs .panel.panel-description h3 { height: 50px; margin-bottom: 20px; font-size: 18px !important; font-weight: 500; text-transform: uppercase; color: #162c4a; border-bottom: 2px solid #e1e1e1; }
div.product .woocommerce-tabs .panel.panel-description h3 span { height: 100%; display: inline-block; position: relative; }
div.product .woocommerce-tabs .panel.panel-description h3 span:after { width: 100%; height: 3px; left: 0; bottom: -2px; background: #162c4a; position: absolute; content: ''; }
div.product .woocommerce-tabs .panel.panel-description strong { color: var(--color-blue); }

div.product .panel .technical_description a { min-height: 25px; font-size: 16px; font-weight: 500; line-height: 25px; display: block; }
div.product .panel .technical_description a:before { font-size: 25px; text-decoration: none; vertical-align: middle; color: var(--color-blue); display: inline-block; }

div.product .woocommerce-tabs .panel table.shop_attributes { width: 100%; border-collapse: collapse; border-spacing: 0; }
div.product .woocommerce-tabs .panel table.shop_attributes tbody tr:nth-child(odd) { background: var(--color-silver); }
div.product .woocommerce-tabs .panel table.shop_attributes tbody tr th { width: 200px; padding: 10px; text-align: left; }
div.product .woocommerce-tabs .panel table.shop_attributes tbody tr td { padding: 10px; text-align: left; }
div.product .woocommerce-tabs .panel table.shop_attributes tbody tr td p:last-child { margin-bottom: 0 !important; }

/* Related products */
.related.products { padding: 70px 0; background: var(--color-silver); clear: both; }
.related.products h2 { margin-bottom: 30px; padding-bottom: 20px; font-size: 30px; color: var(--color-blue); line-height: 110%; border-bottom: 3px solid var(--color-silver-line); }


/*
--------------
	CART
--------------
*/
table.shop_table { width: 100%; margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; }

table.shop_table.cart thead tr th { padding: 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: white; line-height: 16px; background: var(--color-blue); }
table.shop_table.cart thead tr th.product-remove { font-size: 0; }
table.shop_table.cart thead tr th.product-thumbnail { font-size: 0; }
table.shop_table.cart thead tr th.product-price { text-align: center; }
table.shop_table.cart thead tr th.product-subtotal { text-align: right; }

table.shop_table.cart tbody tr td { padding: 20px 10px; border-bottom: 1px solid var(--color-silver-line); }

table.shop_table.cart tbody tr td.product-remove { width: 50px; }
table.shop_table.cart tbody tr td.product-remove a { width: 30px; height: 30px; text-align: center; text-decoration: none !important; color: var(--color-dark) !important; line-height: 30px; background: var(--color-silver); display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
table.shop_table.cart tbody tr td.product-remove a:hover { color: white !important; background: var(--color-red); }

table.shop_table.cart tbody tr td.product-name dl.variation { font-size: 15px; line-height: 20px; display: flex; }
table.shop_table.cart tbody tr td.product-name dl.variation dt { margin-right: 5px; }
table.shop_table.cart tbody tr td.product-name dl.variation dd p:last-child { margin-bottom: 0 !important; }

table.shop_table.cart tbody tr td.product-thumbnail { width: 120px; }
table.shop_table.cart tbody tr td.product-thumbnail a { width: 100px; height: 100px; padding: 5px; text-align: center; background: white; border: 1px solid var(--color-silver-line); display: flex; align-items: center; justify-content: center; }
table.shop_table.cart tbody tr td.product-thumbnail a:hover { border-color: var(--color-blue); }
table.shop_table.cart tbody tr td.product-thumbnail img { width: auto; max-width: 100%; height: auto; max-height: 100%; display: block; }

table.shop_table.cart tbody tr td.product-price { width: 150px; text-align: center; }

table.shop_table.cart tbody tr td.product-quantity { width: 150px; }
table.shop_table.cart tbody tr td.product-quantity button { width: 20px; height: 20px; color: white !important; background: var(--color-blue); cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
table.shop_table.cart tbody tr td.product-quantity button:hover { background: var(--color-dark); }
table.shop_table.cart tbody tr td.product-quantity input[type=number] { width: 70px; height: 50px; margin: 0 5px; text-align: center; background: white; border: 1px solid var(--color-silver-line); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
table.shop_table.cart tbody tr td.product-quantity input[type=number]:focus { background: white; border-color: white; outline: 2px solid var(--color-blue); }
table.shop_table.cart tbody tr td.product-quantity.is_sold_individually button { display: none; }

table.shop_table.cart tbody tr td.product-subtotal { width: 150px; text-align: right; }

table.shop_table.cart tbody tr td.actions .coupon { float: left; }
table.shop_table.cart tbody tr td.actions .coupon label { display: none !important; }
table.shop_table.cart tbody tr td.actions .coupon input[type=text] { width: 150px; height: 50px; margin-right: 10px; text-align: center; background: var(--color-silver); border: 1px solid var(--color-silver-line); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
table.shop_table.cart tbody tr td.actions .coupon input[type=text]:focus { background: white; border-color: white; outline: 2px solid var(--color-blue); }

table.shop_table.cart tbody tr td.actions button[name=update_cart] { float: right; }

.cart-collaterals { padding: 50px; color: var(--color-dark); background: white; border: 1px solid var(--color-silver-line); border-radius: 10px; }
.cart-collaterals h3 { color: white !important; }
.cart-collaterals table { width: 100%; }
.cart-collaterals table tbody tr th { width: 150px; padding: 10px; text-align: left; border-bottom: 1px solid var(--color-silver-line); }
.cart-collaterals table tbody tr td { padding: 10px; text-align: left; border-bottom: 1px solid var(--color-silver-line); }

.cart-collaterals ul { margin-left: 0 !important; margin-bottom: 10px !important; list-style: none !important; }
.cart-collaterals ul li { margin-bottom: 5px !important; }
.cart-collaterals ul li:last-child { margin-bottom: 0 !important; }
.cart-collaterals ul li label { cursor: pointer; }

.cart-collaterals p.woocommerce-shipping-destination { margin-bottom: 0 !important; font-size: 15px; }

/* Block editor */
.wc-block-components-product-details.wc-block-components-product-details { margin: 0 !important; }
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) { font-weight: 500; text-decoration: none !important; color: white !important; background: var(--color-green); border-radius: 27px; }
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover { background: var(--color-blue); }


/*
------------------
	CHECKOUT
------------------
*/
h3#order_review_heading { display: none; }

/* FAD */
.fad { min-height: 150px; margin-bottom: 30px; padding: 20px 230px 20px 20px; background: #cbdcf4 url(../images/bgr_fad.png) no-repeat right bottom; display: flex; align-items: center; align-content: center; border-radius: 5px; }
.fad h3 { margin-bottom: 10px !important; color: var(--color-dark) !important; }
.fad p { font-size: 16px; line-height: 20px; }
.fad p:last-child { margin-bottom: 0 !important; }

/* Coupon */
form.woocommerce-form-coupon { margin-bottom: 30px; padding: 20px; background: white; border: 1px solid var(--color-silver-line); border-left: 5px solid var(--color-blue); display: block !important; position: relative; }
form.woocommerce-form-coupon p { margin-bottom: 0 !important; }
form.woocommerce-form-coupon .coupon_text { height: 50px; margin-right: 80px; padding-left: 70px; background: url(../images/icon_discount.svg) no-repeat left center; background-size: auto 50px; }
form.woocommerce-form-coupon .coupon_text h3 { margin-bottom: 0 !important; font-size: 25px; font-weight: 500; color: var(--color-blue); }

form.checkout { display: flex; flex-wrap: wrap; justify-content: space-between; }

/* Customer details */
form.checkout #customer_details { width: calc(100% - 500px); padding-right: 50px; }
form.checkout #order_review { width: 500px; }

/* Order review */
form.checkout .order_review { width: 450px; }
form.checkout .woocommerce-checkout-review-order { position: relative; z-index: 0; overflow: hidden; }

form.checkout table { width: 100%; margin-bottom: 30px; background: white; border: 1px solid var(--color-silver-line); }
form.checkout table thead tr th { padding: 10px; font-size: 14px; font-weight: 700; text-align: left; border-bottom: 1px solid var(--color-silver-line); }
form.checkout table thead tr th.product-total { text-align: right; }

form.checkout table tbody tr td { padding: 10px; font-size: 16px; line-height: 20px; border-bottom: 1px solid var(--color-silver-line); }

form.checkout table tbody tr td.product-name dl.variation { font-size: 15px; line-height: 20px; display: flex; }
form.checkout table tbody tr td.product-name dl.variation dt { margin-right: 5px; }
form.checkout table tbody tr td.product-name dl.variation dd p:last-child { margin-bottom: 0 !important; }

form.checkout table tbody tr td.product-total { text-align: right; }
form.checkout table tbody tr:last-child td { border-bottom: 3px solid var(--color-silver-line); }

form.checkout table tfoot tr th, 
form.checkout table tfoot tr td { padding: 10px; font-size: 16px; line-height: 20px; text-align: left; border-bottom: 1px solid var(--color-silver-line); }
form.checkout table tfoot tr td { text-align: right; }
form.checkout table tfoot tr.shipping td { text-align: left; }

form.checkout table ul.woocommerce-shipping-methods { margin-left: 0 !important; margin-bottom: 0 !important; text-align: left; }
form.checkout table ul.woocommerce-shipping-methods li { margin-bottom: 10px; padding-left: 30px; font-size: 15px; position: relative; list-style: none !important; }
form.checkout table ul.woocommerce-shipping-methods li:last-child { margin-bottom: 0; }
form.checkout table ul.woocommerce-shipping-methods li label { cursor: pointer; }
form.checkout table ul.woocommerce-shipping-methods li input[type=radio] { left: 0; top: 0; margin: 0 !important; position: absolute; }
form.checkout table ul.woocommerce-shipping-methods li .amount { font-weight: 700; }

/* GLS */
form.checkout .gls-woocommerce-shipping-fields h2 { margin-bottom: 10px !important; font-size: 25px !important; font-weight: 700; text-transform: none !important; color: #254d46 !important; }
form.checkout .gls-woocommerce-shipping-fields { margin-bottom: 20px; }
form.checkout .leaflet-container { margin-top: 0 !important; margin-bottom: 30px; border: 4px solid rgba(0 0 0 / 3%); }

/* Payment */
form.checkout .woocommerce-checkout-payment ul { margin-left: 0 !important; margin-bottom: 20px !important; background: var(--color-blue); list-style: none !important; }
form.checkout .woocommerce-checkout-payment ul li { margin-bottom: 0 !important; padding: 15px 10px; border-bottom: 1px solid rgba(255 255 255 / 20%); position: relative; }
form.checkout .woocommerce-checkout-payment ul li img { max-width: 100%; }
form.checkout .woocommerce-checkout-payment ul li label { padding-left: 30px; font-size: 17px; font-weight: 700; color: white; line-height: 20px; display: inline-block; cursor: pointer; }
form.checkout .woocommerce-checkout-payment ul li label a { display: block; }
form.checkout .woocommerce-checkout-payment ul li p { margin-bottom: 0 !important; font-size: 14px; color: white; line-height: 20px; }
form.checkout .woocommerce-checkout-payment ul li input[type=radio] { left: 10px; top: 17px; margin: 0 !important; display: flex !important; position: absolute; }
form.checkout .woocommerce-checkout-payment ul li.payment_method_barion input[type=radio] { top: 15px; }
form.checkout .woocommerce-checkout-payment ul li .payment_box { padding-left: 30px; font-size: 15px; line-height: 20px; }

form.checkout .button#place_order { width: 100%; height: auto; padding: 20px 10px !important; line-height: 20px; background-color: var(--color-green); display: block; border-radius: 30px; }
form.checkout .button#place_order:hover { background-color: var(--color-dark-blue) !important; }

/* Mail Poet */
form.checkout #mailpoet_woocommerce_checkout_optin_field { font-size: 15px; line-height: 20px; }

/* Terms and conditions */
form.checkout .woocommerce-terms-and-conditions-wrapper { margin-bottom: 20px; line-height: 20px; border: 1px dotted rgba(255 255 255 / 30%); }
form.checkout .woocommerce-terms-and-conditions-wrapper p:last-child { margin-bottom: 0 !important; }
form.checkout .woocommerce-terms-and-conditions-wrapper a { font-weight: 700; color: #000 !important; }
form.checkout .woocommerce-terms-and-conditions-wrapper a:hover { text-decoration: none !important; }
form.checkout .woocommerce-terms-and-conditions-wrapper label { font-size: 15px !important; font-weight: 400; color: #000; }

/* MailPoet */
form.checkout #mailpoet_woocommerce_checkout_optin_field label { font-size: 15px !important; font-weight: 400; color: #000; }

/* File upload */
form.checkout .upload-response { width: 100%; display: block; }
form.checkout .upload-response .success { margin-top: 5px; padding: 5px; font-size: 15px; font-weight: 700; color: #000; line-height: 20px; background: var(--color-green-a10); border: 1px solid var(--color-green); }


/*
----------------------
	THANK YOU PAGE
----------------------
*/
body.woocommerce-order-received #container .inner { max-width: 800px; }
body.woocommerce-order-received table.shop_table.order_details { width: 100%; }
body.woocommerce-order-received table.shop_table.order_details thead tr th { width: 50%; padding: 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: white; line-height: 16px; background: var(--color-blue); }
body.woocommerce-order-received table.shop_table.order_details thead tr th.product-name { text-align: left; }
body.woocommerce-order-received table.shop_table.order_details thead tr th.product-total { text-align: right; }

body.woocommerce-order-received table.shop_table.order_details tbody tr td { padding: 20px 10px; background: white; border: 1px solid var(--color-silver-line); }
body.woocommerce-order-received table.shop_table.order_details tbody tr td.product-total { text-align: right; }

body.woocommerce-order-received table.shop_table.order_details tfoot tr th { padding: 10px; text-align: left; background: white; border: 1px solid var(--color-silver-line); }
body.woocommerce-order-received table.shop_table.order_details tfoot tr td { padding: 10px; text-align: right; background: white; border: 1px solid var(--color-silver-line); }

body.woocommerce-order-received .woocommerce-customer-details .addresses { background: white; display: flex; flex-wrap: wrap; }
body.woocommerce-order-received .woocommerce-customer-details .addresses h2 { font-size: 22px !important; }
body.woocommerce-order-received .woocommerce-customer-details .addresses .col-1 { width: 50%; }
body.woocommerce-order-received .woocommerce-customer-details .addresses .col-2 { width: 50%; }


/*
---------------
	ACCOUNT
---------------
*/
/* Tabs */
.woocommerce-MyAccount-navigation ul { margin-left: 0 !important; padding: 10px; background: var(--color-blue); list-style: none !important; display: flex; position: relative; z-index: 2; }
.woocommerce-MyAccount-navigation ul li { margin-bottom: 0 !important; margin-right: 10px; }
.woocommerce-MyAccount-navigation ul li a { height: 40px; padding: 0 20px; font-size: 16px; font-weight: 700; text-decoration: none !important; color: white !important; display: flex; align-items: center; justify-content: center; border-radius: 20px; }
.woocommerce-MyAccount-navigation ul li.is-active a { color: var(--color-blue) !important; background: var(--color-yellow); }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }

.woocommerce-MyAccount-content { position: relative; z-index: 1; }
.woocommerce-MyAccount-content *:last-child { margin-bottom: 0 !important; }
.woocommerce-MyAccount-content fieldset legend { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: #254d46; line-height: 1; }

/* Customer login */
.u-columns { background: var(--color-silver); border: 1px solid var(--color-silver-line); display: flex; flex-wrap: wrap; }
.u-columns.col2-set > div { width: 50%; }
.u-columns.col2-set > div:nth-child(1) { padding: 30px; border-right: 1px solid var(--color-silver-line); }
.u-columns.col2-set > div:nth-child(2) { padding: 30px; }

.u-columns .woocommerce-privacy-policy-text { font-size: 15px; font-weight: 700; line-height: 20px; }

.u-columns .why_should_register { padding: 20px; font-size: 15px; color: #000; line-height: 20px; background: var(--color-light-blue); border: 1px solid var(--color-silver-line); }
.u-columns .why_should_register ul { margin-bottom: 0 !important; }

.u-columns.addresses > div { padding: 50px; }
.u-columns.addresses > div:nth-child(1) { border-right: 1px solid var(--color-silver-line); }
.u-columns.addresses > div header a { font-weight: 700; } 

/* Orders */
table.shop_table.my_account_orders thead tr th { padding: 10px; font-size: 14px; font-weight: 700; text-align: left; text-transform: uppercase; color: white; line-height: 16px; background: var(--color-blue); }
table.shop_table.my_account_orders thead tr th.woocommerce-orders-table__header-order-actions { text-align: right; }

table.shop_table.my_account_orders tbody tr td { padding: 20px 10px; border-bottom: 1px solid var(--color-silver-line); }

table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions { width: 140px; text-align: right; }
table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions .button { height: 40px; padding: 0 10px !important; font-size: 14px; font-weight: 500; line-height: 40px; letter-spacing: 1px; }

/* Orders details */
table.shop_table.order_details { margin-bottom: 20px !important; }
table.shop_table.order_details thead tr th { padding: 10px; font-size: 14px; font-weight: 700; text-align: left; text-transform: uppercase; color: white; line-height: 16px; background: var(--color-blue); }
table.shop_table.order_details thead tr th.product-total { text-align: right; }

table.shop_table.order_details tbody tr td { padding: 20px 10px; border-bottom: 1px solid var(--color-silver-line); }

table.shop_table.order_details tbody tr td.product-name ul { margin-left: 0 !important; font-size: 15px; line-height: 20px; }
table.shop_table.order_details tbody tr td.product-name ul li { display: flex; list-style: none; }
table.shop_table.order_details tbody tr td.product-name ul li p { margin-bottom: 0 !important; }
table.shop_table.order_details tbody tr td.product-name ul li strong { margin-right: 5px; }

table.shop_table.order_details tbody tr td.product-total { width: 200px; text-align: right; }

table.shop_table.order_details tfoot tr th { padding: 10px; font-size: 16px; text-align: right; line-height: 20px; border-bottom: 1px solid var(--color-silver-line); }
table.shop_table.order_details tfoot tr td { padding: 10px; font-size: 16px; line-height: 20px; border-bottom: 1px solid var(--color-silver-line); }
table.shop_table.order_details tfoot tr td small { display: block; }

table.shop_table.order_details tfoot tr:last-child th, 
table.shop_table.order_details tfoot tr:last-child td { background: var(--color-silver); }

/* Customer details */
.woocommerce-customer-details .addresses { line-height: 25px !important; background: var(--color-silver); border: 1px solid var(--color-silver-line); display: flex; }
.woocommerce-customer-details .addresses h2 { font-size: 25px !important; color: var(--color-blue) !important; }
.woocommerce-customer-details .addresses .col-1 { width: 50%; padding: 30px; border-right: 1px solid var(--color-silver-line); }
.woocommerce-customer-details .addresses .col-2 { width: 50%; padding: 30px; }


/*
-------------
	FORM
-------------
*/
.form-row { margin-bottom: 10px; position: relative; }

.form-row-first { width: calc(50% - 10px); float: left; }
.form-row-last { width: calc(50% - 10px); float: right; }

.form-row-wide { width: 100%; float: none; clear: both; }

.form-row br { display: none !important; }
.form-row label { font-weight: 700; color: var(--color-dark); 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=number], 
.form-row input[type=password] { width: 100%; height: 50px; padding-left: 10px; font-size: 18px; background: white; border: 1px solid var(--color-silver-line); 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=number]:focus, 
.form-row input[type=password]:focus { border-color: var(--color-blue); outline: 4px solid var(--color-silver-line); }

.form-row textarea { height: 150px; padding: 10px; resize: vertical; }

/* Password strength */
.form-row .woocommerce-password-strength { padding: 10px; margin-top: 20px; }
.form-row .woocommerce-password-strength.bad { color: white; background: #fef6f6; }

/* Fieldset */
fieldset { margin-top: 50px; }
fieldset legend { margin-bottom: 30px; font-size: 30px; font-weight: 900; color: var(--color-blue); }
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: 50px; line-height: 50px; }

/* Social */
.form-row-wide.wc-social-login { width: 100%; } 

/* Error */
.form-row.woocommerce-invalid select, 
.form-row.woocommerce-invalid textarea, 
.form-row.woocommerce-invalid input[type=tel], 
.form-row.woocommerce-invalid input[type=text], 
.form-row.woocommerce-invalid input[type=email], 
.form-row.woocommerce-invalid input[type=password] { border-color: var(--color-blue); }

/* Acceptance */
.wpcf7 .wpcf7-acceptance label { font-size: 15px; font-weight: normal; line-height: 1.2; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item { margin-left: 0 !important; }

.wpcf7 .wpcf7-response-output { margin: 0 !important; padding: 5px 10px !important; ; font-size: 16px; display: inline-block; }
.wpcf7 .wpcf7-response-output.wpcf7-display-none { display: none; }
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors { background: #fef6f6; border: 1px solid #c71717 !important; }
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok { background: #edfbf8; border: 1px solid #28af8f !important; }

.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item { margin: 0 10px 10px 0 !important; }
.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label { font-weight: 400; cursor: pointer; }

.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item { width: 100%; margin: 0 0 5px 0 !important; }
.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label { font-weight: 400; cursor: pointer; }


/*
-----------
	RWD
-----------
*/
@media only screen and (max-width: 1280px) {
	
	/* PRODUCTS */
	ul.products li.product:not(li.product-category) { width: calc(33.3333333333% - 20px); }
	ul.products li.product:nth-child(4):not(li.product-category) { margin-top: 20px; }
	
	ul.products.columns-5 li.product:not(li.product-category) { width: calc(25% - 20px); }
	ul.products.columns-5 li.product:not(li.product-category):nth-child(5):not(li.product-category) { margin-top: 20px; }

	body.home ul.products li.product:not(li.product-category) { width: calc(25% - 20px); }
	body.home ul.products li.product:nth-child(5):not(li.product-category) { margin-top: 20px; }
	
	body.single-product ul.products li.product { width: calc(25% - 20px); }
	body.single-product ul.products li.product:nth-child(4) { margin-top: 0; }
	body.single-product ul.products li.product:nth-child(5) { margin-top: 20px; }
	
	/* SINGLE PRODUCT: Summary */
	div.product .summary { padding-left: 50px; }
	
	/* SINGLE PRODUCT: Related products */
	.related.products { margin-left: -20px; margin-right: -20px; }
	
	/* CHECKOUT: Customer details */
	form.checkout #customer_details { width: calc(100% - 400px); }
	form.checkout #order_review { width: 400px; }

	/* MY ACCOUNT */
	.form_login_wrapper { min-height: calc(100vh - 195px); }
	
	.form_login_wrapper .why_us .entry { padding: 60px 30px 0 50px; }
	.form_login_wrapper .why_us .entry h2 { margin-bottom: 30px; font-size: 40px; }
	.form_login_wrapper .login_register { padding: 60px 50px 0; }
}

@media only screen and (max-width: 960px) {
	
	/* PRODUCTS */
	ul.products li.product:not(li.product-category) { width: calc(33.3333333333% - 20px); }
	ul.products li.product:nth-child(4):not(li.product-category) { margin-top: 20px; }
	
	ul.products.columns-5 li.product:not(li.product-category) { width: calc(33.3333333333% - 20px); }
	ul.products.columns-5 li.product:not(li.product-category):nth-child(4):not(li.product-category) { margin-top: 20px; }

	body.home ul.products li.product:not(li.product-category) { width: calc(33.3333333333% - 20px); }
	body.home ul.products li.product:nth-child(4):not(li.product-category) { margin-top: 20px; }
	
	body.single-product ul.products li.product { width: calc(33.3333333333% - 20px); }
	body.single-product ul.products li.product:nth-child(4) { margin-top: 20px; }
	
	/* SINGLE PRODUCT: Images */
	div.product .images { width: 100%; }
	div.product .images .woocommerce-product-gallery__image:nth-child(1) img { max-height: 400px; }

	/* SINGLE PRODUCT: Summary */
	div.product .summary { width: 100%; padding-left: 0; padding-top: 0; }
	div.product .summary h1 { font-size: 30px !important; }
	
	/* SINGLE PRODUCT: Tabs */
	div.product .woocommerce-tabs ul.tabs { display: block; }
	div.product .woocommerce-tabs ul.tabs li { width: 100%; margin-bottom: 10px; margin-right: 0; }
	div.product .woocommerce-tabs ul.tabs li:last-child { border-bottom: none; }
	div.product .woocommerce-tabs ul.tabs li a { height: 50px !important; padding: 0 20px !important; text-align: left; line-height: 20px; display: flex; align-items: center; border-radius: 25px; }
	div.product .woocommerce-tabs ul.tabs li.is-active a { border-bottom: none; }
	
	/* CART: Coupon */
	table.shop_table td.actions { height: auto; padding: 20px; }
	table.shop_table td.actions .coupon { display: block; }
	table.shop_table td.actions .coupon .coupon_text { width: 100%; margin-bottom: 10px; text-align: center; display: block; }
	table.shop_table td.actions .coupon .coupon_text img { margin: 0 auto 10px auto; display: block; }
	table.shop_table td.actions .coupon .coupon_wrapper { width: 100%; text-align: center; display: block; }
	
	/* CHECKOUT: Coupon */
	form.woocommerce-form-coupon .coupon_text { margin-right: 20px; }

	/* CHECKOUT: Customer details */
	form.checkout #customer_details { width: 100%; padding-right: 0; }
	form.checkout #order_review { width: 100%; }

	form.checkout table { width: 100%; margin-bottom: 30px; }
	form.checkout table thead tr th { padding: 10px; border-bottom-color: var(--color-silver-line); }
	form.checkout table thead tr th.product-total { text-align: right; }
	
	/* CHECKOUT: Payment */
	form.checkout .woocommerce-checkout-payment ul li { padding: 15px 10px; }
	form.checkout .woocommerce-checkout-payment ul li input[type=radio] { left: 10px; }
	
	/* ACCOUNT */
	.woocommerce-MyAccount-navigation ul { display: block; }
	.woocommerce-MyAccount-navigation ul li { width: 100%; margin-bottom: 10px; margin-right: 0; border-bottom: 1px solid var(--color-silver-line); }
	.woocommerce-MyAccount-navigation ul li:last-child { border-bottom: none; }
	.woocommerce-MyAccount-navigation ul li.is-active { border-bottom: none; }
	.woocommerce-MyAccount-navigation ul li a { height: 50px !important; padding: 0 20px !important; text-align: left; line-height: 20px; display: flex; align-items: center; }
	
	.woocommerce-MyAccount-content { padding: 20px 0; }
}

@media only screen and (max-width: 768px) { 
	
	/* SINGLE PRODUCT: Images */
	div.product .images { width: 100%; }
	div.product .images .woocommerce-product-gallery__image:nth-child(1) img { max-height: 300px; }
	
	/* SINGLE PRODUCT: Related products */
	.related.products { padding: 50px 0; }

	/* CART */
	table.shop_table.shop_table_responsive { display: block; }
	table.shop_table.shop_table_responsive thead { display: none; }
	
	table.shop_table.shop_table_responsive tbody { display: block; }
	table.shop_table.shop_table_responsive tbody tr { margin-bottom: 20px; background: white; border: 1px solid var(--color-silver-line); display: flex; flex-wrap: wrap; position: relative; border-radius: 10px; overflow: hidden; }
	table.shop_table.shop_table_responsive tbody tr td { padding: 10px; 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; border-bottom: none; position: absolute; }
	table.shop_table.shop_table_responsive tbody tr td.product-remove::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody td.product-thumbnail { width: 100% !important; padding-bottom: 0; border-bottom: none; }
	table.shop_table.shop_table_responsive tbody td.product-thumbnail::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody td.product-name { width: calc(100% - 120px) !important; }
	
	table.shop_table.shop_table_responsive tbody td.product-price { width: 120px !important; text-align: right !important; }
	
	table.shop_table.shop_table_responsive tbody td.product-quantity { width: calc(100% - 120px) !important; border-bottom: none; }
	table.shop_table.shop_table_responsive tbody td.product-quantity::before { display: none; }
	
	table.shop_table.shop_table_responsive tbody td.product-subtotal { width: 120px !important; text-align: right; border-bottom: none; display: flex; flex-wrap: wrap; align-content: center; justify-content: end; }
	
	table.shop_table.shop_table_responsive tbody tr td.actions { width: 100%;  }
	table.shop_table.shop_table_responsive tbody tr td.actions::before { display: none; }
	
	.cart-collaterals { padding: 30px; }
	.cart-collaterals table { width: 100%; }
	.cart-collaterals table tbody tr { margin-bottom: 0 !important; border: none !important; }
	.cart-collaterals table tbody tr th { display: none; }
	.cart-collaterals table tbody tr td { width: 100%; padding: 10px 0 !important; }
	
	/* CHECKOUT: Coupon */
	form.woocommerce-form-coupon .coupon_text { margin-bottom: 20px; margin-right: 0; float: none; }
	form.woocommerce-form-coupon .coupon_forms { float: none; }

	/* CHECKOUT */
	form.woocommerce-checkout .col2-set { width: 100%; float: none; }
	form.woocommerce-checkout .order_review { width: 100%; float: none; }
	
	/* ACCOUNT: Customer login */
	.u-columns.col2-set > div { width: 100%; }
	.u-columns.col2-set > div:nth-child(1) { padding: 30px 20px; border-right: none; border-bottom: 1px solid #cfd8dc; }
	.u-columns.col2-set > div:nth-child(2) { padding: 30px 20px; }
	
	table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-number { width: 50%; }
	table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-date { width: 50%; }
	table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-status { width: 50%; }
	table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-total { width: 50%; }
	table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-actions { width: 100% !important; text-align: center !important; }
	table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-actions::before { display: none; }
	table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-actions .button { width: 100%; }
	
	/* ACCOUNT: Customer details */
	.woocommerce-customer-details .addresses .col-1 { width: 100%; padding: 30px 20px; border-bottom: 1px solid var(--color-silver-line); border-right: none; }
	.woocommerce-customer-details .addresses .col-2 { width: 100%; padding: 30px 20px; }
}

@media only screen and (max-width: 640px) { 

	/* RESULT COUNT and ORDERING */
	.woocommerce-result-count { height: auto; line-height: 20px; float: none; }

	/* RESULT COUNT and ORDERING: Ordering */
	.woocommerce-ordering { margin-bottom: 30px; float: none; }
	.woocommerce-ordering select { width: 100%; }
	
	/* FILTER */
	#content .widget_layered_nav_filters .widget_title { width: 100%; }
	#content .widget_layered_nav_filters ul { margin-left: 0 !important; }
	
	/* PRODUCTS */
	ul.products li.product:not(li.product-category) { width: calc(50% - 20px) !important; }
	ul.products li.product:nth-child(3):not(li.product-category) { margin-top: 20px !important; }
	
	/* CART: Coupon */
	table.shop_table.cart tbody tr td.actions { padding: 0; background: white; border-bottom: none; }
	table.shop_table.cart tbody tr td.actions .coupon { margin-bottom: 0; padding: 10px; background: white; border-bottom: 1px solid var(--color-silver-line); display: flex; flex-wrap: wrap; justify-content: space-between; float: none; }
	table.shop_table.cart tbody tr td.actions .coupon input[type=text] { width: calc(50% - 10px); height: 50px; 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] { width: calc(100% - 20px); margin: 10px; float: none; }
	
	/* CART: Cart total */
	.cart_totals .proceed_to_checkout .button { width: 100%; padding: 0 !important; text-align: center; }
	
	/* CHECKOUT: Coupon */
	form.woocommerce-form-coupon .coupon_text { height: auto; padding-left: 0; text-align: center; background: none; }
	form.woocommerce-form-coupon .form-row.form-row-first { margin-bottom: 10px !important; }
	form.woocommerce-form-coupon .form-row.form-row-first input { text-align: center; }
	form.woocommerce-form-coupon .form-row.form-row-last .button { width: 100%; display: block; }
	
	/* 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; }
	.woocommerce-customer-details .addresses .col-2 { border-left: none; border-top: 1px solid #ddd; }
	
	/* RATINGS */
	p.stars span a { width: 100%; margin-right: 0; padding-right: 0; border-right: none; display: block; } 
	
	/* SINGLE PRODUCT: Reviews */
	#reviews ol.commentlist li .row .one_third, 
	#reviews ol.commentlist li .row .two_third { width: 100%; display: block; }
	
	/* MY ACCOUNT: My account orders */
	table.my_account_orders td.order-status { display: none; }
	
	/* MY ACCOUNT: Tab container */
	.form_login_wrapper .login_register .tab-container .panel-container { padding: 20px; }
	
	/* FORM */
	.form-row-first, 
	.form-row-last { width: 100%; float: none; }
}

@media only screen and (max-width: 480px) { 

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* DEFAULT */
	#content h2.title, 
	.woocommerce h2, 
	.woocommerce .address h3 { font-size: 7vw !important; }
	
	/* MESSAGES */
	.woocommerce-message a.button.wc-forward { width: 100%; margin-bottom: 10px; padding: 0 !important; text-align: center; display: block; }
	
	/* PRODUCTS: Term description */
	.term-description { margin-top: 20px; }
	
	/* PRODUCTS */
	ul.products li.product { padding-bottom: 100px; }
	
	/* PRODUCTS: Entry */
	ul.products li.product .entry h3 a { font-size: 16px; line-height: 18px; }
	
	/* PRODUCTS: Price */
	ul.products li.product .price { width: 100%; margin-bottom: 10px; font-size: 18px; }
	ul.products li.product .price del { width: 100%; }

	/* PRODUCTS: Button */
	ul.products li.product .button { width: 100%; font-size: 13px !important; background-image: none; }
	
	/* SINGLE PRODUCT: Cart */
	div.product .summary .price__add_to_cart_wrap .price { width: 100%; margin-bottom: 20px; }

	div.product .summary .price__add_to_cart_wrap form.cart { width: 100%; }
	
	/* CART */
	.cart-collaterals { padding: 20px; }
	.cart-collaterals .wc-proceed-to-checkout .button { width: 100%; height: auto; padding: 20px 10px !important; text-align: center; line-height: 20px; }
	
	/* CHECKOUT */
	form.checkout table ul.woocommerce-shipping-methods li .amount { display: block; }
	
	/* ACCOUNT */
	.woocommerce-MyAccount-content { padding: 20px 0 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	
	/* FORM */
	.wpcf7 .button, 
	.form-row .button { width: 100%; padding: 0; display: block; }
	
	/* THANK YOU PAGE */
	body.woocommerce-order-received .woocommerce-customer-details .addresses .col-1 { width: 100%; }
	body.woocommerce-order-received .woocommerce-customer-details .addresses .col-2 { width: 100%; padding-top: 20px; }
}