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


.product__card .increment {
    fill: #fff;
}
.product__card .update-product-quantity {
    color: #fff;
}
.aboutProduct .increment {
    fill: #CD0037;
}
.aboutProduct .update-product-quantity {
    color: #CD0037;
}

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

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

    .smallWrap div.smallInput label {
        margin-left: 0 !important;
    }

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

/* 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;
    padding-right: 0;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    cursor: pointer;
    background-color: white;
}
.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 */

/* Font resize START */
.auto-resize {
    line-height: 1.35em;
    opacity: 0;
}
.checkoutSection .order .auto-resize-container {
    height: 50vh;
}
/* Font resize END */
