﻿.max-body-width {
    background: url("../Images/background.jpg") no-repeat fixed top center #FFF;
}

.login_action_container .btn-primary, .login-secondary-btn {
    background: #c60c30 !important;
}

    .login_action_container .btn-primary:hover, .login_action_container .btn-primary:focus, .login-secondary-btn:hover, .login-secondary-btn:focus {
        background: #c60c30 !important;
    }

a, .header-points a, .header-points span, .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: #c60c30;
}

    a:hover, a:focus, .header-points a:hover, .header-points span:hover {
        color: #ef103b;
    }

.service-btn:hover, .service-btn-active {
    background: #c60c30;
    color: #FFF;
}

.order-direct-container {
    background: #c60c30;
}

.product-icon div .mat-icon:hover {
    color: #c60c30;
}

.product-points {
    color: #c60c30;
}

.ngrs-range-slider .ngrs-join {
    background-image: linear-gradient(#ef103b, #c60c30);
}

.wrapper_main_content_loggedin {
    /* must be same height as the footer */
    padding-bottom: 192px;
}

.wrapper_main_footer_loggedin {
    /* negative value of footer height */
    margin-top: -192px;
    height: 192px;
}

@media (max-width: 991px) {
    .savings-goal-star-active, .savings-goal-star-active:hover {
        color: #c60c30 !important;
    }
}

.catalog-block-savingsgoal-overlay, .catalog-block-savingsgoal-overlay .catalog-block-savingsgoal-overlay-inner .progress-container .progress-inner, .catalog-block:hover {
    background: #c60c30;
}

.catalog-block-image-savingsgoal {
    background-image: url(../Images/static_catalog_block_savingsgoal.jpg);
}

.catalog-block .catalog-icon-savingsgoal-has-savingsgoal {
    background-image: url(../Images/catalog_icon_savingsgoal_has_savingsgoal.png);
}

.catalog-block-image-whatcaniorder {
    background-image: url(../Images/static_catalog_block_order_direct.jpg);
}

.catalog-block-image-recentlyaddedproducts {
    background-image: url(../Images/static_catalog_block_new.jpg);
}

.catalog-block-image-recommendedproducts {
    background-image: url(../Images/static_catalog_block_recommended.jpg);
}

.catalog-block-image-offers {
    background-image: url(../Images/static_catalog_block_offers.jpg);
}

.catalog-block-image-popularproduct {
    background-image: url(../Images/static_catalog_block_popular.jpg);
}

.points-container {
    background: #a9a9a9;
}

.footer-container {
    background: #c60c30;
    color: #FFF;
}

    .footer-container a {
        color: #FFF;
    }

        .footer-container a:hover {
            color: #FFF;
        }


/* Credits on the way */
.credits-on-the-way-container {
    position: fixed;
    right: 0;
    top: 30%;
    padding: 20px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #c60c30;
    color: #FFF;
    text-align: center;
}

    .credits-on-the-way-container .credits-on-the-way-icon {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #FFF;
    }

    .credits-on-the-way-container span {
        font-size: 16px;
    }

        .credits-on-the-way-container span.glyphicon, .credits-on-the-way-container span.glyphicons {
            font-size: 30px;
        }

        .credits-on-the-way-container span.credits-total {
            color: #ffffff;
            font-size: 20px;
        }

.trigger-scroll-directive {
    right: -200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-trigger-scroll-directive {
    right: 0;
}

.mobile-credits-on-the-way-container {
    text-align: center;
}

    .mobile-credits-on-the-way-container .credits-on-the-way-icon {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #999999;
    }

    .mobile-credits-on-the-way-container span {
        font-size: 16px;
    }

        .mobile-credits-on-the-way-container span.credits-total {
            color: #ffffff;
            font-size: 20px;
        }

.header-pull-down .header-points {
    line-height: 30px;
}
