.header-join-button {
    margin-left: auto;
}

.s-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("/assets/images/Spinner-3.gif")
        center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    /* overflow: hidden; */
    pointer-events: none;
}

/* Make spinner image visible when body element has the loading class */
body.loading .s-overlay {
    display: block;
    z-index: 99999;
    pointer-events: none;
}

/* show hand cursor on li item in menu */
li {
    cursor: pointer;
}

.header-name-flex {
    display: flex;
    justify-content: center;
}

.header-name {
    font-size: large;
    margin: 7px 14px;
}

.order-received-row {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.order-received-column {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0 15px;
    border-left: 1px solid rgb(241, 241, 241);
}

.order-received-column:first-child {
    padding-left: 0;
    border-left: 0;
}

.order-received-column:last-child {
    padding-right: 0;
}

.order-received-column .title {
    margin-bottom: 10px;
}

.order-received-column-title-font {
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: rgb(13, 17, 54);
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin: 0;
}

.order-received-value:last-child {
    color: rgb(66, 69, 97);
}

.order-received-value {
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: rgb(13, 17, 54);
    font-weight: 400;
    line-height: 1.2;
    display: block;
    margin: 0;
}

/*order detail*/
.order-detail-div {
    margin-bottom: 60px;
}

.order-detail-main-title {
    font-family: Poppins, sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #0d1136;
    line-height: 1;
    margin-bottom: 32px;
}

.order-detail-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.order-detail-title-div {
    -webkit-flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    max-width: 210px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.order-detail-title-div::after {
    content: ":";
    position: absolute;
    top: -1px;
    right: -2px;
    line-height: 1;
}

.order-detail-title:last-child {
    color: #424561;
}

.order-detail-title {
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: #0d1136;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin: 0;
}

.order-detail-value-div {
    padding-left: 90px;
}

.order-detail-value:last-child {
    color: #424561;
}

.order-detail-value {
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: #0d1136;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    margin: 0;
}

.home-btn-div .home-btn {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgb(119, 121, 140);
    height: 36px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    border-radius: 6px;
    transition: all 0.15s ease-in-out 0s;
}

.home-btn:hover {
    background-color: #009e7f;
    color: white;
}

.schedule-time-select {
    background: #fff;
    color: #00a87f;
    border: 1px solid #ced4da;
    cursor: pointer;
}

.schedule-time-select:hover {
    color: #00a87f !important;
}
.order-received-holder {
    margin-top: 15px;
}

.order-detail-div:last-child {
    margin-bottom: 10px;
}

.order-received-center {
    margin-left: 25%;
    margin-right: 25%;
}

.quantity-cart {
    width: 30px;
    height: 90px;
    padding: 30px 0;
    background: #f7f7f7;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.quantity-cart input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-cart input[type="number"]::-webkit-inner-spin-button,
.quantity-cart input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-cart input {
    width: 100%;
    height: 30px;
    padding: 4px 2px;
    margin: 0;
    text-align: center;
    border: none;
    background: none;
    pointer-events: none;
}

.quantity-cart input:focus {
    outline: 0;
}

.quantity-cart .quantity-button {
    width: 100%;
    padding: 9px;
    font-size: 12px;
    line-height: 1;
    color: #77798c;
    text-align: center;
    border: none;
    background: none;
    position: absolute;
    left: 0;
}

.quantity-cart .quantity-button:hover {
    color: #009e7f;
}

.quantity-cart .quantity-button.quantity-up {
    top: 0;
}

.quantity-cart .quantity-button.quantity-down {
    bottom: 0;
}

.quantity-cart .quantity-button.cart-quantity-button-up {
    top: 0;
}

.quantity-cart .quantity-button.cart-quantity-button-down {
    bottom: 0;
}

.quantity-cart .quantity-button i {
    display: block;
}

@media (max-width: 991px) {
    .home-nav-btn {
        display: none;
    }

    .mobile-nav-profile-item {
        background: #f7f7f7;
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .scale-product {
        float: left;
        left: 50% !important;
        top: 50%;
        height: 56% !important;
        transform: translate(-50%, -50%) !important;
        border-radius: 20px !important;
    }
    .scale-product .product-detail {
        padding: 0px !important;
    }
}

@media (max-height: 797px) {
    .scale-product .product-detail-box {
        height: 84%;
    }
}
@media (max-height: 449px) {
    .scale-product .product-detail-box {
        height: 72%;
    }
}
.detail-btn-close .btn-close {
    z-index: 99;
}

.w-h-400 {
    height: 400px !important;
    width: 400px !important;
}

.product-info-image {
    object-fit: contain;
    width: 100%;
    height: 100% !important;
}

/* styles for phone input */

.iti__country-list > li {
    white-space: pre-wrap;
}

.iti {
    width: 100% !important;
}

@media (max-width: 720px) {
    .iti-mobile .iti__country-list {
        width: 86% !important;
    }
}

.text-right {
    text-align: right !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.theme-background {
    background: #009e7f !important;
}

.theme-bordered {
    border: 1px solid #009e7e88;
}

.height-100-p {
    height: 100% !important;
}

ul.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-links li {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.footer-links > li > a {
    color: #111111;
    font-size: 16px;
}

.footer-logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 125px;
}

.footer-social-links > a {
    color: #111111;
    padding: 10px 10px 10px 10px;
    font-size: x-large;
}

.footer-info-text i {
    margin-right: 10px;
}

.footer-info-text .detail {
    font-size: 16px;
}

.order-detail-logo img {
    max-width: 125px;
    height: 100%;
    margin: 25px 0;
}

.order-detail-heading {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.order-info-table {
    border-collapse: separate;
    border-spacing: 0 1em;
    text-align: center;
}

.order-info-table tr td,
.order-info-table tr th {
    border-bottom: 1px solid rgb(207 207 207);
    padding-bottom: 1rem;
}

.badge-products-counter {
    color: #fff;
    background-color: #009e7f;
    padding: 0.15em 0.25em;
}

.menu-group-img {
    max-width: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.modifier-with-checkbox {
    margin-right: 20px;
}

.modifier-with-checkbox input {
    display: block !important;
    /* min-width: 20px;
    min-height: 20px;
    margin: 10px 25px; */
}

.pizza-side-icon {
    font-size: 1.2rem;
    border: 2px solid black;
    padding: 4px;
    border-radius: 50%;
}

.no-radio-display-label {
    padding: 0 !important;
    color: inherit !important;
}

.no-radio-display-label::before {
    content: unset !important;
    position: unset !important;
    left: unset !important;
    top: unset !important;
    width: unset !important;
    height: unset !important;
    border: unset !important;
    border-radius: unset !important;
    background: unset !important;
}

.no-radio-display-label::after {
    content: unset !important;
    width: unset !important;
    height: unset !important;
    background: unset !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    border-radius: unset !important;
    -webkit-transition: unset !important;
    transition: unset !important;
}

.checkbox-2x {
    transform: scale(1.25);
}

.modifier-option-tabs.checkbox.selected-modifier .icon-box.modifier {
    font-weight: 800;
}

.modifier-option-tabs.checkbox.selected-modifier .icon-box.modifier .img-area {
    border-color: #009e7f;
}

.fs-10 {
    font-size: 10px !important;
}

.display-md-above {
    display: block;
}

.scale-product {
    background: none !important;
}

.scaled-product-content {
    background: #fff;
    border-radius: inherit;
    border: inherit;
    padding-bottom: 0px;
}
.google-address-suggestion-box {
    z-index: 1;
    position: absolute;
    width: 100%;
    padding-right: 32px;
    height: 192px;
    overflow-y: scroll;
}

@media (max-width: 500px) {
    .display-md-above {
        display: none;
    }
}

@media (max-width: 450px) {
    .display-sm-above {
        display: none;
    }
}

.checkout-product-list {
    max-height: 400px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.float-right {
    float: right !important;
}

@media (max-width: 991.98px) {
    .profile-holder .card.custom-card .card-body,
    .profile-holder .card.custom-card .card-footer {
        padding: 10px !important;
    }
}

.m-h-slider {
    max-height: 85vh !important;
    min-height: 275px;
}

#nav .user-nav {
    min-width: 250px !important;
}

.max-width-6-8 {
    max-width: 215px;
}

.accordion > li > .overwrite-opener .badge {
    margin-top: 3px;
    margin-bottom: 4px;
}

@media (max-width: 991px) {
    #main {
        margin-top: 80px;
    }

    #wrapper {
        overflow: visible;
    }

    .max-width-6-8 {
        max-width: 10rem;
        margin-left: 12px;
    }

    .products-section {
        position: relative !important;
    }

    .products-section .filter-bar {
        display: initial;
        position: initial !important;
    }

    .products-section .filter-main-area {
        position: fixed !important;
        top: 67px !important;
    }

    .filter-main-area {
        position: absolute !important;
        top: 0 !important;
        background: #fff !important;
        width: 100% !important;
        height: auto !important;
        box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 15%);
        z-index: 9 !important;
    }

    .side-menu {
        overflow: auto !important;
    }

    .side-menu-list {
        display: flex !important;
        padding: 0 !important;
    }

    .side-menu-list > li {
        padding: 10px !important;
    }

    .side-menu-list > li > button {
        margin: 0 !important;
    }

    .accordion > li > .overwrite-opener,
    .opener {
        width: 100% !important;
        padding: 5px 25px 5px 30px !important;
        margin: 0 0 12px !important;
        background: none !important;
        border: none !important;
        text-align: left !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
    }

    .accordion > li > .opener .badge {
        margin-top: 0px !important;
    }

    .filter-bar {
        position: absolute !important;
        height: 0px !important;
        top: 0px !important;
    }

    .products-holder {
        margin-top: 25px;
    }

    .sub-menu-placement.tether-element.submenu-style {
        width: 100%;
        top: 22px !important;
        display: flex !important;
        overflow-x: scroll;
        height: 50px;
        left: 0px;
        overflow-y: scroll !important;
    }

    li.active .sub-menu-placement {
        min-width: 100vw !important;
        position: fixed !important;
        top: 118px !important;
        left: 0 !important;
        display: flex !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: auto !important;
    }

    .sub-menu-placement.tether-element.submenu-style > li {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }

    li.active .sub-menu-placement > li {
        min-width: fit-content !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .sub-menu-placement.tether-element.submenu-style li > a {
        white-space: nowrap;
    }

    .tooltip {
        display: none;
    }

    .scaled-product-content {
        padding-bottom: 25px;
    }
}

/*Pizza Screen Query for mobile*/
@media (min-width: 425px) {
    .product-detail-article
        .pizza-product-detail-holder.pizza-modal-menu
        #nav-tabContent {
        max-height: 100%;
    }

    .product-detail-article
        .pizza-product-detail-holder.pizza-modal-menu
        #myTabContent {
        max-height: 100%;
        overflow-x: auto;
    }
}

/*Pizza Screen Query for tablet*/
@media (min-width: 768px) {
    .product-detail-article .pizza-product-detail-holder.pizza-modal-menu {
        bottom: auto !important;
        height: 100%;
    }

    .product-detail-article #nav-tabContent {
        max-height: 499px !important;
    }

    .product-detail-article .pizza-product-detail-holder #myTabContent {
        max-height: 342px !important;
        overflow-x: auto;
    }
}

/*Pizza Screen Query for laptop*/
@media (min-width: 1024px) {
    .product-detail-article .pizza-product-detail-holder.pizza-modal-menu {
        height: max-content;
    }

    .product-detail-article #nav-tabContent {
        max-height: 540px !important;
    }

    .product-detail-article .pizza-product-detail-holder #myTabContent {
        max-height: 240px !important;
        overflow-x: auto;
    }
}

