#header, #header .header-top {
    background-color: #F1EDE2;
}

#wrapper {
    padding-top: 1.563rem;
    background: #DED7C4;
}

#footer {
    padding-top: 2.5rem;
    background-color: #DED7C7;
}

.block_newsletter {
	background-color: #DED7C7;
}

#header .header-nav .cart-preview.active {
    background: #7A1A4A;
}

#header a:hover {
	color: #7A1A4A;
	text-decoration: none;
}

.product-flags li.product-flag {
	background: #7A1A4A;
}

#footer a:hover {
	color: #7A1A4A;
	text-decoration: none;
}


a {
	color: #7A1A4A;
}

button {
	background: #7A1A4A;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #7A1A4A;
    border-color: transparent;
}

div#_desktop_logo {
	float: left;
	width: 30%;
	margin-left: 35%;
}

#header .header-top>.container>.row:first-of-type {
	display: inline-block;
}