/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .btn-pscphomehighlight{
    background: #b2570b;
    border: 1px solid #b2570b;
}
.btn-pscphomehighlight.btn-primary:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #b2570b;
    border-color: #b2570b;
}

.home-highlight .home_desktop{
    display: none;
}
.container-instagram{
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-highlight .home_mobile{
        display: none;
    }
}
@media (max-width: 767px){
    .home-highlight .home_tablette{
        display: none;
        }
}
@media (min-width: 992px){
    .featured-products{
        overflow: hidden;
    }
    .home-highlight .home_desktop{
        display: block;
    }
    .home-highlight .home_mobile{
        display: none;
    }
    .home-highlight .home_tablette{
            display: none;
    }
    #block-aninstragam .an_instagram_slider.owl-theme .owl-nav .owl-next, .slick-next {
        right: 2rem !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .top-banner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-nav {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header-top .container-iqit-menu{
        margin-top: 0;
    }
    .shops-phone{
        font-size: 15px;
    }
}
