#items-in-cart .modal-content {
    position: absolute;
}

@media only screen and (max-width: 767px)  and (max-height: 736px) {
    /* Popup items in cart */
    #items-in-cart .modal-content {
        padding-bottom: 5px;
    }

    #items-in-cart .icon-sad-child {
        width: 70px;
        height: 75px;
    }

    #items-in-cart .title {
        font-size: 20px;
    }

    #items-in-cart .sub_title {
        font-size: 18px;
    }

    /* Popup Incomplete order confirm */
    #incomplete-order-confirm .icon-cart {
        width: 70px;
        height: 75px;
    }

    /* Popup Credit Balance Dialog */
    #credits-balance-dialog .icon-money {
        width: 60px;
        height: 65px;
    }
}

#change-date-dialog.dialogues .title {
    font-size: 28px;
}

#change-date-dialog .ui-datepicker {
    width: 100% !important;
}

#product-popup .modal-content {
   padding-bottom: 20px;
}

/* Category Page*/
#tuckshop-shop-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    #tuckshop-shop-container {
        padding: 0 5px;
    }

    #order-summary-container {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 1199px) {
    #tuckshop-shop-container {
        margin-top: 35px;
    }

    #order-summary-container {
        margin-top: 35px;
    }
}

.tuckshop-title {
    color: #4D4D4D;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
}

@media only screen and (max-width: 767px){
    .tuckshop-title {
        margin-top: 0px;
        padding: 0px 10px;
        font-size: 28px;
    }
}

.tuckshop-note {
    color: #4D4D4D;
    text-align: center;
    font-size: 14px;
    padding: 0px 10px;
}

.list-info {
    flex: 1;
    width: auto;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
}

#top-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

#product-filter {
    display: flex;
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-end;
    align-items: center;
}

.breadcrumb-title {
    color: #2E8540;
    display: inline-block;
}

.breadcrumb-title a {
    color: #2E8540;
    font-size: 16px;
    padding-left: 5px;
}

.breadcrumb-title a:hover {
    color: #1a5a2a;
    text-decoration: none;
}

#mobile-selected-order-date-section { display: none; }

@media only screen and (max-width: 767px) {
    #top-block {
        display: flex;
        flex-direction: column; /* Mobilde alt alta */
        gap: 10px;
        margin-top: 10px;
    }

    #breadcrumb {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .bottom-row {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        align-items: flex-start;
    }

    .list-info {
        width: 100%;
    }

    #product-filter {
        width: 100%;
    }

    #mobile-selected-order-date-section {
        display: block;
        cursor: pointer;
    }

    #mobile-selected-order-date-section span {
        font-size: 16px;
        color: #2E8540;
        font-weight: 700;
    }
}

#product-filter .sort-by-title {
    font-size: 18px;
    font-weight: 600;
}

#product-filter .filter-input {
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
}

#main-block {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

@media only screen and (max-width: 767px){
    #main-block {
        flex-direction: column;
        margin-top: 20px;
    }
}

#left-block {
    display: flex;
    flex-direction: column;
    flex-basis: 270px;
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    #left-block {
        flex-basis: 220px;
    }
}

@media only screen and (max-width: 767px){
    #left-block {
        display: none;
    }
}

.block-select-date {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #F5F5F5;
    padding: 20px;
}

.block-select-date a {
    color: initial;
    padding: 0px 5px;
}

.block-select-date span {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.filter-list-sticky {
    top: 80px;
    z-index: 1;
    position: sticky;
}

@media only screen and (max-width: 767px) {
    .filter-list-sticky {
        position: unset;
    }

}

.filter-list {
    display: flex;
    flex-direction: column;
}

#swap-item-block {
    display: none;
}

#swap-item-go-back {
    width: 200px;
    padding: 0px 10px;
    margin: 0 auto;
}

#content-block {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media only screen and (max-width: 767px){
    #content-block {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #swap-item-block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    #swap-item-go-back {
        width: 100%;
        padding: 0px;
    }

    .swap-product-info {
        padding: 2px 0px 2px 0px;
        border: 2px dashed;
        border-color: red;
        margin-bottom: 20px;
        font-weight: bold;
        width: 100%;
        text-align: center;
        font-size: 1.3em;
    }
}

.product-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-item {
    z-index: 2;
    margin: 1.3%;
    box-shadow: 0px 0px 18px #00000012;
    width: 30.7%;
    max-height: 500px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .product-item {
        width: 47.3%;
    }
}

@media only screen and (max-width: 767px){
    .product-item {
        width: 47.4%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.product-item .image {
    position: relative;
    padding: 0px 5px 0px 5px;
    z-index: 3;
    width: 100%;
}

.product-item .product-image {
   width: 100%;
   height: 207px;
}

@media only screen and (max-width: 767px) {
    .product-item .product-image {
        height: 135px;
    }
}

@media only screen and (max-width: 320px) {
    .product-item .product-image {
        height: 115px;
    }
}

.product-item .product-title {
    color: #4D4D4D;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 23px;
}

@media only screen and (max-width: 767px) {
    .product-item .product-title {
        margin-bottom: 10px;
        font-size: 1.2em;
        padding: 0 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 320px) {
    .product-item .product-title {
        font-size: 1.1em;
    }
}

.product-item .product-title a {
    color: initial;
}

.product-item .product-description {
    min-height: 68px;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.15px;
    color: #4D4D4D;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-item .product-description-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .product-item .product-description {
        display: none;
    }

    .product-item .product-description-mobile {
        display: block;
        max-height: 40px;
        min-height: 40px;
        margin-bottom: 12px;
        padding: 0 5px;
        font-size: 1.0em;
    }

    .product-item .reduce-product-description {
        max-height: 3px;
        min-height: 3px;
    }
}

@media only screen and (max-width: 320px) {
    .product-item .product-description-mobile {
        font-size: 0.8em;
        overflow: hidden;
    }
}
.product-item .read-more,.read-more a {
    letter-spacing: 0.13px;
    color: #2E8540;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .product-bottom-container {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 0 5px;
        align-items: center;
    }
}

@media only screen and (max-width: 320px) {
    .product-bottom-container {
        display: flex;
        flex-direction: column;
        padding: 0 5px;
    }
}
.product-item .price-qty-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    min-height: 55px;
}

