.reply {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px 30px;
    color: #000;
    background-color: #fafafa;
}
.reply h3, .reply p, .reply a, .reply span {
    font-family: "Montserrat-Regular" !important;
}
.reply span.fa-star {
    font-family: "Montserrat-Bold"!important;
}
.reply h3 {
    font-size: 40px;
}
@media (max-width: 991px) {
    .reply h3 {
        font-size: 25px;
    }
}
.reply h3 span {
    font-weight: bold;
}
.reply .cart-wrap {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-gap: 15px;
}
@media (max-width: 991px) {
    .reply .cart-wrap {
        grid-template-columns: repeat(2, 50%);
    }
}
@media (max-width: 570px) {
    .reply .cart-wrap {
        grid-template-columns: 100%;
    }
}
.reply .cart {
    display: flex;
    border: 1px solid lightgray;
}
@media (max-width: 991px) {
    .reply .cart {
        flex-direction: column;
    }
}
.reply .cart .img-wrap {
    flex-basis: 15%;
}
.reply .cart .img-wrap img {
    width: 100%;
    height: auto;
}
.reply .cart .text-wrap {
    flex-basis: 88%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.reply .cart .text-wrap > a {
    font-size: 20px;
    text-decoration: underline;
    color: black;
}
.reply .cart .text-wrap .rating-info {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reply .cart .text-wrap .rating-info .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reply .cart .text-wrap .rating-info .info .stars {
    font-size: 5px;
    margin-left: 1rem;
}
.reply .cart .text-wrap .rating-info .info .stars .fa.fa-star.checked {
    color: #fff100;
}
.reply .cart .text-wrap .rating-info .time {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .reply .cart .text-wrap .rating-info .time {
        position: unset;
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .reply .cart .text-wrap .rating-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
.reply .cart .text-wrap .text {
    padding-left: 2rem;
    position: relative;
}
.reply .cart .text-wrap .text:before {
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    background-color: #E3E3E3;
    border-radius: 5px;
    left: 0;
    top: 0;
    position: absolute;
}
.reply .text-wrap .rating-info span {
    font-size: 16px !important;
}
.reply .text-wrap .text p {
    font-size: 16px !important;
}
/*# sourceMappingURL=styles.css.map */
