.rating a,
#content-less,
#content-more {
    cursor: pointer;
}

.rating a.taste-link, .rating i {
    cursor: pointer;
    display: inline-block;
    width: 0;
    height: 10px;
    border-width: 0 5px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    background-image: url(../images/rating.png);
    background-repeat: no-repeat;
    background-position: center center;
/*     background-color: #fff; */
}

.rating a.taste-link:hover, .rating i:hover,
.rating a.filled, .rating i.filled {
    border-color: #d89653;
    background: #d89653;
}

.taste-calibration {
    border: 1px solid grey;
    margin-bottom: 20px;
    padding: 10px;
}

.calibration-reset {
    cursor: pointer;
    font-size: 20px;
}

#content-less,
#cacao-content-wrapper,
#content-more {
    display: inline-block;
}

.cacao-content-display {
    display: none;
}

.category-products-excludes {
    display: none!important;
}

