﻿.alt-menu-icon {
    width: 185px;
    height: 185px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alt-menu-features {
    display: inline-block;
    margin: 10px 32px;
}

.alt-menu-container {
    width: 100%;
    justify-content: center;
}

.alt-menu-header {
    margin-top: 40px;
}

.location-menu-container {
    display: flex;
    position: relative;
    flex-direction: column;
}

.change-location-container, .store-message-container {
    padding: 0 8px;
    width: 85%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.category-location {
    padding-left: 10%;
    padding-right: 10%;
}

.change-location-container.menu-location {
    width: 100%;
    position: relative;
}

    .location-menu-container::before, .change-location-container.menu-location::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 375px;
        height: 4px;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(166,165,160,1) 45%, rgba(166,165,160,1) 55%, rgba(255,255,255,1) 85%);
        border-radius: 100%;
        box-shadow: 0px 0px 27px -8px rgb(110 103 103 / 32%) inset;
        -webkit-box-shadow: 0px 0px 27px -8px rgb(110 103 103 / 32%) inset;
        -moz-box-shadow: 0px 0px 27px -8px rgba(110,103,103,0.32) inset;
        filter: drop-shadow(0px 4px 20px rgb(146, 145, 145));
    }

    .change-location-container.menu-location::before {
        top: 125%;
    }

@media(max-width: 425px) {

    .category-label-menu-container {
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        text-align: center;
    }
}


.category-label-menu-container {
    position: relative;
    left: 194px;
    top: 108px;
}

@media(max-width: 1024px) {
    .category-label-menu-container {
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
    }
}

.category-label-container .vertical-line {
    border-left: 3px dotted #5c3d2b;
    height: 52px;
    display: inline-block;
    padding-left: 30px;
}

.category-label-container .category-label {
    font-family: Lakesight, sans-serif !important;
    font-size: 31px;
    color: #5c3d2b;
}


.change-location-container .change-location-link {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: 'Raleway Medium', sans-serif !important;
    color: #5c3d2b !important;
}

    .change-location-container .change-location-link a {
        text-decoration: underline;
    }

.change-location-container .change-location-icon {
    font-size: 32px;
    line-height: 60px;
    color: #5c3d2b;
    width: 25px;
}

.location-label {
    font-size: 28px;
    font-family: Lakesight, sans-serif !important;
    color: #5c3d2b;
    margin: 0;
    margin-top: -4px;
    margin-left: 8px;
    margin-right: 21px;
}


.change-location-container .change-location-text, .checkout-store {
    padding: 10px 0 0 0;
    margin: 0px;
    font-size: 12px;
    font-family: 'Montserrat Black', sans-serif !important;
    color: #5c3d2b;
    text-transform: uppercase;
}

@media(max-width: 1024px) {

    .change-location-container .change-location-text {
        max-width: 272px;
    }
}

.category-banner-content {
    margin-top: 32px;
    margin-left: 10%;
    margin-right: 10%;
}

.change-location-container .store-availability {
    color: #ff6b17;
    margin: 0px;
    font-size: 12px;
    font-family: 'Raleway Medium', sans-serif !important;
}

