@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');
/* Variables */
:root {
    --link-color: #ffffff;
    --body-font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    --radius: 6px;
    --form-width: 400px;
    --main-action-color: #A0DBE1;
    --details-color: #1F4858;
    --info-color: #214959;
    --description-color: #a4b0be;
    --tint-color: #3498DB;
    --action-color: #428991;
    --input-color: #A0DBE2;
    --ref-color: #9BD8DE;
    --black-blue: #0a1f26;
    --secondary-color: #AAAAAA;
    --light-blue: #a1dbe3;
    --warning-color: #f2f2f2;
    --input-background-color: rgba(232, 243, 244, 1);
    --icon-color: #5B7B87;
    --deep-blue: #204959;
    --light-blue-info: #9CD8DC;
    --very-light-blue:#e6f6f8;
    --navbar-color:#a4dae0;
    --dark-white:rgb(242, 242, 242);
    --vivid-orange:#FF7031;
    --dark-blue:#214858;
    --info-grey:#9eb4bb;
}


* {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;

}

p {
    font-family: 'Montserrat', sans-serif;
}

#basket_icon {
    width: 30px;

}

.list-unstyled.cart p {
    padding-right: 0 !important;
}

.custom-grid-item {
    width: 50%;
}


.quantity_btn {
    margin-top: -3px;
    color: #A0DBE1;
    font-size: 28px;
    cursor: pointer;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;

    outline: none;
}


.quantity_input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    text-align: center;
}

.menu_item_image {
    height: 100px;
    width: 150px;
    object-fit: cover;
    display: inline;
}

fieldset {
    margin: auto !important;
    width: 90% !important;
}

.modal-dialog-custom {
    overflow-y: initial !important
}

.modal-body-custom {
    max-height: 750px;
    /*overflow-y: auto;*/
    overflow-x: hidden;
}

.modal-content {
    width: 100%;
}

.menu_item_children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.child_quantity_container {
    display: flex;
    width: 300px;
    flex-direction: row;

}

.child_item_title {
    font-size: 16px;
    max-width: 55%;
}

.actions_container {
    width: 45%;
}

/*input[name="discount_code"]{*/
/*    width: 25% ;*/
/*}*/
.checkout_prices {
    display: flex;
    justify-content: space-between;
    /*width: 250px;*/
}

.checkout_prices strong {
    max-width: 85%;
}

.min_quantity_alert {
    float: left;
}

.mobile-line {
    display: none;
}


.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 4px 0 32px;
}

.new-payment-button {
    background-color: #3498db;

}

.configure-payments {
    background-color: #A0DBE1;
    color: #fff !important;

    transition: box-shadow .4s;
}

.configure-payments:hover {
    box-shadow: 2px 4px 4px #A0DBE1;
    color: #A0DBE1 !important;
    background-color: #fff;
}

.one-time-payment {
    background-color: #454545;
    color: #fff !important;

    transition: box-shadow .4s;
}

.one-time-payment:hover {
    color: #454545 !important;
    background-color: #fff;
    box-shadow: 2px 4px 4px #454545;
    transition: box-shadow .4s;


}


.payment-btn {
    color: #fff !important;

    transition: box-shadow .4s;
}

.payment-btn:hover {
    color: #fff !important;
    box-shadow: 2px 4px 4px #A0DBE1;

}

.no-payments-text {
    color: #A0DBE1;
    text-align: center;
    font-style: italic;
}

.go-arrow {
    margin-top: 0;
    margin-right: -4px;
    color: #3184bc;
    font-size: 18px;

}


/*.custom-card{*/
/*    cursor: pointer;*/
/*    background-color: rgba(49,132,188,1);*/
/*    color: #fff;*/
/*    transition: box-shadow .4s;*/
/*}*/


/*.custom-card:hover{*/

/*    box-shadow: 2px 4px 4px #A0DBE1;*/

/*}*/

.card-holder {
    font-size: 22px;
}

.card-detail {
    font-size: 18px;
    font-weight: bold;
    color: #2ecc71;
}

.card-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.second-request-text {
    font-size: 16px;
    text-align: left;
    float: left;
    /*margin-left: 10%;*/
    color: #2c3e50;
}

.main-request-text {
    /*color: #c0392b;*/
    font-size: 18px;
}

.menu_description {
    color: #7f8c8d;
    font-size: 13px;
    font-style: italic;
    transition: 0.4s ease-in-out;
}

.menu_group span.menu_description {

    margin-top: -20px;
    color: #fff !important;

}

.menu-item-modal-body {

    padding-bottom: 10px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;

}

.cooking-instructions-title {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: normal;
}

.main-item-list {

    list-style-type: none;
    padding-inline-start: 0;
    width: 100%;
    margin: auto;
}

.menu_item_info {
    font-family: 'Roboto Slab', serif;
    /*align-self: flex-end;*/
    margin-right: 1%;
    font-size: 15px;
}

.bubble {

    transition: all 500ms;
}

.noPointerEvent {
    pointer-events: none !important;
}

.bubble.animate {
    transform: scale(1, 3);
}

#selected-items {
    max-height: 400px;
    overflow-y: auto;
    padding-inline-start: 0 !important;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
}

#selected-items li {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    background-color: var(--tint-color);

    box-shadow: 2px 2px 2px #7f8c8d;
}

.selectedItem {
    color: car(--tint-color) !important;
    font-size: 1.8rem !important;
}

.min-group-alert {
    text-decoration: underline;
    font-size: 12px;
}

.advertisement_image {
    display: block;
    border-radius: 5px;
    margin: auto;
    height: 170px;
    width: auto;
}

.takeaway-logo {
    max-height: 70px !important;
    max-width: 70px !important;
}

.discount {
    position: absolute;
    right: 16px;
    font-weight: bold;
    background-color: #ff97af;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    border-radius: 0 2px 0 2px;
    padding: 4px 6px;
    font-size: 14px;
}

.restaurant_info {
    background-color: #3498db;
}

.restaurant_info p {
    font-size: 15px;
    color: #fff;
}

.offline-card {
    background-color: #A0DBE1 !important;
}

.book_in_advance {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background-color: #27ae60;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    border-radius: 0 2px 0 2px;
    padding: 4px 6px;
    font-size: 13px;
    cursor: pointer;
}

.edit_just_booking {
    padding: 4px 8px 4px 8px;
    background-color: #27ae60;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.edit_just_booking:hover {
    color: #fff;

}

.reorder {
    float: right;
    padding: 4px 8px 4px 8px;
    background-color: #3c8bbf;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.cancel-order-btn {
    position: absolute;
    right: 28px;
    top: 45px;
    padding: 2px 6px 2px 6px;
    background-color: #c0392b;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.cancel-order-btn:hover {
    color: #fff !important;
}

.cancel-order-btn:focus {
    color: #fff !important;
}

.reorder-action-btns {
    display: flex;
    flex-direction: column;
    width: 25%;
    float: right;
}

.cancel-btn {
    position: absolute;
    bottom: 25px;
    left: 120px;
    padding: 4px 8px 4px 8px;
    background-color: #c0392b;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    /*position: absolute;*/
    /*bottom: 25px;*/
    /*left: 10px;*/
    /*float: right;*/
}

.cancel-btn:hover {
    /*background-color: #fff;*/
    color: #fff;
    /*border: 1px solid  #c0392b;*/
}

.advertisement_content {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    text-align: center !important;
}

.custom-modal-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

.advertisement-content {
    /*background-color: #bdc3c7;*/
}

.remove-item {
    color: #A0DBE1;
    cursor: pointer;
}

.remove-item:hover {
    transition: transform .2s; /* Animation */
    transform: scale(1.3);
}

.main-item-list li {
    padding: 10px;

}

.total-menu-items {
    float: left;
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
}

.cooking-icon {
    cursor: pointer;
}

.menu_group {
    padding: 10px;
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
    background-color: var(--details-color);
    color: #fff;
    display: flex;
    flex-direction: column;

    /*justify-content: space-between;*/
}

.history-arrow {
    cursor: pointer;
    padding: 5px;

    color: #A0DBE1;
    font-size: 24px;
}

.disabled-li {
    opacity: 0.5;
    pointer-events: none;
    color: grey;
}

.custom_chevron {
    float: right;
    padding-top: 5px;
    color: #fff;
}

.menu_item {
    padding-left: 10px;
    cursor: pointer;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: all .3s ease-in-out;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto Slab', serif;
}


.menu_item_details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.restaurant-menu-pdf {
    width: 700px;
    margin: 0 auto;
    height: 800px;
    border: 1px solid #4687a6;
    border-radius: 5px;
}

.restaurant-info-data {
    width: 30%;
}

@media (orientation: landscape) {
    /*.quantity_input{*/
    /*width: 20% !important;*/
    /*}*/


}

.modal-header h4 {
    color: var(--details-color)
}

.deselect_custom:hover {
    color: #fff;
    transition: .4s ease-in-out;
}

.resposive-list {
    width: 40%;
}

.borderedLi {
    border-bottom: 1px solid #95a5a6 !important;
}

.menu-item-modal-body ul {
    /*padding-inline-start: 0 !important;*/
}

.double-text {
    margin-right: 15px;
}

.restaurants-filters-mobile {
    display: none;
    background-color: var(--main-action-color)
}

#sticky-wrapper {
    z-index: 1000 !important;
}

.recaptcha-container {
    align-self: flex-start;
}

@media only screen
and (min-device-width: 600px)
and (max-device-width: 800px) {

    #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
        font-size: 13px;
        max-width: 70%;

    }

    .mobile-pb-50 {
        padding-bottom: 50px !important;
    }
    .mobile-pb-80 {
        padding-bottom: 80px !important;
    }
    .mt-mobile-15 {
        margin-top: 15px;
    }

    .mt-mobile-20 {
        margin-top: 20px !important;
    }

    #landing-page-header-title {
        display: none !important;
    }

    .contact-us-file-wrapper {
        flex-direction: column !important;
    }

    .file-form-group {
        width: 100% !important;
    }
}

@media only screen
and (min-device-width: 600px)
and (max-device-width: 840px) {

    .mt-mobile-15 {
        margin-top: 15px !Important;
    }

    .social-media-wrapper {
        margin-top: 10px !Important;
    }

    .social-media-links {
        gap: 12px !important;
    }

    .landing-page-container {
        height: 75vh !important;
    }

    .footer-columns {
        display: flex;
        flex-direction: row !important;
        padding: 30.9px 10px;
    !important;
        justify-content: space-evenly;

    }

    .footer-columns > .text-sm-start {
        width: 30% !important;
        padding: 0 !important;
    }

    .footer-columns > .text-sm-start > a {
        font-size: 13px !important;
    }

    .footer-columns > .text-sm-start > h4 {
        font-size: 17px !important;
    }

    #apps_wrapper {
        display: none !Important;
    }


    #download-apps-landing-page {
        display: none !important;
    }

    .landing-page-header {
        height: 30vh !important;
    }

    .shop-card-wrapper {
        width: 100% !important;
    }

    #faq-logo {
        width: 110px !important;
    }

    .relative-on-mobile {
        position: relative !important;
    }

    .absolute-on-mobile {
        position: absolute !important;
        top: 5px;
        left: 15px;
    }

    .custom-faq-text-wrapper {
        font-size: 18px !important;
    }

    .main-terms-text {
        margin-bottom: 0 !important;
    }

    .about-us-container {
        width: 100% !important;
        padding-top: 20px !important;

    }

    .main-info-title {
        font-size: 32px !important;
        margin-top: 25px;
        text-align: center;
    }

    .terms-of-service-container {
        margin-top: 0 !important;
    }

    .faq-answer-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        padding-left: 15px;
    }

    .faq-answer-wrapper .faq-answer-label {
        display: none !important;
    }

    .download-app-mobile-wrapper {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .contact-container{
        padding-top: 0 !important;
    }

    .contact-container .register-form-group {
        margin-top: 50px !important;
        padding-bottom: 100px !important
    }

    .responsive-pos-request-container {
        width: 100% !important;

    }

    .mobile-footer {
        height: 25vh !important;
    }

    .custom-color-mobile-btn:hover, .custom-color-mobile-btn:active {
        color: #fff !important;

    }

    .custom-color-mobile-btn {
        background-color: var(--details-color) !important;
        color: #fff !important;
    }

    .cancel-buttons {
        align-self: flex-start;
    }

    .flex-container-order-details {
        flex-direction: column;
        gap: 25px;
        justify-content: flex-start !important;
    }

    .input-group-btn-custom {
        height: 37px !important;
    }

    .custom-mobile-card {
        background: transparent !important;
        border: none !important;
    }

    .custom-mobile-card > input:not(:first-child), .custom-mobile-card textarea, .custom-mobile-card .custom_group, .custom-mobile-card select, .custom-mobile-card .shadow-input {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 2px 2px rgba(0, 0, 0, 0.12) !important;
    }

    .custom_group .form-container {
        width: 90% !important;
    }

    .custom_group {
        display: flex !Important;
        justify-content: flex-start;
        align-items: center;
    }

    .responsive-height-50 {
        height: 100% !important;
    }

    .confirmation-header {
        margin-top: 20px !important;
    }

    .mobile-login-container {
        height: 100vh !important;
    }

    .proceed-btn-mobile {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px !important;
    }

    .order-details-card {
        padding: 0 !important;
    }

    .extra-charges-list .price-total {
        width: 100% !important;
    }

    .mobile-footer-container {
        display: flex !important;
        justify-content: space-between;
        align-items: flex-start;
    }

    .product-details-modal-body {
        flex-direction: column;
    }

    .register-container {
        width: 100% !important;
    }

    .remember-me-label {
        display: none !important;
    }

    .hidden-desktop {
        display: inline-block !important;
    }

    .hidden-desktop-flex {
        display: flex !important;

    }

    .hidden-on-mobile {
        display: none !important;
    }

    .flex-container-register {
        flex-direction: column;
        gap: 15px;
    }

    .shop-card-details h4 {
        font-size: 20px !important;

    }

    .shop-card-details h6 {
        width: 150%;
        font-size: 16px !important;
    }

    .recaptcha-register {
        width: 40%;
    }

    .mobile-hidden {
        display: none !important;
    }

    .restaurant-header {
        margin-top: 1rem !important
    }

    .responsive-shop-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
        gap: 10px;
    }

    .responsive-padding-shop-section {
        padding: 0 !important;
    }

    .search-container {
        width: 90% !important;
    }

    .menu-restaurant-details {
        position: inherit !Important;
        align-items: center !important;
    }

    .shops-actions-container {
        flex-direction: column;
        align-items: center !important;
        padding: 1em 0 !important;
    }

    .search-shops-btn-wrapper {
        width: 50% !important;
    }

    .get-started-search {
        padding: 0 !important;
    }


    .order-date-time-picker-group {
        width: 100% !important;

    }

    .shop-items-header-wrapper {
        flex-direction: column;

        align-items: center !important;
        gap: 10px !important;
    }

    .dynamic-form-group .input-wrapper {
        width: 100% !important;
    }

    .dynamic-form-group {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .dynamic-form-group label {
        margin-bottom: 10px;
    }

    .close-product-details-btn {
        top: -12px !important;
        right: -6px !important;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .menu-groups::-webkit-scrollbar {
        display: none !important;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .menu-groups {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .alert-added-item {
        width: 90%;
        margin: 0 auto;
    }

    .menu-item-list {
        gap: 10px !important;
        padding: 6px 10px 0 !important;
    }

    .order-modal-label {
        margin-bottom: 5px !important;
    }

    .menu-item-list .menu-item-name {
        width: 75% !important;
    }

    .restaurants-filters-mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .sticky-wrapper {
        height: 0 !important;
    }

    .menu-items-list {
        max-height: 70vh !important;
    }

    .date-time-picker {
        width: inherit !important;
    }

    .menu-item-actions {
        width: 110px !important;
        flex-direction: column;
    }

    .shops-container {
        width: 90% !important;
    }

    .shop-card {
        width: 100% !important;
    }

    .main-shops-title {
        font-size: 26px !important;
        margin: 15px 0 !important;
    }

    .track-order-btn {
        float: right;
    }

    .order-completed-sidepanel {
        width: 90% !Important;
    }

    .payment-completed-container {
        width: 100% !important;
        margin: 10px auto !important;
    }

    .payment-completed-header h3 {
        font-size: 24px;
    }

    .responsive-margin-top {
        margin-top: 15px;
    }

    .main-title-wrapper h1 {
        font-size: 30px !important;

    }


    .index-form-container {
        width: 100% !important;
    }

    .payment-methods-wrapper {
        padding: 5px !important;
        width: 100% !important;
        flex-wrap: wrap;
        justify-content: space-around !Important;
        align-items: center !important;
        gap: 10px;
    }

    .payment-methods-wrapper img {
        margin-top: 2px;
    }

    .search-form-wrapper {
        width: 95% !important;
        margin: 0 auto !important;
    }

    .search-input-index {
        width: 80% !Important;
    }

    .pos-quantity-container .quantity-btn {
        font-size: 45px !important;
        padding: 0 4px !important;
    }

    .pos-quantity-container input {
        font-size: 24px !important;
    }

    .pos-name-price {
        flex-direction: column !important;
    }

    .gift-card-checkmark-container {
        margin-top: 0 !important;
    }

    .pos-quantity-and-add {
        margin-top: 20px;
        gap: 20px !important;
    }

    .pos-quantity-and-add .pos-quantity-container {
        width: 150px !important;
    }

    .checkbox-form-group label:first-child {
        width: 50% !important;
    }

    .pos-quantity-container .quantity-btn {
        font-size: 45px !important;
        padding: 0 4px !important;
    }

    .pos-list {
        padding-inline-start: 0 !important
    }

    .form-group-btn-submit > .custom-form-submit-btn {
        font-size: 20px !important;
        width: 50% !important;
    }

    .form-group-btn-submit > .btn-register-previous {
        font-size: 20px !important;
        width: 50%;
    }

    .checkbox-form-group {

        width: 100% !important;
    }

    .restaurant-flex-container {
        gap: 25px;
        width: 100% !important;
    }

    .restaurant-images-container {
        width: 100% !important;
    }

    .custom-form-group {
        width: 100% !important;
    }

    .restaurant-tab-wrapper {
        flex-direction: column;
    }

    .gift-card-name-actions-range {
        flex-direction: column;
        margin-top: 0 !important;
        margin-left: 15px !important;
    }

    .gift-card-name-actions-range {
        flex-direction: column;
    }

    .interval-gift-card-config {
        margin-left: 25px !Important;
    }

    .confirm-payment-action-btns {
        width: 100% !important;
        justify-content: space-around !important;
    }

    .modal-content {
        width: 100% !important;
    }

    .enter-restaurant-event-info {
        width: 100% !important;
    }

    .error-page-container {
        flex-direction: column;
        text-align: center;
    }

    .checkout {
        flex-direction: column !important;
    }

    .checkout .checkout-button-custom {
        width: 90%;
        margin: 0 auto;
    }

    #captchaModal .modal-content {
        width: 100%;
    }

    #ticket-type-info {
        font-size: 22px !important;

    }

    .modal-content-mobile {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        width: 97% !important;
        margin: auto;
    }


    .customer-qr-codes-container {
        width: 100% !important;
    }

    .restaurant-event-header {
        width: 90% !important;
        height: 80px !important;

    }

    .guests-number-event-container h4 {
        width: 100% !important;
    }

    .free-gift-card-info {
        padding-left: 20px !important;
    }

    .terms-gift-cards {
        font-size: 14px;
        overflow-y: auto;

    }

    .voucher-details-container {
        width: 60% !important;
        height: 200px;

    }

    .gift-card-details-container {
        max-height: 350px !important;
    }

    .voucher-title {
        font-size: 22px;
    }

    .featured-gift-cards-title {
        text-align: center;
    }

    .gift-card-details-container {

        margin-bottom: 20px !important;
    }


    .gift-cards-info {
        margin-left: 15px;
    }

    .gift-cards-info {
        margin-left: 10px;
    }

    .gift-cards-customer-options {
        margin-left: 0;
        margin-right: 0;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
    }

    .gift-cards-main-text-color {
        font-size: 22px;
    }

    .gift-cards-second-text-color {
        font-size: 18px;
    }

    #guest_container.event-form-group {
        flex-direction: column !important;
        width: 100%;
    }

    #guest_container .event-form-group input {
        width: 100% !important;
    }

    .margin-top-container {
        margin-top: 10px !important;
    }

    .scan-qr-action-btns {
        flex-direction: column;
    }

    .restaurant-event-title {
        font-size: 24px !important;
        width: 80%
    }

    .restaurant-event-ticket-info p span {
        width: 40% !important;
    }

    .restaurant-event-ticket-info p b {
        width: 60% !important;
    }

    .restaurant-event-qr-container {
        flex-direction: column-reverse;
        gap: 20px;
        margin-bottom: 20px;
    }

    .restaurant-form-event {
        width: 100% !important;
    }

    .restaurant-event-ticket-qr-container {
        width: 100% !important;
    }

    .viva-wallet-modal-header {
        padding-bottom: 0 !important;
    }

    .viva-wallet-modal-body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .flip-container {
        padding-top: 10px !important;
    }

    .modal-payment-icon svg {
        height: 50px !important;
    }

    .form-container {
        grid-template-rows: 50px 50px 50px !important;
    }

    .desktop-flex-end {
        display: inherit !important;
    }

    .gift-card-payment-list li {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .gift-card-payment-list {
        padding-left: 0;
    }

    .margin-top-mobile-10 {
        margin-top: 10px !important;
    }


    .checkout {
        display: flex;
        flex-direction: column !important;
        gap: 5px;
    }

    .margin_left_negative_20_mobile {
        margin-left: -20px;
    }

    .mobile_nav {
        display: block !important;
        z-index: 10;
    }

    .gift-card-interval-price {
        width: 100% !important;
    }

    .gift-card-interval {

        width: 105% !important;
    }

    #cardInterval {
        margin-left: 0 !important;
    }

    .mobile-padding-left-0 {
        padding-left: 0;
    }

    .delivery_postcode_input {
        width: 100% !important;
    }

    .gift-cards-items-costs, .gift-cards-items-checkout, .gift-cards-guest {
        padding-left: 15px !important;
        padding-right: 15px !important;

    }

    .responsive-gift-card-input {
        width: 100% !important;
    }

    .basket-image-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-btn {
        display: block !important;
    }

    #navigation-container-gift-cards {
        display: none;
    }

    .gift-cards-items li {
        height: 150px !important;
        color: #3498db;
    }

    .gift-cards-checkout-content {
        width: 100% !important;
    }


    .mobile-flex {
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }

    .gift-card-quantity-label {
        text-align: left !important;
        margin-left: 15px;
    }

    .gift-card-interval-price {
        margin-top: 0 !important;
        flex-direction: column;
    }

    .interval-gift-card-config {
        margin-top: 25px;
    }

    .responive-gift-card-img {
        width: 80% !important;
        margin: 0 auto;
        display: block;
    }

    .desktop-margin-left-20 {
        margin-left: 0;
    }

    .gift-cards-side-container {
        width: 100% !important;
    }

    .gift-cards-restaurant-logo {
        width: 50vw !important;
    }

    .gift-cards-restaurant-logo {
        width: 50vw;
    }

    .btn-payment, .btn-pay-ticket-sms {
        width: 60% !important;
        font-size: 16px !important;
    }

    .btn-payment span {
        font-size: 16px !important;
    }

    .ticket-items-container {
        width: 100%;
    }

    .ticket-details {
        width: 100%;
    }

    .flex-container {
        display: inherit !important;
    }

    .mobile-cart-items {
        width: 100% !important;
    }

    .show-on-mobile {
        display: block !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .mobile-container-iframe {
        width: 95%;
    }

    .mobile-container-iframe {
        width: 95%;
    }

    .restaurant-info-logo {
        align-self: center;
        margin-right: 0 !important;
        width: 120px;
    }

    .offline-img {
        float: none;
        display: flex;
        justify-content: center;
    }

    .restaurant-info-data {
        width: 100%;
    }

    #mobile-dynamic-title {
        display: block;
    }


    .double-text {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 90px;
        font-size: 20px;
    }

    .mobile-title {
        font-size: 20px;
    }

    .edit-booking-text {
        display: none;
    }

    .cancel-btn {
        bottom: 10px;
        left: 45px;
    }

    .pages-btn-container {
        position: initial !important;
        top: initial !important;
        right: initial !important;
    }

    .datetimepicker .datepicker {
        min-height: 98% !important;
        height: 98% !important;

    }

    .restaurant-menu-pdf {
        width: 300px;
        margin: 0 auto;
        height: 600px;
    }

    .no-mobile-img {
        display: none !important;
    }

    .mobile-display-checkout {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    /*.mobile-display-checkout a {*/
    /*    margin-top: 10px;*/
    /*}*/
    .payment-methods-indicator {
        display: block !important;

    }


    .distance_to_restaurants_slider {
        width: 75% !important;

    }


    /*.mobile-btn-flex{*/
    /*    margin-left: -150px;*/
    /*}*/
    .mobile-flex-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mobile-flex-container .btn {
        margin-top: 10px;
    }

    .restaurant-info {
        bottom: 5px !important;
    }

    #selected-items {
        max-height: 200px;
        overflow-y: auto;
    }

    .borderedLiMobile {
        border-bottom: 1px solid #95a5a6
    }

    .modal-body-menu-item {
        max-height: 600px;
        overflow-y: auto;
    }


    .main-item-list ul {

        padding-inline-start: 0 !important;

    }

    .main-request-text {
        font-size: 17px;
    }

    .quantity_input {
        width: 20% !important;
    }

    .container_radio_item {
        margin-left: 95% !important;
    }
}

