/* CARD */

#slider_prod_style_one .product-carousel .product .card--product .attachment-woocommerce_thumbnail {
    height: 280px;
    object-fit: cover;
}

@media screen and (min-width:1800px) {
    #slider_prod_style_one .product-carousel .product .card--product .attachment-woocommerce_thumbnail {
        height: auto;
    }
}

/* Image */

#slider_prod_style_one .wrap-img img {
    width: auto;
    height: auto;
    max-width: none;
}

@media screen and (min-width:1800px) {
    #slider_prod_style_one .wrap-img img {
        width: 100%;
    }

}

/* SLIDER */

#slider_prod_style_one .product-carousel {
    margin-bottom: 0;
}

#slider_prod_style_one .product-carousel .slick-list {
    padding:0 16px 0 0;
}

/* Arrows & Dots */

#slider_prod_style_one .container-fluid .product-carousel .slick-arrow {
    top: auto;
    bottom: -50px;
    z-index: 2;
    width: 24px;
    height: 24px;
}

#slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-prev {
    left: 16px;
}

#slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-prev:before {
    content: url('../../../../src/assets/ico-arrow-black-slider.svg');
    display: block;
    line-height: 0px;
}

#slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-next {
    left: 36px;
}

#slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-next:before {
    content: url('../../../../src/assets/ico-arrow-black-slider.svg');
    transform: rotate(180deg) !important;
    display: block;
    line-height: 0px;
}

#slider_prod_style_one .container-fluid .product-carousel .slick-dots {
    width: auto;
    right: 30px;
}

#slider_prod_style_one .container-fluid .product-carousel .slick-dots li.slick-active button:before {
    color: transparent;
    width: 16px;
    height: 6px;
    background-color: #000;
    border-radius: 100px;
    top: calc(50% - 4px);
    margin-top: 0;
}

@media screen and (min-width:1024px) {

    /* Arrows */
    #slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-prev {
        left: 130px;
    }

    #slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-next {
        left: 150px;
    }
}


@media screen and (min-width:1600px) {

    /* Arrows */
    #slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-prev {
        left: 45px;
    }

    #slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-next {
        left: 65px;
    }
}


