@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}.mtsnb div, .mtsnb span, .mtsnb h1, .mtsnb h2, .mtsnb h3, .mtsnb h4, .mtsnb h5, .mtsnb h6, .mtsnb p, .mtsnb blockquote, .mtsnb pre, .mtsnb a, .mtsnb img, .mtsnb dl, .mtsnb dt, .mtsnb dd, .mtsnb ol, .mtsnb ul, .mtsnb li, .mtsnb fieldset, .mtsnb form, .mtsnb label, .mtsnb legend, .mtsnb table, .mtsnb caption, .mtsnb tbody, .mtsnb tfoot, .mtsnb thead, .mtsnb tr, .mtsnb th, .mtsnb td, .mtsnb article, .mtsnb aside, .mtsnb details, .mtsnb footer, .mtsnb header, .mtsnb menu, .mtsnb meter, .mtsnb nav, .mtsnb output, .mtsnb progress, .mtsnb section, .mtsnb summary { border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; margin: 0; padding: 0; }
.mtsnb { line-height: 1 }
.mtsnb article, .mtsnb aside, .mtsnb dialog, .mtsnb figure, .mtsnb footer, .mtsnb header, .mtsnb nav, .mtsnb section, .mtsnb blockquote { display: block }
.mtsnb nav ul { list-style: none }
.mtsnb ol { list-style: decimal }
.mtsnb ul { list-style: disc }
.mtsnb ul ul { list-style: circle }
.mtsnb blockquote, .mtsnb q { quotes: none }
.mtsnb blockquote:before, .mtsnb blockquote:after, .mtsnb q:before, .mtsnb q:after { content: none }
.mtsnb table { border-collapse: collapse; border-spacing: 0; }
.mtsnb input, .mtsnb select, .mtsnb a img { vertical-align: middle }
.mtsnb, .mtsnb *, .mtsnb *:before, .mtsnb *:after { box-sizing: border-box; }
.mtsnb .screen-reader-text { clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); overflow: hidden; position: absolute; max-height: 1px; }
.mtsnb { text-align: center; position: fixed; top: 0; width: 100%; z-index: 9999; transition: all 0.25s linear; -webkit-backface-visibility: hidden; min-height: 30px; }
.mtsnb .mtsnb-container { position: relative; margin-right: auto; margin-left: auto; max-width: 100%; width: 1000px; padding: 10px 60px; line-height: 1.4 }
.admin-bar .mtsnb.mtsnb-fixed.mtsnb-top, #wp-toolbar .mtsnb.mtsnb-fixed.mtsnb-top { top: 32px }
.mtsnb-container-outer { position: relative }
.mtsnb-clearfix:before, .mtsnb-clearfix:after { content: " "; display: table; }
.mtsnb-clearfix:after { clear: both }
.mtsnb-clearfix { *zoom: 1  }
.mtsnb .mtsnb-show { padding: 10px }
.mtsnb-hide, .mtsnb-show { position: absolute; right: 20px; background-color: inherit; color: #fff; font-size: 18px!important; line-height: 50px; text-align: center; box-sizing: initial; line-height: 1;}
.mtsnb-top .mtsnb-show { bottom: 1px;}
.mtsnb-hide { top: 50%; background: transparent; margin-top: -9px!important;}
.mtsnb-hide span { display: inline-block; -webkit-transform: rotate(45deg) translate3d(0,0,0); transform: rotate(45deg) translate3d(0,0,0); }
.mtsnb-hidden { transition: -webkit-transform ease 0.3s; transition: transform ease 0.3s; }
.mtsnb-hidden.mtsnb-top { -webkit-transform: translateY(-100%) translate3d(0,0,0); transform: translateY(-100%) translate3d(0,0,0); }
.mtsnb-hidden .mtsnb-show { transition: -webkit-transform ease 0.3s; transition: transform ease 0.3s; }
.mtsnb-hidden.mtsnb-top .mtsnb-show { -webkit-transform: translateY(100%) translate3d(0,0,0); transform: translateY(100%) translate3d(0,0,0); }
.mtsnb-shown { transition: -webkit-transform ease 0.3s; transition: transform ease 0.3s; -webkit-transform: translateY(0%) translate3d(0,0,0); transform: translateY(0%) translate3d(0,0,0); }
.mtsnb-hidden .mtsnb-hide, .mtsnb-shown .mtsnb-show { display: none }
body.has-mtsnb { transition: padding-top ease 0.3s, padding-bottom ease 0.3s; width: 100%; height: 100%; float: left; position: relative; box-sizing: border-box; }
.mtsnb a { text-decoration: none; color: inherit; }
.mtsnb .mtsnb-text, .mtsnb .mtsnb-button, .mtsnb .mtsnb-text, .mtsnb input { margin: .2em .5em }
.mtsnb input { padding: 6px 10px; font-size: 12px; border-radius: 3px; color: #666; border: 0; font-family: inherit; }
.mtsnb .mtsnb-button { display: inline-block; padding: 6px 10px; font-size: 12px; border-radius: 3px; color: #fff!important; outline: 0; border: 0; cursor: pointer; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);}
.mtsnb .mtsnb-message { display: block }@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;
}.wc-block-components-skeleton{display:flex;flex-direction:column;gap:1rem}.wc-block-components-skeleton__element{background:color-mix(in srgb,currentColor 5%,transparent);border-radius:4px;overflow:hidden;position:relative}.wc-block-components-skeleton__element:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}.wc-block-components-skeleton__element--static:after{display:none}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-quantity-selector{border-radius:4px;box-sizing:content-box;display:flex;margin:0 0 .25em;position:relative;width:107px}.wc-block-components-quantity-selector:after{border:1px solid hsla(0,0%,7%,.11);border-radius:4px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.has-dark-controls .wc-block-components-quantity-selector:after{border-color:hsla(0,0%,100%,.4)}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{appearance:textfield;background:transparent;border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-size:1em;font-weight:600;line-height:1;margin:0;min-width:40px;order:2;padding:.4em 0;text-align:center;vertical-align:middle}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{background:none transparent;border:0;box-shadow:none;color:currentColor;cursor:pointer;font-size:.9em;font-style:normal;font-weight:400;margin:0;min-width:30px;opacity:.6;padding:0;text-align:center;text-decoration:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none transparent}.wc-block-add-to-cart-form .input-text{font-size:var(--wp--preset--font-size--small);padding:.9rem 1.1rem}.wp-block-woocommerce-add-to-cart-form{width:unset}.wp-block-woocommerce-add-to-cart-form .variations_button,.wp-block-woocommerce-add-to-cart-form form.cart{display:grid;grid-auto-flow:column;grid-template-columns:min-content auto auto}.wp-block-woocommerce-add-to-cart-form .variations_button:before,.wp-block-woocommerce-add-to-cart-form form.cart:before{grid-column:1/-1}.wp-block-woocommerce-add-to-cart-form .variations_button .quantity,.wp-block-woocommerce-add-to-cart-form form.cart .quantity{align-items:stretch;display:inline-flex}.wp-block-woocommerce-add-to-cart-form .variations_button>:not(.quantity),.wp-block-woocommerce-add-to-cart-form form.cart>:not(.quantity){grid-column:1/-1}.wp-block-woocommerce-add-to-cart-form .variations_button>.single_add_to_cart_button,.wp-block-woocommerce-add-to-cart-form form.cart>.single_add_to_cart_button{grid-column:2/3;justify-self:start}.wp-block-woocommerce-add-to-cart-form .variations_button>.quantity:not(.wc-block-components-quantity-selector) .qty,.wp-block-woocommerce-add-to-cart-form form.cart>.quantity:not(.wc-block-components-quantity-selector) .qty{margin-right:.5em;padding:0 5px}.wp-block-woocommerce-add-to-cart-form .variations_button.grouped_form,.wp-block-woocommerce-add-to-cart-form form.cart.grouped_form{width:fit-content;word-break:normal}.wp-block-woocommerce-add-to-cart-form .variations_button.grouped_form button[type=submit],.wp-block-woocommerce-add-to-cart-form form.cart.grouped_form button[type=submit]{grid-column:1/-1}.wp-block-woocommerce-add-to-cart-form .quantity{margin-right:4px}.wp-block-woocommerce-add-to-cart-form .quantity .qty{box-sizing:content-box;text-align:center;width:3.631em}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity{background-color:#fff;display:inline-flex;grid-column:1;margin-bottom:0;margin-right:.5em;width:unset}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper table.woocommerce-grouped-product-list.group_table>tbody td .wc-block-components-quantity-selector input.input-text.qty.text{min-width:60px}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper table.woocommerce-grouped-product-list.group_table>tbody td.woocommerce-grouped-product-list-item__label,div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper table.woocommerce-grouped-product-list.group_table>tbody td.woocommerce-grouped-product-list-item__price{vertical-align:middle}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .wc-block-components-quantity-selector,div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .wc-block-components-quantity-selector{height:unset}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector .input-text{font-size:var(--wp--preset--font-size--small)}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number]::-webkit-inner-spin-button,div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number].input-text.qty.text{-moz-appearance:textfield;border:unset;font-size:var(--wp--preset--font-size--small);margin:0;margin-right:unset;order:1;padding:.9rem 0;text-align:center}.wp-block-woocommerce-single-product .wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector{width:107px}:where(.wp-block-woocommerce-add-to-cart-form>*+*){margin-top:12px;padding:0 4px}:where(.wp-block-woocommerce-add-to-cart-form .wcpay-express-checkout-wrapper){padding:0}