nav.site-nav>ul>li>a {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', serif;
    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;
}

.font-size {
    font-size: 16px;
}

.cerrar-sesion {
    padding-left: 5px;
    padding-right: 5px;
    color: #E12A2A !important;
}

.numero-carro {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    position: absolute;
    top: 42px;
    right: -10px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background-color: #2A6A95;
}

.carro {
    padding-right: 5px;
}

.header-bottom {
    z-index: 50;
    padding-top: 24px;
    padding-bottom: 22px;
}

.header-logo img {
    /* padding-left: 37px; */
    padding-top: 6px;
    padding-bottom: 5px;
    -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;
    }
}

@media (max-width: 992px) {
    .header-bottom {
        background-color: #F3F8FF;
    }
}