/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17-giu-2019, 17.38.24
    Author     : pubbliSHARK
*/

#cat-search,.account-top{
    display:none !important;
}

@media (min-width: 1200px){
}
@media (max-width: 995px){
}
@media (max-width: 768px){
}
@media (max-width: 650px){
}
@media (min-width: 577px){
}
@media (max-width: 576px){
}
@media only screen and (max-width: 500px) {
    .category-product-page{
        display:none !important;
    }
    #cate-toggle.category-product-page {
        display: none !important;
    }
    /*.owl-item.sub-categories{display:none;}*/

    /*
    .slider-category-area .container .row{
        display: flex;
        flex-direction: column;
    }
    .slider-category-area .container .row .col-sm-9{
    order: 1;
    }
    .slider-category-area .container .row .col-sm-3{
    order: 2;
    }
    */
}/*media*/
@media (max-width: 450px){
    .category-title {
        display: block;
    }
    .category-title h2{
        width: 100%;
    }
    .category-menu{
        display: none !important;
    }
    .category-menu select,
    .profile-continer{
        display: none !important;
    }
    #cat-search{
        display:block !important;
    }
    #cart-ajax,
    .admin-nav-top{
        display: none;
    }
    .other-left-blocks{
        display: none;
    }
    .account-top{display: inline !important;}
    .backorder-table-wrapper{
        width: 100%;
        height: 300px;
        overflow: auto;
    }
    .cart-button {
        margin: 30px 0 0;
        margin-bottom: 35px;
    }
    .search-box{margin-bottom:0px;}
    .search-form input {
        width: 85%;
    }
    .search-form button {
        border-radius: 0;
        width: 15%;
    }
    .mean-container .mean-bar {
        border-radius: 0px;
    }
    .fixed-mobile-button{
        position: fixed;
        top: 30px;
        left: 0px;
        width: 100%;
        z-index: 9999;
    }
    .mean-container a.meanmenu-reveal {
        color: #fff !important;
    }    
    .confirm-mt{
        width: 100%;
        margin-top: 10px;
    }
    .form-cart-button input{
        max-width: 60px;
    }
    .price-box-area-list-cat{padding: 0px;text-align: left;}

    .mobile-list .model-condi{text-align: left;}

    .mobile-list .vat-included-price .price-box-area-list-cat{
        text-align:left;
    }
    .mobile-list .vat-included-price.list-product{
        font-size: 12px !important;
        padding: 0 !important;
    }
    .mobile-list .product-description h2.product-name a{
        font-size: 14px !important;
        font-weight: bold;
        /*color: #0080d1;*/
    }
    .btn-success {
        /*color: #0080d1;*/
        background-color: #ffffff;
        border-color: #ffffff;
        margin-top: 5px;
    }
    .product-description-area{text-align: center;}
    .quantity-inc{    display: inline-flex;}
    .product-description .ratting{text-align: center !important;}
    .product-overview-tab-menu ul li a {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 0;
    }
    .product-description-area .image-medium img {
        min-width: auto;
        max-height: 200px;
    }
    .register-container{    padding: 0px;}
    .login-form{padding:0px;}
    .login-form-mobile form{margin-right:0px !important;margin-top: 20px;}
    .col-xs-12 .product-name.product-name-list{text-align: center !important;}
    .col-xs-12.mobile-list{text-align: center;}
    .price-box-area.price-box-area-list-cat{text-align: center;}
    .mobile-form .form-cart-button{float: left;}
    .mobile-form .dropdown-toggle{margin-top: 0px !important;}
    .mobile-form .show-link{/*background: #0080d1;*/color: #fff;padding: 5px 10px;}
}