﻿html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    /*font-family: Arial, Helvetica, sans-serif;*/
    overflow-x: hidden;
    overflow-y: auto;
    background-image: none !important /*url("Images/fd_bg.jpg")*/;
    background-size: contain;
    background-color: #f2f0e8;
}

.skipBtn {
    position: absolute;
    z-index: 100202;
    background-color: #E8E8E8;
    color: #392b04;
    border: 3px solid #392b04;
    padding: 1rem;
    transform: translateY(-300%);
    transition: transform .4s;
}

#skipToFooter:focus, #skipToMain:focus {
    transform: translateY(0)
}

.home-text a {
    text-decoration: none;
}

.home-content-inner p {
    margin-bottom: 0;
}

.home-image-container {
    margin-top: 12px;
}

.no-pointer {
    cursor: default !important;
}

#discountMessage p {
    font-size: 11px !important;
}

#ordertracking {
    width: 85%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 64px;
}

#slideTop {
    position: fixed;
    bottom: 100px;
    right: 64px;
    background-color: transparent;
    background-image: url('/Content/Images/elevator.png');
    width: 47px;
    height: 46px;
    border: none;
    display: none;
}

#alertTitle {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 17px;
    line-height: 24px;
    margin-top: -10px;
}

:focus {
    outline-width: thin;
    outline-style: dotted;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu li.nav-item a.nav-link {
    color: #000 !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.bold-label-dropdown {
    font-weight: bold;
}

div.no-label-dropdown {
    flex: unset !important;
    max-width: unset !important;
    width: 100%;
}

select.no-label-dropdown {
    height: 49px;
    width: 100%;
}

.caret-reverse {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
}

.fakeimg {
    height: 300px;
    background: #E8E8E8;
}

.fakeimg1 {
    height: 200px;
    background: #E8E8E8;
}

.img-responsive {
    width: inherit !important;
    height: inherit !important;
}

.container {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 32px;
    width: 100%;
}

    .sticky + .container {
        padding-top: 102px;
    }



/*breadcrumbs*/

.breadcrumbs {
    text-transform: uppercase;
}

    .breadcrumbs a {
        color: rgba(0,0,0,.5);
    }

/*breadcrumbs*/

/*Locations Page*/

.location-background-image {
    width: 100%;
    height: 450px;
    text-align: center;
}

#body {
    padding-top: 80px;
    overflow-x: visible;
}

/*group order page settings*/
.grpOrder #body {
    padding-top: 96px;
    overflow-x: visible;
    padding-bottom: 38px;
}

.grpOrder #header div.pull-right {
    margin-right: 22px !important;
}

#body-edit {
    padding-top: 80px;
}

#startOrder {
    display: none;
}

div#pickup {
    border: 1px solid red;
    padding-left: 10px;
    border-radius: 50%;
    background-color: white;
    width: 150px;
}

div.alert-light {
    border-radius: 15%;
}

.navbar a, .nav-item a, .nav-item .btn {
    text-transform: uppercase;
    color: #FFFFFF;
}

.vl {
    border-left: 1px solid lightgray;
    height: 30px;
    margin-left: -3px;
}

.category-container div.category {
    width: 285px;
}

    .category-container div.category h5 {
        margin: 1rem 0;
        text-transform: uppercase !important;
        font-weight: 700;
        font-family: "Burford Base", serif;
    }

    .category-container div.category a {
        text-decoration: underline;
    }

img {
    max-width: 100%;
}

.home-image-container img {
    height: 60px;
    margin-top: -5px;
}

.bold {
    font-weight: bold;
}

.featured-categories {
    width: 75%;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 80px;
    justify-content: center;
}

.featured-categories-controls {
    text-align: center;
    margin: 24px;
    display: block;
}

.btn-tall {
    height: 50px;
    padding-top: 12px;
}

.menu-category-container {
    width: 50%;
    margin: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 32px;
    position: relative;
}