#logo-mobile {
    /*padding-top: 15px;*/
    margin: auto;
    width: 60px;
    display: none;
}

.responsive-padding {
    padding-right: 15px;
}

.payment-buttons {
    margin: auto;

    display: flex;
    justify-content: space-around;
}

.confirm-payment-mobile-btn {
    font-size: 20px;
}

.custom-btn-lg {
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 20px;
    font-weight: bold;
}

.confirm-payment-title {
    font-weight: bold;
    font-size: 28px;
}

.mobile-margin-left {
    margin-left: 10px;
}

#mobile-dynamic-title {
    display: inline;
}

.restaurant-info-header {
    display: flex;
    justify-content: space-between;
}

.offline-img {
    float: right;
    margin-top: -10px;
}

.ticket-uuid {

    color: #95a5a6;
    font-style: italic;
}

.margin-top-container {
    margin-top: 30px;
}

#pay-with-stripe {
    margin-bottom: 10px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: none
}


@media only screen
and (min-device-width: 120px)
and (max-device-width: 1136px) {
    .gender-select{
        width:100% !important;
    }
    .start-ordering-container{
        padding-top:30px;
        width:90% !important;
    }
    .track-order-btn {
        margin-left: 0 !Important;
    }
    #new-order-div button{
        width:100% !important;
    }
    .track-order-btn{
        width:100% !important;
    }
    .payment-completed-info{
        margin-bottom: 50px;
    }
    .marketing-preferences-container{
        width: 100% !important;
    }
    .marketing-preference-card p{
        max-width: 100% !important;

    }
    .marketing-options-container{
        margin-top:50px !Important;
    }
    .marketing-preferences-container{
        margin-top:20px !important;
        max-height:70vh !Important;
        overflow-y: auto;
    }
    .bestsellers-slider{
        margin-top:20px !important;
    }
    .marketing-preference-card{
        width:95% !important;
        margin:0 auto 20px !important;
    }
    .stay-in-the-loop-section{
        padding-top:0 !important;
    }
    .bestselling-product {
        gap:25.5px !important;
    }
    .slick-button{
        width: 30px!important;
        height: 30px!important;
    }
    .slick-button i{
        font-size:20px !important;
    }
    .left-slick-button,.right-slick-button{
        top: 24% !important;
    }
    .contact-us-title {
        font-size: 6vw !important;
    }
    .contact-form-title {
        font-size: 6vw !important;
    }
    .contact-card h1{
        font-size: 3vw !important;
    }
    .shops-details-container {
        width: 100%;
        padding: 0 !important;
    }

    .search-form-input-wrapper {
        justify-content: center !Important;
    }

    .postcode-form-search {
        width: 100% !important;
    }

    .map-container {
        width: 95% !important;
    }



    .enter-email-loop {
        /*margin-bottom: 250px !important;*/
    }

    .index-main-info-wrapper {
        width: 90%;
        margin: 0 auto !important;
        position: inherit !important;
        padding-top: 50px;
    }

    .main-title-index {
        font-size: 6vw !important;
    }

    .index-delivery-info {
        max-width: 100%;
    }

    .index-delivery-info {
        font-size:4.5vw !important;
    }

    .index-flex-info-wrapper {
        width: 100%;
        gap: 15px !important;
        margin-top: 0 !important;
    }

    .user-policy-info {
        width: auto !important;
        margin-top: 20px !important;
    }

    .order-favorite-info {
        max-width: 100% !important;
        font-size: 4vw !important;
    }
    .index-flex-actions,.start-order-now-btn{
        font-size: 5vw !important;

    }
    .index-background{
        height:inherit!important;
        padding-bottom: 30px;
        justify-content:center !important;
        padding-top: 5%;
    }
    .index-banner {
        height: 100% !important;
        padding: 10px;
    }

    .banner-title {
        text-align: center;
        font-size: 6vw !important;
    }
    .index-mobile-img{
        display: inline-block !important;

    }
    .banner-subtext {
        font-size:5vw !important;
        margin-top: 14px;
    }

    .flex-banner-container {
        flex-direction: column;
        gap: 20px !important;
    }

    .policy-container {
        padding:30px 10px !important;
    }

    .postcode-actions-wrapper {
        flex-direction: column;
        width: 80% !important;
        gap: 12px !important;
        margin: 0 auto;
    }
    .download-app-img-mobile{
      padding:30px !important

    }
    .delivery-information-wrapper{
        padding-top:100px!important;
    }
    .delivery-information-wrapper h1{
        font-size:7vw !Important;
    }
    .delivery-information-wrapper p{
        font-size: 5vw !Important;
    }
    .how-it-works-instruction{
        height:70px !important;
        font-size: 5vw !Important;
    }
    .how-it-works-label{
        width:160px!important;
        margin:0 auto !important
    }
    .how-it-works-delivery{
        padding:30px  0 !important;
    }
    .postcode-banner-logo {
        width: 100% !important;
        height:52px !important;
        gap: 12px !important;
    }

    .postcode-banner-logo input {
        font-size: 5vw !important;
    }

    .redirect-arrow {
        height: 52px !important;
        width: 100% !important;
    }

    .bestsellers-title {
        font-size: 6vw !important;
        margin-bottom:0 !important;
    }
    .bestselling-img-container{
        background-color: transparent !important;
    }
    .main-page-title{
        font-size: 7vw !important;
        margin-top:20px !important;
        line-height:initial !important;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

    }
        .bestselling-info p,.bestselling-info b{
            font-size:4vw !important;
        }
    .postcode-form-search input{
        font-size: 5vw !important;
    }
    .shops-details-container{
        height:100vh !important;
    }
    .view-shops-container{
        margin-top: 0 !important;
    }
   .search-form-arrow{
       font-size: 3vw !important;
   }
    .bell-icon-mobile {
        width: 120px !important;
        height: 120px !important;
        display: flex;
        justify-content: center;
        align-items: center;

        background-color: #fff;
        border-radius: 50%;

    }
    .bestsellers-section{
        height:auto !important;
        padding-bottom: 30px;
    }

    .bell-icon-mobile svg {
        width: 80px !important;
        height: 80px !important;
    }

    .stay-in-loop-container {
        flex-direction: column;
        gap: 20px !important;
        padding-bottom: 30px;
        justify-content:flex-start !important;
        height: 400px !important;
    }
    .stay-in-loop-info h1 {
        font-size: 6vw !important;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .download-app-info h4 {
        width: 100% !important;
        font-size: 6vw !important;
    }

    .enter-email-loop {
        width: 100% !important;
        height:55px !important;
    }
    .enter-in-loop-btn{
        height:35px !important;
        width: 90px !important;
        font-size:18px !important;
    }
    .enter-email-loop input {

        font-size: 16px !important;
    }

    .enter-email-loop input::placeholder {
        font-size: 16px !important;
    }

    .stay-in-loop-info {
        gap: 10px !important;
        width: 95% !important;
        margin: 0 auto !important;
        padding-top:20px !important;

    }

    .stay-in-loop-info p {
        font-size: 4vw !important;
        margin-bottom: 0 !important;
    }

    .info-subtitle {
        font-size: 6vw !important;
        line-height: inherit !important;
    }

    .trustpilot-container {
        overflow-y: auto !important;
        width: 110% !important;
        margin-left: -25px !important
    }

    .reviews-container {
        position: relative;
        padding: 30px 15px 30px 30px !important;

    }

    .review-box-icon-mobile {
        width: 100px;
        top: 80px;
        position: absolute;
        right: 15px;
    }

    .reviews-title-container {
        gap: 0 !important
    }

    #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
        font-size: 13px;
        max-width: 70%;
    }

    .mobile-pb-50 {
        padding-bottom: 50px !important;
    }
    .mobile-pb-80 {
        padding-bottom: 80px !important;
    }
    .mt-mobile-15 {
        margin-top: 15px !important;
    }

    .mt-mobile-20 {
        margin-top: 20px !important;
    }

    .contact-us-file-wrapper {
        flex-direction: column !important;
    }

    .file-form-group {
        width: 100% !important;
    }

    .social-media-wrapper {
        margin-top: 10px !Important;
    }

    .social-media-links {
        gap: 12px !important;
    }


    .landing-page-container {
        height: 75vh !important;
    }

    #footer > .section {
        padding: 2.5em 0 !important;
    }

    .footer-columns {
        display: flex;
        flex-direction: row !important;
        padding: 30.9px 10px !important;
        justify-content: space-evenly;

    }

    .footer-columns > .text-sm-start > a {
        font-size: 13px !important;
    }

    .footer-columns > .text-sm-start {
        width: 32% !important;
        padding: 0 !important;
    }

    .footer-columns > .text-sm-start > h4 {
        font-size: 17px !important;
    }

    #apps_wrapper {
        display: none !Important;
    }

    #download-apps-landing-page {
        display: none !important;
    }

    .landing-page-header {
        height: 30vh !important;
    }

    .shop-card-wrapper {
        width: 100% !important;
    }

    #faq-logo {
        width: 110px !important;
    }

    .relative-on-mobile {
        position: relative !important;
    }

    .absolute-on-mobile {
        position: absolute !important;
        top: 5px;
        left: 15px;
    }

    .custom-faq-text-wrapper {
        font-size: 18px !important;
    }

    .main-terms-text {
        margin-bottom: 0 !important;
    }

    .about-us-container {
        width: 100% !important;
        padding-top: 20px !important;
    }

    .main-info-title {
        font-size: 32px !important;
        margin-top: 25px !important;
        text-align: center
    }

    .terms-of-service-container {
        margin-top: 0 !important;
    }

    .faq-answer-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        padding-left: 10px;
    }

    .faq-answer-wrapper .faq-answer-label {
        display: none !important;
    }

    .download-app-mobile-wrapper {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .contact-container .register-form-group {
        margin-top: 15px;
    }

    .responsive-pos-request-container {
        width: 100% !important;

    }

    #cancel-bookings-btn {
        margin-bottom: 15px;
    }

    #allow-to-pay {
        float: none !important;
    }

    .mobile-footer {
        height: 25vh !important;
    }

    .custom-color-mobile-btn {
        background-color: var(--details-color) !important;
        color: #fff !important;
    }

    .custom-color-mobile-btn:hover, .custom-color-mobile-btn:active {
        color: #fff !important;

    }

    .custom-color-mobile-btn {
        background-color: var(--details-color) !important;
        color: #fff !important;
    }

    .cancel-buttons {
        align-self: flex-start;
    }

    .flex-container-order-details {
        flex-direction: column;
        gap: 25px;
        justify-content: flex-start !important;
    }

    .custom-mobile-card > input:not(:first-child), .custom-mobile-card textarea, .custom-mobile-card .custom_group, .custom-mobile-card select, .custom-mobile-card .shadow-input {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 2px 2px rgba(0, 0, 0, 0.12) !important;
    }

    .custom-mobile-card {
        background: transparent !important;
        border: none !important;
    }

    .input-group-btn-custom {
        height: 37px !important;
    }

    .custom_group .form-container {
        width: 90% !important;
    }

    .custom_group {
        display: flex !Important;
        justify-content: flex-start;
        align-items: center;
    }

    .responsive-height-50 {
        height: 100% !important;
    }

    .confirmation-header {
        margin-top: 20px !important;
    }

    .mobile-login-container {
        height: 100vh !important;
    }

    .proceed-btn-mobile {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px !important;
    }

    .order-details-card {
        padding: 0 !important;
    }

    .extra-charges-list .price-total {
        width: 100% !important;
    }

    .mobile-footer-container {
        display: flex !important;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 0;
    }

    .product-details-modal-body {
        flex-direction: column;
    }

    .register-container {
        width: 100% !important;
    }

    .remember-me-label {
        display: none !important;
    }

    .hidden-desktop {
        display: inline-block !important;
    }

    .hidden-desktop-flex {
        display: flex !important;

    }

    .hidden-on-mobile {
        display: none !important;
    }

    .recaptcha-container {
        margin: 0 auto;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .menu-groups::-webkit-scrollbar {
        display: none !important;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .menu-groups {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .shop-card-details h6 {
        width: 150%;
        font-size: 16px !important;
    }

    .who-we-are-info h1 {
        font-size:7vw !important;
        margin-bottom: 20px !important;
        text-align: center;
    }

    .who-we-are-info p {
        font-size: 5vw !important
    }

    .faq-flex-wrapper {
        flex-direction: column;
        gap: 10px !important;
        padding:50px 0 !important;
    }

    .who-we-are-info {
        margin: 80px auto !important;
        width: 90% !important;
    }

    .faq-title {
        text-align: center !important;
        font-size: 7vw !important;
        line-height: initial !important;
        margin-bottom:20px !important;
    }
    .delivery-information-wrapper{
        width:100%!important;
    }
    .delivery-information-container{
        flex-direction: column;
        padding:0 20px !Important;
    }
    .faq-flex-column {
        width: 95% !important;
        margin: 0 auto !important;
    }
    .delivery-icons-wrapper{
        width:100%!important;
    }
    .faq-questions-wrapper {
        padding: 15px !important;
        border-radius: 20px !important;
    }
    .returns-container{
        padding:0 20px !important;
    }
    .returns-flex-wrapper{
        margin-top: 0 !important;
        flex-direction: column !important;
    }
    .returns-column{
        width: 100% !important;
    }
    .returns-card{
        margin-top: 20px !important;
    }
    .faq-questions-list .question {
        font-size: 5vw !important;
    }
    .returns-card p{
        font-size: 16px !important;
    }
    .returns-card h2{
        font-size:4vw !important;
    }
    .returns-container h1{
        font-size: 6vw !important;
        padding-top: 20px !important;
    }
    .faq-icon {
        font-size: 22px !important;
    }

    .faq-questions-list .answer {
        font-size: 18px !important;
    }

    .minus-faq svg {
        width: 22px !important;
    }

    .download-left-position {
        width: 95% !Important;
        margin: 0 auto !important;
    }

    .contact-info-column {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .contact-flex-wrapper {
        flex-direction: column-reverse;
    }

    .contact-info-form {
        width: 100% !important;
    }



    .contact-form-title {
        font-size: 28px !important;
    }

    .download-app-info h4 {
        line-height: initial !important;
    }

    .contact-us-container {
        padding: 15px !important;
        border-radius: 20px !important;
        margin: 0 auto!important;
        width: 95% !important;
    }

    .cookies-main-wrapper p {
        margin-top: 15px !Important;
        font-size:5vw !important;
    }

    .cookies-main-wrapper h1 {
        font-size: 7vw !important;
        text-align: center;
    }
    .cookies-second-info p{
        font-size: 5vw !important;
    }
    .contact-flex-wrapper {
        max-height: 100%;
        overflow-y: auto;
    }

    .shop-card-details h4 {
        font-size: 20px !important;
    }

    .cookies-main-wrapper {
        width: 100% !important;
        margin: 80px auto !important;
    }

    .review-main-title {
        font-size: 7vw !important;
        line-height: inherit !important;
        margin-top: 50px !important;
    }

    /*.container {*/
    /*    margin-top: 50px !important;*/
    /*}*/

    .cookies-second-info {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .download-left-position {
        position: inherit !important;
        gap: 10px !important;
    }

    .download-app-img {
        padding-top: 20px !important;
        height:auto !important;
    }

    .flex-container-register {
        flex-direction: column;
        gap: 15px;
    }

    .mobile-hidden {
        display: none !important;
    }

    .restaurant-header {
        margin-top: 1rem !important
    }

    .responsive-shop-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
        gap: 10px;
    }

    .search-container {
        width: 90% !important;
    }

    .menu-restaurant-details {
        position: inherit !Important;
        align-items: center !important;
    }

    .responsive-padding-shop-section {
        padding: 0 !important;
    }

    .shops-actions-container {
        flex-direction: column;
        align-items: center !important;
        padding: 1em 0 !important;
    }

    #submit_form_btn {
        width: 100% !important;
    }

    .search-shops-btn-wrapper {
        width: 50% !important;
    }

    #submit_form_btn {
        width: 100% !important;
    }

    .get-started-search {
        padding: 0 !important;
    }


    .order-date-time-picker-group {
        width: 100% !important;

    }

    .shop-items-header-wrapper {
        flex-direction: column;
        align-items: center !important;
        gap: 10px !important;
    }

    .dynamic-form-group .input-wrapper {
        width: 100% !important;
    }

    .dynamic-form-group label {
        margin-bottom: 10px;
    }

    .dynamic-form-group {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .close-product-details-btn {
        top: -12px !important;
        right: -6px !important;
    }

    .alert-added-item {
        width: 90%;
        margin: 0 auto;
    }

    .menu-item-list {
        gap: 10px !important;
        padding: 6px 10px 0 !important;
    }

    .order-modal-label {
        margin-bottom: 5px !important;
    }

    .menu-item-list .menu-item-name {
        width: 75% !important;
    }

    .restaurants-filters-mobile {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .menu-items-list {
        max-height: 70vh !important;
    }

    .date-time-picker {
        width: inherit !important;
    }

    .shops-container {
        width: 90% !important;
    }

    .main-shops-title {
        font-size: 26px !important;
        margin: 15px 0 !important;
    }

    .shop-card {
        width: 100% !important;
    }

    .menu-item-actions {
        width: 110px !important;
        flex-direction: column;

    }

    .track-order-btn {
        float: right;
    }

    .order-completed-sidepanel {
        width: 90% !important;
    }

    .payment-completed-info {
        flex-direction: column;
    }

    .payment-completed-container {
        width: 100% !important;
        margin: 10px auto !important;
    }

    .payment-completed-header h3 {
        font-size: 24px;
    }

    .responsive-margin-top {
        margin-top: 15px;
    }

    .main-title-wrapper h1 {
        font-size: 30px !important;
    }

    .main-title-wrapper h2 {
        font-size: 26px !important;
    }

    .index-form-container {
        width: 100% !important;
    }

    .payment-methods-wrapper {
        padding: 5px !important;
        width: 100% !important;
        flex-wrap: wrap;
        justify-content: space-around !Important;
        align-items: center !important;
        gap: 10px;
    }

    .payment-methods-wrapper img {
        margin-top: 2px;
    }

    .search-stores-header {
        font-size: 28px;
    }


    .search-form-wrapper {
        width: 95% !important;
        margin: 0 auto !important;
    }

    .search-input-index {
        width: 80% !Important;
    }


    .datetimepicker:not(.inline) {
        margin: 0 !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }

    .datetimepicker:not(.inline) .datepicker {
        border-radius: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: inherit !important;
        min-width: inherit !important;
        position: fixed !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .datepicker-container {
        width: 100% !important;
    }

    .datepicker-container {
        width: 100% !important;
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
        -ms-flex-flow: column !important;
        flex-flow: column !important;
        -moz-flex-direction: column !important;
    }

    .time-picker-column {
        height: 307px !important;
    }

    .time-picker:not(.inline) {
        border: 0 !important;
        border-top: 1px solid #eaeaea !important;
        width: 100% !important;
        max-width: 100% !important;
        height: unset !important;
        overflow: hidden !important;
    }

    .datepicker-container {
        width: 100% !important;
    }

    .date-time-picker .flex-1 {
        -webkit-box-flex: 1 !important;
        -moz-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
    }

    .date-time-picker .flex-fixed {
        -moz-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 auto !important;
    }

    .pickers-container .before {
        height: 0 !important;
    }

    .datetimepicker:not(.inline) .pickers-container {
        height: calc(100% - 99px) !important;
        flex-direction: column !important;
    }

    .datetimepicker:not(.inline) .datepicker {
        border-radius: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: inherit !important;
        min-width: inherit !important;
        position: fixed;
        height: 100%;
        margin: 0 !important;
    }

    .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }

    .custom-card {
        margin-left: 35px !important;
    }

    .pos-quantity-container input {
        font-size: 24px !important;
    }


    .my-last-booking-container {
        flex-direction: column;
        gap: 10px !important;
    }

    .my-last-booking-prices-list {
        width: 100% !important;
    }

    .my-last-booking-transactions {
        width: 100% !important;
    }

    .card-responsive-margin {
        margin-left: 9%;
    }

    .pos-name-price {
        flex-direction: column !important;
    }

    .gift-card-checkmark-container {
        margin-top: 0 !important;
    }

    .pos-quantity-and-add {
        margin-top: 20px;
        gap: 20px !important;
    }

    .pos-quantity-and-add .pos-quantity-container {
        width: 150px !important;
    }

    .pos-list {
        padding-inline-start: 0 !important
    }

    .pos-list li {
        flex-direction: column;
        padding-right: 0 !important;
        padding-top: 10px !important;
        margin-top: 10px !important;

    }

    .form-group-btn-submit > .custom-form-submit-btn {
        font-size: 20px !important;
        width: 50% !important;
    }

    .form-group-btn-submit > .btn-register-previous {
        font-size: 20px !important;
        width: 50% !important;
    }

    .checkbox-form-group {
        width: 100% !important;
    }

    .checkbox-form-group label:first-child {
        width: 50% !important;
    }

    .restaurant-flex-container {
        gap: 25px;
        width: 100% !important;
    }

    .restaurant-images-container {
        width: 100% !important;
    }

    .custom-form-group {
        width: 100% !important;
    }

    .restaurant-tab-wrapper {
        flex-direction: column;
    }

    .gift-card-name-actions-range {
        flex-direction: column;
        margin-top: 0 !important;
        margin-left: 15px;
    }

    .interval-gift-card-config {
        margin-left: 25px !Important;
    }

    .gift-card-name-actions {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .gift-card-checkmark-container {
        width: 100% !important;
        color: #fff !important;
    }

    .confirm-payment-action-btns {
        width: 100% !important;
        justify-content: space-around !important;
    }

    .modal-content {
        width: 100% !important;
    }

    .enter-restaurant-event-info {
        width: 100% !important;
    }

    .error-page-container {
        flex-direction: column;
        text-align: center;
    }

    .checkout .checkout-button-custom {
        width: 90%;
        margin: 0 auto;
    }

    #captchaModal .modal-content {
        width: 100%;
    }

    #ticket-type-info {
        font-size: 22px !important;

    }

    .customer-qr-codes-container {
        width: 100% !important;
    }

    .restaurant-event-header {
        width: 90% !important;
        height: 80px !important;

    }

    .guests-number-event-container h4 {
        width: 100% !important;
    }

    .free-gift-card-info {
        padding-left: 20px !important;
    }

    .voucher-details-container {
        width: 60% !important;
        height: 200px !important;
    }

    .gift-card-details-container {
        max-height: 350px !important;
    }

    .featured-gift-cards-title {
        text-align: center;
    }

    .voucher-title {
        font-size: 22px;
    }

    .gift-card-details-container {

        margin-bottom: 20px !important;
    }

    .gift-cards-info {
        margin-left: 10px !important;
    }

    .terms-gift-cards {
        font-size: 14px;
        overflow-y: auto;

    }

    .gift-cards-info {
        margin-left: 15px;
    }

    .gift-cards-main-text-color {
        font-size: 22px;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
    }

    .gift-cards-second-text-color {
        font-size: 18px;
    }

    .gift-cards-customer-options {
        margin-left: 0;
        margin-right: 0;
    }

    #guest_container .event-form-group {
        flex-direction: column !important;

    }

    #guest_container .event-form-group input {
        width: 100% !important;
    }

    .margin-top-container {
        margin-top: 10px !important;
    }

    .scan-qr-action-btns {
        flex-direction: column;
        gap: 10px;
    }

    .restaurant-event-title {
        font-size: 21px !important;
        width: 75%
    }

    .restaurant-event-ticket-info p span {
        width: 40% !important;
    }

    .restaurant-event-ticket-info p b {
        width: 60% !important;
    }


    .restaurant-event-ticket-qr-container {
        width: 100% !important;
    }

    .restaurant-event-qr-container {
        flex-direction: column-reverse;
        gap: 20px;
        margin-bottom: 20px;
    }

    .restaurant-form-event {
        width: 100% !important;
    }

    .flip-container {
        padding-top: 10px !important;
    }

    .viva-wallet-modal-body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .viva-wallet-modal-header {
        padding-bottom: 0 !important;
    }

    .modal-payment-icon svg {
        height: 50px !important;
    }

    .modal-title {
        font-size: 20px !important;
    }

    .form-container {
        grid-template-rows: 50px 50px 50px !important;
    }

    .desktop-flex-end {
        display: inherit !important;
    }

    .margin-top-mobile-10 {
        margin-top: 10px !important;
    }

    .gift-card-payment-list li {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .gift-card-payment-list {
        padding-left: 0;
    }

    .checkout {
        display: flex;
        gap: 5px;

    }

    .margin_left_negative_20_mobile {
        margin-left: -20px;
    }

    .mobile_nav {
        display: block !important;
        z-index: 10;
    }

    .gift-card-interval-price {
        width: 100% !important;
    }

    .gift-card-interval {

        width: 105% !important;
    }

    #cardInterval {
        margin-left: 0 !important;
    }

    .mobile-padding-left-0 {
        padding-left: 0;
    }

    .delivery_postcode_input {
        width: 100% !important;
    }

    .customer-info-container {
        padding: 10px !important;
    }

    .customer-info-container p {
        font-size: 16px !important;
        text-indent: 15px !important;
    }

    .menu-restaurant-logo-sms-ticket {
        margin: 0 auto !important;
    }

    .gift-cards-items-costs, .gift-cards-items-checkout, .gift-cards-guest {
        padding-left: 15px !important;
        padding-right: 15px !important;

    }

    .responsive-gift-card-input {
        width: 100% !important;
    }

    .mobile-btn {
        display: block !important;
        font-size: 32px !important;
    }

    .mobile-btn i {
        font-size: 32px !important;
    }

    #navigation-container-gift-cards {
        display: none;
    }

    .basket-action-btn {
        width: 45% !important;
    }

    .basket-items-info {
        flex-direction: column;
        margin-right: 20px !important;
    }

    .basket-image-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .gift-cards-items li {
        height: 150px !important;
    }

    .basket-gift-card-img {
        max-width: 110px !important;
        height: auto;
        object-fit: cover;

    }

    .gift-cards-checkout-content {
        width: 100% !important;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
    }

    .mobile-flex {
        width: 60%;
        text-align: center;
        margin: 0 auto;
        flex-direction: column;
        gap: 10px;
    }

    .gift-card-quantity-label {
        text-align: left !important;
        margin-left: 15px;
    }

    .gift-card-interval-price {
        margin-top: 0 !important;
        flex-direction: column;
    }

    .interval-gift-card-config {
        margin-top: 25px;
    }

    .responive-gift-card-img {
        width: 80% !important;
        margin: 0 auto;
        display: block;
    }

    .gift-card-container {
        width: 95% !important;
    }

    .desktop-margin-left-20 {
        margin-left: 0 !important;

    }

    .gift-cards-side-container {
        width: 100% !important;
    }

    .gift-cards-restaurant-logo {
        width: 50vw !important;
    }

    .ticket-info-restaurant {
        text-align: center;
    }

    .btn-payment, .btn-pay-ticket-sms {
        width: 60% !important;
        font-size: 16px !important;
    }

    .btn-payment span {
        font-size: 16px !important;
    }

    .ticket-items-container {
        width: 100% !important;
    }

    .ticket-container {
        flex-direction: column;
    }

    .ticket-details-container {
        width: 100% !important;
    }

    .ticket-uuid {
        font-size: 16px;
        text-align: center;
        margin-top: 0;

    }

    .ticket-payment-info-header {
        flex-direction: column;
    }

    .ticket-uuid {
        font-size: 16px;
        text-align: center;
        margin-top: 0;

    }

    .flex-container {
        display: inherit !important;
    }

    .mobile-cart-items {
        width: 100% !important;
    }

    .show-on-mobile {
        display: block !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .mobile-container-iframe {
        width: 95%;
    }

    .restaurant-info-logo {
        margin-right: 0 !important;

        width: 120px;
        align-self: center;
    }

    .offline-img {
        float: none;
        display: flex;
        justify-content: center;
    }

    .restaurant-info-header {
        display: flex;
        flex-direction: column;
    }

    .restaurant-info-header {
        display: flex;
        flex-direction: column;
    }

    .restaurant-info-data {
        width: 100%;
    }

    #mobile-dynamic-title {
        display: block !important;
    }


    .mobile-title {
        font-size: 20px;
    }

    .double-text {
        position: absolute;
        top: 20px;
        right: 20px;
        margin-right: 0;
        width: 90px;
        font-size: 20px;
    }

    .cancel-btn {
        bottom: 10px;
        left: 45px;
    }

    .edit-booking-text {
        display: none;
    }

    .edit_just_booking {
        bottom: 10px;
        left: 20px;
    }

    .action-btn-order-modal {
        display: flex;
        flex-direction: column;
        width: 40%;
        float: right;
        justify-content: space-between;
    }

    .action-btn-order-modal #_save_btn {
        margin-top: 10px;
    }

    /*.cancel-btn{*/
    /*    position: absolute;*/
    /*    bottom: 5px;*/
    /*    left: 10px;*/
    /*}*/
    .pages-btn-container {
        position: initial !important;
        top: initial !important;
        right: initial !important;
    }

    .mobile-margin-left {
        margin-left: 0;
    }

    .datetimepicker .datepicker {
        min-height: 98% !important;
        height: 98% !important;

    }

    .restaurant-menu-pdf {
        width: 300px;
        margin: 0 auto;
        height: 600px;
    }

    .no-mobile-img {
        display: none !important;
    }

    .mobile-display-checkout {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }


    .payment-methods-indicator {
        display: block !important;
    }

    #card-container {
        max-height: 400px;
        overflow-y: auto;
    }

    .distance_to_restaurants_slider {
        width: 75% !important;


    }

    .tooltip-restaurant-text {
        width: 220px;
        bottom: 125%;
        left: 0 !important;
        margin-left: 0 !important;


    }

    .tooltip-restaurant-text::after {
        content: "" !important;
        border-style: none !important;

    }

    /*.mobile-btn-flex{*/
    /*    margin-left: -150px;*/
    /*}*/
    .mobile-flex-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mobile-flex-container .btn {
        margin-top: 10px;
    }

    .restaurant-info {
        bottom: 12px !important;
    }

    #selected-items {
        max-height: 200px;
        overflow-y: auto;
    }

    .borderedLiMobile {
        border-bottom: 1px solid #95a5a6
    }

    .main-item-list {
        padding-bottom: 60px;
        overflow-y: auto;
        max-height: 400px !important;
    }

    .deselect-container {
        margin-right: -30px;
    }

    .deselect_custom {
        font-size: 12px;
    }

    .modal-dialog-mobile {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }


    .modal-content-mobile {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        width: 97% !important;
        margin: auto;
    }

    .mobile-modal-footer {
        width: 100% !important;
        margin: 0 !important;
        background: #fff !important;
        position: absolute !important;
        bottom: 0 !important;
    }

    .card-mobile-container {
        margin-left: 12% !important;
    }

    .confirm-payment-title {
        font-size: 20px;
    }

    .no-btn {
        margin-left: -20px;
        margin-right: 10px;
    }

    . confirm-payment-mobile-btn {
        font-size: 16px;
    }


    .modal-body-menu-item {
        max-height: 100% !important;
        overflow-y: auto;
    }


    .main-item-list ul {
        padding-inline-start: 0 !important;

    }

    .payment-buttons {
        width: 90%;
        flex-direction: column;
    }

    .card__part {
        left: -20px !important;
    }

    .payment-buttons > .btn {
        margin-top: 10px;
    }

    .main-request-text {
        font-size: 17px;
    }

    .second-request-text {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .responsive_header {
        width: 100% !important;
    }

    .modal_ul_responsive {
        padding-inline-start: 0;
    }

    #your-search {
        display: none;
    }

    #logo-mobile {
        display: block;
    }

    .header-logo {
        display: none;
    }

    .responsive-padding {
        padding-right: 0;
        padding-left: 15px;
    }

    .menu-restaurant-details {
        display: flex;
        justify-content: space-between !important;
    }

    .custom_group {
        display: block;
        border: 1px solid #ced4da !important;
    }

    .custom_group input {
        border: none !important;
    }

    .custom_btn_responsive {
        margin-top: 10px;
        width: 100%;
    }

    .resposive-list {
        width: 100%;
    }

    .main-nav-tabs {
        display: flex !important;
    }

    .main-nav-tabs li {
        flex: 3 !important;
        text-align: center;
    }

    .cooking-instructions-legend-desktop {
        display: none;
    }

    .mobile-line {
        display: block;
    }

    .min_quantity_alert {


        margin-bottom: 10px;
    }

    .container_radio_item {
        margin-left: 90%;
    }

    #main-wrapper .side-panel, .my-check-right {
        width: inherit !important;
    }

    .actions_container {
        display: flex;
        width: 100%;

        flex-direction: column;

        justify-content: center;
    }

    .child_item_title {
        max-width: 100%;
        font-size: 16px;
    }

    .item-price {
        float: right;
    }

    .child_quantity_container {
        justify-content: center;
    }

    .menu_item_children {
        flex-direction: column;

        justify-content: center;

    }

    .add_custom_cooking_instructions_btn {
        /*width: 170px;*/
        margin: auto;
    }

    .order-details-panel {
        display: block !important;
    }

    .checkout_prices {
        width: 100% !important;
    }
}

