.logo-box svg {
    width: 329px;
}

@media (max-width: 690px) {
    .logo-box svg {
        width: 200px;
    }
}

.logo-box:hover svg path {
    fill: #04223F;
}
input[type="tel"]::placeholder{
    color: #002140;
    font-weight: 400;
}
input[type="tel"] {
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #eaf5ff;
    border: none;
    border-radius: 100px;
    color: #002140;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    outline: none;
    padding: 15px 25px 14px;
    transition: all .3s;
    width: 100%;
}

/*//account*/
.option-row input[type="number"] {
    display: block !important;
    background: #eaf5ff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    border: 1px solid #eaf5ff;
    padding: 11px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.option-row:nth-of-type(even) input[type="number"] {
    border: 1px solid #fff;
    background: #fff;
}


.date-row {
    background: #002140 !important;
    color: white;
}

.table-footer tr {
    background: #002140 !important;
    color: white;
    font-weight: 800;
    font-size: 20px;
}

#allergens-list {
    padding-bottom: 10px;
}

#show-allergens {
    float: right;
    font-size: 14px;
}

#list {

    display: none;
}

#list li {
    list-style: disc inside !important;
}

.order-wrapper-col {
    width: 80%;
}

@media (max-width: 991px) {
    .order-wrapper-col {
        width: 100%;
    }
}

#order-detail-form.account-box {
    background: transparent;
}

#order-header-text {
    width: 100%;
    background: #eaf5ff;
    border-radius: 20px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
}

#cart .nonchangeable.order-day-box {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.nonchangeable.order-day-box {
    pointer-events: none;
    opacity: 0.7;
}

.order_details {
    color: black;
}

.order-form.order-edit-form .meal-option input:checked + .background + .type + .name-description {
    width: 77%;
}


.order-form.order-edit-form .meal-option:last-of-type .name-description {
    width: 100% !important;
}


.order-day-box.hidden {
    display: none;
}

.account-box-wrapper {
    display: flex;
    flex-direction: row;

}

@media (max-width: 790px) {

    .account-box-wrapper {

        flex-wrap: wrap;
    }
}

.account-box-sidebar {
    width: 20%;
}

.account-box-sidebar li {
    padding-bottom: 10px;
}

.account-box:after {
    background-image: url(../img/contacts-box/before.jpg);
    height: 292px;
    left: 7.5%;
    top: -150px;
    width: 512px;
}

.account-box:after,
.account-box:before {
    background-position: 50%;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.account-box:before {
    background-image: url(../img/contacts-box/before.jpg);
    height: 292px;
    left: 7.5%;
    top: -150px;
    width: 512px;
}

.account-boxes {
    width: 100%;
}

.account-box {
    width: 100%;
    background: white;
    border-radius: 20px;
    margin: 0 -20px 80px;
    margin-bottom: 80px;
    padding: 20px;
    position: relative;
}

.account-box table {
    width: 100%;
    table-layout: inherit;
    /*border: 5px solid #002140;*/
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 1em;
}

.account-box table thead tr {
    background: #eaf5ff !important;
}

.account-box table tr:nth-of-type(even) {
    /*background: #eaf5ff;*/
}

.account-box table tr td,
.account-box table tr th {
    padding: 10px;

}

.account-box table tr td:nth-of-type(2) {
    width: 77%;
}

.account-box.orders table tr td:nth-of-type(2) {
    width: auto;
}


.account-box table tr:nth-of-type(odd) {
    background: #ffff;
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}


.alert.alert-success {
    background: lightgreen;
    padding: 1em;
    color: black;
    margin-bottom: 1em;
}


.alert.alert-danger {
    background: lightcoral!important;
    padding: 1em;
    color: white;
    margin-bottom: 1em;
}

select {
    background-position: calc(100% - 10px) 15px;
    transition: none;
    height: 51px;
}

.lunch_table .active select {
    pointer-events: all;
    border: 1px solid;
}

.change_menu.hidden {
    display: none;
}

.lunch_table select {
    pointer-events: none;
}

.order-form .date-panel .month {
    background-image: url(../img/select-background.png) !important;
    background-position: calc(100% - 15px) 20px !important;
    background-repeat: no-repeat !important;
}

.order-form .meal-option {
    border-bottom: 1px solid #bec1e363;
    justify-content: space-between;
}

.order-form .meal-option:last-of-type {
    border-bottom: none;
}

.order-form .meal-option input:checked ~ .quantity {
    /*display: block;*/
    display: inline-block;
    opacity: 1;
    pointer-events: all;
}

.checkbox-box .status {
    background: #eaf5ff;
    border: 2px solid #8f8f9d;
    box-shadow: none;
}


.ml1{
    margin-left:25px;
}


.multiple-checkboxes .checkbox-box{
    margin-left: 0px;
    margin-bottom: 6px;
}
.multiple-checkboxes .checkboxes-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.multiple-checkboxes .checkboxes-wrapper .checkbox-box{
    width: 50%;
}

#how_did_you_find_us label,
#payment-methods-wrapper label {
    font-size: 15px;
    color: black;
    display: inline;
    margin-left: 0.5em;
}
/*if input checked show siblings .hidden-other-option show child*/
.checkbox-box input:checked ~ .hidden-other-option input{
    display: block;
}


