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

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrumbs-wrap{
	    display:none
	}
    .main-menu{
        display: none
    }
    .header-top .hotline{
        display: none
    }
    .mini-cart .fa{
        font-size: 25px;
    }
    .header-top .ulul{
        gap: 0;
    }
    .search-box2{
        display: none
    }
    .search-mobile{
        display: block
    }
    .active-mobile .search-box2{
        display: block !important;
        position: fixed;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
    }
    .d-flex{
        display: block
    }
    .menu-grid-2{
        margin-bottom: 20px;
    }
    header{
        display: none
    }
    .header-top{
        margin-bottom: 20px;
        position: sticky;
        top: 0;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 10px 20px #2832640d;
    }
    .sub-footer{
        font-size: 18px
    }
}
@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:1000px;
    }
}
@media (min-width:1200px) {
    .container{
        width:1000px;
    }
}