.category-page.menu-category-container {
    width: 33%;
}

@media(max-width:425px) {

    .category-page.menu-category-container {
        width: 50%;
    }
}

.menu-category-container > .category-view > a, .menu-category-container > .category-view > span {
    font-family: 'Montserrat Black', sans-serif !important;
    color: white;
    padding: 10px 24px;
    width: 254px;
    height: 44px;
    display: block;
    text-align: center;
    background-color: var(--green);
    border-radius: 9999px;
}

.mobile, .price-section-mobile {
    display: none;
}

.location-txt {
    color: #b62926 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100px;
    cursor: pointer;
    line-height: 16px;
    font-size: 17px;
}

.bg-black {
    background-color: black !important;
}

.bg-white {
    background-color: white !important;
}

.w-full {
    width: 100% !important;
}

::-webkit-scrollbar {
    width: 4px;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0,0.4);
    }

.phones-only {
    display: none;
}

.hidden {
    display: none !important;
}

.confirmationModalBody {
    font-size: 14px;
}

.confirmation-modal-buttons {
    padding-bottom: 20px;
}

#confirmation-title {
    margin-top: -10px;
}

#confirmation-modal-buttons {
    margin-bottom: 15px;
    margin-top: -15px;
    text-align: center;
}

#signUpBannerContainer {
    display: none;
}

#locationInfoContainer {
    display: none;
}

#bannerContainer {
    border: 1px solid black;
    border-radius: 12px;
    position: fixed;
    background-color: #F2F0E8;
    z-index: 100200;
    top: 84px;
    display: none;
    right: 10px;
    padding: 12px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
}

    #bannerContainer.show {
        display: inline-flex !important;
    }

.bannerCloseButton {
    display: none;
}

#bannerDetail {
    display: flex;
    padding: 4px 0px;
    align-items: center;
    gap: 12px;
}

    #bannerDetail p {
        color: #5C3D2B;
        font-family: 'Montserrat Black', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 30px;
        margin-bottom: 0;
    }

.bannerProduct {
    display: flex;
    width: 270px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.bannerDesktopDetailDiv {
    display: flex !important;
    padding: 20px 4px 4px 4px;
    align-items: flex-start;
    gap: 8px;
}


.productName p {
    color: #5C3D2B;
    font-family: 'Montserrat Black', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.035px;
    margin-bottom: 0;
}

.currentProductInstructions p {
    color: #5C3D2B;
    font-family: Raleway Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.035px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}


.productOption p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #5C3D2B;
    font-family: Raleway Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.035px;
    margin-bottom: 0;
}

.bannerPrice {
    display: flex !important;
    width: 89px;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

#basketPrice {
    color: #5C3D2B;
    text-align: right;
    font-family: 'Montserrat Black', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.28px;
    margin: 0;
}

#detailPrice {
    color: #5C3D2B;
    text-align: right;
    font-family: Raleway Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.26px;
}

.bannerImage {
    width: 120px;
    flex-shrink: 0;
}

    .bannerImage img {
        border-radius: 24px;
        height: 100%;
        cursor: pointer;
        object-fit: contain;
    }

.bannerCorrectIcon {
    display: none;
}

.banner-up:before {
    position: absolute;
    top: -24px;
    right: 23px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid #000;
    content: '';
    z-index: 1;
}

.banner-up:after {
    position: absolute;
    top: -22px;
    right: 23px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid #F2F0E8;
    content: '';
    z-index: 2;
}

@media(max-width:991px) {
    .banner-up::before, .banner-up::after {
        right: 60px;
    }

    .featured-categories {
        width: 95%;
    }

    .mobile {
        display: block;
    }

    .pc-only {
        display: none;
    }
}

