.write-review-title {
    color: #141737;
    font-size: 16px;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 16px;
}

.write-review-form {
    display: flex;
    justify-content: space-between;
}

.write-review-input {
    width: calc(50% - 12px);
}

.write-review-input .form-group{
    margin-bottom: 24px;
}

.write-review-rating {
    width: calc(50% - 12px);
}

.write-review-rating>.rating {
    height: 78px 
}

.write-review-rating .rating.set-rating{
    margin-top: 0;
}

.write-review-form label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-bottom: 8px;
    padding-top: 0;
}

.write-review-form label::after,
.write-review-captcha .captcha legend::after {
    content: "*";
    color: #D33040;
    position: relative;
    left: 3px;
    top: 3px;
}

.write-review-form input {
    border-radius: 4px;
    border: 1px solid #E8EBF0;
    background: #FFFFFF;
    height: 46px;
    width: 100%;
    margin: 0;
}

.write-review-form textarea {
    border-radius: 4px;
    border: 1px solid #E8EBF0;
    background: #FFFFFF;
    width: 100%;
    margin: 0;
}

.review_file {
    padding-top: 24px;

}

.review_file .reviewimage-title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-bottom: 8px;
}

.review_file .webuploader-pick {
    padding: 0;
    width: 82px;
    height: 82px;
}

.review_file .webuploader-pick input {
    height: 82px;
    width: 82px;
    border: 1px dashed #CCCFD7;
}

.review_file .webuploader-pick .glyphicon-plus:before {
    font-size: 19px;
    color: #999DA8;
    font-weight: normal;
    font-family: 'Roboto';
}

.review_file .webuploader-pick .glyphicon-plus {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 3px);
}

.review_file .reviewimage-list {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.review_file .reviewimage-list .fileup-btn {
    width: 98px;
}

#imagelistReview {
    display: flex;
    align-content: center;
    width: calc(100% - 98px);
    position: relative;
}

#imagelistReview div.filedes {
    position: relative;
}

#imagelistReview div.fileupdes_title {
    display: none;
}

#imagelistRevie .filestatus {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
}

#imagelistReview div.filestatus_remove {
    position: absolute;
    top: 3px;
    right: 14px;
    font-size: 14px;
    cursor: pointer;
}

#imagelistReview div.thumb-img {
    height: 82px;
    width: 82px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
    border-radius: 4px;
    border: 1px solid #E8EBF0;
}

#imagelistReview .filestatus {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

.write-review-form small.error{
    color: #D33040;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid transparent;
    background-color: transparent;
}

.write-review-captcha {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.write-review-captcha .captcha label.col-sm-2 {
    width: 30%;
    display: none;
}

.write-review-captcha .captcha div.col-sm-10 {
    width: 70%;
    padding: 0;
}

.write-review-captcha .captcha legend {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}

.write-review-captcha>div {
    width: 50%;
}

.captcha .form-group,
.captcha fieldset {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bumit-review {
    text-align: left;
}

.bumit-review .btn-primary {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 400;
    padding: 7px 12px;
    position: relative;
    left: 9px;
    line-height: 22px;
}