#sr-form-title{
    font-size: 27px;
    color: #444;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.file_upload{
    display: block;
    position: relative;
    overflow: hidden;
}
.file_upload .button, .file_upload > mark{
    display: block;
    cursor: pointer;              /* example */
}
.file_upload .button{
    float: right;
    box-sizing: border-box;
    moz-box-sizing: border-box;
    width: 10em;
    height: 100%;
    text-align: center;
}
.file_upload > mark{
    background: transparent;     /* example */
    padding-left: 1em;            /* example */
}
@media only screen and ( max-width: 500px ){  /* example */
    .file_upload > mark{
        display: none
    }
    .file_upload .button{
        width: 100%
    }
}
.file_upload input[type=file]{
    position: absolute;
    top: 0;
    opacity: 0;
}

.rating-value{
    font-size: 16px;
    font-weight: bold;
}
.aggregate-rating, .rating-block {
    width: 150px;
    height: 32px;
}

.aggregate-rating, .aggregate-rating span, .rating-block, .rating-block span {  background: url("/catalog/view/theme/default/image/rating.png") repeat-x;  }

.ratingt1 {  background-position: 0 -90px;  }
.ratingt2 {  background-position: 0 -90px;  }
.ratingt3 {  background-position: 0 -90px;  }
.ratingt4 {  background-position: 0 0;  }
.ratingt5 {  background-position: 0 0;  }
.ratingt6 {  background-position: 0 0;  }
.ratingt7 {  background-position: 0 -484px;  }
.ratingt8 {  background-position: 0 -181px;  }
.ratingt9 {  background-position: 0 -181px;  }
.ratingt10 {  background-position: 0 -181px;  }
.ratingt11 {  background-position: 0 -181px;  }
.ratingt12 {  background-position: 0 -181px;  }
.ratingt13 {  background-position: 0 -181px;  }
.ratingt14 {  background-position: 0 -181px;  }
.ratingt15 {  background-position: 0 -181px;  }
.ratingt16 {  background-position: 0 -391px;  }

.rating-block input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.rating-block input[type="radio"].star-5:checked ~ span {  width: 100%;  }
.rating-block input[type="radio"].star-4:checked ~ span {  width: 80%;  }
.rating-block input[type="radio"].star-3:checked ~ span {  width: 60%;  }
.rating-block input[type="radio"].star-2:checked ~ span {  width: 40%;  }
.rating-block input[type="radio"].star-1:checked ~ span {  width: 20%;  }

.rating-block label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer;
}
.aggregate-rating p {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
}

 .ratingt1 label:hover ~ span {  background-position: 0 -120px;  }
 .ratingt2 label:hover ~ span {  background-position: 0 -120px;  }
 .ratingt3 label:hover ~ span {  background-position: 0 -150px;  }
 .ratingt4 label:hover ~ span {  background-position: 0 -30px;  }
 .ratingt5 label:hover ~ span {  background-position: 0 -30px;  }
 .ratingt6 label:hover ~ span {  background-position: 0 -60px;  }
 .ratingt7 label:hover ~ span {  background-position: 0 -453px;  }
 .ratingt8 label:hover ~ span {  background-position: 0 -216px;  }
 .ratingt9 label:hover ~ span {  background-position: 0 -216px;  }
 .ratingt10 label:hover ~ span {  background-position: 0 -252px;  }
 .ratingt11 label:hover ~ span {  background-position: 0 -323px;  }
 .ratingt12 label:hover ~ span {  background-position: 0 -323px;  }
 .ratingt13 label:hover ~ span {  background-position: 0 -359px;  }
 .ratingt14 label:hover ~ span {  background-position: 0 -252px;  }
 .ratingt15 label:hover ~ span {  background-position: 0 -288px;  }
 .ratingt16 label:hover ~ span {  background-position: 0 -420px;  }

.rating-block label.star-5:hover ~ span {  width: 100% !important;  }
.rating-block label.star-4:hover ~ span {  width: 80% !important;  }
.rating-block label.star-3:hover ~ span {  width: 60% !important;  }
.rating-block label.star-2:hover ~ span {  width: 40% !important;  }
.rating-block label.star-1:hover ~ span {  width: 20% !important;  }

.rating-block span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    -webkit-transition: -webkit-width 0.5s;
    -moz-transition: -moz-width 0.5s;
    -ms-transition: -ms-width 0.5s;
    -o-transition: -o-width 0.5s;
    transition: width 0.5s;
}
.text-right .aggregate-rating{
    float: right;
}
.text-center .aggregate-rating{
    margin: 0 auto;
}

.aggregate-rating span.aggregate {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    -webkit-transition: -webkit-width 0.5s;
    -moz-transition: -moz-width 0.5s;
    -ms-transition: -ms-width 0.5s;
    -o-transition: -o-width 0.5s;
    transition: width 0.5s;
}