.store-customerfaceing-message {
    color: #ff6b17;
    margin: 0px;
    font-size: 14px;
    font-family: 'Raleway Medium', sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.checkout-store {
    padding: 0 !important;
    margin: 0 !important;
}

.text-left {
    width: 100%;
}

.menu-category-image {
    padding: 16px;
    text-align: center;
}

    .menu-category-image > img {
        cursor: pointer;
        object-fit: cover;
        border-radius: 24px;
        height: 20vw;
    }

.category-text {
    font-family: 'Montserrat Black', sans-serif !important;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    color: #5c3d2b;
    display: block;
    height: 80px;
    padding: 0 8px;
    line-height: 40px;
    margin-bottom: 8px;
}
    .category-text a {
        font-family: 'Montserrat Black', sans-serif !important;
        text-transform: uppercase;
        font-size: 32px;
        text-align: center;
        color: #5c3d2b;
        display: block;
        padding: 0 8px;
        line-height: 40px;
        margin-bottom: 8px;
    }

.featured-categories.menu-index-page .menu-category-container .category-text {
    font-size: 20px;
    line-height: 32px;
}

.featured-categories .category-page.menu-category-container .category-text {
    font-size: 20px;
    height: 40px;
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .menu-index-page > .menu-category-container > .category-text a {
        font-size: 18px;
        line-height: 20px;
    }
}

.category-text a:hover {
    text-decoration: none;
}

.category-product-description-full {
    font-family: 'Raleway Medium', sans-serif !important;
    padding: 0 18px;
    position: relative;
    background-color: #f2f0e8;
    box-shadow: 0 8px 6px -6px #5c3d2b;
    height: auto;
    padding-bottom: 18px;
    z-index: 100001;
    font-size: 16px;
    line-height: 20px;
    border-radius: 12px;
}

    .category-product-description-full p {
        font-family: 'Raleway Medium', sans-serif !important;
        font-size: 16px;
        text-align: left;
        color: #5c3d2b;
        line-height: 21px;
    }

        .category-product-description-full p:focus {
            outline: none;
        }

.category-page.menu-category-container .show-more img {
    width: 16px;
}

.category-product-description-full .arrow-up img {
    width: 16px;
}

.category-product-description {
    margin-top: 12px;
    padding: 0 18px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    position: relative;
    font-size: 16px;
}



@media(min-width: 2560px) {
    .category-product-description {
        height: 100px;
    }
}

.category-availability-message p {
    text-align: center !important;
}

.category-product-description p {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 16px;
    text-align: left;
    color: #5c3d2b;
    max-width: 353px;
    line-height: 20px;
}

.descShadow {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 8em;
    background: -webkit-linear-gradient(transparent, #f2f0e8);
    background: -o-linear-gradient(transparent, #f2f0e8);
    background: -moz-linear-gradient(transparent, #f2f0e8);
    background: linear-gradient(transparent, #f2f0e8);
}

.show-more {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    height: 24px;
    font-size: 18px;
    cursor: pointer;
    margin-top: -24px;
    margin-bottom: 12px;
}

.category-page.menu-category-container .show-more i {
    color: #5c3d2b;
}

#btnShowMore {
    width: 100%;
    margin: 0 auto;
    color: rgb(74, 74, 74);
    cursor: pointer;
}

.category-product-price-calories {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 20px;
    color: #5c3d2b;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
}


.category-product-ordernow a {
    color: #ffffff;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 16px;
    background: #30c7a8;
    border-radius: 24px;
    padding: 10px 31px;
    text-transform: uppercase;
    margin-top: 12px;
    width: 254px;
    height: 44px;
    display: block;
    text-align: center;
}

@media (max-width: 425px) {
    .category-product-ordernow a {
        padding: 10px 18px;
    }
}

@media (max-width: 375px) {
    .category-product-ordernow a {
        padding: 10px 8px;
    }
}

@media (max-width: 320px) {
    .category-product-ordernow a {
        padding: 10px 16px;
        font-size: 12px !important;
    }
}

.category-product-ordernow a i {
    font-style: normal;
}

.category-availability-message {
    text-align: left;
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    font-family: 'Raleway Medium', sans-serif !important;
}

.menu-category-banner {
    height: 250px;
}

.menu-breadcrumbs {
    width: 85%;
    margin: auto;
    margin-top: 32px !important;
    margin-left: 8%;
}

.menu-category-error-message {
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}

.no-recipient-error-message {
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    display: none;
    color: #C34A31;
    font-size: 22px;
    letter-spacing: 2px;
}

/*product customization page*/
div.product-options-container ul li.selected {
    background-color: #30c7a8;
    color: white;
    border: 1px solid #5c3d2b;
}

    div.product-options-container ul li.selected .option-name {
        color: #ffffff;
    }

    div.product-options-container ul li.selected .radiobtn {
        border: 1px solid #ffffff;
    }

#product-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 1000000;
}

.spinner-border {
    z-index: 2000000 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    color: #000000 !important;
}

.product-info .horizontal-card-widget-card-image {
    border-radius: 24px;
    width: auto;
}

.product-info .horizontal-card-widget-top-text {
    font-size: 33px;
    text-transform: uppercase;
    color: #5c3d2b;
    line-height: 42px;
    font-family: 'Montserrat Black', sans-serif !important;
}

.product-info .horizontal-card-widget-image-div {
    position: relative;
    margin: auto;
}

.product-info .horizontal-card-widget-card-text {
    font-family: 'Raleway Medium', sans-serif !important;
    color: #5c3d2b;
}

.product-info .calorie-text {
    font-size: 17px;
    text-transform: uppercase;
}

.product-info .price-text {
    font-size: 30px;
}

.menu-category-error-message .location-sub-header-text {
    color: #C34A31 !important;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 22px;
    line-height: 32px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-info {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 32px;
    margin-top: 20px;
}

.product-hidden {
    pointer-events: none;
    cursor: default;
    background-color: #ccc;
}

.product-submit-button {
    width: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: auto;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none !important;
    border: none;
    background-color: #ff6b17;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 24px;
    color: white !important;
}

.optionLabel {
    list-style-type: none;
    text-align: center;
    border-top: 4px dotted #5c3d2b;
    margin-bottom: -20px;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-top: 45px;
}

    .optionLabel p {
        font-size: 16px;
        position: relative;
        top: -28px;
        width: fit-content;
        padding: 0px 10px;
    }

.product-options {
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0 10%;
}

.product-label-L {
    font-size: 18px;
    line-height: 48px;
    font-family: 'Montserrat Black', sans-serif !important;
    text-transform: uppercase;
    color: #5c3d2b;
}

.cartNameField .product-label-L {
    color: #5c3d2b;
}

.cartQtyField .product-label-L {
    color: #5c3d2b;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .cartNameField .product-label-L {
        margin-right: 1rem;
    }

    .cartQtyField .product-label-L {
        margin-left: -1.5rem;
    }
}

.product-options-error {
    color: #9f1c2b;
    font-family: 'Raleway Medium', sans-serif !important;
    text-transform: uppercase;
    display: none;
    font-weight: bold;
    font-size: 20px;
}

.product-label-error {
    background-color: #9f1c2b !important;
    color: white !important;
    width: 100% !important;
}

.product-label-choose {
    background-color: #757575;
    color: white;
    width: 100% !important;
}

p.product-label-L:not(.product-label-choose) {
    background-color: #f2f0e8;
}

p.product-label-L {
    position: relative;
    top: -28px;
    width: fit-content;
    padding: 0px 10px;
}

.ul-product-options {
    padding-left: 0;
}

li.product-radio-button-disabled,
li.product-checkbox-disabled {
    font-size: 14px;
    width: 31.7%;
    height: auto;
    border: 1px solid gray;
    display: inline-flex;
    align-items: center;
    margin: 5px;
    min-height: 50px;
    padding-left: 7px;
    vertical-align: middle;
    cursor: pointer !important;
    background-color: lightgray;
}

    li.product-radio-button-disabled label,
    li.product-checkbox-disabled label {
        width: 100%;
        height: 93%;
        margin: 0 !important;
        cursor: pointer !important;
    }

div.product-options-container ul li[class="product-radio-button-disabled selected"],
div.product-options-container ul li[class="product-checkbox-disabled selected"] {
    background-color: gray !important;
    color: white !important;
}

.product-textbox-disabled {
    background-color: lightgray !important;
}

li.product-radio-button,
li.product-checkbox {
    font-size: 14px;
    width: 31.7%;
    height: auto;
    border: 1px solid #5c3d2b;
    display: inline-flex;
    align-items: center;
    margin: 5px;
    min-height: 50px;
    padding-left: 7px;
    vertical-align: middle;
    cursor: pointer !important;
}

    li.product-radio-button label,
    li.product-checkbox label {
        width: 100%;
        height: 93%;
        margin: 0 !important;
        cursor: pointer !important;
    }

    li.product-radio-button input[type=radio], li.product-checkbox input[type=checkbox] {
        width: 2em;
        height: 4em;
        text-align: left;
    }

    li.product-radio-button span.option-name, li.product-checkbox span.option-name {
        display: inline-block;
        width: 100%;
        text-align: left;
        font-family: 'Raleway Medium', sans-serif !important;
        font-size: 14px;
        margin-top: 6px;
        color: #5c3d2b;
    }

    li.product-radio-button span.option-desc, li.product-checkbox span.option-desc {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 90%;
        font-family: 'Raleway Medium', sans-serif !important;
        font-size: 14px;
        margin-top: 6px;
    }

li.singleuse-checkbox {
    font-size: 14px;
    width: 100%;
    height: auto;
    /*border: 1px solid gray;*/
    display: inline-flex;
    align-items: center;
    /*margin: 5px;*/
    min-height: 32px;
    /* padding-left: 7px;*/
    vertical-align: middle;
    /*cursor: pointer !important;*/
}

    li.singleuse-checkbox label {
        width: 100%;
        height: 93%;
        /*margin: 0 !important;*/
        /*cursor: pointer !important;*/
        font-size: 15px;
        margin-left: -5px;
    }

    li.singleuse-checkbox .checkcontainer {
        margin-top: -17px;
    }

    li.singleuse-checkbox span.checkmark {
        cursor: pointer !important;
        top: -5px;
        /*top: -6px;*/
    }

.product-add-cart {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: left;
    padding: 0px 12% 64px 10%;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 14px !important;
    color: #5c3d2b;
}


@media (min-device-width: 1025px) {
    .field-validation-error {
        font-size: 15px;
    }
}

@media (max-device-width: 768px) {
    .field-validation-error {
        font-size: 16px;
    }
}

@media only screen and (max-device-width: 768px) and (min-device-width: 426px) {
    .field-validation-error {
        padding-bottom: 12px;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 769px) {
    .field-validation-error {
        font-size: 13px;
    }
}


.product-add-cart a#btnCancel, .product-add-cart #btnAddToOrder {
    color: white !important;
    text-decoration: none;
    margin: 0 0 0 12px;
    width: 150px;
}

.product-add-cart a#btnCancel {
    line-height: 41px;
}

.product-add-cart #btnAddToOrder {
    line-height: 39px !important;
}

.product-add-cart textarea#SpecialInstructions {
    resize: both !important;
    overflow: auto !important;
    display: block;
    width: 100%;
    height: calc(2.2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #5c3d2b;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    height: calc(2.2em + .75rem + 2px) !important;
}

#TypeOfEvent {
    color: #5c3d2b;
}

