@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");
:root { --wpcu-headerFontSize: 24px;
--wpcu-headerFontColor: #000; --wpcu-productTitleSize: 16px;
--wpcu-productTitleColor: #363940;
--wpcu-productTitleColorHover: #000; --wpcu-productPriceSize: 16px;
--wpcu-productPriceColor: #ff5500; --wpcu-productRatingSize: 16px;
--wpcu-productRatingColor: #feb507; --wpcu-buttonColor: #fff;
--wpcu-buttonColorHover: #fff;
--wpcu-buttonBgColor: #ff5500;
--wpcu-buttonBgColorHover: #d54500; --wpcu-ribbonBgColor: #ff5500; --wpcu-qvIconColor: #fff;
--wpcu-qvBgColor: #ff5500; --wpcu-navArrowColor: #333;
--wpcu-navArrowColorHover: #fff;
--wpcu-navBgColor: #fff;
--wpcu-navBgColorHover: #ff5500;
--wpcu-navBorderColor: #e4e4ed;
--wpcu-navBorderColorHover: #ff5500; --wpcu-pagColor: #333;
--wpcu-pagColorHover: #fff;
--wpcu-pagBorderColor: #e4e4e4;
--wpcu-pagBorderColorHover: #ff5500;
--wpcu-pagBgColor: #fff;
--wpcu-pagBgColorHover: #ff5500;
--wpcu-pagActiveColor: #fff;
--wpcu-pagActiveBorderColor: #ff5500;
--wpcu-pagActiveBgColor: #ff5500; --wpcu-dotsColor: #b0b0b0;
--wpcu-dotsActiveColor: #ff5500;
} .wpcu-products {
max-width: 100% !important;
width: 100%;
padding: 0;
font-family: "Rubik", sans-serif;
position: relative;
} .wpcu-product {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcu-product .wpcu-product__img { }
.wpcu-product .wpcu-product__img img {
width: 100%;
-webkit-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
}
.wpcu-product .wpcu-product__img--hover-effect > a {
display: block;
overflow: hidden;
}
.wpcu-product .wpcu-product__img--hover-effect:hover img {
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
} .wpcu-lazy-load {
position: relative;
}
.wpcu-lazy-load:before {
content: "";
z-index: 9998;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #f5f5f5;
}
.wpcu-lazy-load:after {
content: "";
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #ff5500;
border-right-color: transparent;
-webkit-animation: wpcu-rotate 2s linear infinite;
animation: wpcu-rotate 2s linear infinite;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9999;
} .wpcu-carousel-nav {
margin: 0 -5px;
padding: 0 15px;
}
.wpcu-carousel-nav__btn {
width: 40px;
height: 40px;
border: 1px solid var(--wpcu-navBorderColor) !important;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 5px;
cursor: pointer;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
background: var(--wpcu-navBgColor) !important;
}
.wpcu-carousel-nav__btn svg {
width: 6px;
fill: var(--wpcu-navArrowColor) !important;
}
.wpcu-carousel-nav__btn:hover {
border-color: var(--wpcu-navBorderColorHover) !important;
background: var(--wpcu-navBgColorHover) !important;
}
.wpcu-carousel-nav__btn:hover svg {
fill: var(--wpcu-navArrowColorHover) !important;
}
.wpcu-carousel-nav--circle .wpcu-carousel-nav__btn {
border-radius: 50%;
}
.wpcu-carousel-nav--bottom-left {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0;
}
.wpcu-carousel-nav--bottom-middle {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-carousel-nav--bottom-right {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0;
}
.wpcu-carousel-nav--middle {
position: absolute;
width: 100%;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
z-index: 99;
margin: 0;
padding: 0;
pointer-events: none;
}
.wpcu-carousel-nav--middle .wpcu-carousel-nav__btn {
margin: 0;
pointer-events: all;
}
.wpcu-carousel-nav--middle .wpcu-carousel-nav__btn--prev {
margin-left: 0;
}
.wpcu-carousel-nav--middle .wpcu-carousel-nav__btn--next {
margin-right: 0;
}
.wpcu-carousel-nav--top-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 30px;
padding: 0;
}
.wpcu-carousel-nav--top-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 30px;
padding: 0;
}
.wpcu-carousel-nav--top-middle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
padding: 0;
} .wpcu-products__header {
margin: 0 0 30px !important;
max-width: 100% !important;
padding: 0 15px;
text-align: left;
}
.wpcu-products__header.wpcu-products__header--middle {
text-align: center;
}
.wpcu-products__header.wpcu-products__header--right {
text-align: right;
}
.wpcu-products__header h2 {
font-size: var(--wpcu-headerFontSize);
color: var(--wpcu-headerFontColor) !important;
font-weight: 500;
margin: 0 !important;
padding: 0 !important;
} .wpcu-carousel {
overflow: hidden;
} .wpcu-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-top: -25px;
min-width: 100%;
}
.wpcu-row > * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-top: 25px;
} .wpcu-column-1 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.wpcu-column-2 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.wpcu-column-3 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.wpcu-column-4 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.wpcu-column-5 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
} @media only screen and (max-width: 991px) {
.wpcu-column-md-1 .wpcu-product {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
}
.wpcu-column-md-2 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.wpcu-column-md-3 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.wpcu-column-md-4 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
}
@media only screen and (max-width: 767px) {
.wpcu-column-sm-1 .wpcu-product {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
}
.wpcu-column-sm-2 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.wpcu-column-sm-3 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.wpcu-column-sm-4 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
} @-webkit-keyframes wpcu-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes wpcu-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .wpcu-button {
display: inline-block;
}
.wpcu-button p {
margin: 0;
display: inline-block;
}
.wpcu-button .button,
.wpcu-button .added_to_cart,
.wpcu-button .button.added {
min-height: 40px;
background: var(--wpcu-buttonBgColor) !important;
color: var(--wpcu-buttonColor) !important;
border-radius: 0;
text-transform: uppercase;
font-size: 12px;
padding: 0 15px !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
border: 1px solid transparent !important;
line-height: unset;
text-align: center;
}
.wpcu-button .button:hover,
.wpcu-button .added_to_cart:hover,
.wpcu-button .button.added:hover {
text-decoration: none;
background: var(--wpcu-buttonBgColorHover) !important;
color: var(--wpcu-buttonColorHover) !important;
border-color: var(--wpcu-buttonBgColorHover) !important;
}
.wpcu-button--outlined .button,
.wpcu-button--outlined .added_to_cart {
border: 1px solid #e4e4ed;
background: var(--wpcu-buttonBgColor) !important;
color: var(--wpcu-buttonColor) !important;
}
.wpcu-button--outlined .button:hover,
.wpcu-button--outlined .added_to_cart:hover {
color: var(--wpcu-buttonColorHover) !important;
background: var(--wpcu-buttonBgColorHover) !important;
border-color: var(--wpcu-buttonBgColorHover) !important;
}
.wpcu-button--sm .button,
.wpcu-button--sm .added_to_cart {
min-height: 35px;
padding: 0 12px;
}
.wpcu-button--rounded .button,
.wpcu-button--rounded .added_to_cart {
border-radius: 3px;
}
.wpcu-button--rounded-circle .button,
.wpcu-button--rounded-circle .added_to_cart {
border-radius: 20px !important;
}
.wpcu-button--icon-circle a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--wpcu-qvBgColor);
}
.wpcu-button--icon-circle a svg {
width: 14px;
height: 14px;
fill: var(--wpcu-qvIconColor);
}
.wpcu-button--light .button {
background: var(--wpcu-buttonBgColor) !important;
border-color: #fff;
color: var(--wpcu-buttonColor) !important;
}
.wpcu-button--light .button:hover {
color: var(--wpcu-buttonColorHover) !important;
border-color: var(--wpcu-buttonBgColorHover) !important;
background: var(--wpcu-buttonBgColorHover) !important;
} .wpcu-button .button.added {
display: none !important;
} .wpcu-product .wpcu-button .button,
.wpcu-product .wpcu-button .added_to_cart,
.wpcu-product .wpcu-button .button.added {
text-decoration: none !important;
} .wpcu-badge {
height: 26px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 12px;
padding: 0 12px;
}
.wpcu-badge--primary {
color: #fff;
background: var(--wpcu-ribbonBgColor) !important;
}
.wpcu-badge--sm {
height: 20px;
padding: 0 7px;
}
.wpcu-badge--outlined {
border: 1px solid #ff5500;
color: #ff5500;
}
.wpcu-badge--rounded {
border-radius: 2px;
}
.wpcu-badge--rounded-circle {
border-radius: 25px;
}
.wpcu-badge--text-lg {
text-transform: uppercase;
font-weight: 500;
} .wpcu-product__title {
margin: 0 !important;
line-height: normal;
font-size: unset;
font-family: inherit;
}
.wpcu-product__title::before {
content: none;
}
.wpcu-product__title a {
text-decoration: none;
font-size: var(--wpcu-productTitleSize);
font-weight: normal;
color: var(--wpcu-productTitleColor) !important;
letter-spacing: normal;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-product__title a:hover {
color: var(--wpcu-productTitleColorHover) !important;
}
.wpcu-product .wpcu-product__title a {
text-decoration: none;
} .wpcu-product__price {
line-height: normal;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -4px;
}
.wpcu-product__price__sale {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #9192a3;
font-size: 15px;
}
.wpcu-product__price ins, .wpcu-product__price del {
background: none;
}
.wpcu-product__price ins bdi,
.wpcu-product__price .amount {
display: inline-block;
font-size: var(--wpcu-productPriceSize);
line-height: normal;
color: var(--wpcu-productPriceColor) !important;
margin: 0 4px;
}
.wpcu-product__price del bdi {
font-weight: 300;
display: inline-block;
font-size: var(--wpcu-productPriceSize);
color: #9192a3;
margin: 0;
text-decoration: line-through;
}
.wpcu-product__price__discount-badge {
margin: 0 4px;
} .wpcu-product__rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wpcu-product__rating__stars {
position: relative;
}
.wpcu-product__rating__stars__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wpcu-product__rating__stars__wrap svg {
width: var(--wpcu-productRatingSize) !important;
fill: var(--wpcu-productRatingColor) !important;
}
.wpcu-product__rating__stars__solid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
}
.wpcu-product__rating__stars__solid svg {
min-width: var(--wpcu-productRatingSize) !important;
fill: var(--wpcu-productRatingColor) !important;
}
.wpcu-product__rating .wpcu-product__rating__total {
font-size: 14px;
color: #9192a3;
display: inline-block;
padding-left: 4px;
position: relative;
top: 2px;
} .wpcu-product__cover-content {
font-size: initial;
line-height: unset;
position: absolute;
}
.wpcu-product__cover-content--top-left {
top: 20px;
left: 20px;
}
.wpcu-product__cover-content--top-right {
top: 20px;
right: 20px;
}
.wpcu-product__cover-content--bottom-right {
bottom: 20px;
right: 20px;
}
.wpcu-product__cover-content--bottom-left {
left: 20px;
bottom: 20px;
}
.wpcu-product__cover-content--middle {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .wpcu-text-center {
text-align: center;
}
.wpcu-pos-relative {
position: relative;
}
.wpcu-tr-0 {
top: 0;
right: 0;
}
.wpcu-tl-0 {
top: 0;
left: 0;
}
.wpcu-br-0 {
bottom: 0;
right: 0;
}
.wpcu-bl-0 {
bottom: 0;
left: 0;
}  .wpcu-modal.wpcu-modal--loading .wpcu-modal__content {
position: relative;
overflow: hidden;
}
.wpcu-modal.wpcu-modal--loading .wpcu-modal__content::after {
z-index: 1;
width: 100%;
height: 100%;
background: #fff;
content: "";
position: absolute;
left: 0;
top: 0;
}
.wpcu-modal.wpcu-modal--loading .wpcu-modal__content::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border: 2px solid #ff5500;
border-right-color: transparent;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
z-index: 2;
-webkit-animation: wpcu-rotate 2s linear infinite;
animation: wpcu-rotate 2s linear infinite;
}
.wpcu-modal .wpcu-modal__content .wpcu-modal__body .add_to_cart_inline {
border: 0 none !important;
padding: 0 !important;
}
.wpcu-modal .wpcu-modal-close {
width: 40px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
background: #f3f3f3;
text-decoration: none !important;
}
.wpcu-modal .wpcu-modal-close span {
position: relative;
top: -2px;
}
.wpcu-modal .wpcu-modal__product-title {
font-size: 25px;
font-weight: 500;
margin-bottom: 20px;
margin-top: 0;
}
.wpcu-modal .wpcu-modal__product-title::before {
content: none;
}
.wpcu-modal .wpcu-modal__product-image {
margin-bottom: 20px;
}
.wpcu-modal .wpcu-modal__product-image img {
max-width: 300px;
}
.wpcu-modal .wpcu-modal__product-price {
margin-bottom: 10px;
}
.wpcu-modal .wpcu-modal__product-price .amount {
font-size: 22px;
font-weight: 600;
color: var(--wpcu-productPriceColor);
}
.wpcu-modal .wpcu-modal__product-price ins {
text-decoration: none;
}
.wpcu-modal .wpcu-modal__product-price del bdi {
font-weight: 300;
color: #9192a3;
}
.wpcu-modal .wpcu-modal__product-description {
margin-bottom: 20px;
}
.wpcu-modal .wpcu-modal__product-description p {
color: #505050;
font-size: 16px;
}
.wpcu-modal .wpcu-modal__product-action p {
border: 0 none !important;
padding: 0 !important;
}
.wpcu-modal .wpcu-modal__product-action p a,
.wpcu-modal .wpcu-modal__product-action p a.added_to_cart {
border-radius: 5px;
line-height: 46px;
padding: 0 30px;
font-size: 16px;
font-weight: 500;
color: var(--wpcu-buttonColor);
background: var(--wpcu-buttonBgColor) !important;
border: 0 none;
text-decoration: none !important;
display: inline-block;
}
.wpcu-modal .wpcu-modal__product-action p a:hover,
.wpcu-modal .wpcu-modal__product-action p a:focus,
.wpcu-modal .wpcu-modal__product-action p a:active {
text-decoration: none !important;
background: var(--wpcu-buttonBgColorHover) !important;
color: var(--wpcu-buttonColorHover);
border-radius: 5px;
}
.wpcu-modal .wpcu-modal__product-action p a.added {
display: none !important;
} .wpcu-pagination .pagination {
margin: 0;
padding: 0;
border: 0 none;
width: 100%;
max-width: 100%;
}
.wpcu-pagination .pagination .nav-links {
margin: 25px -5px -5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-pagination.wpcu-pagination--left .pagination .nav-links {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wpcu-pagination.wpcu-pagination--right .pagination .nav-links {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wpcu-pagination .pagination .nav-links .page-numbers {
color: var(--wpcu-pagColor) !important;
margin: 5px;
font-size: 14px;
text-decoration: none !important;
border: 1px solid var(--wpcu-pagBorderColor) !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
background: var(--wpcu-pagBgColor) !important;
width: 34px;
min-width: 34px;
height: 34px;
min-height: 34px;
border-radius: 3px;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-pagination .pagination .nav-links .page-numbers:before, .wpcu-pagination .pagination .nav-links .page-numbers:after {
content: none;
}
.wpcu-pagination .pagination .nav-links .page-numbers.prev, .wpcu-pagination .pagination .nav-links .page-numbers.next {
position: static;
}
.wpcu-pagination .pagination .nav-links .page-numbers svg {
fill: var(--wpcu-pagColor) !important;
}
.wpcu-pagination .pagination .nav-links .page-numbers:hover svg {
fill: var(--wpcu-pagColorHover) !important;
}
.wpcu-pagination .pagination .nav-links .page-numbers:hover {
background: var(--wpcu-pagBgColorHover) !important;
border-color: var(--wpcu-pagBorderColorHover) !important;
color: var(--wpcu-pagColorHover) !important;
}
.wpcu-pagination .pagination .nav-links .page-numbers.current {
background: var(--wpcu-pagActiveBgColor) !important;
border-color: var(--wpcu-pagActiveBorderColor) !important;
color: var(--wpcu-pagActiveColor) !important;
} .wpcu-carousel-pagination {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpcu-carousel-pagination .swiper-pagination-bullet {
background: var(--wpcu-dotsColor) !important;
opacity: 1;
}
.wpcu-carousel-pagination .swiper-pagination-bullet-active {
background: var(--wpcu-dotsActiveColor) !important;
} .wpcu-theme_1 .wpcu-product__img {
position: relative;
margin-bottom: 20px;
}
.wpcu-theme_1 .wpcu-product__img .wpcu-overlay-content-bottom {
padding: 0 15px;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcu-theme_1 .wpcu-product__content:hover .wpcu-overlay-content-bottom {
visibility: visible;
opacity: 1;
pointer-events: all;
bottom: 20px;
}
.wpcu-theme_1 .wpcu-product__details {
text-align: center;
margin: -6px 0;
}
.wpcu-theme_1 .wpcu-product__details .wpcu-product__title,
.wpcu-theme_1 .wpcu-product__details .wpcu-product__price {
padding: 6px 0;
}
.wpcu-theme_1 .wpcu-product__price {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-theme_1 .wpcu-product__rating {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .wpcu-theme_2 .wpcu-product__img {
position: relative;
margin-bottom: 20px;
}
.wpcu-theme_2 .wpcu-product__img .wpcu-product__cover-content--middle {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 1;
}
.wpcu-theme_2 .wpcu-product__details {
text-align: center;
margin: -6px 0;
}
.wpcu-theme_2 .wpcu-product__details .wpcu-product__title,
.wpcu-theme_2 .wpcu-product__details .wpcu-product__price,
.wpcu-theme_2 .wpcu-product__details .wpcu-product__rating,
.wpcu-theme_2 .wpcu-product__details .wpcu-button {
padding: 6px 0;
}
.wpcu-theme_2 .wpcu-product__price {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-theme_2 .wpcu-product__rating {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-theme_2 .wpcu-product__content:hover .wpcu-product__cover-content--middle {
opacity: 1;
visibility: visible;
pointer-events: all;
} .wpcu-theme_3 .wpcu-product__content {
border: 1px solid #e4e4ed;
border-radius: 6px;
padding: 10px;
background: #fff;
}
.wpcu-theme_3 .wpcu-product__img {
margin-bottom: 20px;
}
.wpcu-theme_3 .wpcu-product__img img {
border-radius: 6px;
}
.wpcu-theme_3 .wpcu-product__img .wpcu-product__cover-content--middle {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.wpcu-theme_3 .wpcu-product__details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
margin: -6px 0 6px;
}
.wpcu-theme_3 .wpcu-product__details .wpcu-product__title,
.wpcu-theme_3 .wpcu-product__details .wpcu-product__price,
.wpcu-theme_3 .wpcu-product__details .wpcu-product__rating {
padding: 6px 0;
}
.wpcu-theme_3 .wpcu-product__content:hover .wpcu-product__cover-content--middle {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.elementor-widget-container .wpcu-product__price .wpcu-badge--rounded {
display: none;
}.yith-wcan-filters {
background-color: var(--yith-wcan-filters_colors_background, transparent);
margin-bottom: 30px;
}
.yith-wcan-filters h3.mobile-only {
display: none;
}
.yith-wcan-filters .yith-wcan-filter {
margin-bottom: 30px;
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
color: var(--yith-wcan-filters_colors_titles, #434343);
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable {
cursor: pointer;
position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
background-size: 100% auto;
content: "";
display: block;
height: 10px;
position: absolute;
right: 15px;
top: calc(50% - 5px);
width: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed:after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.opened):after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.open):after {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-down.svg);
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.open:after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.opened:after {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-up.svg);
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
right: 5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.collapsable.closed + .filter-content {
display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items {
float: none;
list-style: none;
padding-left: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 {
margin: 0;
padding: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
padding-left: 15px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-color {
font-size: 0;
margin: 0 -5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label {
font-size: 0;
margin: 0 -5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-dropdown {
display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
line-height: 2;
margin: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
color: var(--yith-wcan-anchors_style_text, #434343);
text-decoration: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
color: var(--yith-wcan-anchors_style_text_hover, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled {
opacity: 0.5;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > label > a {
color: #B4B4B4;
cursor: not-allowed;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
color: var(--yith-wcan-anchors_style_text_active, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color {
display: inline-block;
margin-bottom: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color > a {
display: inline-block;
position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-image {
font-size: 1rem;
text-align: center;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-below, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right {
font-size: 1rem;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right {
display: block;
margin: 0 0 10px;
width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-color,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-image {
margin-bottom: 0;
margin-right: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-label {
display: inline-block;
font-size: 1em;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
border: 2px solid transparent;
border-radius: var(--yith-wcan-color_swatches_border_radius, 4px);
display: inline-block;
height: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
margin-bottom: 5px;
overflow: hidden;
vertical-align: middle;
width: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color .color-swatch {
display: block;
height: 100%;
width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color.bi-color .color-swatch {
border-style: solid;
border-width: 0 0 var(--yith-wcan-color_swatches_size, 45px) var(--yith-wcan-color_swatches_size, 45px);
border-left-color: transparent !important;
border-right-color: transparent !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color:hover {
border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image {
border: 2px solid transparent;
border-radius: var(--yith-wcan-color_swatches_border_radius, 4px);
display: inline-block;
font-size: 0;
height: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
margin-bottom: 5px;
overflow: hidden;
vertical-align: middle;
width: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image:hover {
border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image img {
height: auto;
width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-image img {
opacity: 0.4;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
display: block;
font-size: 0.6em;
line-height: 1.4;
text-align: center;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-hide .term-label {
display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-image {
border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right) > a:after {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/close.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 60%;
border-radius: 100%;
color: #fff;
content: "";
font-size: 16px;
height: 15px;
line-height: 15px;
position: absolute;
right: -5px;
text-align: center;
text-decoration: none;
top: -5px;
width: 15px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
background-color: var(--yith-wcan-labels_style_background, #fff);
box-shadow: 0 0 0 1px #D7D7D7;
border-radius: 4px;
display: inline-block;
margin: 0 5px 10px;
padding: 7px;
text-align: center;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label > a {
color: var(--yith-wcan-labels_style_text, #434343);
display: block;
height: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right) > a {
position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right) > a:after {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/close.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 60%;
border-radius: 100%;
color: #fff;
content: "";
font-size: 16px;
height: 15px;
line-height: 15px;
position: absolute;
right: -5px;
text-align: center;
text-decoration: none;
top: -5px;
width: 15px;
right: -13px;
top: -15px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.disabled):hover {
box-shadow: 0 0 0 2px var(--yith-wcan-filters_colors_accent, #4e8ba2);
color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) {
background-color: var(--yith-wcan-labels_style_background_active, #4e8ba2);
box-shadow: 0 0 0 2px var(--yith-wcan-labels_style_background_active, #4e8ba2);
color: var(--yith-wcan-labels_style_text_active, #fff);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .term-label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .item-count {
color: var(--yith-wcan-labels_style_text_active, #fff);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover {
background-color: var(--yith-wcan-labels_style_background_hover, #4e8ba2);
box-shadow: 0 0 0 2px var(--yith-wcan-labels_style_background_hover, #4e8ba2);
color: var(--yith-wcan-labels_style_text_hover, #fff);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .term-label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .item-count {
color: var(--yith-wcan-labels_style_text_hover, #fff);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image {
background: none;
box-shadow: none;
display: block;
padding: 0;
text-align: left;
width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image > a {
display: inline-block;
color: var(--yith-wcan-anchors_style_text, #434343);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image > a:hover {
color: var(--yith-wcan-anchors_style_text_hover, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image.active > a {
color: var(--yith-wcan-anchors_style_text_active, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-image {
margin-right: 10px;
max-width: 70px;
vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-label {
display: inline-block;
vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image {
display: inline-block;
font-size: 0;
max-width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image img {
width: 100%;
height: auto;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label {
display: block;
font-size: 0.8rem;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-hide.with-image .term-label {
display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable {
position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle {
background-size: 50% auto;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
display: block;
height: 20px;
position: absolute;
right: 10px;
top: 0;
width: 20px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed > .toggle-handle {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-down.svg);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-up.svg);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable:after {
top: 5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {
color: #B4B4B4;
font-size: 1em;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .star-rating {
display: inline-block;
line-height: 1.4;
margin-right: 10px;
vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton.checked:before {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .radiobutton.checked:before {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-1-column {
display: inline-block;
margin: 0 5px 10px;
vertical-align: top;
width: calc(100% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-2-column {
display: inline-block;
margin: 0 5px 10px;
vertical-align: top;
width: calc(50% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-3-column {
display: inline-block;
margin: 0 5px 10px;
vertical-align: top;
width: calc(33.3333333333% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-4-column {
display: inline-block;
margin: 0 5px 10px;
vertical-align: top;
width: calc(25% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-5-column {
display: inline-block;
margin: 0 5px 10px;
vertical-align: top;
width: calc(20% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-6-column {
display: inline-block;
margin: 0 5px 10px;
vertical-align: top;
width: calc(16.6666666667% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-7-column {
display: inline-block;
margin: 0 5px 10px;
vertical-align: top;
width: calc(14.2857142857% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-8-column {
display: inline-block;
margin: 0 5px 10px;
vertical-align: top;
width: calc(12.5% - 10px);
}
.yith-wcan-filters .yith-wcan-filter.label-design .filter-items {
font-size: 0;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-radius: 0;
color: #fff;
cursor: initial;
font-size: 0.6875rem;
line-height: normal;
padding: 7px 10px;
pointer-events: none;
text-align: center;
display: none;
top: calc(50% - 15px);
z-index: 1006;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip:before {
background: transparent !important;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
content: "";
bottom: -5px;
display: block;
height: 0;
left: -5px;
position: absolute;
top: calc(50% - 5px);
width: 0;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip > img {
min-width: 40px;
height: auto;
}
.yith-wcan-filters .yith-wcan-filter .filter-color .yith-wcan-tooltip,
.yith-wcan-filters .yith-wcan-filter .filter-label .yith-wcan-tooltip {
bottom: calc(100% + 15px);
top: auto;
white-space: nowrap;
}
.yith-wcan-filters .yith-wcan-filter .with-tooltip {
position: relative;
}
.yith-wcan-filters .yith-wcan-filter .with-tooltip .yith-wcan-tooltip {
position: absolute;
}
.yith-wcan-filters .yith-wcan-filter .filter-color .with-tooltip .yith-wcan-tooltip:before,
.yith-wcan-filters .yith-wcan-filter .filter-label .with-tooltip .yith-wcan-tooltip:before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
left: calc(50% - 5px);
top: 100%;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both {
padding: 20px 10px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both:after {
content: "";
display: block;
clear: both;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min,
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
min-width: 0;
width: 50px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .irs {
margin-bottom: 20px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min {
float: left;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
float: right;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.fields {
padding: 20px 0;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-min,
.yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-max {
min-width: 0;
width: 70px;
margin: 0 5px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-line {
height: 5px;
border-radius: 4px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
border: 4px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
cursor: grab;
height: 18px;
top: 29px;
width: 18px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-min,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-max {
background: none;
top: -5px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-radius: 0;
color: #fff;
cursor: initial;
font-size: 0.6875rem;
line-height: normal;
padding: 7px 10px;
pointer-events: none;
text-align: center;
top: -8px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
background: transparent !important;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
content: "";
bottom: -5px;
display: block;
height: 0;
left: -5px;
position: absolute;
top: calc(50% - 5px);
width: 0;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from > img,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to > img,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single > img {
min-width: 40px;
height: auto;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
left: calc(50% - 2px);
top: 100%;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
border: 1px solid #D7D7D7;
border-radius: 4px;
padding: 8px 15px;
cursor: pointer;
position: relative;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:after {
background-size: 100% auto;
content: "";
display: block;
height: 10px;
position: absolute;
right: 15px;
top: calc(50% - 5px);
width: 10px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.opened):after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.open):after {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-down.svg);
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open:after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.opened:after {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-up.svg);
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
background-color: #fff;
border: 1px solid rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
border-radius: 4px;
box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
display: none;
left: 0;
padding: 15px;
position: absolute;
right: 0;
top: calc(100% + 10px);
z-index: 1011;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container {
margin-bottom: 15px;
position: relative;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field {
padding-right: 40px;
width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:active, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:focus {
border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
box-shadow: 0 0 2px var(--yith-wcan-filters_colors_accent, #4e8ba2);
outline-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container:after {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/search.svg);
background-size: 100% auto;
content: "";
display: block;
height: 25px;
position: absolute;
right: 10px;
top: 10px;
width: 25px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
margin-bottom: 0;
max-height: 200px;
overflow-y: scroll;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
margin-bottom: 5px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li > a {
display: inline-block;
vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar {
-webkit-appearance: none;
width: 6px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar-thumb {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-radius: 4px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more {
color: var(--yith-wcan-anchors_style_text_hover, #4e8ba2);
display: inline-block;
font-size: 0.8em;
margin-top: 10px;
text-decoration: none;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more:hover {
color: var(--yith-wcan-anchors_style_text, #434343);
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label .star-rating {
display: inline-block;
line-height: 1.4;
margin-right: 10px;
vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
border-color: rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open .dropdown-wrapper {
display: block;
}
.yith-wcan-filters .yith-wcan-filter a.clear-selection {
font-size: 0.9em;
display: inline-block;
margin-bottom: 20px;
cursor: pointer;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder {
height: calc(1.5em + 16px);
background-color: #B4B4B4 !important;
border: 0 !important;
border-radius: 4px;
box-shadow: none;
color: #B4B4B4 !important;
display: block;
max-width: 100% !important;
opacity: 0.15;
outline: 0 !important;
overflow: hidden !important;
pointer-events: none;
position: relative !important;
width: auto;
z-index: 1;
cursor: pointer;
position: relative;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:before {
animation: loading__animation 1.5s ease-in-out infinite;
background-image: linear-gradient(90deg, #B4B4B4, #f0f0f0, #B4B4B4);
background-repeat: no-repeat;
content: " ";
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translateX(-100%);
}
@keyframes loading__animation {
to {
transform: translateX(100%);
}
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:after {
background-size: 100% auto;
content: "";
display: block;
height: 10px;
position: absolute;
right: 15px;
top: calc(50% - 5px);
width: 10px;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.closed:after, .yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.opened):after, .yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.open):after {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-down.svg);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.open:after, .yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.opened:after {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-up.svg);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder {
position: relative;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder {
height: 5px;
margin: 45px 0;
background-color: #B4B4B4 !important;
border: 0 !important;
border-radius: 4px;
box-shadow: none;
color: #B4B4B4 !important;
display: block;
max-width: 100% !important;
opacity: 0.15;
outline: 0 !important;
overflow: hidden !important;
pointer-events: none;
position: relative !important;
width: auto;
z-index: 1;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder:before {
animation: loading__animation 1.5s ease-in-out infinite;
background-image: linear-gradient(90deg, #B4B4B4, #f0f0f0, #B4B4B4);
background-repeat: no-repeat;
content: " ";
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translateX(-100%);
}
@keyframes loading__animation {
to {
transform: translateX(100%);
}
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle {
border-radius: 100%;
border: 4px solid #ebebeb;
background-color: #ebebeb;
top: calc(50% - 9px);
z-index: 2;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.from {
left: 0;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.to {
right: 0;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items {
margin-bottom: 0;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .filter-item {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items input {
cursor: not-allowed;
pointer-events: none;
vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder {
height: 1em;
vertical-align: middle;
cursor: none;
background-color: #B4B4B4 !important;
border: 0 !important;
border-radius: 4px;
box-shadow: none;
color: #B4B4B4 !important;
display: block;
max-width: 100% !important;
opacity: 0.15;
outline: 0 !important;
overflow: hidden !important;
pointer-events: none;
position: relative !important;
width: auto;
z-index: 1;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder:before {
animation: loading__animation 1.5s ease-in-out infinite;
background-image: linear-gradient(90deg, #B4B4B4, #f0f0f0, #B4B4B4);
background-repeat: no-repeat;
content: " ";
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translateX(-100%);
}
@keyframes loading__animation {
to {
transform: translateX(100%);
}
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.checkbox-design .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.radio-design .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-price-range .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-orderby .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-review .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-stock-sale .item-placeholder {
flex: auto;
display: inline-block;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items {
font-size: inherit;
display: flex;
flex-wrap: wrap;
column-gap: 5px;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item {
display: block;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(1) {
width: calc(40% - 5px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(2) {
width: calc(25% - 5px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(3) {
width: calc(35% - 5px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(4) {
width: calc(30% - 5px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item .item-placeholder {
height: 2em;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item {
border-radius: var(--yith-wcan-color_swatches_border_radius, 4px);
display: inline-block;
height: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
margin-right: 15px;
vertical-align: middle;
width: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item .item-placeholder {
height: 100%;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.text-design .filter-items .filter-item {
display: block;
margin-bottom: 25px;
}
.yith-wcan-filters.custom-style span.checkboxbutton {
position: relative;
}
.yith-wcan-filters.custom-style span.checkboxbutton input[type=checkbox] {
bottom: 0;
cursor: pointer;
height: 20px;
left: 0;
opacity: 0;
position: absolute;
right: 0;
width: 20px;
}
.yith-wcan-filters.custom-style span.checkboxbutton:before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: #ffffff;
border: 1px solid #D7D7D7;
border-radius: 4px;
margin-right: 10px;
text-align: center;
line-height: 23px;
font-size: 17px;
vertical-align: middle;
cursor: pointer;
margin-bottom: 5px;
transition: background-color ease 0.3s;
}
.yith-wcan-filters.custom-style span.checkboxbutton.checked:before {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/check.svg) !important;
background-size: 65%;
background-position: center center;
background-repeat: no-repeat !important;
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
color: #ffffff;
content: "";
}
.yith-wcan-filters.custom-style span.radiobutton {
position: relative;
}
.yith-wcan-filters.custom-style span.radiobutton input[type=radio] {
bottom: 0;
cursor: pointer;
height: 23px;
left: 0;
opacity: 0;
position: absolute;
right: 0;
width: 23px;
}
.yith-wcan-filters.custom-style span.radiobutton:before {
content: "";
background: #ffffff;
background-clip: content-box;
border: 1px solid #D7D7D7;
border-radius: 100%;
cursor: pointer;
display: inline-block;
font-size: 20px;
height: 20px;
line-height: 20px;
padding: 2px;
margin-bottom: 5px;
margin-right: 10px;
text-align: center;
vertical-align: middle;
width: 20px;
}
.yith-wcan-filters.custom-style span.radiobutton.checked:before {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
background-clip: content-box !important;
}
.yith-wcan-filters.custom-style .star-rating {
color: #e3a405;
}
.yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.checkboxbutton:before,
.yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.radiobutton:before {
border: 1px solid #B4B4B4;
background-color: #B4B4B4;
opacity: 0.15;
}
.yith-wcan-filters .apply-filters {
margin-top: 15px;
}
.yith-wcan-filters.filters-modal {
bottom: 0;
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
left: 0;
margin: 0;
position: fixed;
right: 0;
top: 0;
transform: translate(-100%, 0);
transition: 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1);
z-index: 1002;
}
.yith-wcan-filters.filters-modal h3 {
background: #eee;
font-size: 1.2em;
height: 60px;
left: 0;
line-height: 60px;
margin: 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
z-index: 1007;
}
.yith-wcan-filters.filters-modal h3.mobile-only {
display: block;
}
.yith-wcan-filters.filters-modal .filters-container {
height: calc(100% - 65px);
margin-top: 65px;
overflow-y: scroll;
padding: 20px;
}
.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar {
-webkit-appearance: none;
width: 6px;
}
.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar-thumb {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-radius: 4px;
}
.yith-wcan-filters.filters-modal .filters-container > .clear-selection {
cursor: pointer;
display: inline-block;
margin-bottom: 20px;
}
.yith-wcan-filters.filters-modal.with-filter-button .filters-container {
height: calc(100% - 130px);
}
.yith-wcan-filters.filters-modal .yith-wcan-filter {
border: 1px solid #D7D7D7;
border-radius: 4px;
margin-bottom: 15px;
padding: 15px;
}
.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title {
margin: 0;
}
.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title.collapsable:after {
right: 5px;
}
.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-content {
margin-top: 15px;
}
.yith-wcan-filters.filters-modal.open {
display: block;
opacity: 1;
transform: translate(0, 0);
}
.yith-wcan-filters.filters-modal .close-button {
color: var(--yith-wcan-anchors_style_text, #434343);
cursor: pointer;
font-size: 1.5em;
height: 35px;
line-height: 1;
position: absolute;
text-align: center;
text-decoration: none;
right: 20px;
top: 15px;
vertical-align: middle;
width: 35px;
z-index: 1008;
}
.yith-wcan-filters.filters-modal .close-button:hover {
color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters.filters-modal .main-modal-button {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-radius: 0;
bottom: 0;
display: none;
height: 60px;
line-height: 60px;
left: 0;
margin: 0;
padding: 0;
position: fixed;
right: 0;
width: 100%;
}
.yith-wcan-filters.horizontal:not(.filters-modal) {
text-align: left;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
display: inline-block;
margin-bottom: 8px;
min-width: 200px;
position: relative;
vertical-align: top;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
border: 1px solid #D7D7D7;
border-radius: 4px;
font-weight: 400;
margin-top: 0;
margin-bottom: 10px;
margin-right: 15px;
padding: 10px 40px 10px 20px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable:after {
right: 15px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count {
border: 2px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
padding: 0 5px;
font-size: 0.8em;
margin: 0 10px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened + .filter-content {
border: 1px solid rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content {
background-color: #fff;
border: 1px solid #D7D7D7;
border-radius: 4px;
min-width: 300px;
position: absolute;
padding: 20px;
width: 100%;
z-index: 1001;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer {
background-color: #f0f0f0;
margin: 20px -20px -20px;
padding: 15px 20px;
text-align: right;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters {
margin: 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .clear-selection {
background: #CBCBCB;
border-color: #CBCBCB;
color: #434343;
margin-bottom: 0;
margin-right: 15px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items {
max-height: 200px;
overflow-y: scroll;
overflow-x: hidden;
padding: 5px 2px 0 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items::-webkit-scrollbar {
-webkit-appearance: none;
width: 6px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items::-webkit-scrollbar-thumb {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-radius: 4px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.label-design .filter-items {
padding-top: 8px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container {
margin-bottom: 20px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container input {
width: 100%;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .matching-items a {
cursor: pointer;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-title {
visibility: hidden;
height: 0;
margin: 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content {
height: calc(1.5em + 16px);
margin-bottom: 10px;
background-color: #B4B4B4 !important;
border: 0 !important;
border-radius: 4px;
box-shadow: none;
color: #B4B4B4 !important;
display: block;
max-width: 100% !important;
opacity: 0.15;
outline: 0 !important;
overflow: hidden !important;
pointer-events: none;
position: relative !important;
width: auto;
z-index: 1;
cursor: pointer;
position: relative;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:before {
animation: loading__animation 1.5s ease-in-out infinite;
background-image: linear-gradient(90deg, #B4B4B4, #f0f0f0, #B4B4B4);
background-repeat: no-repeat;
content: " ";
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translateX(-100%);
}
@keyframes loading__animation {
to {
transform: translateX(100%);
}
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:after {
background-size: 100% auto;
content: "";
display: block;
height: 10px;
position: absolute;
right: 15px;
top: calc(50% - 5px);
width: 10px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.closed:after, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.opened):after, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.open):after {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-down.svg);
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.open:after, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.opened:after {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/arrow-up.svg);
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content * {
display: none;
}
.yith-wcan-filters.horizontal:not(.filters-modal) form > .apply-filters {
margin-top: 0;
}
body.admin-bar .yith-wcan-filters.filters-modal {
top: 32px;
}
body.yith-wcan-preset-modal-open:after {
background: rgba(0, 0, 0, 0.5);
bottom: 0;
content: "";
display: block;
left: 0;
pointer-events: none;
position: fixed;
right: 0;
top: 0;
z-index: 1001;
}
body.yith-wcan-preset-modal-open:after.admin-bar {
top: 32px;
}
body.rtl .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
padding-left: 0;
padding-right: 15px;
}
body.rtl .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
left: 5px;
right: auto;
}
@media (max-width: 991px) {
body.filters-in-modal .yith-wcan-filters {
display: none;
}
}
@media (max-width: 782px) {
body.admin-bar .yith-wcan-filters.filters-modal {
top: 46px;
}
} .yith-wcan-active-filters {
font-size: 0.8em;
margin-bottom: 20px;
}
.yith-wcan-active-filters .active-filter {
display: inline-block;
margin-bottom: 5px;
margin-right: 15px;
}
.yith-wcan-active-filters .active-filter b {
display: inline-block;
margin-right: 15px;
}
.yith-wcan-active-filters .active-filter .active-filter-label {
border: 1px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-radius: 5px;
color: var(--yith-wcan-anchors_style_text, #434343);
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: 400;
line-height: 1.5;
margin-right: 5px;
margin-bottom: 0;
padding: 4px 15px 3px;
position: relative;
text-decoration: none;
position: relative;
}
.yith-wcan-active-filters .active-filter .active-filter-label:after {
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/close.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 60%;
border-radius: 100%;
color: #fff;
content: "";
font-size: 16px;
height: 15px;
line-height: 15px;
position: absolute;
right: -5px;
text-align: center;
text-decoration: none;
top: -5px;
width: 15px;
}
.yith-wcan-active-filters .active-filter .active-filter-label .star-rating {
display: inline-block;
line-height: 1.4;
margin-right: 10px;
vertical-align: middle;
margin-right: 0;
}
.yith-wcan-active-filters.no-titles .active-filter {
margin-right: 0;
}
.yith-wcan-active-filters.custom-style .star-rating {
color: #e3a405;
}
.yith-wcan-active-filters .reset-filters {
border: 1px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-radius: 5px;
color: var(--yith-wcan-anchors_style_text, #434343);
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: 400;
line-height: 1.5;
margin-right: 5px;
margin-bottom: 0;
padding: 4px 15px 3px;
position: relative;
text-decoration: none;
background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
color: #fff;
}
.yith-wcan-active-filters .reset-filters:hover {
background-color: rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * 0.8), calc(var(--yith-wcan-filters_colors_accent_g, 139) * 0.8), calc(var(--yith-wcan-filters_colors_accent_b, 162) * 0.8));
border-color: rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * 0.8), calc(var(--yith-wcan-filters_colors_accent_g, 139) * 0.8), calc(var(--yith-wcan-filters_colors_accent_b, 162) * 0.8));
} .yith-wcan-filters-opener {
border: 1px solid #D7D7D7;
border-radius: 4px;
background: #fff;
color: var(--yith-wcan-anchors_style_text, #434343);
display: none;
outline-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters-opener i.filter-icon {
background-image: url(//www.raggidiluna.it/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/images/filters.svg);
background-position: center center;
background-size: 100% auto;
background-repeat: no-repeat;
display: inline-block;
height: 15px;
margin-right: 2px;
vertical-align: middle;
width: 15px;
}
.yith-wcan-filters-opener:hover {
background: var(--yith-wcan-filters_colors_accent, #4e8ba2);
border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
color: #fff;
}
.yith-wcan-filters-opener:hover i.filter-icon {
filter: brightness(0) invert(1);
}