.mThumbnailScroller{touch-action:initial!important;-ms-touch-action:initial!important;}
.widget-rating { 
  border: none;
  font-size: 14px;
  float:left;
}
.widget-rating.static{display:block;float:none;margin:0 auto;display:inline-block;text-align:center;vertical-align:middle;}

.widget-rating > input { display: none; } 
.widget-rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.widget-rating.static > label:before{margin:2px;}
.widget-rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.widget-rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.widget-rating:not(.static) > input:checked ~ label, /* show gold star when clicked */
.widget-rating:not(.static):not(:checked) > label:hover, /* hover current star */
.widget-rating:not(.static):not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.widget-rating:not(.static) > input:checked + label:hover, /* hover current star when changing rating */
.widget-rating:not(.static) > input:checked ~ label:hover,
.widget-rating:not(.static) > label:hover ~ input:checked ~ label, /* lighten current selection */
.widget-rating:not(.static) > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.widget-rating.star-1 > label:nth-child(n+5),
.widget-rating.star-2 > label:nth-child(n+4), 
.widget-rating.star-3 > label:nth-child(n+3), 
.widget-rating.star-4 > label:nth-child(n+2), 
.widget-rating.star-5 > label:nth-child(n) { color: #eab323;  }


.review-star-container:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    content: ".";
}
.review-star-container{clear:both;margin:0;}
.review-star{float:left;margin-right:15px;}
.review-options{margin-top:10px;}
.review-icons{    position: absolute!important;
    top: 3px;
    right: 4px;font-size:12px;}
    .review-icons .verified{color:#E48931;}

    
/* Questions */
.widget-question-box{position:relative;margin:10px 0;}
.widget-question-box.empty{margin:2% 0 10px;}
.widget-question-box input[name="question"]{
    display: block;
    padding: 5px;
    margin-top: 15px
}


.widget-question-box button[type="submit"] {
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    font-size: 30px;
    margin: auto;
    min-width: 29px;
    max-width: 50px;
    width: 96%;
    height: 37px;
    border: 0;
    background: transparent;
    padding: 0
}

.widget-question-box button[type="submit"] i{
    color: #DDD;
    transition: color,0.2s,ease-in;
    font-size: 30px !important
}

.widget-question-box button[type="submit"] i:hover {
    color: #898989
}

.widget-question-box  input[type="text"] {
    display: block !important;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    margin: 10px 0 20px;
    width: 96%;
    border: 0;
    float: none;
    font-weight: normal;
    padding: 1.5% 2%;
    box-shadow: inset 2px 2px 2px rgba(216,216,216,1),inset -2px -2px 2px rgba(216,216,216,1);
    -moz-box-shadow: inset 2px 2px 2px rgba(216,216,216,1),inset -2px -2px 2px rgba(216,216,216,1);
    -webkit-box-shadow: inset 2px 2px 2px rgba(216,216,216,1),inset -2px -2px 2px rgba(216,216,216,1);
    transition: box-shadow .2s ease-in
}
.widget-question-box input[type="text"]:focus{border:1px solid #000;}

.answer_block h3{margin-top:0;}

.answer_block .submitted{padding-left:4%;font-size:12px;font-style:italic;}
.answer_block .submitted .customer_service{}
.answer_block p i{font-size: 10px;vertical-align: super;padding: 0 5px;}

.question-block{margin:10px auto 20px;}
.question-block .question-text{font-size:20px;font-weight:bold;}

.widget-helpful{font-size:11px;}


.review-images{margin:10px;}
.review-images .wrap{max-height:80px;height:80px;width:80px;max-width:80px;display:block;border:1px solid #DDD;}
.review-images .wrap img{width:100%;height:100%;}

#questions .question-block{overflow:hidden;position:relative;}
#questions .question-block:nth-child(odd)>i {
    color: white;
}
#questions .question-block:nth-child(even)>i {
    color:#FFFBEF;
    }
#questions .question-block>i   { position: absolute;
    font-size: 190px;
    left: -3%;
    top: -13%;
}

/**
 * -----------------------------------
 * @section Mobile View
 * -----------------------------------
 */
@media screen and (max-width: 570px) {
    .widget-question-box input[name="question"] {
        display: none;
        padding: 10px 2px;
        width: 96%
    }
    .widget-rating>label{font-size:10px;}
}
