@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;
}.wpcu-modal {
position: fixed;
width: 100% !important;
height: 100%;
background: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
z-index: -1;
overflow: hidden;
outline: 0;
max-width: 100% !important;
}
.wpcu-modal__dialog {
position: relative;
width: 500px;
margin: 30px auto;
transition: 0.3s ease;
opacity: 0;
visibility: hidden;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.wpcu-modal__dialog-lg {
width: 900px;
}
.wpcu-modal__content {
width: 100%;
background: #fff;
pointer-events: auto;
border-radius: 3px;
position: relative;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.wpcu-modal__content .wpcu-modal__header {
position: relative;
padding: 15px;
border-bottom: 1px solid #eee;
}
.wpcu-modal__content .wpcu-modal__header .wpcu-modal__header--title {
font-size: 16px;
margin: 0;
}
.wpcu-modal__content .wpcu-modal-close {
position: absolute;
right: 15px;
top: 10px;
text-decoration: none;
}
.wpcu-modal__content .wpcu-modal__body {
padding: 20px 25px;
}
.wpcu-modal__content .wpcu-modal__footer {
border-top: 1px solid #eee;
padding: 18px;
}
.wpcu-modal__content .wpcu-modal__footer .wpcu-modal__action {
display: flex;
justify-content: flex-end;
margin: -7.5px;
}
.wpcu-modal__content .wpcu-modal__footer .wpcu-modal__action button {
margin: 7.5px;
}
.wpcu-modal__dialog{
height: 550px;
}
.wpcu-modal__dialog.wpcu-modal--lg {
width: 800px;
}
.wpcu-modal__dialog.wpcu-modal--xl {
width: 1140px;
}
.wpcu-modal__dialog.wpcu-modal--sm {
width: 300px;
}
.wpcu-modal.wpcu-fade {
transition: 0.3s ease;
opacity: 1;
visibility: visible;
z-index: 9999;
}
.wpcu-modal.wpcu-fade:not(.wpcu-show) {
opacity: 0;
visibility: hidden;
}
.wpcu-modal.wpcu-show .wpcu-modal__dialog {
opacity: 1;
visibility: visible;
transition: 0.3s ease;
pointer-events: all;
}  @media (min-width: 992px) and (max-width: 1199.98px) {
.wpcu-modal__dialog {
width: calc(100% - 60px);
height: 500px;
}
} @media (min-width: 768px) and (max-width: 991.98px) {
.wpcu-modal__dialog {
width: calc(100% - 60px);
height: 400px;
}
} @media (min-width: 576px) and (max-width: 767.98px) {
.wpcu-modal__dialog {
width: calc(100% - 60px);
height: 400px;
}
} @media (max-width: 575.98px) {
.wpcu-modal__dialog {
width: calc(100% - 30px);
height: 250px;
}
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}@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;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//bullehit-vape.fr/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//bullehit-vape.fr/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//bullehit-vape.fr/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}