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

@media (max-width:992px) {
    .container {
        width:100%;
    }
   #search_form_shops{
	float: none;
	}
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .page-t{
        display: none;
    }
    .breadcrumbs-wrap{
        padding: 20px 10px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .header .d-flex-center{
        display: block;
    }
    .owl-slider .info{
        width: 90%;
    }
    .owl-slider .img-slide{
        padding-top: 350px;
    }
    .product-grid .price{
        height: 40px;
    }
    .header{
        display: none;
    }
    .header-mid{
        padding: 5px 0;
    }
    
    .sticky .mobile-menu-toggle-btn{
        right: 15px;
    }
    
    .ts-us{
        padding: 30px;
    }
    .ts-us .info{
        width: 100%;
    }
    footer .pdd-lr-30{
        padding: 15px;
    }
    .logo{
        text-align: center;
    }
    .sticky .logo img, .logo img{
        height: 40px;
        width: auto;
    }
    .flat-nav-fixed{
        bottom: 0;
        flex-direction: row;
        width: 100%;
        right: 0;
    }
    .flat-nav-fixed a{
        margin-bottom: 0;
    }
    .hotline-mobi{
        display: block;
        position: absolute;
        right: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .sticky .hotline-mobi{
        right: 10px;
    }
    .header-mid .d-flex-center{
        display: block;
    }
    #search_form_shops{
        margin-top: 10px;
    }
    .block-cart{
        margin-top: 5px;
    }
    .ck-box .d-flex-center{
        display: block;
    }
    .ck-box img{
        margin-bottom: 10px;
    }
    .back-to-top{
        right: 10px;
        bottom: 65px;
    }
}
@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;
    }
}
