#product-category-slider-container .slick-list {
    margin: 0px -10px;
}
#product-category-slider-container .product-category-slider-content {
    padding: 0px 10px;
    position: relative;
}
/*.product-category-slider #slider-content {*/
    /*display: flex;*/
    /*justify-content: space-between;*/
/*}*/
.product-category-slider .slider-buttons {
    position: relative;
    top: 7px;
}
.product-category-slider .slider-buttons .slick-prev , .product-category-slider .slider-buttons .slick-prev:before {
    right: 34px;
    width: 42px;
    left: unset;
}
.product-category-slider .slider-buttons .slick-next, .product-category-slider .slider-buttons .slick-next::before {
    left: unset;
    width: 42px;
}
.product-category-slider .slider-buttons .slick-next {
    right: 0px;
}
.product-category-slider .product-category-slider-content .card-links {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 100%;
}
.product-category-slider .product-category-slider-content .card-links a {
    color: #fff;
    text-decoration: none;
}
.product-category-slider .linear-gradient {
    height: 170%;
    width: 170%;
    position: absolute;
    opacity: 0.5;
    bottom: -95%;
    left: -65%;
    background: rgb(0,0,0);
    background: -o-radial-gradient(circle, rgba(0,0,0,0.8632703081232493) 0%, rgba(0,0,0,0) 71%);
    background: radial-gradient(circle, rgba(0,0,0,0.8632703081232493) 0%, rgba(0,0,0,0) 71%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1A1A1A",GradientType=1);
}
.product-category-slider .image-square:hover > img {
    min-width: 101%;
    min-height: 101%;
    height: 101%;
    width: 101%;
}
.product-category-slider .image-square > img {
    transition: ease all .3s;
    min-width: 105%;
    min-height: 105%;
    height: 105%;
    width: 105%;
}
.product-category-slider-content a {
    text-decoration: none;
    color: unset;
}
.product-category-slider-content .image-square {
    margin-bottom: 15px;
}
.product-category-slider ul.slick-dots {
    max-width: 100vw;
    margin-top: 14px;
    margin-bottom: 0px;
}
.product-category-slider h4 {
    font-weight: 700;
}
@media(max-width: 767.98px){

    .product-category-slider ul.slick-dots {
        margin-top: 4px;
    }
}
@media(max-width: 575px){
}

