.category-slider {
    background: #4E4544;
    padding-bottom: 40px;
}

.category-slider-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 60px;
}

.category-slider-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.category-slider-link {
    display: flex;
    align-items: center;
    color: #fff !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px;
}

.category-slider-link:hover {
    opacity: 0.7;
}

.category-slider-link:after {
    content: '';
    margin-left: 5px;
    width: 13px;
    height: 14px;
    background: url("../../images/see-all.svg") center no-repeat;
}

.category-slider-head-foot {
    display: none;
}

.category-slider-wrapper {
    padding: 0 60px;
}

.category-slider-wrapper .slick-list {
    overflow: visible;
}


.category-slider-wrapper .slick-track:hover {
    /*animation-play-state: paused !important;*/
    animation-duration: 5000000000s !important;
}

.category-slider-item {
    float: left;
    display: block;
    position: relative;
    width: 20%;
    height: 30vw;
    background: #fff;
    border: 1px solid #161619;
    border-left: none;
}

.category-slider-item .category-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
}

.category-slider-item .category-image-hover {
    vertical-align: top;
    opacity: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.category-slider-item:hover .category-image {
    opacity: 0;
}

.category-slider-item:hover .category-image-hover {
    opacity: 1;
}

.category-slider-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 21px 29px 27px;
    font-weight: 200;
    z-index: 2;
    border-top: 1px solid transparent;
    transition: all 1s;
}

.category-slider-item:hover .category-slider-item-link {
    border-top-color: rgba(0, 0, 0, 0.29);
    background: rgba(255, 255, 255, 0.51);
}

.category-slider-item-link:after {
    content: '';
    margin-left: 5px;
    width: 22px;
    height: 21px;
    background: url("../../images/see-all-black.svg") center no-repeat;
}

@media all and (max-width: 1200px) {
    .category-slider-item {
        height: 40vw;
    }
}

@media all and (max-width: 1023px) {
    .category-slider-head {
        padding: 27px 30px;
    }

    .category-slider-wrapper {
        padding: 0 30px;
    }

    .category-slider-item {
        height: 45vw;
    }
}

@media all and (max-width: 991px) {

}

@media all and (max-width: 767px) {
    .category-slider {
        padding-bottom: 0;
    }
    .category-slider-head {
        padding: 12px 20px 7px;
    }

    .category-slider-head .category-slider-title {
        font-size: 20px;
        line-height: 2.1;
    }

    .category-slider-head .category-slider-link {
        display: none;
    }

    .category-slider-wrapper {
        /*display: flex;
        flex-wrap: wrap;*/
        padding: 0 0;
        margin-left: -1px;
    }

    .category-slider-item {
        display: none;
        width: 50%;
        height: 60vw;
        border-right: none;
        border-top: none;
        border-left: 1px solid #161619;
    }

    .category-slider-item:nth-child(1),
    .category-slider-item:nth-child(2),
    .category-slider-item:nth-child(3),
    .category-slider-item:nth-child(4) {
        display: block;
    }

    .category-slider-item-link {
        padding: 16px 28px 18px 20px;
    }

    .category-slider-item-link:after {
        width: 13px;
        height: 14px;
        background: url(../../images/slider-next.svg) center no-repeat;
    }

    .category-slider-head-foot {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        padding: 10px;
    }
}
