.product-categories-navs {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
}

.category-label-link {
    font-size: .9em;
    padding: 0px 15px;
}

.category-label-link a:not(:hover) { color: #000; }

.category-label-link .material-icons { 
    width: 0px;
    overflow: hidden;
    transition: .2s ease-out;
}

.category-label-link:hover .material-icons { 
    width: 1.1em;
}

.category-label-link a:hover {
    text-decoration: none;
}

.shorted { max-width: 900px; }

.padding-left { padding-left: 90px; }

.phone-wrapper.black a .toMiddle:not(.material-icons),
.email-wrapper.black a .toMiddle:not(.material-icons) { color: var(--menu-control-color); }
