.order--title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 7px;
}

.sub--title {
    font-size: 15px;
    margin-bottom: 33px;
}
.filter--group {
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter--group select {
    border-radius: 200px;
    padding: 10px 20px !important;
    min-width: 180px;
}

.search-commande {
    width: 275px;
    padding: 10px 20px !important;
}

/*#trier-items select {*/
/*    padding: 10px !important;*/
/*}*/

.statut {
    background-color: #FFE89D;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;

}

.order_image {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-status {
    text-wrap: nowrap;
    text-align: center;
}

.order-client {
    text-wrap: nowrap;
}

.order-price {
    text-wrap: nowrap;
}

#colonne-commandes table,
#colonne-commandes table th,
#colonne-commandes table tr,
#colonne-commandes table td {
    border: unset;
    border-bottom: 1px solid black;
    padding: 25px;
}

.status-en-attente {
    background-color: #FFE89D;
    display: inline;
    color: var(--color-font);
    font-size: 10px;
    font-weight: 600;
    padding: 10px;
    border-radius: 20px;
}

.status-livree {
    background-color: #BFFFCA;
    display: inline;
    color: var(--color-font);
    font-size: 10px;
    font-weight: 600;
    padding: 10px;
    border-radius: 20px;

}

.status-en-cours {
    background-color: #FFDBBA;
    display: inline;
    color: var(--color-font);
    font-size: 10px;
    font-weight: 600;
    padding: 10px;
    border-radius: 20px;

}



.status-annule {
    background-color: #FB6848;
    display: inline;
    color: var(--color-font);
    font-size: 10px;
    font-weight: 600;
    padding: 10px;
    border-radius: 20px;

}

.table-mobile {
    display: block;
}

/* order--details */
.order-title {
    font-size: 22px;
    color: var(--color-black);
    font-weight: 700;
}

.order--detail-status {
    font-size: 14px;
    color: var(--color-black);
    font-weight: bold;
}

.order-infor {
    background-color: rgba(217, 217, 217, 0.3);
    padding: 18px 0px 0px 55px;
}

#colonne-detail-commande table,
#colonne-detail-commande table th,
#colonne-detail-commande table tr,
#colonne-detail-commande table td {
    border: unset;
    border-bottom: 1px solid black;
    padding: 25px;
}

#colonne-return table,
#colonne-return table th,
#colonne-return table tr {
    border: unset;
    border-bottom: 1px solid black;
    padding: 25px;
    font-size: 14px;
}

#colonne-return table td {
    border: unset;
    border-bottom: 0;
    padding: 25px;
    font-size: 14px;
}



.order-lib {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: unset !important;
    text-overflow: ellipsis;
}

#colonne-detail-commande svg {
    flex-shrink: 0;
}

.order-prix {
    text-align: center;
    text-wrap: nowrap;
}

.order--prix-unitaire {
    text-align: right;
}

.order-quatity {
    text-align: center;
}

.col-price-title, .col-price {
    gap: 18px;
}

.order-address {
    font-size: 16px;
    font-weight: 600;
}

#colonne-add-retour .w--select-new-return,#colonne-add-retour .input--comment {
    border: 1px solid var(--color--border);
    border-radius: 200px;
    padding: 15px 30px !important;
}

.text-ex-mobile {
    display: none;
}
@media screen and (max-width: 1025px) {
    #colonne-commandes table,
    #colonne-commandes table th,
    #colonne-commandes table tr,
    #colonne-commandes table td {
        border: unset;
        border-bottom: 1px solid black;
        padding: 5px;
    }
}

