.header-full .logo img {
/* Change this for desktop */
    max-width: 200px !important;
    height: auto !important;
    max-height: none !important;
}


.product-sku {
    font-size: 1rem;
    color: #2f2f2f;
}

/* main menu - preventing the 8th and following items from getting hidden on smaller screens */
.header-full .menu .catalog>li:nth-child(n+6) { display: inline-block; }



.out-stock {
    color: #d22f25;
}

.in-stock {
    color: #37b048;
}




.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #2f2f43;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #2f2f43;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #2f2f43;
    color: #fff;
}

 
.toolbar .cart-btn>.btn {
    background: #8b1c1c;
}

 
btn:hover>.button, .toolbar .cart-btn:hover>.btn {
    background-color: #2f2f43;
}


nav.menu ul.catalog > li:nth-child(10) {/*
    background-color: #D5B534; opacity: 0.7;
\*}