@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bentham&family=Bodoni+Moda:opsz,wght@6..96,500&family=Cinzel+Decorative&family=GFS+Didot&family=Libre+Baskerville&family=Libre+Caslon+Display&family=Raleway:wght@500&family=Sree+Krushnadevaraya&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');

@import "/static/css/main.css";


/*.order-header {*/
/*    text-align: center;*/
/*    padding-top: 1rem;*/
/*    color: purple;*/
/*    background: purple;*/
/*    padding-bottom: 2rem;*/
/*    border-bottom-left-radius: 0.5rem;*/
/*    border-bottom-right-radius: 0.5rem;*/
/*}*/

/*.hotel-services-section {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*}*/

/*.hotel-services-a{*/
/*    width: 50%;*/
/*}*/

/*.hotel-services {*/
/*    height: 10rem;*/
/*    text-align: center;*/
/*    background-color: aliceblue;*/
/*    margin-bottom: 4rem;*/
/*    align-content: center;*/
/*    border-radius: 0.5rem;*/
/*    font-weight: 700;*/
/*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
/*}*/

/*body {*/
/*    padding: 0 0 60px 0;*/
/*    height: 100%;*/
/*    box-sizing: border-box;*/
/*    background-color: #7B5C8A !important;*/
/*    color: white !important;*/
/*    !*font-family: var(--main-body-font) !important;*!*/
/*    font-family: 'Arial, Helvetica, sans-serif', sans-serif;*/
/*    overflow: hidden;*/
/*}*/

.nav-link span {
    margin-left: 10px;
    padding-top: 20px;
    font-size: 1.3rem;
}

.index-h2-text {
    font-family: var(--main-heading-font);

}



.main-text-row {
    color: white;
    padding-top: 1rem;
    background: #301934;
    background: linear-gradient(to bottom, #301934 0%, #210A25 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #301934), color-stop(100%, #210A25));
    background: -webkit-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -moz-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -o-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -ms-linear-gradient(top, #301934 0%, #210A25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#301934', endColorstr='#210A25', GradientType=0);
    border: 1px solid #120016;
    box-shadow: inset 0 1px 0 #3F2843;
    -webkit-box-shadow: inset 0 1px 0 #3F2843;
    -moz-box-shadow: inset 0 1px 0 #3F2843;
}

.homepage-restaurant-categories .fa-search {
    font-size: 1.4rem;
    padding-top: 1.5rem;
}


.category-item {
    flex: 1 0 25%;
    overflow-x: auto;
}

.card-restaurant-item {
    max-width: 540px;
    border: unset;
    position: relative;
    display: grid;

    background-color: #F4F4F4;
    /*grid-templates-columns: 300px 600px;*/
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.356);
    color: black !important;
}

/**SEARCH **/

.search {
    margin-top: 0.5rem;
}

.sub-text-row {
    background-color: #f4f4f4;
    color: black;
}

/*.restaurant-categories{*/
/*    flex-direction: column;*/

/*}*/
.nav li:nth-last-child(1) {
    margin-right: 45px;
}

.nav li {
    padding-top: 25px;
}

/* MOBILE */
/*HOMEPAGE*/

.col-5.category:nth-child(2n+1) {
    margin-left: 8.333333%;
}

#myNav {
    display: none;
}

.restaurant-list {
    background-color: black;
    max-height: 70vh;
    overflow: auto;
    padding-bottom: 8rem;
}

#restaurant-list-col {
    /*background-color: #7B5C8A;*/
    background-image: url("/static/images/order/foodbackground.jpeg");
}

