.skeleton{
    background: #e0e0e0;
}
.img-producto.skeleton{
    width: 95%;
    height: 140px;
}
.reviews_gwd_claroshop.skeleton{
    width: 70%;
    height: 10px;  
    margin-left: 0; 
}
.price-product.skeleton{
    width: 25%;
    height: 8px;
}
.sale-price-product.skeleton{
    height: 12px;
    width: 65%;
}
.discount.skeleton{
    height: 8px;
    width: 15%;
}
.envio.skeleton{
    height: 10px;
    width: 40%;
    margin-left: 0;
}
.envioExpressLanding.skeleton{
    height: 10px;
    width: 40%;
}
.meses-telmex.skeleton, .meses-tarjetas.skeleton{
    width: 80%;
    height: 10px;
    margin-left: 0;
}
.skeleton{
    animation: skeleton 3s linear infinite;
}
@keyframes skeleton{
    0% {
        background: #d0d0d0;
    }
}