.cv_grw_product_rating {
    display: inline-block;
}

.cv_grw_product_rating ul {
    list-style: none;
    font-size: 30px;
    display: flex;
    left: 10px;
    top: 1px;
    margin: 0;
    float: left;
    width: auto;
    padding: 0;
    position: relative;
}

.cv_grw_product_rating li {
    margin: 0 2px;
    position: relative;
}

.cv_grw_product_rating li:before {
    content: " ";
    display: block;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    list-style: none;
    font-size: 25px;
}

footer #copyright p{
    margin: 0;
}
footer #copyright {
    margin: 0;
    padding: 6px 0;
    line-height: 30px;
    border: none;
    background-color: #000;
    color: #898989;
    font-size: 12px;
}
.menu-top > li > a {
    padding-bottom: 0px;
}
.cvhtmlblocks_menu {
    text-align:center;
}
.cvhtmlblocks_menu p.block-title {
    margin: 0px;
    background: red;
    color: white;
    font-size: 11px;
}
.cvhtmlblocks_menu p.block-subtitle {
    margin: 0px;
    background: #545454;
    color: white;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .cvhtmlblocks_menu {
        max-width: 100px;
    }

}