.form.testimonials{
    border-radius: 5px;
    margin-bottom: 5px;
}
.form.testimonials .required{
    color: #2C1F16;
}
.form.testimonials label{
    font-size: 14px;
    font-weight: 700;
}
.testimonial-block {
    /*margin-bottom: 25px;*/
}
.form.testimonials input{
    width: 100%;border: 1px solid #797979;
}
.form.testimonials textarea.input-text{
    width: 100%;
    height: 325px;
    font-size: 15px;
    padding: 10px;border: 1px solid #797979;
}
.form.testimonials .input-text{
    /*height: 22px;*/
}
.form.testimonials .control{
    /* margin-top: 5px; */
    margin-bottom: 20px;position: relative;
}
.form.testimonials select {
    font-size: 15px;border: 1px solid #797979;
}
.form.testimonials #products {
    width: 100%;
    max-height: 75px;
}
form.testimonials {
    background-color: #ffffff;
}
form.testimonials .orderagain .control{
    display: inline-block;
}
form.testimonials .orderagain .control label{
    font-size: 20px;
    color: #dfdfdf;
}
form.testimonials input[type="radio"]{
    /*display: none;*/
    height: 0;
    width: 0;
}
.review-content.order-againt-yes,
form.testimonials .orderagain label.fa.fa-thumbs-up:hover,
#orderagain-yes:checked+label{
    color: green;
}
form.testimonials .orderagain label.fa.fa-thumbs-down:hover,
#orderagain-no:checked+label{
    color: red;
}
.form.testimonials .field div.mage-error {
    
background: #ee0101;
color: #fff;
width: auto;
font-family: tahoma;
font-size: 11px;
border: 2px
solid #ddd;
box-shadow: 0px 0px 6px #000;
-moz-box-shadow: 0px 0px 6px #000;
-webkit-box-shadow: 0px 0px 6px #000;
padding: 4px
10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
cursor: pointer;position: absolute;
    top: -40px;left: 100%;
    margin: 0 0px 0 -50px;
    white-space: nowrap;
    opacity: 0.87;
    z-index: 9;
}
.form.testimonials .field div.mage-error:before {   
    content: ''; 
    position: absolute;
    width: 8px;
    height: 8px;
    left: 17px;
    bottom: -6px;
    background: rgba(255, 255, 255, 0.7);    
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.47);
    transform: rotate(45deg);    
}
.form.testimonials .field div.mage-error:after {   
  content: ''; 
    position: absolute; 
    left: 11px; bottom: -15px; 
    border: 10px solid transparent; 
    border-top: 10px solid #ee0101; 
}
.form.testimonials .review-field-rating .field-error, .form.testimonials .review-field-rating div.mage-error[generated] {
    margin-top: -10px;margin-left: 70px;left: 0;
}
.form.testimonials .submit-block{
    /*margin-top: 20px;*/
}
.form.testimonials .legend{
    font-size: 20px;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
}
.form.testimonials .products-selector{
    display: none;
}
.form.testimonials .required label:after{
    content: " *";
    color:red;
}
.form.testimonials .review-control-vote label:after,
#orderagain label:after{
    content: "";
}
.required-legend{
    color: red;
}
.rating-legend-wrapper{
    height: 34px;
}
.review-field-rating {
    position: relative!important;
}
.rating-legend {
    font-size: 20px;
    font-weight: 900;
    margin-top: 0;position: absolute;top: -4px;left: 85px;
    
}
.testimonials-list .testimonial {
    padding: 0;
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e3e3e3;
}
.testimonials-list .testimonial:last-child {
    border-bottom: none;
}
.testimonials-list .testimonial blockquote {
    padding: 0;
    margin: 0;font-style: normal;
}
.more-button {
    margin: 10px 100px 40px;
    font-size: 14px;
    float: right;
}
.testimonials-list .testimonial .message{
    border: solid 1px gray;
    border-radius: 27px;
    -webkit-border-radius: 7px;
    padding: 20px;
    background-color: #f7fbfd;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
}
.testimonials-list .testimonial::after {
    display: none;
}

