/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
  .btn-primary, .btn-primary:hover {    
    background-color: #918265;    
}

.btn-primary:hover {
    background-color: #807154;
}

#header .header-nav .cart-preview.active {
    background: #918265;
}

.product-price { 
    color: #918265;
}

tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {    
    border-bottom: #918265 3px solid;
}
.tabs .nav-tabs .nav-link.active {
    color: #918265;
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: #918265 3px solid;
}

.account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover {
    color: #918265;
}

a {    
    color: #918265;   
}

#header .top-menu a[data-depth="0"]:hover, a:hover {
    color: #807154;
}

.product-flags li.product-flag {    
    background: #918265;
}

#blockcart-modal .product-name {    
    color: #918265;
}

div.subcategory-image {
  display: none;
}

#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
    color: #efc350;
}

.block-social ul li:hover {
    background-color: #efc350;
}

#header a:hover {
    color: #efc350;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover {
    color: #efc350;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: #efc350 3px solid;
}
.tabs .nav-tabs .nav-link.active {
    color: #efc350;
}

.pagination .current a {
    color: #efc350;
}