@media only screen and (max-width: 767px) {
    .product-item .price-qty-container {
        margin-bottom: 0px;
        min-height: unset;
    }
}

@media only screen and (max-width: 320px) {
    .product-item .price-qty-container {
        width: 100%;
    }
}

.price-qty-container .price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 320px) {
    .price-qty-container .price-container {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}

.product-item .product-price {
    text-align: left;
    font-size: 22px;
    color: #4D4D4D;
    font-weight: bold;
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .product-item .product-price {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 1.2em;
    }

    .product-item .single-price {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 375px) {
    .product-item .product-price {
        font-size: 1.2em;
        width: 100%;
        text-align: center;
    }
}

.product-item .old-price {
    text-align: left;
    font-size: 17px;
    color: #4D4D4D;
    font-weight: bold;
    padding: 0;
    text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
    .product-item .old-price {
        font-size: 1.1em;
        font-weight: normal;
    }
}

.product-item .old-price-padding {
    padding: 0px 5px 0px 20px;
}

@media only screen and (max-width: 767px) {
    .product-item .old-price-padding {
        padding: 0px;
    }
}

.product-item .product-quantity {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .product-item .product-quantity {
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .product-item .product-quantity {
        display: none;
    }
}

.product-item .product-quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 45px;
    font-size: 22px;
    color: #43484D;
    font-weight: 600;
}

.product-item button[class*=qty-btn] {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.product-item button:focus,
.product-item input:focus {
    outline:0;
}

.product-item .cart-container {
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .product-item .cart-container {
        justify-content: center;
        padding: 0px;
    }
}

.product-item .cart-container-center {
    justify-content: center;
}

.product-item .cart-container .button-cart {
    width: 50px;
    height: 50px;
    background-image: url(../image/icons/cart.svg);
    display: block;
}

.product-select-date input[type='text'] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.8px solid #707070;
    border-radius: 16px;
    text-align: center;
    font-size: 13px;
    color: #4D4D4D;
    width: 125px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .product-select-date input[type='text'] {
        box-shadow: 0px 0px 18px #00000012;
        border: unset;
    }
}

.product-item .date-restriction-warning {
    padding: 0px;
    bottom: 0;
    position: absolute;
    z-index: 9999;
    color: #A82110;
    background-color: #FFFFFF;
    font-weight: 700;
    border: 1px solid #A82110;
}

.product-item .date-restriction-warning span {
    display: block;
    line-height: 15px;
}

#dialog-product-option-list {
    display: flex;
    flex-direction: column;
}

#dialog-product-option-list fieldset {
    margin-bottom: 20px;
}

/* Category page only mobile css */
@media only screen and (max-width: 767px) {
    .product-item .bundle-product-tooltip-text {
        display: none;
    }

    .product-item .product-details .service-time {
        text-align: center;
    }

    .product-item .product-details .service-time select {
        min-width: 100%;
    }

    .product-item .cart {
        width: 100%;
        text-align: center;
        margin-left: 2px;
    }

    .product-item span.error {
        margin-top: 5px;
    }
}

/*  End Category List */

.food-types {
    position: absolute;
    top: 5px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    z-index: 5;
}

.product-info .food-types {
    z-index: unset;
}

.product-food-type {
    padding: 4px 10px;
    max-width: 100px;
    text-align: center;
    font: normal normal 600 10px/14px Open Sans;
    color: #4D4D4D;
    background-color: #FFFFFF;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #4D4D4D;
}

@media only screen and (max-width: 767px) {
    .product-item .product-food-type {
        padding: 2px 4px;
    }
}

@media only screen and (max-width: 320px) {
    .product-item .product-food-type {
        padding: 1px 2px;
    }
}

.product-traffic-indicator, .indicator-box {
    z-index: 5;
    position: relative;
    transition: all .2s ease-in-out;
}

.product-traffic-indicator:hover, .indicator-box:hover {
    transform: scale(1.1);
}

.indicator-tooltip:focus:not(:hover), .indicator-box:focus:not(:hover) {
    transform: scale(1.1);
}

.indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* Traffic light indicator tooltip */
.indicator-tooltip .indicator-tooltip-text {
    visibility: hidden;
    background-color: white;
    color: black;
    z-index: 6;
    top: 105%;
    right: -41px;
    margin-right: 0px;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    width: 130px;
    border: 1px solid;
    text-decoration-line: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.indicator-tooltip .indicator-tooltip-product-page {
    top: 105%;
    left:-50px;
    position: absolute;
}

.indicator-tooltip .indicator-tooltip-text:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.indicator-tooltip:focus .indicator-tooltip-text, .indicator-tooltip:focus-visible .indicator-tooltip-text, .indicator-tooltip:hover .indicator-tooltip-text {
    visibility: visible;
}

/* Prompt Healthy Choice Product */
.healthy-choice {
    position: absolute;
    z-index: 9;
    top: 60px;
    width: 100%;
}

.product-page .healthy-choice {
    top: 125px;
}

.best-choice {
    top: 125px;
    position: relative;
    display: none;
}

@media only screen and (max-width: 767px) {
    .best-choice {
        display: none;
        position: fixed;
        z-index: 101;
        width: 285px;
        top: 40%;
        left: calc(-50vw + 50%);
        right: calc(-50vw + 50%);
        margin-left: auto;
        margin-right: auto;
    }
}

.green-smile-indicator {
    background-image: url(../image/msc/healthy-choice-indicator.png);
    width: 90px;
    height: 90px;
    margin: 0 auto;
    bottom: -5px;
}

.product-page .green-smile-indicator {
    margin:50px 355px 0px 355px;
}

/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .product-page .green-smile-indicator {
        margin: 50px 305px 0px 305px;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .product-page .green-smile-indicator {
        margin: 60px 175px 0px 175px;
    }
}

@media only screen and (max-width: 767px) {
    .product-page .green-smile-indicator {
        margin: 0 auto;
    }
}

.label-animation {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 18px #00000012;
    border-radius: 31px;
    height: 39px;
    margin: 0 auto;
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .label-animation {
        width: 200px;
    }
}

.product-page .label-animation {
    width: 200px;
    margin: 0px 300px
}

/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .product-page .label-animation  {
        margin: 0px 250px;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .product-page .label-animation  {
        margin: 0px 125px;
    }
}

@media only screen and (max-width: 767px) {
    .product-page .label-animation {
        width: 200px;
        margin: 0 auto;
    }
}

.label-animation .label-text {
    text-align: center;
    font: normal normal bold 20px/27px Open Sans;
    color: #2E8540;
    text-transform: uppercase;
    padding-top: 5px;
}

.confetti {
    background-image: url(../image/msc/confetti.png);
    width: 285px;
    height: 239px;
    position: absolute;
    z-index: -1;
    display: none;
}


/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .healthy-choice .confetti {
        background-image: url(../image/msc/confetti-1024.png);
        width: 95%;
        height: 207px;
        position: absolute;
        z-index: -1;
        display: none;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .healthy-choice .confetti {
        background-image: url(../image/msc/confetti-768.png);
        width: 95%;
        height: 204px;
        position: absolute;
        z-index: -1;
        display: none;
    }
}

/* Only Landscape */
@media only screen
and (min-device-width: 1366px)
and (max-device-height: 1024px)
and (orientation: landscape) {
    .healthy-choice .confetti {
        background-image: url(../image/msc/confetti.png);
        width: 100%;
        height: 207px;
        position: absolute;
        z-index: -1;
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .confetti {
        background-image: url(../image/msc/confetti.png);
        width: 285px;
        height: 239px;
        position: fixed;
        z-index: 100;
        display: none;
        top: 29%;
        left: calc(-50vw + 50%);
        right: calc(-50vw + 50%);
        margin-left: auto;
        margin-right: auto;
    }
}

.product-page .confetti {
    margin: 50px 255px;
    width: 263px;
}


/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .product-page .confetti {
        margin: 50px 230px;
        width: 220px;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .product-page .confetti {
        margin: 60px 85px;
    }
}

@media only screen and (max-width: 767px) {
    .product-page .confetti {
        margin: 0 auto;
    }
}
/* Prompt Healthy Choice Product */

/* Date restriction warning tool tip */

.date-restriction-tooltip .date-restriction-tooltip-text {
    visibility: hidden;
    background-color: white;
    color: black;
    z-index: -9999;
    margin-top: 5px;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    width: 160px;
    border: 1px solid;
    font-weight: normal;
}

.date-restriction-tooltip .date-restriction-tooltip-text:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 5%;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.date-restriction-tooltip:hover .date-restriction-tooltip-text {
    visibility: visible;
}


/* Date restriction warning tool tip */

.tooltip-product-name {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.bundle-product-tooltip .bundle-product-tooltip-text {
    visibility: hidden;
    background-color: white;
    color: black;
    z-index: -9999;
    margin-top: 35px;
    margin-left: 25px;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    max-width: 250px;
    border: 1px solid;
    font-weight: normal;
    z-index: 9;
    font-size: 12px;
    text-transform : none !important;
}

.bundle-product-tooltip .only_day {
    font-size: 16px;
    font-style: normal;
    color: #777;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 75%);
}
.bundle-product-tooltip .product-bundles {
    color: #595959;
    text-align: left;
    font-weight: 600;
}
.bundle-product-tooltip .tooltip-product-name {
    color: #444444;
    font-size: 20px;
    font-weight: 500;
}

.bundle-product-tooltip .bundle-product-tooltip-text:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 5%;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.bundle-product-tooltip:hover .bundle-product-tooltip-text {
    visibility: visible;
}

#mobile-search-bar {
    display: none;
}

#desktop-tablet-menu-category {
    padding-bottom: 60px;
    max-height: calc(100vh - 100px); /* Set the maximum height to viewport height minus 100px */
    overflow-y: auto; /* Enable scrolling if content exceeds max-height */
    box-sizing: border-box;
}

#desktop-tablet-menu-category {
    padding-bottom: 60px;
    max-height: calc(100vh - 100px); /* Set the maximum height to viewport height minus 100px */
    overflow-y: auto; /* Enable scrolling if content exceeds max-height */
    box-sizing: border-box;
}

