/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-price,
.tabs .nav-tabs .nav-link.active,
.product-miniature .highlighted-informations .quick-view:hover,
#blockcart-modal .product-name {
	color: #545454;
}

#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,
#header .top-menu a[data-depth="0"]:hover,
a:hover,
a:focus {
	color: #898989;
 }

.btn-primary,
body#checkout section.checkout-step.-reachable.-current .step-number {
	background-color: #545454;
}

.btn-primary:hover,
.btn-primary:focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
	background-color: #898989;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: #232323;
}

.product-images > li.thumb-container > .thumb.selected {
	border-color: #545454;
}

.product-images > li.thumb-container > .thumb:hover {
	border-color: #898989;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
	border-bottom-color: #545454;
}

.block-category {
	min-height: 0;
}