﻿.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: #017fc0 !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #017fc0 !important;
    }

a, .product-points, .header-points span, .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: #017fc0;
}

    a:hover, a:focus {
        color: #008fd9;
    }

.delivery-container .btn-primary, .delivery-container .btn-primary:hover, .delivery-container .btn-primary:focus {
    border: 1px solid #017fc0;
}

.ngrs-range-slider .ngrs-join {
    background-image: linear-gradient(#008fd9, #017fc0);
}

.wrapper_main_content_loggedin {
    /* must be same height as the footer */
    padding-bottom: 188px;
}

.wrapper_main_footer_loggedin {
    /* negative value of footer height */
    margin-top: -188px;
    height: 188px;
}

.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;
    }



/* Header changes */
.desktop-menu-container-sticky .sticky-logo {
    margin-top: 8px;
}

.row-header, .desktop-menu-container, .desktop-menu-container-sticky, .submenu .dropdown-menu {
    background: #017fc0;
    color: #FFF;
}

    .row-header a, .desktop-menu-container a, .desktop-menu-container-sticky a, .submenu .dropdown-menu a {
        color: #FFF !important;
    }

.basket-list .basket_products .row div a, .savings-goal-dropdown {
    color: #333 !important;
}

.header-points a {
    color: #FFF !important;
    font-size: 16px;
}

.desktop-menu-container {
    border-top: 1px solid #008fd9;
}

    .desktop-menu-container li a:hover, .desktop-menu-container-sticky li a:hover {
        background: none;
        color: #008fd9 !important;
    }

.row-header .header-user .user-list ul li a {
    color: #444 !important;
}

.mobile-header {
    background: #017fc0;
    border: 0px;
}

.mobile-menu .mobile-menu-block a {
    color: #FFF !important;
}

#mainCarousel {
    margin-top: 0 !important;
}

.logo-container-mobile {
    background: #017fc0;
    padding-bottom: 10px;
    padding-top: 35px;
    padding-left: 5px;
}

    .logo-container-mobile img {
        max-height: 30px;
        width: auto;
    }


.basket-click {
    background: url(/images/basket_icon_mobile.png) no-repeat bottom;
}

.basket-list .basket_top .basket_total_top {
    background: url(/images/basket_icon_mobile.png) no-repeat center #aaa79f;
}


.desktop-menu-container-sticky .sticky-items {
    width: 27%;
}

.desktop-menu-container-sticky .sticky-menu-items {
    width: 57%;
}

.points-container {
    background: #017fc0;
}

.product-points span {
    font-size: 12px;
}


.footer-container {
    background: #1C1C1C;
    color: #FFF;
}

    .footer-container a {
        color: #FFF;
    }

    .footer-container .footer-copyright {
        border-top: 1px solid #535353;
    }

    .footer-container .footer-menu .footer-nav-item {
        border-left: 1px solid #535353;
    }


/* Disable all submit buttons for user fields except the mandatory button */
form[name="frmUpdateUser"] button[type="submit"], #order-views .delivery-address, #order-views .delivery-address-full {
    display: none !important;
}

.mandatory-input-container form[name="frmUpdateUser"] button[type="submit"] {
    display: inline-block !important;
}