.cartNameInput, .cartQtyInput {
    border: none;
    color: #5c3d2b !important;
}

/** Start Checkbox and Radiobutton Start **/
/* Custom labels: the container */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    /*width: 8% !important;*/
    top: 4px;
}
    /* Hide the browser's default checkbox */
    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.selected .checkmark {
    border: none !important;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -10px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #5c3d2b;
}

.SMSOptIn .checkmark {
    top: 0 !important;
}

#basketItemDiv .singleuse-checkbox .option-name {
    cursor: pointer;
}

.single-use-items-options {
    max-height: 100px;
    overflow: auto;
    margin-bottom: 10px;
    border-bottom: 4px dotted #5c3d2b;
    /*border-bottom: 3px solid lightgrey;*/
    padding-bottom: 10px;
}

/* On mouse-over, add a grey background color */
/*.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}*/

.checkcontainer:hover input ~ .checkmark {
    background-color: #5c3d2b5e;
}

.basket-item-list .checkcontainer:hover input ~ .checkmark {
    /*background-color: #ccc;*/
    background-color: #5c3d2b5e;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid white;
}

/* Single use item checkbox background and border*/
.single-use-items-options .checkcontainer .checkmark {
    background-color: #ffffff;
    border: 1px solid #5c3d2b !important;
    top: -5px !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 7px;
    width: 10px;
    height: 18px;
    border: solid #30c7a8;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: -10px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #5c3d2b;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
    background-color: #5c3d2b5e;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #30c7a8;
}
/** End Checkbox and Radiobutton End **/

/*product customization page*/

/*basket-styles*/
.cart-icon {
    font-size: 28px;
    cursor: pointer;
    color: #000000;
}

.cart-icon-img {
    height: 24px;
    margin-top: -18px;
}

.basket-summary-item {
    max-width: 80%;
    flex: auto;
    margin-left: 15px;
    color: #5c3d2b;
}

.basket-summary-qty {
    max-width: 10%;
    flex: auto;
    text-align: right;
    margin-right: 15px;
}

    .basket-summary-qty p {
        font-family: 'Raleway Medium', sans-serif !important;
        color: #5c3d2b;
    }

#basketModalSummary {
    z-index: 100200;
    position: fixed;
    width: 275px;
    height: 325px;
    display: none;
    background-color: #f2f0e8;
    margin: auto;
    float: right;
    border-radius: 0px;
    border-style: solid;
    border-width: thin;
    top: 75px;
    right: 14px;
    border-radius: 8px;
}

.group-order-guest-header {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    #basketModalSummary {
        top: 75px;
    }

    body.grpOrder #basketModalSummary {
        right: 14px !important;
    }
}

@media (max-width: 991px) {
    .product-info .horizontal-card-widget-top-text {
        font-size: 27px !important;
    }

    .product-info .calorie-text {
        font-size: 17px !important
    }
}

@media screen and (max-width: 767px) {
    .location-label {
        display: none;
    }

    body.grpOrder #basketModalSummary {
        right: 0px !important;
    }
}

.callout-up::before {
    position: absolute;
    top: -11px;
    right: 22px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000000;
    content: '';
}

.callout-up::after {
    position: absolute;
    top: -9px;
    right: 22px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f0e8;
    content: '';
}

.basket-summary-header {
    font-family: 'Montserrat Black', sans-serif !important;
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
}

    .basket-summary-header p {
        font-size: 18px;
        line-height: 2;
        margin: 0 auto;
        color: #5c3d2b;
    }

.basket-summary-detail {
    font-family: 'Raleway Medium', sans-serif;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    height: 120px;
    margin-top: 18px;
    color: #5c3d2b;
}

.basket-summary-item-header {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 14px;
    margin-left: -5px;
    margin-right: -5px;
    height: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.basket-summary-subtotal, .basket-summary-subtotal-value {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
}

.basket-summary-subtotal-value {
    text-align: right;
}

.basket-summary-items {
    font-family: 'Montserrat Black', sans-serif !important;
    height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}

.basket-summary-item-row {
    line-height: 14px;
    padding-top: 5px;
    margin-bottom: -10px;
}

.basket-summary-footer {
    margin-bottom: 6px;
}

    .basket-summary-footer p {
        font-family: 'Raleway Medium', sans-serif !important;
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
        color: #5c3d2b;
    }

.basket-summary-controls {
    width: 100%;
    padding: 0px 10px;
}

.basket-summary-button {
    border: none;
    color: white;
    padding: 4px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 0px;
    cursor: pointer;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 20px;
    width: 100%;
    height: 35px;
}

.basket-summary-separator {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 4px dotted #5c3d2b;
}

#btnViewBasket {
    background-color: #5c3d2b;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
    padding-top: 10px;
    border-radius: 16px;
    line-height: 16px;
}


#btnAddBasketItem {
    font-family: 'Montserrat Black', sans-serif !important;
    background-color: #5c3d2b;
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
    border-radius: 16px;
    line-height: 16px;
}

    #btnAddBasketItem:hover {
        text-decoration: none;
    }

#btnStartGroupBasket {
    font-family: 'Montserrat Black', sans-serif !important;
    background-color: #5c3d2b;
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
    border-radius: 16px;
    line-height: 16px;
}

