/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


#header .header-top {
    background-color: #ef7b0b;
}

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


#header .logo {
    max-width: 117%;
    background-color: #ffffff;
}

#footer {
    /*background-color: #ef7b0b;*/
}

.footer-container {
    background-color: #ef7b0b;
}

.block-contact, .footer-container li a {
    color: #ffffff;
}

a {
    color: #b40931;
}

#wrapper {
    background: #ffffff;
}

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

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