#desktop-tablet-menu-category .block-menu {
    display: flex;
    flex-direction: column;
    padding: 10px 20px 10px 10px;
}

#desktop-tablet-menu-category .main-item {
    font: normal normal 600 14px/19px Open Sans;
    letter-spacing: 0px;
    color: #4D4D4D;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

#desktop-tablet-menu-category .main-item-active {
    color: #2E8540;
    font-size: 17px;
    font-weight: bold;
}

#desktop-tablet-menu-category .main-item::after {
    transform: rotate(90deg);
    transition: all 0.5s ease;
    content: '\203A';
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 20px;
}

#desktop-tablet-menu-category .block-menu .opened::after {
    transform: rotate(270deg);
    transition: all 0.5s ease;
    color: #2E8540;
    content: '\203A';
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
}

#desktop-tablet-menu-category .sub-item {
    font: normal normal 600 12px/17px Open Sans;
    padding: 12.5px 8px 12.5px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
    color: #4D4D4D;
}

#desktop-tablet-menu-category .sub-item-active, #desktop-tablet-menu-category .sub-item:hover {
    background-color: #2E8540;
    color: white;
    cursor: pointer;
}

.sub-item-active a, .sub-item:hover a {
    color: #FFFFFF !important;
}

.sub-item a {
    color: #4D4D4D;
    font-size: 14px;
    padding: 2px;
}

.btn-cart-text, .product-page .btn-cart-text {
    display: inline-block;
    color: #4D4D4D;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    border: 2px solid grey;
}

.product-page .btn-swap-product {
    padding: 5px 20px !important;
}

[data-btn-text]:before {
    content: attr(data-btn-text);
}

.mobile-btn-cart-text {
    display: none;
}

.btn-swap-product-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .btn-cart-text {
        font-size: 16px;
        border: 2px solid grey;
        border-radius: 4px;
        padding: 8px 12px;
        min-width: 80px;
    }

    [data-btn-text-mobile]:before {
        content: attr(data-btn-text-mobile);
    }

    .btn-swap-product-mobile {
        display: block;
    }

    .btn-swap-product {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .btn-cart-text {
       width: 100%;
    }
}

/* Product Page */

#product-container {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

@media only screen and (max-width: 767px){
    #product-container {
        padding: 0 30px;
    }
}

#product-block{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 50px;
    padding-right: 20px;
}

/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    #product-block {
        padding-left: 20px;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    #product-block {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    #product-block {
        padding: 0px;
    }
}

#product-block .product-area {
    display: flex;
    padding-top: 5px;
}

@media only screen and (max-width: 767px) {
    #product-block .product-area {
        display: flex;
        flex-direction: column;
    }
}

.product-area .product-image {
    flex-basis: 50%;
}

.product-area .product-informations {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
}

.product-area .image {
    width: 100%;
    height: 310px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .product-area .image {
        height: auto;
    }
}

.product-area .product-name {
    color: #4D4D4D;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    font-size: 28px;
}

@media only screen and (max-width: 767px) {
    .product-area .product-name {
        text-align: center;
    }
}

.product-area .product-specs {
    display: flex;
    flex-direction: row;
    margin: 10px 0px 15px 0px;
    align-items: center;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .product-area .product-specs {
        flex-direction: column;
    }
}

.product-area .indicator-box {
    position:relative;
    width: 40px;
    height: 40px;
}

.product-area .indicator {
    position: relative;
}

.product-area .food-types {
    position: unset;
    top: unset;
    left: unset;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .product-area .food-types {
        justify-content: center;
    }
}

.product-area .product-food-type {
    border: 1px solid #e2ece2;
    margin-top: 4px;
    margin-bottom: 0px;
}

.product-area .product-price {
    text-align: left;
    font-size: 22px;
    color: #4D4D4D;
    font-weight: bold;
    padding: 0px 15px 0px 0px;
}

.product-area .price-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.product-area .old-price {
    text-decoration: line-through;
    font-size: 18px;
}
.product-area .stock-quantity {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.product-area .product-quantity {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.product-area .product-quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 45px;
    font-size: 22px;
    color: #43484D;
    font-weight: 600;
}

.product-area button[class*=qty-btn] {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.product-area button:focus,
.product-area input:focus {
    outline:0;
}

.product-area .options .option {
   font-size: 22px;
}

.product-area .option label {
    font-size: 16px;
    position: relative;
}

.prd-option-values {
    display: flex;
    flex-wrap: wrap;
}

.product-option-value {
    display: flex;
    width: 100%;
}

.option-checkbox {
    width: 18px;
    height: 18px;
    vertical-align:middle;
}

.option-checkbox-checkbox {
    float:unset !important;
}

.option-checkbox-label {
    float:unset !important;
}

@media screen and (max-width: 767px) {
    .option-checkbox-checkbox {
        text-align: right;
        width: unset !important;
    }

    .option-checkbox-label {
        text-align: left;
        width: unset !important;
    }
}

.product-area .btn-cart-text {
    padding: 14px 20px;
    color: #4D4D4D;
    text-align: center;
    width: 100%;
    border: 2px solid grey;
    font-size: 18px;
    line-height: 18px;
}

.product-area .cart {
    display: flex;
    justify-content: center;
}

.product-area .go-back {
    display: none;
}


/* Tablet */
@media only screen and (max-width: 1024px) {
    .product-area .go-back {
        margin-top: 20px;
        display: block;
    }
}

/* iPad Pro 12.9" Portrait and Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .product-area .go-back {
        margin-top: 20px;
        display: block;
    }
}


@media only screen and (max-width: 767px) {
    .product-area .go-back {
        margin-top: 20px;
        display: block;
    }
}

.product-description {
    margin-top: 20px;
}

#product-tabs {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    #product-tabs {
        display: flex;
        flex-direction: column;
    }
}

#product-tabs a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    color: #2E8540;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    #product-tabs a {
        margin-bottom: 10px;
    }
}

#product-tabs .selected {
    border-bottom: 2px solid #2E8540;
}

.product-description .tab-content {
    background-color: unset !important;
    padding: 15px;
    margin-bottom: 20px;
}

.nutritional-informations {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.nutritional-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    align-items: center;
    padding: 5px 10px;
}

.nutritional-variable {
    font-size: 12px;
}

.nutritional-value {
    font-size: 20px;
    font-weight: bold;

}

/* End Product Page */


/* Popup Product Page */
#popup-product-page {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#popup-product-page .image {
	width: 200px;
	height: 200px;
}

#popup-product-page .product-name {
    color: #4D4D4D;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    font-size: 28px;
}