.basketItemDetail {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat Black', sans-serif !important;
    color: #5c3d2b;
}


#basketCurrentLocationInfo {
    font-family: 'Raleway Medium', sans-serif !important;
    font-weight: normal;
}

/* The Close Button */
.close {
    float: right;
    font-weight: normal;
    font-family: monospace !important;
    opacity: 1;
    color: #FFF;
    font-size: 25px;
}

    .close:hover,
    .close:focus {
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        opacity: 1 !important;
    }

.basket-header {
    background-color: #ff6b17;
    height: 90px;
    margin-top: -10px;
    padding-top: 8px;
    position: relative;
}

    .basket-header::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        background-color: #ff6b17;
        bottom: 1px;
        transform: translateY(100%);
        clip-path: polygon(0 0, 0% 100%, 100% 0);
        left: 0;
    }


#basketLocationPill, #guestLocationPill {
    background-color: #5c3d2b;
    margin-top: 10px;
    margin-left: 10px;
    font-family: 'Raleway Medium', sans-serif !important;
    font-weight: normal;
    height: 44px;
    width: 150px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}


#guestLocationPill {
    margin-top: 24px;
}

    #basketLocationPill .map-marker-container, #guestLocationPill .map-marker-container {
        border-right: 2px solid #f2f0e8;
    }

    #guestLocationPill .map-marker-container {
        border-right: 2px solid #f2f0e8;
    }

        #basketLocationPill .map-marker-container a, #guestLocationPill .map-marker-container em, #basketLocationPill .map-marker-container em {
            font-size: 20px;
            margin-right: 8px;
            margin-left: 8px;
            color: #ffffff;
        }

#basketLocationPill #currentLocationInfo {
    margin-left: 8px;
}

    #basketLocationPill #currentLocationInfo .location-box {
        display: flex;
        flex-direction: column;
    }

    #basketLocationPill #currentLocationInfo .pickup-title, #guestLocationPill #basketCurrentLocationInfo .pickup-title {
        margin-bottom: 0px;
        font-size: 10px;
        font-family: 'Raleway Medium', sans-serif;
        color: #ffffff;
        line-height: 13px;
    }

#guestLocationPill #basketCurrentLocationInfo .pickup-title {
    padding-top: 0px !important;
    margin-left: 8px;
}

#basketLocationPill #currentLocationInfo .location-txt, #guestLocationPill #basketCurrentLocationInfo .location-txt {
    font-size: 12px !important;
    text-transform: uppercase;
    /*font-weight: bold;*/
    /*letter-spacing: 1px;*/
    font-family: 'Montserrat Black', sans-serif;
    color: #ffffff !important;
    line-height: 12px;
}

#guestLocationPill #basketCurrentLocationInfo .location-txt {
    margin-left: 8px;
}

#basketLocationPill #currentLocationInfo .change-location-txt {
    font-size: 11px;
    font-family: 'Raleway Medium', sans-serif;
    text-decoration: underline;
    color: #FFFFFF;
    line-height: 13px;
}

#btnBasketClose {
    font-size: 38px;
    float: right;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    font-family: 'Raleway Medium', sans-serif !important;
}

body.grpOrder #btnBasketClose {
    margin-top: 16px;
}

.basket-start-group-order {
    margin-left: 20px;
    margin-top: 8px;
    font-family: 'Montserrat Black', sans-serif !important;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
}



#startGroupOrder {
    padding-left: 6px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    margin-top: 0px;
    height: 20px;
}

.basket-manage-group-order {
    font-style: normal;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 10px;
    margin-top: 4px;
    margin-left: 10px;
}

.group-order-deadline {
    font-size: 17px;
    text-transform: uppercase;
}

.group-order-note {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 12px;
}

.basket-item-list {
    height: 30%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 20px;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 12px;
    padding-bottom: 32px;
    padding-top: 16px;
}

    .basket-item-list hr {
        border-top: 4px dotted #5c3d2b;
    }

    .basket-item-list .basket-item hr {
        width: 60%;
    }

    .basket-item-list .group-order-guest-header {
        margin-top: 1px;
    }

    .basket-item-list .single-use-items-options #singleUseItemCheckboxLabel1 {
        font-family: 'Montserrat Black', sans-serif !important;
        text-transform: uppercase;
        font-size: 14px;
    }

.item-line-1 {
    font-weight: normal;
    font-size: 18px;
    height: 32px;
    font-family: 'Montserrat Black', sans-serif !important;
    color: #5c3d2b;
}

.item-line-2 {
    height: 30px;
    font-size: 18px;
    color: #5c3d2b;
}

.item-line-3 {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 13px;
    color: #5c3d2b;
}

.item-line-4 {
    font-size: 14px;
    font-family: 'Montserrat Black', sans-serif !important;
    color: #5c3d2b;
}

.qty-label {
    margin-right: 10px;
}

.minus-add-container {
    padding-left: 16px;
    padding-right: 0;
}

.remove-basket-btn-container {
    margin-left: -10px;
    text-align: right;
}

.quantity-update-buttons {
    border-radius: 40px;
    border-style: solid;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: auto;
    border-width: 1px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 100;
    cursor: pointer;
    border-color: #000000;
    color: #000000 !important;
    font-family: 'Montserrat Black', sans-serif !important;
    margin-top: -5px;
    background-color: #ffffff;
    user-select: none;
}

.basket-minus-qty {
    background-color: #5c3d2b !important;
    color: #ffffff !important;
    border-color: #5c3d2b !important;
}

.basket-item-qty {
    display: inline-block;
    padding: 0 4px;
}

.basket-plus-qty {
    background-color: #30c7a8;
    border-color: #30c7a8 !important;
    color: #ffffff !important;
}

.basket-totals {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    padding-top: 5px;
    color: #5c3d2b;
}

    .basket-totals p {
        font-family: 'Montserrat Black', sans-serif !important;
        text-transform: uppercase;
    }

.basket-totals-row {
    height: 20px;
    font-size: 14px;
}

.remove-basket-item, .edit-basket-item {
    color: #5c3d2b;
    cursor: pointer;
    text-decoration: underline !important;
    color: #5c3d2b !important;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 13px;
    text-transform: uppercase;
}

.link {
    color: #5c3d2b;
}

.edit-basket-item:hover, .remove-basket-item:hover {
    color: #5c3d2b !important;
}

#btnApplyPromoCode {
    cursor: pointer;
    text-decoration: underline !important;
    color: #5c3d2b;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
    margin-top: 12px;
}

