/*
-------------
	OTHER
-------------
*/
.blockOverlay { background: #f5f5f5 !important; opacity: 0.7 !important; z-index: 10 !important; }
.woocommerce-cart .tax_label, .woocommerce-checkout .tax_label { display: none; }
#GoogleMapsGLS { margin-bottom: 30px; }


/*
-----------------------
	SYSTEM MESSAGES
-----------------------
*/
.woocommerce-NoticeGroup-checkout { width: 100%; margin-top: 20px; display: block; }

/* Message */
.woocommerce-message { margin-left: 0 !important; margin-bottom: 20px; padding: 20px 20px 20px 60px; font-size: 17px; font-weight: 700; color: white; line-height: 20px; background: var(--color-green); position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-message:before { width: 20px; height: 20px; left: 20px; top: 50%; background: url(../images/icon_info_white.svg) no-repeat center; background-size: auto 20px; position: absolute; content: ''; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.woocommerce-message a { color: white !important; }

/* Info */
.woocommerce-info { margin-left: 0 !important; margin-bottom: 20px; padding: 20px; font-size: 17px; font-weight: 700; color: #000; line-height: 20px; border: 2px solid var(--color-silver-line); position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-info a { text-decoration: underline; color: var(--color-blue); }
.woocommerce-info a:hover { color: #000; }

.woocommerce-info.woocommerce-message { padding: 20px 20px 20px 60px; color: white !important; border: none !important; } 

/* Error */
.woocommerce-error { margin-left: 0 !important; margin-bottom: 20px; padding: 20px 20px 20px 60px; font-size: 17px; font-weight: 700; color: white; line-height: 20px; background: var(--color-red); position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-error.small { padding: 10px; font-size: 15px; font-weight: 700; }
.woocommerce-error:before { width: 20px; height: 20px; left: 20px; top: 50%; background: url(../images/icon_info_white.svg) no-repeat center; background-size: auto 20px; position: absolute; content: ''; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.woocommerce-info .button, 
.woocommerce-message .button { height: 30px; right: 20px; top: 15px; padding: 0 10px; font-size: 15px; line-height: 30px; position: absolute; }


/*
-------------
	FORMS
-------------
*/
.form-row { margin-bottom: 15px; }
.form-row.form-row-first { width: 48%; float: left; }
.form-row.form-row-last { width: 48%; float: right; }
.form-row.form-row-wide, 
.form-row.notes { width: 100%; float: none; clear: both; }
.form-row.notes { margin-bottom: 0; }

.form-row a { text-decoration: underline; color: #000; }
.form-row a:hover { text-decoration: none; }

.form-row small { margin-top: 5px; font-size: 13px; line-height: 16px; display: block; }
.form-row label { margin-bottom: 5px; font-size: 16px !important; font-weight: 700; line-height: 100%; text-align: left; display: block; }

.form-row select, 
.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email], 
.form-row input[type=password] { width: 100%; height: 50px; padding-left: 10px; background: white; border: 2px solid var(--color-silver-line); position: relative; }

.form-row select:focus, 
.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=email]:focus, 
.form-row input[type=password]:focus { border-color: var(--color-dark-blue); }

.form-row textarea { height: 150px; padding: 10px; resize: vertical; }
.form-row .button { height: 50px; }

form.wpcf7-form br { display: none; }
form.wpcf7-form .wpcf7-list-item { margin: 0 10px 0 0 !important; }

.form-row.woocommerce-invalid-required-field input { border-color: #d91828 !important; }
#billing_country_field, 
#shipping_country_field { display: none !important; }

/* Columns */
.u-columns { width: 100%; display: flex; }
.u-columns h2 { margin-bottom: 10px; font-size: 25px; font-weight: 700; color: var(--color-dark-blue); line-height: 1; }
.u-columns .col-1,
.u-columns .col-2 { width: 50%; padding: 30px; background: white; border: 1px solid var(--color-silver-line); }
.u-columns .col-2 { border-left: none; }

.woocommerce-privacy-policy-text { font-size: 14px; color: #555; line-height: 18px; }
.woocommerce-form-login__rememberme { margin-bottom: 30px; }


/*
---------------
	RESULTS
---------------
*/
.custom_archive_title_wrapper { padding-right: 300px; position: relative; }

.woocommerce-result-count { height: 40px; font-weight: 700; line-height: 40px; float: left;  }

form.woocommerce-ordering { height: 40px; float: right; }
form.woocommerce-ordering select { height: 40px; padding-left: 10px; font-size: 15px; border: 1px solid #adb0b0; }


/*
------------------------
	TERM DESCRIPTION
------------------------
*/
.term-description { margin-bottom: 30px; clear: both; position: relative; overflow: hidden; }
.term-description p:last-child { margin-bottom: 0 !important; }
.term-description .continued { width: 100%; height: 100px; left: 0; bottom: 0; background: -moz-linear-gradient(top, rgba(238 239 243 / 0%) 0%, rgba(238 239 243 / 100%) 100%); background: -webkit-linear-gradient(top, rgba(238 239 243 / 0%) 0%,rgba(238 239 243 / 100%) 100%); background: linear-gradient(to bottom,  rgba(238 239 243 / 0%) 0%,rgba(238 239 243 / 100%) 100%); position: absolute; }
.term-description .continued .adjust { width: 20%; height: 30px; left: 0; bottom: 0; font-weight: 500; text-align: center; text-decoration: none !important; color: white !important; line-height: 30px; background: var(--color-blue); position: absolute; }

.term-description.active { height: auto !important; }
.term-description.active .continued { height: 40px; left: auto; bottom: auto; background: transparent; position: relative; }


/*
----------------
	PRODUCTS
----------------
*/
.products { margin-left: -10px !important; margin-right: -10px; display: flex; flex-wrap: wrap; clear: both; }
.products .item { width: 33.3333333333%; margin-top: 20px; padding-left: 10px !important; padding-right: 10px !important; vertical-align: top; display: inline-block; position: relative; }
.products .item:nth-child(-n+3) { margin-top: 0; }
.products .item .wrapper { height: 100%; padding-bottom: 140px; background: white; border: 1px solid var(--color-silver-line); position: relative; }
.products .item .wrapper:hover { border-color: #aaa; }

/* Body */
body.home .products .item { width: 25%; }
body.home .products .item:nth-child(-n+4) { margin-top: 0; }

/* Related */
.related.products { margin-left: 0 !important; margin-right: 0 !important; padding-top: 30px; display: block; }
.related.products h2 { margin-bottom: 20px; font-size: 30px; font-weight: 700; text-align: center; color: var(--color-dark-blue); line-height: 1; }
.related.products .item { width: 25%; }
.related.products .item:nth-child(-n+4) { margin-top: 0; }

/* Stock status */
.products .item .labels { left: 0; top: 20px; position: absolute; z-index: 2; }
.products .item .labels .label { margin-bottom: 5px; }
.products .item .labels .onsale { height: 30px; padding: 0 10px; font-size: 13px; font-weight: 700; color: white; line-height: 30px; background: var(--color-green); }
.products .item .labels .outofstock { height: 30px; padding: 0 10px; font-size: 13px; font-weight: 700; color: white; line-height: 31px; background: var(--color-red); }
.products .item .labels .shipping_promotion { height: 30px; padding: 0 10px; font-size: 13px; font-weight: 700; color: #000; line-height: 31px; background: #ffc402; }

/* Free shipping */
.products .item .freeshipping { width: 100%; height: 24px; left: 0; bottom: 0; font-size: 13px; font-weight: 700; text-align: center; color: var(--color-red); line-height: 24px; background: #FEECEF; position: absolute; z-index: 2; }

/* Thumbnail */
.products .item .thumbnail { height: 280px; padding: 0 20px; display: block; position: relative; } 
.products .item .thumbnail img { width: auto; max-width: 100%; height: auto; max-height: 240px; top: 50%; display: inline-block; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Entry */
.products .item .entry { padding: 15px 20px; text-align: center; border-top: 1px solid var(--color-silver-line); }
.products .item .categories_title { min-height: 80px; }

/* Posted in */
.products .item .posted_in { margin-bottom: 10px; font-size: 15px; color: #999; line-height: 16px; }
.products .item .posted_in a { text-decoration: none !important; color: #999 !important; display: none; }
.products .item .posted_in a:last-child { display: block; }

.products .item .entry h3 { margin-bottom: 10px !important; font-size: 19px !important; font-weight: 700 !important; line-height: 20px !important; overflow: hidden; }
.products .item .entry h3 a { font-size: 18px; font-weight: 700; text-decoration: none !important; color: var(--color-blue); line-height: 20px; display: block; }
.products .item .entry h3 a:hover { color: #000 !important; }

/* Attributes */
.products .item .entry .attributes { font-size: 15px; }
.products .item .entry .attributes ul { margin-left: 0 !important; margin-bottom: 0 !important; line-height: 20px !important; list-style: none !important; }
.products .item .entry .attributes ul li { margin-right: 4px; vertical-align: top; display: inline-block; }
.products .item .entry .attributes ul li:after { content: ', '; }
.products .item .entry .attributes ul li:last-child:after { content: ''; }

/* Stock status */
.products .item .stock_status { width: 100%; left: 0; bottom: 110px; padding: 5px 10px; font-size: 14px; line-height: 16px; border-top: 1px solid var(--color-silver-line); position: absolute; }

/* Price and button */
.products .item .price { width: 100%; height: 60px; left: 0; bottom: 50px; font-size: 26px; text-align: center; color: #414042; line-height: 1; background: var(--color-body); position: absolute; }
.products .item .price del { font-size: 18px; font-weight: normal; text-decoration: line-through; color: #999; display: block; }
.products .item .price .price_additional_text { display: none !important; }

.products .item a.button { width: 100%; height: 50px; left: 0; bottom: 0; padding: 0 10px; font-size: 22px; text-align: center; line-height: 50px; background-color: var(--color-blue); position: absolute; }
.products .item a.button:hover { color: white !important; background-color: var(--color-dark-blue); }
.products .item a.button:before { width: 0; height: 0; bottom: 100%; left: 50%; border: solid transparent; content: ""; position: absolute; pointer-events: none; border-color: rgba(19 67 148 / 0); border-bottom-color: var(--color-blue); border-width: 8px; margin-left: -8px; }
.products .item a.button:hover:before { border-bottom-color: var(--color-dark-blue); }
.products .item a.button.button_outofstock { padding-left: 20px; background-image: none !important; }
.products .item .added_to_cart { display: none !important; }

/* Product categories */
.products .item.product-category { width: 25%; }
.products .item.product-category a { padding-top: 10px; text-decoration: none !important; color: #222 !important; display: block; }
.products .item.product-category img { width: auto; max-width: 100%; height: auto; max-height: 170px; }
.products .item.product-category h2 { min-height: 40px; margin-bottom: 0 !important; font-size: 18px !important; color: #222 !important; line-height: 20px !important; }
.products .item.product-category h2 mark { background: none !important; }

/* Columns 1 */
.products.columns-1 { margin-left: 0 !important; margin-right: 0; }
.products.columns-1 .item { width: 100% !important; margin-bottom: 0 !important; padding-left: 0 !important; padding-right: 0 !important; border: none !important; border-top: 1px solid #ddd !important; display: block; }
.products.columns-1 .item .wrapper { border: none !important; }
.products.columns-1 .item .wrapper, 
.products.columns-1 .item .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); }

.products.columns-1 .item a.thumbnail { height: 100px; padding: 10px 0; display: block; }
.products.columns-1 .item a.thumbnail img { max-height: 80px; }

.products.columns-1 .item .entry { padding: 10px 15px 0; }
.products.columns-1 .item .entry .posted_in { display: none !important; }
.products.columns-1 .item .entry h3 { min-height: inherit; }
.products.columns-1 .item .entry h3 a { font-size: 18px; }
.products.columns-1 .item .entry .categories_title { min-height: inherit; }

.products.columns-1 .item .price_wrapper { height: 60px; padding: 0 15px; }
.products.columns-1 .item a.button { width: 60px; right: 15px; padding: 0; text-indent: -9999px; background-position: center; }

/* Product categories */
.products .item.product-category { height: 80px; }
.products .item.product-category a { height: 100%; background: white; border: 1px solid var(--color-silver-line); display: block; position: relative; }
.products .item.product-category a:hover { border-color: #aaa; }
.products .item.product-category a img { width: auto; height: 70px !important; left: 4px; top: 4px; position: absolute; }
.products .item.product-category a h2 { min-height: inherit !important; left: 90px; right: 10px; top: 50%; margin-bottom: 0 !important; font-size: 16px !important; line-height: 16px !important; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.products .item.product-category a h2 .count { display: none !important; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination { margin-top: 30px; border: 1px solid var(--color-silver-line); }
.woocommerce-pagination ul { height: 50px; margin-left: 0 !important; margin-bottom: 0 !important; font-size: 0; text-align: center; }
.woocommerce-pagination ul li { height: 100%; margin-left: 0 !important; padding-left: 0 !important; vertical-align: top; border-right: 1px solid var(--color-silver-line); display: inline-block; }
.woocommerce-pagination ul li:first-child { border-left: 1px solid var(--color-silver-line); }
.woocommerce-pagination ul li:before { display: none; !important; }
.woocommerce-pagination ul li a, 
.woocommerce-pagination ul li span { width: 50px; height: 100%; font-size: 17px; font-weight: 700; text-decoration: none !important; line-height: 50px; display: block; }
.woocommerce-pagination ul li a:hover { background: #eee; }
.woocommerce-pagination ul li span { color: white; background: var(--color-blue); }


/*
-----------------------
	SINGLE PRODUCT
-----------------------
*/
.product { position: relative; }
.product.main_content { background: white; border: 1px solid var(--color-silver-line); display: flex; flex-wrap: wrap; }
.product.main_content .images_wrapper { width: 50%; padding: 50px; }
.product.main_content .main_description { width: 100%; padding: 30px; border-top: 3px solid var(--color-silver-line); }

/* Images */
.product .images { margin-bottom: 30px; text-align: center; position: relative; z-index: 1; overflow: hidden; }
.product .images img { width: auto; max-width: 100%; }

.product .images .woocommerce-product-gallery__image:nth-child(1) { margin-bottom: 20px; }
.product .images .woocommerce-product-gallery__image:nth-child(1) a { display: block; }
.product .images .woocommerce-product-gallery__image:nth-child(1) img { width: auto; max-width: 100%; height: auto; max-height: 400px; margin: auto; display: block; }

.product .images .woocommerce-product-gallery__image:nth-child(n+2) { padding-left: 5px; padding-right: 5px; text-align: center; vertical-align: top; display: inline-block; }
.product .images .woocommerce-product-gallery__image:nth-child(n+2) a { padding: 5px; text-align: center; background: white; border: 3px solid var(--color-silver-line); display: inline-block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.product .images .woocommerce-product-gallery__image:nth-child(n+2) a:hover { border-color: var(--color-dark-blue); }
.product .images .woocommerce-product-gallery__image:nth-child(n+2) a img { width: 100%; max-width: 60px !important; height: auto; max-height: 60px; margin: auto; display: block; }

/* Summary */
.product .summary { width: 50%; padding: 30px 30px 30px 0; }
.product .summary h1 { margin-bottom: 10px !important; font-size: 40px !important; color: #000; }

.product .summary .sku_wrapper { margin-bottom: 20px; font-size: 14px; color: #565856; }

.product .summary .admin_actions { margin-bottom: 20px; }
.product .summary .admin_actions a { height: 30px; padding: 0 10px; font-weight: 700; text-decoration: none !important; color: white !important; line-height: 30px; background: var(--color-green); display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.product .summary .admin_actions a:hover { background: var(--color-dark-blue); }

/* Tested product */
.product .summary .custom_meta_box { margin-bottom: 20px; font-weight: 700; background: var(--color-green-light); border: 1px solid var(--color-green); border-radius: 5px; }
.product .summary .custom_meta_box .custom_meta { padding: 10px; border-bottom: 1px solid var(--color-green); display: flex; align-items: center; align-content: center; }
.product .summary .custom_meta_box .custom_meta:last-child { border-bottom: none; }
.product .summary .custom_meta_box .custom_meta img { width: auto; height: 24px; margin-right: 10px; display: block; }

/* Short description */
.product .summary .woocommerce-product-details__short-description { margin-bottom: 20px; font-size: 15px; color: #555; line-height: 24px; }
.product .summary a.more_description { height: 20px; margin-top: -10px; margin-bottom: 20px; font-weight: 700; color: var(--color-blue) !important; line-height: 20px; background: url(../images/icon_info.svg) no-repeat left center; background-size: auto 100%; display: inline-block; }
.product .summary a.more_description:hover { color: var(--color-dark-blue) !important; }

/* Add-ons */
.product .summary .wc-pao-addons-container { margin-bottom: 20px; }
.product .summary .wc-pao-addons-container .wc-pao-addon-container { margin-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center; }
.product .summary .wc-pao-addons-container .wc-pao-addon-container label { width: 180px; margin-right: 10px; font-size: 16px; }
.product .summary .wc-pao-addons-container .wc-pao-addon-container .form-row { width: auto !important; margin-bottom: 0 !important; flex: 1; }
.product .summary .wc-pao-addons-container .wc-pao-addon-container .form-row select { width: 100%; height: 40px; }

.wc-pao-addon .wc-pao-addon-wrap select { font-size: 16px !important; }

.product-addon-totals ul { margin-left: 0 !important; margin-bottom: 0 !important; font-size: 15px; }
.product-addon-totals { margin: 20px 0 !important; }
.product-addon-totals p { margin-bottom: 0 !important; }

/* Bundle */
.product form.bundle_form .bundled_product { margin-bottom: 20px !important; padding-bottom: 20px !important; display: flex; flex-wrap: wrap; }
.product form.bundle_form .bundled_product .bundled_product_images { width: 60px !important; float: none !important; }
.product form.bundle_form .bundled_product .bundled_product_images .bundled_product_image { margin-bottom: 0 !important; }
.product form.bundle_form .bundled_product .bundled_product_images a { padding: 10px; border: 2px solid var(--color-silver-line); display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.product form.bundle_form .bundled_product .bundled_product_images a:hover { border-color: var(--color-blue); }
.product form.bundle_form .bundled_product .bundled_product_images img { width: 100%; height: auto; display: block; }
.product form.bundle_form .bundled_product .details { width: calc(100% - 60px) !important; padding: 0 0 0 20px !important; float: none !important; }
.product form.bundle_form .bundled_product .details h4 { width: 100%; margin-bottom: 10px; font-size: 16px; font-weight: 700; line-height: 20px; }
.product form.bundle_form .bundled_product .details .bundled_product_optional_checkbox { line-height: 20px; display: flex !important; }
.product form.bundle_form .bundled_product .details .bundled_product_optional_checkbox input { margin: 0 5px 0 0 !important; }
.product form.bundle_form .bundled_product .details .bundled_product_optional_checkbox .price { margin-bottom: 0 !important; font-size: 18px; line-height: 20px; display: flex; }
.product form.bundle_form .bundled_product .details .bundled_product_optional_checkbox .price del { margin-right: 10px; }

.product form.bundle_form .bundled_product .details .cart { width: 100%; margin-bottom: 0 !important; }
.product form.bundle_form .bundled_product .details .cart .quantity { width: 160px; }

.product form.bundle_form .bundled_product .details .bundled_product_excerpt { display: none !important; }
.product form.bundle_form .bundled_product .details .stock { display: none !important; }

/* Stock */
.product .summary .stock { padding: 10px 0; font-weight: 700; color: var(--color-green); border-top: 2px solid var(--color-green); border-bottom: 2px solid var(--color-green); }
.product .summary .stock.available-on-backorder { color: #f36c00; border-top-color: #f36c00; border-bottom-color: #f36c00; }
.product .summary .stock.out-of-stock { color: var(--color-red); border-top-color: var(--color-red); border-bottom-color: var(--color-red); }
.product .summary .last_update { font-size: 16px; color: #000; }

/* Add to cart */
.product .summary .cart { margin-bottom: 30px; font-size: 0; }
.product .summary .cart .quantity { width: calc(50% - 10px); height: 56px; margin-right: 10px; vertical-align: top; border: 1px solid var(--color-silver-line); display: inline-block; position: relative; }
.product .summary .cart .quantity input.qty { width: 100%; width: calc(100% - 80px); height: 54px; text-align: center; border-right: 1px solid var(--color-silver-line); }
.product .summary .cart .plus, 
.product .summary .cart .minus { width: 80px; height: 27px; right: 0; top: 0; font-size: 15px; text-decoration: none; text-align: center; vertical-align: text-top; background: white; display: block; position: absolute; overflow: visible; cursor: pointer; }
.product .summary .cart .minus { top: auto; bottom: 0; border-top: 1px solid var(--color-silver-line); }
.product .summary .cart .plus:hover, 
.product .summary .cart .minus:hover { background: #f5f5f5; }

.product .summary .price { margin-bottom: 20px; font-size: 26px; font-weight: 700; }
.product .summary .price del { font-size: 16px; font-weight: normal; text-decoration: line-through; display: block; }
.product .summary .price .net_price { font-size: 18px; font-weight: normal; color: #565856; }

.product .summary .single_add_to_cart_button { width: 50%; height: 56px; padding: 0 !important; font-size: 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/* Attributes */
.product .summary .attributes ul { font-size: 15px; color: #555; line-height: 24px; }

/* Notofication */
.product .summary .wcwl_elements { margin-bottom: 20px; padding: 20px; background: var(--color-body); border: 1px solid var(--color-silver-line); }
.product .summary .wcwl_elements .wcwl_intro { font-weight: 700; color: #000; }
.product .summary .wcwl_elements .wcwl_intro p { margin-bottom: 10px !important; }
.product .summary .wcwl_elements .wcwl_email_elements label { display: none !important; }
.product .summary .wcwl_elements .wcwl_email_elements input[type=email] { width: 100%; height: 50px; padding-left: 10px; background: white; border: 2px solid var(--color-silver-line); position: relative; }
.product .summary .wcwl_elements .wcwl_email_elements input[type=email]:focus { border-color: var(--color-dark-blue); }

.product .summary .wcwl_elements .wcwl_notice.woocommerce-message { margin-bottom: 0 !important; }
.product .summary .wcwl_elements .wcwl_notice.woocommerce-message p:last-child { margin-bottom: 0 !important; }

/* Product meta */
.product .summary .product_meta { margin-bottom: 20px; background: var(--color-body); line-height: 20px; }
.product .summary .product_meta .posted_in { padding: 10px; font-size: 16px; color: #000; display: block; }
.product .summary .product_meta .posted_in:nth-child(odd) { background: var(--color-body-dark); }
.product .summary .product_meta .posted_in.tracking img { width: 50px; height: auto; display: block; }
.product .summary .product_meta > span a { font-weight: normal; color: var(--color-dark-blue) !important; }
.product .summary .product_meta > span a:hover { text-decoration: underline; color: #000 !important; }

/* Additional box */
.product .additional_box { min-height: 90px; margin-bottom: 20px; padding: 65px 20px 20px 140px; font-size: 17px; background: #f1f1f1 url(../images/img_helpcenter.png) no-repeat left bottom; background-size: auto 95%; border: 1px solid var(--color-silver-line); position: relative; }
.product .additional_box .text { height: 40px; left: 140px; top: 15px; padding: 0 15px; font-size: 16px; font-weight: 700; color: white; line-height: 40px; background: var(--color-dark-blue); position: absolute; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.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-dark-blue); border-width: 10px; margin-top: -10px; content: ''; }

/* Facebook Like button */
.product .fb_like_button { margin-bottom: 20px; }
.product .fb_like_button .text { margin-bottom: 5px; font-weight: 700; }

/* Description */
.product .summary .description { margin-top: 50px; font-size: 18px; line-height: 150%; }
.product .summary .description h3 { font-weight: normal; color: #000 !important; }
.product .summary .description img { max-width: 100%; }
.product .summary .description ul { margin-left: 10px; }
.product .summary .description ul li { list-style: square; }
.product .summary .description table { margin-bottom: 20px; text-align: center; line-height: 18px; border: 2px solid var(--color-silver-line); }
.product .summary .description table td { padding: 5px; background-repeat: no-repeat; background-position: center; }
.product .summary .description table tbody td { border: 1px solid var(--color-silver-line); }
.product .summary .description table tbody td:first-child { font-weight: 700; text-align: left; }


/*
-------------------------
	WAITLIST PRODUCTS
-------------------------
*/
.waitlist-products { margin-left: -10px; margin-right: -10px; display: flex; flex-wrap: wrap; }
.waitlist-products hr { display: none !important; }
.waitlist-products .waitlist-single-product { width: 25%; margin-left: 10px; margin-right: 10px; margin-top: 20px; background: white; border: 1px solid var(--color-silver-line); }
.waitlist-products .waitlist-single-product:nth-child(-n+4) { margin-top: 0; }
.waitlist-products .waitlist-single-product h4 { padding: 20px; border-bottom: 3px solid var(--color-silver-line); }
.waitlist-products .waitlist-single-product p { margin-bottom: 0 !important; }
.waitlist-products .waitlist-single-product .waitlist-thumbnail { padding: 20px; display: block; }
.waitlist-products .waitlist-single-product .waitlist-thumbnail img { max-width: 100%; max-height: 200px; margin: auto; display: block; }
.waitlist-products .waitlist-single-product .wcwl_remove_product { width: 100%; height: 40px; text-decoration: none !important; color: white !important; line-height: 40px; background: var(--color-red); display: block; }
.waitlist-products .waitlist-single-product .wcwl_remove_product:hover { background: var(--color-dark-blue); }


/*
----------------------------
	FREE SHIPPING STATUS
----------------------------
*/
.free_shipping_wrapper { margin-bottom: 20px; padding: 10px 20px; font-size: 18px; text-align: center; color: white; line-height: 1; background: var(--color-red); }
.free_shipping_wrapper .free_shipping_status { height: 32px; padding-left: 40px; line-height: 32px; background: url(../images/icon_free_delivery_shipping_white.svg) no-repeat left center; background-size: auto 100%; display: inline-block; }


/*
------------------
	SHOP TABLE
------------------
*/
table.shop_table { width: 100%; margin-bottom: 20px; border-spacing: 0; border-collapse: collapse; }

/* tFoot */
table.shop_table tfoot th, 
table.shop_table tfoot td { padding: 10px; }


/*
--------------
	CART
--------------
*/
.woocommerce-cart-form { margin-bottom: 30px; padding-top: 20px; background: white; border: 1px solid var(--color-silver-line); }

table.shop_table { position: relative; }
table.shop_table.cart { margin-bottom: 0 !important; }

table.shop_table .product-name { text-align: left; }
table.shop_table .product-price { text-align: center; line-height: 20px; }
table.shop_table .product-quantity { width: 170px; text-align: center; }
table.shop_table .product-subtotal { text-align: right; }

table.shop_table thead tr th { padding: 10px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: #27282d; letter-spacing: 2px; border-bottom: 1px solid var(--color-silver-line); }

table.shop_table tbody tr td { padding: 10px; font-size: 17px; vertical-align: middle; color: #27282d; border-left: none !important; border-right: none !important; border-bottom: 1px solid var(--color-silver-line); }
table.shop_table tbody tr td.product-thumbnail { width: 120px; text-align: center; }
table.shop_table tbody tr td.product-thumbnail a { display: block; }
table.shop_table tbody tr td.product-thumbnail img { width: auto; max-height: 60px; padding: 5px; vertical-align: middle; background: white; border: 1px solid var(--color-silver-line); display: inline-block; }

table.shop_table tbody tr td.product-name { font-weight: 700; color: #27282d; }
table.shop_table tbody tr td.product-name a { font-size: 16px; font-weight: 700; text-decoration: none !important; color: #27282d; }
table.shop_table tbody tr td.product-name .backorder_notification { margin-bottom: 0 !important; color: #f36c00; }
table.shop_table tbody tr td.product-name dl.variation dt { width: fit-content; font-size: 14px; font-weight: 400; line-height: 16px; display: inline-block; }
table.shop_table tbody tr td.product-name dl.variation dd { width: fit-content; font-size: 14px; line-height: 16px; display: inline-block; }
table.shop_table tbody tr td.product-name dl.variation dd p { margin-bottom: 0 !important; line-height: 16px !important; }

/* Quantity */
table.shop_table tbody tr td.product-quantity { padding-top: 13px; }
table.shop_table tbody tr td.product-quantity label { display: none; }
table.shop_table tbody tr td.product-quantity input.update_cart { font-size: 14px; font-weight: 700; color: #999; background: none; cursor: pointer; }
table.shop_table tbody tr td.product-quantity input.update_cart:hover { color: #27282d; }
table.shop_table tbody tr td.product-quantity .quantity { width: 180px; height: 60px; padding: 10px 0; font-size: 0; background: white; border: 1px solid var(--color-silver-line); display: block; }
table.shop_table tbody tr td.product-quantity .quantity .qty_btn { width: 33.3333333333%; height: 100%; vertical-align: top; font-size: 30px; background: none; display: inline-block; cursor: pointer; }
table.shop_table tbody tr td.product-quantity .quantity input.qty { width: 33.3333333333%; height: 100%; vertical-align: top; text-align: center; border-left: 1px solid var(--color-silver-line); border-right: 1px solid var(--color-silver-line); display: inline-block; }

/* Price */
table.shop_table tbody tr td.product-price { font-weight: 700; color: #1f2123; }
table.shop_table tbody tr td.product-price del { font-size: 14px; font-weight: normal; text-decoration: line-through; color: #999; display: block; }
table.shop_table tbody tr td.product-price .net_price { font-size: 15px; font-weight: normal; color: #565856; }

/* Subtotal */
table.shop_table tbody tr td.product-subtotal { font-weight: 700; }

/* Remove product */
table.shop_table tbody tr td.product-remove { width: 60px; text-align: center; }
table.shop_table tbody tr td.product-remove a { width: 30px; height: 30px; text-indent: -9999px; background: var(--color-red) url(../images/icon_trash_white.svg) no-repeat center; background-size: auto 14px; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
table.shop_table tbody tr td.product-remove a:hover { background-color: var(--color-dark-blue); }

table.shop_table.cart tbody tr td.update_cart { text-align: right; border-bottom: none; }
table.shop_table.cart tbody tr td.update_cart strong { font-size: 15px; }

/* Actions */
table.shop_table.cart tbody tr td.actions { text-align: left; border-bottom: none; }
table.shop_table.cart tbody tr td.actions label { display: none; }
table.shop_table.cart tbody tr td.actions button { height: 60px; padding: 0 30px; vertical-align: top; }
table.shop_table.cart tbody tr td.actions .coupon { margin-bottom: 20px; display: flex; flex-wrap: wrap; }
table.shop_table.cart tbody tr td.actions .coupon input { width: calc(50% - 5px); height: 60px; margin-right: 5px; padding-left: 30px; border: 1px solid var(--color-silver-line); }
table.shop_table.cart tbody tr td.actions .coupon button { width: calc(50% - 5px); height: 60px; margin-left: 5px; padding: 0 10px; vertical-align: top; }

/* Cart collaterals */
.cart-collaterals .cart_totals { padding: 30px; background: white; border: 1px solid var(--color-silver-line); }
.cart-collaterals .cart_totals h2 { margin-bottom: 10px !important; font-size: 30px; }
.cart-collaterals .cart_totals ul { margin-bottom: 0 !important; }
.cart-collaterals .cart_totals ul li { font-size: 16px; }
.cart-collaterals .cart_totals ul li a.shipping-calculator-button { display: none; }

.cart-collaterals .cart_totals table.shop_table { margin-bottom: 0 !important; font-size: 17px; text-align: left; }
.cart-collaterals .cart_totals table.shop_table tbody tr th { width: 170px; padding: 10px; font-size: 17px; font-weight: 700; text-align: left; color: var(--color-dark-blue); border-bottom: 1px solid var(--color-silver-line); }
.cart-collaterals .cart_totals table.shop_table tbody tr td { padding: 10px; font-size: 17px; border-bottom: 1px solid var(--color-silver-line); }
.cart-collaterals .cart_totals table.shop_table tbody tr.order-total th,
.cart-collaterals .cart_totals table.shop_table tbody tr.order-total td { border-bottom-width: 1px; }

.cart-collaterals .cart_totals table.shop_table tbody tr.fee strong { color: var(--color-red); }

.cart-collaterals .cart_totals .wc-proceed-to-checkout { margin-top: 20px; border-bottom: none; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button { height: 60px; padding: 0; text-align: center; line-height: 60px; background: var(--color-green); display: block; }
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover { background: var(--color-dark-blue); }

.cart-collaterals .cart_totals ul#shipping_method { margin-left: 0 !important; }
.cart-collaterals .cart_totals ul#shipping_method li { margin-bottom: 5px; padding-left: 0 !important; list-style: none; }
.cart-collaterals .cart_totals ul#shipping_method li:last-child { margin-bottom: 0 !important; }
.cart-collaterals .cart_totals ul#shipping_method li:before { display: none !important; }
.cart-collaterals .cart_totals p.woocommerce-shipping-destination { display: none !important; }

/* Empty cart */
.cart-empty, 
.return-to-shop { text-align: center; }


/*
----------------
	CHECKOUT
----------------
*/

/* Coupon */
form.checkout_coupon { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 3px solid var(--color-silver-line); display: flex; flex-wrap: wrap; }
form.checkout_coupon input { width: calc(50% - 5px); height: 60px; margin-right: 5px; padding-left: 30px; border: 1px solid var(--color-silver-line); }
form.checkout_coupon button { width: calc(50% - 5px); height: 60px; margin-left: 5px; padding: 0 10px; vertical-align: top; }

/* Checkout form */
form.checkout { display: flex; flex-wrap: wrap; position: relative; }

form.checkout #customer_details { width: calc(100% - 450px); padding-right: 50px; }
form.checkout #customer_details .col-2 { clear: both; }

form.checkout .order_review { width: 450px; position: relative; }
form.checkout .order_review p { font-size: 16px; }
form.checkout .order_review h3 { margin-bottom: 0 !important; padding: 10px 20px; color: white !important; background: var(--color-blue); }

table.shop_table.woocommerce-checkout-review-order-table { width: 100%; margin-bottom: 30px; font-size: 15px; background: white; border: 1px solid var(--color-silver-line); border-top: none; }
table.shop_table.woocommerce-checkout-review-order-table thead tr th { text-align: left; }
table.shop_table.woocommerce-checkout-review-order-table thead tr th.product-total { text-align: right; }

table.shop_table.woocommerce-checkout-review-order-table tbody tr td { padding: 10px; line-height: 1; }
table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name { font-size: 15px; border-bottom: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total { font-size: 15px; text-align: right; border-bottom: 1px solid var(--color-silver-line); }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th { width: 50%; padding: 10px; text-align: left; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td { padding: 10px; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td { text-align: right; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-discount th { background: var(--color-body); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-discount td { text-align: right; background: var(--color-body); }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td { border-top: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td .shipping_label { margin-bottom: 5px; font-size: 20px !important; color: var(--color-blue) !important; position: relative; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, 
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td { font-size: 18px; text-align: right; line-height: 20px; background: var(--color-body); border-top: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td .includes_tax { font-size: 14px; display: block; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th { text-align: left; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.fee td { border-top: 1px solid var(--color-silver-line); }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.fee td strong { color: var(--color-red); }

table.shop_table.woocommerce-checkout-review-order-table tfoot ul { margin-left: 0 !important; margin-bottom: 0 !important; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li { margin-bottom: 10px; padding-left: 30px; font-size: 16px; font-weight: 700; line-height: 20px !important; position: relative; list-style: none !important; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li:last-child { margin-bottom: 0; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li input { left: 0; top: 5px; position: absolute; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li span { font-weight: normal; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li .tax_label { display: none; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li small { font-weight: normal; }
table.shop_table.woocommerce-checkout-review-order-table tfoot ul li label { cursor: pointer; } 

/* Payment methods */
form.checkout .woocommerce-checkout-payment { background: white; border: 1px solid var(--color-silver-line); border-top: none; }
form.checkout .woocommerce-checkout-payment ul { margin-left: 0 !important; margin-bottom: 0 !important; padding: 20px; }
form.checkout .woocommerce-checkout-payment ul li { margin-bottom: 10px; list-style: none !important; }
form.checkout .woocommerce-checkout-payment ul li:last-child { margin-bottom: 0; }
form.checkout .woocommerce-checkout-payment ul li p { font-size: 15px !important; line-height: 20px !important; }
form.checkout .woocommerce-checkout-payment ul li:last-child p { margin-bottom: 0 !important; }
form.checkout .woocommerce-checkout-payment ul li input { margin-top: -2px !important; }
form.checkout .woocommerce-checkout-payment ul li label { font-size: 15px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
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 { margin-bottom: 0 !important; font-size: 15px; line-height: 20px; }
form.checkout .form-row.place-order .button { width: 100%; height: 60px; padding: 0; font-size: 24px; text-align: center; line-height: 60px; background-color: var(--color-green); display: block; }
form.checkout .form-row.place-order .button:hover { background-color: #000; }

/* Terms and conditions */
.woocommerce-terms-and-conditions-wrapper { padding: 20px; border-top: 3px solid var(--color-silver-line); position: relative; }
.woocommerce-terms-and-conditions-wrapper p { margin-bottom: 0 !important; padding-left: 30px; }
.woocommerce-terms-and-conditions-wrapper p label { font-size: 17px; line-height: 20px; }
.woocommerce-terms-and-conditions-wrapper input[type=checkbox] { left: 20px; top: 23px; position: absolute; }


/*
-------------
	ORDER
-------------
*/
table.shop_table.order_details { width: 100%; margin-bottom: 20px; border: 1px solid var(--color-silver-line); table-layout: fixed; }

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.order_details tbody tr td ul { margin-bottom: 0 !important; }
table.shop_table.order_details tbody tr td ul.wc-item-meta li p { margin-bottom: 0 !important; display: inline-block; }

table.shop_table.order_details tfoot tr th, 
table.shop_table.order_details tfoot tr td { width: 50%; padding: 10px; text-align: left; border-top: 1px solid var(--color-silver-line); }
table.shop_table.order_details tfoot tr td { text-align: right; }

table.shop_table.order_details tfoot tr:last-child th, 
table.shop_table.order_details tfoot tr:last-child td { font-weight: 700; color: #000; background: var(--color-body); border-top-width: 3px; }



table.shop_table.my_account_orders { width: 100%; padding: 0; }
table.shop_table.my_account_orders tbody tr td { padding: 10px; font-size: 16px; text-align: center; line-height: 20px; border-bottom: 1px solid var(--color-silver-line); }
table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-total { font-size: 13px; color: #999; }
table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-total span.amount { font-size: 16px; color: #27282d; display: block; }

.woocommerce-customer-details .addresses { width: 100%; text-align: center; background: white; border: 1px solid var(--color-silver-line); display: table; }
.woocommerce-customer-details .addresses .col-1 { width: 50%; padding: 20px; border-right: 1px solid var(--color-silver-line); display: table-cell; }
.woocommerce-customer-details .addresses .col-2 { width: 50%; padding: 20px; display: table-cell; }


/*
----------------------
	THANK YOU PAGE
----------------------
*/
body.woocommerce-checkout.woocommerce-order-received #content h1 { margin-bottom: 10px; text-align: center; }

body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details { margin-left: 0 !important; padding: 20px; font-size: 0; background: white; border: 1px solid var(--color-silver-line); }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li { padding-left: 0 !important; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li:before { display: none !important; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .name { width: 50%; font-size: 16px; vertical-align: top; display: inline-block; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .value { width: 50%; font-size: 16px; vertical-align: top; display: inline-block; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li.woocommerce-order-overview__order .value { font-size: 18px; font-weight: 700; }

/* Addreses */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .col { width: 48%; padding: 20px; border: 1px solid var(--color-silver-line); }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .col p:last-child { margin-bottom: 0 !important; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .col address { line-height: 20px; }

table.shop_table.order_details { background: white; }

/*
-----------------
	MY ACCOUNT
-----------------
*/
.woocommerce-MyAccount-navigation ul { height: 50px; margin-left: 0 !important; margin-bottom: 20px; font-size: 0; background: var(--color-dark-blue); }
.woocommerce-MyAccount-navigation ul li { margin-left: 0 !important; padding-left: 0 !important; vertical-align: top; display: inline-block; }
.woocommerce-MyAccount-navigation ul li:before { display: none !important; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }
.woocommerce-MyAccount-navigation ul li a { height: 50px; padding: 0 20px; font-size: 17px; font-weight: 700; text-decoration: underline !important; color: white !important; line-height: 50px; display: block; position: relative; }
.woocommerce-MyAccount-navigation ul li a:hover { text-decoration: none !important; }
.woocommerce-MyAccount-navigation ul li a:before { width: 100%; height: 5px; left: 0; top: -5px; background: var(--color-yellow); display: none; position: absolute; content: ''; }

.woocommerce-MyAccount-navigation ul li.is-active a { text-decoration: none !important; color: #000 !important; line-height: 46px; background: var(--color-yellow); }
.woocommerce-MyAccount-navigation ul li.is-active a:before { display: block; }


/*
----------------------
	CHAINED SELECT
----------------------
*/
.select2-container .select2-selection--single { height: 50px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 11px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 50px; }


/*
------------------
	RWD DESIGN
------------------
*/
@media only screen and (max-width: 1200px) { 

	/* PRODUCTS */
	.products .item { width: 50%; }
	.products .item:nth-child(3) { margin-top: 0; }
	
	/* PRODUCTS: Related products */
	.related.products .item { width: 33.3333333333%; }
	.related.products .item:nth-child(3) { margin-top: 20px; }
}

@media only screen and (max-width: 960px) { 

	/* PRODUCTS */
	.products .item { width: 33.3333333333%; }
	.products .item:nth-child(3) { margin-top: 20px; }
	
	/* PRODUCTS */
	body.home .products .item { width: 33.3333333333%; }
	body.home .products .item:nth-child(4) { margin-top: 20px; }
	
	/* PRODUCTS: Related products */
	.related.products .item { width: 33.3333333333%; }
	.related.products .item:nth-child(3) { margin-top: 20px; }
	
	/* SINGLE PRODUCT */
	.product.main_content { display: block; }
	.product.main_content .images_wrapper { width: 100%; padding: 20px; }

	/* SINGLE PRODUCT: Summary */
	.product .summary { width: 100%; padding: 0 20px 20px 20px; }
	
	/* CART */
	table.shop_table .product-subtotal { width: 90px; }
	
	table.shop_table tbody .product-name a { font-size: 16px; }
	table.shop_table tbody .product-name a.thumbnail { margin-right: 0; margin-bottom: 10px; display: block; }
	table.shop_table tbody .product-name a.thumbnail img { max-width: 50px; max-height: 50px; }
	
	table.shop_table.cart tbody tr td.actions .coupon { padding: 20px; background: #f5f5f5; border-top: 1px solid var(--color-silver-line); }
	table.shop_table.cart tbody tr td.actions .coupon_add_text { display: none; }
	table.shop_table.cart tbody tr td.actions button { width: 200px; height: 50px; padding: 0; }
	table.shop_table.cart tbody tr td.actions input[type=text] { width: calc(100% - 205px); height: 50px; }
	
	table.shop_table.cart tr.update_cart+tr:not(.cart_item) { width: 100%; left: auto; top: auto; margin-top: 0; position: relative; }
	
	/* CHECKOUT */
	form.checkout { display: block; }
	form.checkout:before { display: none; }	
	form.checkout #customer_details { width: 100%; padding: 20px 0; display: block; }
	form.checkout .order_review { width: 100%; padding: 20px 0; border-top: 5px solid var(--color-silver-line); display: block; }
	
	/* MY ACCOUNT */
	.woocommerce-MyAccount-navigation ul { height: auto; }
	.woocommerce-MyAccount-navigation ul li { display: block; }
	.woocommerce-MyAccount-navigation ul li a { height: 40px; margin-right: 0; line-height: 40px; }
	
	.woocommerce-MyAccount-navigation ul li.is-active a { line-height: 40px; }
	.woocommerce-MyAccount-navigation ul li.is-active a:before { display: none !important; }
	
	.u-columns .form-row { width: 100% !important; float: none !important; }
}

@media only screen and (max-width: 768px) { 
	
	/* RESULTS */
	.custom_archive_title_wrapper { padding-right: 0; }
	.custom_archive_title_wrapper h1 { margin-bottom: 20px !important; }
	
	/* SINGLE PRODUCT: Images */
	.product .images { margin-bottom: 0; }
	.product .images img { width: auto; max-width: 100%; height: auto; }
	.product .images .woocommerce-product-gallery__image { max-width: 400px; margin: auto; }
	.product .images .woocommerce-product-gallery__image:nth-child(1) img { max-height: none; }
	.product .images .woocommerce-product-gallery__image:nth-child(n+2) a img { max-width: 70px !important; height: auto; max-height: 70px; }
	
	/* SINGLE PRODUCT: Description */
	.product.main_content .alt_short_description { padding: 0 20px; }
	.product.main_content .main_description { padding: 20px; }
	
	/* CART */
	table.shop_table .product-quantity { width: 120px; padding: 0 10px; }
	
	table.shop_table tbody .product-quantity .quantity input[type=number] { width: 100%; margin-bottom: 5px; display: block; }
	table.shop_table tbody .product-quantity .remove { margin-left: 3px; }
	table.shop_table tbody .product-quantity .update_cart { margin: 0; margin-right: 3px; }
	
	/* MY ACCOUNT */
	.u-columns { display: block; }
	.u-columns .col-1, 
	.u-columns .col-2 { width: 100%; padding: 20px; display: block; }
	.u-columns .col-2 { border-top: none; border-left: 1px solid var(--color-silver-line); }
	
	/* THANK YOU PAGE */
	.woocommerce-customer-details .addresses { display: block; }
	.woocommerce-customer-details .addresses .col-1, 
	.woocommerce-customer-details .addresses .col-2 { width: 100%; display: block; }
}

@media only screen and (max-width: 640px) { 

	/* FORMS */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; clear: both; }
	
	form.checkout_coupon .form-row.form-row-first { margin-bottom: 10px !important; }
	form.checkout_coupon .form-row.form-row-last .button { width: 100%; display: block; }
	
	/* RESULTS */
	.woocommerce-result-count { height: auto; line-height: 20px; float: none; }

	form.woocommerce-ordering { height: auto; margin-bottom: 20px; float: none; }
	form.woocommerce-ordering select { width: 100%; }
	
	/* PRODUCTS */
	.products .item { width: 50%; }
	.products .item:nth-child(3) { margin-top: 20px; }
	
	/* PRODUCTS */
	body.home .products .item { width: 50%; }
	body.home .products .item:nth-child(3) { margin-top: 20px; }
	
	/* PRODUCTS: Related products */
	.related.products .item { width: 50%; }
	.related.products .item:nth-child(3) { margin-top: 20px; }
	
	/* PRODUCTS: Free shipping */
	.products .item .freeshipping { top: 0; bottom: auto; }
	
	/* SINGLE PRODUCT: Summary */
	.product .summary h1 { font-size: 35px !important; }
	
	/* SINGLE PRODUCT: Related products */
	.related.products { padding-top: 30px; }
	
	/* FREE SHIPPING STATUS */
	.free_shipping_wrapper { margin-bottom: 0; font-size: 17px; }
	.free_shipping_wrapper .free_shipping_status { height: auto; padding-left: 0; padding-top: 30px; line-height: 20px; background-position: top center; background-size: auto 30px; }
	
	/* CART + MY ACCOUNT */	
	.woocommerce-cart-form { padding-top: 0; background: none; border: none; }

	table.shop_table.shop_table_responsive { font-size: 0; }
	table.shop_table.shop_table_responsive thead { display: none !important; }
	table.shop_table.shop_table_responsive tbody tr { display: block; }
	table.shop_table.shop_table_responsive tbody th { display: none !important; }
	table.shop_table.shop_table_responsive tbody td { width: 100%; padding: 10px 0 !important; font-size: 16px; text-align: left !important; border: none !important; border-bottom: 1px solid #ddd !important; display: block; }
	
	table.shop_table.cart.shop_table_responsive tbody tr { margin: 20px 0; padding: 10px; background: white; border: 1px solid var(--color-silver-line); position: relative; }
	table.shop_table.cart.shop_table_responsive tbody td:last-child { border-bottom: none !important; }
	
	table.shop_table.shop_table_responsive tbody td.product-remove { padding: 0 !important; }
	
	table.shop_table.shop_table_responsive tbody td.product-price, 
	table.shop_table.shop_table_responsive tbody td.product-quantity, 
	table.shop_table.shop_table_responsive tbody td.product-subtotal, 
	table.shop_table.shop_table_responsive tbody td.product-remove { width: 100%; display: block; }
	
	table.shop_table.shop_table_responsive tbody td.product-thumbnail, 
	table.shop_table.shop_table_responsive tbody td.product-subtotal { border-bottom: none !important; }
	table.shop_table.shop_table_responsive tbody td.product-remove a { width: 30px; height: 30px; right: 20px; top: 20px; background-size: auto 16px; position: absolute; }
	
	table.shop_table tbody tr td.product-quantity .quantity { margin: 0; margin-right: 10px; }
	
	table.shop_table.shop_table_responsive tbody td::before { font-weight: 700; display: inline-block; content: attr(data-title) ": "; }
	
	table.shop_table.shop_table_responsive tbody td.actions::before, 
	table.shop_table.shop_table_responsive tbody td.update_cart::before, 
	table.shop_table.shop_table_responsive tbody td.product-thumbnail::before, 
	table.shop_table.shop_table_responsive tbody td.product-quantity::before, 
	table.shop_table.shop_table_responsive tbody td.product-remove::before { display: none; }
	
	/* CART: Actions */
	table.shop_table.shop_table_responsive tr.update_cart+tr:not(.cart_item) { padding: 0; }
	table.shop_table.shop_table_responsive tbody tr td.actions { padding: 10px !important; background: #f5f5f5; }
	table.shop_table.shop_table_responsive tbody tr td.actions .coupon { padding: 0; background: none; border-top: none; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals { padding: 20px; }
	.cart-collaterals .cart_totals .shipping_label { display: none; }
	.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 100%; }
	.cart-collaterals .cart_totals table.shop_table tbody tr td::before { width: 100px; }
	
	/* CHECKOUT: Table */
	table.shop_table.woocommerce-checkout-review-order-table thead th.product-total { text-align: right; }
	table.shop_table.woocommerce-checkout-review-order-table tbody td.product-total { text-align: right; }

	table.shop_table.woocommerce-checkout-review-order-table tfoot tr th { text-align: left; }
	table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th { text-align: left; }
}

@media only screen and (max-width: 480px) { 

	/* SYSTEM MESSAGES */
	.woocommerce-info a.showcoupon { display: block; }
	
	/* SYSTEM MESSAGES */
	.woocommerce-info, 
	.woocommerce-error, 
	.woocommerce-message { padding: 10px; font-size: 16px; display: flex; flex-direction: column; flex-wrap: nowrap; }	
	
	.woocommerce-info:before, 
	.woocommerce-error:before, 
	.woocommerce-message:before { display: none !important; }
	
	.woocommerce-message .button { width: 100%; height: 40px; margin-top: 10px; right: auto; top: auto; font-size: 15px; text-align: center; line-height: 40px; display: block; position: relative; order: 2; }
	
	/* MY ACCOUNT */
	.u-columns .u-column1, 
	.u-columns .u-column2 { padding: 20px 0; background: none !important; border: none !important; }
	.u-columns .u-column1 { padding-top: 0 !important; }
	.u-columns .u-column2 { border-top: 2px solid var(--color-silver-line) !important; }
	
	/* PRODUCTS */
	.term-description { height: 170px; overflow: hidden; }
	.term-description.active { height: auto; overflow: visible; }
	
	/* PRODUCTS: Thumbnail */
	.products .item .thumbnail { height: 150px; padding: 0 10px; } 
	.products .item .thumbnail img { max-width: 100%; max-height: 130px; }

	/* PRODUCTS: Entry */
	.products .item .entry { padding: 10px; }
	.products .item .entry h3 a { font-size: 16px; }
	
	/* PRODUCTS: Price and button */
	.products .item a.button { padding: 0; font-size: 17px !important; background-image: none !important; display: block; }
	.products .item a.button.button_outofstock { padding-left: 0; }
	
	/* PRODUCTS: Product categories */
	.products .item.product-category { height: 60px; }
	.products .item.product-category a img { height: 50px !important; top: 5px; }
	.products .item.product-category a h2 { left: 65px; font-size: 14px !important; line-height: 14px !important; }
	
	/* SINGLE PRODUCT: Images */
	.product .images .woocommerce-product-gallery__image:nth-child(1) img { max-height: 250px; }
	
	/* SINGLE PRODUCT: Summary */
	.product .summary h1 { font-size: 24px !important; }
	
	/* SINGLE PRODUCT: Short description */
	.product .summary .woocommerce-product-details__short-description { display: none !important; }
	
	/* SINGLE PRODUCT: Stock */
	.product .summary .left, 
	.product .summary .right { float: none; }
	
	/* SINGLE PRODUCT: Add to cart */
	.product .summary .cart .quantity { width: 100%; margin-right: 0; margin-bottom: 10px; display: block; }
	.product .summary .price { width: 100%; margin-left: 0; display: block; }
	
	.product .summary .single_add_to_cart_button { width: 100%; display: block; }
	
	/* Additional box */
	.product .additional_box { padding: 20px 20px 20px 80px; font-size: 15px; background-position: -80px bottom; }
	.product .additional_box .text { height: auto; left: auto; top: auto; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; line-height: 20px; position: relative; }
	
	/* CART: Coupon */
	table.shop_table.cart tbody tr td.actions input[type=text] { width: 100%; margin-bottom: 10px; padding-left: 0; text-align: center; display: block; }
	table.shop_table.cart tbody tr td.actions button { width: 100%; }
	
	table.shop_table.cart tbody tr td.update_cart strong { margin-bottom: 10px; color: var(--color-red); line-height: 16px; display: block; }
	table.shop_table.cart tbody tr td.update_cart .button { width: 100%; display: block; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 100%; }
	
	/* CHECKOUT */
	.woocommerce-checkout-payment .button { width: 100%; display: block; }
	table.shop_table.woocommerce-checkout-review-order-table tfoot ul li label .woocommerce-Price-amount { display: block; }
}

@media only screen and (max-width: 320px) { 

	/* PRODUCTS: Price and button */
	.products .item a.button { padding: 0; font-size: 16px !important; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .cart_totals .wc-proceed-to-checkout .button { height: auto; padding: 10px; line-height: 20px; }
}
