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

.out-stock {
    color: #d22f25;
}

.ex-contractitems .shopping-actions .price span {
    color: red!important;
}

.label {
    display: inline;
    padding: .3em .6em;
    font-size: 115%;
    color: #fff;
    border-radius: .25em;
}

.shopping-actions .price span {
    background-color: transparent!important;
    color: red;
    font-weight: 400;
    FONT-WEIGHT: bold;
}



.shop-filters .filter-title {
background: #334265;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.shop-filters .filter-title {
    background-color: #334265;
}

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

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

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: white;
}


.header-full .menu .catalog>li:nth-child(n+6) { display: inline-block; }


nav.menu ul.catalog > li:nth-child(9) {
    background-color: #00afde;
}