#reviews {
}

#reviews .glider{
    height: auto !important; 
}

#reviews .glider .glider-track{
    margin: 0 auto;
}

#reviews .glider-prev,
#reviews .glider-next{
    top: 50%;
    transform: translateY(-50%);
    margin-top: -40px;
}

#reviews .review{
    border-radius: 9px;
    box-shadow: 0 13px 34px 0 rgba(123, 123, 123, 0.1);
    background-color: #ffffff;
    padding: 1rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
}

#reviews #summary {
    display: inherit;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: bolder;
    width: 275px;
    max-width: 275px;
    border-radius: 7px;
    border: solid 1px #ebebeb;
    height: 41px;
    max-height: 41px;
    align-items: center;
    font-weight: 500;
    font-size: 1rem;
}

#reviews #summary #ratingValue{
    font-size: 1.1875rem;
    color: var(--red);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

#reviews .review .description-container{
    min-height: 115px;
    border-radius: 9px;
    background-color: #f6f6f6;
    margin-top: 1.3rem;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
}

#reviews .review .reviewLef{
    padding: 2rem;
    margin-top: 0.5rem;
}

#reviews .review .reviewLeft .reviewLeft-header{
    font-size: 0.8125rem;
}

#reviews .reviewLeft-header .reviewAuthor{
    font-size: 1rem;
    font-weight: 800;
    color: var(--black);

}

#reviews .reviewLeft-header .reviewDatePublished{
    color: #8e9ba5;
    font-size: 0.8125rem;
    font-weight: 500;
}

#reviews .review .reviewLeft .rating-container i::before {
    font-size: 0.8125rem;
}   

/* #reviews #summary #reviewCount {
} */
