/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 18:35:03 */
/* Contenedor principal de todas las imágenes */

figure.woocommerce-product-gallery__wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important; /
 justify-content: center !important;
	background: #efefef !important;
	border-radius:20px;
	padding: 8px
} 

/* Cada item de imagen (div) */

figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  max-width: 300px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: block !important;
border-radius:10px;
}

/*ocultar flecha que menciona hacer scrioll*/
.product .__navItem-scroll{
	visibility:hidden !important;
}
.product .__navItem{
	visibility:hidden !important;
}


/*mas visible botn elimin*/
.woocommerce-cart-form__cart-name .remove{
	background: #B092BB !important;
	padding: 10px 20px !important;
}


.place-order .woocommerce-terms-and-conditions-checkbox-text{
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	
}


