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

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

a {
	color: #009E90;
}

a:hover {
	color: #666666;
}

#header a:hover {
	color: #009E90;
}

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

#header .header-top a:hover {
	color: #009E90;
}

#header .header-top a[data-depth="0"]:hover {
	color: #009E90;
}

.cart-grid-body  a.label:hover {
	color: #009E90;
}

a.label:hover {
	color: #009E90;
}

.product-price {
	color: #009E90;
}

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

.footer-container li a:hover {
	color: #009E90;
}

.product-miniature .highlighted-informations .quick-view:hover {
	color: #009E90;
}

.product-images > li.thumb-container .thumb.selected {
	border: #009E90 3px solid;
}

.product-images > li.thumb-container .thumb:hover {
	border: #009E90 3px solid;
}

.social-sharing li:hover {
	color: #009E90;
}

.tabs .nav-tabs .nav-link.active {
	color: #009E90;
	border-bottom: #009E90 3px solid;
}

.tabs .nav-tabs .nav-link:hover {
	border-bottom: #009E90 3px solid;
}

.block-social ul li {
	background-color: #009E90;
}

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

#product-modal .modal-content .modal-body .product-images img:hover {
	border: #009E90 3px solid;
}