.homepage-restaurant-categories .col {
    margin-top: 0.5rem;
    /*color: var(--main-menu-color);*/
    color: white;
    overflow-x: scroll;
    white-space: nowrap;
    background: linear-gradient(to bottom, #301934 0%, #210A25 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #301934), color-stop(100%, #210A25));
    background: -webkit-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -moz-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -o-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -ms-linear-gradient(top, #301934 0%, #210A25 100%);
}

.p-2.restaurant-categories.text-center {
    padding-bottom: unset !important;
    margin-top: 0.4rem;
}


.restaurant-list .card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background-color: var(--main-grey-color);
    margin-bottom: 1rem;

}

.card .row .col-8 {
    padding-left: 1rem;
}

.restaurant-list .card-body {
    padding: 10.3px 16px;
    color: black;
}

.card-text {
    font-size: 0.9rem;
    /*color: var(--sub-menu-color);*/
    color: black;
}


.restaurant-list h5 {
    margin: unset;
}


.restaurant-list {
    /*background: #7B5C8A;*/
    background-image: url("/static/images/order/foodbackground.jpeg");

}

.main-text-row p {
    font-size: 1.4rem;
    margin-bottom: unset;
    margin-top: unset;
    color: gold;
    font-family: 'Cinzel Decorative', serif;
    text-align: center;
}

.main-text-row a {
    text-decoration-color: unset;

}

.main-text-row a:focus {
    text-decoration: unset;
}

.main-text-row a:visited {
    text-decoration: unset;
}


.header-sub-text {
    font-size: 0.7rem;
}


.buttons-row .btn {
    min-width: 50%;
}


.button-container {
    padding-top: 15rem;
    text-align: center;

}

.row.buttons-row:nth-last-child(1) {
    padding-top: 15rem;
}

.show-extra-button {
    text-decoration: underline;
    font-weight: 600;
    font-color: #351897;

}

.show-extra-button:active,
.show-extra-button:hover {
    outline: 0;
}

.buttons-row .btn {
    min-height: 5rem;
}

.card-title {
    /*color: var(--main-menu-color);*/
    /*font-family: 'source-serif';*/
    color: black;
    margin-top: 1rem;

}

.mb-3 {
    margin-top: 1rem;
}

.card_parent_action_buttons {
    display: flex;
    float: right;
}

.active-footer-icon {
    opacity: 1 !important;
}

.card_parent_action_buttons button {
    background-color: black;
    color: gold;
    border: unset;
    min-width: 5rem;

}

.update-cart-restaurant {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.restaurant-name {
    color: wheat;
    font-family: var(--main-heading-font);
}

.main-checkout-col-restaurant {
    overflow-y: auto;
    max-height: 700px;
    padding-bottom: 4rem;
}

.row-restaurant-cart {
    overflow-y: auto;
    max-height: 700px;
}

.inner-parent-menu {
    overflow-y: scroll;
    max-height: 600px;
    padding-bottom: 8rem;
}

.inner-parent-menu .card-title {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}


.menu-categories {
    /*background-color: grey;*/
    /*color: var(--main-menu-color);*/

    margin-bottom: 2rem;
    background: white;
    color: black;
}

.menu-categories a {
    background: white;
    color: black;
}

.menu-categories a:visited {
    text-decoration: unset;
    background: white;
    color: black;
}

.menu-categories a:hover {
    text-decoration: unset;
    background: white;
    color: purple;
}

.menu-category_title {
    text-align: center;
    background: linear-gradient(to bottom, #301934 0%, #210A25 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #301934), color-stop(100%, #210A25));
    background: -webkit-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -moz-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -o-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -ms-linear-gradient(top, #301934 0%, #210A25 100%);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: gold;

}


.inner-parent-menu .card {
    background-color: grey;
}

.inner-parent-menu .item-options label {
    font-size: 0.8rem;
    margin-bottom: unset;
}

.item-options {
    padding-bottom: 0.5rem;
}

.card-restaurant-item .col-3 {
    padding: unset !important;
}

.inner-parent-menu .item-options .form-select {
    font-size: 0.8rem;
    padding: 0.095rem 2.25rem 0.075rem 0.95rem;
}

.show-extra-button {
    color: #351897;
    font-size: 0.9rem
}

#cart-div {
    position: absolute;
    right: 0;
    z-index: 1;
}

.item-extras .input-group-text {
    /*font-size: 0.65rem !important;*/
    padding: unset;
    background-color: unset;
    border: unset;
    border-radius: unset;
    color: black;
    font-size: 0.9rem;
}

.item-extras .form-control {
    color: unset;
    background-color: unset;
    background-clip: unset;
    border: unset;
    border-radius: unset;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.update-cart-restaurant:hover {
    color: gold !important;

}

.item-extras {
    /*display: none;*/
    padding: unset !important;
}

.extra-name {
    font-size: 0.9rem;
}

.item-extras-column {
    overflow: scroll;
    /*padding-bottom: 1rem;*/
    /*padding-top: 1rem;*/
}

/*.inner-parent-menu img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover*/
/*}*/

.menu-item-image {
    width: 20% !important;
    height: 20% !important;
    object-fit: scale-down;
    padding-left: 5px;
    float: right;
}

.inner-parent-menu .item-image-div {
    max-height: 4rem;
    position: relative;
    overflow: hidden;
}

/*.inner-parent-menu{*/
/*    margin-bottom: 10rem;*/
/*}*/

/** REGEISTER **/

input {
    min-width: 100%;
    margin-bottom: 1rem;
}


/** CART **/
h1, h2, h3, h4, h5, h6 {
    color: hsl(0, 0%, 30%);
}

.item-name {
    margin-bottom: unset;
}

.option-name {
    margin-bottom: unset;
}

.box-element {
    /*box-shadow: hsl(0, 0%, 80%) 0 0 16px;*/
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
}

.thumbnail {
    width: 100%;
    height: 200px;
    -webkit-box-shadow: -1px -3px 5px -2px rgba(214, 214, 214, 1);
    -moz-box-shadow: -1px -3px 5px -2px rgba(214, 214, 214, 1);
    box-shadow: -1px -3px 5px -2px rgba(214, 214, 214, 1);
}

.product {
    border-radius: 0 0 4px 4px;
}

.bg-dark {
    background-color: #4f868c !important;
}

#cart-icon {
    width: 25px;
    display: inline-block;
    margin-left: 15px;
}

#cart-total {
    display: block;
    text-align: center;
    color: #fff;
    background-color: red;
    width: 20px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
}

.order-on-way-img {
    width: 100%;
    mix-blend-mode: color-burn;
}

.checkout-btn {
    width: 100%;
    position: static;
    margin: 2rem 0 0.2rem;
}

.col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12 {
    margin-top: 10px;
}

.btn {
    border-radius: 0;
}

.row-image {
    width: 100px;
}

.form-field {
    width: 250px;
    display: inline-block;
    padding: 5px;
}

.cart-row {
    display: flex;
    align-items: stretch;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;

}

.quantity, .quantity-control {
    display: inline-block;
    font-weight: 700;
    padding-right: 10px;
}

.chg-quantity {
    width: 12px;
    cursor: pointer;
    display: block;
    transition: .1s;
}

.chg-quantity:hover {
    opacity: .6;
}

.hidden {
    display: none !important;
}

.card-restaurant, .cat-card {
    margin: 0 auto;
}

.cat-img {
    height: 23rem;
}

.hotel-address {
    font-size: 0.8rem;
}

.card-restaurant {
    margin-bottom: 3rem;
}

#cart-image {
    max-width: 40px;
    margin-left: -14px;
    margin-bottom: 7px;
}

.checkout-btn {
    top: 87vh;
}

#checkout-form-fields-row {
    display: none;
}