.add_custom_cooking_instructions_btn {
    /*float:right;*/
    /*margin-right: 20px;*/
}


.cursor {
    cursor: pointer;
}

.optional_cooking {
    cursor: pointer;
}

.optional_cooking:hover {
    background: rgba(52, 152, 219, 1);
    color: #fff;
}

.option_selected {
    background: rgba(52, 152, 219, 1);
    color: #fff;
}

.hover_main:hover {
    color: #A0DBE1;
    transition: 0.2s;
}


.remove_cooking_instruction {
    float: left;
    color: #A0DBE1;
    cursor: pointer;
    font-size: 11px;
}

.cooking_instructions_txt {
    text-decoration: underline;
    font-style: italic;
    font-size: 12px;
}

.fnone {
    width: 30% !important;
}

.container_radio_item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container_radio_item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio_item:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio_item input:checked ~ .checkmark {
    background-color: #A0DBE1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio_item input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_radio_item .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.custom_checkbox input[type=checkbox] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: red !important;
}

.custom_checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px !important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.custom_checkbox :active, .custom_checkbox :checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.custom_checkbox :checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.custom_checkbox:checked:after {
    content: '\2714';
    font-size: 20px !important;
    font-weight: bold;
    position: absolute;
    top: -7px;
    left: 0;
    color: #A0DBE1 !important;
}

.menu-items-list {
    max-height: 350px;
    overflow-y: auto;
    padding-inline-start: 0;
    list-style-type: none;
}

.loyalty_customer {
    position: absolute;
    right: 10px;
}

.loyalty_points_table_container {
    padding-top: 20px !important;
}

.loyalty_points_table th {
    text-align: center;
    font-size: 17px;
}

.loyalty_points_table td {
    text-align: center;
    font-size: 14px;
}

.transaction-date {
    width: 40%;
    display: inline-block;
}

.search-transaction {
    display: inline-block;
    margin-left: 20px;
}

.search-btn-transaction {
    background: #fd5c01 !important;
}

.loyalty-points-transactions-table th {
    text-align: center;
    color: #2c3e50;
    font-size: 17px;
}


.loyalty-points-transactions-table td {
    text-align: center;

    font-size: 14px;
}

.restaurant-info {
    color: var(--info-color);
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 18px;
    cursor: pointer;
}

.tooltip-restaurant-text {
    visibility: hidden;
    width: 220px;
    background-color: #3498db;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 12px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -110px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-restaurant-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.restaurant-info:hover .tooltip-restaurant-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-restaurant-info-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

.restaurant-details {
    padding: 8px;
    text-align: left;
}

.restaurant-details p {
    margin-bottom: 5px;
}

.datetimepicker .datepicker {
    min-height: 420px !important;
}

.order-datetime-input {
    color: #2c3e50;
    padding-left: 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #7f8c8d;
    font-size: 18px;
}

.distance_to_restaurants_slider {
    width: 82%;
    display: inline !important;
}

.slider_distance_main_page::-webkit-slider-thumb {
    background: gray !important;
}

.distance_to_restaurants_value {
    font-family: 'Roboto Slab', serif;
    color: #7f8c8d;
    font-size: 16px;
    margin-left: 5px;

    display: inline-block;
}

.range-label {
    font-weight: bold;
    font-size: 16px;
}

/*.vdatetime-overlay{*/
/*    background: none !important;*/
/*}*/

.mobile-category-link {
    color: #fff !important;
    font-size: 22px;
    text-align: center;
}

.menu-category-background-img {
grayscale(100 %);
    position: fixed;
    margin: 0 auto;
    z-index: 1;
    display: block;
    width: 90%;
    height: 150px;
}

.menu-category-content {
    position: fixed;
    text-align: center;

    z-index: 9999;
    margin-left: 20px;
    margin-right: 20px;
}


.container-category-link {
    position: relative;
}


/* Bottom right text */
.text-block-link {
    position: absolute;

    background-color: rgba(44, 62, 80, 0.8);
    padding: 10px 5px;
    width: 80%;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10%;
    text-align: center;
}

.mobile-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    width: 100%;
    margin-bottom: 5px;

    object-fit: cover;
}


.menu-group-category-mobile {
    padding-inline-start: 0;
    max-height: 90px;
    overflow-y: auto;
}

.menu-group-category-mobile li {
    color: #fff;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
}

.menu-group-category-mobile li:hover {
    background-color: rgba(44, 62, 80, 1);
}

.reorder-ticket-items-container {
    margin-top: 15px;

}

.reorder-ticket-items-container ul {
    padding-inline-start: 0;

    list-style-type: none;
}

.reorder-ticket-items-container ul li {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    color: #7f8c8d;

    margin-top: 15px;
}

.reorder-ticket-items-container ul li:not(:last-child) {

    border-bottom: 1px solid #3498db;
}

.reorder-item-info {
    display: flex;
    justify-content: space-between;
}

.reorder_btn {
    background-color: #38ada9;
    color: #fff;
    transition: 0.3ms;
    margin-right: 15px;
}

.reorder_btn:hover {
    background-color: #079992;
    color: #fff;
}

.review-title {
    color: #564c48;
    font-weight: 200;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}

#header {
    z-index: 100;
}

/* Style the header: fixed position (always stay at the top) */
.payment-methods-indicator {
    display: none;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 6px;
    background: #A0DBE1 !important;
    width: 0%;
}

.disabled-btn {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.payment-providers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.payment-providers-container button {
    font-size: 20px;
    box-shadow: rgb(38, 57, 77) 0 10px 20px -10px;
    border: none;
}

.payment-providers-container div {
    margin-top: 15px !important;
}

.pages-btn {
    font-family: 'Roboto Slab', serif;
    border: 1px solid #A0DBE1;
    color: #A0DBE1;
    background-color: #fff;
    transition: .3s ease-in-out;
}

.btn-border-top-left {
    border-top-left-radius: 20px;
}

.btn-border-bottom-right {
    border-bottom-right-radius: 20px;
}

.pages-btn-container {
    position: absolute;
    top: 300px;
    right: 200px;
}

.pdf-menu-restaurant-image {
    width: 200px;
    position: absolute;
    right: 200px;
}

.pages-btn:hover {

    color: #fff;
    background-color: #A0DBE1;
}

#new_price_items_ul {
    padding-inline-start: 0;

}


#new_price_items_ul li {
    display: flex;
    justify-content: space-between;

}

