body,
html {
    font-family: 'Lato'
}
.hhc-hero-links {
    padding: 0;
    display: block
}
.hhc-hero-links:after {
    content: '';
    clear: both;
    display: block
}
.hero-link {
    position: relative;
    display: block;
    background: #019ccf;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    height: 75px;
    float: left;
    box-sizing: border-box;
    border-right: 3px solid #fff;
    transition: 0.3s all ease;
    font-size: 13px;
    margin: 0;
    line-height:1.2;
}
.category-products {
    position: relative;
    margin-top: 65px;
}
.hero-link:hover {
    background: #ef4b52;
    color: #fff;
    text-decoration: none
}
.hero-link:first-child {
    margin-left: 0
}
.hero-link span:first-child {
    padding-top: 20px
}
.hero-link span {
    display: block
}
.hero-link span+span {
    line-height: 20px
}
.hero-link img {
    position: absolute;
    top: 60px;
    right: 10px;
    height: 40px;
    transition: 0.2s all ease
}
.hero-link:hover img {
    top: 75px
}
.featured-product {
    border: none
}
@media all and (max-width: 992px) {
    .hhc-hero-nav {
        width: 100%
    }
    .hhc-hero-nav .hero {
        display: none
    }
    .hero-link,
    .hero-link:first-child,
    .hero-link:last-child {
        width: 49%;
        margin: 1px 0.25%;
        height: 40px;
        border: none
    }
    .hero-link img {
        display: none
    }
    .hero-link span {
        display: inline-block;
        line-height: 40px;
        margin: 0 2.5px
    }
    .hero-link span:first-child {
        padding: 0
    }
}
@media all and (max-width: 600px) {
    .hero-link,
    .hero-link:first-child,
    .hero-link:last-child {
        width: 100%
    }
}
@media all and (max-width: 480px) {
    .hero-link,
    .hero-link:first-child,
    .hero-link:last-child {
        height: 44px
    }
    .hero-link span {
        line-height: 24px
    }
}
@media all and (max-width: 375px) {
    .hero-link,
    .hero-link:first-child,
    .hero-link:last-child {
        font-size: 12px;
        line-height: 44px
    }
}