.testimonials-list .font-amazing {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonials-list .related-title{
    margin: 0;
    font-size: 14px;
    color: #8c8a8c;
}
.testimonials-list .message .comment{
    font-size: 18px;
}
.testimonials-list .testimonial .date {
    font-size: 14px;
    font-weight: normal;
    color: #8c8a8c;
}
.testimonial-related-products{
    float: right;
    margin: 0;
    padding: 0;
}
.testimonial-related-products ul {
    display: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0;
    /* overflow: hidden; */
    /* overflow-x: scroll; */
}
.testimonial-related-products .related-list {
    margin: 10px 17px 0 0;
    /* border: 2px solid #e1e1e1; */
}

.testimonial-related-products li{
    /* display: flex; */
    /* list-style-type: none; */
    text-align: center;
    /* width: 100%; */
    /* margin: 10px 5px; */
}
.testimonial-related-products img{
    height: 130px;width: auto!important;margin: 0 auto 10px;
}
.testimonial-related-products .product-title{
    /* width: 80px; */
}

.tst-wrap.select{
    position: absolute;
    width: 270px;
    padding: 0;
    margin: -20px 0 18px;
}
.tst-wrap.result{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 18px;
}
.testimonial-related-products .count-note {
    float: right;
    padding: 5px 10px;
    font-size: 13px;
    color: #449fc3;
}
.products-search-result {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid gray;
    border-radius: 0 0 5px 5px;
    width: 100%;
    font-size: 12px;
    z-index: 105;
}
.products-search-result ul{
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}
.products-search-result li{
    padding: 0;
    display: block;
    cursor: pointer;
}
.products-search-result img{
    width: 25%;
    margin-bottom: -15px;
}
.products-search-result div.title{
    vertical-align: top;
    padding: 10px 0 0 10px;
    display: inline-block;
    width: 75%;
}
.products-search-result li.selected{
    color: darkgreen;
    font-weight: bold;
}

.products-links {
    width: 100%;
    font-size: 10px;
}
.products-links ul{
    margin: 0;
}
.products-links li{
    padding: 0;
    display: block;
}
.products-links img{
    width: 25%;
    margin-bottom: -15px;
}
.products-links div.title{
    vertical-align: top;
    padding: 10px 0 0 10px;
    display: inline-block;
    width: 65%;
}
.products-links div.remove-item{
    vertical-align: top;
    color: red;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: 12px;
    width: 12px;
    padding-top: 1px;
    margin-top: 10px;
}
.products-links div.remove-item:hover{
    color:white;
    background-color: red;
    border-radius: 25px;
}

@media (max-width: 993px) {
    .review-field-rating{
        height: 100px;
    }
    .review-control-vote label {
        /*position: relative;*/
    }
    .products-search-result img,
    .products-links img{
        width: 7%;
        margin-bottom: -15px;
        max-height: 80px;
    }
    .products-links {
        font-size: 14px;
    }
    .products-links div.title {
        padding: 15px 0 0 10px;
    }
    .form.testimonials .field {
        margin-top: 20px;
    }
    .testimonials-list .ms-rating-block {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }
}


@media (max-width: 767px) {
    .form.testimonials .field div.mage-error {
        left:50px;!important;

    
    }
    .testimonial-related-products .related-list {margin: 10px 27px 0;}
    
}

.testimonials-list .general-subtitle{
    margin-bottom: 15px;
    font-size: 13px;
}

.testimonials-list .testimonial .message {
    position: relative;
    background: #f6f6f6;
    border: 1px solid #ccc7c7;
    margin-bottom: 30px;
}
.testimonials-list .testimonial .message:after, .testimonials-list .testimonial .message:before {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testimonials-list .testimonial .message:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f6f6f6;
    border-width: 12px;
    margin-left: -25px;
}
.testimonials-list .testimonial .message:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ccc7c7;
    border-width: 13px;
    margin-left: -26px;
}

.testimonials-list .ms-rating-block{
    /*padding-top: 20px;*/
    text-align: center;
}
.testimonials-list .ms-rating-block .review-content{
    font-size: 31px;font-style: normal;
    font-weight: bolder;
}
.testimonials-list .border-rignt{
    border-right: 2px solid #cac6c6;
}
.testimonials-list .ms-rating-block .review-content.rt-1{color: black;}
.testimonials-list .ms-rating-block .review-content.rt-2{color: #00bfff;}
.testimonials-list .ms-rating-block .review-content.rt-3{color: #94cc23;}
.testimonials-list .ms-rating-block .review-content.rt-4{color: green;}
.testimonials-list .ms-rating-block .review-content.rt-5{color: red;}
.testimonials-list .ms-rating-block .review-title{
    font-weight: 700;
    margin-bottom: 5px;text-transform: none;font-style: normal;
}
.testimonials-list .ms-rating-block .review-title{
    font-weight: normal;font-size: 14px;
}

.testimonials-list .ms-rating-block div {
    margin-bottom: 30px;
}

.testimonials-list .ms-message-block{
    margin-bottom: 20px;
    /* padding: 0; */
}
.testimonials-list .ms-message-block .info{
    /* padding: 0; */
}
.testimonials-list .author-block{
    padding: 0;
    font-size: 14px;
}
.testimonials-list .author-block p{
    padding: 0;
    margin: 0 0 4px 0;;
}
.author-block .organization,
.author-block .address{
    color: #8c8a8c;
}
.testimonials-list .author-block .customer-name{
    color: #000000;
}


/* Product Shop */
.review-control-vote {overflow: visible;}
.review-control-vote:before { color: #dfdfdf;content: "\f005" "\f005" "\f005" "\f005" "\f005";display: block;font-family: "FontAwesome";font-size: 25px;font-style: normal;font-weight: normal;height: 25px;letter-spacing: 10px; line-height: 25px; position: absolute;vertical-align: top;z-index: 1;}
.review-control-vote label::before {color: #f78308;;font-family: "FontAwesome";font-size: 25px;font-style: normal;font-weight: normal;height: 25px;letter-spacing: 10px;line-height: 25px;opacity: 0;vertical-align: top;}
.review-control-vote input[type="radio"] {border: 0 none;clip: rect(0px, 0px, 0px, 0px); height: 1px;margin: -1px;overflow: hidden; padding: 0;position: absolute;width: 1px;}
.review-control-vote label span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute; width: 1px;}
.review-control-vote label {cursor: pointer;display: block;position: absolute;}
.review-control-vote .rating-1 {z-index: 6;}
.review-control-vote .rating-2 {z-index: 5;}
.review-control-vote .rating-3 {z-index: 4;}
.review-control-vote .rating-4 {z-index: 3;}
.review-control-vote .rating-5 {z-index: 2;}
.review-control-vote .rating-1:before {content:"\f005";}
.review-control-vote .rating-2:before { content: "\f005" "\f005";}
.review-control-vote .rating-3:before {content: "\f005" "\f005" "\f005";}
.review-control-vote .rating-4:before {content: "\f005" "\f005" "\f005" "\f005";}
.review-control-vote .rating-5:before {content: "\f005" "\f005" "\f005" "\f005" "\f005";}
.review-control-vote label:hover:before {opacity: 1;}
.review-control-vote input[type="radio"]:focus + label::before, .review-control-vote input[type="radio"]:checked + label::before {opacity: 1;}