.remove-basket-item {
    padding-right: 12px;
}

#btnApplyPromoCode {
    float: right;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
}

.basket-buttons {
    border: none;
    color: #ffffff !important;
    border: 1px solid #5c3d2b;
    padding: 10px 32px 8px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px !important;
    cursor: pointer;
    font-family: 'Montserrat Black', sans-serif !important;
    height: 40px;
    background-color: #5c3d2b;
    text-decoration: none !important;
    width: 100%;
    border-radius: 40px;
    line-height: 18px;
}

.btnApplyRewards, .btnRemoveRewards {
    width: 360px;
}

#btnAddMenuItem {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 16px;
}

/*****Tooltip for CHECKOUT page and ORDER DETAIL page******/
.tooltips .span-left {
    width: auto;
    padding-top: 3px;
}

.tooltips .span-left, .order-info-container .pull-right {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat Black',sans-serif !important;
    color: #5c3d2b;
}

.tooltips .text-left {
    width: 100%;
}

.tax .name > p {
    float: left;
}

.tax .name {
    padding-right: 0px;
}

.tooltips .fa-info-circle {
    color: #30c7a8;
}

.tooltips .note {
    font-size: 12px;
    padding-left: 10px !important;
    font-weight: normal;
}

.tooltips .customfee-row {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

    .tooltips .customfee-row:first-child {
        padding-top: 0px;
    }

.tooltips {
    display: inline-block;
    position: relative;
    text-align: left;
    font-family: 'Raleway Medium', sans-serif !important;
}

.order-info-container .tooltips .top {
    left: 96%;
}

.tooltips .top {
    min-width: 250px;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 10px 20px;
    color: #5c3d2b;
    background-color: #f2f0e8;
    font-weight: normal;
    font-size: 14px;
    border-radius: 8px;
    position: absolute;
    box-sizing: border-box;
    display: none;
    border-style: solid;
    border-width: thin;
    border-color: #212529;
    font-weight: bold;
}

.tooltips:hover .top {
    display: block;
}

.tooltips .top i {
    position: absolute;
    top: 99.4%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}

.order-info-container .tooltips .top i {
    left: 48.5%;
}

.tooltips .top i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    background-color: #EEEEEE;
    box-shadow: 1px 1px 2px #212529;
}
/*****END HERE - Tooltip******/


#btnCheckout {
    width: 100%;
    font-size: 16px !important;
    height: 40px;
    background-color: #30c7a8;
    color: #ffffff !important;
    border: 1px solid #30c7a8;
    padding: 12px 0px 24px 0px;
}

.basket-item-subtotal {
    text-align: right;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 18px;
}

.basket-item-cost {
    text-align: right;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Montserrat Black', sans-serif !important;
}

#basketSubtotal, #basketTax {
    text-align: right;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
}

#basketTotal {
    text-align: right;
}

.basket-totals-label {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
}

.basket-total-amount {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 16px !important;
}

.basket-lower-part {
    position: fixed;
    bottom: 16px;
    width: 400px;
}

.basket-footer {
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 10px;
}

.basketCounter {
    font-size: 12px;
    color: #fff;
    padding: 0px 8px 0 8px;
    vertical-align: top;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    top: 18px;
    width: auto;
    height: 20px;
    background-color: #000;
    font-family: 'Raleway Medium', sans-serif !important;
    line-height: 20px;
}

.basket-separator {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    border-top: 1px solid #f9f9f9;
}

.basket-item-separator {
    width: 60%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-top: 4px dotted #5c3d2b;
}


.basket-upsell {
    font-family: 'Raleway Medium', sans-serif !important;
    margin: 0 25px;
}

.basket-upsell-header {
    color: #5c3d2b;
    text-align: center;
    margin-bottom: 20px;
    font-family: Lakesight, sans-serif;
    font-weight: 500 bold;
    font-size: 28px;
}

.basket-upsell-items {
    text-align: center;
    display: flex;
    margin: 0 -15px;
}

.slick-slide:focus {
    outline: none !important;
}

.upsell-item {
    cursor: pointer;
    /*margin: 0 8px !important;*/
    padding: 0 8px;
}

@media(max-width: 360px) {
    .upsell-item {
        padding: 0 0 0 8px !important;
    }

    .upsell-item-unavailable {
        font-size: 11px;
        width: 68px !important;
    }
    .location-menu-container::before, .change-location-container.menu-location::before {
        width:280px;
    }

}

@media(max-width: 320px) {
    .upsell-item {
        padding: 0 !important;
    }
}

#addUpsellItems {
    float: right;
    visibility: hidden;
    color: #FFF !important;
    background-color: #30c7a8;
    padding: 4px 24px;
    border-radius: 16px;
    text-decoration: none !important;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Montserrat Black', sans-serif !important;
}

.basket-upsell-image {
    margin-bottom: 5px;
    object-fit: contain;
    height: 50px;
    width: 50px;
}

.upsell-image-desc {
    color: #5c3d2b;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 13px;
}

.slick-slide img {
    display: initial;
}

.upsell-item-unavailable {
    margin-top: -95px;
    color: black;
    font-family: Montserrat Black, sans-serif !important;
    display: block;
    width: 98px;
    height: 80px;
}

.basket-totals #txtPromoCode {
    background-color: transparent !important;
    border-radius: 40px !important;
    color: #5c3d2b !important;
    width: 100% !important;
    font-size: 16px !important;
    font-family: 'Montserrat Black', sans-serif !important;
    padding: 10px 16px !important;
    border: 2px solid #5c3d2b !important;
}

.upsell-item-selected {
    cursor: pointer;
    background-image: url(/Content/Images/check-mark-icon-orange.png);
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: 50% 75%;
}

/*#txtPromoCode {
        background-color: transparent;
        border-radius: 40px;
        color: #5c3d2b;
        width: 100%;
        font-size: 14px;
        font-family: 'Montserrat Black', sans-serif !important;
        padding: 10px 16px;
        border: 2px solid #5c3d2b;
    }*/

::placeholder {
    color: #5c3d2b;
    opacity: 1;
    font-family: 'Montserrat Black', sans-serif !important;
}

#lblPromoCodeStatus {
    height: 25px;
    font-size: 9px;
    color: #ff6b17;
    font-family: 'Raleway Medium', sans-serif !important;
    text-transform: none;
    font-style: normal;
}

.spacer {
    width: 100%;
    height: 16px;
}

.basket-summary-first-focus {
    height: 0px;
    margin: 0;
    width: 0px;
}

.upsell-price {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 10px;
}