.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #A0DBE1;
    text-indent: -9999em;
    margin: 0 auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.value-text {
    font-family: 'Roboto Slab', serif;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preorder_btn {
    background-color: #fe6477;
    color: #fff;
}

.preorder_btn:hover {
    color: #fff;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
}


/* Switch starts here */
.rocker {
    display: inline-block;
    position: relative;
    /*
    SIZE OF SWITCH
    ==============
    All sizes are in em - therefore
    changing the font-size here
    will change the size of the switch.
    See .rocker-small below as example.
    */
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    width: 7em;
    height: 4em;
    overflow: hidden;
    border-bottom: 0.5em solid #eee;
}

.rocker-small {
    font-size: 0.75em; /* Sizes the switch */
    margin: 1em;
}

.rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid #eee;
    border-bottom: 0;
}

.rocker input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-left,
.switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3em;
    transition: 0.2s;
}

.switch-left {
    height: 2.4em;
    width: 2.75em;
    left: 0.85em;
    bottom: 0.4em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
}

.switch-right {
    right: 0.5em;
    bottom: 0;
    background-color: #bd5757;
    color: #fff;
}

.switch-left::before,
.switch-right::before {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 2.45em;
    bottom: -0.45em;
    background-color: #ccc;
    transform: skewY(-65deg);
}

.switch-left::before {
    left: -0.4em;
}

.switch-right::before {
    right: -0.375em;
    background-color: transparent;
    transform: skewY(65deg);
}

input:checked + .switch-left {
    background-color: #0084d0;
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 3em;
    transform: rotate(0deg) skewX(0deg);
}

input:checked + .switch-left::before {
    background-color: transparent;
    width: 3.0833em;
}

input:checked + .switch-left + .switch-right {
    background-color: #ddd;
    color: #888;
    bottom: 0.4em;
    right: 0.8em;
    height: 2.4em;
    width: 2.75em;
    transform: rotate(-15deg) skewX(-15deg);
}

input:checked + .switch-left + .switch-right::before {
    background-color: #ccc;
}

/* Keyboard Users */
input:focus + .switch-left {
    color: #333;
}

input:checked:focus + .switch-left {
    color: #fff;
}

input:focus + .switch-left + .switch-right {
    color: #fff;
}

input:checked:focus + .switch-left + .switch-right {
    color: #333;
}

.asa-btn {
    /*width: 20%;*/
    font-size: 18px;
    cursor: pointer;
    outline: none !important;
    box-shadow: 0 9px #999;

}

.asa-btn:focus {
    outline: none !important;
}

.asap-btn:active {
    background-color: #3e8e41 !important;
    box-shadow: 0 5px #666 !important;
    transform: translateY(4px) !important;
}

.asap-off {
    color: #95a5a6;

    border: 1.5px solid #fc5702;
}


.double-text {

    color: #fc5702;
    font-family: 'Roboto Slab', serif;
    display: flex;
    align-items: center;
    font-size: 30px;
}


.asap-off:hover {
    color: #7f8c8d !important;
    border-color: #fc5702 !important;


}

.asap-on {
    background: #fc5702;
    color: #fff !important;
    box-shadow: 0 0 #fff !important;
}

.asap-on:hover {
    background: #fc5702;
    color: #fff !important;
}

.restaurant-info-logo {
    /*margin-right: 10px ;*/
    border: 1px solid #7f8c8d;
    border-radius: 5px;
    width: 100px;
}

.queue-btn {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-container-iframe {
    width: 45%;
    display: inline-block;
}

.iframe-container-queue {
    width: 80%;
    margin: 0 auto;

}

.flex-container-queue {
    display: flex;
    justify-content: space-between;
}

#see_waiter_alert {
    margin-bottom: 20px;

}

.wait-turn-container {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

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

.show-on-mobile {
    display: none;
}

.hide-on-mobile {
    display: block;
}

.order-details {
    padding: 8px;
}

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

.show-on-mobile {
    display: none;
}

.hide-on-mobile {
    display: block;
}


.mobile-cart-items {
    display: flex;
    justify-content: space-between;
    width: 30%;
}

.flex-container {
    display: flex;
}

.disabledMinute {
    color: #ccc !important;
    pointer-events: none !important;
    background-color: #fff !important;
}

.pizza-preloader {
    align-items: center;
    background: #ecf0f1;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    height: 100%;
    z-index: 9999;
    filter: grayscale(40%);
}

.break-line {
    width: 100%;
    border-top: 0.5px solid #bdc3c7;
}


.custom_table_row td:not(:first-child) {
    vertical-align: middle !important;
}

.checkout-btn-gift-cards {
    font-size: 1.8rem;
    float: right;
    margin-right: 25px;
}

.card-details-list {
    padding: 15px !important;

    border-bottom: 1px solid #bdc3c7;
}

.highlight {
    color: #fc5702;
}

.gift-card-interval {
    display: flex;
    flex: 1;
    justify-content: space-between;
    /*padding-top:10px;*/
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
    width: 115%;
}


.margin-left-container {
    margin-left: 30px;
}

.gift-card-payment-info-responsive {
    width: 25%;
}

.pay-btn-gift-cards-responsive {
    border-top: 1px solid #fc5702;
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
    align-items: center;
}

.delivery_postcode_input {
    width: 30%;
}

.iframe_delivery_specifics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.asap_container_iframe {
    float: right;
}

@media only screen and (max-width: 768px) {
    .order-completed-sidepanel {
        width: 90%;
    }

    #allow-to-pay {
        margin-top: 15px;
        float: none !important;
    }

    .checkout {
        flex-direction: column !important;
    }

    .modal-content-mobile {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        width: 97% !important;
        margin: auto;
    }


    .customer-qr-codes-container {
        width: 100% !important;
    }

    .restaurant-event-header {
        width: 90% !important;
        height: 80px !important;
    }

    .guests-number-event-container h4 {
        width: 100% !important;
    }

    .free-gift-card-info {
        padding-left: 20px;
    }

    .gift-cards-items-costs, .gift-cards-items-checkout, .gift-cards-guest {
        padding-left: 15px !important;
        padding-right: 15px !important;

    }

    .gift-cards-info {
        margin-left: 15px;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
    }

    .gift-cards-customer-options {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-btn {
        display: block !important;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
        float: left !important;
    }

    .gift-card-interval-price {
        margin-top: 0;
        flex-direction: column;
    }

    .desktop-margin-left-20 {
        margin-left: 0;
    }

    .gift-cards-side-container {
        width: 100%;
    }

    .gift-cards-restaurant-logo {
        width: 50vw !important;
    }

    .btn-payment, .btn-pay-ticket-sms {
        width: 60% !important;
        font-size: 16px !important;
    }

    .btn-payment span {
        font-size: 16px !important;
    }

    .iframe_delivery_specifics {
        flex-direction: column;
        margin-bottom: 5px;
    }

    .ticket-details-container {
        width: 100%;
    }

    .ticket-uuid {
        font-size: 16px;
        text-align: center;
        margin-top: 0;
    }

    .ticket-details-container {
        width: 100%;
    }

    .delivery_postcode_input {
        width: 100%;
    }

    /* For mobile phones: */
    #checkout-button {
        /*margin-top: 10px;*/
        float: none !important;
    }

    #checkout-button-txt {
        color: #fff;
    }

    #check_out_btn_container {
        text-align: center !important;
    }

    .gift-card-interval {
        padding-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    #mobile-margin-top {
        padding-right: 0 !important;
        width: 90%;
        margin: 20px auto;
    }


    .margin-left-container {
        margin-left: 10px;
    }

    .mobile-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #add-gift-card {
        margin: 0 !important;
    }

    .basket-container {
        margin-left: 10px;
    }

    .mobile-text-header {
        text-align: left;
        padding-left: 15px;
    }

    .gift-card-basket-table {
        width: 700px;
    }

    .mobile-margin-top {
        margin-top: 15px;
    }

    .mobile-margin-left-10 {
        margin-left: 10px;
    }

    .mobile-font-size-16 {
        font-size: 16px;
    }

    .mobile-header-git-cards-font-size {
        font-size: 20px;
    }

    .gift-card-payment-info-responsive {
        width: 100%;
    }


}

.free_card_highlight {
    font-size: 15px;
    font-weight: bold;
    color: #c0392b;
}

.gift_cards_description {
    color: #484848;
    font-size: 16px;
}

.payment-card {
    padding: 0 15px 15px;
    box-shadow: 1px 1px 2px 2px #95a5a6;
}

.ticket-details {
    display: flex;
    justify-content: space-between;
}

.ticket-details-container {

    width: 30%;
}

.ticket-payment-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-container {
    display: flex;
    justify-content: space-between;
}

.ticket-items-info-list {
    list-style-type: none;
    padding-left: 0;
    max-height: 400px;
    overflow-y: auto;
}


.ticket-items-container {
    width: 60%;

}

.ticket-items-info-label {
    font-size: 18px;
    font-weight: bold;
}

.underline-list-item {
    border-bottom: 0.5px solid #95a5a6;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.main-list-item {
    font-weight: bold;
}

.btn-payment {
    background-color: #A0DBE1;
    padding: 10px;
    border-radius: 30px 10px 30px 10px;
    color: #fff;
    margin: 15px auto 0;
    display: block;
    width: 30%;
    box-shadow: 2px 2px 2px 2px #95a5a6;
}

.btn-pay-ticket-sms {
    border: 2px solid #A0DBE1;
    background-color: #fff;
    padding: 10px;
    font-size: 20px;
    border-radius: 30px 10px 30px 10px;
    color: #A0DBE1;
    margin: 15px auto 0 !important;
    display: block !important;
    width: 30%;
    box-shadow: 2px 2px 2px 2px #95a5a6 !important;
    outline: none;
}

.btn-pay-ticket-sms:focus {
    outline: none;
    box-shadow: none;
}

.btn-pay-ticket-sms:hover {
    color: #A0DBE1;
}

.btn-hover-effect span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 20px;
}

.btn-hover-effect span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
}

.btn-hover-effect:hover span {
    padding-right: 25px;
    color: #fff;
}

.btn-hover-effect {
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}

.btn-hover-effect:hover span:after {
    opacity: 1;
    right: 0;
    color: #fff;
}

.sms-ticket-item-price {
    color: #A0DBE1;
    font-weight: initial;
    position: absolute;
    right: 0;
}


.ticket-item-name {
    position: relative;
    font-size: 16px;
}

.subitems-list {
    padding-left: 10px;
}

.bill_icon {
    display: block;
    margin: 0 auto;
}

.gift_cards_header {
    padding: 15px 0 25px;
    display: flex;
    align-items: center;
    height: 10%;
    justify-content: center;
    border-bottom: 1.5px solid #fff;
}

.gift-cards-restaurant-logo {
    width: 18vw;
    height: auto;
}

.gift-cards-footer {
    border-top: 1.5px solid #fff;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10%;
    padding-bottom: 25px;
}

.powered-by-t2d-link {
    width: 120px;
    height: auto;
    /*filter:invert(100%);*/

}

.gift-cards-side-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
    float: left;
}

.gift-cards-checkout {
    border: 1px solid #f9ca24;
    color: #fff;
    background-color: transparent;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
}

.gift-cards-main-text-color {
    color: #f9ca24;
}

.gift-cards-checkout:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #A0DBE1;
}

.gift-cards-main-text {
    color: #f9ca24;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.gift-cards-links-list {
    padding-left: 0;
    list-style-type: none;
}

.gift-cards-links-list li {

    margin-top: 5px;
}

.gift_card_img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* Centered text */
.gift-card-centered-text {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.gift-card-container {
    position: relative;
    text-align: center;
    color: white;
    height: 250px;
    cursor: pointer;
}

.voucher-details-container {
    position: relative;
    text-align: center;
    color: white;
    height: 250px;
    cursor: pointer;
}

.voucher-title {
    color: #A0DBE1;
    text-shadow: 2px 3px 3px #2f3640 !important;
    z-index: 2;
}


.gift-cards-responsive-container {
    width: 75%;
    float: right;
}


.interval-gift-card-config {
    padding-top: 25px;
    color: #fff;
}

.gift-cards-text-color {
    color: #fff;
}

.desktop-margin-left-20 {
    margin-left: 20px;
}

.gift-card-interval-price {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    width: 130%
}

.gift-card-quantity-label {
    text-align: center;
}

.gift-cards-second-text-color {
    color: #fff;
}

.gift-cards-items {
    padding-left: 0;
    list-style-type: none;
    max-height: 400px;
    overflow-y: auto;
    border-top: 1px solid #E5E5E5;

}

.gift-cards-items li {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 140px;
    line-height: 15px;
    padding: 20px 0;
    justify-content: space-between;
}

.basket-gift-card-img {
    height: 100px;
    width: auto;
    margin-right: 20px;
    border-radius: 10px;
    filter: brightness(90%);
}

.gift-card-ticket-item-name {
    display: inline;
    font-size: 18px;
}

.basket-items-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    /*margin-right: 15px ;*/
}

.remove-gift-card-btn {
    font-size: 25px;
    padding-right: 10px;
    padding-left: 30px;
}

.basket-action-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket-action-btn {
    width: 40%;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    transition: .4s ease-in-out;
}

.continue-shopping-btn {
    color: #fff;

    border: 1.5px solid #A0DBE1;

}

.continue-shopping-btn:hover {
    background: #A0DBE1;
    color: #fff !important;
}

.basket-checkout-btn {
    background: #A0DBE1;
    color: #fff;
}

.remove-gift-card-btn {
    cursor: pointer;
}

.basket-checkout-btn:hover {
    color: #ffffff;
    filter: brightness(85%);
}

.total-basket {
    text-align: right;
    font-weight: normal;
    font-size: 22px;
}

.gift-cards-checkout-content {
    background: #3498db;
    border-color: transparent;
    border-style: solid;
    border-radius: 0;
    border-width: 1px;
    width: 575px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;

    margin: 0 auto;
}

.section-header {
    text-align: center;
    font-weight: normal;
}

.gift-cards-checkout-content .gift-cards-cart {
    margin-bottom: 0;
    padding: 38px 48px 24px;
}

.gift-cards-checkout-content .section-header {

    color: #fff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
    text-transform: none;
}

.gift-cards-items-checkout {
    list-style-type: none;
    padding-left: 40px;
    padding-right: 40px;
    max-height: 400px;
    overflow-y: auto;

}

.gift-cards-items-checkout li {
    padding: 24px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.gift-cards-items-costs {
    list-style-type: none;
    padding-left: 40px;
    padding-right: 40px;
    max-height: 400px;
    overflow-y: auto;
}

.flex-text {
    display: flex;
    justify-content: space-between;
}

.total-listitem {
    padding: 24px 0;

}

.gift-cards-items-costs li {
    padding: 24px 0;
    border-bottom: 1px solid #fff;
}

.list-item-no-border {
    border-bottom: 0 !important;
}

.gift-cards-input {
    height: 55px;
}

.gift-cards-guest {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 15px;
}

.flex-container-gift-cards-checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;

}

.gift-cards-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-gift-cards-back {
    border: 1px solid #A0DBE1;
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: .4s ease-in-out;
}

.gift-cards-payment-btn {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    background: #A0DBE1;
    color: #fff;
    border: none;
    transition: 0.3s;

}

.gift-cards-payment-btn:hover {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
}

.btn-gift-cards-back:hover {
    background-color: #A0DBE1;
    color: #fff;
}

#gift-cards-notes::placeholder {
    color: #fff;

}

#gift-cards-notes {
    background: transparent;
    color: #fff;
}

.remove-item-mobile {
    position: absolute;
    cursor: pointer;
    font-size: 25px;
    top: 5px;
    right: 5px;
}

.remove-item-mobile:hover {
    color: #A0DBE1;
}

.free-gift-card-text {
    color: yellow;
    margin: 0;
}

.responsive-gift-card-input {
    width: 48%;
    float: left;
    display: block;
    margin: 0 auto;
}

.mobile-btn-gift-cards-menu {
    border-radius: 50%;
    background-color: #A0DBE1;
    color: #fff;
    font-size: 20px;
    margin-top: -30px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: right;
    display: none;
}

.login-link:hover {
    color: #fff !important;
}

.mobile-btn-gift-cards-menu:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}


.gift-card-container {
    transition: all .2s ease-in-out;
    filter: brightness(90%);

}

.gift-card-container:hover {
    filter: brightness(80%);
}

.voucher-details-container {
    transition: all .2s ease-in-out;
    filter: brightness(90%);

}

.voucher-details-container:hover {
    filter: brightness(80%);
}

.active-link {
    text-decoration: underline;
}

.gift-cards-links-list h5 {
    font-size: 16px;
    font-weight: 500;
}

.container-hover-grow {
    transition: 0.5s ease-in-out;

}

.menu-restaurant-logo-sms-ticket {
    width: auto;
    height: 60px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #95a5a6;
}

.container-hover-grow:hover {
    transform: scale(1.05);
    box-shadow: 5px 2px 5px #2c3e50;
}


.customer-info-container {
    background-color: #ee7400;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #2c3e50;
}

.customer-info-container p {
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
    text-indent: 20px;
    font-weight: 500;

}

.mobile_nav {
    box-shadow: 0px 1px 3px #E5E5E5;
    background-color: #3498db;
    border-bottom: 1px solid #E5E5E5;
    display: none;
    font-size: 21px;
    height: 60px;
    padding: 0 20px;
    /*position: absolute;*/
    top: 0;
    width: 100%;
    z-index: 10;
}

.mobile_nav .open_menu {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: left;
    height: 14px;
    width: 22px;
}

#gift-cards-mobile-categories {
    display: none;
    width: 100%;
    background-color: #A0DBE1;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    top: 45px;
}

.loyalty-points-tab {
    color: #A0DBE1 !important;
}

#gift-cards-mobile-categories .gift-cards-main-text {
    color: #fff;
}

.gift-cards-mobile-shopping-cart {
    float: right;
    position: relative;
    top: 20%;
    color: #fff;
    font-size: 18px;
}

.loyalty-points-header-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 20px;
}

#customer_info_image {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.shadow-container {
    box-shadow: 2px 2px 2px 2px #95a5a6;
}

.main-text-color {
    color: #A0DBE1;
}

.center-element {
    margin: 0 auto;
    display: block;
}

.custom-disabled-item {
    pointer-events: none !important;
}

.discount-codes-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gift-card-payment-list {
    list-style-type: none;
}

.gift-card-payment-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    gap: 20px;
    width: 110%;
}

.gift-card-payment-list p {
    margin-bottom: 0;
}

.list-border-top {
    border-top: 1px solid #e7e7e7;
}

.desktop-flex-end {
    display: flex;
    align-items: flex-end;
}

.flex-confirm-cancel-booking-container {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.flex-cancel-booking-action {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.btn-outline-custom {
    border: 1px solid var(--action-color);
    background-color: #fff;
    color: var(--action-color);
}

.ask-seatin-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.btn-outline {
    color: var(--action-color);
    background-color: #ffffff;
    border-color: var(--action-color);
}

.btn-outline:hover {
    border: 1px solid var(--details-color) !important;
}

.question-options span {
    font-weight: bold;
}

.restaurant-event-title {
    display: block;
    margin: 0 auto !important;
}

.restaurant-event-guest-actions {
    display: flex;
    justify-content: space-around;
}

.guests-number-event-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.are-you-student-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-student-option-container {
    width: 50%;
    margin: 0 auto;

}

.are-you-student-container div {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guests-number-event-container h4 {
    width: 30%;
}

.event-form-group {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    grid-gap: 15px !important;
}

.restaurant-form-event {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 70%;
    background: #ecf0f1;
    box-shadow: 2px 2px 2px #95a5a6;
    padding: 30px 20px;
    border-radius: 8px;
}

.input-error {
    border: 1px solid #c0392b;
}

.guest-data-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-gap: 20px !important;
}

.submit-event-btn {
    width: 200px;
    font-size: 22px;

}

.restaurant-event-qr-container {
    display: flex;
    justify-content: space-between;
}

.ticket-uuid-border-top {
    border-top: 0.5px solid #bdc3c7;
    padding-top: 15px;
}

.restaurant-event-ticket-info p {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.restaurant-event-ticket-info p span {
    width: 35%;
}

.restaurant-event-ticket-qr-container {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.scan-qr-btn-text {
    font-size: 22px;
    color: #3498db;
}

.scan-qr-alert {
    padding: 20px;
    border-radius: 4px;
    color: white;
    box-shadow: 2px 2px 2px 2px #2c3e50;
    font-size: 20px;
    display: none;
    margin-bottom: 20px;
    position: relative;
}

#ticket-type-info {
    text-align: center !important;
    color: white !important;;

}

#qr-alert-close-btn {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 18px;
}

.qr-alert-container {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
}

.scan-qr-alert #qr-alert-icon {
    font-size: 32px;
}

.qr-alert-danger {
    background-color: #c0392b;
}

.qr-alert-success {
    background-color: #27ae60;
}

.scan-qr-action-btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.scan-qr-action-btns button {
    font-size: 18px;
}

#qr-alert-icon {
    display: block;
    text-align: center;
}

#qr-alert-message {
    text-align: center;
}

.guests-emails-container {
    display: flex;
    flex-direction: column;
    /*gap: 10px;*/
}


#guests_emails_container {
    max-height: 500px;
    overflow-y: auto;
}

.change-guests-number-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-start;

    color: #A0DBE1;
}

.change-guests-number-btn i {
    margin-right: 10px;
}

.qr-scan-ticket-uuid-input {
    height: 40px;
    font-size: 16px;
    margin-top: 15px;
}

.text-bold {
    font-weight: bold;
}

.featured-gift-cards-title {
    margin-top: 0;
    font-weight: 500;
    font-size: 26px;
    color: #f9ca24;
}

.gift-cards-container {
    width: 100%;
}

.gift-cards-customer-options {
    max-height: 600px;
    width: 100%;
    overflow-y: auto
}

.gift_cards_quantity_input {
    width: 70px;
    display: inline;
    text-align: center;
    background: transparent !important;
    color: #fff;
}

