@media only screen 
and (min-width:1025px){
    .navbar-mobi{display: none}
    .box-product .row{margin-right: -7px;margin-left: -7px;}
    .box-product .row .col-6{padding-right: 7px;padding-left: 7px;}
    #header.fixed {
        text-align: center;
        box-shadow: 0px 2px 0 0 rgb(0 0 0 / 20%);
        /*padding: 5px 0 0;*/
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        margin-top: 0;
        background: #fff;
        /*padding-top: 15px;*/
    }
}
@media only screen 
and (max-width:1024px){
    .ow-navigation{display: none}
    .navbar-mobi {
        /*position: absolute;*/
        /*left: 15px;*/
        /*top: 20px;*/
        /*margin-top: -10px;*/
        /*left: 0;*/
        background: var(--w-background);
        padding: 10px;
    }
    #currentMenu{border:1px solid #fff;padding:5px 3px;border-radius:2px;}
    #mobileMenu p{display: inline-block;margin: 0 5px 0 -10px;width: 40px;text-align: center}
    #mobileMenu p img{height: 25px;filter: grayscale(100%);}
    /*.header {padding-bottom: 10px}*/
    /*.header .logo{margin-left: 50px}*/
}
@media only screen 
and (min-width:980px){
    .no-padding {
        padding: 0!important;
    }
    .widget-area .recent-content .post-images{padding-right: 0;}
}
@media only screen 
and (max-width:980px){
    .form-group {
        margin-bottom: 10px;
    }

    .content.home .box-product .col-md-4:last-child{display: none}
}

@media only screen 
and (max-width:768px){
    .header .logo{text-align: center;}
    .title_main:before{width: 100%;left: 0;}
    .overlow-galaxy {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99999;
    }
    .nav-top .container{max-width: 100%}
    .navigation-breadcrumb{padding: 0;background: var(--w-background);}
    /*.header{padding-top: 10px;}*/
    .card .box-price .old-price{margin-left: 0}
    .widget-area .recent-content h3{margin-top: 15px;}
    .widget-area .recent-content a{
        font-size: 16px;
        color: #252525;
        text-transform: uppercase;
        font-weight: 700;
    }
    /*.widget-area .recent-content{margin-left: -15px;}*/
    .widget-area .recent-content:last-child{margin-bottom: 0;padding-bottom: 0}

}
@media only screen
and (max-width:480px){
    .navbar-mobi{left: 15px;z-index: 1000}
    .header .logo{margin-left: 0;*padding-left: 40px;text-align: center;}
    /*.header .logo img{height: 60px}*/
    .header .hotline{
        position: relative;
        display: block;
        /*margin: 0 10px 0 0;*/
        /*text-align: right;*/
    }
    .header .search{display: none}
    .content.home .box-product .col-md-4:last-child{display: block}
    .content .card{border: none}
    .content .card .box-price .old-price,
    .content .card .box-price .special-price {
        float: none;
        text-align: center
    }
    .list-service .item:nth-child(2){border-right: none}
    .list-service .item{margin-bottom: 10px}
    .group-buttom{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center!important;
        padding: 10px;
        background: rgba(0,0,0,.8);
        z-index: 2000;
    }
    .atribute .name{display:block!important;margin-right:0;margin-bottom:5px;}
    .atribute .radio-inline{margin-left:0 !important; margin-right:10px!important}
    .product-info h1{margin-top: 30px!important;}
    .header .info h3{font-size: 16px;}
    .header .info h4{font-size: 14px;}
}
@media only screen
and (max-width:380px){
    .btn_save_order {
        padding: 5px;
    }
}
@media only screen
and (max-width:320px){
    .btn_save_order .fa-long-arrow-left{display: none}
    .header .hotline{font-size:18px;}
}