﻿body, html, button, input, select, textarea {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.max-body-width {
    background: url("../Images/background.jpg") no-repeat fixed bottom center #E2E3E4;
}
.loginblock {
    display: none;
}
.ImportantInformationPageTitle {
    display: none;
}
.unauthenticated nav, .unauthenticated .mobile-menu-btn {
    display: none;
}
.unauthenticated .logo-container-mobile {
    padding-top: 0;
}
.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 span:hover, .savings-goal-star-active, .fade-out-block-button-open span, .fade-out-block-button-close span, .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 */
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;
}