/*ESTILOS PARA MODAL DE VENTAS*/

.modal-h-65 {
	height: 65vh;
}

.col-base {
	border: solid #ced4da 2px;
	overflow: auto;
	height: 65vh;
}

.col-base p:not(:last-child) {
	margin-bottom: 1rem;
}

.col-base::-webkit-scrollbar {
	width: 8px;
}

.col-base::-webkit-scrollbar-thumb {
	background: #53575a;
	border-radius: 0px;
}

.col-base::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}

.col-base::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.col-base::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 0px;
}

.col-base::-webkit-scrollbar-track:hover, .col-base::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}

.font-size-p-8 { 
	font-size: 0.8rem;
}

.font-size-p-7 {
	font-size: 0.7rem;
}

.transform-contenido {
	text-transform: uppercase !important;
	line-height: 1;
	display: block;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.transform-contenido-table {
	text-transform: uppercase !important;
	line-height: 1;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.d-grid {
	display: grid;
}

.img-cuadro-producto { 
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.btn-valor-producto {
	font-size: 0.875rem;
	color: #07bb15;
	font-weight: 500;
}

.btn-quitar-producto{
	background: none;
	border: none;
}

.btn-pd-prepend { 
	padding: .1rem .5rem !important;
}

.th-name-producto {
	width: 17vw !important;
}

.th-pxy {
	padding: .1rem .2rem !important;
}

.base-list-producto {
	height: 35vh;
	overflow: auto;
}

.base-list-producto p:not(:last-child) {
	margin-bottom: 1rem;
}

.base-list-producto::-webkit-scrollbar {
	width: 8px;
}

.base-list-producto::-webkit-scrollbar-thumb {
	background: #53575a;
	border-radius: 0px;
}

.base-list-producto::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}

.base-list-producto::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.base-list-producto::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 0px;
}

.base-list-producto::-webkit-scrollbar-track:hover, .col-base::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}

.border-productos {
	border-bottom: 2px solid #ced4da;
}

.style-precio-basico {
	color: #6c757d;
	font-weight: 500; 
	font-size: 0.8rem;
}

.style-precio-base {
	color: #343a40;
	font-weight: bold;
	font-size: 0.9rem;
}

.detalle-guardado { 
	color: #ff7702;
	font-size: 15px;
	font-weight: 900; 
}


/*VERSION DOS*/
.base-list-producto-v2 {
	height: 45vh;
	overflow: auto;
}

.base-list-producto-v2 p:not(:last-child) {
	margin-bottom: 1rem;
}

.base-list-producto-v2::-webkit-scrollbar {
	width: 8px;
}

.base-list-producto-v2::-webkit-scrollbar-thumb {
	background: #53575a;
	border-radius: 0px;
}

.base-list-producto-v2::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}

.base-list-producto-v2::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.base-list-producto-v2::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 0px;
}

.base-list-producto-v2::-webkit-scrollbar-track:hover, .col-base::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}

.border-top-btn { border-top: 2px solid #ced4da; }





/*ESTILOS PARA CARTA DE PRODUCTOS*/
@media (min-width: 992px){
	.img-carta-producto { width: 240px; height: 240px; object-fit: contain; }
}

@media (min-width: 768px){
	.img-carta-producto { width: 240px; height: 240px; object-fit: contain; }
}