#how_did_you_find_us label.active,
#payment-methods-wrapper label.active {
    position: inherit;
    left: auto;
    top: auto;
}
#how_did_you_find_us input[type='checkbox'],
#payment-methods-wrapper input[type='radio'] {
    transform: scale(1.2);
    accent-color: #0060df;
    margin-left: 0.5em;
}

.content-map-box .map-box {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.content-map-box .map-box img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1390px) {
    .content-map-box .map-box {
        transform: scale(0.9);
    }
}

@media (max-width: 991px) {
    .content-map-box .map-box:before {
        content: none;
    }
}

.content-map-box .map-box .tooltip {
    position: absolute;
}

.content-map-box .map-box .tooltip:nth-of-type(1) {
    left: 10%;
    top: 16%;
}

.content-map-box .map-box .tooltip:nth-of-type(2) {
    top: 10%;
    left: 25%;
}

.content-map-box .map-box .tooltip:nth-of-type(3) {
    top: 31%;
    left: 13%;
}

.content-map-box .map-box .tooltip:nth-of-type(4) {
    left: 22%;
    top: 26%;
}

.content-map-box .map-box .tooltip:nth-of-type(5) {
    left: 30%;
    top: 26%;
}

.content-map-box .map-box .tooltip:nth-of-type(6) {
    left: 31%;
    top: 38%;
}

.content-map-box .map-box .tooltip:nth-of-type(7) {
    left: 43%;
    top: 41%;
}

.content-map-box .map-box .tooltip:nth-of-type(8) {
    left: 45%;
    top: 26%
}

.content-map-box .map-box .tooltip:nth-of-type(9) {
    left: 57%;
    top: 18%;
}

.content-map-box .map-box .tooltip:nth-of-type(10) {
    left: 72%;
    top: 18%;
}

.content-map-box .map-box .tooltip:nth-of-type(11) {
    left: 61%;
    top: 42%;
}

.content-map-box .map-box .tooltip:nth-of-type(12) {
    left: 77%;
    top: 41%;
}

.content-map-box .map-box .tooltip:nth-of-type(13) {
    left: 46%;
    top: 55%;
}

.content-map-box .map-box .tooltip:nth-of-type(14) {
    left: 77%;
    top: 52%;
}

.content-map-box .map-box .tooltip:nth-of-type(15) {
    left: 47%;
    top: 72%;
}

.content-map-box .map-box .tooltip:nth-of-type(16) {
    left: 56%;
    top: 80%;
}

.content-map-box .map-box .tooltip:nth-of-type(17) {
    left: 70%;
    top: 86%;
}

.order-form .meal-option input:checked + .background,
.order-form .meal-option input:checked + .background + .type + .name-description + .quantity + .status::after,
.order-form .meal-option input:checked + .background + .type + .name-description + .quantity + .status::before {
    opacity: 1;
}

.order-form .meal-option input:checked + .background + .type + .name-description {
    width: 70%;
}

aside {
    position: fixed;
    z-index: 99999;
    background: #fff;
    border-radius: 10px;
    left: 0;
    transition: all .3s;
    padding: 20px;
    box-shadow: 0 20px 20px rgba(0, 33, 64, .15);
}

.order-day-box.loading,
.contact-form.loading {
    opacity: 0.7;
    pointer-events: none;
}

.tooltip {
    position: relative;
    display: inline-block;
    background: #ff4a4a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    font-size: 15px;
    padding-top: 3px;
    z-index: 3;
}

.tooltip:hover {
    z-index: 5;
}

.tooltip:after {
    background: #ff4a4a;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: pulse-grow 2s infinite;
    z-index: -1;
}

.tooltip.grey {
    background: #c3c3c3;
}

.tooltip.grey:after {
    background: #c3c3c3;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    opacity: 0.7;
    position: absolute;

    top: 35px;
    left: 50%;
    right: 50%;
}

@keyframes pulse-grow {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


@media (max-width: 690px) {
    .tooltip {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .tooltip:after {
        width: 25px;
        height: 25px;
    }

}


.order-form .meal-option:last-of-type .name-description {
    width: 100% !important;
}

#form-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (max-width: 991px) {
    #form-wrapper {
        width: 100%;
    }
}