#popup-product-page .product-specs {
    display: flex;
    flex-direction: row;
    margin: 10px 0px 15px 0px;
    align-items: center;
    position: relative;
}

#popup-product-page .food-types {
    position: unset;
}

#popup-product-page .product-food-type {
    margin-bottom: 0px;
}

#popup-product-page .product-description {
    width: 100%;
    max-width: 800px;
    padding: 0px 30px;
}

@media only screen and (max-width: 767px) {
    #popup-product-page .product-description {
        width: 100%;
    }
}

/* End Popup Product Page */
.thumbs-up-icon {
    background-image: url(../image/msc/thumbs-up.png);
    width: 40px;
    height: 42px;

}

/* Prompt healy choice product page */
.healthy-choice-product-item {
    display: none;
    width: 300px;position:absolute;
    top: 20%;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    margin-left: auto;
    margin-right: auto;
}

.healthy-choice-product-item .healty-product-prompt {
    display: flex; flex-direction: row;align-items: center; justify-content: space-around;border: 1px solid;background: white; border-radius:20px;padding: 10px
}

.healthy-choice-product-item .label-text {
    font-weight: bold; font-size: 30px
}

/* Traffic Light Legend */
#traffic-legend-container {
    background-color: #F5F5F5;
}

#traffic-light-system-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0px auto;
    padding: 40px 100px;
}

/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    #traffic-light-system-container {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 100px;
    }

}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    #traffic-light-system-container {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #traffic-light-system-container {
        padding: 20px;
        margin: 0;
        width: 100%;

    }
}

.traffic-light-legend-desc {
    padding-left: 180px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .traffic-light-legend-desc {
        padding-left: 0;
    }
}

.traffic-light-legend-desc .legend-title {
    font-size: 22px;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .traffic-light-legend-desc .legend-title {
        margin-bottom: 5px;
    }
}

.traffic-light-legend-spec {
    display: flex;
    flex-direction: row;
}

.traffic-light-indicators {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
}

.traffic-light-indicators .traffic-light-indicator {
    display: flex;
    margin-left: -224px;
}

@media only screen and (max-width: 767px) {
    .traffic-light-indicators .traffic-light-indicator {
        margin-left: 0;
    }
}

.traffic-light-indicators .traffic-light-indicator .indicator-p {
    position: absolute;
    transition: all .2s ease-in-out;
}

.traffic-light-indicator .traffic-light-indicator-description {
    margin-left: 120px;
    padding: 0 30px;
    font-size: 14px;
    color: #4D4D4D;
    transition: all .2s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .traffic-light-indicator .traffic-light-indicator-description {
        margin-left: 50px;
    }
}

.traffic-light-indicators .green {
    color: #215E2D;
    font-size: 14px;
}

.traffic-light-indicators .amber {
    color: #7F4406;
    font-size: 14px;
}

.traffic-light-indicators .red {
    color: #952D18;
    font-size: 14px;
}

.first-indicator {
    margin-top: -10px;
}

#traffic-legend-container .go-back {
    display: none;
}

.traffic-light-legend-page .go-back {
    width: 25%;
    margin: 20px auto;
}

@media only screen and (max-width: 767px) {
    #traffic-light-system-container .go-back, .traffic-light-legend-page .go-back {
        display: block;
        margin: 30px auto 0px auto;
        width: 80%;
    }
}

/* Only Landscape */
@media only screen
and (min-device-width: 1366px)
and (max-device-height: 1024px)
and (orientation: landscape) {
    .first-indicator {
        margin-top: -30px;
    }
}

/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .first-indicator {
        margin-top: 0;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .first-indicator {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .first-indicator {
        margin-top: 0;
    }
}

/* Start Go Healthy Model Dialog */
#go-healthy-dialog .modal-dialog {
    width: 468px !important;
}

@media only screen and (max-width: 767px) {
    #go-healthy-dialog .modal-dialog {
        width: 100% !important;
        padding: 0px 20px;
    }
}

#go-healthy-dialog .healthy-banner {
    position: relative;
}

.healthy-banner .healthy-banner-img {
    width: 100%;
}

#go-healthy-dialog .indicator {
    top: unset;
    bottom: -35px;
}

#go-healthy-dialog .healthy-container  {
    margin-top: 40px;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#go-healthy-dialog .current-choice {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#go-healthy-dialog .healthy-title {
    font: normal normal bold 22px/30px Open Sans;
    color: #2E8540;
}

