
.reviews-wrapper {
    max-width: 800px;
}
.reviews-wrapper .reviews-title {
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
    padding: 8px 10px;
    color: #636363;
}
.reviews-wrapper .reviews-title:after {
    display: table;
    content: "";
    clear: both;
}
.reviews-wrapper .reviews-title .fa {
    font-size: 24px;
    margin-right: 8px;
    line-height: 22px;
    float: left;
}
.reviews-wrapper .reviews-title span {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    float: left;
}
.reviews-wrapper .reviews-content {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 20px 20px 12px 20px;
}
.reviews-wrapper .reviews-content .reviews-product-wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.reviews-wrapper .reviews-content .reviews-product-wrapper:after {
    display: table;
    content: "";
    clear: both;
}
.reviews-wrapper .reviews-content .reviews-product-wrapper .reviews-product-img {
    float: left;
    margin-right: 20px;
    width: 110px;
}
.reviews-wrapper .reviews-content .reviews-product-wrapper .reviews-product-img img {
    max-width: 100%;
    height: auto;
}
.reviews-wrapper .reviews-content .reviews-product-wrapper .reviews-product-desc {
    float: left;
    width: calc(100% - 130px);
}
.reviews-wrapper .reviews-content .reviews-product-wrapper .reviews-product-title {
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
}
.reviews-wrapper .reviews-content .reviews-product-wrapper .reviews-product-price {
    padding: 12px 0;
    font-size: 28px;
    font-weight: bold;
}
.reviews-wrapper .reviews-content .reviews-product-wrapper .reviews-go-to-product a {
    font-size: 14px;
    color: #0063c3;
    text-decoration: underline;
}
.reviews-wrapper .reviews-content .reviews-product-wrapper .reviews-go-to-product a:hover {
    text-decoration: none;
}
.reviews-wrapper .reviews-content .reviews-list {
    padding-bottom: 5px;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-number:after {
    display: table;
    content: "";
    clear: both;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-number .rateit {
    float: left;
    width: 105px;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-number .review-votes {
    float: left;
    color: #0063c3;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .review-out-of-stars {
    color: #0063c3;
    font-size: 12px;
    margin-top: 4px;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated {
    padding: 10px 0 22px 0;
    margin-bottom: 22px;
    border-bottom: 1px solid #e9e9e9;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated:after {
    display: table;
    content: "";
    clear: both;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-left {
    width: 230px;
    float: left;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-left ul li {
    list-style-type: none;
    padding: 0;
    margin: 3px 0;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-left ul li em {
    display: inline-block;
    height: 15px;
    line-height: 17px;
    font-style: normal;
    color: #0063c3;
    font-size: 12px;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-left ul li em:first-of-type {
    width: 40px;
    text-align: left;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-left ul li em:last-of-type {
    width: 30px;
    text-align: right;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-left ul li span {
    display: inline-block;
    height: 17px;
    background-color: #f2f2f2;
    width: 105px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-left ul li span span {
    display: inline-block;
    background-color: yellow;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: rgba(255, 219, 39, 1);
    background: -moz-linear-gradient(top, rgba(255, 219, 39, 1) 0%, rgba(255, 200, 0, 1) 5%, rgba(255, 170, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 219, 39, 1)), color-stop(5%, rgba(255, 200, 0, 1)), color-stop(100%, rgba(255, 170, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 219, 39, 1) 0%, rgba(255, 200, 0, 1) 5%, rgba(255, 170, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 219, 39, 1) 0%, rgba(255, 200, 0, 1) 5%, rgba(255, 170, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 219, 39, 1) 0%, rgba(255, 200, 0, 1) 5%, rgba(255, 170, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 219, 39, 1) 0%, rgba(255, 200, 0, 1) 5%, rgba(255, 170, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb27', endColorstr='#ffaa00', GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-right {
    width: calc(100% - 230px);
    float: left;
    padding-top: 3px;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-right .write-a-review {
    padding-top: 15px;
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-right .write-a-review button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #111;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    background: #f6f7f9;
    background: -moz-linear-gradient(top, #f6f7f9 0%, #e8eaec 100%);
    background: -webkit-linear-gradient(top, #f6f7f9 0%,#e8eaec 100%);
    background: linear-gradient(to bottom, #f6f7f9 0%,#e8eaec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f9', endColorstr='#e8eaec',GradientType=0 );
}
.reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-right .write-a-review button:hover {
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
    background: #e6e9ef;
    background: -moz-linear-gradient(top, #e6e9ef 0%, #dadde2 100%);
    background: -webkit-linear-gradient(top, #e6e9ef 0%,#dadde2 100%);
    background: linear-gradient(to bottom, #e6e9ef 0%,#dadde2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e9ef', endColorstr='#dadde2',GradientType=0 );
}
.reviews-wrapper .reviews-content .reviews-list .review {
    margin: 25px 0;
}
.reviews-wrapper .reviews-content .reviews-list .review:after {
    display: table;
    content: "";
    clear: both;
}
.reviews-wrapper .reviews-content .reviews-list .review .review-left {
    float: left;
    width: 100px;
}
.reviews-wrapper .reviews-content .reviews-list .review .review-left img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.reviews-wrapper .reviews-content .reviews-list .review .review-right {
    float: left;
    width: calc(100% - 100px);
    padding-top: 7px;
}

.reviews-wrapper .reviews-content .reviews-list .review .review-right .review-stars {
    float: left;
    padding-right: 6px;
}

.reviews-wrapper .reviews-content .reviews-list .review .review-right .review-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 4px
}
.reviews-wrapper .reviews-content .reviews-list .review .review-right .review-author-date {
    font-size: 12px;
    padding: 1px 0 6px;
}

.reviews-wrapper .reviews-content .reviews-list .review .review-right .review-content {
    font-size: 12px;
}
.reviews-wrapper .reviews-footer {
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
    padding-top: 12px;
}
.reviews-wrapper .reviews-footer:after {
    display: table;
    content: "";
    clear: both;
}
.reviews-wrapper .reviews-footer .number-of-reviews {
    width: 70%;
    text-align: left;
    float: left;
    padding-top: 4px;
    font-size: 12px;
}
.reviews-wrapper .reviews-footer .reviews-controls {
    width: 30%;
    text-align: right;
    float: left;
}
.reviews-wrapper .reviews-footer .reviews-controls a .fa {
    color: #909090;
    font-size: 22px;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}
.reviews-wrapper .reviews-footer .reviews-controls a:hover .fa {
    color: #0063c3;
}
.reviews-wrapper .reviews-footer .reviews-controls a:first-of-type .fa {
    margin-right: 10px;
}
.reviews-wrapper .reviews-content .write-review .write-review-product-wrapper {
    padding-bottom: 15px;
}
.reviews-wrapper .reviews-content .write-review .write-review-product-wrapper:after {
    display: table;
    content: "";
    clear: both;
}
.reviews-wrapper .reviews-content .write-review .write-review-product-wrapper .write-review-product-img {
    float: left;
    margin-right: 8px;
    width: 70px;
}
.reviews-wrapper .reviews-content .write-review .write-review-product-wrapper .write-review-product-img img {
    max-width: 100%;
    height: auto;
}
.reviews-wrapper .reviews-content .write-review .write-review-product-wrapper .write-review-product-title {
    float: left;
    padding-top: 27px;
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 78px);
}
.reviews-wrapper .reviews-content .write-review > div {
    margin-bottom: 17px;
}
.reviews-wrapper .reviews-content .write-review .write-review-button {
    text-align: right;
    margin-bottom: 0;
}
.reviews-wrapper .reviews-content .write-review label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
}
.reviews-wrapper .reviews-content .write-review label em {
    font-style: normal;
    color: #cf0000;
}
.reviews-wrapper .reviews-content .write-review input {
    display: block;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    width: 60%;
    padding: 0 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.reviews-wrapper .reviews-content .write-review input.error {
    border: 1px solid #cf0000;
    -moz-box-shadow: 0px 0px 5px rgba(207, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(207, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(207, 0, 0, 0.3);
}
.reviews-wrapper .reviews-content .write-review .error-message {
    color: #cf0000;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.reviews-wrapper .reviews-content .write-review .rate-message {
    color: #757575;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.reviews-wrapper .reviews-content .write-review textarea {
    display: block;
    border-radius: 3px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
    .reviews-wrapper .reviews-content .write-review button {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: none;
        cursor: pointer;
        color: #111;
        font-size: 14px;
        font-weight: bold;
        padding: 8px 15px;
        font-family: Arial, Helvetica, sans-serif;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
        border-color: #adb1b8 #a2a6ac #8d9096;
        border-style: solid;
        border-width: 1px;
        background: #f6f7f9;
        background: -moz-linear-gradient(top, #f6f7f9 0%, #e8eaec 100%);
        background: -webkit-linear-gradient(top, #f6f7f9 0%,#e8eaec 100%);
        background: linear-gradient(to bottom, #f6f7f9 0%,#e8eaec 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f9', endColorstr='#e8eaec',GradientType=0 );
    }
        .reviews-wrapper .reviews-content .write-review button:hover {
            -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
            -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
            box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
            background: #e6e9ef;
            background: -moz-linear-gradient(top, #e6e9ef 0%, #dadde2 100%);
            background: -webkit-linear-gradient(top, #e6e9ef 0%,#dadde2 100%);
            background: linear-gradient(to bottom, #e6e9ef 0%,#dadde2 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e9ef', endColorstr='#dadde2',GradientType=0 );
        }
@media screen and (max-width: 640px) {
    .reviews-wrapper .reviews-content .write-review input {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-left {
        float: none;
        width: 100;
    }
    .reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-right {
        float: none;
        padding-top: 20px;
        width: 100%;
    }
    .reviews-wrapper .reviews-content .reviews-total .reviews-stars .reviews-stars-separated .reviews-stars-separated-right .write-a-review {
        padding-top: 10px;
    }
    .reviews-wrapper .reviews-content .write-review .write-review-product-wrapper .write-review-product-img {
        float: none;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .reviews-wrapper .reviews-content .write-review .write-review-product-wrapper .write-review-product-title {
        float: none;
        padding-top: 20px;
        font-size: 18px;
        width: 100%;
        margin-bottom: 15px;
    }
    .reviews-wrapper .reviews-content .write-review button {
        padding: 12px 0;
        width: 100%;
        text-align: center;
    }

}