.gift-card-details-img {
    height: 500px;
    width: 100%;
}

.gift-card-details-container {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    height: 500px;
    margin-bottom: 80px;
}

.gift-card-details-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #f9ca24;
}

.gift-card-details-subtitle {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    color: #fff;
}

.gift-cards-info {
    width: 100%;
    height: 100%;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
}

.terms-gift-cards {
    white-space: pre-wrap;
}

.terms-gift-cards span:before {
    content: "–";
    padding-right: 2px;

}

.gift-card-details-submit {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 46px;
    outline: none;
    padding: 0;
    width: 100%;
    text-align: center;
    transition: all .2s ease-in-out;
    background: #f9ca24;
    color: #181a1a;
}

.gift-card-details-submit:hover {
    filter: brightness(80%);
    color: #181a1a;
}


#add-gift-card {
    transition: all .2s ease-in-out;
}

#add-gift-card:hover {
    filter: brightness(60%);
}

.free-gift-card-quantity {
    width: 70px;
    text-align: center;
    color: #fff;
}

.gift-card-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#restaurant_event_poster {
    display: block;
    margin: 15px auto 0;
    border-radius: 8px;
    max-height: 200px;
    width: auto;
}

/* Style the Image Used to Trigger the Modal */
.myImg {
    max-height: 100px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */
.modal_img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
#close_img_modal {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
}

#close_img_modal:hover,
#close_img_modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* Style the Image Used to Trigger the Modal */
#myModal {
    z-index: 9999;
}

.margin-top-15 {
    margin-top: 15px;
}

.restaurant-event-header {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100px;
}

.restaurant-event-logo {
    height: 60px;
    width: auto;
    left: 0;
}

.guests-qr-select-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 5px;
    width: 98%;

}

.qr-code-select {
    width: 30%;
}

/*.guests-qr-select-group select{*/
/*    width: 30%;*/
/*    margin-right: -2px;*/
/*    border-right: none !important;*/
/*}*/

.qr_option_container {
    width: 100%;
}

.student_option input {
    float: right;
}

.guests-info {
    display: flex;
    justify-content: space-between;

}

.student-label {
    font-size: 18px !important;
    font-style: italic;
}

.iframe-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guests-qr-codes {
    margin-top: 15px;
    width: 100%;
}

.main-alert-container {
    width: 90%;
    margin: 0 auto;
}

.error-page-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.enter-restaurant-event-info {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    width: 40%
}

.enter-event-submit {
    width: 70%;
    margin: 30px auto 0;
    font-size: 21px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px;
}

.font-26 {
    font-size: 26px;
}

.terms-gift-cards {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

/* 1 */
.link-stand-out {
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
}

.confirm-payment-action-btns {
    width: 30%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between
}

.swal2-popup {
    font-size: 18px !important;
}

/* The container */
.gift-card-checkmark-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -10px;
    width: 70%;
}

/* Hide the browser's default checkbox */
.gift-card-checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.gift-card-checkmark-container {
    color: #fff;
}

/* On mouse-over, add a grey background color */
.gift-card-checkmark-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.gift-card-checkmark-container input:checked ~ .checkmark {
    background-color: #f9ca24;
}

/* Create the checkmark/indicator (hidden when not checked) */
.gift-card-checkmark-container:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.gift-card-checkmark-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.gift-card-checkmark-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gift-card-name-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.gift-card-name-actions-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}


.gift-card-name-actions-range .gift-card-checkmark-container {
    width: 100% !important;
}

.register-restaurant-form {
    padding-top: 30px;
    margin-bottom: 50px;
}

.restaurant-tab-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-form-group {
    position: relative;
    margin-bottom: 45px;
    width: 45%
}

.custom-form-input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

.custom-form-input:focus {
    outline: none;
}

/* LABEL ======================================= */
.custom-form-label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
/*.custom-form-input:valid~ .custom-form-label   */
.custom-form-input:focus ~ .custom-form-label {
    top: -20px;
    font-size: 14px;
    color: #fc5702;
}

.valid-label {
    top: -20px;
    font-size: 14px;
    color: #fc5702;
}

.highlighted-border-bottom {
    border-bottom: 2px solid #fc5702;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fc5702;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
.custom-form-input:focus ~ .bar:before, .custom-form-input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.custom-form-input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fc5702;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fc5702;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fc5702;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.file-upload-label {
    background-color: #fc5702;
    color: white;
    padding: 0.5rem;
    width: 70px;
    text-align: center;
    box-shadow: 2px 2px 2px grey;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.file-upload-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.restaurant-images-container {
    display: flex;
    width: 45%;
    justify-content: space-between;
}

.restaurant-flex-container {
    display: flex;
    width: 45%;
    justify-content: space-between;
    border-top: 0.5px solid #bdc3c7;
}

.custom-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-input:checked + .custom-slider {
    background-color: #2196F3;
}

.switch-input:focus + .custom-slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch-input:checked + .custom-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.custom-slider.round {
    border-radius: 34px;
}

.custom-slider.round:before {
    border-radius: 50%;
}

.checkbox-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%
}

.checkbox-form-group label {
    max-width: 70%
}

.restaurant-container-padding-top {
    padding-top: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.form-group-btn-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.custom-form-submit-btn .fa {
    font-size: 24px;
}

.custom-form-submit-btn {
    outline: none !important;

    width: 20%;
    padding: 10px 0;
    box-shadow: 2px 2px 2px #757575 !important;
}


/* Make circles that indicate the steps of the form: */
.form-step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fc5702;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.form-step.step-active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.form-step.finish {
    background-color: #fc5702 !important;
}

.btn-register-previous {
    background-color: #95a5a6;
    color: #fff;
    outline: none !important;
}

.btn-register-previous:hover {
    color: #fff !important;
}

.pos-list {
    list-style-type: none;
    font-size: 22px;
}

.pos-products-list-container {
    background-color: rgba(245, 246, 250, 0.4);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25), -2px -2px 5px 2px rgba(0, 0, 0, 0.22);
}

.register-restaurant-tab {
    margin-bottom: 30px;
}

.pos-quantity-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.pos-quantity-container .quantity-btn {
    color: #fc5702;
    font-size: 34px !important;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 10px;
}

.pos-quantity-container input {
    width: 70%;
}

.pos-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(189, 195, 199, 1.0);
    padding-right: 20px;
}

.pos-product-characteristics {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.pos-list li .add-pos-btn {
    font-size: 22px;
}

.pos-product-characteristics img {
    width: 100px;
    height: auto;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #95a5a6;

}

.pos-price {
    color: #fc5702;
    font-weight: bolder;
}

.product-characteristics-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-characteristics-container .pos-description {
    font-size: 14px;
    font-weight: normal;
}

.pos-name-price {
    display: flex;
    justify-content: space-between;
    width: 200px;
}

.pos-quantity-and-add {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
}

.pos-checkmark-container {
    margin-top: -10px !important;
}


.pos-checkmark-container input:checked ~ .checkmark {
    background-color: #fc5702;
}

.restaurant-files-container {
    display: flex;
    flex-direction: column;
    width: 45%
}

.restaurant-files-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preview-register-restaurant-file {
    height: 100px;
    width: 100px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #95a5a6;
    display: none;
    margin-top: 10px;
    object-fit: cover;
    cursor: pointer;
}

.display-block {
    display: block;
}

#card-container {
    overflow-y: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 500px;
    align-items: center;
    margin-bottom: 50px;
}


.my-last-booking-container {
    display: flex;
    justify-content: flex-start;
    gap: 30px;

}

.my-last-booking-prices-list {
    width: 40%;
}

.my-last-booking-transactions {
    width: 60%;
}

.my-last-booking-transactions ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.animation-ctn {
    text-align: center;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px

    }

    100% {
        stroke-dashoffset: 960px;

    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle {
    0% {
        opacity: 0
    }

    100% {
        opacity: 100
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}

.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}

.modal {
    overflow-y: auto !important;
}


.header-logo {
    max-width: 78px;
}

.login-btn {
    border-radius: 33px !important;
    color: var(--info-color) !important;
    background-color: #fff;
    font-size: 21px;
    font-weight: bold;
    width: 130px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.login-btn:hover {
    color: var(--info-color) !important;

}

.register-btn {
    border: none;
    background-color: var(--info-color);
    color: #fff !important;
    border-radius: 33px;
    margin-left: 15px;
    font-weight: bold;
    width: 130px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.register-btn:hover {
    color: #fff !important;
}

.index-form-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100%;
    height: 100%;
    float: left;
}

.main-title-wrapper {
    margin-top: 15%;

}

.main-title-wrapper h1 {
    text-align: center;
    color: var(--details-color);
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 36px;
}

.main-title-wrapper h2 {
    text-align: center;
    color: #1F4858;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

.search-stores-header {
    color: var(--details-color);
    margin: 30px 0 10px;
    font-weight: bold;
}

.search-form-header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    height: 50px;
}

.search-form-wrapper {
    width: 400px;
    background-color: rgb(207, 237, 239);
    height: 160px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.search-form-header h4 {
    color: #ccc;
    font-weight: bold;
    font-size: 20px;
}

.index_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.index_switch .input_slider {
    opacity: 0;
    width: 0;
    height: 0;
}

.index_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1F4858;
    -webkit-transition: .4s;
    transition: .4s;
}

.index_slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.input_slider:checked + .index_slider {
    background-color: #1F4858;
}

.input_slider:focus + .index_slider {
    box-shadow: 0 0 1px #1F4858;
}

.input_slider:checked + .index_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(30px);
}

/* Rounded sliders */
.index_slider.index_round {
    border-radius: 34px;
}

.index_slider.index_round:before {
    border-radius: 50%;
}

.search-input-index {
    background: transparent;
    width: 75%;
    border: none;
    color: #1F4858;
    opacity: 1;
    font-size: 18px;
    font-weight: 300;
    outline: none;
}

.index-search-input-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}


.index-search-button {
    background-color: #fff;
    background-repeat: no-repeat;
    color: #1F4858;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.social-media-wrapper {
    margin-top: 20px;

}

.social-media-wrapper svg {
    fill: var(--ref-color);
}

.social-media-wrapper svg:hover {
    fill: var(--action-color);
}

.social-media-wrapper h3 {
    color: #fff;
    margin-bottom: 5px;
}

.mobile-media-wrapper > h3 {
    color: #fff;
    font-weight: bold;
    font-size: 29px;
}

.mobile-media-wrapper {
    margin-top: 10px;

}

.mobile-media-wrapper svg {
    fill: var(--ref-color);
}

.mobile-media-wrapper svg:hover {
    fill: var(--ref-color);
}


.social-media-links {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.landing-search-panel {
    height: 100vh;
}

.payment-methods-wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    width: 600px;
}

.payment-methods-wrapper img {
    height: 15px;
}


.payment-methods-wrapper .small_img {
    height: 30px !important;
}

.shops-actions-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: flex-end;
}

.shop-input-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shop-input-group label {
    font-weight: 600;
    color: #fff;
}

.shop-input-action {
    background: var(--input-color);
    color: var(--info-color);
    border-radius: 20px;
    border: none;
    font-weight: bold;
}

.input-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}

#submit_form_btn {
    background: #ccc;

}


.main-shops-title {
    margin-top: 15px;
    color: var(--details-color);
    font-weight: bold
}

.shops-container {
    width: 70%;
    margin: 0 auto;
}

.shop-card {
    background-color: #fff;
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shop-image {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    height: 130px;

}


.shop-card-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 60px;
}

.shop-card-title {
    max-width: 70%;
    color: var(--info-color);

}

.shop-card-address {
    color: var(--info-color);
}

.shop-card-details {
    padding: 15px 10px;
    height: 120px;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}

.shop-card-details h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

.shop-card-details h6 {
    font-size: 18px;
    font-weight: normal;
}

.shop-card-location .fas, .shop-card-location span {
    color: var(--info-color);
}

.shop-card-location .fas {
    margin-right: 5px;
    font-size: 24px;
}

.view-products-btn {
    background-color: var(--info-color);
    color: #fff;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    border-radius: 12px;
    display: block;
}

.view-products-btn:hover {
    color: #fff;

}

.shop-distance {
    color: var(--tint-color)
}

.category_link:hover {
    color: var(--info-color) !important;
}

.section-breadcrumbs a:hover {
    color: var(--info-color) !important;
}

a:hover {
    color: var(--info-color) !important;
}

.closemodal:hover {
    color: var(--info-color) !important;
}

.menu-categories.active {
    background: rgba(236, 248, 249, 1);
}

.active-blue {
    background: rgba(236, 248, 249, 1) !important;

}

.shop-menu-details h5 {
    color: var(--description-color);
    font-weight: normal;
}


.section-breadcrumbs {
    background: rgba(223, 249, 251, 1.0);
}

.checkout-button-custom {
    width: 90%;
    border: none;
    border-radius: 30px;
    background: #fff;
    color: var(--info-color) !important;
    outline: none !important;
    font-weight: bold;
}

.checkout-button-custom:hover {
    color: var(--info-color) !important;

}

h5.colored-header-bar {
    background: var(--details-color) !important;
    cursor: pointer;
    margin-bottom: 10px !important;
    border-radius: 20px !important;
}

.order-date-details {
    margin-top: 15px;
    font-size: 16px;
    color: var(--details-color) !important;
    font-weight: 600;
}

.menu-group-carret {
    float: right;
}

#main-wrapper .all-menu-details {
    margin-bottom: 0 !important;

}

.all-menu-details .menu-group {
    margin-bottom: 0 !important;
}

.menu-item-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 15px 0;
}

.menu-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
}


.menu-item-list .menu-item-name {
    max-width: 60%;
    font-weight: 600;
    color: var(--details-color)
}


.click-effect {
    box-shadow: 0 4px var(--secondary-color);
}


.click-effect:active {
    box-shadow: 0 1px #666;
    transform: translateY(4px);
}

.add-to-cart-btn {
    background: var(--main-action-color);
    color: #fff !important;
    border: none !important;
    border-radius: 30px;
    padding: 2px 10px;
    outline: none !important;
}

.add-to-cart-btn:hover {
    color: #fff !important;
    border: none !important;
}

.menu-item-actions .menu-item-price {
    font-weight: 500;
    color: var(--details-color)
}

.add-to-cart-btn:active {
    color: #fff !important;
    border: none !important;
}

.checkout-title {
    font-weight: bold;
    color: var(--details-color);
    font-size: 34px;
    margin-bottom: 20px;
}

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

.order-details-title {
    text-align: left !important;
    font-weight: 500 !important;
    padding-left: 15px;
    color: var(--details-color);
    font-size: 20px;
    margin-bottom: 0;
}

.border-bottom-custom {
    border-bottom: 1px solid #e7e7e7;
}

.order-details {
    color: var(--details-color);
}

.checkout_prices {
    width: 80%;
    margin: 5px auto;
}

.order_prices {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 5px auto;
}

.checkout-prices-list {
    color: var(--details-color);
}

.order-details-shop-title {
    font-weight: bold;
    color: var(--details-color);
    font-size: 16px;
    margin-bottom: 0;
}

.order-details-shop-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.shop-distance-order-details .fas {
    color: var(--details-color);
    font-size: 26px;
}

.shop-distance-order-details .distance {
    font-weight: bold;
    color: var(--details-color)

}

.checkout-shop-details {
    margin-top: -5px;
    font-size: 14px;
    color: var(--details-color);
    font-weight: normal;
}

.confirmation-header {
    margin-top: 0;
    padding: 11px 14px;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: var(--details-color) !important;
    cursor: pointer;
    margin-bottom: 10px !important;
    border-radius: 20px !important;
    width: 100%;
}

.checkout-ticket-items .checkout-ticket-item-name {
    font-weight: bold;
}

.confirm-payment-ticket-items .checkout-ticket-item-name {
    font-weight: 600;
}

.confirm-payment-ticket-items {
    width: 90%;
    margin: 0 auto;
}

.checkout-ticket-item-li {
    color: var(--details-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.checkout-prices-list {
    margin-top: 10px;
}

.checkout-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.discount-input {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;

    background: #E5E5E5;
}

.discount-btn {
    margin-left: -15px;

}

.action-button {
    background: var(--details-color);
    color: #fff;
    border-radius: 40px;
    font-weight: bold;
}

.action-button:hover {
    color: #fff !important;

}


.secondary-button {
    background: var(--input-color);
    color: var(--info-color);
    border-radius: 40px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 4px 20px;
}

.secondary-button:hover {
    color: var(--info-color) !important;

}


.proceed-button {
    background: #fff;
    width: 250px;
    color: var(--info-color);
    border-radius: 40px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 4px 0;
}

.proceed-button:hover {
    color: var(--info-color) !important;

}

.discount-action-btn:hover {
    color: #fff;
}

.btn-scan-qr:hover {
    color: var(--details-color) !important;
}

.payment-completed-header {
    color: var(--details-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.payment-completed-header h3 {
    font-weight: 600;
    color: var(--details-color);
    margin-bottom: 0;
    text-align: center;
}

.payment-completed-header h4 {
    font-weight: 600;
    text-align: center;
    color: var(--details-color);
    margin-top: 0;
}

.order-completed-header {
    font-weight: bold;
    margin-top: 0;
    padding: 11px 14px;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: var(--details-color) !important;
    cursor: pointer;
    margin-bottom: 10px !important;
    border-radius: 20px !important;
}

.payment-completed-container {
    width: 60%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
}

.payment-completed-info {
    margin-top: 50px;
}

.payment-completed-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-confirmed-actions {
    padding: 0 15px 15px 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.btn-primary {
    cursor: pointer;
    color: #fff;
}

.track-order-link {
    padding-left: 15px;
}

.track-order-link a {
    font-weight: 600;
}

.btn-primary:hover {
    background: var(--details-color) !important;
    border: var(--details-color) !important;
    color: #fff !important;
}

.btn-primary {
    background: var(--action-color) !important;
    border: var(--action-color) !important;

}

.track-order-link a:hover {
    color: var(--details-color)
}

.order-completed-sidepanel {
    background-color: #ffffff;
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    width: 262px;
    margin-bottom: 2rem;
    z-index: 100;
}

.track-order-btn {
    margin-left: 15px;
}

#footer {
    background: var(--details-color);
    color: #484848;
}

#footer h4 {
    color: #fff;
    font-weight: bold;
}

#footer a {
    display: block;
    padding-bottom: 8px;
    color: var(--ref-color);
    text-decoration: none;
}

#footer a:hover {
    color: var(--action-color) !important;

}

/*.section {*/
/*    padding: 4.5em 0;*/
/*}*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.4;
    color: #484848;
}

a {
    color: var(--action-color);
    text-decoration: none;
    cursor: pointer;
}


.dynamic-form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.dynamic-form-group .input-wrapper {
    width: 60%;
}

.dynamic-form-group-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#registerForm {
    width: 90%;
    margin: 20px auto;
}

.dynamic-form-group label, .dynamic-form-group-start label {
    font-weight: 600;
}

.navbar-default {
    box-shadow: 2px 2px 2px #7f8c8d;
}

.help-block {
    color: #c0392b;
    font-weight: 500 !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #A0DBE1;
    white-space: nowrap;
}

.dropdown-menu {
    padding-bottom: 0;
}

.dropdown-menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.shops-actions-container {
    padding: 2em 0;
}

.order-date-time-picker-group {
    width: 30%;
}

.order-date-time-picker-group .date-time-picker {
    width: 300px;

}


.cart-li {
    /*position: absolute !important;*/
    bottom: 10px;
    /*margin-left: 15px;*/
    right: -55px;
}

.navbar-right {
    display: flex;
    align-items: flex-end;
}

.cart-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cart-wrapper .fa-shopping-basket {
    font-size: 36px;
    color: var(--details-color);
}

.cart-items-number {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: var(--main-action-color);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: -12px;
    font-weight: bold;
    color: var(--details-color);
}
.cart-total-amount{
    position: absolute;
    height: 16px;
    width: 50.82px;
    border-radius: 9px;
    background-color: var(--vivid-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10px;
    left: -5px;
    font-weight: bold;
    color: #fff;
    font-size:12px;
}

.cart-items-number-mobile {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 14px;
    font-weight: bold;
    color: var(--details-color);
}
.checkout-basket{
    color:var(--details-color);
    font-size: 10px;
    margin-top:10px;
    margin-right: -15px;
    text-align: center;
    display:block;
}
.nav > li > a {
    color: var(--details-color);
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover {
    color: var(--black-blue);

}

.menu-categories.active a[data-toggle=tab] {
    color: #343434;
}

.nav {
    display: block;
}

.order-details-title {
    padding-top: 12px;
}


.list-unstyled .checkout-item:not(:first-child) {
    border-top: 1px solid #e7e7e7 !important;
}

.menu_items_menu_group .item-list {
    cursor: pointer;
}


.product-details-modal-body {
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
    /*flex-wrap: wrap;*/
}

.product-item-image-container img {
    width: 250px;
}

.product-item-image-container {
    margin: 0 auto;
    width: 250px;
}

.close-product-details-btn {
    top: -14px;
    position: absolute;
    right: -14px;
    padding: 6px 12px;
    border-radius: 50%;
    background: var(--main-action-color);
    color: var(--details-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: none;
}

.cart-product-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mobile-shop-items-actions {
    z-index: 1000;
    width: 100%;

}

.extra-charges-list .price-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    border-bottom: 1px solid #bdc3c7;
}

.total-added-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    font-size: 18px;
}

.shop-items-header-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.restaurant-address-info {
    font-weight: 500;
}

.search-container {
    width: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    margin: 0 auto;
    /*border: 1px solid var(--details-color);*/
}

.search-container input {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-right: none;
}

.search-container input::placeholder {
    color: #707070;
}

.search-items-icon {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: -3px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-left: none;
}


.hidden-element {
    display: none !important;
}


#user-no-items-found-info {
    text-align: center;
    color: var(--info-color);
}

