.image .product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.image .product-image-wrapper {
    background: #ffffff;
    border: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
    height: 150px;
    line-height: 1;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.image {
    background: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 150px;
}

.image .product-image-wrapper:hover .product-image {
    opacity: .5;
}
#customer-reviews{margin: 0!important;}
#customer-reviews .block-title{display: inline-block;}
#customer-reviews .block-title strong{
    font-weight: 600;
    font-size: 3rem;
}
#customer-reviews .wt-review{
    float:right;
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}
.review-item .rating-label{
    display: none;
}
.review-author--img{
    background: #83b7dd;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.review-details-value{
    display: inline-block;
    vertical-align:middle;
}
.review-title{
    margin: 0 0 10px!important;
    color: #555;
}
.review-ratings ~ .review-content, .review-ratings ~ .review-details{
   margin-left: 0!important;
}
.rating-summary .rating-result > span:before{
    font-size: 14px!important;
}
.rating-summary .rating-result:before{
    font-size: 14px!important;
}
.review-add{
    padding: 30px;
}
@media screen and (max-width:1025px){
    .review-add{
        width: 94%;
        padding: 0;
    }
    #Reviews_rating_label{
        display: none;
    }
    .review-fieldset .field{
        margin: 0!important;
    }
    .review-list .block-title strong{
        font-size: 2em;
    }
    .review-field-rating .control{
        height: 40px;
        margin-bottom: 0!important;
    }
}
.review-hide{
    display: none;
}
.product.info.detailed{
    position: relative;
}
.review-add .close{
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #333;
}
.review_bg{
    display: none;
    position: fixed;
    z-index: 988;
    background: rgba(51, 51, 51, 0.68);
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-control-vote:before,
.review-control-vote label:before{
    font-size: 24px;
}