@media screen and (max-width: 1400px ) {
    #header-wrapper>header .small-shop {
        width: 48px !important;
        height: 48px !important;
        top: 25px !important;
    }

    header ul#cart-navigation>li>a {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 1170px ) {
    header ul#cart-navigation>li>a {
        font-size: 0.92em !important;
    }
    #header-wrapper>header .small-shop {
        width: 32px !important;
        height: 32px !important;
        top:45px !important;
        left: 57.4% !important;
    }
}