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

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

    .smallWrap div.smallInput div.tk_big_cb {
        margin-right: 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;
    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 */


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

.product__badge_sale,
.product__badge_sale_20,
.product__badge_sale_25,
.product__badge_sale_30,
.product__badge_sale_35,
.product__badge_sale_40,
.product__badge_sale_45,
.product__badge_sale_50 {
    background-image: url("/assets/img/svg-icons/badge-sale.svg");
}

@media only screen and (min-width: 481px) {
    .products-list .product__card {
        box-shadow: -5px -5px 20px rgba(70, 70, 70, 0.05), 10px 10px 15px rgba(70, 70, 70, 0.12);
    }
}
.products-list .product__desc {
    height: 135px;
}
.products-list .product__price-container {
    bottom: 5px;
}

@media only screen and (max-width: 480px) {
    .products-list .product__desc {
        height: 58px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .product__box form {
        height: 30px;
    }
    .products-list .product__price-container {
        bottom: 10px;
        right: 10px;
    }
    
    .product__card {
        min-height: 210px;
        height: auto !important;
    }
    .product__card .product__box form {
        height: 100px;
    }
}

/* Search results START */
.header__result-products-list .product__box {
    margin: 20px 0 0 10px;
    font-size: 16px;
}
/* Search results END */

.product__serving {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

@media only screen and (max-width: 1250px) {
    .footer__col {
        padding: 0;
    }
}

#cart-error {
    margin-top: 20px;
}
#cart-error.hidden {
    display: none;
}
.toast-error .toast-message {
    max-width: 100%;
    padding: 5px 10px 5px 5px;
}
