@import url('variables.css');

.calender-container {
    width: 100%;
    max-width: 1200px !important;
    border-radius: 5px;
}

.calender-header {
    display: flex;
    justify-content: space-between;
    padding: 21px 32px;
    border: 1px solid var(--black-color);
    border-bottom: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    border: 1px solid var(--black-color);
}

td {
    border: 1px solid var(--black-color);
    vertical-align: top;
    padding: 8px;
    width: 14.28%;
    /* 100% / 7 = 14.28% per day */
}

td.today {
    background-color: #17a2b833;
}

td img {
    width: 100%;
    border-radius: 4px;
}

td .date,
td .no-menu-planned {
    margin: 0;
}

td .date {
    color: var(--black-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

td.today .date {
    color: #0C5864;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    background-color: #d1ecf1;
}

td .date {
    margin-bottom: 4px;
}

td .no-menu-planned {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 540;
}

.past-day,
.no-products {
    background-color: var(--light-background);
}


.past-day .product-container .img-overlay {
    background: #F0F5F9;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    cursor: pointer;

}

.past-day .closed-for-event {
    opacity: 0.2;

}

td.past-day .no-menu-planned {
    opacity: 0.2;
}

.product-container {
    position: relative;
    height: 100%;
    max-height: 158px;
    margin-bottom: 4px;
}


.product-title-container {
    position: absolute;
    bottom: 5px;
    color: var(--white-color);
    width: 100%;
    max-width: 86%;
    padding: 0 8px;
}

p.product-title {
    font-size: 14px;
    font-weight: 650;
    text-align: left;
    margin: 0 0 8px 0;
}

.active-month-container {
    display: flex;
}

.active-month-with-year h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 510;
    padding: 0px 25px;
    width: 150px;
    text-align: center;
}

.diets-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.diets-container span {
    display: flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 540;
}

.product-price {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}

.product-arrow {
    margin: 0px;
    height: 16px;
}

.product-price-container {
    display: flex;
    justify-content: space-between;
    align-items: unset;
    line-height: 20px;
}

.img-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 160px;
    background: var(--black-color);
    border-radius: 4px;
    opacity: 0.3;
}

.img-overlay.placeholder {
    background: black !important;
}

.month-year {
    width: 100%;
    max-width: 150px !important;
}

p.product-arrow,
button,
select,
.price-count-bar,
.next-month-navigation,
.prev-month-navigation {
    cursor: pointer;
}


@media (min-width: 802px) and (max-width: 1240px) {
    p.product-title {
        font-size: 12px;
        margin: 0px;
    }
}


.product-details {
    width: 100%;
    max-width: 100% !important;
}

.modal-container {
    width: 100%;
    max-width: 920px !important;
    display: flex;
    padding: 0;
    position: relative !important;

}

.product-details .modal-header {
    /* background-image: url("../images/background-img.svg"); */
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-details .modal-content {
    overflow-y: scroll;
}

.modal-header-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
}

.arrow-img {
    position: absolute;
    top: 16px;
    right: 16px;
}

.cross-box {
    position: absolute;
    right: 32px;
    top: 16px;
    cursor: pointer;
}

.modal-content {
    width: 50%;
    padding: 24px 32px 24px 32px;
}

.active-thumbnail {
    border: 4px solid #fff;
}

.beef-heading {
    color: var(--black-color);
    font-family: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
}

.beef-pera {
    color: var(--black-color);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    word-wrap: break-word;
    line-height: normal;
    margin: 0 0 24px 0;
}


.date p {
    color: #616161;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 8px;
    margin: 0;
}

