﻿.login_action_container .btn-primary, .login-secondary-btn, .btn-primary {
    background: #f8992f !important;
}

.login_action_container .btn-primary:hover, .login_action_container .btn-primary:focus, .login-secondary-btn:hover, .login-secondary-btn:focus, .btn-primary:hover, .btn-primary:focus {
    background: #f8992f !important;
}

a, .product-points, .product-icon div .mat-icon:hover, .savings-goal-star-active, .fade-out-block-button-open span, .fade-out-block-button-open .mat-icon, .fade-out-block-button-close span, .fade-out-block-button-close .mat-icon, .product-container-blocks .product-title a:hover {
    color: #f8992f;
}

a:hover, a:focus {
    color: #f8992f;
}

.header-points a, .header-points span {
    color: #696762;
}

.service-btn:hover, .service-btn-active {
    color: #FFF;
}

.order-direct-container {
    background: #f8992f;
}

.product-icon div .mat-icon:hover {
    color: #f8992f;
}

.product-points {
    color: #f8992f;
    font-size: 18px;
}

.row-header, .desktop-menu-container-sticky {
    background: #f8992f;
}

.wrapper_main_content_loggedin {
    /* must be same height as the footer */
    padding-bottom: 196px;
}

.wrapper_main_footer_loggedin {
    /* negative value of footer height */
    margin-top: -196px;
    height: 196px;
}

.catalog-block:hover, .catalog-block-savingsgoal-overlay, .service-btn:hover, .service-btn-active, .catalog-block-savingsgoal-overlay .catalog-block-savingsgoal-overlay-inner .progress-container .progress-inner {
    background: #f8992f;
}

.ngrs-range-slider .ngrs-join {
    background-image: linear-gradient(#ffc17c, #f8992f);
}

.catalog-block .catalog-icon-savingsgoal-has-savingsgoal {
    background-image: url(../images/catalog_icon_savingsgoal_has_savingsgoal.png);
}

@media (max-width: 991px) {
    .savings-goal-star-active, .savings-goal-star-active:hover {
        color: #f8992f !important;
    }
}