/* Keep the Zephyr header cart button aligned with the published storefront styling. */

.w-cart .w-cart-h a {
    color: white;
    background-color: red;
    padding: 0 20px;
    border-radius: 5px;
    margin-left: 10px;
}

div.l-header.sticky .w-cart .w-cart-h a {
    padding: 0 10px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-left: 10px;
}

.no-touch .l-subheader.at_middle .w-cart-h:hover .w-cart-link,
.w-cart .w-cart-h a:hover {
    color: white;
    background-color: darkred;
}

@media (max-width: 901px) {

    .w-cart .w-cart-h a {
        padding: 0 15px;
        margin-left: 10px;
    }
}

@media (max-width: 600px) {

    .w-cart .w-cart-h a {
        padding: 0 10px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        margin-left: 10px;
    }
}
