.elementor-251 .elementor-element.elementor-element-4cda07f6{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-4485fb2e *//* Cambia el ancho y alineación de columnas */
.woocommerce .cart .product-thumbnail {
  width: 120px;
  text-align: center;
}

.woocommerce .cart .product-name {
  font-weight: bold;
  font-size: 16px;
}

.woocommerce .cart .product-name a {
  color: #006837; /* verde personalizado */
}

.woocommerce .cart .product-quantity input.qty {
  width: 50px;
  text-align: center;
}

/* Ajuste general de tabla */
.woocommerce .cart th, 
.woocommerce .cart td {
  border: 1px solid #ccc;
  padding: 12px;
}

/* Botón de actualizar lista */
.woocommerce .cart input[name="update_quote_cart"] {
  background-color: #00973d;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
}

.woocommerce .cart input[name="update_quote_cart"]:hover {
  background-color: #007a31;
}
/* Color negro al número de cantidad */
.woocommerce .cart .product-quantity input.qty {
  color: #000;
}

/* Aumentar el ancho del input de cantidad al doble */
.woocommerce .cart .product-quantity input.qty {
  width: 100px;
  max-width: 100px;
}
.woocommerce .cart .product-quantity input.qty {
  text-align: center;
  font-size: 16px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}/* End custom CSS */