.active-order-type {
    color: var(--details-color) !important;
}


.captcha-container {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.order-dates-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    gap: 10px;
}

.order-dates-wrapper input {
    border-radius: 20px !important;
}

.menu-restaurant-details {
    position: absolute;
    display: flex;
    align-items: flex-end;
    padding-top: 10px;
}

.responsive-shop-input-group {
    width: 50%;
}

.responsive-shop-container {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}


.mobile-search-container {
    background: #fff;
    padding: 10px 0;

}


.responsive-view-order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 20px;*/
}


.flex-container-register {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.finish-registration-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 20px;
}

.finish-registration-container .form-group {
    width: 50%;
}

.white-text {
    color: #fff;
}

.products-categories-header {
    background-color: var(--details-color);
    color: #fff;
    font-weight: bold;
    text-align: left !important;
    border-radius: 30px;
    padding: 0 20px;
    position: sticky !important;
    top: 0;
    z-index: 999;

}

.products-categories-side-panel {
    border-radius: 30px !important;
    position: relative;
    background-color: var(--input-color) !important;
    padding-bottom: 20px;
}


.quantity-actions-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.quantity-actions-wrapper input {
    width: 55px;
    text-align: center;
    background-color: #fff !important;
}

.subtract-quantity-prod {
    background-color: #E83E3E;
    color: #fff;
    font-weight: bold;
    padding: 0 6px;
    border-radius: 50%;
    font-size: 28px;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.subtract-quantity-prod > span {
    margin-top: -4px;
}

.responsive-height-50 {
    height: 50%;
}

.add-quantity-prod {
    background-color: #4DE258;
    color: #fff;
    font-weight: bold;
    padding: 0 6px;
    border-radius: 50%;
    font-size: 28px;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

#productItemDetailsModal .modal-content, #ageVerificationModal .modal-content {
    border-radius: 30px;
}

#productItemDetailsModal .modal-header, #ageVerificationModal .modal-header {
    border-bottom: none;
}


#productItemDetailsModal, #ageVerificationModal {
    background-color: rgba(31, 72, 88, 0.3);
}

.product-details-modal h5 {
    margin: 0;
    font-weight: normal;
    color: var(--info-color);
}


.product-details-modal .product-description {
    color: var(--secondary-color);
}


.alert-danger {
    background-color: #ffffff !important;
    color: var(--details-color);

}

.alert-success {
    background-color: var(--light-blue);
    color: var(--details-color) !important;
    border: 1px solid var(--details-color);
}

.products-categories-side-panel {
    background-color: var(--input-color);
}

#main-wrapper .my-check-right .checkout {
    background-color: var(--input-color);

}

.pos-request-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.pos-request-user-info {
    margin-bottom: 0 !important;
}

.main-order-title {
    color: var(--input-color);
    font-weight: bold;
}


.order-details-card {
    background-color: var(--details-color);
    border-radius: 30px;
    padding: 20px;
}

#address-lookup {
    border-right: none !Important;
}

.input-group-btn-custom {
    width: 20px;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 20px;

    border-left: none;

}

.white-text {
    color: #fff !important;

}

.white-card {
    background-color: #fff;
    padding: 12px;
}

#main-wrapper .side-panel {
    width: 100% !important;
}


#view-mobile-menu .fas {
    color: var(--details-color);
    font-size: 40px;
}


#mobile_sidebar {
    overflow-y: auto;
    background-color: var(--details-color);
    width: 100%;
    left: -100%;
    position: fixed;
    bottom: -100px;
    top: 0;
    z-index: 999999;
    transition: all .5s;
}

.mobile-sidebar-open {
    left: 0 !important;
}

.mobile-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;

}

.mobile-sidebar-header img {
    max-width: 100px;
}

.close-mobile-sidebar {
    color: #fff;
    font-size: 40px;
}

.sidebar-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    justify-content: flex-start;
    gap: 10px;
    overflow-y: auto;
    height: 100%;
}

.mobile-auth-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-auth-wrapper a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.mobile-auth-wrapper a:active {
    color: #fff !important;

}

.mobile-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
}

.mobile-sidebar-info > h3 {
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    margin-bottom: 0;
}

.mobile-sidebar-info a {
    font-size: 18px;
    color: var(--ref-color);
    text-decoration: none;
}

.mobile-sidebar-info a:active {
    color: #fff !important;
}

.mobile-sidebar-info a:hover {
    color: #fff !important;
}

.overflow-hidden {
    overflow-y: hidden;
}

.hidden-desktop {
    display: none;
}

.hidden-desktop-flex {
    display: none;
}

.custom-background {
    background-color: var(--input-color)
}

.register-form-group {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
}
.register-form-group select{
    padding: 0.5rem 0.75rem !important;
}

.file-form-group {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
}

.register-icon {
    padding: 0.5rem 0.75rem;
    background-color: var(--input-background-color);
    margin-right: -2px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;

}

.register-icon .fas {
    color: var(--icon-color);
}

.register-form-group input, .file-form-group input, .register-form-group select {
    border-left: none;
    background-color: var(--input-background-color);
    margin-left: -2px;
    padding: 0.5rem 0.75rem;
    border-radius: 0 8px 8px 0;


}

.register-container {
    margin: 0 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.register-container .checkbox label {
    font-weight: bold;
}

.registration-actions-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.registration-actions-wrapper a, .registration-actions-wrapper label {
    cursor: pointer;
    z-index: 100;
    font-weight: bold;
    color: var(--details-color);
    font-size: 14px;
}


.main-register-btn {
    width: 100%;
    background-color: var(--details-color);
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    border-radius: 10px;
}

.main-register-btn:hover {
    color: #fff;
}

.remember-me-label {
    position: absolute;
    text-align: center;
    width: 100%;
}

.mobile-remember-me-label {
    align-self: flex-start;
    font-weight: bold;
    font-size: 14px;
}

.apps-wrapper img {
    width: 120px;
    cursor: pointer;
}

.apps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-footer-links a {
    padding-bottom: 0 !important;
}

.mobile-footer-container {
    display: none;
}

.mobile-basket-icon {
    position: absolute;
    left: 45%;
}

.mobile-login-container {
    min-height: 70vh;
}

.checkout-margin-top {
    margin-top: 30px;
}


.flex-container-order-details {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    align-items: center;
    width: 100%;
}


.cancel-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.login-flex-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.responsive-pos-request-container {
    width: 40%;

}

#new-quantity-items-list {
    width: 100%;
}

#new-quantity-items-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#new-quantity-items-list li:before {

    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    margin-top: -2px; /* half bullet height */
    left: -10px;
    width: 5px;
    height: 5px;
    background: #000;
}

#new_quantity_items_hook {
    border-bottom: 1px solid var(--secondary-color)
}

.border-grey-bottom {
    border-bottom: 1px solid var(--secondary-color)
}

.main-title {
    font-weight: bold;
    color: var(--details-color)
}

.full-width-btn {
    width: 100%;
    background-color: var(--details-color);
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    font-size: 20px;
}

.full-width-btn:hover {
    color: #fff;
}

.main-info-text {
    color: var(--details-color);
    font-weight: bold;
}

.container-submit-contact-btn {
    margin-top: 20px;
    width: 100%;
}


.contact-details p {
    margin-bottom: 0;
    line-height: 1.3rem;
}

.download-app-mobile-wrapper {
    display: none;
}

.download-app-mobile-wrapper a {
    width: 120px;
}

#remaining_to_buy_amount {
    text-align: center;
}

.big_payment_provider_img {
    height: 25px !important;
}

#faq-logo {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.custom-gray-background {
    background-color: var(--warning-color);
    padding-top: 100px;
}

.main-info-title {
    color: var(--info-color);
    font-weight: bold;
    font-size: 42px;
}

.faq-info {
    margin-top: 20px;
}

.faq-questions-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    align-items: flex-start;
}

.faq-question-wrapper {
    display: flex;
    flex-direction: column;
    /*gap: 15px;*/
    width: 100%;

}

.faq-question {
    width: 100%;
}

.custom-faq-text-wrapper {
    /*background-color: var(--info-color);*/
    color: var(--info-color);
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 12px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14), 0 1px 2px rgba(0, 0, 0, 0.24);*/
    font-size: 18px;
}

.faq-answer-label {
    width: 20%;
    text-align: center;
    font-size: 18px;
}

.mobile-sidebar-app-icons > a > img {
    width: 110px;
}

.faq-answer-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    align-items: center;
    padding-left: 15px;
}

.about-us-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 80px;
    width: 50%;
}

.about-us-container p {
    font-size: 22px;
    /*text-align: center;*/
    color: var(--info-color);
    margin-top: 30px;
}

.main-terms-text {
    color: var(--info-color);
    font-size: 20px;
    font-weight: bold;
}

.terms-of-service-container {
    margin-top: 20px;
}

.custom-info-text {
    margin-top: 6.0pt;
    margin-right: 0cm;
    margin-bottom: 6.0pt;
    margin-left: 0cm;
    line-height: 115%;
    font-size: 15px;
}

.custom-header-info-text {
    margin-top: 3.0pt;
    margin-right: 0cm;
    margin-bottom: 3.0pt;
    margin-left: 0cm;
    line-height: 115%;
    font-size: 20px;
    font-weight: bold;
    color: var(--info-color);

}

.cookies-info-text {
    margin: 0cm;
    line-height: 115%;
    font-size: 15px;
}

.cookies-info-header-text {
    margin-top: 16.0pt;
    margin-right: 0cm;
    margin-bottom: 4.0pt;
    margin-left: 0cm;
    line-height: 115%;
    font-size: 20px;
    font-weight: bold;
    color: var(--info-color);

}

.privacy-label {
    min-width: 150px;
}

.user-profile-dropdown {
    background-color: #cceef0;
    font-weight: bold;
    width: 231px;
    border-radius: 26px;
    margin-top: -30px !important;
    padding-top: 35px;
}

.user-profile-dropdown li a {
    color: #fff;
    font-weight: normal !important;
    padding-left: 37.5px;
    padding-top: 0;
}

.user-profile-dropdown li {
    border-bottom: none !important;

}

.user-profile-dropdown > li > a:hover {
    color: #fff !important;
}


.previous-page-btn {
    font-size: 26px;
    color: var(--info-color);
}

.relative-on-mobile {
    position: inherit;
}

.absolute-on-mobile {
    position: inherit;
}

.shop-card-wrapper {
    width: 380px;
}

.age-verification-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.landing-page-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--input-color);
}

.landing-page-header {
    width: 100%;
    height: 45vh;
    position: relative;
    margin-bottom: 60px;
    object-fit: cover;
}

#landing-page-header-title {
    position: absolute;
    font-size: 2.4vw;
    color: rgb(16, 28, 36);
    font-weight: bold;
    width: 50%;
    top: 20%;
    left: 10%;

}

.landing-page-icon {
    position: absolute;
    bottom: -50px;
    left: 10px;
}


.landing-page-title {
    text-align: center;
    font-weight: bold;
    color: var(--info-color);
    font-size: 24px;
}

.landing-page-container {
    height: 100vh;
}

.landing-page-text {
    font-size: 20px;
    color: var(--info-color);
    text-align: center;
}

.download-app-btn {
    background-color: var(--info-color);
    color: #fff;
    border-radius: 33px;
    font-weight: bold;
    font-size: 17px;
    width: 80%;
    margin: 20px auto !important;
    display: block;

}

.download-app-btn:hover {
    color: #fff !important;

}

.page-wrapper {
    padding: 0 20px;
}


.landing-page-footer {
    width: 100%;
    bottom: 0;
    position: absolute;
}

#download-apps-landing-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    margin: 30px auto 0;
    gap: 50px;
}

#download-apps-landing-page img {
    height: 60px;
}


.contact-us-file-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.mobile-landing-header {
    width: 100%;
    height: 100%;
    background-color: var(--input-color);
    position: relative;

}

.landing-mobile-img {
    position: absolute;
    margin: 0 auto;
    display: block;
    bottom: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    right: 0;
}

.mt-mobile-20 {
    margin-top: 0;
}

.index-mobile-container {
    background-color: var(--ref-color);
    background-repeat: no-repeat;
    background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 100vh;
}

.white-logo {
    margin: 0 auto;
    padding-top: 24.1px;
    display: block;
}

.view-shops-mobile-container {
    background-color: var(--ref-color);
    background-repeat: no-repeat;
    background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 100vh;
}

.mobile-landing-title {
    font-weight: bold;
    font-size: 32px;
    color: var(--info-color);
    text-align: center;
}

.landing-mobile-switch-container {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 41.6px;
    gap: 20px;
}

.landing-mobile-switch-container h3 {
    margin-bottom: 0;
    font-weight: bold;
    color: #7E959F;
    font-size: 17px;
}

.mobile-container {
    width: 100%;
    padding: 0 22.2px;
}


.mobile-landing-flex-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13.4px;
}


.input-group-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.input-group-wrapper input {
    height: 41.6px;
    border-radius: 0 5px 5px 0 !important;

    border-left: none !important;
}

.input-group-wrapper input::placeholder {
    color: rgb(126, 149, 159);
}

.input-group-wrapper .input-group-prepend {
    height: 41.6px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -3px;
    padding: 0.375rem 0.75rem;
    border-top-left-radius: 5px !Important;
    border-bottom-left-radius: 5px !Important;
    border-right: none !important;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;

}


.mobile-btn-main-search {
    background-color: var(--info-color);
    border-radius: 5px;
    outline: none;
    border: none;
    width: 100%;
    height: 41.6px;
    font-weight: bold;
    color: #fff;
}

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

.href-center:hover {
    color: #fff !Important;
}

.custom-carousel-item {
    height: 200px;
}

.carousel-wrapper {
    position: absolute;
    top: 0;
}

.index-mobile-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: relative;
}


.shops-mobile-title {
    text-align: center;

}

.shops-mobile-title .mobile-title-location {
    font-size: 32px;
    color: var(--info-color);
    font-weight: bold;
}


.shops-mobile-title .mobile-stores-found {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.desktop-shop-card{
    background-color: #FFFFFF;
    border-radius: 59px;
    width: 415px;
    height: 295px;
    padding: 17px 42px;
    margin: 0 auto
}
.desktop-shop-image {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    height: 100px;
}
.mobile-shop-card {
    background-color: #FFFFFF;
    border-radius: 59px;
    width: 343px;
    height: 240px;
    padding: 17px 42px;
    margin: 0 auto;
}

.mobile-shop-card img {
    width: 100%;
    height: 50px;
    object-fit: cover;

}

.mobile-shop-card-body .shop-title {
    font-size: 23px;
    font-weight: bold;
    color: var(--info-color);
    margin-bottom: 0 !important;
}

.shop-distance-mobile {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    color: var(--info-color);
    gap: 8.3px;
    margin-bottom: 0;
    margin-top: 8px;
}

.open-times-label {
    color: var(--info-color);
    font-size: 10px;
    text-decoration: underline;
    margin-left: 2px;
}

.view-shop-btn {
    background-color: var(--info-color);
    outline: none;
    border: none;
    width: 260px;
    height: 42px;
    font-weight: bold;
    color: #fff;
    border-radius: 33px;
    display:block;
    margin:0 auto;

}

.shop-distance-mobile svg {
    margin-top: -5px !important;
}

.mobile-shop-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mobile-shop-card-body .shop-address {
    color: var(--info-color);
    font-size: 16px;
    margin-bottom: 0;

}

.restaurant-info p {
    margin-bottom: 0;
    margin-top: 6px;
}

.no-shops-found-container {
    /*background-color: #FFFFFF;*/
    border-radius: 59px;
    padding: 34.5px 79.5px;
    width: 100%;
    /*height: 233px;*/
}

.shops-mobile-container {
    max-height: 75vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 17px;
    justify-content: flex-start;
    align-items: center;
}
.shops-desktop-container{
    max-height: 70vh;
    overflow-y: auto;
    display: flex;
    gap: 28px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap:wrap;
}
.shops-desktop-container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.no-shops-found-container h4 {
    text-align: center;
    color: var(--deep-blue);
    font-size: 43px;
    font-weight: bold;
}
.no-shops-found-container h5 {
    text-align: center;
    color: var(--info-color);
    font-size: 22px;
    font-weight: bold;
}
.no-shops-found-container p {
    font-size: 18px;
    color: var(--info-color);
    text-align: center;

}

.no-shops-found-wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20.6px;
}

#mobile-home-date::-webkit-inner-spin-button,
#mobile-home-date::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/*.hide-default-icon::-webkit-inner-spin-button,*/
/*.hide-default-icon::-webkit-calendar-picker-indicator {*/
/*    display: none;*/
/*    -webkit-appearance: none;*/
/*}*/

#mobile-footer {
    width: 100%;
    height: 71px;
    background-color: var(--info-color);
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

#mobile-footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    padding: 0 15.5px;
}

#mobile-footer {
    fill: #fff;
}

.active-mobile-link {
    color: var(--input-color) !Important;
}

.active-mobile-link a:active {
    color: var(--input-color) !Important;

}

#mobile-footer a:hover {
    color: #fff !Important;

}

#mobile-footer a:active {
    color: #fff !Important;

}

.hide-default-icon {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

.hide-default-icon::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}


.mt-mobile-15 {
    margin-top: 0;
}

.mobile-pb-50 {
    padding-bottom: 0;
}

.empty-basket-info h1 {
    margin-top: 24.5px;
    color: var(--info-color);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.empty-basket-info h4 {
    color: var(--info-color);
    font-size: 23px;
    text-align: center;
}

.empty-basket-buy-wrapper {
    margin-top: 20px;
    background-color: var(--info-color);
    width: 132.04px;
    height: 132.04px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

#ot-sdk-btn-floating .ot-floating-button__front.custom-persistent-icon {
    display: none !important;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: var(--ref-color) !important;
    border: none !important;
    padding: 0 !important;
    font-size: 1em;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings:hover {
    background-color: transparent !important;
    color: var(--ref-color) !important;

}

.spinner {
}

.spinner.in {
    transition: all 1.5s linear;
    transform: rotate(180deg);
}

.spinner.out {
    transition: all 0.3s linear;
    transform: rotate(0deg);
}

.header-nav-bar {
    background-color: #a4dae0;
    /*var(--light-blue-info);*/
}

.index-background {
    background-position: left bottom;
    background-size: 90%;
    background-repeat: no-repeat;
    background-color: var(--navbar-color);
    height: 110vh;
    display:flex;
    justify-content:flex-end;
    padding-top: 10%;
}

.navbar-container {
    width: 95% !important;
    max-width: 95% !important;
    display: flex;
    align-items: center;
    flex-wrap:nowrap;
    justify-content: space-between;
    margin: 0 auto;
}

.navbar-links {
    width:60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap:nowrap;
    gap: 10%;
}

.navbar-links li a {
    font-weight: bold;
    font-size: 18px;
    color: var(--info-color);
    white-space: nowrap;

}

.auth-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 31px;
}

.navbar-action-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar-action-links .areas-link {
    margin-left: 10%;
}

.navbar-action-links .about-link {
    margin-left: 119.9px;
}

.user-nav-link {
    width: 231px;
    height: 45px;
    border-radius: 33px;
    background-color: #fff;
    color: var(--info-color);
    font-weight: bold;
    text-align: center;
}


.dropdown-toggle::after {
    display: none !important;
}

.nav-dropdown {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    margin-top: -4px;
}

.dropdown-link {
    z-index: 999999 !important;
}

.about-dropdown {
    background: transparent;
    border: none;
    left: 110px !important;
    border-top: 1px solid var(--info-color);
    border-radius: 0 !important
}

.about-dropdown li {
    border-bottom: none;
}

.about-dropdown li a {
    padding-bottom: 0 !important;
    font-size:14px;
    font-weight:normal;
}

.main-container {
    background-color: var(--light-blue-info);
    height: 100vh;
}

.main-color {
    color: var(--info-color)
}

.main-title-index {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;

}

.index-main-info-wrapper {
    /*position: absolute;*/
    right: 225px;
    margin-right: 100px;

}

.index-flex-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: -30px;
}

.index-delivery-info {
    font-weight: bold;
    font-size: 30px;
    color: var(--info-color);
    text-align: center;
    width: 490px
}

.order-favorite-info {
    font-size: 20px;
    text-align: center;
    width: 590px;
    color: var(--info-color);

}


.index-column-flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-direction: column;
}

.index-app-buttons {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 19.5px;
    position: relative;
}

.app-link img {
    width: 150px;
    /*height: 54.71px;*/
}


.index-banner {
    background-color: var(--info-color);
    height: 152px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.flex-banner-container {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;

}

.banner-logo {
    width: 102.91px;
}

.banner-title {
    font-size:26px;
    color: var(--ref-color);
    font-weight: bold;
    margin-bottom: 0;
}

.banner-info-wrapper {
    display: flex;
    flex-direction: column;
}

.banner-subtext {
    color: #fff;
    font-size: 21px;
}

.postcode-banner-logo {
    width: 370px;
    height: 62px;
    padding: 15.7px 28.1px;
    border-radius: 28px;
    background-color: var(--ref-color);
    display: flex;
    justify-content: flex-start;
    align-items:center;
    gap: 23px;

}

.postcode-form-search {
    width: 40%;
    height: 52px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;

    padding: 12px;
    background-color: var(--info-color);
    display: flex;
    justify-content: flex-start;
    gap: 23px;
}

.postcode-form-search input {
    font-size: 27px;
    color: #fff;
    background: transparent;
    border: none;
}


.postcode-form-search input::placeholder {
    color: #fff;
}

.postcode-banner-logo input {
    font-size: 20px;
    color: var(--info-color);
    background: transparent;
    border: none;
}

.postcode-banner-logo input::placeholder {
    color: var(--info-color);
}

.redirect-arrow {
    height: 62px;
    width: 62px;
    background-color:#fff;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.redirect-arrow i{
    color: var(--info-color);
}
.search-form-input-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin: 30px auto;
}

