/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2025 | 18:41:51 */
<style>
@media (max-width:1000px){
	body{
		overflow:scroll !important;
	}
	div.yith-pos-product-list__search_section div.yith-pos-product-list__logo{
		display:none !important;
	}
	div.yith-pos-product-list__search_section{
		height:40px !important;
	}
	div.yith-pos-product-list__buttons{
		display:none !important;
	}
	div.yith-pos-product-list__search,div.yith-pos-product-list__search div.search-wrapper{
		width:100% !important;
	}
	div.nav.yith-pos-product__actions{
		display:flex !important;
		flex-wrap:wrap !important;
	}
	span.nav-item.nav-item__on-sale,span.nav-item.nav-item__scan-product{
		display:none !important;
	}
	div.yith-pos-product-list__list,div.yith-pos-product-category-list__list{
		gap:0 !important;
		padding:5px !important;
	}
	div.yith-pos-product-list__go-back-wrapper{
		padding:0px !important;
	}
	div.yith-pos-cart{
		overflow:scroll !important;
	}
	div.yith-pos-product-list{
		height:450px !important;
	}
	div.cart-items{
		min-height:250px !important
	}
	
	div.cart-items div.cart-item__row{
		display: grid !important;
        grid-template-columns: 7% 15% 18% 20% 15% 25% !important;
        justify-content: start;
	}
	div.cart-items i.yith-pos-icon-item-note{
		display:none !important;
	}
	div.cart-item__name{
		padding:0 !important;
		margin:0 !important;
		width:100% !important;
	}
	div.cart-item__name__title{
		font-size:12px !important;
	}
	div.cart-item__qty{
		margin:0 !important;
	}
	div.cart-item__price,div.cart-item__total{
		min-width:100% !important;
	}
	div.cart-actions{
		display:flex !important;
		flex-wrap:wrap !important;
	}
	.cart-action{
		min-height: 70px !important;
	}
	/*Quitar icono de lapiz innecesario*/
	.cart-item__name::after{
   		 opacity: 0 !important;
		display:none !important;
	}
	/*Quitar dinero en caja, botones de destacado y barra de busqueda*/
	div.yith-pos-product-list__search_section, div.nav.yith-pos-product__actions, div.product.product-add, div.modal-wrap.modal-cash-in-hand{
		display:none !important;
	}
	/*para los botones de preset*/
	.presets-buttons{
		flex-wrap:wrap !important;
	}
	.presets-buttons button:first-of-type{
		background-color:black !important;
		color:white !important;
	}
}
/*Quitar dinero en caja*/
div.product.product-add, div.modal-wrap.modal-cash-in-hand{
	display:none !important;
}
</style>
