.container-wrap .elementor-field-group .elementor-field-textual {
    background-color: transparent;
    border-color: #dcdcdc;
}

.container-wrap .elementor-field-group .elementor-field-textual:disabled {
    background-color: #f8f8f8;
    color: #888;
    border: 1px solid #ccc;
    cursor: not-allowed;
}

/* Mostrar y alinear columna IVA */
.woocommerce-cart table.shop_table th.product-iva,
.woocommerce-cart table.shop_table td.product-iva{
  display: table-cell !important;
  text-align: right;
  white-space: nowrap;
}

/* Quitar el label ::before de IVA en escritorio */
@media (min-width: 768px){
  .woocommerce-cart table.shop_table_responsive tr td.product-iva::before{
    content: none !important;
    display: none !important;
  }
}

/* Forzar que la columna Precio no se oculte */
.woocommerce-cart table.shop_table th.product-price,
.woocommerce-cart table.shop_table td.product-price{
  display: table-cell !important;
}
