body {
    background-color: #ffffff;
}

.chequelogin .panel, .signup .panel {
    background-color: rgba(255,255,255,0.75) !important;
}


/* nav */
.template-coa .navbar-toggle .icon-bar {
    background: #ffffff;
}

/* Buttons */
.btn-primary {
    background-color: #be8c0a !important;
    border-color: #be8c0a !important;
    color: #ffffff !important;
}
.btn-primary:hover {
    background-color: #135f6e !important;
    border-color: #135f6e !important;
    color: #ffffff !important;
}

.btn-secondary {
background-color: #135f6e !important;
border-color: #135f6e !important;
color: #ffffff !important;
}
.btn-secondary:hover {
background-color: #be8c0a !important;
border-color: #be8c0a !important;
color: #ffffff !important;
}

/* Countdown */
.template-coa header .container .countdown dl dt:first-child {
    background: #135f6e;
    color: #ffffff;
}
.template-coa header .container .countdown dl dt:before {
    background: #135f6e;
}


/* Checkout */
.template-coa .checkout-navigation li.active {
    color: #be8c0a;
}
.template-coa .checkout-navigation li {
    color: #135f6e;
}

/* Productlist */
.template-coa .productlist-item a .label {
    background: #135f6e;
    color: #ffffff;
}
.template-coa .productlist-item a:hover .label {
    background: #be8c0a;
    color: #ffffff;
}


/* Footer */
.template-coa footer .footer-top {
    background: #135f6e;
    color: #ffffff;
}
.template-coa footer .footer-top a {
    color: #ffffff;
}

/* Order popup */
#order-popup .modal-footer-background {
    background-color: #be8c0a;
}

#order-popup .modal-body p {
    color: #ffffff;
}

#order-popup .modal-body a {
    color: #be8c0a;
}

#order-popup .btn-outline-primary {
    color: #ffffff !important;
}