#go-healthy-dialog .healthy-description {
    font: normal normal normal 11px/18px Open Sans;
    letter-spacing: 0.15px;
    color: #4D4D4D;
    margin-top: 9px;
    margin-bottom: 20px;
    text-align: center;
}

#go-healthy-dialog .unhealthy-product-image {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;

}

#go-healthy-dialog .modal-header {
    padding: 0;
    border-bottom: unset;
}

.unhealthy-product-image .unhealthy-image-src {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.unhealthy-product-image .suggested-indicator {
    position: absolute;
    right: -5px;
}

#go-healthy-dialog .unhealthy-product-name {
    font: normal normal bold 15px/20px Open Sans;
    color: #4D4D4D;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 15px;
}

#go-healthy-dialog #healthy-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 15px;
}

#dont-askme-today-checkbox {
    padding: 0 50px;
    margin-bottom: 20px;
}
/* End Go Healthy Model Dialog */

/* Start Order Summary Page */
#order-summary-container .main-title {
    text-align: center;
    font: normal normal normal 36px/49px Open Sans;
    letter-spacing: 0px;
    color: #4D4D4D;
}

.checkout-tuckshop-title {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #2E8540;
}

@media only screen and (max-width: 767px) {
    #order-summary-container .main-title{ line-height: 35px; padding: 0px; font-size: 30px; }
    .checkout-tuckshop-title { line-height: 35px; padding: 0px; font-size: 20px; }
}

#traffic-light-smile-scale {
    width: 482px;
    margin: 100px auto 75px auto;
}

@media only screen and (max-width: 767px) {
    #traffic-light-smile-scale {
        height: 0;
        width: 240px;
        margin: 100px auto 75px auto;
    }
}

.smile-scale {
    background-image: url(../image/msc/traffi-light-smile-scale.png);
    width: 482px;
    height: 3px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .smile-scale {
        background-image: url(../image/msc/traffi-light-smile-scale-mobile.png);
        width: 211px;
        height: 3px;
        position: relative;
    }
}

.smile-scale .profile-photo {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .smile-scale .profile-photo {
        width: 38px;
        height: 38px;
    }
}

.smile-scale .position-zero {
    left: -46px;
}

@media only screen and (max-width: 767px) {
    .smile-scale .position-zero {
        left: -36px;
    }
}

.smile-scale .position-quarter {
    left: 95px;
}

@media only screen and (max-width: 767px) {
    .smile-scale .position-quarter {
        left: 30px;
    }
}

.smile-scale .position-middle {
    left: 219px;
}

@media only screen and (max-width: 767px) {
    .smile-scale .position-middle {
        left: 90px;
    }
}

.smile-scale .position-three-quarters {
    left: 335px;
}
@media only screen and (max-width: 767px) {
    .smile-scale .position-three-quarters {
        left: 150px;
    }
}

.smile-scale .position-hundred {
    left: 475px;
}
@media only screen and (max-width: 767px) {
    .smile-scale .position-hundred {
        left: 217px;
    }
}

.smile-scale .red-smile {
    position: absolute;
    top: -13px;
    left: -30px;
}

.smile-scale .amber-smile {
    position: absolute;
    top: -20px;
    left: 230px;
}

@media only screen and (max-width: 767px) {
    .smile-scale .amber-smile {
        position: absolute;
        top: -20px;
        left: 91px;
    }
}

.smile-scale .green-smile {
    position: absolute;
    top: -27px;
    right: -50px;
}

.smile-scale .scale-photo-position {
    position: absolute;
    bottom: 45px;
}

.photo-poligon {
    width: 32px;
    height: 30px;
    background-image: url(../image/icons/polygon.png);
    position: absolute;
    right: 12px;
    bottom: -22px;
}

@media only screen and (max-width: 767px) {
    .photo-poligon {
        right: 3px;
    }
}

.all-green-healthy-choice {
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .all-green-healthy-choice {
        width: 100%;
        position: relative;
    }
}

.all-green-healthy-choice .confetti {
    background-image: url(../image/msc/confetti-cart.png);
    width: 182px;
    height: 140px;
    position: absolute;
    z-index: -1;
    right: -110px;
    top: -141px;
    display: none;
}

@media only screen and (max-width: 767px) {
    .all-green-healthy-choice .confetti {
        background-image: url(../image/msc/confetti-cart-mobile.png);
        width: 100px;
        height: 77px;
        position: absolute;
        z-index: -1;
        left: 110px;
        top: -85px;
        display: none;
    }
}

.all-green-healthy-choice .well-done {
    position: absolute;
    right: -110px;
    top: 12px;
    display: none;
    z-index: -2;
}

@media only screen and (max-width: 767px) {
    .all-green-healthy-choice .well-done {
        position: absolute;
        right: -45px;
        top: 12px;
        display: none;
        z-index: -2;
    }
}

.well-done .label-animation {
    width: 177px;
}
@media only screen and (max-width: 767px) {
    .well-done .label-animation {
        width: 100px;
        height: 30px;
    }
}

.label-animation .well-done-label-text {
    text-align: center;
    font: normal normal bold 20px/27px Open Sans;
    color: #2E8540;
    text-transform: uppercase;
    padding-top: 5px;
}

@media only screen and (max-width: 767px) {
    .label-animation .well-done-label-text {
        text-align: center;
        font: normal normal bold 12px/27px Open Sans;
        color: #2E8540;
        text-transform: uppercase;
        padding-top: 2px;
    }
}

#product-cart-list {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    #product-cart-list {
        align-items: center;
        flex-direction: column;
    }

}

#product-cart-list .undo-menu-item {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}

