div#conteneur-fil-arian {position: relative;width: 58%;}

.fil-arian {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.bloc-fil-arian {
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: gray;
}

.icon-fil-arian {
    height: 30px;
    width: 30px;
    background-color: #ececec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
    margin:  0 auto;
    position: relative;
}

.bloc-fil-arian:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    content: '';
    height: 1px;
    background-color: #ececec;
    transform: translateX(50%);
    /* border: 1px solid #d9d7d7; */
}

.bloc-fil-arian.actif .icon-fil-arian {
    background-color: var(--primary-color);
    color: #fff;
}

.bloc-fil-arian.actif{
    color: var(--primary-color);
}


.bloc-fil-arian:last-child:before {
    display: none;
}

.top-shopping-cart {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.bloc-fil-arian svg {
    width: 15px;
    /* height: 25px; */
}


ul.breadcrumb {
    margin: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
section.biography-wrapper .container {
    width: 1200px;
}

ul.breadcrumb li {
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

.go-page::before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding: 0 15px;
    font-size: 12px;
}

ul.breadcrumb li.active {
    color: #777;
}


section.biography-wrapper {
    padding: 48px 0 15px 0 !important;

}

h1.title-cart {
    font-size: 36px;
    font-weight: 500 !important;
    color: #111;
    margin: 0px 0 15px;
    display: block;
    text-transform: capitalize;
}

.wrap-shopping-cart {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.wrapper-shopping-cart {
    padding: 0 0 30px;
}
.left-bloc-panier {
    /* padding: 0 15px; */
    width: 100%;
}

.wrapper-shopping-cart .container {
    width: 1200px;
}

.left-bloc-panier form {
    display: flex;
    justify-content: start;
    width: 100%;
}

.table-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row-table {
    display: flex;
    justify-content: start;
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid  #ddd;
    border-bottom: none;
    transition: all ease 0.5s;
}

.cell-table {
    border-right: 1px solid #ddd;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 14px;
    width: 10%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.row-table:hover {
    background: #eee;
}

.row-table:first-child .cell-table {
    font-weight: 700;
}
.cell-table p {
    width: 75%;
    padding-right: 15px;
}

.taille_cmd_panier {
    width: 100%;
    height: 30px;
    border: 1px solid #eee;
    background: transparent;
}

.cell-table .input-field {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cell-table.no-border {
    border: none;
}

.row-table:last-child {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
}

.cell-table:last-child {
    border-right: none;
}

.cell-table.\32 x {
    width: 20%;
}

.cell-table.\33 x {
    width: 30%;
}
.cell-table.\34 x {
    width: 40%;
}

.image-produit-panier {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.image-produit-panier img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.supprimer-ligne-panier {
    font-size: 1.5em;
    color: #f10505;
}

.cell-table.no-border.\33 x {
    color: var(--primary-color);
}

.nice-number .quantity__ {
    background-color: #eee;
    text-align: center;
    border: 1px solid #ddd;
    height: auto;
    width: 3.631em !important;
    padding: 0px 5px;
}

.nice-number {
    width: 100%;
    display: flex;
    /* align-items: center; */
    height: 30px;
    position: relative;
}

.nice-number button {
    height: 30px;
    width: 25px;
    border: 0;
    font-size: 18px;
    background-color: #ccc;
    padding: 0 5px;
}

.row-table:nth-child(3n) {
    background-color: rgba(0,0,0,0.025);
}

.coupon input {
    height: 34px;
    border-radius: 3px;
    padding: 5px 10px;
    width: 200px;
    background: #eee;
    border: 1px solid #d3ced2;
}
.wrap-right-bloc-panier .button-cart {
    padding: 9px 15px;
    margin: 0px;
}
.button-cart {
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid var(--primary-color);
    width: auto;
    background: var(--primary-color);
    padding: 7px 15px;
    height: auto;
    /* display: flex; */
    /* align-items: center; */
    border-radius: 50px;
    text-transform: uppercase;
}

.right-bloc-panier {
    display: flex;
    width: 37%;
    /* padding-left: 24px; */
    margin-top: 30px;
    flex-wrap: wrap;
}

.wrap-right-bloc-panier {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.title-total-cart {
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 24px;
    color: #222;
    border-bottom:1px solid #eee;
}

.bloc-total-panier {
    margin: 0 0 1.4em;
    border: 1px solid #ebe9eb;
}
.bloc_reduction_code,.bloc_reduction_code_default {
    font-weight: 500;
    color: green;
}
.bloc-total-panier >div {
    padding: 10px;
    border-bottom: 1px solid #ebe9eb;
}
.bloc_reduction_code .libelle-subtotal-cart, .bloc_reduction_code_default .libelle-subtotal-cart {
    font-weight: 400;
    color: #6e7279;
}

.bloc-total-panier >div:last-child {
    border-bottom: none;
    font-weight: 600;
    color: var(--second-color);
}
.button-cart span {
    margin-left: 5px;
}