/* Rating. */
.ovic-panel-rating{
    margin-bottom: 20px;
}
.ovic-panel-rating .average{
    margin-bottom: 5px;
}
.ovic-panel-rating .average > *{
    display: inline;
    margin: 0;
}
.ovic-panel-rating .average span{
    font-size: 20px;
    font-weight: 600;
    color: #ff0000;
}
.ovic-panel-rating .detail {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ovic-panel-rating .detail li{
    display: flex;
}
.ovic-panel-rating .process {
    position: relative;
    width: 100%;
    margin: 0 5px;
}
.ovic-panel-rating .process::before,
.ovic-panel-rating .process-bar{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #e5e5e5;
}
.ovic-panel-rating .process-bar {
    background-color: #ff0000;
}
/* brand. */
.product-tab-brands .brand-link {
    display: block;
}
.product-tab-brands .brand-item {
    border-bottom: 2px dashed #aaa;
    padding-bottom: 20px;
}
.product-tab-brands .brand-item:not(:last-child) {
    margin-bottom: 20px;
}
.product-tab-brands .term-name {
    font-size: 20px;
    margin: 20px 0;
}