.undo-menu-item-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .undo-menu-item-mobile {
        display: block;
        right: 4px;
        top: 150px;
        position: fixed;
    }
}

#product-cart-list .cart-item-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    #product-cart-list .cart-item-mobile {
        display: block;
        width: 300px;
        margin-bottom: 50px;
    }
}

#product-cart-list .cart-item {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 767px) {
    #product-cart-list .cart-item {
        display: none;
    }
}

.border-shadow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 18px #00000012;
    margin-bottom: 30px;
}

.cart-item .product-traffic-indicator {
    top:50%;
    right: 20px;
    position: absolute;
}

.cart-item .cart-image{
    display: block;
    height: 100%;
    width: 100%;
}

.cart-item .cart-image-mobile{
    display: none;
}

@media only screen and (max-width: 767px) {
    .cart-item .cart-image-mobile{
        width: 100%;
        height: 175px;
    }
}

.cart-item .image {
    width: 204px;
    height: 163px;
    position: relative;
}


.item .product-traffic-indicator .read-more, .read-more a {
    letter-spacing: 0.13px;
    color: #2E8540;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

#product-cart-list .cart-item .cart-item-specs {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 30px 20px 45px;
}
/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    #product-cart-list .cart-item .cart-item-specs {
        padding-left: 25px;
        padding-right: 10px;
    }
}

.cart-item .first-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.first-row .product-info-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 400px;
    max-width: 400px;
}

/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .first-row .product-info-container {
        min-width: 200px;
        max-width: 200px;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .first-row .product-info-container {
        max-width: 160px;
        min-width: 160px;
    }
}

.first-row .product-details-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .first-row .product-details-container {
        justify-content: space-between;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .first-row .product-details-container {
        justify-content: space-between;
    }

}
.product-info-container span.product-menu {
    font-weight: bold;
    margin: 5px 0px
}

.cart-item .group-price-quantity {
    display: flex;
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .cart-item .group-price-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .cart-item-mobile .group-price-quantity {
        display: flex;
        justify-content: space-between;
        padding-bottom: 25px;

    }
}

.cart-item .food-types {
    position: unset;
}

.item .product-food-type {
    border-color: #2E8540;
}

.item span.product-name {
    font: normal normal bold 22px/18px Open Sans;
    color: #4D4D4D;
    margin-right: 5px;
    cursor: pointer;
}

.item span.product-name a {
    color: unset;
}

.item span.menu-name {
    font: normal normal normal 13px/18px Open Sans;
    color: #4D4D4D;
}

.item .product-select-date .required {
    color: #2E8540;
    margin-right: 5px;
}


