﻿.slider-area {
    margin-top: 0px;
    background: #fdf5ce;
}

.single-slider h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 18px;
}


button.slick-prev.slick-arrow {
    position: relative;
    width: 30px;
    overflow: hidden;
    background: transparent;
    border: 0;
    position: absolute;
    left: 0px;
    right: auto;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

    button.slick-prev.slick-arrow:after {
        content: "<";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #deaa2a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

button.slick-next.slick-arrow {
    position: relative;
    width: 40px;
    overflow: hidden;
    background: transparent;
    border: 0;
    position: absolute;
    left: auto;
    right: 0px;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
}

    button.slick-next.slick-arrow:after {
        content: ">";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #deaa2a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

.sliders-list.slick-initialized.slick-slider {
    position: relative;
}

.single-slider {
    padding: 30px 0;
}

.slider-img img {
    display: block;
    width: 100%;
}

.single-slider.slick-slide {
    padding: 15px;
}

.sliders-list.slick-initialized.slick-slider {
    padding: 0 40px;
}

@media screen and (max-width: 500px) {
    .slider-img img {
        width: 100%;
        height: 330px;
        height: 270px;
        margin-top: 19%;
    }
}
