#orderTypes a span, #orderTypes a {
    color: var(--theme-primary-text-color);
    text-decoration: none;
    text-transform: uppercase;
    transition: ease all 300ms;
}
#orderTypes a:hover span, #orderTypes a:hover {
    text-decoration: none;
    transition: ease all 300ms;
}
.image-block__content {
    transition: ease all 300ms;
    background: rgba(255,255,255,0.6) !important;
}
#orderTypes a:hover .image-block__content {
    background-position: 500px 500px;
    background: rgba(0,0,0,0.1) !important;
    transition: ease all 300ms;
}