@media(max-width:767px) {
    .bannerDesktopDetailDiv {
        display: none !important;
    }

    #startOrder {
        display: flex;
    }

    .banner-up::before {
        position: absolute;
        top: -23px;
        right: 65px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 24px solid #1B8736;
        content: '';
    }

    .banner-up::after {
        position: absolute;
        top: -23px;
        right: 65px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 24px solid #1B8736;
        content: '';
    }

    .bannerCloseButton {
        width: 24px;
        height: 24px;
        display: inline-block;
        position: absolute;
        right: 12px;
    }

    .bannerCorrectIcon {
        width: 24px;
        height: 24px;
        display: inline-block;
        position: absolute;
        left: 24px;
    }

    #bannerDetail {
        padding: 0;
        width: auto;
        display: inline-block;
        left: 72px;
        position: absolute;
    }

        #bannerDetail p {
            margin-bottom: 0;
            color: #FFF;
            text-align: center;
            -webkit-text-stroke-color: #000;
            font-family: 'Montserrat Black', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 900;
            letter-spacing: 0.04px;
        }

    #locationInfoContainer {
        display: flex;
        width: 100%;
        padding: 29px 12px 6px 12px;
        justify-content: center;
        align-items: center;
        top: 65px;
        right: 0;
        position: fixed;
        z-index: 996;
        background: #FCC031;
    }

    .location-Info-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2px;
    }

    .location-container-name {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 15px;
    }

        .location-container-name p {
            color: #5C3D2B;
            text-align: center;
            font-family: 'Raleway Medium', sans-serif !important;
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 24px; /* 171.429% */
            letter-spacing: 0.035px;
            margin-bottom: 0px;
        }

        .location-container-name a {
            color: #5C3D2B;
            font-family: 'Raleway Medium', sans-serif !important;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0.035px;
            text-decoration-line: underline !important;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }

    .location-container-info {
        display: flex;
        height: 20px;
        align-items: flex-start;
        gap: 8px;
    }

        .location-container-info p {
            color: #5C3D2B;
            text-align: center;
            font-family: 'Raleway Medium', sans-serif !important;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 171.429% */
            letter-spacing: 0.035px;
            margin-bottom: 0px;
        }

    #signUpBannerContainer {
        display: none;
        width: 100%;
        padding: 12px;
        justify-content: flex-start;
        align-items: flex-start;
        border: 2px solid #30C7A8;
        z-index: 10000;
        background: #30C7A8;
        top: 80px;
        right: 0;
        position: fixed;
    }

        #signUpBannerContainer.show {
            display: flex !important;
        }
    #signUpBannerDetail {
        color: #FFF;
        text-align: center;
        font-family: 'Raleway Medium', sans-serif !important;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 120% */
        letter-spacing: 0.05px;
    }

        #signUpBannerDetail p {
            margin-bottom: 0px;
        }

    .signUpCloseButton {
        position: absolute;
        right: 12px;
        display: flex;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .join-banner-up::before {
        position: absolute;
        top: -20px;
        right: 73px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 24px solid #30C7A8;
        content: '';
    }

    .join-banner-up::after {
        position: absolute;
        top: -20px;
        right: 73px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 24px solid #30C7A8;
        content: '';
    }

    #bannerContainer {
        border-radius: 0;
        z-index: 100200;
        height: 48px;
        position: fixed;
        top: 84px;
        right: 0;
        border: 0;
        width: 100%;
        background-color: #1B8736;
        color: white;
        text-align: center;
        padding: 10px 0;
        display: none;
        transition: all 0.5s ease;
    }

        #bannerContainer.show {
            display: block !important;
        }

    #slideTop {
        bottom: 40px;
        right: 40px;
        z-index: 2;
    }

    .menu-category-container {
        width: 50% !important;
    }
}

.max-width-container {
    max-width: 1200px;
    margin: auto;
}

.error {
    color: #ff6b17 !important;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 18px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100300; /* Sit on top */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.show {
    display: table !important;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: auto;
    width: 375px;
    border-radius: 0;
    z-index: 10001;
    display: inline-block;
    vertical-align: middle;
    text-align: initial;
    font-family: 'Raleway Medium', sans-serif !important;
    color: #5c3d2b
}

