.wraper {
    width:100%;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrum{
        display:none
    }
    .block_content.toggle-footer {
        display: none;
    }
    .block_content.toggle-footer.show {
        display: block !important;
    }
    .shopping_cart {
        position: relative;
        float: none;
        background: none;
        padding: 0 15px;
    }
    .shopping_cart .fa-shopping-basket{
        font-size:25px !important;
    }
    .main-wrapper{
        padding-bottom: 120px;
    }
    #detail .tab-content img{
        width: 100% !important;
        height: auto
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    .reassurances-left{
        margin-bottom: 10px;
    }
    .breadcrumbs-wrap{
        display: none;
    }
}
@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: 1226px;
    }
    .wraper {
        width:100%;
        max-width:1080px;
    }
}
@media (min-width:1200px) {
    .wraper {
        width: 1226px;
    }
}