.checkout-column {
    background-color: var(--old-paper-color);
    color: black;
    margin-top: 1rem;
}

.receipt-row {
    padding-top: 1rem;
    height: 67vh;
    overflow: auto;
}

.restaurant-cart {
    margin-bottom: 8rem;
}

.quantity-div {
    text-align: right;
}

#continue-shopping-btn {
    background-color: var(--old-paper-color);
}

.total-price-div {
    text-align: right;
}


.container__text h2 {
    color: #351897;
    font-weight: 400;
}


.main-button-style {
    background: linear-gradient(to bottom, #301934 0%, #210A25 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #301934), color-stop(100%, #210A25));
    background: -webkit-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -moz-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -o-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -ms-linear-gradient(top, #301934 0%, #210A25 100%);
    color: gold !important;
}

.old-paper-color {
    background-color: #f7eed6;
    color: black;
}

.customer-form-col {
    margin-top: 1rem;
    background-color: var(--old-paper-color);
}

.checkout-column > div {
    padding-left: 1rem;
    padding-bottom: 8rem;
}

.summary-price-row {
    display: flex;
    font-weight: bold;

}


/*#butInstall {*/
/*    background: darkgreen;*/
/*}*/

#footer {
    position: fixed;
    color: #524dd0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #301934 0%, #210A25 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #301934), color-stop(100%, #210A25));
    background: -webkit-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -moz-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -o-linear-gradient(top, #301934 0%, #210A25 100%);
    background: -ms-linear-gradient(top, #301934 0%, #210A25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#301934', endColorstr='#210A25', GradientType=0);
    border: 1px solid #120016;
    box-shadow: inset 0 1px 0 #3F2843;
    -webkit-box-shadow: inset 0 1px 0 #3F2843;
    -moz-box-shadow: inset 0 1px 0 #3F2843;
    /*padding-top: 0.5rem;*/
}

#footer h5 {
    font-size: 0.75rem;
}

#footer .col-3 {
    padding-top: 0;
}

#footer a {
    text-decoration: unset;
}

