/* Add here all your CSS customizations */
/* Backgrounds */
.bg-color-primary-darken-1 {
    background-color: #085cbe !important;
}
/* Buttons */
html .btn-primary {
    background-color: #0a6ace;
    border-color: #0068d5 #0e60b6 #0068d5;
}
html .text-color-primary, html .text-primary {
    color: #0068d5 !important;
}
html .bg-color-primary, html .bg-primary {
    background-color: #0068d5 !important;
}
html .btn-primary:hover, html .btn-primary.hover {
    background-color: #085cbe;
    border-color: #085cbe #085cbe #085cbe;
    color: #FFF !important;
}
/* Header Nav */
#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #0068d5;
}
a {
    color: #0068d5;
}
a:hover {
    color: #0068d5 !important; 
}

/* HOME PAGE */
#home-main-offers .card .card-body img {
    width: 60px;
    height: auto;
}