﻿/* Header & Footer */
.header-lower {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #53565A !important;
}

.footer {
    background-color: #53565A !important;
}

.footer {
    color: #FFF !important;
}

.footer a {
    color: #FFF !important;
}

/* Global Links */
a {
    color: #555 !important;
}

a:hover {
    color: #FFF200 !important;
}

/* Buttons & Highlights */
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.search-box .search-box-button,
.shopping-cart-page .common-buttons input:first-child,
.checkout-page .button-1,
.mini-shopping-cart input[type="button"],
.mini-shopping-cart input[type="button"]:hover,
.cart-footer .checkout-button,
.opc .allow .step-title,
[style*="#4ab2f1"] {
    color: #555 !important;
    background-color: #FFF200 !important;
}

/* Checkout Titles */
.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #555 !important;
}

/* Cart Totals */
.cart-total .order-total {
    color: #555 !important;
}

.opc .allow .step-title .number {
    background-color: #FFF200 !important;
}

.registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, .password-recovery-page .button-1, .account-page .button-1, .return-request-page .button-1 {
    color: #555 !important;
    background-color: #FFF200 !important;
}