#footer a:hover {
    text-decoration: unset;
}

.footer-icon {
    height: 50px;
    padding-bottom: 10px;
    opacity: 0.2;
}

.footer-icon-row {
    padding-top: 0.5rem;

}

/* Mobile Nav */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    margin-top: 30px;
}

.overlay label {
    padding-left: 15px;
    text-decoration: none;
    font-size: 1.3rem;
    color: #818181;
    transition: 0.3s;
}

.overlay label:hover, .overlay label:focus {
    color: #f1f1f1;
}

.overlay input {
    min-width: unset;
    margin-left: 10px;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


/** RECEIPT CSS  ***/

.receipt {
    background: linear-gradient(135deg, transparent 5.68px, white 5.69px) top left, linear-gradient(45deg, white 2.8px, transparent 2.81px) top left, linear-gradient(135deg, white 2.8px, transparent 2.81px) bottom left, linear-gradient(45deg, transparent 5.68px, white 5.69px) bottom left;
    background-repeat: repeat-x;
    background-size: 8px 4px;
    padding: 4px 0;
}

.extra-info-column {
    padding-left: unset !important;
}

.receipt-list {
    background-color: #f7eed6;
    color: black;
    padding: 30px;
}

.main-checkout-row {
    margin-bottom: 5rem;
}

.receipt {
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
    max-width: 320px;
    margin: 0 auto;
}


.receipt-item {
    border-bottom: 0.5px dashed #ccc;
    line-height: 1;
    overflow: hidden;
    font-family: monospace;
    font-size: 16px;
}

.receipt-item:not(:first-child) {
    margin-top: 1rem;
}

.toast-message {
    visibility: hidden; /* Hidden by default */
    min-width: 250px; /* Set a minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the toast */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the toast */
.toast-message.show {
    visibility: visible; /* Show the toast */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2s;
    animation: fadein 0.5s, fadeout 0.5s 2s;
}

/* Animations to fade the toast in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

figure {
    margin: 0 0 0.1rem !important;
}

.receipt-label {
    float: left;
}

.receipt-value {
    float: right;
}

.success-page-row {
    font-family: 'Pragati Narrow', sans-serif;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen  and (max-width: 375px) {
    .restaurant-cart, .success-page-row {
        min-height: 640px;
    }

}

@media screen  and (min-width: 380px) {
    .restaurant-cart, .success-page-row {
        min-height: 750px;
    }

}

@media screen and (max-height: 700px) {
    .inner-parent-menu {
        padding-bottom: 12rem;
    }
}