.search-form-arrow {
    height: 52px;
    margin-left: -4px;
    width: 79px;
    background-color: var(--info-color);
    display: flex;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    justify-content: center;
    align-items: center;
    border: none;
}

.postcode-actions-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 27px;
}


.bestsellers-title {
    font-size: 3vw;
    color: var(--info-color);
    font-weight: bold;
    text-align: center;
    padding-top: 22.1px;
}


.bestsellers-section {
    background-color: #fff;
/*var(--ref-color);*/
    width: 100%;
    height: 600px;
}


.stay-in-the-loop-section {
    padding-top: 24px;
    width: 100%;
    /*min-height:550px;*/
    background-color: #F2F2F2;
    z-index: -1;
    position: inherit;
    /*margin-bottom: -100px;*/
    display: flex;
    /* margin-bottom: -100px; */
    justify-content: center;
    align-items: flex-end;
}


.bell-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    bottom:-75px;
    height: 310px;
    background-color: #fff;
    border-radius: 50%;
    position:relative;
}

.bell-icon svg{
    position:absolute;
    bottom:-80px;
    right:-80px;
}

.stay-in-loop-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}

.stay-in-loop-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 23.4px;
    width: 571.54px;
    padding-top: 30px;
}

.stay-in-loop-info h1 {
    font-size: 33px;
    color: var(--ref-color);
    font-weight: bold
}


.stay-in-loop-info p {
    color: var(--info-color);
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enter-email-loop {
    width: 522.71px;
    height: 70.78px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.enter-in-loop-btn {
    border: none;
    background-color: var(--ref-color) !important;
    color: var(--details-color)!important;
    font-size: 25px!important;
    font-weight: bold!important;
    border-radius: 33px!important;
    height: 50.82px!important;
    width: 120.7px!important;
}

.enter-email-loop input {
    background: transparent;
    border: none;
    color: #fff;
    height: 100%;
    gap: 30px;
    font-size: 25px;
    padding-inline-start: 33px;
    width: 80%;
}

.enter-email-loop input::placeholder {
    color: #fff;
    font-size: 25px;
}


.bestsellers-slider {
    margin: 26.4px auto;
    width: 85%;
}

.bestselling-product {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20.5px;
}

.bestselling-img-container {
    background-color: #FFFFFF;
    border-radius: 81px;

    justify-content: center;
    align-items: center;
    display: flex;
}

.bestselling-img-container img {
    object-fit: cover;
}

.bestselling-info {
    text-align: center;
    color: var(--info-color);
    font-size: 20.5px;
}

.bestselling-info p {
    margin-bottom: 0;
}

.left-slick-button {
    top: 35%;
    position: absolute;
    z-index: 9999;
}

.right-slick-button {
    top: 35%;
    right: 0;
    position: absolute;
    z-index: 9999;

}

.reviews-button {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    height: 35px;
    width: 35px;
}

.slick-button {
    background-color: #fff;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.slick-button i {
    color: var(--deep-blue);
    font-size: 30px;
}
.slick-gift-button{
    background-color: var(--ref-color);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.slick-gift-button i {
    color: #fff;
    font-size: 22px;
}

.right-gift-button {
    top: 50%;
    right: -10px;
    position: absolute;
    z-index: 9999;

}
.left-gift-button{
    top: 50%;
    left: -10px;

    position: absolute;
    z-index: 9999;
}
.faq-container {
    background-color: var(--ref-color);
}

.reviews-container {
    background-color: var(--ref-color);
    padding-left: 150px;
    padding-top: 150px;
    padding-bottom: 139px;
}

.faq-flex-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
    padding:120px;
}

.reviews-flex-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: flex-start;
    flex-direction: column;
}
.refer-the-app-container{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    width: 80%;
}

.review-social-links {
    display: flex;
    justify-content:space-between;
    align-items:center;
    width:324.88px;
    top:-20px;
}
.review-social-links i{
    font-size:70px;
    color:var(--details-color);
}
.refer-the-app-container h1{
    font-size: 4.375em;
    color: var(--details-color);
    font-weight: bold;
    margin-bottom:0;
}
.faq-flex-column {
    width: 60%;
    margin:0 auto;
}

.faq-title {
    max-width: 200px;
    font-size: 36px;
    font-weight: bold;
    color: var(--details-color);
    /*line-height: 89px;*/
    /*margin-top: 60px;*/
}
.faq-title-wrapper{
    width:40%;
    display:flex;
    justify-content:center;
}
.review-main-title {
    font-size: 4.56em;
    font-weight: bold;
    color: #fff;
    line-height: 89px;
}

.faq-questions-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 112px;
    padding: 99.5px;
}


.faq-questions-list {
    list-style-type: none;
    padding-inline-start: 0;

}

.faq-questions-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.faq-questions-list .question {
    font-size: 30px;
    font-weight: bold;
    color: var(--details-color);
    margin-bottom: 25px;
}

.faq-questions-list .answer {
    font-size: 23px;
    color: var(--deep-blue);
    margin-bottom: 25px;
    margin-top: -25px;

    display: none;
}


.faq-icon {
    color: var(--details-color);
    font-size: 38px;
}

.plus-faq {
    cursor: pointer;
}

.minus-faq {
    cursor: pointer;
    display: none;
}

.toggle-faq-answers {
    float: right;
    margin-left: 30px;

}

.download-app-img-mobile {
    width: 100%;
    background-color: #F2F2F2;
    padding-top: 35px;
    padding-bottom: 100px;
    height: auto;
    justify-content: center;
    align-items: center;
    position: relative;
}

.download-app-img {
    width: 100%;
    background-color: #F2F2F2;
    padding-top: 45px;
    padding-bottom: 50px;
    height: 577px;
    position: relative;
}

.download-app-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.download-app-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    top: 0;
    bottom: 0;
}

.download-left-position {
    position: absolute;
    left: 100px;
}

.download-right-position {
    position: absolute;
    right: 100px;
}

.download-app-info h4 {
    color: var(--light-blue-info);
    font-size: 53px;
    width: 700px;
    text-align: center;
    line-height: 69px;
    font-weight: bold;
}

.download-app-preview-img {
    width: 950px;
    margin-top: -360px;
    left: -150px;
    position: absolute;

}

.download-app-preview-right {
    width: 500px;
    margin-top: -250px;
    position: absolute;
}

.download-app-icon {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 716px;
    height: 716px;
    border-radius: 50%;
    background-color: var(--light-blue-info);
    bottom: -310px;
    right: 100px;
}

.download-app-icon-left {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 716px;
    height: 716px;
    border-radius: 50%;
    background-color: var(--deep-blue);
    bottom: -310px;
    left: 100px;
}

.who-we-are-container {
    background-color: var(--light-blue-info);
}

.who-we-are-info {
    margin-left: 100px;
    margin-bottom: 85px;
    margin-top: 100px;
    width: 50%;
}

.who-we-are-info h1 {
    font-size: 53px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 58px;
}

.who-we-are-info p {
    color: var(--deep-blue);
    font-size: 30px;
}


.who-we-are-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.who-we-are-img {
    width: 1600px;
    right: -400px;
    position: absolute;
}

.reviews-title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45.7px;
}


.info-subtitle {
    font-size: 4.375em;
    color: var(--details-color);
    font-weight: bold;
    line-height: 86px;
}


.review-images-wrapper {
    width: 45%;
    position: relative;
    height: 500px;
}

.review-box-icon {
    position: absolute;
    right: 40px;
    top: -100px;
    width: auto;
}

.likes-icon {
    position: absolute;
    right: -100px;
    bottom: -40px;
    width: auto;
}

.trustpilot-container {
    background-color: #FFFFFF;
    border-radius: 112px;
    width: 1200px;
    height: 161.83px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trustpilot-flex-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
    padding: 15.6px 51px;
    margin: 0 auto;
}


.trustpilot-logo {
    height: 89.48px;

}

.star-icon i {
    color: #fff;
    width: 24px;
    height: 24px;
    background-color: #218c74;
    display: flex;
    justify-content: center;
    align-items: center;
}


.stars-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 2px;
    align-items: center;
}

.trustpilot-reviews-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.trust-main-review {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.trust-main-review p {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;

}


.trust-main-review h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}

.trustpilot-checkbox {
    width: 90px;
}

.review-slide {
    /*width:200px !important;*/
    margin-left: 30px;
    height: 140px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px;
    justify-content: center;
}

.review-slide .trust-review-title {
    margin-bottom: 0;
    font-weight: bold;
    overflow-wrap: break-word;
    max-width: 180px;
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-slide .trust-review-info {
    max-width: 150px;
    max-height: 50px;
    display: inline-block;
    overflow-wrap: break-word;

    /*white-space: nowrap;*/
    overflow: hidden !important;
    /*text-overflow: ellipsis;*/
    margin-bottom: 0;
    font-size: 11px;
}

.review-slide .trust-review-name {
    font-size: 11px;
    margin-bottom: 0;
}

.trustpilot-slider {
    width: 650px !important;
    margin-right: -30px;
}

.left-review-button {
    top: 35%;
    left: -35px;
    position: absolute;
    z-index: 9999;
}


.right-review-button {
    top: 35%;
    right: -35px;
    position: absolute;
    z-index: 9999;
}

.download-app-mobile {
    width: 120px;
    position: absolute;
    top: 20px;
    right: 0;
}

.policy-container {
    background-color: var(--ref-color);
    padding: 100px 200px;
}

.user-policy-info {
    color: var(--deep-blue);
    margin-top: 58px;
    width: 1159.67px;
}

.map-container {
    height: 70vh;
    width: 80%;
    margin: 0 auto;
}

.shops-details-container {
    padding: 50px 100px;
}


.main-page-title {
    font-size: 2.56em;
    font-weight: bold;
    color: #fff;
    line-height: 89px;
    text-align: center;

}

.delivery-information-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: var(--light-blue-info);
    padding: 50px 100px;
}

.delivery-information-wrapper {
    /*width: 60%;*/
    padding-top: 50px;
}

.delivery-information-wrapper h1 {
    font-size: 53px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 58px;
}

.delivery-information-wrapper p {
    color: var(--deep-blue);
    font-size: 22px;
    margin-top: 38px;
}

.delivery-icons-wrapper {
    /*width: 40%;*/
}


.returns-container {
    padding: 50px 100px;
    background-color: var(--details-color);
}

.returns-container h1 {
    color: var(--light-blue-info);
    font-size: 53px;
    font-weight: bold;
}


.returns-flex-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.returns-column {
    width: 45%;
}

.returns-card {
    margin-top: 40px;
}

.returns-card h2 {
    color: var(--light-blue-info);
    font-size: 30px;
    font-weight: bold;
}

.returns-card p {
    color: #fff;
    font-size: 20px;
}

.how-it-works-delivery {
    background-color: var(--light-blue-info);
    padding: 50px 100px;
}
.how-it-works-title{
    margin: 0 auto;
    width: 580.58px;
    height: 94.89px;
    font-size: 18px;
    color: var(--deep-blue);
    border-radius: 32px;
    display: flex;
    position:relative;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    gap: 7px;
}
.how-it-works-title  img{
    position:absolute;
    left:20px;
}
.delivery-information-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
}
.delivery-information-wrapper p{
    color:var(--deep-blue);
    max-width:50%;
    text-align: center;
}
.how-it-works-title span{
    font-size:46px;
    font-weight:300 !important;
}
.how-it-works-label {
    margin: 0 auto;
    width: 169.75px;
    height: 37.57px;
    font-size: 18px;
    color: var(--deep-blue);
    border-radius: 32px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    gap: 7px;
}

.how-it-works-label img {
    width: 14px;
}

.how-it-works-container {
    margin-top: 27.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.how-it-works-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.how-it-works-card h5 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.how-it-works-instruction {
    width: 340.83px;
    height: 100px;
    border-radius: 66px;;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 20px 40px;
    background-color: var(--deep-blue);
}

.how-it-works-delivery h1 {
    text-align: center;
    color: var(--deep-blue);
    font-weight: bold;
    font-size: 50px;
    margin: 60px auto;
    width: 60%;
}

.how-it-works-card img {
    height: 70px;
}


.contact-container {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us-container {
    margin: 5% auto;
    border-radius: 161px;
    background-color: var(--deep-blue);
    padding: 50px 100px;
    height: 80vh;
    width: 90%;
}


.contact-flex-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


.get-in-touch-info {
    color: #fff;
    font-size: 14px;
}

.contact-info-column {
    width: 40%;
    margin-top: -10px;
}

.contact-us-title {
    color: var(--light-blue-info);
    font-size: 53px;
    font-weight: bold;
    line-height: 60px;
}


.contact-info-wrapper {
    margin-top: 30px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.contact-card h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}

.contact-card p {
    font-size: 16px;
    color: #fff;
}

.contact-info-form {
    width: 80%;
}


.contact-form-title {
    font-size: 52px ;
    color: #ffff;
    font-weight: bold;
}


.contact-form-user-info {
    font-size: 14px;
    color: #fff;

}


.contact-button-submit {
    background-color: var(--input-color);
    color: var(--details-color);
    width: 100%;
    border-radius: 11px;
    height: 56.16px;
    border: none;
    outline: none;
}


.cookies-main-wrapper {
    width: 80%;
    margin: 0 auto;
}

.cookies-main-wrapper h1 {
    font-size: 53px;
    color: #fff;
    font-weight: bold;
}


.cookies-main-wrapper p {
    color: var(--deep-blue);
    font-size: 20px;
    margin-top: 38px;
}


.cookies-second-info {
    width: 80%;
    margin: 58px auto 0;

}

.cookies-second-info p {
    color: var(--deep-blue);
    font-size: 20px;
}

.cookies-table {
    width: 100%;
    margin: 38px auto;
    background-color: #FFFFFF;

    border-radius: 80px;
}

table.inner-border {
    border-collapse: collapse;
    border-spacing: 0;
}

table.inner-border > thead > tr > th,
table.inner-border > thead > tr > td,
table.inner-border > tbody > tr > th,
table.inner-border > tbody > tr > td,
table.inner-border > tfoot > tr > th,
table.inner-border > tfoot > tr > td {
    border-bottom: 1.5px solid var(--details-color);
    border-right: 1.5px solid var(--details-color);
}

table.inner-border > thead > tr > :last-child,
table.inner-border > tbody > tr > :last-child,
table.inner-border > tfoot > tr > :last-child {
    border-right: 0;
}

table.inner-border > :last-child > tr:last-child > td,
table.inner-border > :last-child > tr:last-child > th {
    border-bottom: 0;
}

.cookies-table th {
    font-size: 22px;
    text-align: center;
    padding: 20px;

}

.has-error {
    border: 1px solid #c0392b;
}

.cookies-table td {
    color: var(--deep-blue);
    font-size: 18px;
    padding: 30px;
    text-align: center;

}


.my-details-title {
    font-size: 53px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.sticky-header {
    top: 0;
    position: fixed;
    width: 100vw;
    z-index: 999;
    /*height: 85px;*/
    /*display: flex;*/
    /*flex-wrap: inherit;*/
    /*align-items: center;*/
    /*background-color: var(--light-blue-info);*/
    /*padding:0 20px;*/
    /*z-index:99999;*/
    /*border-bottom-left-radius:20px;*/
    /*border-bottom-right-radius:20px;*/

}


.about-dropdown-background {
    background-color: var(--light-blue-info);
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    padding-bottom: 10px;
}

.index-mobile-img{
    display: none;
    position: absolute;
    right: -60px;
    top: 90px;
    float: right;
    height:80px;
}

.index-flex-actions{
    display: flex;
    flex-direction: column;
    gap:5px;
    justify-content:center;
    align-items: center;
    font-size: 24px;
}
.start-order-now-btn{
    font-weight:bold;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 24px;
    gap:10px;
    color: var(--deep-blue);
    background:#fff;
    border-radius:33px;
    padding:10px 15px;

}

.start-shopping-mobile{
    flex-direction: column;
    gap:5px;
    justify-content:center;
    align-items: center;
    display:none;
}

.marketing-preferences-container{
    margin-top: 50px;
    width:80%;
}

/* The switch - the box around the slider */
.marketing-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.marketing-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.marketing-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.marketing-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.marketing-input:checked + .marketing-slider {
    background-color: var(--deep-blue);
}

.marketing-input:focus + .marketing-slider {
    box-shadow: 0 0 1px var(--deep-blue);
}

.marketing-input:checked + .marketing-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.marketing-slider.round {
    border-radius: 34px;
}

.marketing-slider.round:before {
    border-radius: 50%;
}

.marketing-preference-card{
    background-color:#fff;
    padding:15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom:20px;
}

.marketing-preference-card p{
    max-width: 80%;
}

.marketing-card-header{
    display: flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
    padding-bottom:12px;

    border-bottom:1px solid #bdc3c7;
}
.klaviyo-form{
    width:95%;
    margin-left: 20px;
}

.start-ordering-container{
    width:779.71px;
    margin:0 auto;
}

.order-icon{
    color: var(--info-color);
    font-size:24px;
}


.time-icon{
    color: var(--info-color);
    font-size:18px;
}
.search-shops-banner{
    width:100%;
    background-color: var(--deep-blue);
    height:73px;
    display: flex;
    justify-content:center;
    align-items: center;
    padding:10.4px 0;
    gap:40px;
}

.search-shops-postcode-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:13px;
}

.search-shops-postcode-wrapper  h3{
    font-size:32px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 0;
}

.search-shops-postcode-wrapper  span{
    font-size:20px;
    font-weight: bold;
    color:#fff;

}

.search-shops-input-wrapper{
    height:40.16px;
    width:496.84px;
    background-color:#fff;
    border-radius: 23px;
    padding:0 21.2px;
    display:flex;
    justify-content:flex-start;
    align-items:center;

}
.search-shops-input-wrapper .preppend-icon{
    background-color:#fff;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;

}
.search-shops-input-wrapper .append-icon{
    background-color:#fff;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;

}
.search-shops-input-wrapper input{
    background-color:#fff;
    color:var(--deep-blue);
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    width:90%;
    height:100%;
    border:none;
    text-align: center;
    font-weight: bold;

    outline:none!important;
}
.search-shops-input-wrapper input::placeholder{
    color:var(--deep-blue);
    font-weight: bold;
}

.opening-times-backdrop{
    background-color:rgba(32,73,89,0.5);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:none;
}
.opening-hours-wrapper{
    background-color: #fff;
    position: absolute;
    height:352.41px;
    width:416.27px;
}

.opening-hours-footer-btn{
    background-color:var(--deep-blue);
    font-size:13px;
    font-weight:bold;
    text-align:center;
    justify-content:center;
    display:flex;
    align-items:center;
    color:#fff;
    height:35.1px;
    bottom:0;
    position: absolute;
    width: 100%;
    cursor: pointer;
}

.shop-opening-hours-body{
    padding:16.5px 29px;
}

.reorder-not-available-btn{
    background-color:#bdc3c7;
    color:#fff;
    outline: none;
    border: none;
    width: 260px;
    height: 42px;
    font-weight: bold;
    border-radius: 33px;
    display:block;
    cursor: not-allowed;
    margin:0 auto;
}
.closed-shop-btn{
    background-color:var(--warning-color);
    color:var(--deep-blue);
    outline: none;
    border: none;
    width: 260px;
    height: 42px;
    font-weight: bold;
    border-radius: 33px;
    display:block;
    cursor: not-allowed;
    margin:0 auto;
}


.search-flex-container{
    display: flex;
    justify-content:flex-start;
    align-items: center;
}


.search-products-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 14px;
    width: 100%;
    position: relative;

}

.products-search-input {
    border: none !important;
    border-top-left-radius: 18px;
    padding: 0.475rem 0.75rem !important;
    border-bottom-left-radius: 18px;
}

.products-search-input:focus {
    box-shadow: none !important;
    border: none;
}


.search-products-append {
    border-left: none;
    background-color: #fff;
    padding: 0.475rem 0.75rem;
    font-size: 1rem;
    margin-left: -3px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.search-products-append i {
    color: var(--deep-blue);
}


.search-products-append {
    height: 100%;
}


.loading-search{
    color: var(--deep-blue) ;
}

#products-suggestions-list{
    list-style-type: none;
    background-color:#fff;
    position:absolute;
    z-index: -1;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding-inline-start: 0;
    max-height:150px;
    overflow-y: auto;
    padding-top:10px;
    margin-top:-10px;
    padding-bottom:10px;

}
#products-suggestions-list li{
    padding-left:4px;
    padding-bottom:2px;
    cursor: pointer;

}
#products-suggestions-list li:not(:last-child) {
    border-bottom: 1px solid #bdc3c7;
}


.heaeder-search-wrapper{
    display:flex;
    justify-content:flex-start;
    align-items: center;
    gap:2vw;
    width:70%;
}

.search-flex-container{
    display:flex;
    justify-content:flex-start;
    align-items: center;
    gap:15px;
    width: 100%;
    /*padding: 20px 0;*/
    margin-right: 30px;
}

.search-flex-container svg{
    width:50px;
}
.search-flex-container span{
    font-weight: bold;
    color:var(--deep-blue);
}


.menu-categories-wrapper{
    display: flex;
    justify-content:space-between;
    align-items:center;
    background-color:var(--deep-blue);
    height:56px;
    padding:20px;
}
.menu-categories-options{
    display: flex;
    justify-content:flex-start;
    align-items:center;
    background-color:var(--deep-blue);
    max-width:90%;
    overflow-x: auto;
    gap:46.2px;
}
.menu-categories-options::-webkit-scrollbar {
    display: none;
}
.product-categories-links{
    color:#fff;
    font-weight: bold;
    font-size:14px;
}
.product-categories-links:hover{
    color:#fff !important;

}

