﻿.login_action_container .btn-primary, .login-secondary-btn {
    background: #25438F !important;
}

    .login_action_container .btn-primary:hover, .login_action_container .btn-primary:focus, .login-secondary-btn:hover, .login-secondary-btn:focus {
        background: #2e53af !important;
    }

.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: #2e53af;
}

a {
    color: #2e53af;
}

    a:hover, a:focus {
        color: #2e53af;
    }

.order-direct-container {
    background: #2e53af;
}

.product-icon div .mat-icon:hover {
    color: #2e53af;
}

.product-points {
    color: #2e53af;
}


/* Header changes */
.desktop-menu-container, .submenu .dropdown-menu {
    background: #25438F;
    color: #FFF;
}

    .desktop-menu-container li a:hover {
        background: #000000;
    }

    .desktop-menu-container a, .submenu .dropdown-menu a {
        color: #FFF !important;
    }

.sticky-menu-items .desktop-menu-container, .sticky-menu-items .submenu .dropdown-menu {
    background: #FFF;
    color: #333;
}

    .sticky-menu-items .submenu .dropdown-menu a, .sticky-menu-items .submenu .dropdown-menu a:hover {
        color: #333 !important;
    }


/* Footer */
.wrapper_main_content_loggedin {
    /* must be same height as the footer */
    padding-bottom: 200px;
}

.wrapper_main_footer_loggedin {
    /* negative value of footer height */
    margin-top: -200px;
    height: 200px;
}

.footer-container {
    background: #000000;
    color: #FFF;
}

    .footer-container a {
        color: #FFF;
    }

/* Mobile */
.logo-container-mobile {
    background: #25438F;
    padding-bottom: 10px !important;
}

.mobile-header {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .savings-goal-star-active, .savings-goal-star-active:hover {
        color: #25438F !important;
    }
}

@media (max-width: 767px) {
    #mainCarousel {
        margin-top: 0;
    }
}


/* 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: #25438F;
    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 #293d6d;
    }

    .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;
}
