.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .hidden-md{
        display: block
    }
    .breadcrumbs-wrap{
	    display:none
	}
    .btn-search-click{
        margin-right: 0;
        padding: 5px 0;
 
    }
    .btn-search-click:before,.btn-search-click:after{
        display: none
    }
    .logo{
        text-align: center
    }
    .logo img{
        height: 40px;
        width: auto
    }
    .header-bottom .col-xs-16{
        text-align: center
    }
    .header-bottom{
        padding: 5px 0
    }
    header{
        margin-bottom: 20px;
        position: sticky;
        top: 0;
        z-index: 999
    }
    .slider-box{
        margin-top: -20px
    }
    .headerSearch{
        position: fixed;
        left: 0;
        right: 0;
        top: 45px;
        transform: none;
        margin: 0 auto;
        
    }
    .heading-sss .sub-cat{
        display: none
    }
    #cart-mobile {
        position: relative;
        margin-left: 20px
    }
    #cart-mobile .fa{
        color: #fff;
        font-size: 20px
    }
    #cart-mobile .cart-num{
        top: -8px;
        right: -8px;
    }
    #news-bodyhtml img{
        width: 100%;
        height: auto
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    
}
@media (min-width:500px) and (max-width:991px) {
    
}
@media (min-width:500px) {
	.nv-infodie {
        width:500px;
        top: 100px;
        left: 0;
        right: 0;
    }
}
@media (min-height:500px) {
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:5%;
    }
}
@media (min-width:768px) {
    .container {
        width:100%;
    }
    
}
@media (min-width:992px) {
    .container {
        width:100%;
        max-width:1170px;
    }
}
@media (min-width:1200px) {
    .container{
        width:1170px;
    }
}
