/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-flags li.product-flag{
    background: #9e8f88;
}

.btn-primary {
    background-color: #9e8f88;
}

a {
    color: #9e8f88;
}

.btn-primary:hover {
    background-color: #6d6460;
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    background-color: #6d6460;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: #9e8f88;
}
#subcategories ul li:hover .subcategory-image a {
    border: 5px solid #9e8f88;
}
#subcategories ul li .subcategory-name:hover {
    color: #9e8f88;
}
.btn-primary:focus,.btn-primary:active:focus, .btn-primary.focus,.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #6d6460;
}
.cart-grid-body a.label:hover {
    color: #6d6460;
}
#header a:hover {
    color: #6d6460;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #6d6460;
}

a:hover,a:focus {
    color: #6d6460;
}
.dropdown-item:hover {
    color: #6d6460;
}

.block_newsletter form input[type="email"]:focus {
    border: 3px #6d6460 solid;
}
.footer-container li a:hover {
    color: #6d6460;
}
.account-list a:hover {
    color: #6d6460;
}

.product-price {
    color: #9e8f88;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: #9e8f88 3px solid;
}
#header .header-nav .cart-preview.active {
    background: #9e8f88;
}

.tabs .nav-tabs .nav-link.active {
    color: #9e8f88; 
    border: none;
    border-bottom: #9e8f88 3px solid;
}