@media only screen and (min-width: 768px) {

    .ec-categoryNaviRole {
        margin-bottom: 30px;
    }

    .ec-itemNav__nav a {
        width: 100px;
        border-radius: 10px;
        -webkit-transition: background-color 0.4s ease-out;
        transition: background-color 0.4s ease-out;
    }

    .ec-itemNav__nav a:hover {
        background-color: rgba(230, 230, 250, 0.85) !important;
    }
}