nav.site-nav>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

nav.site-nav>ul>li:hover>a {
    color: black;
}

.header-right-icons .single-icon {
    margin-left: 15px;
}

.header-right-icons .single-icon a span.count {
    right: -3px;
    background-color: #E5007E;
}

.header-bottom {
    z-index: 50;
}

.header-logo img {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.normal {
    opacity: 1;
}

.sticky {
    position: relative;
    right: 100px;
    opacity: 0;
    pointer-events: none;
}

.zero {
    opacity: 0;
}

.one {
    opacity: 1;
}

@media (max-width: 576px) {
    .header-bottom {
        padding: 25px !important;
    }
    /* .sticky {
        right: -10px;
        top: -26px;
    } */
}

@media (max-width: 416px) {
    .header-logo {
        height: 55px;
    }
    .sticky {
        right: 0px;
        top: -37px;
    }
}