.product-groups-links{
    color:var(--deep-blue) !important;
}
.product-groups-links:hover{
    color:var(--deep-blue) !important;

}
.main-page-container{
    margin-top: 100px;
    background-color:var(--navbar-color);
}
.grey-page-container{
    background-color:var(--warning-color);

}

.menu-groups-wrapper{
    display: flex;
    justify-content:flex-start;
    align-items:center;
    background-color:var(--very-light-blue);
    gap:46.2px;
    height:56px;
    padding:20px;

}


.shop-products {
    height: 90vh;
    flex: 1;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.shop-products::-webkit-scrollbar {
    display: none;
}
.product-item-container {
    margin-bottom: 20px;
}
.menu-group{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap:34.1px;
}


.menu-group h6 {
    color: var(--deep-blue);
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 10px;
    padding-left: 0;
    border-bottom: 2px solid var(--deep-blue);
    width: 95%;
    margin: 0 auto 12px;
    /*text-shadow: 0.5px 0.5px 0.5px var(--deep-blue);*/
}



.product-item-main-container {
    display: inline-block;
    height: 284.08px;
    margin-bottom: 20px;
    width:195.56px
}
.shop-item-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fff;
    height: 87%;
}
.product-item-img {
    margin-top: 12px;
    max-height: 66%;
    cursor: pointer;
    max-width: 200px;
}

.product-info-wrapper {
    margin-bottom: 10px;
}

.product-item-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--deep-blue);
    word-break: break-word;
    text-align: center;
    margin: 0 auto;
    line-height: 1.1;
}


.product-item-price {
    color: var(--deep-blue);
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    /*text-shadow: 0.5px 0.5px 0.5px var(--deep-blue);*/

}


.product-item-action-buttons {
    margin-top: -5px;
}

.quantity-actions-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--deep-blue);
    border-radius: 10px;
    background-color: var(--dark-white);
    padding:5px;
}

.quantity-actions-wrapper input {
    padding:0 !important;
    width: 55px;
    text-align: center;
    border: none;
    font-weight: bold;
    background: transparent !important;
}



.quantity-product-btn {
    background-color: var(--input-color);
    color: var(--deep-blue);
    font-weight: bold;
    padding: 0 6px;
    border-radius: 50%;
    font-size: 28px;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.add-product-btn {
    width: 100%;
    background-color: var(--deep-blue);
    color: #fff;
    border-radius: 10px;
    font-weight: bold;

}

.add-product-btn:hover {
    color: #fff !important;

}

.products-container{
    width: 85%;
    margin:0 auto;
}



.menu-group-advertisement-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(44, 62, 80, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-top: 30px;
    gap: 10px;
}

.menu-group-advertisement-header h4{
    font-weight: bold;
    color:#fff;
}

.flex-advertisement-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    width:80%;
    margin:0 auto;
    gap:12px;
}

.advertisement-btn{
    height:45px;
    font-size:18px;
    font-weight:bold;
}


.product-details-back-btn {
    width: 80%;
    display:block;
    margin: 0 auto;
    background-color: var(--deep-blue);
    color: #fff !important;
    border-radius: 12px;
}

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


.menu-group-advertisement-info{
    text-indent: 30px;
    max-height: 20vh;
    overflow-y: auto;
    margin:12px 0;
}


.menu-group-advertisement-info{
    padding:20px;
}

#menuGroupAdvertisementModal .modal-dialog{
    top:30%;
}

.product_category_active,.product_category_active:hover{
    color:var(--input-color) !important;
}
.menu_group_active{
    position:relative;
}

.menu_group_active:before{
    content: '\25B2';
    height:40px;
    color:var(--very-light-blue);
    position:absolute;
    top:-32px;
    left:30%;
}

#filter-icon > #line1 {
    display: block;
    border-top: 2px solid #fff;
    width: 17px;
}


#filter-icon > #line2 {
    display: block;
    border-top: 2px solid #fff;
    margin-top: 5px;

    width: 12px;
}

#filter-icon > #line3 {
    display: block;
    border-top: 2px solid #fff;
    margin-top: 5px;
    width: 6px
}

#filter-icon {
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}
.custom-modal-dialog{
    min-height:50% !important;
    margin-top:10%;
}


.confirm-clear-cart-text{
    text-align: center;
    font-weight:bold;
    color: var(--deep-blue);
}
.main-btn{
    background-color: var(--deep-blue);
    color: #fff;
    font-weight: bold;
}
.main-btn:hover{
    color: #fff !important;
}


#basket-btn {
    padding: 6px 10px;
    background-color: var(--deep-blue);
    font-size: 1.5rem;
    width: 270px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px !important;
    position:absolute !important;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
}


#basket-btn i {
    color: var(--deep-blue);

}
#basket-btn .fas {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remaining-buying-amount-btn {
    color: #fff;
    font-size: 18px;
    max-width: 90%;
}


.product-modal-header {
    padding: 0;
    background-color: var(--input-color)
}

.product-title-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background: rgba(44, 62, 80, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-top: 30px;
    gap: 10px;

}

.basket-close-btn {
    /*position: absolute;*/
    /*left: 5px;*/
    background-color: transparent;
    /*display: inline-block;*/
    border: 0;
    appearance: none;
    font-size: 1.8rem;
}

.basket-close-btn i {
    text-shadow: 0.5px 0.5px 0.5px var(--deep-blue);

}

.product-image-container {
    max-height: 300px;
    width: 100%;
}

.product-image {
    width: auto;
    height:100%;
    /*max-width:350px;*/
    margin:0 auto;
    display:block;
    height: 100%;
    object-fit: cover; /*magic*/
}

.product-details-item-description {
    font-size: 1rem;
    color: var(--deep-blue);
    line-height: 120%;
    max-height:350px;
    overflow-y: auto;
    padding:0 12px;
    display: block;
}

.product-details-modal-footer {
    padding-bottom: 50px !important;
}

.product-details-back-btn {
    width: 80%;
    margin: 0 auto;
    background-color: var(--deep-blue);
    color: #fff !important;
    border-radius: 12px;
    font-size: 20px;
    font-weight:bold;
}

.product-title{
    text-align: center;
    margin:20px auto 10px;
    display:block;
}

.basket-checkout-container{
    width: 90%;
    max-width:1223px;
    border-radius:94px;
    background-color:#FFFFFF;
    margin:0 auto;
    min-height:1000px;
    padding:35.9px  93.9px 81px 26.1px;

}

.basket-checkout-title{
    font-size: 36px;
    font-weight:bold;
    color:var(--dark-blue);
}
.basket-checkout-header{
    padding-left:270px;
    width:100%;
}
.checkout-basket-info{
    display: flex;
    justify-content:flex-start;
    align-items:center;

}
.items-checkout-title{
    font-size:18px;
    color:var(--secondary-color);
}

.checkout-item-list{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 12px;
}


.checkout-item-details-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    margin-bottom:22px;
}

.checkout-product-item-img{
    height:150.41px;
    /*width:200px;*/
    cursor:pointer;
}
.checkout-product-name{
    font-size:22px;
    color:var(--deep-blue);
    margin-left:50px;
    width:475.54px;
}
.checkout-container {
    max-height: 500px;
    margin:0 auto;
    overflow-y: auto;
}
.checkout-quantity-wrapper{
    margin-left:62px;
    border: none !important;
    background:#fff !important
}
.checkout-quantity-wrapper input{
    font-size:18px;
    width:60px;
    margin-right:-15px;
}
.checkout-item-price{
    font-size:22px;
    color:var(--deep-blue);
    margin-right: 20px;
}
.checkout-footer-wrapper{
    margin-top: 20px;
    width:80%;
    float: right;
}
.items-text{
    color:var(--info-grey);
    font-size: 18px;
}
.first-item-text{
    width:560.54px;
}
.ticket-costs{
    list-style-type: none;
    padding-inline-start: 0;
    margin-left:auto;
}
.ticket-costs  li{
    display: flex;
    justify-content:space-between;
    align-items:center;
    font-size:22px;
    margin-bottom:10px;
    color:var(--deep-blue)
}

.custom-line{
    width:100%;
    border:2px  solid var(--deep-blue);
    margin-bottom:12.9px;

}
.guest-checkout-line{
    margin-top:32.2px;
    margin-bottom:22.4px;
    width:100%;
    border:1px  solid var(--deep-blue);
}
.remaining-buying-amount{
    width:100%;
    display: flex;
    justify-content:center;
    align-items: center;
    height:39.92px;
    font-size:15px;
    color:#fff;
    background-color:var(--deep-blue);
    font-weight: bold;
    cursor:pointer;
}
.voucher-checkout-container{
    margin: 16px 0;
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 12px;
    background-color:#EBEBEB;
    width:70%;
    border-radius:30px;

}

.voucher-checkout-container input{
    width:65%;

    background-color:#EBEBEB;
    color:var(--deep-blue);
    font-weight: bold;
    font-size:18px;
    height:40px;
    border:none;
    padding:12px;
}
.voucher-checkout-container input::placeholder{
    color:var(--deep-blue);
    font-weight: bold;
    font-size:18px;
}
.apply-voucher-btn{
    width:200px;
    height:40px;
    padding:12px;
    margin-left:-5px;
    border:none;
    background-color:var(--input-color);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--deep-blue);
    font-weight: bold;
    font-size:18px;
    border-radius:30px;

}

.main-checkout-btn{
    height:50.15px;
    width:100%;
    display: flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    font-size:20px;
    color:#fff !important;
    background-color:var(--deep-blue)
}


.recommended-product-wrap {
    width: 217.31px !important;
    height:329.73px !important;
    margin-left:20px;
}

.product-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fff;
    height: 87%;
    width: 100px;

}
.recommended-product-item-wrapper{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fff;
    height: 87%;
    width: 100%;
}

.recommended-checkout-item-img{
    margin-top: 15px;
    height:50%;
    width:auto !important;
}


.recommended-header{
    color:var(--deep-blue);
    font-size: 33px;
    font-weight: bold;
}

.recommended-products-container{
    width:50%;
    max-width:720px;
    margin:0 auto;
}

.recommended-products-container {
    margin-top: 77.7px;
}


.guest-checkout-header {
    margin-top: 30px;
}

.guest-checkout-header h3 {
    color: var(--deep-blue);
    font-weight: bold;
}


.guest-checkout-header h6 {
    color: var(--deep-blue);
}

.guest-checkout-container{
    width:560px;
    margin:0 auto;
}

.input-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.input-wrapper > .input-prepend, .input-append {
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.7rem;

}
.input-wrapper > .input-prepend{
    margin-right:-5px;
}
.input-prepend > .fas, .input-append > .fas {
    color: var(--deep-blue);
}

.input-wrapper > input, select {
    border: none !important;
    padding: 0.7rem !important;
    background-color:#fff;
}

.booking-details-card {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.booking-details-card p {
    margin-bottom: 0;
    color: var(--deep-blue);
}


.booking-detail {
    font-weight: bold;
    color: var(--deep-blue);

}

#order-amount {
    color: var(--deep-blue);
}

.main-color {
    color: var(--deep-blue);

}

.booking-detail i {
    color: var(--deep-blue);
}
.checkout-user-info-container{
    width:50%;
    position:relative;
    margin:0 auto;
}


.register-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 10px;
    align-items: center;
    width: 100%;
}

.register-wrapper span {
    color: var(--deep-blue);
    font-size:14px;
    font-weight: bold
}

.main-checkbox {
    accent-color: var(--main-color) !important;
    transform: scale(1.5);
}


.custom-main-text {
    font-weight: bold;
    color: var(--deep-blue);
    padding-left: 10px;
}



.user-options-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    padding-left:10px;
}


.user-options {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
    align-items: flex-start;
}


.user-options > span {
    margin-top: -2px;
    margin-left: 5px;
}
.shop-all-products-wrapper{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}


.shop-all-products-btn{
    border-radius:33px;
    background-color:#fff;
    color:var(--info-color);
    font-size: 13px;
    font-weight: bold;
}

.password-forgot-label{
    color:var(--deep-blue);
    font-size:13px;
    font-weight: bold;
    cursor:pointer;
}

#alert-message{
    font-size: 25px;
color:var(--deep-blue);
}

.empty-basket-container{
    width:30%;
    margin:0 auto;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
}

.buy-icon{
    width:87.3px;
    height:87.3px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items: center;
    background-color:var(--deep-blue);
}
.buy-icon img{
    width:40px;
}
.empty-basket-info h1{
    font-size:30px;
    font-weight: bold;
    color:var(--deep-blue);
    text-align: center;
}

.empty-basket-info h4{
    font-size:23px;
    color:var(--deep-blue);
    text-align: center;
    margin-bottom: 20px;

}

.payment-completed-header2{
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction: column;
}

.payment-completed-header2 .payment-completed-logo{
        width:53.73px;
}

.payment-completed-header2 h2{
    font-size:34px;
    font-weight: bold;
    color:var(--deep-blue);
    margin-top: 21.2px;
    margin-bottom: 0;

}

.payment-completed-header2 h4{
    font-size:14px;
    color: #333333;
    margin-top: 12.21px;
}

.confirm-payment-items-list{
    width:100%;
    margin-top: 53.3px;

}

.confirm-payment-items-list li{
    font-size:21px;
    margin-bottom: 27px;
    color:var(--deep-blue);
}

.track-order-payment-completed{
    width:100%;
    background-color:var(--vivid-orange);
    height:50.6px;
    font-size:22px;
    color:#fff !important;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items: center;
    font-weight: bold;
    border-radius:5px;

}
.track-order-payment-completed:hover{
    color:#fff !important;

}

.payment-completed-action-buttons{
    display: flex;
    align-items:center;
    justify-content:space-between;
    margin-top: 30px;
}

.btn-outline-payment{
    border:2px solid var(--vivid-orange);
    color:var(--vivid-orange) !important;
    font-weight: bold;
    font-size:22px;
    background-color:#fff;
}
.btn-outline-payment:hover{
    color:var(--vivid-orange) !important;

}

.flex-progress-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}

.wrapper-confirm-order-change{
    margin-top: 44.6px;
    display: flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items: center;
    width:100%;

}

.wrapper-confirm-order-change h3{
    font-size:30px;
    font-weight: bold;
    color:var(--deep-blue);
    margin-bottom: 20px;
    text-align:center;

}

.wrapper-confirm-order-change h5{
    color:var(--deep-blue);
    text-align:center;
    font-size:21px;
}


.go-back-confirm-order{
    width:90%;
    margin:0 auto;
    background-color:var(--deep-blue);
    height:42.16px;
    border-radius:13px;
    font-weight: bold;
    color:#fff !important;
    font-size:16px;
    display:block;

}


#confirmOrderChange .modal-dialog{
    max-height:320.08px !important;
    max-width:799.01px!important;
}

#confirmOrderChange .modal-content{
    border-radius:59px !important;
}

.confirm-order-change-close {
    position:absolute;
    right:0;
    width:37.56px;
    height:37.56px;
    background-color:var(--deep-blue);
    border-radius:50%;
    border:none;
    color:#fff;
    font-size:22px;
    display:flex;
    justify-content:center;
    align-items: center;
    font-weight: bold;

}

@media only screen
and (max-height: 600px)
and (max-height: 800px) {
    .index-column-flex-wrapper{
        gap:5px;
    }
    .index-main-info-wrapper{
        gap:10px;
        margin-top: -50px !Important;
    }
    .index-flex-info-wrapper{
        gap:5px;
        margin-top: -50px!important;

    }
    .main-title-index{
        font-size:32px;
    }
    .index-delivery-info{
        font-size:22px;
    }

    .order-favorite-info{
        font-size:19px;
    }

    .app-link img{
        width:120px;
    }
}

.refine-search-btn{
    background-color: var(--info-color);
    color:#fff;
    font-size: 22px;
    font-weight: bold;
    width:50%;
    text-align: center;
    padding:8px 0;
    border-radius:6px;
    margin-top: 20px;
}
.refine-search-btn:hover{
    color:#fff !important;
}

.filter-by-wrapper{
    display: flex;
    justify-content:space-between;
    align-items: center;
    cursor:pointer;
    position:relative;
}

.filter-text-label{
    color:#fff;
    font-weight: bold;
}


.payment-icons{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100px;
    margin-left: 20px;
}
.payment-icons i{
    font-size:34px;
}

.previous-orders-title{
    font-weight: bold;
    font-size: 32px;
    color: var(--info-color);
    text-align: center;
}

.previous-orders-header{
   text-align: center;
    position:relative;
    margin-bottom:30px;
}

.back-link{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    gap:20px;
    position:absolute;
    left:80px;
}


.back-link i{
    background-color: #fff;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-weight: bold;
    font-size:32px;
    color: var(--deep-blue);
}

.back-link span{
    font-size: 20px;
    color: var(--deep-blue);
    font-weight: bold
}

.order-history-pagination{
    padding: 30px 80px;
}
.order-history-pagination .page-item.active .page-link{
    background-color:var(--deep-blue) !important;
}
.input-border-custom{
    border: 1px solid #ced4da !important;
}

.main-btn{
    background:var(--deep-blue);
    color:#fff;
    font-weight: bold;
}


.main-action-btn{
    background-color: var(--deep-blue) !Important;
    color: #fff !important;
    font-weight:bold !Important;
}
.warning-text{
    font-weight:bold ;
    color: var(--deep-blue);
    text-align:center;
}
.warning-modal-header{
    background-color: var(--deep-blue);
    padding-left: 10px;
}

.main-index-title{
    padding:6px 38px;
    border-radius:34px;
    background-color:#FFFFFF;
    width:50%;
    font-size: 27px;
    margin:50px auto;
}

.light-blue-background{
    background-color:var(--navbar-color) !important;
}

.gift-products-slider{
    width:90%;
    margin:0 auto;
    height:200px;
}

.menu-group-advertisement-img{
    margin: 12px auto;
    max-height:32vh  !important;
    display:block;
    border-radius:30px;
}
#menuGroupAdvertisementModal .modal-dialog{
    margin-top:-200px !important;
}



.flex-product-advertisement{
    display: flex;
    justify-content:center;
    align-items: center;
    width:100%;
}



@media only screen and (width: 768px) and (height: 1024px) and (orientation:portrait) {
    .slick-slide{
        width: 22vw !important;
    }
}
/*working only in ipad landscape device*/
@media all and (width: 1024px) and (height: 768px) and (orientation:landscape){
    .slick-slide{
        width: 22vw !important;
    }
}



.gender-select{
    width: 50%;
    align-self: flex-start;
}
.border-wrapper{
    border: 1px solid #ced4da;
}

.confirm-email-info{
    border-radius:20px;
    max-width:70%;
    margin-bottom:20px;
}
.registration-info-wrapper{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    height:100%;
}

.confirm-email-info p{
        color:var(--deep-blue);
        margin-bottom:0;
    font-size: 22px;
}
.register-login-btn{
    background-color: var(--deep-blue);
    color:#fff;
    font-size: 22px;
    font-weight: bold;
    border-radius:12px;
}
.confirm-email-info h6{
    color:#fff !important;

}

.shop-flex-around{
    display:flex;
    justify-content:space-between;
    align-items: flex-start;
}

.reorder-details{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.reorder-details p{
    color: var(--info-color);
    margin-bottom:0;

}
.reorder-shop-info{
    width:50%;
    align-items:flex-start;
}

.opening-times-wrapper{
    display:block;
    margin:0 auto;
    text-align: center;
}

.border-grey-bottom{
    border-bottom:0.5px solid #bdc3c7
}
.justify-flex-between{
    display:flex;
    justify-content:space-between;
    align-items: center;
    width:100%;
}
.margin-b-6{
    margin-bottom: 6px;
}
.reorder-number{
    color: var(--info-color);
    margin-bottom:5px;

    font-size: 22px;
}
.purchased-items-list{
    max-height:500px;
    overflow-y: auto;
}

.purchased-items-list li{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.booking-payment-status{
    background:var(--light-blue-info);
    color:#fff;
    display: flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    padding:4px;
    border-radius:4px;
}

.flex-align-end{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:flex-end;
}

.center-border{
    margin:12px auto;
    width:50%;
}

.share-link{
    display: flex;
    align-items: flex-end;
    justify-content:center;
    gap:5px;
    position:absolute;
    right:-110px;
}

.share-link span{
    font-size:16px;
    font-weight:bold;
    color: var(--info-color);
}

.share-links-container {
    width:100%;
    display:flex;
    justify-content:space-around;
    align-items:center;
}

.share-link-icon{
    font-size:32px;
}

.filter-products-wrapper{
    border-radius:8px;
    width:180px;
}
.main-app-title{
    text-align: center;
    font-weight:bold;
    margin-top:30px;
    font-size:26px;
    color:var(--deep-blue);
}
.no-shops-found-container p{
    font-size:30px;
    margin-top: 30px;
    color:var(--deep-blue);
}

button.kl-private-reset-css-Xuajs1{
    width:100px !important;
}

.secure-payment-icons{
    display:flex;
    justify-content:center;
    align-items: center;
    gap:85.7px;
    width:100%;
}
.secure-payment-icons i{
    font-size: 60px;
    color:var(--deep-blue);
}
.checkout-go-back{
    width:53px;
    height:53px;
    background-color:#fff;
    display: flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    position:absolute;
    top:0;
    left:-100px;
    cursor:pointer;
}

.checkout-go-back i{
    color:var(--info-color);
    font-size:24px;
}
.email-sent-title{
    color:var(--details-color);
    font-weight:bold;
    font-size:36px;
}

.flex-registration-info{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    height:70vh;
    width:100%;
    position:relative;
}

.registration-info-img{
    width: 1500px;
    right: -500px;
    top: -299px;
    z-index: -1;
    position: absolute;
}

.advertisement-poster-img{
    max-width: 100%;
    height:auto;
    margin:0 auto;
}
