.review-button-currier {
    margin: 30px 0;
}

.review-modal  .modal-header button.close {
    position: absolute;
    right: 50px;
    top: 45px;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.item-review-head {
    display: flex;
}
.item-review-head > div {
    flex: 0 0 50%;
    padding: 15px 0;
    text-align: left;
}
.review-head-name{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;

/* identical to box height */
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 0;
}
.review-head-date{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #8B8B8C;
}
.review-head2 {
    padding-bottom: 15px;
}

.review-rating {
    padding: 5px 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #4D4D4D;
}
.review-rating .fa-stack {
    width: 13px;
    height: 13px;
    line-height: 13px;
}
.review-rating .fa-star{
    font-size: 13px;
    color: #676F84;
}
.review-rating .fa-star.fa-star-z , .review-rating .fa-star-o.fa-star-z {
    font-size: 13px;
    color: #E5E5E5;
}
.review-rating > span {
    padding-right: 10px;
}
.item-review-foto {
    padding: 15px 0;
    margin:  0 -5px;
}
.item-review-foto > a {
    display: inline-block;
    padding: 5px;
    width: 30%;
}
.item-review-foto > a img {
    max-width: 100%;
    height: auto;
}

.review-modal .modal-dialog{
    width: 870px;
}

.review-modal .modal-header{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;

padding: 50px 45px 45px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--title);
}
.review-modal-body {
    padding: 45px;
}

.review-modal  .modal-body textarea {
    resize: none;
    border: 1px solid #000 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding :10px  20px !important;
}
.review-modal .modal-body .form-group.textarea label {
    top: 21px;
}


/* line 2658, ../sass/main.scss */
.reviewStars-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 15px 0px;
}
/* line 2670, ../sass/main.scss */
.reviewStars-input label {
    color: #E5E5E5;
    cursor: pointer;
    font-size: 21px;
    margin: 0px 5px;
}
/* line 2675, ../sass/main.scss */
.reviewStars-input label:hover {
    color: #676F84;
}
/* line 2676, ../sass/main.scss */
.reviewStars-input label:hover ~ label {
    color: #676F84;
}
/* line 2682, ../sass/main.scss */
.reviewStars-input input {
    display: none;
}
/* line 2684, ../sass/main.scss */
.reviewStars-input input:checked {
    color: #676F84;
}
/* line 2686, ../sass/main.scss */
.reviewStars-input input:checked ~ label {
    color: #676F84;
}
.wrap-star-rating {
    padding: 0 0 45px 0;
}
.rating-title{
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--black);
    mix-blend-mode: normal;
    opacity: 0.7;
}
.rating-title2{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--title);
}

.review-modal .form-horizontal .control-label {
    padding-top: 0;

}
.big-link {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 4px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--title);

}
.review-modal .form-group-link {
    margin-bottom: 45px;
}
.form-group-file{
    margin: 0 -15px;
}
.wrap-upload-file{

    padding-bottom: 15px;

}
.wrap-upload-file span{
    padding-right: 15px;
}

#review-modal .field-error.field-error  input, #review-modal .field-error.field-error  textarea{
    border: 1px solid #862633!important;
}
#review-modal  .rating-error.field-error.field-error  input{
    border: 0;
    color: #862633;
    text-align: center;
}

.star-rating .rating-error.field-error.field-error {
    border: 0;
    color: #862633;
    text-align: center;
}


.col-rating-info {
     font-size: 13px;
    padding: 0 5px 30px 0;
    color: #676F84;
}
.col-rating-info .fa-stack, .col-category-rating-info .fa-stack  {
    width: 12px;
    height: 12px;
    line-height: 10px;
}
.full-rating {
    padding-left: 10px;
}
.full-rating a{
    text-decoration: underline!important;
}
.total-review {
    color: var(--title);
    opacity: .8;
}
.col-category-rating-info {
    font-size: 13px;
    padding:0 ;
    margin: 15px 0 5px 0;
    color: #676F84;
    text-align: center;
    min-height: 20px;
}

@media screen and (max-width: 767px) {
.modal-reg-auth.review-modal .modal-header {
    padding: 15px 40px 15px 40px !important;
}
}


@media screen and (max-width: 600px) {
    .desc-wrapper .toggle-btn {
        margin-top: 40px;
         padding-top: 0;
         border-top: 0px solid #e5e5e5;
    }

    .review-rating > span {
    display: block;
    width: 100%;
}


    .review-modal .modal-dialog {
        width:90%;
    }

    .row-review-form {
        display: flex;
        flex-direction: column;
    }
    .col-review-info{
        order: 2;
    }
    .col-review-rating{
        order: 1;
    }

}
