/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 08/06/2023, 10:03:21
    Author     : ZBROTHERSDEV
*/

/*--------- DESING TEXT PRODUCTO -------------*/

.text-title{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden!important;
    text-overflow: ellipsis;
}
.text-description{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden!important;
    text-overflow: ellipsis;
}


/*--------- DESING DESPLAZAMIENTO NONE -------------*/

.desplazamiento-none{
    -ms-overflow-style: none; /* Para IE y Edge */
    scrollbar-width: none; /* Para Firefox */
}

.desplazamiento-none::-webkit-scrollbar {
    display: none; /* Para Chrome, Safari y Edge */
}