section.order .order-form {
    width: 100% !important;
}

#form-wrapper .alert.alert-info {
    display: none;
}

.order-form .form-group {
    position: relative;
}

.payment-form .form-group label,
.order-form .form-group label,
.reset-form .form-group label {
    display: none;
}

.payment-form .form-group label.checkbox-box,
.order-form .form-group label.checkbox-box {
    display: flex !important;
}

.payment-form .form-group label.filled,
.order-form .form-group label.filled,
.reset-form label.filled,
.reset-form label.active,
.payment-form label.active,
.order-form .form-group label.active {
    display: block;
    position: absolute;
    font-size: 10px;
    left: 2.5em;
    top: 2px;
}


@media (max-width: 991px) {
    section.order .container .order-form {
        width: 100% !important;
    }
}

/*.quantity{*/
/*    position: absolute;*/
/*    right: 10em;*/
/*    z-index: 9999;*/
/*    top: 1.5em;*/
/*    margin: 0 auto;*/
/*    display: none;*/
/*}*/
/*.quantity:last-of-type {*/
/*    position: absolute;*/
/*    right: 6em;*/
/*    z-index: 9999;*/
/*    top: 1.5em;*/
/*    margin: 0 auto;*/
/*    display: none;*/
/*}*/
.discount-text {
    color: #ff4a4a;
    display: block;
}

.quantity .qty input {
    display: block !important;
    background: #eaf5ff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    z-index: 9999;
    border: 1px solid #eaf5ff;
    padding: 11px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

/*.quantity:last-of-type .qty input{*/
/*    display: block!important;*/
/*    background: #eaf5f6;*/
/*    border-radius: 50%;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    -webkit-appearance: none;*/
/*    margin: 0;*/
/*    -moz-appearance:textfield;*/
/*    z-index: 9999;*/
/*    border: 1px solid #eaf5ff;*/
/*    padding: 11px;*/
/*    font-weight: 500;*/
/*    font-family: Poppins,sans-serif;*/
/*}*/
#discount-text.hidden {
    display: none;
}

#remove-coupon {
    color: white;
    background: red;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    vertical-align: super;
    cursor: pointer;
}

.contact-form p.total-summary {
    margin-bottom: 0px;
    margin-left: 1.4em;
}

.coupon-wrapper.hidden {
    display: none;
}

.alert.alert-info {
    font-size: 12px;
    background: lightgreen;
    padding: 1em;
    font-weight: 500;
    margin-bottom: 1em;
}
.contact-form .form-actions{
    margin-top: 1.5em!important;
}
/*span {cursor:pointer; }*/

.quantity {
    display: inline-block;
    width: 100px;
    position: relative;
    height: 35px;
    opacity: 0;
    pointer-events: none;

}

.quantity .qty {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.minus, .plus {
    width: 20px;
    height: 35px;
    background: transparent;
    border-radius: 4px;
    color: black;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    z-index: 9;
    position: relative;
}

/*input {*/
/*    height: 34px;*/
/*    width: 100px;*/
/*    text-align: center;*/
/*    font-size: 26px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 4px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/
.residence_city {
    position: relative;
}

.residence_city::after {
    content: '';
    position: absolute;
    right: 35px;
    top: calc(50% - 12px);
    font-size: 24px;
    color: #a5b6c6;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    margin: 0;
}


.form-group .invalid {
    font-size: 12px;
    color: lightsalmon;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.coupon-wrapper {
    justify-content: flex-start !important;
}

.coupon-wrapper #add-coupon {
    background: white;
    border: 3px solid #ffcd75;
    max-width: 200px;
}
.coupon-wrapper #add-coupon:hover{
    border: 3px solid #ffcd75;
    background: #ffcd75;
}

input[name="card_holder_name"],
#card-element {
    -moz-appearance: none;
    background-color: #eaf5ff;
    border: none;
    border-radius: 100px;
    color: #002140;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    outline: none;
    padding: 15px 25px 14px;
    transition: all .3s;
    width: 100%;
    height: 51px;
}

.stripe-wrapper {
    display: none;
}

.stripe-wrapper.active {
    display: block;
}

#card-errors {
    font-size: 12px;
    color: red;
    padding-left: 2em;
}
.invelity-logo{
    margin-left: 13px;
    margin-right: 13px;
}


.spin{
    animation: spin 2s linear infinite;
}
/*//animation keyframe*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


#card-button svg{
    display: none;
}
#card-button.loading{
    pointer-events: none;
    cursor: wait;
}
#card-button.loading svg{
    display: initial;
}
