/**************************************
    Default Styles
***************************************/
/*-- Variables --*/
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");

:root {
    --color-primary: rgba(199,31,55,1);;
    --color-primary-alt: #505CFD;
    --color-secondary: #00D09C;
    --color-tertiary: #FFCD3E;
    --color-extra08: #49CCFF;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --extra04-color: #00CFFF;
    --color-body: #757589;
    --heading-color: #000248;
    --foodilo-header-h: 0px;
    --white: #fff;
    --bs-popover-header-padding-y:0.2rem;
    --bs-popover-header-padding-x: 0.2rem;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html, button, input, select, textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

address {
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

small {
    font-size: smaller;
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: square;
}

nav ul, nav ol {
    list-style: none;
}

li > ul, li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

.foodilo--widget-menu-container {
    padding: 0;
    margin: 0;
}

.foodilo--d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.foodilo--d-inline {
    display: inline !important;
}

.foodilo--d-inline-bock {
    display: inline-block !important;
}

.foodilo--days-sticky {
    position: sticky;
    background: #fff;
    top: var(--foodilo-header-h);
    z-index: 50;
    padding: 5px 0 5px 15px;
    position: -webkit-sticky;
}

.foodilo--days-sticky.is-stuck {
    border-bottom: 1px solid rgb(230, 230, 230);
    left: 0;
}

.foodilo--days-sticky.is-stuck::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
/**
 * Typography
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow: hidden;
    overflow-y: auto;
}

body {
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "DM Sans", sans-serif;
    color: #757589;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
address, p, pre, blockquote, dl,
dd, menu, ol, ul, table, caption, hr {
    margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", Arial, sans-serif;
    color: #000;
    font-weight: 500;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2.15rem;
    line-height: 68px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h1 {
        font-size: 38px;
        line-height: 66px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 48px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 26px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 26px;
        line-height: 1.2;
    }
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    h1 br {
        display: none;
    }

    h2 br {
        display: none;
    }


    h3 br {
        display: none;
    }

    h4 br {
        display: none;
    }
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #757589;
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 26px;
    }
}

p:last-child {
    margin: 0;
}

/* List Style */
ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 0;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

a:visited {
    color: inherit;
}

a {
    outline: none;
    color: #000248;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

input,
button,
select,
textarea {
    background: transparent;
    border: 1px solid #D3D3D3;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #757589;
}

input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: #702FFF;
}


/* Extended Now */

.profile-head {
    transform: translateY(5rem)
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.cover:before {
    content: '';
    background: linear-gradient(to top, rgba(49, 49, 49, 0.33), rgba(189, 189, 189, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 30%;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 28px;
    padding-top: 28px;
}

.vCard {
    background-color: rgb(255, 255, 255);
    border-radius: 0.625rem;
    max-width: 500px;
    min-width: 320px;
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 1px 25px 0 rgba(88, 88, 88, .35);
}

.vCard-list {
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .009375em;
    text-decoration: inherit;
    text-transform: inherit;
    margin: 0;
    padding: 8px 0;
    list-style-type: none;
}

.vCard-list-item {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    overflow: hidden;
    height: auto;
    padding: 0.5rem 1.375rem;
}

.vCard-list-item:hover {
    background-color: rgba(59, 181, 93, 0.04);
}

.vCard-contact ul.vCard-list {
    margin: 1.375rem 0;
    padding: 0;
}

.vCard-list .ripple {
    font-size: 20px;
    padding: 0 10px;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color-1);
    color: #fff;
}

.vCard-list-item h6 {
    font-weight: 500;
}

.vCard-list-item .label {
    font-size: .875rem;
    color: #757589;
}

.vCard .profile .img-thumbnail {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.vcard-type-text .vCard-list-item {
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.vcard-description {
    color: #222;
}

.vCard-list-item .media-body {
    line-height: 1.2;
}

@media only screen and (max-width: 576px) {
    .vCard .profile .img-thumbnail {
        width: 6em;
        height: 6em;
    }

    .vCard .media.profile-head .media-body {
        margin-bottom: 2.2rem !important;
    }

    .vCard .media.profile-head .media-body h4 {
        font-size: 1.2rem;
    }

    .wrapper {
        padding: 0;
    }

    .vCard {
        max-width: 100%;
        min-height: 100vh;
    }
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
    transition: 0.3s filter;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--theme-color-0_5);
    border-color: var(--theme-color-1);
}

.btn-primary:hover {
    filter: grayscale(10%);
}

.add-to-contact-wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.vcard-branding {
    margin-bottom: 20px;
}

.boxed-list-small {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.boxed-list-small .boxed-list-headline {
    padding: 10px 35px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 8px 18px -16px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 18px -16px rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 18px -16px rgba(0, 0, 0, 0.19);
}

.boxed-list-small .boxed-list-headline h3 i {
    font-size: 20px;
}

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

.boxed-list ul.boxed-list-ul > li {
    background-color: #fff;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    display: block;
    padding: 35px;
}

.boxed-list ul.boxed-list-ul > li:nth-child(2n) {
    background-color: #fafafa
}

.boxed-list-headline {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 20px 35px
}

.boxed-list-headline h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.boxed-list-headline h3 i {
    color: #66676b;
    font-size: 24px;
    position: relative;
    top: 3px;
    line-height: 0;
    display: inline-block;
    margin-right: 5px
}

.boxed-list-small .js-accordion-header h3:after {
    display: none;
}

.boxed-list-headline h3 span {
    color: #000000
}

.boxed-list-headline h3 span.category-display-date {
    color: #888;
    font-weight: 300;
    font-size: .875rem;
}

.foodilo--menu-card {
    display: block;
    width: 100%;
}

.foodilo--menu-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 90px;
    width: 100px;
}

.foodilo--weekly-menu-title {

}

.foodilo--daily-menu-title {

}

.foodilo--daily-menu-title svg {
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    float: right;
    right: 0;
    vertical-align: middle;
    margin: 5px;
}

.add-item-button {
    font-size: 12px;
    padding: 7px 15px;
    line-height: 1;
    align-items: flex-end;
}

.foodilo--menu-name-wrapper {
    float: right;
    display: inline-block;
    padding-left: 0;
    width: calc(100% - 110px);
}

.foodilo--foodilo--menu-price-wrapper {
    box-sizing: border-box;
    float: right;
    position: relative;
    text-align: right;
    width: 110px;
}


.dz-card.list {
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #f6f6f6;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    padding: 5px 10px;
    min-height: 120px;
}

.foodilo--menu-price,
.dz-card.list .dz-meta .dz-pts.foodilo--menu-price {
    color: #fff;
    background: var(--theme-color-1);
    padding: 3px 12px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}

.dz-card .dz-media {
    padding-top: 10px;
}

.dz-card .dz-content {
    padding: 10px 0 10px 0;
}

.foodilo--menu_excerpt {
    width: 100%;
}

.dz-card.list .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 210px;
}

.foodilo--title-bar {
    padding-left: 5px;
}

.foodilo--description {
    align-items: flex-start;
    width: 100%;
}

.foodilo--add-to-cart {
    align-items: center;
    display: flex;
}

.menu_detail .menu-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    margin-bottom: 20px;
}

.menu_detail .menu_title {
    position: relative;
    font-size: 14px;
    display: inline-block;
    z-index: 1;
}

.foodilo--menu-name {
    position: relative;
    align-content: flex-start;
    vertical-align: baseline;
    width: 80%;
}

.foodilo--menu-price-wrapper {
    text-align: right;
    width: 110px;
}

.foodilo-menu_allergies {
    float: left;
    margin-right: 3px;
}

.foodilo--allergies {
    display: flex;
    float: revert;
    gap: 6px;
    margin-top: 10px;
    position: relative;
}

.foodilo--allergy {
    display: inline-block;
}

.dz-product-detail .detail-content .foodilo--allergy {
    font-size: 14px;
    margin-left: 10px;
}

.swiper-slide.active .dz-categories-bx {
    background: var(--theme-color-1);
}

.swiper-slide .dz-categories-bx .title {
    color: var(--title);
    cursor: pointer;
}

.swiper-slide.active .dz-categories-bx .title {
    color: #fff;
}

.foodilo--widget-main-logo {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.dz-categories-bx {
    border: 1px solid var(--theme-color-1);
    cursor: pointer;
}

.mfp-wrap {
    width: 100%;
}

.dialog-with-tabs {
    padding: 0;
    color: #5f5f5f;
    max-width: 726px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .25);
    background: #fff;
    text-align: left;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 60;
    left: 0;
    right: 0;
    width: 80%;
}

.modal-backdrop {
    position: relative !important;
}

.modal {
    display: none;
    position: absolute;
    padding-top: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999 !important;
}

.modal-header .popup-tabs-nav {
    box-sizing: border-box;
    border-bottom: none;
}

.modal-header .popup-tabs-nav li.active:after {
    height: 0;
}

.modal-header .modal_title {
    float: left;
    border-left: none;
    border-right: none;
}
.modal .popup-tab-content {
    width: initial !important;
    max-width: 97%;
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
        max-width: 1140px;
    }
}

.dialog-with-tabs .mfp-close {
    color: #5f5f5f;
    background-color: #f8f8f8;
    border-left: 1px solid #e0e0e0;
    border-radius: 0 4px 0 0;
    top: 0;
    right: 0;
    width: 62px;
    height: 61px;
    font-size: 26px;
}

.foodilo-popover {
    z-index: 50;
}

.add-to-your-order .menu_detail,
.add-to-your-order .menu-data,
.add-to-your-order .menu_detail h4 {
    text-align: left;
    float: left;
}

.add-to-your-order .menu_detail {
    display: block;
    width: 100%;
}

.add-to-your-order .menu_detail h4 {
    position: relative;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.your-order-item .menu_detail {
    float: unset;
}

@media (max-width: 767px) {
    .popup-tabs-nav {
        padding-top: 0;
        height: 50px;
    }
    .dialog-with-tabs .mfp-close {
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }
}

#order-price {
    font-weight: 600;
}

.add-item-button svg {
    fill: #fff;
}

#foodilo-footer {
    bottom: 0;
    height: 50px;
    left: 0;
    margin: 0 auto;
    max-width: var(--footerwidth);
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 50;
}

.menubar-area {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.add-item-button.add-extras {
    position: absolute;
    right: 10px;
    z-index: 1;
    vertical-align: top;
    top: 10px;
}

.nav-link:hover {
    cursor: pointer;
}

#your-order .menu_title {
    text-align: left;
}

#your-order .menu_price {
    text-align: right;
}

.your-order-item .menu_title {
    max-width: 70%;
}

.item-delete {
    border: none;
    position: absolute;
    right: 46px;
    top: -6px;
}

.item-delete svg {
    height: 16px;
    stroke: var(--theme-color-1);
    width: 16px;
}

.menu_total {
    position: relative;
}

.menu_total .menu_title {
    font-weight: 600;
}

#send-order-form {
 margin-top: 25px;
}

#send-order-form input {
    margin: 5px 0;
}

.dialog-with-tabs #submit-order-button  {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    width: unset;
}