.date-head {
    width: 100%;
    max-width: 133px;
    margin-right: 8px;
    color: var(--black-color);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-data {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}

.modal.product-details select {
    padding: 10px 8px 10px 8px !important;
    display: flex;
    padding: 0px 8px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #ADD4DB;
    background: #EBF2F4;
    color: var(--black-color);
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.modal.product-details .date {
    width: 100%;
    border-radius: 4px;
    background: #F2F2F2;
    display: flex;
    height: 40px;
    padding: 0px 8px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

.modal.product-details .product-availablity-box {
    border-radius: 4px;
    background: #F5F5F5;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-top: 24px;
}

.modal.product-details .product-availablity-box .availablity-text {
    color: #000;
    font-family: Segoe UI;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal.product-details .product-availablity-box .availablity-on {
    color: var(--Primary, #17A2B8);
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.date-head {
    margin: 0;
}

.required {
    color: #F00;
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-right: 2px;
}

.price {
    width: 100%;
    max-width: 133px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #0C5864;
    margin: 0;
}

.price-sec {
    margin-top: 16px;
    display: flex;
}

.select-field {
    width: 100%;
    max-width: 100%;
}

.select-field {
    width: 100%;
}

.count-bar {
    margin: 0;
    border-radius: 4px;
    border: 1px solid #ADD4DB;
    background: #EBF2F4;
    width: 62px;
    height: 24px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.price-count-bar,
.price-main-box {
    display: flex;
}

.plus-img,
.minus {
    margin: 0;
}

.price-count-bar .disabled {
    background-color: #76c3cf;
}

.plus-img {
    padding: 6px 8px;
    background-color: #17a2b8;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
}

.price-box {
    margin-left: 8px;
}

.minus-img {
    padding: 8px 8px;
    background-color: #17a2b8;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
    margin-top: 4px;
}

.price-count-bar {
    flex-direction: column;
    margin-left: 8px;
}

.add {
    color: #FFF;
    text-align: center;
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    background-color: #17A2B8;
    padding: 12px 8px;
    border-radius: 4px;
    border: none;
    margin-top: 16px;
}

.add-to-favorite {
    color: #FFF;
    text-align: center;
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    background-color: #17A2B8;
    padding: 12px 8px;
    border-radius: 4px;
    border: none;
    margin-top: 16px;
}


.product-bar {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.product-date {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #17A2B8;
    margin: 0;
}

.product-detail {
    padding: 16px;
    margin-top: 16px;
    background-color: #F5F5F5;
    border-radius: 4px;
}


.product-details .modal-header {
    width: 50%;
    max-width: 100%;
    margin-bottom: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.modal-header-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
}

.product-details .modal-container {
    overflow: hidden;
}

.mobile-calendar {
    display: none;
}

.mobile-calendar .product-container {
    height: 160px;
}

.mobile-calendar .product-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.product-images-container img,
.product-date {
    cursor: pointer;
}

.modal-container {
    position: relative;
}


.cro {
    display: none;
}

.past-day .product-price-container {
    display: none;
}

.product-container img {
    height: 160px !important;
}

p.closed-for-event {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 540;
    margin: 0px;
}

p.product-arrow img {
    height: 16px !important;
    width: 16px !important;
}

span.product-images-container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding-bottom: 16px;
}

img.product-thumbnail {
    width: 72px;
    height: 54px;
}

@media (max-width: 767px) {
    .product-details .modal-header {
        width: 100%;
    }

    .product-container img {
        height: 100% !important;
    }

    .img-overlay {
        height: 160px;
    }

    .img-overlay.placeholder {
        background: black !important;
    }

    .calender-header {
        display: inherit !important;
    }

    .calendar-content table {
        display: none;
    }

    .mobile-calendar {
        display: block;
    }

    .active-month-container {
        display: flex;
        justify-content: center;
        margin: 16px 0px;
        align-items: center;
    }

    .calender-header {
        border: 1px solid var(--black-color);
    }

    p.date {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        color: #000;
    }

    .product-title {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 9px;
    }

    p.date {
        margin: 0px;
        /* margin-top: 24px; */
        margin-bottom: 4px;
        padding-top: 6px;
        text-align: center;

    }

    .product-title-container {
        width: 100%;
        max-width: 96%;
    }

    .day-container {
        margin-top: 24px;
    }

    p.no-menu-planned {
        text-align: center;
        margin: 0px;
        padding: 8px;
        color: var(--black-color);
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        margin-top: 4px;
        margin-bottom: 16px;
        background: #f5f5f5;
    }

    .mobile-calendar .product-container {
        margin-bottom: 24px;
    }

    .modal-container {
        display: block !important;
    }

    .modal-container {
        display: block !important;

    }

    .modal-content {
        width: auto;
        min-height: 310px !important;
    }

    .products-container {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .mobile-calendar .product-container {
        height: 160px;
        width: 48%;
    }

    .product-title-container {
        padding: 0px !important;
    }

    .product-title,
    .product-price-container {
        padding: 0px 8px;
    }

    .arrow-img {
        display: none;
    }

    .cross-box {

        background: #ffffff80;
        padding: 4px;
        z-index: 9999;
    }

    .product-details .modal-container {
        overflow: auto;
    }

    .product-details .modal-header {
        height: 246px;
    }

    .cro {
        position: absolute;
        left: 8px;
        top: 16px;
        display: block;
    }

    .modal-header {
        position: relative;
    }

    .mobile-calendar .product-container {
        margin-bottom: 0px;
    }

    .product-details {
        margin: 0px;
    }

    .past-day .product-price-container {
        display: none;
    }

    .w-100 {
        width: 100% !important;
    }

    .cross-box {
        right: 8px;
        top: 8px;
        position: fixed;
    }

    img.next-month-icon {
        margin-left: 4px;
    }

    .product-container .badge,
    .modal-header-top .badge {
        left: 8px !important;
        top: 8px !important;
    }

    .modal-container .modal-content {
        padding: 16px 16px 10px 16px;
    }

    .beef-heading {
        margin-top: 0px;
        font-size: 22px;
    }
}

.disabled-cursor {
    cursor: no-drop;
}

.order-is-closed h2 {
    color: var(--primary-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.product-container .badge {
    position: absolute;
    left: 8px;
    top: 8px;
    height: 26px !important;
    width: 26px !important;
}

.modal-header-top .badge {
    position: absolute;
    left: 16px;
    top: 16px;
}

.modal-header-expanded {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: cover;
}

.version_number {
    text-align: end;
    font-size: 18px;
    color: #000;
    margin-top: 6px;
}