.qtybuttons a.add:hover:before {
    color: #000;
}

.qtybuttons a.add:before {
    color: #303030;
}


/*fix sidebar filter text overlap on mobile*/
@media only screen and (max-width: 960px){
 .filter-options .filter-options-title:first-of-type {
        position: relative !important;
        transform: none !important;
    }
}




