.rating-stars {
    display: initial;
}

.food-grid .food-card {
    height: auto;
}

.food-grid .food-card .food-image {

}

.food-grid .food-card .food-body {
    margin: 0;
    padding: 0 16px 16px 16px;
}

@media (max-width: 992px) {
    .filter-section .sort {
        margin: 22px 0 0;
    }
}

#product-list .food-grid .food-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
    gap: 8px;
}

#product-list .food-grid .food-card .food-image {
    position: relative;
}
#product-list .food-grid .food-card.msg {
    position: relative;
}

#product-list .food-grid .ribbon {
    pointer-events: none;
    padding: 8px 12px 5px 8px;
    height: 40px;
    background: #BD357A;
    color: #fff;
    position: absolute;
    top: 4px;
    font-family: Prompt, "sans-serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.2px;
    text-transform: capitalize;
}

#product-list .food-grid .ribbon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    height: 0;
    width: 0;
    padding: 0;
    border: 20px solid #BD357A;
    border-left-width: 2px;
    border-right: 10px solid transparent;
}

#product-list .food-grid .food-body .reviews-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#product-list .food-grid .price {
    margin: 0;
}

#product-list .food-grid .food-body > a.product-name {
    color: var(--text-text-primary, #16384e);
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.6px;
    margin-right: 0;
    margin-top: 0;
}

#product-list .food-grid .food-body .reviews-container .reviews-stars {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 8px;
}

#product-list
.food-grid
.food-body
.reviews-container
.reviews-stars
.glyphicon-star,
#product-list
.food-grid
.food-body
.reviews-container
.reviews-stars
.glyphicon-star-empty {
    height: 17px;
    width: 17px;
}

#product-list
.food-grid
.food-body
.reviews-container
.reviews-stars
.glyphicon-star {
    color: #0881c7;
}

#product-list
.food-grid
.food-body
.reviews-container
.reviews-stars
.glyphicon-star.empty-star {
    color: #e6e6e6;
}

#product-list
.food-grid
.food-body
.reviews-container
.reviews-stars
.glyphicon-star.half-star {
    color: #0881c7;
    position: relative;
}

#product-list
.food-grid
.food-body
.reviews-container
.reviews-stars
.glyphicon-star.half-star::before {
    position: relative;
    z-index: 9;
    width: 52%;
    display: block;
    overflow: hidden;
}

#product-list
.food-grid
.food-body
.reviews-container
.reviews-stars
.glyphicon-star.half-25-star::before {
    width: 30%;
}

#product-list
.food-grid
.food-body
.reviews-container
.reviews-stars
.glyphicon-star.half-75-star::before {
    width: 66%;
}

#product-list
.food-grid
.food-body
.reviews-container
.reviews-stars
.glyphicon-star.half-star::after {
    content: "\e006";
    position: absolute;
    z-index: 8;
    color: #e6e6e6;
    top: 0;
    left: 0;
}

#product-list .food-grid .food-body .reviews-container .reviews-total {
    color: #16384E;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.filter-section .sort .sort-container {
    position: relative;
}

.filter-section .sort .sort-container span {
    font-size: 18px;
    position: absolute;
    top: 30%;
    right: 10%;
    z-index: -1;
}

.filter-section .sort .form-control,
.filter-section .sort .sort-container span {
    color: #9b9c9c;
}

.filter-section .sort .form-control {
    padding: 8px 16px;
    font-size: 1.1875rem;
    line-height: 28.7px;
    height: 52px;
    /*appearance: none;*/
    background: transparent;
}

#product-list .product .qty-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

#product-list .product .add-cta {
    font-size: 1.188rem;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 1;
    height: 50px;
}

#product-list .product .qty-wrapper .form-control {
    display: flex;
    width: 42px;
    text-align: center;
    font-size: 16px;
    height: 50px;
    min-height: auto;
    margin: 0;
    background-color: #fff;
    font-weight: bold;
    border-radius: 0;
    border: 1px solid #BFC2C4;
    border-left: 0;
    border-right: 0;
    padding: 0;
    color: #0881C7;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
#product-list .product .qty-wrapper .form-control::-webkit-outer-spin-button,
#product-list .product .qty-wrapper .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#product-list .product .qty-wrapper .add-qty, #product-list .product .qty-wrapper .lower-qty {
    height: 50px;
    width: 50px;
    font-size: 12px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-left: 0;
    padding-right: 0;
}

#product-list .product .qty-wrapper .lower-qty {
    border-radius: 4px 0 0 4px;
}

#product-list .product .qty-wrapper .add-qty {
    border-radius: 0 4px 4px 0;
}

@media (min-width: 500px) {
    #product-list .food-grid .food-body > a.product-name {
        font-size: 19px;
        line-height: 20.9px;
        height: 42px;
        overflow: hidden;
    }
}

@media (max-width: 568px) {
    #product-list .food-grid .food-card .food-image img {
        padding: 0;
        width: 138px;
        height: 138px;
    }

    #product-list .food-grid .ribbon {
        top: 117px;
        font-size: 12px;
        line-height: 12px;
        padding: 3px 7px 2px 5px;
        height: 20px;
    }

    #product-list .food-grid .ribbon:after {
        right: -8px;
        border-width: 10px;
        border-right-width: 8px;
    }

    #product-list .food-grid .food-card .food-body {
        padding-bottom: 0;
        gap: 0;
    }

    #product-list .food-grid .price {
        margin-bottom: auto;
    }
}

@media (min-width: 568px) {
    #product-list .food-grid .food-body {
        padding: 0 16px 16px 16px;
    }

    #product-list .food-grid .food-body .reviews-container {
        margin-top: 16px;
    }

    #product-list .food-grid .add-cta {
        height: 66px;
        width: 100%;
    }

    #product-list .product .qty-wrapper .add-qty, #product-list .product .qty-wrapper .lower-qty {
        width: 66px;
        height: 66px;
        font-size: 18px;
    }

    #product-list .product .qty-wrapper .form-control {
        height: 66px;
        font-size: 26px;
        flex-grow: 1;
    }
}

/* @media (max-width: 767px) {
} */
@media (min-width: 768px) {
    #product-list .food-grid .food-card {
        height: auto;
    }
}

@media (max-width: 992px) {
    .product-detail .headline-row.filters {
        padding: 0;
    }

    .filter-section .sort {
        align-items: start;
        flex-direction: column;
        justify-content: start;
        font-size: 16px;
    }

    .filter-section .sort .sort-label {
        margin-bottom: 8px;
    }
}

@media (min-width: 1200px) {
    .product-detail .container {
        width: 1170px;
    }

    #product-list .food-grid .food-card {
        height: auto;
    }

    #product-list .food-grid .food-body .reviews-container {
        margin-top: auto;
    }
}
