/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .logo {
    max-width: 80%;
}
#header {
    color: #fff;
	background-color:#919974;
}
#contact-link-v2 a {
    color: #fff;
}
.user-info a {
    color: #fff !important;
}
#header .header-nav {
    background-color: #000;
	border-bottom: 2px solid #919974;
}
#header .menu, #header .menu>ul>li {
    display: block;
}
#header .header-top .position-static {
    position: static;
    margin-top: 15px;
    float: left;
}
#header .header-top a[data-depth="0"] {
	color:#000;
}
#wrapper {
	background-color:#919974;
}
.all-product-link { /*#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link, .product-miniature  */ 
	color:#FFF; 
}
#footer {
    padding-top: 2.5rem;
    background-color: #f1f1f1;
}
.footer-container {
	background-color:#919974;
}
.footer-container li a {
	color:#FFF;
}
.block-contact {
	color:#FFF;
}
.carousel .carousel-inner {
    height: 570px;
}
p, #products {
	color:#000;
}
#block_newsletter p {
	color:#FFF !important;
}
.product-price {
	font-size:2rem;
}
.product-prices .tax-shipping-delivery-label {
	color:#000;
}
#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link, .product-miniature .all-product-link {
	color:#000;
}
#block-reassurance {
	display:none;
}
@media (min-width: 768px) {
	.carousel .carousel-item .caption {
		bottom: 28px;
		right: 10px;
		left:unset;
	}
}
@media (max-width: 767px) {
	#header .header-nav {
		color:#FFFFFF;
	}
	.dropdown-item 
	{
		white-space: normal;
	}
}

.sitemap a {
	color:white;
}
.product-price {
	color:white;
}
#header .header-nav .blockcart {
	background:#000;
}
#contact-link a {
    color: #fff !important;
}