@media screen and (max-width: 900px) {

    #colonne-commandes table,
    #colonne-detail-commande table {
        border: 0 !important;
    }

    .order-lib {
        min-width: 170px;
    }

    #order_mobile a {
        font-weight: 400;
        text-decoration: unset;
    }

    .statut-option {
        width: 335px;
    }

    .table-mobile {
        display: flex !important;
        gap: 14px !important;
    }

    .order-prix {
        text-align: left;
        text-wrap: nowrap;
    }

    .search-commande {
        height: 42px;
        width: 252px !important;
    }

    #colonne-return table td {
        padding: 15px;

    }

    #colonne-return table caption,
    #colonne-return table caption,
    #colonne-commandes table caption,
    #colonne-detail-commande table caption {
        font-size: 1.3em;
    }

    .order-status {
        text-align: unset;
    }

    .order--prix-unitaire {
        text-align: unset;
    }

    .order-quatity {
        text-align: unset;
    }

    .hidden-mobile-order {
        display: none !important;
    }

    #colonne-detail-commande table,
    #colonne-detail-commande table th,
    #colonne-detail-commande table tr {
        padding: 15px;
    }

    #colonne-detail-commande table td {
        border-bottom: 0;
        padding: 15px;

    }


    #colonne-commandes table,
    #colonne-commandes table th,
    #colonne-commandes table tr {
        padding: 15px;
    }

    #colonne-commandes table td {
        border-bottom: 0;
        padding: 15px;

    }

    .sous-titre {
        font-size: 14px;
    }

    #colonne-add-retour table thead,
    #colonne-detail-retour table thead,
    #colonne-return table thead,
    #colonne-commandes table thead,
    #colonne-detail-commande table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #colonne-add-retour table tr,
    #colonne-detail-retour table tr,
    #colonne-return table tr,
    #colonne-commandes table tr,
    #colonne-detail-commande table tr {
        border-bottom: 0.5px solid #000000;
        display: block;
        margin-bottom: 0;
        padding: 15px;
    }

    #colonne-add-retour table td,
    #colonne-detail-retour table td,
    #colonne-return table td,
    #colonne-commandes table td,
    #colonne-detail-commande table td {
        /* border-bottom: 1px solid #ddd; */
        display: block;
        font-size: .8em;
        /* text-align: right; */
    }

    #colonne-add-retour table td::before,
    #colonne-detail-retour table td::before,
    #colonne-return table td::before,
    #colonne-commandes table td::before,
    #colonne-detail-commande table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .statut p {
        /* float: right; */
    }

    #colonne-add-retour table td:last-child,
    #colonne-detail-retour table td:last-child,
    #colonne-return table td:last-child,
    #colonne-commandes table td:last-child,
    #colonne-detail-commande table td:last-child {
        border-bottom: 0 !important;
    }

    .order-total{
        background-color: rgba(217, 217, 217, 0.3);
    }
    #colonne-detail-retour table{
        border-top: 0.5px solid black;
        margin-top: 27px;
    }
}

@media screen and (max-width: 600px) {
    .filter--group {
        flex-direction: column;
        align-items: flex-start;
        gap: 23px;
    }

    .statut-option {
        width: 100%;
    }

    .order-infor {
        padding: 18px 0px 17px 20px;
    }
    .search-ref-commande-button-enter{
        margin-right: 16px;
        margin-top: 9px;
        right: 20px;
        position: absolute;
    }
    .search-form{
        width: 100%;
    }
    .text-ex-laptop{
        display: none;
    }
    .text-ex-mobile {
        display: block !important;
    }
    .filter--group-w-full{
        width: 100%;
    }
    .title-button-demande{
        margin-bottom: 33px;
        display: block !important;
    }
    .main-user-content .button{
        width: 100%;
    }
    #tableReturnableRows {
        width: 90%;
        margin: auto;
    }
}
@media screen and (max-width: 640px) {
    #colonne-add-retour table tr,
    #colonne-detail-retour table tr,
    #colonne-return table tr,
    #colonne-commandes table tr,
    #colonne-detail-commande table tr {
        padding: 0px;
    }
    #colonne-detail-commande table td {
        padding: 10px 0px;
    }
    #colonne-detail-commande table {
        width: 90%;
    }

}
@media screen and (max-width: 400px) {
    .search-commande {
        width: 270px !important;
    }
}
@media (min-width: 1280px) {
    .xl\:inline-table {
        display: inline-table !important;
    }
}