.t-store__filter__item-title {
    font-size: 30px;
}

.t-store__filter__item-title:after
{
    width: 3px;
    height: 3px;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
}

 
 
 html { scrollbar-color: #8f01af #ffffff; scrollbar-width: thin; } html::-webkit-scrollbar { width: 10px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #ffffff !important; } html::-webkit-scrollbar-thumb:hover { background: #8f01af !important; } html::-webkit-scrollbar-thumb { background: #8f01af !important; border: 0px solid #000 !important; -webkit-border-radius: 10px !important;  } 