@media screen and (max-width: 570px) {

	.banner-area-1 {
        padding: 88px 0 0px 0;
    }
    
    .navbar-area .nav-container .logo a img {
        height: auto;
        max-width: 56px;
    }
    
    .breadcrumb-area {
        padding: 90px 0 0px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    
    .section_space_lg {
        padding-top: 40px;
        padding-bottom: 150px;
    }
    
    .section-title .sub-title {
        font-size: 32px;
    }
    
    .details_section.shop_details {
        padding-top: 0px;
    }
    
    .image_gallery_carousel {
        position: relative;
        padding-left: 10px;
        background-color: #ffffff;
    }
    
    .image_gallery_carousel .details_image_carousel .gallery_image {
        height: 360px;
    }
    
    .image_gallery_carousel .details_image_carousel .gallery_image img {
        max-width: 280px;
    }
    
    .image_gallery_carousel .details_image_carousel_nav {
        display:none;
    }
   
    
}