.cat-swiper {
    position: relative;
    overflow: hidden;
    padding: 10px 40px 50px;
}

.cat-swiper .swiper-wrapper{
    align-items: stretch;
}

.cat-swiper .swiper-slide{
    height:auto;
}

.cat-swiper .product-category{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
    text-align:center;
}

.cat-swiper .product-category:hover{
    transform:translateY(-6px);
}

.cat-swiper .product-category img{
    width:100%;
    display:block;
}

.cat-swiper .woocommerce-loop-category__title{
    font-size:18px;
    font-weight:700;
    padding:15px;
}

.cat-swiper .count{
    display:none;
}

.swiper-button-next,
.swiper-button-prev{
    color:#00a651;
}

.swiper-pagination-bullet-active{
    background:#00a651;
}