/* Layout */
body.no-qty form.cart .quantity {display:none;}
span.woof_color_term {width:35px;height:35px;border-radius:99px;}

/* Quantity */
.minus-plus-buttons {display: inline-flex;height: 100%;border: 1px solid #848484;}
.minus-plus-buttons button.minus, .minus-plus-buttons button.plus, .minus-plus-buttons .input-text.qty.text {width: 20px;height:100%;border:0;background-color: transparent;cursor:pointer;text-align:center;}
.minus-plus-buttons .input-text.qty.text {-moz-appearance: textfield;background-color:#fff;width:30px;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}

/* Products in Grid */
#main-content .woocommerce .products ul:not(.splide__list), .woocommerce ul.products:not(.splide__list) {margin: 10px 0 0 0;display: grid;gap: var(--gutter);width:100%;grid-template-columns: repeat(3, 1fr);}
.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {display:none;}
.woocommerce ul.products li.product .star-rating {display:none;}
.wc-product {border-width:2px;border-style:solid;border-color:#fff;width:100%;}
.woocommerce ul.products li.product .button {display:none!important;width: 100%;text-align: center;margin-top: 0;border-radius: 0;}
.woocommerce ul.products li.product .price {align-items:flex-end;}
.wc-product:hover {border-color:#ddd;transition:all .3s;}
.wc-product a img {padding:0px;transition:all .3s;}
.wc-product:hover a img {padding:10px 10px 0;transition:all .3s;}
.product-info {display: flex;padding:0 10px;flex-direction: column;gap: 5px;position:absolute;}
.product-color-attributes {container-type: inline-size;min-width: calc(100% - 20px);pointer-events:none;display: flex;align-items: center;height: 30px;gap: 5px;position: absolute;bottom: 70px;left: 10px;transition:all .3s;}
.product-color-attributes .color-swatch {width:22px;height:22px;display:inline-block;border-radius:99px;border:2px solid #fff;}
.product-color-attributes .color-text {font-size:14px;}
.product-size-attributes {font-size: 14px;position: absolute;left: -2px;background-color: #fff;opacity: 0;width: calc(100% + 4px);padding: 10px;height: auto;display: flex;align-items: center;border-width: 0 2px 2px;border-style: solid;top: 100%;border-color: #fff;z-index: 999;transform: translateY(-20px);transition: all .3s;}

.product-custom-attributes-wrapper {position: absolute;display: flex;justify-content: center;bottom: 70px;right: auto;transition: all .3s;gap: 10px;left: auto;margin: 0 auto;width: 100%;height: 32px;align-items: center;}
.product-brand-attributes-wrapper {position: absolute;display: flex;justify-content: flex-end;bottom: 70px;right: 10px;transition:all .3s;gap:10px;}
.product-brand-attributes {background-color: #ddd;width: fit-content;color:#252525;padding: 5px 10px;border-radius: 7px;font-size: 14px;border: 2px solid #fff;}
.wc-product:hover .product-size-attributes {opacity: 1;border-color: #ddd;transition: all .3s;background-color: #fff;height: fit-content;transform: translateY(0%);}
.wc-product:hover .product-color-attributes {left:20px;transition:all .3s;}
.wc-product:hover .product-brand-attributes-wrapper {right:20px;transition:all .3s;}

a.product_type_external {display:none!important;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size:12px;}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .size-woocommerce_thumbnail {opacity:1;}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .size-woocommerce_thumbnail.woocommerce-secondary-image {opacity:0;position:absolute;}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover .size-woocommerce_thumbnail.woocommerce-secondary-image {opacity:1;}

/* Product Grid */
ul.products li.product a.woocommerce-loop-product__link {display: flex;flex-wrap: wrap;background-color:#fff;}
ul.products li.product a img {margin-bottom:0!important;aspect-ratio: 1;object-fit:cover;}
ul.products li.product a h2 {text-transform:uppercase;flex-basis: 60%;align-self: center;padding-left: 10px!important;height: 60px;display: flex;align-items: center;font-weight: bold;font-size: 16px;}
ul.products li.product a span.price {flex-basis: 40%;justify-content: center;height: 60px;margin-bottom: 0!important;padding: 10px 15px 10px 0;align-items:flex-end;}
.woocommerce ul.products .wc-product li.product, .woocommerce-page ul.products .wc-product li.product, .woocommerce ul.products[class*="columns-"] .wc-product li.product, .woocommerce-page ul.products[class*="columns-"] .wc-product li.product {float:none;margin:0;width:100%;}

/* Badges */
.product-badges {position: absolute;pointer-events:none;width:var(--x-6);top: 15px;left: 0;z-index: 90;display: flex;justify-content: flex-end;padding: 0 15px;}
.product-badges .new-badge {width: fit-content;background-color: var(--links-color);pointer-events: none;font-size: .857em;font-weight: 700;text-align:center;border-radius: 99px;height: 50px;display: flex;justify-content: center;align-items: center;color: #fff;padding: 0px 25px;z-index: 9;margin-right:10px;}
.product-badges .outofstock-badge {width: fit-content;background-color: #777;pointer-events: none;font-size: .857em;font-weight: 700;text-align:center;border-radius: 99px;height: 50px;display: flex;justify-content: center;align-items: center;color: #fff;padding: 0px 25px;z-index: 9;}
.product-badges .preorder-badge {width: fit-content;background-color: var(--links-color);pointer-events: none;font-size: .857em;font-weight: 700;text-align:center;border-radius: 99px;height: 50px;display: flex;justify-content: center;align-items: center;color: #fff;padding: 0px 25px;z-index: 9;margin-right:auto;}
.product-badges .custom-badge {width: fit-content;background-color: var(--links-hover);pointer-events: none;font-size: .857em;font-weight: 700;text-align:center;border-radius: 99px;height: 50px;display: flex;justify-content: center;align-items: center;color: #fff;padding: 0px 25px;z-index: 9;margin-right:auto;}
.woocommerce .product-badges > span.onsale {position:static;width:50px;background-color:var(--main-color);pointer-events: none;font-size: .857em;font-weight: 700;text-align:center;border-radius: 99px;height: 50px;display: flex;justify-content: center;align-items: center;color: #fff;padding: 0px;z-index: 9;}
 a.woocommerce-loop-product__link .product-badges {width:100%;padding:0 10px;top:10px;}
.woocommerce ul.products li.product .product-badges .onsale {margin: 0 0 0 10px;width:40px;height: 40px;min-height: 0;min-width: 0;}
 a.woocommerce-loop-product__link .product-badges .new-badge {height:40px;padding: 0px 20px;}
 a.woocommerce-loop-product__link .product-badges .preorder-badge {margin-right:auto;height:40px;padding: 0px 20px;}
 a.woocommerce-loop-product__link .product-badges .custom-badge {margin-right:auto;height:40px;padding: 0px 20px;}
 a.woocommerce-loop-product__link .product-badges .outofstock-badge {margin-right: 10px;height: 40px;padding: 0px 20px;}

/* Price */
.price {display: flex!important;flex-direction: column;color:var(--main-color)!important;}
.price .amount {font-weight:bold;}
.price > .amount > bdi {font-size:16px;}
.price > del {font-size:1em;color:#999!important;}
.price > ins {font-size:1.5em;text-decoration: none;}

/* Header */
html.dgwt-wcas-overlay-mobile-on, html.dgwt-wcas-overlay-mobile-on body {overflow:visible!important;min-width:auto!important;}
body > header .header-mid-rig-search-wrapper {height:100%;padding:0;position:relative;}
body > header.scrolled .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {padding:0;transition:padding .3s;}
body > header .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {display:none;}
body > header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {padding:0 10px;height: 100%;display: flex;align-items: center;background-color:transparent;transition:all .3s;}
body > header.scrolled .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {padding:0;transition:all .3s;}
body > header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {height:45px;transition:all .3s;font-family:var(--global-font);transition:border-radius .3s;}
body > header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover {background-color:#eee;}
body > header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {left:22px;top:24px;transition:all .3s;}
body > header .dgwt-wcas-style-pirx .dgwt-wcas-preloader {margin-right:0;}
body > header.scrolled .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {left:10px;top:14px;transition:all .3s;}
body > header .dgwt-wcas-search-wrapp {height: 100%;width: clamp(260px,35vw,330px);}
body > header .dgwt-wcas-search-form {height: 100%;}
body > header .dgwt-wcas-search-wrapp label.screen-reader-text {display:none;}
body > header.scrolled .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {height:100%;border-radius:0;transition:all .3s;}
body .dgwt-wcas-suggestions-wrapp {background-color:var(--header-bg);padding:0!important;margin-top: 15px;transition:all .3s;}
body header.scrolled ~ .dgwt-wcas-suggestions-wrapp {margin-top:0;}
body .dgwt-wcas-suggestion-selected {background-color: var(--main-color);}

/* My Account */
.woocommerce-account #main-content > .woocommerce nav li a {color:#000;font-weight:bold;font-size:14px;}
.woocommerce-account #main-content > .woocommerce nav li.woocommerce-MyAccount-navigation-link {position:relative;list-style:none;border:0;background-color:#fff;border-radius:5px;padding:15px 60px 15px 30px;margin-bottom:5px;}
.woocommerce-account #main-content > .woocommerce nav li.woocommerce-MyAccount-navigation-link::before {content:'';pointer-events:none;background-color:var(--main-color);position:absolute;left:0;top:0;width:100%;height:100%;-webkit-mask-position-x:left 21px;mask-position-x:left 0px;-webkit-mask-position-y:center;mask-position-y:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;}
.woocommerce-account #main-content > .woocommerce nav li.woocommerce-MyAccount-navigation-link--dashboard::before {-webkit-mask-image:url('/wp-content/themes/artware/img/account-dash.svg');mask-image:url('/wp-content/themes/artware/img/account-dash.svg');-webkit-mask-size:17px 18px;mask-size:17px 18px;}
.woocommerce-account #main-content > .woocommerce nav li.woocommerce-MyAccount-navigation-link--orders::before {-webkit-mask-image:url('/wp-content/themes/artware/img/account-order.svg');mask-image:url('/wp-content/themes/artware/img/account-order.svg');-webkit-mask-size:16px 16px;mask-size:16px 16px;}
.woocommerce-account #main-content > .woocommerce nav li.woocommerce-MyAccount-navigation-link--downloads {display:none;}
.woocommerce-account #main-content > .woocommerce nav li.woocommerce-MyAccount-navigation-link--edit-address::before {-webkit-mask-image:url('/wp-content/themes/artware/img/account-address.svg');mask-image:url('/wp-content/themes/artware/img/account-address.svg');-webkit-mask-size:16px 20px;mask-size:16px 20px;}
.woocommerce-account #main-content > .woocommerce nav li.woocommerce-MyAccount-navigation-link--edit-account::before {-webkit-mask-image:url('/wp-content/themes/artware/img/account-info.svg');mask-image:url('/wp-content/themes/artware/img/account-info.svg');-webkit-mask-size:14px 18px;mask-size:14px 18px;}
.woocommerce-account #main-content > .woocommerce nav li.woocommerce-MyAccount-navigation-link--customer-logout::before {-webkit-mask-image:url('/wp-content/themes/artware/img/account-logout.svg');mask-image:url('/wp-content/themes/artware/img/account-logout.svg');-webkit-mask-size:16px 14px;mask-size:16px 14px;}
.woocommerce-account #main-content > .woocommerce address {background-color:#fff;padding: 15px;border-radius: 5px;margin-top: 5px;border: 1px solid #eee;}
.woocommerce-account #main-content > .woocommerce form .form-row input.input-text, .woocommerce-account #main-content > .woocommerce form .form-row textarea {padding: 12px 15px;border-radius: 10px;border: 2px solid #E3E3E3;background: #fff;}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 43px;}
.woocommerce-account .select2-container .select2-selection--single {height: 43px;}
.woocommerce-account .select2-container .select2-selection--single .select2-selection__rendered {padding-left: 15px;}
.woocommerce-account .select2-container--default .select2-selection--single {border: 2px solid #E3E3E3;border-radius: 10px;}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {height:43px;right:11px;}
.woocommerce-account button[type="submit"].woocommerce-Button, .woocommerce-account button[type="submit"].woocommerce-Button:hover {background-color:var(--main-color);color:#fff;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {background-color:var(--main-color);color:#fff;}
.woocommerce-account td > a.woocommerce-button, .woocommerce-account td > a.woocommerce-button:hover {background-color:var(--main-color);color:#fff;}
.woocommerce-account p.woocommerce-form-row #account_display_name + span {display:none;}
.woocommerce .col-1 form.woocommerce-form-login > p.woocommerce-form-row {position:relative;margin:25px 0;}
.woocommerce .col-1 form.woocommerce-form-login > p.woocommerce-form-row > label {position: absolute;font-size: 11px;left: 10px;top: -13px;background-color: #e4e4e4;padding: 0px 7px;border-radius: 5px;z-index: 9;pointer-events: none;}

/* Mini Cart */
body #mini-cart-toggle {display:none;}
body #mini-cart-toggle:checked ~ .minicart-overlay {opacity:1;transition:opacity .3s;pointer-events: all;}
body .minicart-overlay {width: 100vw;height: 100vh;left:0;opacity:0;transition:opacity .3s;position: fixed;z-index: 99999;top:0;background-color: rgba(0,0,0,.3);pointer-events:none;}
.mini-cart-cont {position: fixed;z-index: 999999;width: 340px;background-color: #fff;top: 0;right:0px;transform:translateX(340px);padding: 20px;height: 100vh;overflow-y:auto;display: flex;flex-direction: column;justify-content: space-between;transition:transform .3s;}
#mini-cart-toggle:checked + .mini-cart-cont {transform:translateX(0px);transition:transform .3s;}
.mini-cart {display: flex;flex-direction: column;}
.mini-cart-header {border-bottom:1px solid #ddd;padding-bottom:5px;display:flex;justify-content:space-between;}
.mini-cart-header-tit {font-size:18px;font-weight:bold;}
.mini-cart-header-clo {font-size:16px;font-weight:bold;cursor:pointer;width: 25px;height: 25px;display: flex;justify-content: center;align-items: center;}
.mini-cart-products {display: flex;flex-direction: column;gap: 15px;list-style: none;}
.mini-cart-product {display: flex;gap: 20px;position:relative;border-bottom:1px solid #ddd;padding-bottom:15px;}
.mini-cart-product.sold-individually .mini-cart-product-inf-qty {display:none;}
.mini-cart-product-img {width: 100px;height: 100%;}
.mini-cart-product-img a {display: flex;width: 100%;height: 100%;}
.mini-cart-product-image img {max-width:100%;height:auto;object-fit: cover;width: 100px;}
.mini-cart-product-inf {display: flex;overflow:hidden;width: calc(100% - 100px);flex-direction: column;gap: 10px;padding-right:30px;}
.mini-cart-product-inf-tit a {font-weight:bold;}
.mini-cart-product-inf-qty button {width: 20px;height: 25px;border: 1px solid #ddd;background: transparent;border-radius: 0;display: inline-flex;justify-content: center;align-items: center;font-size: 12px;}
.mini-cart-product-inf-pri {color: #aaa;font-size: 12px;margin-top:auto;display: flex;align-items: center;gap: 3px;}
.mini-cart-product-inf-pri span {color:var(--main-color);font-size:16px;}
.mini-cart-product-clo {position: absolute;top: 35%;right: 0;}
.mini-cart-product-clo > a.remove {font-size: 22px;line-height: 17px;}
.mini-cart-footer {display: flex;flex-direction: column;gap: 20px;}
.mini-cart-footer-shi {display: flex;flex-direction: column;gap: 10px;}
.mini-cart-footer-but {display: flex;flex-direction: column;gap: 10px;}
.mini-cart-footer-but a.button.wc-forward {height: 40px;padding: 0;display: flex;justify-content: center;align-items: center;text-transform: uppercase;font-size: 14px;background-color: #e9e6ed;color:#000;font-weight:normal;}
.mini-cart-footer-but a.button.checkout.wc-forward {color:#fff;background-color:var(--main-color);}
#progress-container {position: relative;width: 100%;height:10px;background-color: #ddd;}
#progress-bar {position: absolute;width: 0%;height:100%;transition:width .3s;background-color: var( --main-color );background-image: linear-gradient(135deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-size: 15px 15px;}
.mini-cart-wrapper {width:130px;height:100%;display:flex;position: relative;}
.mini-cart-wrapper .header-mid-rig-cart {display: flex;width: 100%;cursor: pointer;min-width:140px;}
.mini-cart-wrapper .header-mid-rig-cart > a {width: 100%;height: 100%;display: flex;}
.mini-cart-wrapper .header-mid-rig-cart .mini-cart-icon {width:40px;height:100%;position: absolute;right:20px;transition:all .3s;-webkit-mask-image:url(/wp-content/themes/artware/img/cart.svg);mask-image:url(/wp-content/themes/artware/img/cart.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-size: 25px 30px;mask-size: 25px 30px;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;background-color:#000;}
.mini-cart-wrapper .header-mid-rig-cart .mini-cart-count {position: absolute;width: 16px;height: 16px;background-color: var(--main-color);border-radius: 999px;display: flex;justify-content: center;align-items: center;font-size: 10px;font-weight: bold;color: #fff;right: 20px;top:21px;z-index: 9;}
.mini-cart-wrapper .header-mid-rig-cart .mini-cart-total {position: absolute;font-size: 15px;font-weight: bold;color: #000;width: 80px;top: 39%;left: 15px;}

/* Wishlist & Compare*/
.eshop-icons {display:flex;border-left: 2px solid #fff;border-right:2px solid #fff;padding:0 10px;position:relative;}
.eshop-icons .eshop-icons-ico {-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:45px;height:100%;position:relative;transition: all .3s;background-color:#000;}
.eshop-icons .eshop-icons-ico a {width:100%;height:100%;display:flex;}
.eshop-icons .eshop-icons-ico:hover {background-color:var(--main-color);transition:all .3s;}
.eshop-icons .eshop-icons-ico-acc {-webkit-mask-image:url(/wp-content/themes/artware/img/account.svg);mask-image:url(/wp-content/themes/artware/img/account.svg);-webkit-mask-size:23px;mask-size:23px;}
.eshop-icons .eshop-icons-ico-wis {-webkit-mask-image:url(/wp-content/themes/artware/img/wishlist.svg);mask-image:url(/wp-content/themes/artware/img/wishlist.svg);-webkit-mask-size:25px;mask-size:25px;}
.eshop-icons .eshop-icons-ico-wis-wrap {display:flex;width: 45px;height: 100%;position: relative;}
.eshop-icons span.count {position: absolute;width: 16px;height: 16px;background-color: var(--main-color);border-radius: 999px;display: none;right:0;justify-content: center;align-items: center;font-size: 10px;font-weight: bold;color: #fff;top: 21px;z-index: 9;pointer-events: none;}
.eshop-icons .eshop-icons-ico-com {-webkit-mask-image:url(/wp-content/themes/artware/img/compare.svg);mask-image:url(/wp-content/themes/artware/img/compare.svg);-webkit-mask-size:30px;mask-size:30px;}
.wishlist-butt, .compare-butt {position:relative;cursor:pointer;}
.wishlist-butt::before, .compare-butt::before {content: '';transition: background-color .3s;background-color:#000;width: 40px;height: 40px;position: absolute;left: 0px;top: 1px;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-size: 22px;mask-size: 22px;-webkit-mask-position: center;mask-position: center;}
.wishlist-butt:hover::before, .compare-butt:hover::before {background-color:var(--main-color);transition: background-color .3s;}
.wishlist-butt::before {-webkit-mask-image:url('/wp-content/themes/artware/img/wishlist.svg');mask-image:url('/wp-content/themes/artware/img/wishlist.svg');}
.wishlist-butt.isLoved::before {background-color:red;-webkit-mask-image:url('/wp-content/themes/artware/img/wishlist-f.svg');mask-image:url('/wp-content/themes/artware/img/wishlist-f.svg');}
.compare-butt::before {left:1px;-webkit-mask-image:url('/wp-content/themes/artware/img/compare.svg');mask-image:url('/wp-content/themes/artware/img/compare.svg');}
.compare-butt.activ::before {-webkit-mask-image:url('/wp-content/themes/artware/img/check.svg');mask-image:url('/wp-content/themes/artware/img/check.svg');}
ul.products li.product .wishlist-butt {transform:scale(1,1);position:absolute;transition:all .3s;top: calc((50% - 60px) + 18px);left: calc(50% - 45px);opacity:0;z-index:99;width: 40px;height: 40px;background-color: #fff;border-radius: 999px;box-shadow: rgba(255,255,255,.8) 0px 0px 9px 3px;outline: 1.5px solid #000;}
ul.products li.product .wishlist-butt:hover {outline-color:var(--main-color);transition:all .3s;transform:scale(1.1,1.1);}
ul.products li.product .wishlist-butt span {display:none;}
ul.products li.product .compare-butt {transform:scale(1,1);position:absolute;transition:all .3s;top: calc((50% - 60px) + 18px);left: calc(50% + 5px);opacity:0;z-index:99;width: 40px;height: 40px;background-color: #fff;border-radius: 999px;box-shadow: rgba(255,255,255,.8) 0px 0px 9px 3px;outline: 1.5px solid #000;}
ul.products li.product .compare-butt:hover {outline-color:var(--main-color);transition:all .3s;transform:scale(1.1,1.1);}
ul.products li.product .compare-butt span {display:none;}
ul.products li.product:hover .wishlist-butt, ul.products li.product:hover .compare-butt {opacity:1;transition:all .3s}
.comp-prods {display:flex;overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-color: #505050 #e7e7e7;scrollbar-width: thin;}
.comp-prod-sin {display:flex;flex-direction:column;border: 1px solid #ccc;border-left:0;flex-shrink:0;}
.comp-prod-sin:first-child {color:var(--main-color);position: sticky;background-color: #fff;z-index: 99999;border-right: 2px solid #ccc;left: 0;border-left:1px solid #ccc;}
.comp-prod-sin:hover .delete-compare {opacity:1;transition: all .3s;}
.comp-prod-del {position: relative;right: 20px;top: 20px;}
.comp-box {border-bottom: 1px solid #ccc;padding: 10px 15px;height:40px;display: flex;justify-content: flex-start;align-items: center;font-size:14px;}
.comp-prod-sin:not(:first-child) .comp-box:nth-child(even) {background-color:#f4f4f4;}
.comp-box:empty {display: flex;justify-content: center;align-items: center;}
.comp-box:empty::before{content:'–';color:#ccc;font-size:18px;}
.comp-prod-img {height: 230px;}
main [id^="product"] .compare-butt.compare-added.activ span {position:relative;}
main [id^="product"] .compare-butt.compare-added.activ span::before {content: '';position: absolute;width: 20px;height: 20px;background-size: contain;background-image: url('/wp-content/themes/artware/img/checkout-y.svg');background-repeat: no-repeat;right: -22px;}
.comp-prod-pri del {opacity:.3;margin-right:10px;}
.comp-prod:hover .delete-compare {opacity:1;}
.delete-compare {width: 36px;height: 36px;border: 2px solid var(--main-color);border-radius: 999px;display: flex;justify-content: center;align-items: center;right: -15px;position: absolute;top: -15px;background-color: #fff;cursor: pointer;color: var(--main-color);transform:scale(1,1);transition:all .3s;opacity: 0;}
.delete-compare:hover {transform:scale(1.2,1.2);transition:all .3s;background-color:#ef2424;color:#fff;border-color:#fff;}
.wish-prods {display: grid;gap: calc(var(--gutter) * 2);grid-template-columns: repeat(4, 1fr);}
.wish-prods::before, .wish-prods::after {display:none!important;}
.wish-prod {position:relative;}
.wish-prod:nth-child(4n+4) {margin-right:0}
.wish-prod:hover .delete-favorite {opacity:1;}
.wish-prod a {display:flex;flex-wrap:wrap;}
.wish-prod a > img {width:100%;height:auto;}
.wish-prod-tit {flex-basis: 65%;align-self: center;border: 2px solid var(--main-color);border-right-width: 0;padding-left: 10px !important;height: 60px;display: flex;align-items: center;font-weight: bold;font-size: 16px;margin: 0;}
.wish-prod-pri {flex-basis: 35%;justify-content: center;align-items: flex-end;border: 2px solid var(--main-color);border-left-width: 0;height: 60px;margin-bottom: 0 !important;padding: 10px 15px 10px 0;display: flex;flex-direction: column;}
.delete-favorite {width: 36px;height: 36px;z-index:3;border: 2px solid var(--main-color);border-radius: 999px;display: flex;justify-content: center;align-items: center;right: -15px;position: absolute;top: -15px;background-color: #fff;cursor: pointer;color: var(--main-color);transform:scale(1,1);transition:all .3s;opacity: 0;}
.delete-favorite:hover {transform:scale(1.2,1.2);transition:all .3s;background-color:#ef2424;color:#fff;border-color:#fff;}

/* Cart */
.woocommerce table.shop_table {background-color:#fff;border:0;border-radius:15px;padding:10px;}
.woocommerce-cart table.cart td {padding:0;border-top:0;}
.woocommerce-cart-form, .woocommerce-notices-wrapper {margin-top:5px;}
.woocommerce-notices-wrapper:empty {display:none;}
.wc-block-components-notice-banner {margin-bottom: 5px;display: flex;gap: 10px;width: 100%;align-items: center;background-color: #eeee;padding: 12px;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {margin:0!important;}
.wc-block-components-notice-banner__content ul {list-style:none;}
table.shop_table .woocommerce-cart-form__cart-item.sold-individually .minus-plus-buttons {display:none;}
table.shop_table .woocommerce-cart-form__cart-item.cart_item > td {background-color: #f4f4f4;border-bottom: 8px solid #fff;}
table.shop_table .woocommerce-cart-form__cart-item.cart_item > td:first-of-type {border-top-left-radius: 15px;border-bottom-left-radius: 20px;overflow: hidden;}
table.shop_table .woocommerce-cart-form__cart-item.cart_item > td:last-of-type {border-top-right-radius: 15px;border-bottom-right-radius: 20px;}
table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail {width: 86px;padding:10px 25px 10px 10px;min-width:0;}
table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail a {width:86px;display: flex;}
table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail a img {width:80px;}
table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-name a {color: #000;font-weight: bold;text-decoration: underline;}
.woocommerce table.shop_table tr > th {padding: 9px 0;}
.minus-plus-btns {display: flex;justify-content: flex-start;align-items: center;gap: 5px;}
.minus-plus-btns .minus, .minus-plus-btns .plus {width: 30px;height: 30px;background-color: #d9d9d9;font-weight: bold;border: none;border-radius: 100%;display: flex;align-items: center;justify-content: center;cursor: pointer;}
table.shop_table tr > td .coupon #coupon_code {width: 200px;border: 2px solid #E3E3E3;height: 37px;border-radius: 10px;padding: 5px 10px;}
table.shop_table tr > td .coupon > button[name="apply_coupon"] {background-color: transparent;font-weight: 400;text-decoration: underline;}
table.shop_table tr > td > button[name="update_cart"] {position:relative;display: inline-flex;gap: 6px;background-color: transparent;font-weight: 400;text-decoration: underline;font-weight:bold;}
table.shop_table tr > td > button[name="update_cart"]::before {content:'';display: inherit;-webkit-mask-image: url(/wp-content/themes/artware/img/update.svg);mask-image: url(/wp-content/themes/artware/img/update.svg);-webkit-mask-size: 18px 19px;mask-size: 18px 19px;-webkit-mask-position: center center;mask-position: center center;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;width: 18px;height: 19px;position: relative;background-color: var(--main-color);}
table.shop_table tr > td > button[name="update_cart"]:disabled::before {background-color:#000;}
table.shop_table tr > td > button[name="update_cart"]:hover {background-color: transparent!important;text-decoration: underline;}
.woocommerce-cart .woocommerce .cart-collaterals::before, .woocommerce-cart .woocommerce .cart-collaterals::after {display:none;}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {float: none;width: 100%;text-align: center;margin-top: 60px;}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {margin-bottom:20px;}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {padding:10px 15px;}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {max-width: fit-content;text-align: right;margin-left: auto;}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout::before, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout::after {display:none;}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout > a {position:relative;background-color: var(--main-color);border-radius: 10px;padding: 16px 56px 16px 24px;color:#fff;font-size: 16px;font-weight: bold;background-image:url('/wp-content/themes/artware/img/checkout.svg');background-size:16px 14px;background-repeat:no-repeat;background-position:right 24px center;}
.components-button.wc-block-cart__submit-button {background-color: var(--main-color);color: #fff;}

/* Checkout */
.woocommerce-checkout form p.form-row {padding: 0;margin: 0 0 30px;position:relative;}
.woocommerce .col-1 .woocommerce-billing-fields .form-row label, .woocommerce .col-1 .woocommerce-shipping-fields .form-row label {position: absolute;font-size: 14px;left: 8px;top: 8px;background-color: transparent;padding: 0px 7px;border-radius: 5px;z-index:9;transition: all .3s;pointer-events:none;}
.woocommerce .col-1 .woocommerce-billing-fields .form-row:focus-within label, .woocommerce .col-1 .woocommerce-shipping-fields .form-row:focus-within label, .woocommerce .col-1 .form-row label.hasValue {position: absolute;font-size: 11px;left: 10px;top: -13px;background-color: #e4e4e4;padding: 0px 7px;border-radius: 5px;z-index:9;}
.woocommerce-checkout .woocommerce-billing-fields input[type="text"], .woocommerce-billing-fields input[type="tel"], .woocommerce-billing-fields input[type="email"],
.woocommerce-checkout .woocommerce-shipping-fields input[type="text"], .woocommerce-shipping-fields input[type="tel"], .woocommerce-shipping-fields input[type="email"], .woocommerce-account-fields input[type="password"] {padding: 12px 15px;border-radius: 10px;border: 2px solid #E3E3E3;background: #fff;}
.woocommerce-checkout form .form-row textarea#order_comments {height:10em;padding: 12px 15px;border-radius: 10px;border: 2px solid #E3E3E3;background: #fff;}
.woocommerce-checkout h3 {margin-bottom:15px;}
.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-checkout .woocommerce-account-fields {padding:0 15px;}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 43px;}
.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-selection--single,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container .select2-selection--single {height: 43px;}
.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container .select2-selection--single .select2-selection__rendered {padding-left: 15px;}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container--default .select2-selection--single {border: 2px solid #E3E3E3;border-radius: 10px;}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow {height:43px;right:11px;}
.woocommerce-checkout #customer_details {margin-top:40px;}
.woocommerce-checkout .woocommerce-additional-fields {margin-top:20px;padding: 0 15px;}
.woocommerce-checkout #payment.woocommerce-checkout-payment {background-color:#fff;}
.woocommerce-checkout button#place_order {background-color:var(--main-color);float: none;width: 100%;padding: 15px;border-radius: 10px;}
.woocommerce-checkout #payment div.payment_box {background-color:#f4f4f4!important;}
.woocommerce-checkout #payment div.payment_box::before {border-bottom-color:#f4f4f4}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text:not([type="password"]) {border-color:#E3E3E3!important;background-image:url('/wp-content/themes/artware/img/checkout-y.svg');background-size:20px;background-repeat:no-repeat;background-position:right 10px center;}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text:not([type="password"]), .woocommerce form .form-row.woocommerce-invalid select {border-color:#E3E3E3!important;background-image:url('/wp-content/themes/artware/img/checkout-n.svg');background-size:20px;background-repeat:no-repeat;background-position:right 10px center;}
.woocommerce form .form-row.woocommerce-invalid label {color:inherit!important;}
.invoice-field label span.optional, .invoice-select label span.optional {display:none;}
.invoice-field input {background-image:none!important;}
.woocommerce-checkout .woocommerce-shipping-fields {margin-top:30px;}
.woocommerce-checkout .woocommerce-account-fields label {padding:0 5px;}
.woocommerce-checkout form .woocommerce-account-fields p.form-row {margin:10px 0;}
#select2-billing_state-results, #select2-billing_country-results, #select2-shipping_state-results, #select2-shipping_country-results {scrollbar-width: thin;scrollbar-color: auto;}
#billing_needs_timologio {padding: 12px 15px;border-radius: 10px;background-color: #fff;border: 2px solid #E3E3E3;}
#select2-billing_country-container, #select2-billing_state-container, #select2-shipping_country-container, #select2-shipping_state-container {font-size:14px;}

/* Splide */
button.splide__pagination__page {background-color: var(--main-color);}
.splide__pagination__page.is-active {background: transparent;border: 2px solid var(--main-color);}


/* Responsive */
@container (width < 300px){
  .product-color-attributes span.color-swatch:nth-last-child(n+6):nth-child(-n+5) {display:none;}
}

@container (width < 240px){
  .product-color-attributes span.color-swatch:nth-last-child(n+5):nth-child(-n+4) {display:none;}
}

@media (max-width:1400px){
  #main-content .woocommerce .products ul, .woocommerce ul.products{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
  .product-badges {width:100%;}
  .woocommerce-cart .shop_table .product-quantity .minus-plus-btns {margin: 0 0 0 auto;padding: 0;width: 123px;border: none;}
  .woocommerce-cart .shop_table .product-quantity .minus-plus-btns .quantity .qty {width: 45px;height: 45px;}
}

@media (max-width: 768px) {
  body > header .header-mid .header-mid-rig-search {width:60px;}
  body > header .header-mid-rig-icons {padding: 0 5px;}
  body > header .header-mid-rig-icons .header-mid-rig-icons-ico {width:45px;}
  body > header .header-mid .header-mid-mid-mob {width:60px;}
  .header-mid-rig-cart {width:60px;}
  .header-mid-rig-cart .mini-cart-total {display:none;}
  .header-mid-rig-cart .mini-cart-count {right:10px;}
  .header-mid-rig-cart .mini-cart-icon {width:100%;right:0;}
  body > div.dgwt-wcas-overlay-mobile {width: calc(100% - 120px);}
  .woocommerce table.shop_table {border-radius: 0!important;}
  .woocommerce-cart .shop_table thead {display:none;}
  .woocommerce-cart .shop_table tr td::before {content: attr( data-title ) !important;font-weight: 500 !important;}
  .woocommerce-cart .shop_table .product-thumbnail {display: block !important;}
  .woocommerce-cart .shop_table .product-thumbnail a img {width: 100%;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item {background-color: #f4f4f4;border-bottom: 10px solid #fff;padding: 15px;position: relative;width: calc(50% - 10px);display: flex;flex-direction: column;gap: 15px;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item > td {background-color: transparent;border-bottom:0;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail {width: 100%;padding: 0;min-width: 0;height: 250px;border-radius: 0;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail a {width: 100%;display: flex;height: 100%;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail a img {width: 100%;height: auto;object-fit: cover;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-subtotal {margin-left: auto;font-weight: bold;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-quantity {margin-left: auto;display: flex;justify-content: flex-end;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item > td.product-remove {position: absolute;right: -10px;top: -10px;background-color: #000;z-index: 99;border-radius: 99px;}
  .woocommerce-cart .shop_table tr td::before {display:none;}
  table.shop_table tr > td .coupon {display:flex;margin-top: 20px;flex-direction: column;align-items: flex-start;}
  table.shop_table tr > td .coupon > button[name="apply_coupon"] {float: none!important;width: auto!important;padding: 10px 0 0 10px;}
  table.shop_table tr > td > button[name="update_cart"] {max-width: fit-content;padding-left: 40px;margin: 20px auto 0;}
  .woocommerce form.woocommerce-cart-form table.shop_table tbody {display: flex;flex-wrap: wrap;gap: 20px;justify-content: space-between;width: 100%;}
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr:last-child {width:100%;}
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr:last-child td {width: 100%;display: flex;justify-content: space-between;}
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr:last-child td .coupon {display: flex;flex-direction: column;align-items: flex-start;width: 50%;}
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr:last-child td > button.button {margin: 20px 0 0 0;width: 50%;}
}

@media (max-width:600px){
  body > header .header-mid-rig-icons {border-left:0;}
  body > header .header-mid-rig-icons-ico-acc {display:none;}
  body > header .header-mid-rig-icons-ico-com {display:none;}
}

@media ( max-width: 581px ) {
  .woocommerce table.shop_table {padding:0;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item {width: calc(100% - 10px);}
}

@media (max-width:540px){
  #main-content .woocommerce .products ul, .woocommerce ul.products{ grid-template-columns: repeat(1, 1fr); }
}

@media (max-width:500px){
  .product-badges {padding:0 10px;}
  .product .summary .wishlist-butt, .product .summary .compare-butt, label.price-drop-btn {right:15px;}
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr:last-child td {flex-direction: column-reverse;}
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr:last-child td > button.button {margin:0;width: 100%;padding: 0;align-self: flex-end;}
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr:last-child td .coupon {width: 100%;}
}

@media (max-width:440px){
  body > header .header-mid-rig-icons {display:none;}
}

@media (max-width:400px){
  body > div.dgwt-wcas-overlay-mobile {width:100%;}
  .woocommerce table.shop_table {display:flex;}
  table.shop_table .woocommerce-cart-form__cart-item.cart_item {width:100%;}
}
