.review-container {
    background-color: #fafafa;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 30px;
}

.review-container .container {
    background-color: transparent;
}

.review-container__title {
    font-family: 'MontserratBold', sans-serif;
    font-size: 18px;
    letter-spacing: 5px;
    color: #85bf3f;
    text-transform: uppercase;
    margin-bottom: 50px;
}

ul.reviews {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.review {
    border-bottom: 1px solid #e1e1e1;
    font-family: 'MontserratReguler', sans-serif;
    padding-bottom: 30px;
    margin-top: 30px;
}

.review__by, .review__content {
    color: #4c4c4c;
    font-size: 12px;
}

.review__by {
    margin: 0 0 10px;
}

.review__meta {
    font-size: 12px;
    color: #9f9f9f;
    margin-bottom: 15px;
}

.review__rating {
    margin-bottom: 15px;
}

.review__star {
    color: #e8e5db;
    font-size: 18px;
}

.review__star--active {
    color: #ffc600;
}

.review__star:not(:last-child) {
    margin-right: 5px;
}

.review__content {
    line-height: 21px;
}

.reviews__pagination {
    margin-top: 50px;
    text-align: center;
}

.reviews__pagination li {
    display: inline-block;
}

.reviews__pagination li:not(:last-child) {
    margin-right: 15px;
}

.reviews__pagination li a {
    font-size: 14px;
    color: #292929;
}

.reviews__pagination .active a, .reviews__pagination .active span {
    background-color: #8cc63f;
    border-color: #8cc63f;
}

.reviews__pagination .active a:hover {
    background-color: #8cc63f;
    border-color: #8cc63f;
}

.reviews__pagination .disabled a {
    color: #dfdfdf;
}

.reviews__pagination .disabled a:hover {
    color: #dfdfdf;
}

.reviews__pagination a {
    border-color: #e6e6e6;
}

.header-sticki {
    z-index: 9999;
}

.modal-backdrop {
    z-index: 99999;
}

.review-modal {
    z-index: 999999;
}

.review-modal .loading-overlay {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-modal .modal-header {
    border-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    font-family: 'MontserratBold', sans-serif;
    text-transform: uppercase;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.review-modal .modal-body {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.review-modal__meta {
    font-family: 'MontserratReguler', sans-serif;
    font-size: 10px;
    color: #333333;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.review-modal__product-title {
    margin: 0;
    font-family: 'MontserratBold', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #85bf3f;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.review-modal .modal-footer {
    border-top: 0;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.review-modal .form-group {
    min-height: auto;
    margin-top: 25px;
}

.review-modal textarea {
    border: 0;
}

.review-modal .review__star {
    margin: 0;
    cursor: pointer;
}

.review-modal .review__star:not(:last-child) {
    padding-right: 5px;
}

@media (min-width: 768px) {
    .review-modal .modal-dialog {
        margin-top: 100px;
    }
}