.restaurant-message {
    border: 2px solid #ff6b17;
    margin-bottom: 20px;
    border-radius: 16px;
}

    .restaurant-message p {
        margin: 5px 12px !important;
        color: #ff6b17;
        font-family: 'Raleway Medium', sans-serif;
    }
/*end basket styles*/
/*group order styles*/
#groupOrderModalBody, #changeLocationModalBody, #basketTransferModalBody {
    width: 500px;
}

#setLocationModalBody {
    width: 530px;
}

.group-order-body {
    margin: 20px;
}

.group-order-header, .change-location-header, .set-location-header, .basket-transfer-header {
    height: 45px;
    background-color: #30c7a8;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 10px;
    color: #ffffff;
    line-height: 28px;
    font-weight: bold;
}

#changeLocationFirstFocus {
    width: 85%;
}

.group-order-detail-header {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    font-weight: bold;
}


    .group-order-detail-header > p {
        margin-bottom: 5px;
    }

.group-order-detail-detail {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 12px;
}

/*.group-order-detail-detail {
        font-family: MuseoSlab-300, serif !important;
        font-size: 12px;
    }*/

#groupOrderLink {
    width: calc(100% - 32px) !important;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 12px;
    height: 30px;
}

/*#groupOrderLink {
        width: calc(100% - 32px);
        font-family: MuseoSlab-300, serif !important;
        font-size: 12px;
        height: 30px;
    }*/

#copyGroupOrderLink {
    cursor: pointer;
}

/* #groupOrderDate, #groupOrderTime {
        font-family: MuseoSlab-300, serif !important;
        font-size: 12px;
        height: 30px;
    }*/

#groupOrderDate, #groupOrderTime {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 12px;
    height: 30px;
    width: 12em !important;
}

.catering-location-bottom {
    margin-bottom: 10px !important;
}

.catering-location-top {
    margin-top: 10px !important;
}

.catering-location-form-label {
    margin-top: 5px;
}

#groupOrderNote {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 12px;
    width: 100%;
}

/*#groupOrderNote {
        font-family: MuseoSlab-300, serif !important;
        font-size: 12px;
        width: 100%;
    }*/

#groupOrderEmailRecipients {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 12px;
    width: 100%;
    height: 30px;
}

/*#groupOrderEmailRecipients {
        font-family: MuseoSlab-300, serif !important;
        font-size: 12px;
        width: 100%;
        height: 30px;
    }*/

.group-order-buttons, .set-location-buttons {
    border: none;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    margin: 4px 0px;
    cursor: pointer;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
    width: 100%;
    height: 40px;
    background-color: #ff6b17;
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 16px;
    /*font-weight: bold;*/
    /*letter-spacing: 1px;*/
    border-radius: 24px;
}

/*.group-order-buttons {
        border: none;
        padding: 6px 0;
        text-align: center;
        display: inline-block;
        margin: 4px 0px;
        cursor: pointer;
        font-family: BurfordBase, serif !important;
        font-size: 18px;
        width: 100%;
        height: 35px;
        background-color: #000000;
        color: #ffffff !important;
        text-decoration: none !important;
        margin-top: 16px;
    }*/

#groupOrderCancel, #setLocationCancel {
    float: right;
}

.fa-users {
    float: left;
    margin-top: 4px;
    color: #000;
}

#updateGroupOrder, #setLocation {
    float: left;
}

#closeGroupOrder, #closeChangeLocation, #closeBasketTransfer, #closeSetLocation {
    font-size: 38px;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 400;
    position: relative;
    font-family: 'Raleway Medium', sans-serif !important;
    float: right;
    top: -45px;
    right: 10px;
}

/*#closeGroupOrder, #closeChangeLocation, #closeBasketTransfer {
        font-size: 50px;
        cursor: pointer;
        color: #FFFFFF;
        font-weight: 400;
        position: relative;
        font-family: monospace !important;
        float: right;
        top: -45px;
        right: 10px;
    }*/

.cartQtyField {
    padding-right: 0;
}

.basket-summary-add-from-fave {
    color: #5c3d2b;
    width: 100%;
    margin-top: -20px;
    line-height: 15px;
    font-family: 'Montserrat Black', sans-serif !important;
    cursor: pointer;
}

    .basket-summary-add-from-fave:hover {
        text-decoration: underline;
        color: #5c3d2b;
    }

.change-location-body, .set-location-body {
    padding-left: 20px;
    padding-right: 20px;
}


.change-location-input-area {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
    height: 60px;
    padding-left: 20px;
    margin-top: 15px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    border-radius: 4px;
}

/*.change-location-input-area {
        font-family: BurfordBase, serif !important;
        font-size: 18px;
        height: 60px;
        padding-left: 20px;
        margin-top: 15px;
    }*/

.change-location-list {
    overflow-x: hidden;
    overflow-y: auto;
    height: 300px;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%;
}

/*.change-location-list {
        overflow-x: hidden;
        overflow-y: auto;
        height: 300px;
        font-family: MuseoSlab-300, serif !important;
        font-size: 10px;
        margin-bottom: 20px;
        width: 100%;
    }*/

.change-location-item-header {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
    height: 30px;
    padding-right: 30px;
    margin-top: 20px;
    font-weight: bold;
    /*letter-spacing: 1px;*/
}

/*.change-location-item-header {
        font-family: BurfordBase, serif !important;
        font-size: 20px;
        height: 30px;
        padding-right: 30px;
        margin-top: 20px;
    }*/

#chkCLDelivery {
    margin-left: 20px;
}

.change-location-selections {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 13px;
}

/*.change-location-selections {
        font-family: MuseoSlab-300, serif !important;
        font-size: 12px;
    }*/

.chkLabel {
    margin-left: 10px;
    margin-top: 2px;
}

#txtChangeLocationAddress {
    height: 30px;
    margin-top: -20px;
    width: 70% !important;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 12px;
}

/*#txtChangeLocationAddress {
        height: 30px;
        margin-top: -20px;
        width: 70%;
        font-family: MuseoSlab-300, serif !important;
        font-size: 12px;
    }*/

#btnChangeLocation {
    margin-top: -20px;
    /*border: none;*/
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 13px;
    line-height: 13px;
    width: 100px;
    height: 30px;
    background-color: #30c7a8;
    color: #ffffff !important;
    text-decoration: none !important;
    margin-left: 20px;
    padding-top: 8px;
    border-radius: 16px;
}

/*#btnChangeLocation {
        margin-top: -20px;
        border: none;
        padding: 4px 32px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        font-family: BurfordBase, serif !important;
        font-size: 17px;
        width: 100px;
        height: 30px;
        background-color: #000000;
        color: #ffffff !important;
        text-decoration: none !important;
        margin-left: 20px;
    }*/

