/*
==============================
Page: Ventas
==============================
*/

.products .quantity {
  margin-right: 0.7rem;
}
#posNotice {
  display: none;
}

/*
==============================
Page: Control Inventario
==============================
*/

.table-manage-inventory tr td {
  padding: 1rem 0.5rem;
  text-align: center;
}
.table-manage-inventory thead tr {
  background-color: #f7f7f7;
}
.table-manage-inventory thead tr td {
  font-weight: 600;
  font-size: 0.9rem;
}
.table-manage-inventory tbody tr {
  border-bottom: 1px solid var(--lightOrange);
}


/*
==============================
Page: My Account
==============================
*/

.woocommerce-MyAccount-navigation ul li {
  padding: 0.75rem 0;
  border-bottom: 2px solid var(--lightOrange);
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
  margin-bottom: -0.75rem;
}
.woocommerce-MyAccount-navigation ul li:first-child {
  margin-top: -0.75rem;
}

.card input[type="text"],
.card input[type="email"],
.card input[type="password"],
.card input[type="datetime-local"] {
  background-color: var(--lightOrange);
}

.shop_table.woocommerce-checkout-review-order-table .variation {
  display:flex;
  margin-bottom: 0;
}
.shop_table.woocommerce-checkout-review-order-table .variation dd {
  margin-left: 0.5rem;
}
.wc-block-components-product-details__codigo {
  font-size: 0.95rem;
}
.wc-block-cart-item__product {
  width: 100%;
}
.wc-block-components-product-name:hover {
  cursor: initial;
}

@media (min-width: 992px) {
  .wc-block-cart-item__image,
  .wc-block-cart-items__header-image {
    display: none;
  }
}