@media only screen and (max-width: 600px) {
    #modalPriceQuote{
        left: 5%!important;
        width: 90%;
    }
    #modalPriceQuote .price-quote-title{
        font-size: 20px!important;
    }
    #modalPriceQuote .modal-body{
        padding: 10px!important;
    }
    #modalPriceQuote .fancybox-close-small{
        border: 1px solid #ff0000!important;
        border-radius: 50%!important;
        color: #ff0000!important;
    }
    /*header*/
    .top.group{
        display: none;
    }
    .header .container.group{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .container.group .logo{
        flex-grow: 1;
        order:2;
        justify-content: center;
        display: flex;
        padding-right: 5px;
    }
    .header .container.group .cd-nav-toggle{
        order:1;
    }
    /*main*/
    .main .container{
        display: flex;
        flex-wrap: wrap;
    }
    .main .container .col_3{
        order:2
    }
    .main .container .col_9{
        order:1
    }
    .pro_list .col_4{
        width: 100%;
    }
    .product .product-image{
        height: auto;
    }
    /*footer*/
    .footer .footer-content > div{
        width: 100%!important;
    }
}