/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199.98px) {


}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991.98px) {


}


/* small mobile :320px. */
@media (min-width: 576px) and (max-width: 767.98px) {


}

/* Large Mobile :480px. */
@media only screen and  (max-width: 575.98px) {

    .logo{
        height: 75px;
        width: auto;
    }
    .wrap_slider{
        height: 220px;
    }
    .menu_account{
        display: none;
    }
    .btn_header img{
        width: 30px;
    }
    .wrap_post .btn_add_cart{
        font-size: .7rem;
    }
    .wrap_post .btn_vs , .wrap_post .btn_fav{
        padding: 6px 10px;
    }
    

    
    .wrap_section{
        font-size: 1rem;
    }
    .wrap_section img{
        height: 30px;
    }
    
}