.cart-item .student-photo {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.item .profile-photo {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.item .product-quantity {
    display: flex;
    align-items: flex-start;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .item .product-quantity {
        margin-right: unset;
    }
}

.item .product-quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 45px;
    font-size: 22px;
    color: #43484D;
    font-weight: 600;
}

.item .product-quantity input[type='text'] {
    padding: 0px;
}
.item button[class*=qty-btn] {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.item .cart-product-unit-price, .cart-product-total-price {
    font: normal normal bold 22px/30px Open Sans;
    color: #4D4D4D;
    width: 90px;
}

.cart-item .cart-item-specs .second-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 51px;
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .cart-item .cart-item-specs .second-row {
        margin-top: 15px;
    }
}

.cart-item .product-select-date {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.product-select-date .date-alert {
    display: flex;
    align-items: center;
}

.cart-validation {
    display: flex;
    align-items: center;
    font-weight: bold;
    font: normal normal normal 9px/18px Open Sans;
    letter-spacing: 0.13px;

}

.cart-validation-alert-icon {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.22px;
    margin-right: 7px;
    color: #B5371D;"
}

.cart-validation-warning-text {
    color: #000000;
}

.cart-validation-alert-text {
    color: #B5371D;"
}

.cart-item .cart-item-specs .item-warnings {
    display: flex;
    flex-direction: column;
}

.second-row .item-actions {
    display: flex;
    align-items: center;
    flex-basis: 100px;
    justify-content: flex-end;
}

.cart-item  .item-actions .swap-item {
    margin-right: 20px;
}
.cart-item  .second-row .product-description-container {
    display: flex;
    flex-direction: column;
}

.cart-item  .cart-product-description {
    font: normal normal normal 11px/18px Open Sans;
    letter-spacing: 0.15px;
    color: #4D4D4D;
}

/* cart total */
.cart-totals {
    display: flex;
    flex-direction: column;
    font: normal normal normal 22px/30px Open Sans;
    color: #4D4D4D;
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .cart-totals {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 18px #00000012;
        display: flex;
        flex-direction: column;
        padding: 10px 15px;
        width: 300px;
        margin: 20px auto;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .cart-totals {
        margin-bottom: 50px;
    }
}

.cart-totals .total {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .cart-totals .total {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}

.total .total-title {
    margin-right:85px
}

@media only screen and (max-width: 767px) {
    .total .total-title {
        margin-right: 20px;
    }
}

.total .main-total {
    font-size: 30px;
}

.total .main-total-text {
    font-size: 30px;
    font-weight: bold;
}

.cart-nsw-voucher {
    display: block;
    margin-bottom: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 18px #00000012;
    padding: 20px;
}

.cart-nsw-voucher .nsw-voucher-heading {
    margin-bottom: 10px;
}

.cart-nsw-voucher .nsw-voucher-input-container {
    text-align: right;
    margin-bottom: 10px;
}

.cart-nsw-voucher .icw-input {
    padding: 14px;
    border-radius: 5px;
    width: 80%;
}

.cart-nsw-voucher .icw-input:disabled {
    background-color: #e9e9e9;
}

.cart-nsw-voucher .nsw-voucher-buttons {
    display: flex;
    flex-direction: column;
}

.cart-nsw-voucher .nsw-voucher-buttons .btn-green {
    padding: 5px 10px;
}

.cart-nsw-voucher .nsw-voucher-buttons #add-nsw-voucher {
    margin-bottom: 10px;
}

.cart-nsw-voucher .nsw-voucher-input-container .btn-red {
    padding: 5px 10px;
}

.cart-nsw-voucher .success, .cart-nsw-voucher .warning {
    margin: 4px auto 4px;
    max-width: none;
}

.cart-nsw-voucher .warning {
    border: 1px solid #e51b1b;
    background-color: transparent;
    color: #e51b1b;
    text-align: center;
}

.cart-nsw-voucher .success {
    border: 1px solid #2E8540;
    background-color: transparent;
    color: #4D4D4D;
    text-align: center;
}

/* end cart total */
.cart-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .cart-options {
        flex-direction: column-reverse;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .cart-options {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .cart-options {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-bottom: 50px;
        padding: 0px 30px;
    }
}

.cart-option {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#button-shopping-continue {
    display: flex;
    flex-direction: row;
}

/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .cart-option {
        padding: 5px;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .cart-option {
        padding: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-option {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px;
    }

    #button-shopping-continue {
        display: flex;
        flex-direction: column;
        padding: 0px 30px;
        margin-top: 30px;
    }
}
/* cart options */

/* Order summary only mobile css*/
@media only screen and (max-width: 767px) {
    #popup-product-page .product-image .image {
        width: 100%;
    }

    .product-detail span.product-menu {
        margin-top: 5px;
        font-weight: bold;
        text-align: center;
    }
}


/* iPad Pro 12.9" */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    .product-info-container .product-detail {
        display: flex;
        flex-direction: column;
    }

    .product-detail .student-name {
        margin-top: 3px;
    }

    .cart-option .btn-red {
        width: 100%;
    }

    .cart-option .btn-green {
        width: 100%;
    }

    .btn-bg-green {
        width: 100%;
    }
}

/* Ipad (Not included Ipad Pro) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (-webkit-min-device-pixel-ratio: 1) {
    .product-detail .student-name {
        margin-top: 3px;
    }

    .item span.product-name {
        font-size: 15px;
    }

    .product-info-container .product-detail {
        display: flex;
        flex-direction: column;
    }

    .cart-option .btn-red {
        width: 100%;
    }

    .cart-option .btn-green {
        width: 100%;
    }

    .btn-bg-green {
        width: 100%;
    }

}

/* Only mobile devices */
@media only screen and (max-width: 767px) {

    .traffic-light-rectangle {
        display: none;
    }

    .traffic-light-indicator {
        margin-bottom: 15px;
    }

    .cart-item-mobile .image {
        position: relative;
    }

    .cart-item-mobile .food-types {
        position: absolute;
    }

    .cart-item-mobile .product-food-type {
        border: 0.1px solid #4D4D4D;
    }

    .cart-item-mobile .cart-item-mobile-container {
        padding: 0px 15px;
        display: flex;
        flex-direction: column;
    }

    .cart-item-mobile .product-detail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0px;
    }

    .cart-item-mobile .student-name {
        margin-bottom: 5px;
    }

    .cart-item-mobile .tuckshop-name {
        margin-bottom: 5px;
    }

    .cart-item-mobile .product-options {
        margin-top: 5px;
    }

    .cart-item-mobile .item-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: -25px;
        height: 52px;
    }

    .cart-item-mobile .remove {
        padding: 12px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 25px;
        box-shadow: 0px 0px 18px #00000012;
    }

    .cart-item-mobile .product-select-date .required {
        margin-right: -17px;
        padding-right: 7px;
        z-index: 2;
    }

    #product-cart-list .undo-menu-item {
        display: none;
    }

    .cart-item-mobile .product-select-date {
        display: flex;
    }

    .cart-item-mobile .cart-validation {
        margin-bottom: 5px;
    }

    #desktop-tablet-menu-category {
        display: none;
    }
}

/* Start - Jquery UI - Datepicker Override CSS rules */
.ui-widget {
    font-family: Open Sans, sans-serif !important;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-family: 'Open Sans', sans-serif; font-weight: 100; font-size: 24px; color: #e9f0f4;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 12px !important;
}
.ui-state-hover,
.ui-state-focus {
    border: none !important;
    background: none !important;
    font-weight: bold;
    color: unset !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {font-weight: 100; color: #000; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {background: unset; background-color:#3ab54a !important; font-weight: 100; color: #FFFFFF !important; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #000000;
    text-align: center;
    font-size: 24px;
    border: unset;
    background-color: #FFFFFF;
    background: unset;
    font-weight: 100 !important;
}
.ui-widget-content {
    background: unset;
}
.ui-datepicker { background-color: #FFFFFF; width: 19.5em; padding: .2em .2em 0; display: none; font-family: 'Open Sans', sans-serif !important; z-index: 999999 !important}

.ui-datepicker table {
    table-layout: fixed;
}
/* End - Jquery UI - Datepicker Override CSS rules */

/* Modal Dialog Position */
.modal-dialog {
    margin-top: 125px !important;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .modal-dialog {
        margin-top: 150px !important;
        margin-bottom: 60px !important;
    }
}