@charset "UTF-8";


.wpcvs-empty, .wpcvs-terms + select:not(.wpcvs-select), .wpcvs-term.wpcvs-disabled:after, .wpcvs-term.wpcvs-disabled:before {
display: none !important;
}
.wpcvs-terms {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
}
.wpcvs-terms .wpcvs-term {
display: inline-block;
cursor: pointer;
text-align: center;
margin: 3px 6px 3px 0;
padding: 3px;
border-radius: 2px;
border-width: 1px;
border-style: solid;
border-color: #dddddd;
background-color: #ffffff;
position: relative;
box-sizing: border-box;
float: none;
}
.wpcvs-terms .wpcvs-term .wpcvs-term-inner {
display: flex;
align-items: center;
height: 34px;
line-height: 34px;
width: 100%;
position: relative;
background-color: #efefef;
}
.wpcvs-terms .wpcvs-term.wpcvs-selected {
border-color: green;
}
.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before {
content: "✓";
display: block;
width: 16px;
height: 16px;
border-radius: 10px;
background-color: green;
color: #ffffff;
text-align: center;
line-height: 16px;
font-size: 10px;
position: absolute;
top: -10px;
right: -10px;
z-index: 9;
border: 2px solid #ffffff;
}
.wpcvs-terms .wpcvs-term.wpcvs-disabled {
opacity: 0.4;
cursor: default;
}
.wpcvs-terms.wpcvs-type-image .wpcvs-term {
height: 42px;
width: 42px;
}
.wpcvs-terms.wpcvs-type-image .wpcvs-term .wpcvs-term-image {
font-size: 0;
border-radius: 2px;
width: 34px;
flex: 0 0 34px;
}
.wpcvs-terms.wpcvs-type-image .wpcvs-term .wpcvs-term-image img {
width: 100%;
height: 100%;
display: block;
border-radius: 2px;
}
.wpcvs-terms.wpcvs-type-color .wpcvs-term {
height: 42px;
width: 42px;
}
.wpcvs-terms.wpcvs-type-color .wpcvs-term .wpcvs-term-color {
font-size: 0;
border-radius: 2px;
width: 34px;
flex: 0 0 34px;
}
.wpcvs-terms.wpcvs-type-button .wpcvs-term {
height: 42px;
min-width: 42px;
line-height: 40px;
}
.wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner {
border-radius: 2px;
}
.wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner .wpcvs-term-label {
padding: 0 10px;
}
.wpcvs-terms.wpcvs-type-radio .wpcvs-term {
display: block;
width: calc(100% - 6px);
text-align: start;
}
.wpcvs-terms.wpcvs-type-radio .wpcvs-term .wpcvs-term-inner {
display: flex;
align-items: center;
}
.wpcvs-terms.wpcvs-type-radio .wpcvs-term .wpcvs-term-radio {
width: 34px;
flex: 0 0 34px;
text-align: center;
}
.wpcvs-terms.wpcvs-type-radio .wpcvs-term .wpcvs-term-label {
padding: 0 10px;
}
.wpcvs-terms.wpcvs-type-radio .wpcvs-term input[type=radio] {
outline: none;
pointer-events: none;
}
.wpcvs-terms.wpcvs-style-rounded .wpcvs-term {
border-radius: 21px;
}
.wpcvs-terms.wpcvs-style-rounded .wpcvs-term .wpcvs-term-inner {
border-radius: 17px;
}
.wpcvs-terms.wpcvs-style-rounded .wpcvs-term .wpcvs-term-image img {
border-radius: 50%;
}
.wpcvs-terms.wpcvs-style-rounded .wpcvs-term .wpcvs-term-color {
border-radius: 21px;
}
.wpcvs-terms.wpcvs-show-label-yes .wpcvs-term {
width: auto;
}
.wpcvs-terms.wpcvs-show-label-yes .wpcvs-term .wpcvs-term-label {
padding-left: 10px;
padding-right: 10px;
}
.wpcvs-group {
flex-grow: 1;
display: block;
width: 100%;
}
.wpcvs-more {
display: inline-block;
margin: 6px 3px 0 3px;
padding: 3px;
height: 42px;
line-height: 42px;
position: relative;
float: left;
} .wpcvs-attributes-stacked .wpcvs-attribute-label label {
font-weight: 700;
color: #333333;
}
.wpcvs-attributes-stacked .wpcvs-attribute-label label:after {
content: ":";
} .wpcvs-single-replacement-enable:not(.woovr-active) .single_variation_wrap .woocommerce-variation-description, .wpcvs-single-replacement-enable:not(.woovr-active) .single_variation_wrap .woocommerce-variation-price {
display: none !important;
} table.variations.wpcvs-initialized tr {
display: flex;
align-items: center;
}
table.variations.wpcvs-initialized tr .label {
width: 100px;
flex: 0 0 100px;
}
table.variations.wpcvs-initialized tr .value {
flex-grow: 1;
}
.wpcev-btn + .wpcvs_add_to_cart {
display: none !important;
} body.rtl .wpcvs-term {
float: right;
} .wpcvs-tippy-inner {
padding: 5px 1px;
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
justify-content: center;
}
.wpcvs-tippy-inner .wpcvs-tippy-title {
font-weight: 700;
}
.wpcvs-tippy-inner > span {
margin-bottom: 5px;
}
.wpcvs-tippy-inner > span:last-child {
margin-bottom: 0;
}
.wpcvs-tippy-inner .wpcvs-tippy-swatches span {
display: block;
width: 100%;
min-width: 150px;
min-height: 150px;
max-width: 600px;
font-size: 0;
}
.wpcvs-tippy-swatches--color, .wpcvs-tippy-swatches--image img {
width: 100%;
height: auto;
border-radius: 3px;
margin: 0 !important;
padding: 0 !important;
} table.wpcvs-variations {
table-layout: fixed;
margin: -1em 0 1em;
}
table.wpcvs-variations tr {
display: flex;
align-items: center;
}
table.wpcvs-variations tr th, table.wpcvs-variations tr td {
padding: 0;
list-style: none;
background-color: transparent;
vertical-align: middle;
display: initial;
}
table.wpcvs-variations tr .label {
width: 100px;
flex: 0 0 100px;
}
table.wpcvs-variations tr .label label {
font-weight: 700;
margin-right: 30px;
white-space: nowrap;
}
table.wpcvs-variations tr .value {
flex-grow: 1;
}.pwb-clearfix:after{content:"";display:table;clear:both}.pwb-before-loop{margin-bottom:1em}.pwb-after-loop{margin-top:1em}.pwb-carousel .pwb-slick-slide a{display:block}.pwb-carousel .pwb-slick-slide a>img{margin:0 auto}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{margin:0 10px}.pwb-carousel .slick-prev,.pwb-carousel .slick-next,.pwb-product-carousel .slick-prev,.pwb-product-carousel .slick-next{font-size:0;position:absolute;top:0;bottom:0;display:block;cursor:pointer;font-size:22px;width:30px;overflow:hidden;text-align:center;color:#aeaeae;border:none;outline:none;z-index:999;background:#eee;opacity:0;transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out}.pwb-carousel .slick-prev>span,.pwb-carousel .slick-next>span,.pwb-product-carousel .slick-prev>span,.pwb-product-carousel .slick-next>span{display:inline-block;height:20px;width:20px;padding:10px;position:absolute;top:50%;margin-top:-20px;left:0;right:0}.pwb-carousel .slick-prev:hover,.pwb-carousel .slick-prev:focus,.pwb-carousel .slick-next:hover,.pwb-carousel .slick-next:focus,.pwb-product-carousel .slick-prev:hover,.pwb-product-carousel .slick-prev:focus,.pwb-product-carousel .slick-next:hover,.pwb-product-carousel .slick-next:focus{outline:none}.pwb-carousel .slick-prev,.pwb-product-carousel .slick-prev{left:0}.pwb-carousel .slick-next,.pwb-product-carousel .slick-next{right:0}.pwb-carousel:hover .slick-next,.pwb-carousel:hover .slick-prev,.pwb-product-carousel:hover .slick-next,.pwb-product-carousel:hover .slick-prev{opacity:.8}.pwb-product-carousel .pwb-amount{display:block;width:100%;margin-bottom:12px}.pwb-carousel,.pwb-product-carousel{min-height:30px}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{display:none}.pwb-carousel.slick-initialized .pwb-slick-slide,.pwb-product-carousel.slick-initialized .pwb-slick-slide{display:block}.pwb-carousel .slick-list,.pwb-product-carousel .slick-list{opacity:0;position:absolute}.pwb-carousel.slick-initialized,.pwb-product-carousel.slick-initialized{min-height:none}.pwb-carousel.slick-initialized .slick-list,.pwb-product-carousel.slick-initialized .slick-list{opacity:1;position:relative;transition:opacity .2s ease-in}.pwb-carousel.slick-initialized .pwb-carousel-loader,.pwb-product-carousel.slick-initialized .pwb-carousel-loader{display:none !important;opacity:0 !important}.pwb-carousel-loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:30px;height:30px;border-radius:50%;background:#525252;background:-moz-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:-webkit-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:-o-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:-ms-linear-gradient(left, #525252 10%, rgba(82, 82, 82, 0) 42%);background:linear-gradient(to right, #525252 10%, rgba(82, 82, 82, 0) 42%);position:relative;-webkit-animation:PWBCarouselLoader 1.4s infinite linear;animation:PWBCarouselLoader 1.4s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.pwb-carousel-loader:before{width:50%;height:50%;background:#525252;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}.pwb-carousel-loader:after{background:#fff;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@-webkit-keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.pwb-all-brands .pwb-pagination-wrapper{margin-top:20px;padding-top:10px;border-top:1px solid #ededed;text-align:right}.pwb-all-brands .pwb-pagination{display:inline-block;margin-right:10px;background-color:#ededed;color:#333;text-align:center;padding:10px}.pwb-brands-cols-outer{display:flex;flex-wrap:wrap;gap:15px}.pwb-all-brands .pwb-brands-cols-outer:after{content:"";display:table;clear:both}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{box-sizing:border-box;width:calc(20% - 15px);display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.pwb-az-listing-row{margin-bottom:20px}.pwb-az-listing-row-in{margin-left:-5px;margin-right:-5px}.pwb-az-listing-col{padding:5px}.pwb-az-listing-col>a{display:block;text-transform:uppercase;white-space:nowrap;overflow:hidden}.pwb-az-listing-title{border-bottom:1px solid #ddd;font-weight:bold;font-size:115%;text-transform:uppercase}.pwb-az-listing-header{margin-bottom:30px}.pwb-az-listing-header ul{margin:0;padding:0;list-style:none;margin-right:-2px;margin-left:-2px}.pwb-az-listing-header li{display:inline-block;float:left;width:25px;height:25px;margin:2px;line-height:25px;border:1px solid #ddd;text-align:center}.pwb-az-listing-header a{text-transform:uppercase}.pwb-filter-products input[type=checkbox]{margin-right:10px}.pwb-filter-products li{margin-bottom:5px}.pwb-row:after{content:"";display:table;clear:both}.pwb-columns-2{width:50%}.pwb-columns-3{width:33.33333%}.pwb-columns-4{width:25%}.pwb-columns-5{width:20%}.pwb-columns-6{width:16.66666%}.pwb-columns{float:left}.pwb-single-product-brands{padding-top:1em;display:flex;gap:.1em}.product_meta .pwb-single-product-brands{padding-top:0}.pwb-text-before-brands-links{margin-right:4px}@media screen and (max-width: 1000px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:25%}}@media screen and (max-width: 700px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:50%}.pwb-columns-5,.pwb-columns-6{width:25%}}@media screen and (max-width: 480px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:100%;float:none}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3>p:first-child{height:auto}.pwb-columns-3,.pwb-columns-4,.pwb-columns-5,.pwb-columns-6{width:50%}}@media(min-width: 576px){.pwb-az-listing-col{width:50%;float:left}}@media(min-width: 992px){.pwb-az-listing-col{width:25%}}