@media screen and (min-width: 576px) and (max-width: 767px) {
    .hidden-sm{
        display: none;
    }
    .visible-sm{
        display: block;
    }
    #_desktop_cart .header{
        width: 20px;
        height: 20px;
    }
    #_desktop_cart .header{
        top: -12px;
        left: -18px;
    }
    ._contact_info ul{
        text-align: right;
    }
    .menu-xs-icon{
        margin: 10px 0px 0px 15px;
    }
    ._searchbar{
        margin-top: 15px;
    }
    ._contact_info{
        margin-top: 15px;
    }

    .pickup-and-delivery.delivery-only{
        margin-left: -10px;
    }
    .pickup-and-delivery p{
        margin: 0px 8px 15px 8px;
    }
    .pickup-and-delivery h3{
        margin: 12px 8px 5px 8px;
    }
    #wrapper{
        padding-top: 15px;
    }

    .grid-gallery{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .subscription-form input[type="email"]{
        height: 35px;
        width: 185px;
    }
    .subscription-form input[type="submit"]{
        height: 35px;
        padding: 5px 10px;
    }
    .copy-link{
        font-size: 13px;
        line-height: 26px;
    }
    .grid-wrapper{
        grid-auto-rows: 200px;
    }
    .four-images .img-item.second, .four-images .img-item.third{
        height: 100px;
    }
    .template_slide .page-top .page-title-categoryslider, .footer-section .sectionTitle{
        font-size: 24px;
    }

    .category-cover{
        height: 300px;
    }
    .overlay-cat-banner h1{
        font-size: 24px;
        line-height: 30px;
    }
    .overlay-cat-banner #category-description, .overlay-cat-banner #category-description p{
        font-size: 14px;
        line-height: 17px;
    }
    .overlay-cat-banner{
        padding-top: 64px;
    }

    .product-line-grid-body>.product-line-info>.label{
        margin-top: 0px;
    }
    #checkout .qty{
        margin-top: 10px;
    }
    #cart #notifications{
        height: 83.28px;
    }
    body#checkout section.checkout-step .payment-options label span{
        font-size: 14px;
    }
    body#checkout section.checkout-step .payment-options label{
        font-size: 14px;
    }
    body#checkout #footer{
        font-size: 16px;
    }
    #feed a{
        height: 100px;
    }
    .card-grid-label{
        min-height: 25px;
        font-size: 11px;
    }
   
    #carousel .carousel-inner .carousel-item:first-child,
    #carousel .carousel-inner .carousel-item:nth-child(2),
    #carousel .carousel-inner .carousel-item:nth-child(8),
    #carousel .carousel-inner .carousel-item:nth-child(7)
    {
        background-position: center right -50px !important;
    }

}
