.component_ad #subcats
{
	margin-bottom: 20px;
}
.component_ad .subcat
{
    padding: 15px;
}
.component_ad .subcat a
{
	background: #e8d7c5;
    color: #66482e;
    font-size: 13px;
    text-transform: uppercase;
    height: 55px;
    display: flex;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
	align-items: center;
    justify-content: center;
	padding: 5px;
    border-radius: 30px;
}
.component_ad .subcat.active a
{
	background: #c5925b;
	color: #FFF;
}