.custom-categories{grid-column-gap:15px;grid-row-gap:15px;align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:4rem;width:100%}.custom-categories a{border:1px solid #323232;border-radius:20px;display:inline-block;flex:none;max-width:100%;padding:5px 10px;text-decoration:none}.custom-categories a.active{background-color:#323232;border-radius:20px;padding-bottom:5px;padding-top:5px}.custom-categories a div{color:#323232;font-family:termina,sans-serif;font-weight:600;text-transform:uppercase}.custom-categories a.active div{color:#f3f3f3}@media screen and (max-width:991px){.custom-categories{grid-column-gap:5px;grid-row-gap:5px;align-items:flex-start;flex-direction:column;justify-content:flex-start}}@media screen and (max-width:767px){.custom-categories{justify-content:flex-start}}