.allergens_info {
    font-size: 0.85rem;
    margin-top: 10px;
}
.allergens_info a {
    color: #a4668b;
}
.allergens_info a:hover {
    cursor: pointer;
    font-weight: bolder;
}

.products-list .product__badge.product__badge_45min {
    background-image: url("/assets/img/svg-icons/badge-45min.svg");
}

@media only screen and (max-width: 767px) {
    .smallWrap .smallInput {
        flex-wrap: wrap;
    }

    .smallWrap div.smallInput div.es_big_cb {
        margin-right: 0 !important;
    }

    .smallInput .inputContainer.medium {
        margin-right: 10px !important;
    }
}

#toast-container.custom {
    display: inline-block;
}
#toast-container.custom .toast-success {
    border-left: none;
    border-bottom: 5px solid #4fc048;
}
#toast-container.custom button {
    display: inline-block;
}
#toast-container.custom .toast-success .toast-progress {
    background-color: white;
}
#toast-container.custom .toast-success .toast-message {
    display: inline-block;
}
#reservationSuccess {
    display: block !important;
    width: 800px !important;
    height: 170px !important;
}
#reservationSuccess .toast-message {
    max-width: 655px;
    width: 655px;
    margin-bottom: 5px !important;
}

.sliderItem .mobileButton {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sushiPartyPage {
        margin-left: 15px;
    }
    .toast-bottom-right.custom {
        right: unset;
    }
    #reservationSuccess {
        display: block !important;
        margin: 0 auto;
        width: 95% !important;
        height: 330px !important;
    }
    #reservationSuccess .toast-message {
        max-width: 90%;
        width: 90%;
        margin-bottom: 5px !important;
    }

    /* Slider rework for mobile START */
    .sliderItem div {
        width: 100% !important;
    }
    .sliderItem .containerTextHeader {
        display: grid !important;
        grid-template-columns: 100%;
        grid-template-rows: 70% 30%;
        grid-row-gap: 0 !important;
        align-items: start;
        padding-bottom: 0;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
    }
    .sliderItem .containerTextHeader .imgContainer {
        padding: 0;
        background-image: linear-gradient(to bottom, #f6f6f6 60%, #eaeaea);
        border-bottom: 1px solid #e6e6e6;
        border-radius: 10px 10px 0 0;
    }
    .sliderItem .containerTextHeader .imgContainer img {
        height: 100% !important;
        width: auto;
        object-fit: contain;
    }
    .sliderItem .containerTextHeader .informativCols {
        text-align: left;
        padding: 10px 10px 20px;
        max-height: 100px;
        align-self: center;
    }
    .sliderItem .containerTextHeader .informativCols h1 {
        font-size: 1.3em !important;
        line-height: 1.75em !important;
    }
    .sliderItem .containerTextHeader .informativCols .text {
        margin: 0;
        font-size: 1em !important;
        padding: 0;
        max-height: 50px;
        overflow: hidden;
    }
    .sliderItem .containerTextHeader .informativCols a {
        display: none;
    }
    .sliderItem div.mobileButton {
        display: grid !important;
        justify-content: center !important;
        margin: 10px 0 10px;
    }
    .sliderItem div.mobileButton a.btn {
        height: 40px;
        min-width: 168px;
    }
    .headerSlider .slick-dots {
        margin-top: 5px !important;
    }
    /* Slider rework for mobile END */

    .menuResponsive .col:last-child {
        width: 50%;
    }
    .menuResponsive.full-width .col:last-child {
        width: 100%;
    }
}

/* Carousel Banners START */
.headerNewSlider {
    padding: 10px 0 20px;
    height: 385px;
}
.headerNewSlider .item {
    height: 330px;
    display: grid !important;
    grid-template-columns: 100%;
    grid-template-rows: 235px auto;
    grid-row-gap: 0 !important;
    align-items: start;
    padding-bottom: 0;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    cursor: pointer;
}
.headerNewSlider .item .item-image {
    padding: 0;
    background-image: linear-gradient(to bottom, #f6f6f6 60%, #eaeaea);
    border-bottom: 1px solid #e6e6e6;
    border-radius: 10px 10px 0 0;
}
.headerNewSlider .item .item-image img {
    max-height: 235px;
    margin: 0 auto;
    /*width: auto;*/
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.headerNewSlider .item .item-info {
    padding: 10px 15px 10px;
    min-height: 0;
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headerNewSlider .item .item-info h4 {
    font-size: 1.5em;
    line-height: 1.25em;
}
.headerNewSlider .item .item-info .text {
    overflow: hidden;
}
/* Carousel Banners END */

a.redirectLink:hover {
    color: #EF5101;
}