.changeLocAvailabilityMessage {
    margin-top: 10px;
    border-style: solid;
    border-width: thin;
    text-align: center;
    padding-right: 10px;
    margin-right: 12px;
    border-color: #c34a31;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    color: #c34a31;
}

/*.changeLocAvailabilityMessage {
        margin-top: 10px;
        border-style: solid;
        border-width: thin;
        text-align: center;
        padding-right: 10px;
        margin-right: 12px;
        border-color: #b82927;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
        color: #b82927;
    }*/


#txtChangeLocationAddress::placeholder {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 10px;
    color: #000000;
}

/*#txtChangeLocationAddress::placeholder {
        font-family: MuseoSlab-300, serif !important;
        font-size: 10px;
        color: #000000;
    }*/

.change-location-place-order {
    border: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 13px;
    width: 100px;
    height: 30px;
    background-color: #c34a31;
    color: #ffffff !important;
    text-decoration: none !important;
    width: 160px;
    float: right;
    bottom: 0;
    position: relative;
    right: 10px;
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
    padding-top: 8px;
    line-height: 15px;
    border-radius: 24px;
}

/*.change-location-place-order {
        border: none;
        padding: 4px 32px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        font-family: BurfordBase, serif !important;
        font-size: 17px;
        width: 100px;
        height: 30px;
        background-color: #000000;
        color: #ffffff !important;
        text-decoration: none !important;
        width: 160px;
        float: right;
        bottom: 0;
        position: relative;
        right: 10px;
    }*/

.change-location-selections {
    height: 40px;
    padding-left: 40px;
    padding-top: 10px;
}

.hours-text {
    padding: 0;
}

.change-location-vendor-name {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
}

/*.change-location-vendor-name {
        font-family: BurfordBase, serif !important;
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 24px;
    }*/

.change-location-labels {
    margin-bottom: 0px !important;
}

.menu-change-location {
    cursor: pointer;
    color: #5c3d2b !important;
}

/* override global setting for menu index page*/
.menu-index-page > .menu-category-container {
    width: 33.3%;
}

.menu-index-page > .menu-category-container > .menu-category-image > img {
    height: 15vw;
}

.menu-index-page > .menu-category-container > .category-text {
    height: 64px;
}

.menu-index-page > .menu-category-container > .category-view {
    margin-top: 8px;
}

.landing-page-container > .featured-categories > .menu-category-container > .category-text {
    margin-top: 8px;
}

.landing-page-container > .featured-categories > .menu-category-container > .category-view {
    margin-top: 16px;
}

.menu-index-page > .menu-category-container > .category-text a {
    font-size: 28px;
}

.product-list-page > .featured-categories > .menu-category-container > .menu-category-image > img {
    height: 15vw;
}

.product-list-page > .featured-categories > .menu-category-container > .category-text a {
    font-size: 18px;
    line-height: 20px;
}

@media(max-width: 425px) {
    .menu-index-page > .menu-category-container {
        width: 50%;
    }
}

#basketModalBody {
    width: 400px;
    height: 100%;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
}

.offers-header {
    text-align: center;
    line-height: 40px;
    font-family: 'Raleway Medium', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    /*letter-spacing: 1px;*/
    color: #5c3d2b;
}

/*.offers-header {
    text-align: center;
    line-height: 40px;
}*/

.reward-text {
    width: 55%;
    display: block;
    float: left;
    margin: auto;
    font-family: 'Raleway Medium', sans-serif !important;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 13px;
    /*letter-spacing: 1px;*/
    padding-top: 10px;
    color: #5c3d2b;
}

/*.reward-text {
    width: 55%;
    display: block;
    float: left;
    margin: auto;
}*/

.reward-line {
    margin: auto;
    height: 50px;
}

.btnRemoveRewards, .btnApplyRewards {
    width: 40%;
    display: block;
    float: right;
}

#rewardsMessage {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    color: #FFF;
    background: #000;
    opacity: 0.75;
    margin-left: 0px;
    margin-right: -24px;
}

    #rewardsMessage p {
        color: #FFF;
        text-align: center;
        line-height: 100px;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Raleway Medium', sans-serif !important;
    }

.basket-item-recipient {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.change-location-error-msg {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 18px;
    color: #5c3d2b;
    text-align: center;
    margin: 0 15px
}

.change-location-button {
    width: 100%;
    min-height: 35px;
}

.calorie-text {
    font-size: 24px;
    line-height: 16px;
    margin-top: 40px;
}

.price-text {
    font-size: 40px;
    line-height: 25px;
    /*color: #C34A31 !important*/
}

#chkCLPickup, #chkCLDelivery {
    height: 20px;
    width: auto !important;
}

.arrow-up {
    font-size: 18px !important;
}

.prod-description {
    margin-left: 50px;
}


