@media screen and (max-width: 970px) {
    .box.full{
        width: 100%;
    }
    #tabs #content{
        width: 100%;        
    }
    /*#header{
        width: 100%;
    }
    #container3{
        width: 100%;        
    }
    .page_curv_top, .content_con{
        width: 100%
    }*/
    .container_main {
        width: 95%;
        position: relative;
    }
    .page_curv_top,
    .content_con {
        background-size: 100%;
    }
    #footer .footer_con {
        background-size: 125%;
    }
    #slider_con{
        width: 96%;
    }
    .slider_curv{
        width: 100%
    }
    .slide{
        width: 100% !important;
        height: auto !important; 
    }
    .slide img{
        /*display: none !important;*/
    }
}

@media screen and (max-width: 920px) {
    .navigation ul {
        width: 100%;
        text-align: center;
    }
    .navigation ul li {
        float: none;
        display: inline-block;
    }
    #footer .part3 {
        /*float: none;*/
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 700px) {
    .content {
        width: 100%;
    }
    .sidebar {
        width: 100%;
    }
}
@media screen and (max-width: 560px) {
    .sub_header{
        height: 80px;
    }
    .breadcrumb{
        position: relative;
        float: left;
        width: 100%;
    }
    .search_bar{
        width: 100%;
        position: relative;
        float: right;
    }
}

@media screen and (max-width: 375px) {
    #slider_con{
        display: none; /* slider disabled */
    }
    .product_right_side{
        width: 100%;
        padding: 0 20px;
    }
    .box.big_box{
        margin: 10px 0 ;
    }
    .box.small_1 {
        width: calc(100% - 20px);
    }
    .sidebar .box .brands li{
        width: 70%;
    }
    .sidebars2{
        padding-top: 20px;
    }
    .box.product{
        margin: 10px 0 ;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .mobile_menu{
        display: block;
        position: absolute;
        right: 4px;
        top: 40px;
        cursor: pointer;
    }
    #navigation{
        display: none;
        position: absolute;
        top: 70px;
    }
    .navigation ul li{
        width: 100%;
        background: none !important;
    }
    .navigation ul li a{
        background: #ddd !important;
        color: #000 !important;
        padding: 10px;
        border-bottom: 1px solid #999;
    }
    iframe{
        width: 100% !important;
    }
    #contact_form input, #contact_form select, #contact_form textarea{
        width: 100%;
    }
    .navigation ul li .a_active, .navigation ul .active a, ul.navigation li.current_page_item a{
        background: #b9b9b9 !important;
    }
}
@media screen and (max-width: 320px) {
    .search_bar{
        background-size: 100%;  
    }
    #tabs ul li a{
        padding-left: 7px;
    }
}
