.wraper {
    width:100%;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrum{
        display:none
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    .product-item li img{
        height: 140px;
    }
    .deal-slider ul.slides li{
        height: auto;
    }
    .mn-mobile{
        display: block;
    }
    #header{
        margin-top: 51px;
    }
    #header .cart{
        margin-top: 0;
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 9999;
        color: #000
    }
}
@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) {
    .wraper {
        width:100%;
    }
    
}
@media (min-width:992px) {
    .container {
         width:100%;
       max-width:1170px;
    }
    .wraper {
        width:100%;
        max-width:1080px;
    }
}
@media (min-width:1200px) {
    .wraper {
        width:1080px;
    }
    .container {
      width:1170px;
    }
}
