@media screen and (max-width: 640px) {  

    .header__mini-cart-wrap {
        display: none;
    }
    
    .header__mini-cart-icon {
        margin-right: 0 !important;
    }
    .header__top {
        padding: 0 1rem !important;
    }
    
    .header__devider {
        margin: 0 1.25rem !important;
    }
    .header__logo {
        height: 2rem;
        width: 6.25rem;
    }
    
    
    
    
    
    
    
    
    }   