/*
 * Copyright © Aitoc. All rights reserved.
 */
.review-field-rating{
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.review-field-rating .rating-name{
    display: block;
    left: 230px;
    position: absolute;
    bottom: 22px;
}

.rating-results{
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
}

.rating-mark-box{
    overflow: hidden;
    width: 340px;
    float: left;
    margin-bottom: 15px;
}

.review-button .rb-title{
    font-weight: bold;
    padding: 5px 0 7px 0;
}

.rating-bar-label{
    float: left;
    width: 50px;
    margin: 10px 5px 0 0;
}

.rating-bar-wrapper{
    float: left; margin-top: 10px;
}

.rating-bar{
    width: 200px;
    border: 1px solid #ccc;
    height: 25px;
}

.rating-bar-filling{
    height: 100%;
    background-color: #ffcc00
}

.rating-percents{
    float: left;
    margin: 10px 0 0 5px;
}

.rate-wrapper{
    clear: both;
}

.review-list .rating-summary{
    position: relative;
    display: flex;
}

.review-item .review-title{
    margin-bottom: 0px;
}

.review-item .review-content{
    margin-left: 0;
    overflow: hidden;
    clear: both;
}

.review-item .review-details{
    overflow: hidden;
    float: left;
}

.review-item .rating-summary .rating-label{
    padding-right: 15px;
}

.review-item .review-details-ratings-box{
    overflow: hidden;
    clear: both;
    line-height: 40px;
    min-width: 16%;
}

.review-item .review-details-ratings-box .review-ratings{
    float: left;
    line-height: normal;
}

.review-item .review-details-ratings-box .rating-label{
    padding-top: 0;
    padding-right: 7px;
    min-width: 60px;
    margin-right: auto;
    word-break: break-word;
}

.review-item .review-details-verified{
    margin-right: 15px;
    color: #3e7505;
    position: relative;
    padding-left: 20px;
}

.review-item .review-details-verified svg{
    position: absolute;
    top: 0px;
    left: 0;
    fill: #3e7505;
}

.review-item .review-short{
    overflow: hidden;
    clear: both;
    margin: 20px 0;
}

.review-item .review-short div span{
    line-height: 24px;
}

.review-item .review-short .good-exp{
    color: #3e7505;
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}

.review-item .review-short .good-exp span svg{
    position: absolute;
    top: 4px;
    left: 0;
    fill: #3e7505;
}

.review-item .review-short .bad-exp{
    color: #d0021b;
    position: relative;
    padding-left: 25px;
}

.review-item .review-short .bad-exp span svg{
    position: absolute;
    top: 4px;
    left: 0;
    fill: #d0021b;
}

.review-item .actions-toolbar .primary a{
    line-height: 30px;
    margin-left: 5px;
}

.review-item .review-form-actions .actions-primary{
    line-height: 30px;
    padding-right: 10px;
}

.review-item .actions-toolbar .submit{
    padding: 3px 10px 4px 10px;
    margin: 0 0 0 10px;
}

.review-item .actions-toolbar .submit span{
    font-size: 1.2rem
}

.review-item .actions-primary p{
    display: inline;
    margin: 0;
}

.aitoc_review_image {
    max-width: 100%;
    vertical-align: middle;
}

.row_image {
    height: 30px;
    max-width: 305px;
}

.general_button{
    display: block;
    height: 25px;
    position: relative;
    width: 25px;
    text-align: center;
}

.general_button:after{
    color:#e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px;
}

.add_button:after{
    content: "+";
    right: 0;
    top: -5px;
    font-size: 25px;
    color:#83d244;
}
.remove_button {
    text-align: center;
}
.remove_button:after{
    font-size: 16px;
    content: "✕";
    right: 0;
    top: 0;
    color : #ff4d4d;
    font-weight: bold;
}

.general_button:hover{
    cursor: pointer;
    color:#0088cc;
}

.upper-control{
    height: 30px;
    max-width: 305px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.order-review-products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.order-review-products .product-container {
    width: 25%;
    border: 1px solid #c1c1c1;
    text-align: center;
}

.order-review-products .product-container img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.order-review-products .product-name-container {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 20px;
}

.order-review-products .product-review-btn-container {
    display: inline-block;
    text-align: center;
    margin: 20px 5px;
    padding: 6px 22px;
    color: #c1c1c1;
    font-size: 17px;
    border: 1px solid #c1c1c1;
}


.rating-summary .rating-result>span:before { 
    background: url('../images/stars-sprite.png') no-repeat;
    position: relative;
    z-index: 2;
    height: 17px;
    content: '';
    display: block;
    speak: none;
    background-position: 0 -17px;
}

.rating-summary .rating-result>span {
    display: block;
    overflow: hidden;
}

.rating-summary .rating-result {
    width: 80px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.rating-summary .rating-result:before { 
    background: url('../images/stars-sprite.png') no-repeat;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 16px;
    content: '';
    speak: none;
}
 
