﻿body, html, button, input, select, textarea {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.max-body-width {
    background: url("../Images/background.jpg") no-repeat fixed top center #E2E3E4;
}

.login_action_container .btn-primary, .login_action_container .btn-primary:hover, .login_action_container .btn-primary:focus, .order-direct-container, .btn-primary, .delivery-container .btn-primary, .delivery-container .btn-primary:hover, .delivery-container .btn-primary:focus {
    background: #E87722 !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #E87722 !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: #E87722;
}

    a:hover, a:focus {
        color: #e88b45;
    }

.delivery-container .btn-primary, .delivery-container .btn-primary:hover, .delivery-container .btn-primary:focus {
    border: 1px solid #E87722;
}

.ngrs-range-slider .ngrs-join {
    background-image: linear-gradient(#E87722, #e88b45);
}

.wrapper_main_content_loggedin {
    /* must be same height as the footer */
    padding-bottom: 209px;
}

.wrapper_main_footer_loggedin {
    /* negative value of footer height */
    margin-top: -209px;
    height: 209px;
}

.max-body-width .logo-container, .sticky-logo {
    padding-bottom: 10px;
}

.social-container {
    float: right;
}

    .social-container img {
        margin-left: 8px;
    }

.social-container-mobile {
    text-align: center;
    margin-top: 10px;
}

    .social-container-mobile img {
        margin: 0 4px;
    }


.product-container-blocks .product-image {
    min-height: 180px;
    max-height: 180px;
    height: auto;
}

.product-points {
    font-size: 17px;
}

/* Mandatory input */
.mandatory-input-container form[name="frmUpdateUser"] button[type="submit"] {
    display: inline-block !important;
}


.catalog-block:hover, .catalog-block-savingsgoal-overlay, .catalog-block-savingsgoal-overlay .catalog-block-savingsgoal-overlay-inner .progress-container .progress-inner, .service-btn:hover, .service-btn-active {
    background: #E87722;
}

.order-direct-container span {
    font-size: 16px;
}

.login-main-buttons {
    position: relative;
    text-align: center;
}

.login-main-button {
    display: inline-block;
    padding: 10px 30px;
    background: #e67e22;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
}

    .login-main-button:hover {
        background: #000;
        color: #FFF;
        text-decoration: none;
    }
	
	.header-pull-down .header-points {
    line-height: 30px;
}
