@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap"); :root { --wpcu-primaryColor: #ff5500;
--wpcu-textDefault: #363940;
--wpcu-borderColor: #e4e4ed;
--wpcu-textLight: #9192a3; --wpcu-headerFontSize: 24px;
--wpcu-headerFontColor: #000; --wpcu-productTitleSize: 16px;
--wpcu-productTitleColor: #363940;
--wpcu-productTitleColorHover: #000; --wpcu-productTypeColor: #9192a3;
--wpcu-productTypeSize: 12px; --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-buttonFontSize: 12px; --wpcu-ribbonBgColor: #ff5500;
--wpcu-ribbonBgColor2: #00b46a; --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-quickViewBtnBg: #363940;
--wpcu-quickViewBtnBgHover: #000;
--wpcu-quickViewBtnColor: #fff;
--wpcu-quickViewBtnColorHover: #fff;
--wpcu-quickViewBtnSize: 14px; --wpcu-cardMinHeight: 445px; --wpcu-actionIconColor: #363940;
--wpcu-actionIconColorHover: #ff5500; --wpcu-imgHoverScale: scale(1.2); --wpcu-marqueeItemsWidth: -2930px;
--wpcu-marqueeSpeed: 10000ms; --wpcu-dotsColor: #b0b0b0;
--wpcu-dotsActiveColor: #ff5500;
} .wpcu-products {
max-width: 100% !important;
width: 100% !important;
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--zoom-in > a {
display: block;
overflow: hidden;
}
.wpcu-product .wpcu-product__img--zoom-in img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpcu-product .wpcu-product__img--zoom-in:hover img {
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.wpcu-product .wpcu-product__img--zoom-out > a {
display: block;
overflow: hidden;
}
.wpcu-product .wpcu-product__img--zoom-out img {
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.wpcu-product .wpcu-product__img--zoom-out:hover img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpcu-product .wpcu-product__img--blur-in > a {
display: block;
overflow: hidden;
}
.wpcu-product .wpcu-product__img--blur-in img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpcu-product .wpcu-product__img--blur-in:hover img {
-webkit-filter: blur(2px);
filter: blur(2px);
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.wpcu-product .wpcu-product__img--blur-out > a {
display: block;
overflow: hidden;
}
.wpcu-product .wpcu-product__img--blur-out img {
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.wpcu-product .wpcu-product__img--blur-out:hover img {
-webkit-filter: blur(2px);
filter: blur(2px);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpcu-product .wpcu-product__img--grayscale-in > a {
display: block;
overflow: hidden;
}
.wpcu-product .wpcu-product__img--grayscale-in img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpcu-product .wpcu-product__img--grayscale-in:hover img {
-webkit-filter: grayscale(80%);
filter: grayscale(80%);
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.wpcu-product .wpcu-product__img--grayscale-out > a {
display: block;
overflow: hidden;
}
.wpcu-product .wpcu-product__img--grayscale-out img {
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.wpcu-product .wpcu-product__img--grayscale-out:hover img {
-webkit-filter: grayscale(80%);
filter: grayscale(80%);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}  .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;
width: 100% !important;
padding: 0 15px;
text-align: left !important;
}
.wpcu-products__header.wpcu-products__header--middle {
text-align: center !important;
}
.wpcu-products__header.wpcu-products__header--right {
text-align: right !important;
}
.wpcu-products__header h2 {
font-size: var(--wpcu-headerFontSize);
color: var(--wpcu-headerFontColor) !important;
font-weight: 500;
margin: 0 !important;
} .wpcu-carousel {
overflow: hidden; }
.wpcu-carousel--marquee .swiper-wrapper {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.wpcu-carousel--marquee:hover .swiper-wrapper {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.wpcu-carousel--marquee .wpcu-carousel-nav {
display: none;
} .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%;
width: 100%;
}
.wpcu-column-2 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
}
.wpcu-column-3 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
width: 33.33%;
}
.wpcu-column-4 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
}
.wpcu-column-5 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 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);
}
}
@-webkit-keyframes wpcu-marquee {
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes wpcu-marquee {
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
} .wpcu-button {
display: inline-block;
line-height: 0;
}
.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: var(--wpcu-buttonFontSize);
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;
line-height: 15px;
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 .button.product_type_external {
max-width: 150px;
line-height: 15px !important;
margin: 0 auto;
}
.wpcu-button--outlined .button,
.wpcu-button--outlined .added_to_cart {
border: 1px solid #e4e4ed !important;
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--lg .button,
.wpcu-button--lg .added_to_cart {
min-height: 45px;
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 !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
-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-primaryColor);
}
.wpcu-button--icon-circle a svg {
width: 14px;
height: 14px;
fill: #fff;
}
.wpcu-button--light .button {
background: var(--wpcu-buttonBgColor);
border-color: #fff;
color: var(--wpcu-buttonColor) !important;
}
.wpcu-button--light .button:hover {
color: var(--wpcu-buttonColorHover) !important;
border-color: var(--wpcu-buttonBgColorHover);
background: var(--wpcu-buttonBgColorHover);
}
.wpcu-button--white .button,
.wpcu-button--white .added_to_cart {
background: var(--wpcu-buttonBgColor) !important;
border-color: var(--wpcu-borderColor) !important;
color: var(--wpcu-buttonColor) !important;
}
.wpcu-button--white .button:hover,
.wpcu-button--white .added_to_cart:hover {
color: var(--wpcu-buttonColorHover) !important;
background: var(--wpcu-buttonBgColorHover) !important;
border-color: var(--wpcu-buttonBgColorHover) !important;
} .wpcu-quick-view-btn {
min-height: 32px;
background: var(--wpcu-quickViewBtnBg) !important;
color: var(--wpcu-quickViewBtnColor) !important;
font-size: var(--wpcu-quickViewBtnSize);
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;
padding: 5px 15px;
text-decoration: none;
line-height: 1.2;
text-align: center;
}
.wpcu-quick-view-btn:hover {
background: var(--wpcu-quickViewBtnBgHover) !important;
color: var(--wpcu-quickViewBtnColorHover) !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;
} .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);
}
.wpcu-badge--secondary {
color: #fff;
background: var(--wpcu-ribbonBgColor2);
}
.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-badge--circle {
width: 50px;
height: 50px;
border-radius: 50%;
background: var(--wpcu-ribbonBgColor);
color: #fff;
font-size: 14px;
font-weight: normal;
padding: 0;
white-space: nowrap;
} .wpcu-product__title {
margin: 0 !important;
line-height: normal;
font-size: unset;
font-family: inherit;
font-size: var(--wpcu-productTitleSize);
letter-spacing: normal;
text-decoration: none;
font-weight: normal;
}
.wpcu-product__title::before {
content: none;
}
.wpcu-product__title a {
color: var(--wpcu-productTitleColor) !important;
-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__subtitle {
display: block;
}
.wpcu-product__subtitle a {
font-size: 14px;
color: #9192a3;
display: block;
text-decoration: none;
} .wpcu-product__type {
display: block;
}
.wpcu-product__type a {
color: var(--wpcu-productTypeColor) !important;
font-size: var(--wpcu-productTypeSize);
display: block;
text-decoration: none;
} .wpcu-product__excerpt p {
font-size: 15px;
line-height: 1.7;
margin: 0;
color: #5a6671;
} .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;
text-align: left;
}
.wpcu-product__cover-content--top-right {
top: 20px;
right: 20px;
text-align: right;
}
.wpcu-product__cover-content--bottom-right {
bottom: 20px;
right: 20px;
text-align: right;
}
.wpcu-product__cover-content--bottom-left {
left: 20px;
bottom: 20px;
text-align: left;
}
.wpcu-product__cover-content--middle {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.wpcu-product__cover-content .wpcu-product__action-icons {
padding: 0;
}
.wpcu-product__img {
position: relative;
}
.wpcu-product__img a {
line-height: 0;
display: block;
}
.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-product__content:hover .wpcu-overlay-content-bottom {
visibility: visible;
opacity: 1;
pointer-events: all;
bottom: 20px;
} .wpcu-product__action-icons {
background: #fff;
padding: 17px 10px;
margin: 0 -15px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-product__action-icons a {
font-size: 18px;
padding: 0 15px;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
color: var(--wpcu-actionIconColor) !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;
}
.wpcu-product__action-icons a svg {
width: 18px;
height: auto;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
fill: var(--wpcu-actionIconColor) !important;
}
.wpcu-product__action-icons a:hover svg {
fill: var(--wpcu-actionIconColorHover) !important;
}
.wpcu-product__action-icons a.woosw-added {
text-decoration: none;
}
.wpcu-product__action-icons a.woosw-added:before {
margin-right: 0;
color: var(--wpcu-primaryColor) !important;
}
.wpcu-product__action-icons a.woosw-added svg {
display: none;
}
.wpcu-product__action-icons a.added svg {
fill: var(--wpcu-primaryColor) !important;
}
.wpcu-product__action-icons p.product {
padding: 0 15px;
line-height: 0;
margin: 0;
}
.wpcu-product__action-icons--boxed {
background: none;
margin: -3px;
}
.wpcu-product__action-icons--boxed a {
border: 1px solid var(--wpcu-borderColor);
background: #fff;
width: 45px;
height: 45px;
padding: 0;
margin: 3px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.wpcu-product__action-icons--sm {
margin: -5px;
}
.wpcu-product__action-icons--sm a {
width: 40px;
height: 40px;
margin: 5px;
}
.wpcu-product__action-icons--circle {
background: none;
margin: -3px;
}
.wpcu-product__action-icons--circle a {
border: 1px solid var(--wpcu-borderColor);
background: #fff;
width: 45px;
height: 45px;
border-radius: 50%;
padding: 0;
margin: 3px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.wpcu-product__action-icons--has-btn .wpcu-button a {
width: auto;
height: auto;
}
.wpcu-product__action-icons--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wpcu-product__action-icons--tiled a {
margin: 0;
}
.wpcu-product__action-icons--tiled p.product {
padding: 0 !important;
}
.wpcu-product__action-icons--tiled a:not(.button),
.wpcu-product__action-icons--tiled .wpcu-button {
margin: 0 -1px;
} .wpcu-product--card .wpcu-product__content {
border: 1px solid var(--wpcu-borderColor);
background: #fff;
}
.wpcu-product--card__body {
padding: 20px;
}
.wpcu-product--card__footer {
border-top: 1px solid var(--wpcu-borderColor);
padding: 20px;
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;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpcu-product--card-rounded {
border-radius: 6px;
}
.wpcu-product--card-rounded .wpcu-product__content {
border-radius: 6px;
} .wpcu-text-center {
text-align: center;
}
.wpcu-pos-relative {
position: relative;
}
.wpcu-d-block {
display: block;
}
.wpcu-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wpcu-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wpcu-flex-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-flex-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wpcu-flex-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.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-mb-5 {
margin-bottom: 5px !important;
}
.wpcu-mb-10 {
margin-bottom: 10px !important;
}
.wpcu-mb-15 {
margin-bottom: 15px !important;
}
.wpcu-mt-15 {
margin-top: 15px !important;
} @media (max-width: 575px) {
.wpxu-d-sm-block {
display: block;
}
}  .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;
}
.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;
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;
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;
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;
} .elementor-widget-container .wpcu-theme_6 .wpcu-product--fix .wpcu-product__details .wpcu-d-flex {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-widget-container .wpcu-theme_6 .wpcu-product--fix .wpcu-product__details .wpcu-product__rating {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-top: 5px;
}
.elementor-widget-container .wpcu-theme_6 .wpcu-product--fix .wpcu-product__content .wpcu-product-price-action .wpcu-button a {
padding: 13px !important;
font-size: 12px;
min-height: auto;
}
.elementor-widget-container .wpcu-theme_6 .wpcu-product--fix .wpcu-product__action-icons--boxed a {
width: 35px;
height: 35px;
}
.elementor-widget-container .wpcu-theme_6 .wpcu-product--fix .wpcu-product__action-icons--boxed a svg {
width: 15px;
}
.elementor-widget-container .wpcu-theme_7 .wpcu-product--fix .wpcu-product__cover-content--middle {
width: calc(100% - 20px);
height: calc(100% - 20px);
padding: 15px;
}  .wpcu-theme_1 .wpcu-product__img {
margin-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,
.wpcu-theme_1 .wpcu-product__details .wpcu-product__rating {
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;
position: relative;
}
.wpcu-theme_3 .wpcu-product__img:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 6px;
background: rgba(0, 0, 0, 0.2);
left: 0;
top: 0;
z-index: 1;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.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;
z-index: 2;
}
.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;
}
.wpcu-theme_3 .wpcu-product__content:hover .wpcu-product__img:before {
visibility: visible;
opacity: 1;
} .wpcu-theme_4 .wpcu-product__details {
margin-top: 17px;
}
.wpcu-theme_4 .wpcu-product__details .wpcu-d-flex {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpcu-theme_4 .wpcu-product__action-icons .woocommerce a {
padding: 0;
margin: 0;
background: none !important;
border: 0 none;
}
.wpcu-theme_4 .wpcu-product__action-icons .woocommerce a:hover {
background: none;
border: 0 none;
}
.wpcu-theme_4 .wpcu-product__action-icons .woocommerce a svg {
width: 18px;
}
.wpcu-theme_4 .wpcu-product__action-icons .woocommerce a.added svg {
fill: var(--wpcu-primaryColor);
}
.wpcu-theme_4 .wpcu-product__action-icons .woocommerce a.added_to_cart {
display: none !important;
} .wpcu-theme_5 .wpcu-product__details {
margin-top: 17px;
}
.wpcu-theme_5 .wpcu-product__action-icons .woocommerce {
padding: 0;
}
.wpcu-theme_5 .wpcu-product__action-icons .woocommerce a {
padding: 0;
margin: 0;
background: #fff !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 0;
border: 1px solid var(--wpcu-borderColor);
}
.wpcu-theme_5 .wpcu-product__action-icons .woocommerce a:hover {
background: #fff;
border: 1px solid var(--wpcu-borderColor);
}
.wpcu-theme_5 .wpcu-product__action-icons .woocommerce a svg {
width: 18px;
}
.wpcu-theme_5 .wpcu-product__action-icons .woocommerce a.added svg {
fill: var(--wpcu-primaryColor);
}
.wpcu-theme_5 .wpcu-product__action-icons .woocommerce a.added_to_cart {
display: none !important;
} .wpcu-theme_6 { }
.wpcu-theme_6 .wpcu-product__details {
margin-top: 17px;
}
.wpcu-theme_6 .wpcu-product__details .wpcu-d-flex {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpcu-theme_6 .wpcu-product__cover-content--top-left {
top: 8px;
left: 10px;
}
.wpcu-theme_6 .wpcu-product__cover-content--top-right {
top: 8px;
right: 10px;
}
.wpcu-theme_6 .wpcu-product__cover-content--bottom-right {
bottom: 10px;
right: 10px;
}
.wpcu-theme_6 .wpcu-product__cover-content--bottom-left {
bottom: 10px;
left: 10px;
}
.wpcu-theme_6 .wpcu-product__cover-content .wpcu-product__action-icons {
overflow: hidden;
}
.wpcu-theme_6 .wpcu-product__cover-content .wpcu-product__action-icons a {
position: relative;
right: -65px;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.wpcu-theme_6 .wpcu-product__content .wpcu-product-price-action .wpcu-product__price {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_6 .wpcu-product__content .wpcu-product-price-action .wpcu-button {
position: absolute;
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
z-index: 1;
}
.wpcu-theme_6 .wpcu-product__content .wpcu-product-price-action .wpcu-button a {
margin: 0;
}
.wpcu-theme_6 .wpcu-product__content:hover .wpcu-product__action-icons a {
right: 0;
visibility: visible;
opacity: 1;
pointer-events: all;
}
.wpcu-theme_6 .wpcu-product__content:hover .wpcu-product__action-icons a:first-child {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_6 .wpcu-product__content:hover .wpcu-product__action-icons a:nth-child(2) {
-webkit-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
}
.wpcu-theme_6 .wpcu-product__content:hover .wpcu-product__action-icons a:nth-child(3) {
-webkit-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}
.wpcu-theme_6 .wpcu-product__content:hover .wpcu-product-price-action .wpcu-product__price {
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.wpcu-theme_6 .wpcu-product__content:hover .wpcu-product-price-action .wpcu-button {
visibility: visible;
opacity: 1;
pointer-events: all;
}
.wpcu-theme_6.wpcu-carousel--marquee {
padding-bottom: 20px;
} .wpcu-theme_7 .wpcu-product__content--res-fix .wpcu-product__cover-content {
width: calc(100% - 30px);
height: calc(100% - 30px);
}
.wpcu-theme_7 .wpcu-product__details {
margin-top: 17px;
}
.wpcu-theme_7 .wpcu-product__price .wpcu-badge {
margin-left: auto;
}
.wpcu-theme_7 .wpcu-product__cover-content--middle {
background: #fff;
padding: 45px 20px;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-box-shadow: 0 10px 10px rgba(84, 77, 124, 0.1);
box-shadow: 0 10px 10px rgba(84, 77, 124, 0.1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcu-theme_7 .wpcu-product__cover-content--middle .wpcu-button p {
display: block;
}
.wpcu-theme_7 .wpcu-product__action-icons {
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wpcu-theme_7 .wpcu-product__content:hover .wpcu-product__cover-content--middle {
visibility: visible;
opacity: 1;
pointer-events: all;
} .wpcu-theme_8 { }
.wpcu-theme_8 .wpcu-product__content--res-fix .wpcu-product__action-icons--boxed .wpcu-button {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-theme_8 .wpcu-product__img {
position: relative;
overflow: hidden;
}
.wpcu-theme_8 .wpcu-product__img .wpcu-quick-view-btn {
position: absolute;
left: 0;
bottom: -10px;
width: 100%;
visibility: hidden;
opacity: 0;
-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_8 .wpcu-product__details {
text-align: center;
margin-top: 17px;
}
.wpcu-theme_8 .wpcu-product__action-icons {
width: 100%;
padding: 0;
margin: 20px 0 10px;
}
.wpcu-theme_8 .wpcu-product__action-icons .wpcu-button {
line-height: 20px;
}
.wpcu-theme_8 .wpcu-product__action-icons .wpcu-button .button.product_type_external {
line-height: 15px !important;
}
.wpcu-theme_8 .wpcu-product__action-icons .wpcu-button p.product {
padding: 3px;
}
.wpcu-theme_8 .wpcu-product__action-icons .wpcu-button p.product a {
margin: 0;
}
.wpcu-theme_8 .wpcu-product__content {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_8 .wpcu-product__content:hover {
-webkit-box-shadow: 0 10px 10px rgba(84, 77, 124, 0.1);
box-shadow: 0 10px 10px rgba(84, 77, 124, 0.1);
}
.wpcu-theme_8 .wpcu-product__content:hover .wpcu-quick-view-btn {
visibility: visible;
opacity: 1;
bottom: 0;
}
.wpcu-theme_8.wpcu-carousel--marquee {
padding-bottom: 20px;
} .wpcu-theme_9 .wpcu-product .wpcu-product--card__body {
padding: 0;
}
.wpcu-theme_9 .wpcu-product__img {
padding: 20px;
}
.wpcu-theme_9 .wpcu-product__img .wpcu-quick-view-btn {
position: absolute;
min-height: 40px;
border-radius: 4px;
left: 50%;
top: 60%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_9 .wpcu-product__details {
padding: 20px;
background: #f5f5f5;
border-radius: 0 0 6px 6px;
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;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_9 .wpcu-product__details__left {
padding-right: 20px;
}
.wpcu-theme_9 .wpcu-product__details__right .wpcu-button--light a {
background: #fff;
}
.wpcu-theme_9 .wpcu-product__details__right .wpcu-button--light a svg {
fill: var(--wpcu-actionIconColor);
width: 17px;
}
.wpcu-theme_9 .wpcu-product__details__right .woocommerce a {
padding: 0;
background: #fff !important;
padding: 0 !important;
border-radius: 50%;
border: 1px solid #fff !important;
}
.wpcu-theme_9 .wpcu-product__details__right .woocommerce a:hover {
background: #fff;
border: 1px solid #fff !important;
}
.wpcu-theme_9 .wpcu-product__details__right .woocommerce a svg {
width: 18px;
}
.wpcu-theme_9 .wpcu-product__details__right .woocommerce a.added {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.wpcu-theme_9 .wpcu-product__details__right .woocommerce a.added svg {
fill: var(--wpcu-primaryColor);
}
.wpcu-theme_9 .wpcu-product__details__right .woocommerce a.added_to_cart {
display: none !important;
}
.wpcu-theme_9 .wpcu-product__content {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_9 .wpcu-product__content .wpcu-product__price__sale,
.wpcu-theme_9 .wpcu-product__content .wpcu-product__price s,
.wpcu-theme_9 .wpcu-product__content .wpcu-badge {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_9 .wpcu-product__content:hover {
border-color: var(--wpcu-primaryColor);
}
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-quick-view-btn {
visibility: visible;
opacity: 1;
top: 50%;
}
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-product__details {
background: var(--wpcu-primaryColor);
}
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-product__details .wpcu-product__title a,
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-product__details .wpcu-product__price__sale,
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-product__details .wpcu-product__price s,
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-product__details .wpcu-badge {
color: #fff !important;
}
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-product__details .wpcu-product__price__sale ins bdi {
color: #fff !important;
}
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-product__details .wpcu-product__price__sale del bdi {
color: var(--wpcu-productTitleColor) !important;
}
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-product__details .wpcu-product__price__sale .amount bdi {
color: #fff;
}
.wpcu-theme_9 .wpcu-product__content:hover .wpcu-product__details .wpcu-badge {
border-color: #fff !important;
} .wpcu-theme_10 .wpcu-product__content--res-fix .wpcu-product__action-icons--circle .wpcu-button {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-theme_10 .wpcu-product__cover-content--top-left {
top: 8px;
left: 10px;
}
.wpcu-theme_10 .wpcu-product__cover-content--top-right {
top: 8px;
right: 10px;
}
.wpcu-theme_10 .wpcu-product__cover-content--bottom-right {
bottom: 10px;
right: 10px;
}
.wpcu-theme_10 .wpcu-product__cover-content--bottom-left {
bottom: 10px;
left: 10px;
}
.wpcu-theme_10 .wpcu-product__action-icons {
padding: 0;
}
.wpcu-theme_10 .wpcu-product__action-icons p.product {
padding: 0;
}
.wpcu-theme_10 .wpcu-product__content:hover .wpcu-overlay-content-bottom {
bottom: 0;
} .wpcu-theme_11 { }
.wpcu-theme_11.wpcu-carousel .wpcu-product {
overflow: hidden;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_11.wpcu-carousel .wpcu-product:hover {
padding-bottom: 80px;
margin-top: -80px;
}
.wpcu-theme_11 .wpcu-product__type {
margin-top: 17px;
}
.wpcu-theme_11 .wpcu-product__content {
padding: 20px 20px;
position: relative;
}
.wpcu-theme_11 .wpcu-product__content:hover .wpcu-product--card__footer {
visibility: visible;
opacity: 1;
height: 84px;
}
.wpcu-theme_11 .wpcu-product--card__body {
padding: 0;
}
.wpcu-theme_11 .wpcu-product--card__footer {
padding: 20px 0;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
border: 1px solid var(--wpcu-borderColor);
-webkit-box-shadow: 0 10px 10px rgba(84, 77, 124, 0.1);
box-shadow: 0 10px 10px rgba(84, 77, 124, 0.1);
position: absolute;
width: calc(100% + 2px);
background: #fff;
left: -1px;
bottom: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
z-index: 1;
visibility: hidden;
opacity: 0;
height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcu-theme_11 .wpcu-product--card__footer .wpcu-product__action-icons {
padding: 0;
}
.wpcu-theme_11 .wpcu-product--card__footer .wpcu-product__action-icons .wpcu-button {
line-height: 20px;
}
.wpcu-theme_11 .wpcu-product--card__footer .wpcu-product__action-icons .wpcu-button .button.product_type_external {
line-height: 15px !important;
}
.wpcu-theme_11 .wpcu-product--card__footer .wpcu-product__action-icons .wpcu-button p.product {
padding: 3px;
}
.wpcu-theme_11 .wpcu-product--card__footer .wpcu-product__action-icons .wpcu-button p.product a {
margin: 0;
}
.wpcu-theme_11.wpcu-carousel--marquee {
padding-bottom: 20px;
} .wpcu-theme_12 .wpcu-product__details {
margin-top: 15px;
}
.wpcu-theme_12 .wpcu-product__action-icons {
width: 100%;
padding: 0;
margin: 20px 0 2px;
}
.wpcu-theme_12 .wpcu-product__action-icons .wpcu-button {
line-height: 0;
}
.wpcu-theme_12 .wpcu-product__action-icons .wpcu-button .button {
line-height: 20px !important;
}
.wpcu-theme_12 .wpcu-product__action-icons .wpcu-button p.product {
padding: 3px;
}
.wpcu-theme_12 .wpcu-product__action-icons .wpcu-button p.product a {
margin: 0;
}
.wpcu-theme_12 .wpcu-product__action-icons a {
border-radius: 3px;
margin: 2px;
}
.wpcu-theme_12 .wpcu-product__content {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_12 .wpcu-product__content:hover {
border-color: #68b22e;
} .wpcu-theme_13 .wpcu-product--card__body {
padding: 0;
}
.wpcu-theme_13 .wpcu-product__details {
padding: 20px;
}
.wpcu-theme_13 .wpcu-product__img:before {
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
position: absolute;
left: 0;
top: 0;
z-index: 1;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-theme_13 .wpcu-product__cover-content--middle {
background: none;
width: 100%;
padding: 20px;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-box-shadow: none;
box-shadow: none;
z-index: 2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcu-theme_13 .wpcu-product__cover-content--middle .wpcu-button p {
display: block;
margin: 0 5px;
}
.wpcu-theme_13 .wpcu-product__action-icons {
width: 100%;
padding: 0;
margin: 20px 0 5px;
}
.wpcu-theme_13 .wpcu-product__action-icons .wpcu-button {
line-height: 0;
}
.wpcu-theme_13 .wpcu-product__action-icons .wpcu-button .button {
line-height: 20px !important;
}
.wpcu-theme_13 .wpcu-product__action-icons a {
border-radius: 3px;
}
.wpcu-theme_13 .wpcu-product__content:hover .wpcu-product__img:before {
visibility: visible;
opacity: 1;
}
.wpcu-theme_13 .wpcu-product__content:hover .wpcu-product__cover-content--middle {
visibility: visible;
opacity: 1;
pointer-events: all;
}
.wpcu-theme_13 .wpcu-product__excerpt {
border-top: 1px solid var(--wpcu-borderColor);
margin-top: 15px;
padding-top: 14px;
} .wpcu-theme_14 .wpcu-row {
margin: 0;
}
.wpcu-theme_14 .wpcu-product {
padding: 0;
margin: 25px -1px 0;
min-height: var(--wpcu-cardMinHeight);
}
.wpcu-theme_14 .wpcu-product__content {
height: 100%;
}
.wpcu-theme_14 .wpcu-product__details {
margin-top: 15px;
}
.wpcu-theme_14 .wpcu-product__action-icons {
width: 100%;
padding: 0;
margin: 20px 0 2px;
}
.wpcu-theme_14 .wpcu-product__action-icons .wpcu-button {
line-height: 0;
}
.wpcu-theme_14 .wpcu-product__action-icons .wpcu-button .button {
line-height: 20px !important;
}
.wpcu-theme_14 .wpcu-product__action-icons .wpcu-button p.product {
padding: 3px;
}
.wpcu-theme_14 .wpcu-product__action-icons .wpcu-button p.product a {
margin: 0;
}
.wpcu-theme_14 .wpcu-product__action-icons a {
border-radius: 0;
} .wpcu-theme_15 .wpcu-product__content {
padding: 20px;
background: #fff;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
border-radius: 6px;
position: relative;
overflow: hidden;
}
.wpcu-theme_15 .wpcu-product__content:hover .wpcu-product__details {
bottom: 0;
}
.wpcu-theme_15 .wpcu-product__details {
text-align: center;
position: absolute;
width: 100%;
left: 0;
bottom: -85px;
background: #fff;
padding: 20px 20px;
-webkit-transition: bottom 0.3s ease;
-o-transition: bottom 0.3s ease;
transition: bottom 0.3s ease;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}.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}.wc-block-cart-items__row.woosb-bundles:not(.woosb-fixed-price) .wc-block-cart-item__prices, .wc-block-cart-items__row.woosb-bundles:not(.woosb-fixed-price) .wc-block-components-product-badge, .wc-block-cart-items__row.woosb-bundles:not(.woosb-fixed-price) .wc-block-cart-item__total-price-and-sale-badge-wrapper {
display: none !important;
}
.wc-block-cart-items__row.woosb-bundled .wc-block-cart-item__remove-link {
display: none !important;
}
.wc-block-cart-items__row.woosb-bundled .wc-block-cart-item__quantity {
pointer-events: none !important;
}
.wc-block-cart-items__row.woosb-bundled.woosb-hide-bundled {
display: none !important;
}
.wc-block-cart-items__row.woosb-bundled.woosb-fixed-price .wc-block-cart-item__prices, .wc-block-cart-items__row.woosb-bundled.woosb-fixed-price .wc-block-components-product-badge, .wc-block-cart-items__row.woosb-bundled.woosb-fixed-price .wc-block-cart-item__total-price-and-sale-badge-wrapper {
display: none !important;
}
.wc-block-components-order-summary-item.woosb-bundled.woosb-hide-bundled {
display: none !important;
}.acfw-bogo-notice-text{display:contents}.acfwf-bogo-discount-summary-block{padding:0 1em}.wc-block-components-notice-banner>svg{align-self:center}.wc-block-components-notice-banner>div{display:flex;align-items:center;height:100%;justify-content:space-between}.wc-block-components-order-meta .wc-block-components-notice-banner{padding:0 4px}.wc-block-components-order-meta .wc-block-components-notice-banner div{display:block}.wc-block-components-order-meta .wc-block-components-notice-banner button{margin-top:.25em}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after{border-bottom-width:1px!important}.wp-block-woocommerce-cart-order-summary-block .wc-block-components-notices__snackbar{display:none}.acfw-checkout-form-button-field{margin:0}.acfw-checkout-form-button-field:after{content:"";display:table;clear:both}.acfw-checkout-form-button-field .form-row-last label{display:none}.acfw-checkout-form-button-field .form-row-last .button{width:100%}.acfwf-components .acfw-accordion:last-child{border-bottom:0}.acfwf-components .acfw-accordion h3{padding:.7em 1.2em;margin:0;background:#f5f5f5;font-size:1em;font-weight:400;cursor:pointer}.acfwf-components .acfw-accordion h3 .caret{position:relative;top:-2px;margin-left:5px}.acfwf-components .acfw-accordion h3 .caret img{display:inline-block;transition:transform .5s ease;transform:rotate(-90deg)}.acfwf-components .acfw-accordion .acfw-accordion-inner{overflow:hidden;background:#fcfcfc;max-height:0;transition:max-height .5s ease}.acfwf-components .acfw-accordion .acfw-accordion-inner .acfw-accordion-content{padding:1em 1.2em}.acfwf-components .acfw-accordion.show h3 .caret img{transform:rotate(0)}.acfwf-components .acfw-accordion .acfw-accordion-content{font-size:.9em}.acfwf-components .acfw-accordion .acfw-accordion-content p{margin-bottom:.5em}.acfwf-components .acfw-accordion .acfw-accordion-content p.acfw-store-credit-instructions{margin-bottom:.2em}