/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.woocommerce .vrs-fill p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e020";
    text-indent: 0;
}
a.vrs-creviews {
    display: inline-block;
    min-width: 120px;
    height: 35px;
    background: #eae9eb;
    border-radius: 3px;
    line-height: 35px;
    margin: 0 10px 10px 0;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
}
.woocommerce form textarea {
    min-height: 100px;
    max-width: 100%;
}