
/* plugin: wc category slider */
.sp-wcsp-slider-section.swiper-container .swiper-wrapper{align-items: end;}
.sp-wcsp-cat-item.swiper-slide{min-height: 400px; max-height: 400px;}
.nav-top-right .sp-wcsp-button {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;}
.sp-wcsp-button-next, .sp-wcsp-button-prev {
    position: absolute;
    top: 50%;
    z-index: 3;
}
.sp-wcsp-button-next {
    right: 0;
}
.nav-top-right .sp-wcsp-button .fa{font-size: 30px;}
.sp-wcsp-cat-item-thumb-content{
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}
.sp-wcsp-cat-thumbnail {
    border: unset !important;
    background: transparent;
    height: 260px;
}
.sp-wcsp-cat-name a {
    font-family: 'Lato' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-decoration: none;
}
a.sp-wcsp-shop-now {
    font-family: 'Lato' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: unset !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
}
a.sp-wcsp-shop-now:before {
    content: "";
    height: 1px;
    width: 40px;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: black;}

a.sp-wcsp-shop-now:hover:before {
    width: 100%;
    transition: all 0.4s ease-in-out;
}
