
/* Hide store switcher 
#lang-switcher-wrapper-regular { 
     display: none;
}
*/

/* Hide Go to Checkout button and style Go to Shopping Cart button */
.minicart-wrapper #top-cart-btn-checkout {
    display: none;
}
.minicart-wrapper .secondary {
    padding-top: 10px;
}
.minicart-wrapper .action.viewcart {
    display: block;
    -webkit-text-size-adjust: 100%;
    list-style: none;
    margin: 0;
    border-radius: 0;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #333;
    color: #fff;
    line-height: 2.2rem;
    padding: 15px 17px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    width: 100%;
}
.minicart-wrapper .action.viewcart:hover {
    background-color: #ed1c17;
    color: #fff;
}
.minicart-wrapper .action.viewcart span {
    color: #fff;
}