/*Pizza Screen Query for X-laptop*/
@media (min-width: 1440px) {
    .product-detail-article .pizza-product-detail-holder.pizza-modal-menu {
        height: max-content;
    }

    .product-detail-article #nav-tabContent {
        max-height: 657px !important;
    }

    .product-detail-article .pizza-product-detail-holder #myTabContent {
        max-height: 335px !important;
        overflow-x: auto;
    }
}

@media (min-width: 1920px) {
    .product-detail-article .pizza-product-detail-holder #myTabContent {
        max-height: 500px !important;
        overflow-x: auto;
    }
}

/*Pizza Screen Query for 4K*/
@media (min-width: 2560px) {
    .product-detail-article .pizza-product-detail-holder {
        height: 83vh;
    }

    .product-detail-article #nav-tabContent {
        max-height: 1110px !important;
    }

    .product-detail-article .pizza-product-detail-holder #myTabContent {
        max-height: 638px !important;
        overflow-x: auto;
    }
}

@media (max-width: 375px) {
    .product-item .btn-cart {
        margin: 0px !important;
    }

    .product-item div h3 {
        width: 119px !important;
    }
}

@media (max-width: 320px) {
    .product-item div h3 {
        width: 97px !important;
    }
}

@media (max-width: 426px) {
    .product-item div {
        position: relative;
    }

    .product-item div h3 {
        width: 138px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product-item div h3 i {
        float: right;
        position: absolute;
        right: 6px;
        top: 0px;
    }

    .product-item  {
        height: 100% !important;
    }

    .product-content-height {
        height: auto; !important;
    }

    .product-item .food-btn-cart,
    .product-item .btn-cart {
        margin: 0px;
    }
}

.sub-menu-placement {
    list-style-type: none;
    z-index: 9;
}

.mt-0-4rem {
    margin-top: 0.4rem !important;
}

.modifiers-item-margin {
    margin-top: 0.825rem !important;
}

.ml-2 {
    margin-left: 0.625rem !important;
}

@media (min-width: 1024px) {
    .products-list {
        margin: 0px;
    }

    .products-list > div {
        padding: 0 5px;
        margin-bottom: 30px;
    }

    .products-list > div > article {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        margin: 0 !important;
        border-radius: 8px;
        height: 100%;
    }

    .products-list > div > article > .img-holder,
    .products-list > div > article > .food-img-holder {
        height: auto !important;
    }

    .products-list > div > article > .img-holder > img,
    .products-list > div > article > .food-img-holder > img {
        margin-top: 40px;
        transform: none;
        max-height: 160px;
    }

    .products-list > div > article > .text {
        padding: 15px;
    }

    .products-list > div > article > .text > .product-content-height {
        font-size: 12px !important;
    }

    .products-list > div > article > .text > .product-meta > .row {
        flex-direction: column;
        align-items: center;
    }

    .products-list > div > article.selected > .text > .product-meta > .row > .cart-btn {
        display: none;
    }

    .products-list > div > article > .text > .product-meta > .row > [class*="col-"] {
        width: 100%;
        text-align: center;
        justify-content: center !important;
    }

    .products-list > div > article > .text > .product-meta > .row > [class*="col-"]:not(:last-child) {
        margin-bottom: 10px;
    }

    .products-list > div > article > .text > .product-meta > .row > [class*="col-"] > .food-btn-cart {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .products-list .product-item {
        width: 100% !important;
        margin: 0 !important;
    }
    .products-list > div {
        width: 50%;
        margin: 0 -1px -1px 0;
    }
}

@media (min-width: 768px) {
    .products-list .product-item {
        width: 100% !important;
    }
    .products-list > div {
        width: 33.333%;
    }
}

@media (min-width: 1024px) {
    .products-list > div {
        width: calc(100% / 5);
    }
}

@media (min-width: 1300px) {
    .products-list > div {
        width: calc(100% / 6);
    }
}

@media (min-width: 1440px) {
    .products-list > div {
        width: calc(100% / 7);
    }
}

@media (min-width: 1680px) {
    .products-list > div {
        width: calc(100% / 8);
    }
}

.btn-outline-primary {
    color: #fff !important;
    border-color: #fff !important;
    background: #4B9F7F !important;
}

.btn-outline-primary:hover {
    color: #4B9F7F !important;
    border-color: #4B9F7F !important;
    background: #fff !important;
}


