
@media screen and (max-width:991px) and (min-width:320px){
    .header #navmenu .sale_button_section{
        margin-left: 15px;
        width: 90%;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .specials .nav-link.active{
        color: white;
    }
}
   