@charset "UTF-8";
/* CSS Document */
body .why-shopping-usp > div > ul {
    width: 100%;
}
.type-google-pay, .type-apple-pay {
    display: block !important;
}

@media (max-width: 500px) {
    body .customerservice {
        display: none;
    }
    body .topnavbuttons > *:not(.minibasketcontainer) {
        margin-left: 10px;
    }
    .SubCats_Categories_UL .name a, .SubCats_Categories_DIV > div > div > a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}