@media screen and (max-width: 1024px) {
    .callout-up::before, .callout-up::after {
        right: 67px;
    }

    body.grpOrder .callout-up::before, body.grpOrder .callout-up::after {
        right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .menu-index-page > .menu-category-container > .category-text a {
        font-size: 20px;
    }

    body.grpOrder .callout-up::before, body.grpOrder .callout-up::after {
        right: 19px;
    }

    .prod-description {
        margin-left: auto;
    }

    .change-location-container .change-location-icon {
        padding: 4px 16px 0 8px;
    }
}

@media(max-width:786px) {
    .field-validation-error {
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    body.grpOrder .callout-up::before, body.grpOrder .callout-up::after {
        right: 32px;
    }

    .product-add-cart {
        margin-bottom: 150px;
    }
}


@media(max-width: 991px) {

    .category-product-description-full {
        font-size: 14px;
    }

    .category-product-description {
        font-size: 14px;
    }

    .category-product-price-calories {
        font-size: 16px;
    }

    .category-product-description p, .category-product-description-full p {
        font-size: 14px;
        line-height: 20px
    }

    .category-product-ordernow a {
        font-size: 16px;
    }

    .category-availability-message {
        font-size: 12px;
    }

    .callout-up::before, .callout-up::after {
        right: 15px;
    }

    .basketCounter {
        right: 60px;
        top: 14px;
    }

    /* group order page settings for basket counter nofication */
    .grpOrder #header .basketCounter {
        right: 72px !important;
        top: 18px !important;
    }


    li.product-radio-button, li.product-checkbox {
        width: 48%;
    }

    li.product-radio-button-disabled, li.product-checkbox-disabled {
        width: 48%;
    }

    .cartNameQty {
        max-width: 100%;
        height: 64px;
        float: none;
    }

    .cartQtyField {
        padding-right: 0;
    }

    .productButtons {
        max-width: 100%;
    }

    .cart-icon-img {
        height: 32px;
        margin-top: -12px;
    }
}


@media(max-width:767px) {
    .product-list-page > .featured-categories > .menu-category-container > .category-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .menu-index-page > .menu-category-container > .category-view {
        margin-top: 8px !important;
    }

    .featured-categories .category-page.menu-category-container .category-text {
        height: 60px;
    }

    .landing-page-container > .featured-categories > .menu-category-container > .category-text {
        height: 60px;
        margin-top: 0;
    }

        .landing-page-container > .featured-categories > .menu-category-container > .category-text a {
            font-size: 18px !important;
            line-height: 20px !important;
        }

    .menu-index-page > .menu-category-container > .menu-category-image > img {
        height: 25vw;
    }

    .product-list-page > .featured-categories > .menu-category-container > .menu-category-image > img {
        height: 25vw;
    }

    .category-big-text {
        font-size: 28px;
    }

    .menu-index-page > .menu-category-container {
        margin-top: 16px;
        margin-bottom: 16px;
        width: 50%;
    }

    .cartNameQty {
        z-index: 1;
    }

    .change-location-container .store-availability {
        font-size: 12px;
    }

    .change-location-container .change-location-link span {
        font-size: 12px;
        text-decoration: underline;
        cursor: pointer;
    }

    .category-product-description p, .category-product-description-full p {
        font-size: 12px;
    }

    .category-product-description-full {
        padding: 0 8px 10px 8px;
        font-size: 12px;
        margin-top: 10px;
    }

    .category-product-description {
        font-size: 12px;
    }

    .group-order-header, .change-location-header, .basket-transfer-header {
        font-size: 12px;
    }

    .hours-text {
        padding: 16px;
    }

    .change-location-input-area {
        padding-left: 0px;
    }

    #txtChangeLocationAddress {
        width: 60% !important;
    }

    #btnChangeLocation {
        width: 30%;
    }

    .change-location-selections {
        padding-left: 16px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .change-location-list > div > div {
        margin-top: 16px;
    }

    .change-location-list .row {
        flex-direction: column;
    }

    .change-location-item-header {
        display: none !important;
    }

    .slick-list {
        width: 100%;
    }

    #basketModalBody {
        width: 100vw !important;
    }

    #groupOrderModalBody, #changeLocationModalBody, #setLocationModalBody, #basketTransferModalBody {
        width: 100%;
    }

    .product-add-cart a#btnCancel, .product-add-cart #btnAddToOrder {
        color: white !important;
        text-decoration: none;
        margin: 15px 0 0 0;
        width: 100%;
    }

    #btnAddMenuItem {
        margin-bottom: 22px;
    }

    .cartQtyLabel {
        padding-left: 0;
    }

    .basket-summary-detail {
        height: 160px;
    }

    .upsell-item {
        margin: 0 9px !important;
    }

    #btnAddMenuItem {
        width: 100%;
    }

    .upsell-image-desc {
        width: 20vw;
        font-size: 12px;
    }

    .basket-lower-part {
        width: 100%;
    }

    #basketModalBody {
        width: 100%;
    }

    .callout-up::before, .callout-up::after {
        right: 15px;
    }

    #basketModalSummary {
        width: 100%;
        right: 0;
    }

    .basketCounter {
        right: 0px;
        top: 14px;
    }

    .spacer {
        width: 100%;
        height: 32px;
    }

    .cartQtyField {
        padding: 0;
    }

    .productButtons {
        height: 100px;
    }

    .product-submit-button {
        width: 100%;
        margin: 12px 0;
        float: left;
    }

    li.product-radio-button, li.product-checkbox {
        width: 100%;
        margin: 0;
    }

    li.product-radio-button-disabled, li.product-checkbox-disabled {
        width: 100%;
        margin: 0;
    }

    .change-location-container .change-location-link {
        font-size: 16px;
    }

    .change-location-container .change-location-text {
        font-size: 12px;
    }

    .change-location-container .change-location-icon {
        font-size: 36px;
        line-height: 75px;
        height: 85px;
        width: 40px;
    }


    .category-product-description {
        width: 155px;
        height: 102px;
        padding: 0;
    }

        .category-product-description p {
            font-size: 12px;
            margin-bottom: 0px;
            line-height: 20px;
        }

    .menu-category-image {
        padding: 12px;
    }

    .category-product-ordernow {
        font-size: 12px;
    }

    .category-product-price-calories {
        padding: 0 8px;
        font-size: 16px;
    }

    .category-product-ordernow a {
        font-size: 12px;
        display: flex;
        width: 124px;
        height: 44px;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .change-location-container .change-location-text {
        padding: 16px 0 0 0;
    }

    #btnPlaceOrder {
        width: 100%;
    }

    .menu-index-page > .menu-category-container > .category-text {
        height: 55px;
    }

        .menu-index-page > .menu-category-container > .category-text a {
            font-size: 18px;
            line-height: 20px;
        }

    .category-text a {
        margin-bottom: 0;
        font-size: 18px;
    }

    .category-text {
        margin-bottom: 0;
        font-size: 18px;
        height: 60px;
        margin-top: 8px;
    }

    .menu-category-container > .category-view > span {
        font-size: 12px;
        display: flex;
        width: 124px;
        height: 44px;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .menu-category-container > .category-view > a {
        width: 124px;
        height: 44px;
        padding: 12px 16px;
        line-height: 20px;
        font-size: 12px;
    }

    .menu-category-container > .category-view {
        margin-top: 8px;
    }
}

@media(max-width:690px) {
    .productButtons {
        float: none;
    }

    .category-product-description p {
        margin-bottom: 1rem;
    }
}


@media(max-width:425px) {
    .location-address-container {
        text-align: center;
    }
}

@media(max-width:375px) {
    .product-list-page > .featured-categories > .menu-category-container > .category-text a {
        font-size: 14px;
    }
}

@media(max-width:374px) {
    .reward-line {
        display: flex;
        align-items: center;
    }

    .reward-text {
        padding-top: 0;
    }

    .btnRemoveRewards, .btnApplyRewards {
        width: 120px;
        padding: 0;
    }
}

@media(max-width:367px) {
    .basketCounter {
        right: 0px;
    }
}

@media(max-width:340px) {
    #btnAddMenuItem, #rewardsContainer .basket-buttons {
        font-size: 14px !important;
    }
}

@media(max-width:329px) {
    .basket-lower-part #totaldiv #txtPromoCode::placeholder {
        font-size: 13px;
    }
}