.ratingt1 span {  background-position: 0 -150px;  }
.ratingt2 span {  background-position: 0 -120px;  }
.ratingt3 span {  background-position: 0 -150px;  }
.ratingt4 span {  background-position: 0 -60px;  }
.ratingt5 span {  background-position: 0 -30px;  }
.ratingt6 span {  background-position: 0 -60px;  }
.ratingt7 span {  background-position: 0 -453px;  }
.ratingt8 span {  background-position: 0 -252px;  }
.ratingt9 span {  background-position: 0 -216px;  }
.ratingt10 span {  background-position: 0 -252px;  }
.ratingt11 span {  background-position: 0 -359px;  }
.ratingt12 span {  background-position: 0 -323px;  }
.ratingt13 span {  background-position: 0 -359px;  }
.ratingt14 span {  background-position: 0 -288px;  }
.ratingt15 span {  background-position: 0 -288px;  }
.ratingt16 span {  background-position: 0 -420px;  }

.tmp-default .sr-list .image {  text-align: center;  }

.tmp-default .sr-list .image img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 767px) {
    .tmp-default .sr-list .image {
        float: left;
        padding: 0 15px;
    }
}
/*--------------------------------------------template default---------------------------------------------------------*/
.tmp-default.tmp-1 .td-author{width: 50%;}
.tmp-default.tmp-1 .fa-stack i {  font-size: 14px;  }

.rating-avg-hide{
    position: absolute;
    top: -100000px;
}

/*--------------------------------------------template 1---------------------------------------------------------*/
.tmp-default.tmp-2 .product-thumb .caption{
    min-height: 80px;
}
.tmp-default.tmp-2 .no-image .reply .caption{
    min-height: 70px;
}
@media (max-width: 767px) {
    .tmp-default.tmp-2 .product-thumb .caption{
        min-height: 0px;
    }
    .tmp-default.tmp-2 .no-image .reply .caption{
        min-height: 0px;
    }
}
/*--------------------------------------------template comment---------------------------------------------------------*/

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.tmp-comment .comment-list .row {
    margin-bottom: 0px;
}
.tmp-comment .comment-list .panel .panel-heading {
    padding: 16px 15px 0px 15px;
    position: absolute;
    border:none;

    border-top-right-radius:0px;
    top: 1px;
    background: #fff;
}
.tmp-comment .comment-list .panel .panel-heading.right {
    border-right-width: 0px;
    border-top-left-radius:0px;
    right: 16px;
    text-align: right;
}
.tmp-comment .comment-list .panel .panel-footer {
    border: none;
    border-top-right-radius: 0px;
    background: #fff;
    padding-top: 0px;

}
.tmp-comment .comment-list .panel .panel-body .panel-footer {
    padding: 0px 0px;
}
.tmp-comment .comment-list .panel .panel-footer.right {
    text-align: right;
}
.tmp-comment .comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}
.tmp-comment .comment-list figcaption {
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .tmp-comment .comment-list .arrow:after, .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    .tmp-comment .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    .tmp-comment .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        border-right-color: inherit;
        border-width: 16px;
    }
    .tmp-comment .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
    .tmp-comment .comment-list .panel.arrow.right:before {
        right: -16px;
        top: 30px;
        border-left-color: inherit;
        border-width: 16px;
    }
    .tmp-comment .comment-list .panel.arrow.right:after {
        right: -15px;
        top: 30px;
        border-left-color: #FFFFFF;
        border-width: 16px;
    }
}
.tmp-comment .comment-list .comment-post {
    margin-top: 6px;
}

.tmp-comment.tmp-2 .comment-list .panel .panel-heading {
    opacity: 0.5;
}
.tmp-comment.tmp-2 .comment-user,.tmp-comment.tmp-3 .comment-user{
    font-weight: bold;
}
.tmp-comment.tmp-3 .panel-footer .registered{
    opacity: 0.5;
    float: right;

}
.tmp-comment.tmp-3 .panel-footer.right .registered{
    float: left;
}
/*--------------------------------------------template review---------------------------------------------------------*/

.tmp-review.tmp-1, .comment {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.tmp-review.tmp-1 .comment-body {
    padding: 30px 0;
}
.tmp-review.tmp-1 .comment-meta .avatar {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    display: block;
}
.tmp-review.tmp-1 .comment-meta .avatar {
    float: left;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    background-color: #fff;
}
.tmp-review.tmp-1 .comment-author-info {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
}
.tmp-review.tmp-1 .comment-author .comment-user {
    font-style: normal;
    font-weight: bold;
}
.tmp-review.tmp-1 .comment-content {
    word-wrap: break-word;
}
.tmp-review.tmp-1 .comment-content {
    padding: 30px;
    border: 1px solid #c8c8c8;
}
.tmp-review.tmp-1 .comment-content {
    margin-top: 1.5em;
}
.tmp-review.tmp-1 .comment-content .rating{
    text-align: right;
}
.tmp-review.tmp-1 .comment-content .registered{
    float: left;
    color: #c8c8c8;
}