/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: #fbe2e3 !important; }
 
 .header-top{
	padding:4px 0px !important;
 }
 
 #top-menu a:hover {
		 color:#bf4474 !important;
 }
 
 
 .blockcart.cart-preview.active {
	background-color:#bf4474 !important;
 }
 
 .btn.btn-primary {
	 	background-color:#bf4474 !important;
 }
 
 #contact-infos a {
	 color:#bf4474;
 }