@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }

/****** Style Star Rating Widget *****/

.rating {
    float: left;
    border: 2px solid #27c7d8;
    padding: 10px;
    border-radius: 10px;
}
.rating-img-auth{
    width: 75px;
}
.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.rating-img{
    right: 6px;
    position: absolute;
    top: 40px;
}
.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #27c7d8; cursor: pointer;   } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #27c7d8;
    cursor: pointer;  }
.fs-22{
    font-size: 22px;
}
.text-standart{
    text-transform: none !important;
    margin-top: 10px;
    font-size: 15px;
}
.rating-widget textarea.form-control.textarea--height-100{
    box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px;
}
.write-review{
    background-color: #5d7476;
    margin-left: 15px;
    float: right;
}
.progress-bar-rating {
    background-size: 40px 40px;
    background-color: #5d7476;
}
.verified-item {
    font-size: 12px;
    border-radius: 10px;
    background-color: #77b900;
}
.text-marker {
    display: inline-block;
    padding: 0 7px;
    color: #fff;
}
.free-shipping-progress-bar.progress-bar.active.progress-bar-rating span{
    font-size: 10px;
}
