/**
 * 2024 Adilis.
 * Manage returns and exchanges easily and quickly
 * @author Adilis <contact@adilis.fr>
 * @copyright 2024 SAS Adilis
 * @license http://www.adilis.fr
 */
.page-order-detail #order-products.return > thead > tr > th:first-child input,
.page-order-detail #order-products.return > tbody > tr > td:first-child input,
.page-order-detail #order-products.return > tbody > tr > td.qty .select,
.page-order-detail #order-return-form > .box:last-child {
  display: none;
}

.page-order-detail #order-products.return > tbody > tr > td.qty .current {
  width: 100%;
  text-align: center;
}

#order-detail-btn-return {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  margin-bottom: 1rem;
  border-radius: 5px;
  text-transform: none;
  font-size: 0.85rem;
}
#order-detail-btn-return:hover, #order-detail-btn-return:active, #order-detail-btn-return:focus {
  color: #000;
  background-color: #ddd;
}

/*# sourceMappingURL=order-detail.css.map */
