.featured_prod_item{padding:0 15px}
.featured_prod_slider{margin:0 -15px}
.featured_prod_slider .slick-arrow{font-size: 0;width: 35px;height: 35px;border: 3px solid #3C3B3B;border-radius: 50%;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 13.4444L15.5556 9M20 13.4444L15.5556 17.8889M20 13.4444H4' stroke='%233C3B3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");position: absolute;top: 0;bottom: 0;margin: auto;z-index: 9;right: -55px;background-position: center top;background-size: 100% 90%;background-repeat: no-repeat;transition:.4s}
.featured_prod_slider .slick-arrow.slick-prev{right:unset;left:-55px;transform:rotate(180deg)}
.featured_prod_slider .slick-arrow.slick-disabled{opacity:.6}
.featured_prod_slider .slick-track{margin-left:unset}


@media(min-width:576px){
    .featured_prod_slider .slick-arrow.slick-prev:hover{transform: rotate(180deg) scale(1.2);}
    .featured_prod_slider .slick-arrow:hover{transform: scale(1.2);}
    .featured_prod_slider .slick-arrow.slick-prev.slick-disabled:hover{transform:rotate(180deg) scale(1)}
    .featured_prod_slider .slick-arrow.slick-disabled:hover{transform:unset}
}
@media(max-width:1200px){
    .featured_prod_slider{margin: 0 -10px;}
    .featured_prod_item{padding: 0 10px;}
    .featured_prod_slider .slick-arrow{right: 5px;}
    .featured_prod_slider .slick-arrow.slick-prev{right: unset;left: 5px;}

}
@media(max-width:575px){
    .featured_prod_slider .slick-arrow{right: -55px;left: 0;top: unset;bottom: -45px;}
    .featured_prod_slider .slick-arrow.slick-prev{right: 0;left: -55px;}
    .featured_prod_slider{margin: 0 -10px 45px;}
}