/**
 * 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;
    margin-bottom: 1rem;
    border-radius: 5px;
    text-transform: none;
    font-size: .85rem;
}