@media(max-width: 375px) {
    .modal-content {
        width: 320px;
    }
}

@media(max-width: 374px) {
    #discountMessage p {
        font-size: 9px !important;
    }
}

.modal-dialog {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.alert-modal-header {
    background-color: #30c7a8;
    color: white;
    height: 15px;
    font-family: 'Montserrat Black', sans-serif !important;
    text-transform: uppercase;
    font-size: 16px;
}

.alert-modal-close {
    margin-top: -12px !important;
    height: 20px;
    width: 20px;
    margin-right: -12px !important;
    padding: 0rem 0rem !important;
    cursor: pointer;
}

#modalErrorMsg {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    color: #5c3d2b;
}

.user-newaddress .form-control {
    border: 1px solid #5c3d2b;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



/*=================================================================*/
:root {
    --skyBlue: #1397e5;
    --orange: #c34a31;
    --white: #fff;
    --gray: #f4f4f4;
    --red: #9f1c2b;
    --dotColor: #b7b7b7;
    --display: none;
    --inputBorderColor: #b4b4b4;
    --inputColor: #666;
    --footerDkGray: #575757;
    --footerLinksGray: #4d4d4d;
    --socialBg: #f05023;
    --connect: #4D4D4D;
    --orange: #FF6B17;
    --brown: #5C3D2B;
    --green: #30C7A8;
    --grey: #F2F0E8;
}

header, footer {
    box-sizing: border-box;
}

    header *, footer *,
    header *::before, footer *::before,
    header *::after, footer *::after {
        box-sizing: inherit;
    }

        header *:focus, footer *:focus,
        header *:active, footer *:active {
            outline: 0;
            outline: none;
        }

header, footer {
    font-family: 'Montserrat Black', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
}

    header ul, footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        header ul a, footer ul a {
            text-decoration: none;
        }

.app-terms-condition-links-red {
    text-decoration-color: #d71635 !important;
}

.accessibility-link-red {
    text-decoration-color: #c34a31 !important;
}

@media(max-width: 476px) {
    #checkoutform input {
        font-size: 16px;
    }
}

@media(max-width: 425px) {
    .text-widget .app-terms-conditions-container p {
        text-align: center;
    }

    .text-widget .mobile-app-privacy-policy-head-p strong {
        text-align: left;
        display: inline-block;
    }

    .text-widget .span-strong-text-container span.marker {
        display: inline-table;
        text-align: left;
    }
}

@media(max-width: 390px) {
    .sched-date {
        width: 55%;
    }

    .sched-time {
        width: 45%;
    }
}

@media(max-width: 375px) {
    .text-widget .accessibility-text-widget-container p {
        word-break: break-all;
    }
}

@media(max-width: 374px) {
    .text-widget .make-selection-container h1 span strong {
        font-size: 30px !important;
    }

    .text-widget .accessibility-headtext-container p span {
        font-size: 30px !important;
    }
}

@media(max-width: 360px) {
    .text-widget .nutritional-info-headtext span {
        font-size: 30px !important;
    }

    .sched-date {
        width: 48%;
    }

    .sched-time {
        width: 52%;
    }
}

form[id*='dropdownRedirectForm'] .dropdownredirect-container {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
    height: 4rem;
}

    form[id*='dropdownRedirectForm'] .dropdownredirect-container .form-control.error,
    form[id*='dropdownRedirectForm'] .dropdownredirect-container label.error {
        font-size: 1rem;
    }

    form[id*='dropdownRedirectForm'] .dropdownredirect-container #URLs {
        color: #5c3d2b;
    }

    form[id*='dropdownRedirectForm'] .dropdownredirect-container .form-control.error {
        color: #5c3d2b !important;
    }
