﻿.login_action_container .btn-primary, .login-secondary-btn {
    background: #24246d !important;
}

    .login_action_container .btn-primary:hover, .login_action_container .btn-primary:focus, .login-secondary-btn:hover, .login-secondary-btn:focus {
        background: #0b0baa !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: #24246d;
}

    a:hover, a:focus {
        color: #0b0baa;
    }

.service-btn:hover, .service-btn-active, .service-btn:hover a, .service-btn-active a {
    color: #FFF;
    text-decoration: none;
}

.service-btn a {
    color: #4d4d4d;
}

.catalog-block:hover, .service-btn:hover, .service-btn-active, .catalog-block-savingsgoal-overlay, .catalog-block-savingsgoal-overlay .catalog-block-savingsgoal-overlay-inner .progress-container .progress-inner {
    background: #e40520;
}

.catalog-block .catalog-icon-savingsgoal-has-savingsgoal {
    background: url(../Images/catalog_icon_savingsgoal_has_savingsgoal.png) no-repeat;
}

.desktop-menu-container, .desktop-menu-container-sticky {
    background-position: center center;
    background-size: cover;
    background-image: url(../Images/bg-krijtbord.jpg);
}

    .desktop-menu-container li a, .desktop-menu-container-sticky li a {
        color: #FFF;
    }

        .desktop-menu-container li a:hover, .desktop-menu-container-sticky li a:hover {
            background: none;
            color: #e40520;
        }

    .desktop-menu-container .dropdown-menu, .desktop-menu-container-sticky .dropdown-menu {
        background: #e40520;
        color: #FFF;
        border-bottom: 0;
    }

        .desktop-menu-container .dropdown-menu li a:hover, .desktop-menu-container-sticky .dropdown-menu li a:hover {
            background: #24246d;
            color: #FFF;
        }

        .desktop-menu-container li a:focus, .desktop-menu-container-sticky .dropdown-menu li a:focus {
            color: #fff !important;
        }

.sticky-items .header-points a:hover {
    color: #FFF;
}

.sticky-items .basket-click {
    background: url(../Images/basket_icon.png) no-repeat bottom;
    color: #FFF;
}

.header-points a, .header-points span {
    color: #e40520;
}

    .header-points a:hover, .header-points span:hover {
        color: #cc061e;
    }

.order-direct-container, .btn-primary {
    background: #24246d;
}

    .order-direct-container:hover, .btn-primary:hover, .order-direct-container:focus, .btn-primary:focus, .order-direct-container:active, .btn-primary:active {
        background: #0b0baa !important;
    }

.product-icon div .mat-icon:hover {
    color: #24246d;
}

.product-points {
    color: #24246d;
}

.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;
}

.ngrs-range-slider .ngrs-join {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b0baa), color-stop(100%, #24246d));
    background-image: -moz-linear-gradient(#0b0baa, #24246d);
    background-image: -webkit-linear-gradient(#0b0baa, #24246d);
    background-image: linear-gradient(#0b0baa, #24246d);
}

@media (max-width: 991px) {
    .savings-goal-star-active, .savings-goal-star-active:hover {
        color: #24246d !important;
    }
}

.catalog-block .catalog-block-text h5 {
    color: #24246d;
}

.catalog-block:hover .catalog-block-text h5 {
    color: #FFF;
}

.margin-top-15 {
    margin-top: 15px;
}

.footer-container {
    background-position: center center;
    background-size: cover;
    background: url(../Images/bg-krijtbord.jpg);
    color: #FFF;
    font-size: 12px;
}

    .footer-container a {
        color: #FFF;
    }

        .footer-container a:hover {
            color: #F1EFC7;
        }

    .footer-container .footer-menu .footer-nav-item .main {
        font-weight: 500;
    }


/* Login pagina */
.custom-login {
    margin-top: 30px;
}

    .custom-login .login-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 89;
        top: 0;
        left: 0;
    }

.login-main-buttons {
    position: relative;
    text-align: center;
}

    .login-main-buttons .login-main-button {
        display: inline-block;
        padding: 10px 30px;
        background: #24246d;
        color: #FFF;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
        margin: 0 10px;
    }

        .login-main-buttons .login-main-button:hover {
            background: #0b0baa;
            text-decoration: none;
        }

.custom-login .custom-login-blocks {
    position: relative;
    text-align: center;
    z-index: 99;
    margin-top: -10%;
    margin-bottom: 60%;
}

    .custom-login .custom-login-blocks .custom-login-block {
        display: inline-block;
        width: 100%;
        max-width: 500px;
        background: #FFF;
        padding: 10px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    }

        .custom-login .custom-login-blocks .custom-login-block .custom-login-block-header span {
            cursor: pointer;
        }

        .custom-login .custom-login-blocks .custom-login-block .custom-login-block-content {
            margin-top: 20px;
        }

            .custom-login .custom-login-blocks .custom-login-block .custom-login-block-content .form-control {
                width: 60%;
                margin-left: 20%;
                margin-top: 10px;
            }

            .custom-login .custom-login-blocks .custom-login-block .custom-login-block-content .registrationcode-recaptcha {
                margin-top: 15px;
            }

                .custom-login .custom-login-blocks .custom-login-block .custom-login-block-content .registrationcode-recaptcha div:first-child {
                    width: auto !important;
                    height: auto !important;
                }

            .custom-login .custom-login-blocks .custom-login-block .custom-login-block-content .registrationcode-error, .custom-login .custom-login-blocks .custom-login-block .custom-login-block-content .output_box {
                margin-top: 10px;
                color: red;
            }

            .custom-login .custom-login-blocks .custom-login-block .custom-login-block-content .output_box {
                margin-top: 5px;
                margin-bottom: 10px;
            }

            .custom-login .custom-login-blocks .custom-login-block .custom-login-block-content .registrationcode-btn {
                margin-top: 20px;
            }

        .custom-login .custom-login-blocks .custom-login-block .custom-login-link {
            margin-top: 20px;
        }

.desktop-menu-container-sticky .header-points a:hover, .desktop-menu-container-sticky .header-points a:focus {
    color: #FFFFFF;
}

.header-pull-down .header-points {
    line-height: 30px;
}
