.sticky-container {
    background-color: #F37021;
    position: fixed;
    top: 40%;
    right: 0;
    width: 5em;
    /* height: 10.2em; */
    z-index: 99;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    cursor: pointer;
}



.sticky-container.expanded {
    /*width: 250px;*/
    right: 0em;
    width: 23em;
}

.sticky-container img {
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 37px;
    width: 100%;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    max-height: 100%;
}

.sticky-container span {
    display: inline-block;
    /*visibility: hidden;*/
    vertical-align: middle;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 5%;
    white-space: nowrap;
    /*opacity: 0;*/
    /*transition: opacity 1.1s ease;*/
}

.sticky-container.expanded span {
    /*display: inline-block;
    visibility: visible;*/
    /*opacity: 1;*/
    /*transition: opacity 1.8s ease;*/
}

.sticky-div-img {
    float: left;
    /* height: 100%; */
    width: 100%;
    padding: 2px;
}

.sticky-div-texto {
    width: 0%;
    float: right;
}

.div-mensaje {
    display: none;
    position: fixed;
    z-index: 999;
    /* top: 23%; */
    top: 48%;
    right: 30px;
    padding: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: width 2.5s ease;
}

.div-mensaje.expanded {
    display: flex;
}

.sticky-container.expanded .sticky-div-texto {
    width: 75%;
    float: right;
}

.top-div {
    width: 340px;
    height: 70px;
    background-color: #ffcd01;
    text-align: center;
    line-height: 70px;
    border: 1px solid #959897;
}

.bottom-div {
    width: 340px;
    height: 100%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #959897;
    /* margin-top: -42px; */
    margin-top: -43px;
    padding-top: 50px;

}

.bottom-div p {
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 11px;
}

.circular-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #959897;
    z-index: 99;
    margin-top: -37px;
}

.contact-section {
    display: flex;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 5px;
}

.contact-icon {
    text-align: center;
}

.contact-icon img {
    width: 36px;
    height: 36px;
}

.contact-icon p {
    margin: 10px 0 0;
}

.globo {
    position: initial;
    width: 100%;
    height: 125px;
    top: 20px;
    left: 45px;
    padding: 0.5em;
    border-radius: 2em;
    z-index: 1;
    background-color: white;
    filter: drop-shadow(0px 0px 1px black);
    font-size: 12px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.goblo-usuario {
    color: black;
    float: left;
    margin-left: 10px;
}

.globo-titulo {
    font-size: 16px;
    color: black;
}

.globo::before {
    content: '';
    position: fixed;
    z-index: -1;
    width: 10px;
    height: 10px;
    left: -5px;
    top: 80px;
    background-color: white;
    transform: skewX(315deg);
}

.circular-image-mensaje {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 45px;
    margin-right: 10px;
    bottom: 0px;
}

.btn-contactar-lateral {
    text-align: right;
    margin-right: 17px;
    margin-bottom: 10px;
}

.btn-contactar-lateral a {
    border-radius: 20px !important;
    background-color: gray !important;
    border-color: gray !important;
}

.btn-contactar-lateral a:hover {
    color: black !important;
    background-color: #ffcd01 !important;
    border-color: #ffcd01 !important;
}

@media (min-width: 280px) and (max-width: 867px) {
    .div-mensaje {
        top: 28%;
    }

    .sticky-container {
        top: 35%;
    }
}

.x_cerrar_bot {
    position: absolute;
    top: -14px;
    right: 16px;
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}

.a_class_whatsp {
    cursor: pointer;
}

/* NUEVOS ESTILOS */

.icono_carrito_lateral {
    padding-top: 5px;
}

.icono_whatsapp_lateral {
    padding-top: 2px;
}

.icono_celular_lateral {
    padding-top: 5px;
    padding-bottom: 5px
}

.icono_logoempresa_lateral {
    background-color: #fff;
}

#miStickyContainer .sticky-div-img .icon-shopping-cart-lateral::after {
    content: attr(data-item);
    display: flex;
    width: 15px;
    height: 18px;
    float: right;
    color: #F37021;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 5px;
    border-radius: 50px;
    align-items: center;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.icono_celular_lateral {
    display: none;
    /* Oculta el elemento por defecto */
}

@media only screen and (max-width: 768px) {
    .icono_celular_lateral {
        display: block;
        /* Muestra el elemento solo en dispositivos con ancho máximo de 768px */
    }
    .sticky-container {
        background-color: #F37021;
        position: fixed;
        top: 40%;
        right: 0;
        width: 5em;
        height: 14em;
        z-index: 99;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        cursor: pointer;
    }
}