/* ------------------------------------------------
* Stickyfooter
* ------------------------------------------------ */
.sticky-footer-label {
    font-size: 8px;
    padding-top: 0.5rem;
    text-transform: uppercase;
  }

.pod-stickyfooter .icon {
    width: 1.5em;
    height: 1.5em;
    transform: none;
}

.pod-stickyfooter .nav-item:not(:last-of-type) {
    border-right: 1px solid #ffffff;
}

.pod-stickyfooter li {
    padding: 0;
    margin: 0;
    position: static;
}

.pod-stickyfooter li.show {
    background: rgba(0,0,0,.4);
}

.pod-stickyfooter .dropdown-menu {
    text-align: center;
}

.pod-stickyfooter .dropdown-menu.show {
    width: 100%;
    left: 5px !important;
}

.pod-stickyfooter .dropdown-menu .dropdown-item {
    cursor: pointer;
}

.pod-stickyfooter li a {
    padding: 0.5rem 0.5rem 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pod-stickyfooter li .contact-lenses {
    width: 1.75em;
    height: 1.75em;
}

.pod-stickyfooter li a:hover,
.pod-stickyfooter li a:focus {
    color: #fff;
    background: rgba(0,0,0,.8);
}
