.wc-booster-carousel-product-wrapper {
position: relative;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-card-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: all 0.6s ease-in-out;
transform: scale(1);
position: relative;
overflow: hidden;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-card-image:after {
content: "";
height: 100%;
width: 100%;
position: absolute;
top: 0;
right: 0;
background: #000;
opacity: 0;
transition: all 0.3s;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-body-inner {
padding: 15px 0 0;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-post-title {
margin: 3px 0;
font-size: 18px;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-post-title a {
color: #fff;
text-decoration: none;
font-weight: 500;
line-height: 28px;
font-size: 20px;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-price {
margin: 10px 0;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-post-cat {
margin-top: 3px;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-post-cat a {
color: #fff;
text-decoration: none;
position: relative;
letter-spacing: 1px;
opacity: 0.95;
font-weight: 400;
line-height: 1.2;
font-size: 12px;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-post-cat a .line {
content: "";
width: 20px;
height: 2px;
background: #fff;
position: absolute;
top: 50%;
transform: translate(0, -50%);
left: 108%;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-post-cat a:nth-child(n+1) {
margin-left: 40px;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-post-cat a:first-child {
margin-left: 0;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-meta-wrapper {
display: flex;
margin-bottom: 15px;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-meta-wrapper div {
padding: 0 10px;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-meta-wrapper div a {
color: #fff;
text-decoration: none;
letter-spacing: 1px;
opacity: 0.95;
text-transform: capitalize;
font-weight: 400;
line-height: 1.2;
font-size: 12px;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-meta-wrapper i {
margin-right: 10px;
}
.wc-booster-carousel-product-wrapper .wc-booster-carousel-product-card-wrapper .wc-booster-carousel-product-post-content p {
margin: 0;
color: #fff;
}
.wc-booster-carousel-product-wrapper .slick-slide:focus {
outline: none;
}
.wc-booster-carousel-product-wrapper .wc-booster-slider-arrow {
position: absolute;
right: 15px;
top: -30px;
z-index: 9;
cursor: pointer;
width: 45px;
height: 35px;
border: none;
background: #000;
color: #fff;
font-size: 21px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
border-radius: 6px;
}
.wc-booster-carousel-product-wrapper .wc-booster-slider-arrow.wc-booster-prev-arrow {
right: 65px;
}
.wc-booster-carousel-product-wrapper .wc-booster-arrow-wide .wc-booster-slider-arrow {
right: 8px;
top: 50%;
transform: translate(0, -50%);
}
.wc-booster-carousel-product-wrapper .wc-booster-arrow-wide .wc-booster-slider-arrow.wc-booster-prev-arrow {
left: 8px;
right: auto;
}
.wc-booster-carousel-product-wrapper ul.slick-dots {
display: flex;
align-items: center;
justify-content: center;
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.wc-booster-carousel-product-wrapper ul.slick-dots li button {
border: 1px solid transparent;
height: 9px;
width: 45px;
margin: 0 4px;
border-radius: 9px;
background: #e7e7e7;
cursor: pointer;
}
.wc-booster-carousel-product-wrapper ul.slick-dots li button:focus {
outline: none;
}
.wc-booster-carousel-product-wrapper ul.slick-dots li.slick-active button {
background: #000;
}
.wc-booster-carousel-product-wrapper .slick-track {
margin-left: inherit;
}
.wc-booster-carousel-product-title {
padding: 0 140px 0 10px;
color: #fff;
margin: 0;
text-align: left;
font-weight: 700;
text-transform: uppercase;
line-height: 1.2;
font-size: 20px;
}
.wc-booster-align-center {
text-align: center;
}
.wc-booster-align-center a img {
margin: auto;
}
.wc-booster-align-left {
text-align: left;
}
.wc-booster-align-left .wc-booster-carousel-product-rating .star-rating {
margin: 0;
}
.wc-booster-align-right {
text-align: right;
}
.wc-booster-align-right a img {
margin-left: auto;
}
.wc-booster-align-right .wc-booster-carousel-product-rating .star-rating {
margin: 0 0 0 auto;
}
.wc-booster-carousel-product-rating {
display: block;
}
.wc-booster-carousel-product-rating .star-rating {
float: none !important;
margin: auto;
} .layout-two .wc-booster-carousel-product-inner-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.layout-two .wc-booster-carousel-product-inner-wrapper > div:first-child {
max-width: 30%;
flex: 0 0 30%;
order: 2;
}
.layout-two .wc-booster-carousel-product-inner-wrapper .wc-booster-carousel-product-card {
max-width: 70%;
flex: 0 0 70%;
order: 1;
padding-right: 30px;
}
@media (max-width: 620px) {
.layout-two .wc-booster-carousel-product-inner-wrapper > div:first-child {
max-width: 100%;
flex: 0 0 100%;
order: 1;
}
.layout-two .wc-booster-carousel-product-inner-wrapper .wc-booster-carousel-product-card {
max-width: 100%;
flex: 0 0 100%;
order: 2;
padding-right: 0;
}
}
.layout-two .wc-booster-carousel-product-inner-wrapper.wc-booster-carousel-product-has-banner {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.layout-two .wc-booster-carousel-product-inner-wrapper.wc-booster-carousel-product-has-banner .wc-booster-carousel-product-card {
max-width: 100%;
flex: 0 0 100%;
order: 2;
padding-right: 0;
}
.wc-booster-carousel-product-wrapper ul.slick-dots {
display: flex !important;
align-items: center;
justify-content: center;
list-style: none;
margin-bottom: 0;
}
.wc-booster-carousel-product-wrapper ul.slick-dots li button {
font-size: 0;
color: transparent;
height: 20px !important;
width: 20px !important;
border-radius: 50% !important;
margin: 0 3px;
background: #eee;
}
.wc-booster-carousel-product-wrapper ul.slick-dots li.slick-active button {
background: #000;
}
.wc-booster-carousel-product-btn {
text-decoration: none;
}
.wc-booster-align-center .wc-booster-carousel-product-body-inner {
margin: auto;
}
.wc-booster-align-left .wc-booster-carousel-product-body-inner {
margin-right: auto;
}
.wc-booster-align-right .wc-booster-carousel-product-body-inner {
margin-left: auto;
}
.wc-booster-carousel-product-inner-wrapper img {
height: auto;
max-width: 100%;
}
.woocommerce .wc-booster-carousel-product-init .slick-dots button {
padding: unset;
}
.wc-booster-carousel-product-card-wrapper {
position: relative;
}.wc-booster-category-collage-cat-title a {
text-decoration: none !important;
}
.wc-booster-category-collage-body-inner {
position: relative;
}
.wc-booster-category-collage-inner-wrapper {
background-position: center;
background-size: cover;
margin: 10px;
display: flex;
flex-direction: column-reverse;
position: relative;
}
.wc-booster-category-collage-wrapper {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-one .wc-booster-category-collage-card-wrapper {
flex: 50%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-one .wc-booster-category-collage-card-wrapper:first-child {
flex: 60%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-one .wc-booster-category-collage-card-wrapper:nth-child(2) {
flex: 40%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-one .wc-booster-category-collage-card-wrapper:nth-child(3) {
flex: 40%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-one .wc-booster-category-collage-card-wrapper:nth-child(4), .wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-one .wc-booster-category-collage-card-wrapper:nth-child(5) {
flex: 30%;
}
@media (max-width: 620px) {
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-one .wc-booster-category-collage-card-wrapper {
flex: 100%;
}
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-layout-two-wrapper {
max-width: 70%;
flex: 0 0 70%;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-layout-two-wrapper .wc-booster-category-collage-card-wrapper {
max-width: 50%;
flex: 0 0 50%;
width: 100%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-layout-two-wrapper .wc-booster-category-collage-card-wrapper:first-child {
max-width: 40%;
flex: 0 0 40%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-layout-two-wrapper .wc-booster-category-collage-card-wrapper:nth-child(2) {
max-width: 60%;
flex: 0 0 60%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-layout-two-wrapper .wc-booster-category-collage-card-wrapper:first-child {
max-width: 40%;
flex: 0 0 40%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-layout-two-wrapper .wc-booster-category-collage-card-wrapper:nth-child(3) {
max-width: 55%;
flex: 0 0 55%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-layout-two-wrapper .wc-booster-category-collage-card-wrapper:nth-child(4) {
max-width: 45%;
flex: 0 0 45%;
}
@media (max-width: 620px) {
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-layout-two-wrapper {
max-width: 100%;
flex: 0 0 100%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-layout-two-wrapper .wc-booster-category-collage-card-wrapper {
max-width: 100%;
flex: 0 0 100%;
}
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-card-wrapper.category-collage-right-card {
flex: 0 0 30%;
width: 100%;
}
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-card-wrapper.category-collage-right-card > div {
height: calc(100% - 20px) !important;
}
@media (max-width: 620px) {
.wc-booster-category-collage-wrapper.wc-booster-category-collage-layout-two .wc-booster-category-collage-card-wrapper.category-collage-right-card {
max-width: 100%;
flex: 0 0 100%;
padding-left: 0;
}
}
.wc-booster-category-collage-overlay {
position: absolute;
left: 0;
height: 100%;
width: 100%;
top: 0;
}