/* Colonne chekout */
#colonne-checkout.loading::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    opacity: 0.5;
    z-index: 2;
}

#colonne-checkout {
    flex: 1 1 auto;
}

#colonne-checkout #cart-table tr,
#colonne-checkout #cart-modes-livraison .mode-livraison,
#colonne-checkout #payment-modes .payment-choice {
    border-bottom: 1px solid #E8E8E8;
}

@media screen and (max-width: 639px) {
    #colonne-checkout #cart-table {
        table-layout: fixed;
    }
}

#colonne-checkout #cart-table tr th {
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

#colonne-checkout #cart-table tr td {
    padding: 25px 15px;
}

@media screen and (max-width: 639px) {
    #colonne-checkout #cart-table tr td {
        padding: 15px 5px;
    }
}

@media screen and (max-width: 639px) {
    #colonne-checkout #cart-table .cart-article .cart-img {
        max-width: 100%;
    }
}

#colonne-checkout .cart-quantite .buttonConversion {
    width: 15px;
    height: 15px;
    font-size: 13px !important;
    font-weight: 700;
    border-radius: 3px !important;
    line-height: 14px;
    padding: 0 !important;
}

#colonne-checkout .cart-quantite input {
    text-align: center;
    width: 35px;
    border: none;
    font-size: 13px !important;
}

#colonne-checkout .crossSellingArticle .crossSellingImage {
    height: 200px;
}

#colonne-checkout .crossSellingArticle .crossSellingImage img {
    max-height: 200px;
    padding: 10px;
}

#colonne-checkout #cart-adresses-livraison .adresse-livraison *,
#colonne-checkout #cart-adresses-facturation .adresse-facturation *,
#colonne-checkout #cart-modes-livraison .mode-livraison *,
#colonne-checkout #payment-modes .payment-choice *,
#cart-cgv input,
#cart-cgv label {
    cursor: pointer;
}

#colonne-checkout #cart-adresses-livraison .adresse-livraison:hover,
#colonne-checkout #cart-adresses-facturation .adresse-facturation:hover,
#colonne-checkout #cart-modes-livraison .mode-livraison:hover,
#colonne-checkout #payment-modes .payment-choice:hover {
    background-color: #F8F8F8;
}

#colonne-checkout #cart-add-adresse-livraison input[type="text"],
#colonne-checkout #cart-add-adresse-facturation input[type="text"],
#colonne-checkout #cart-add-adresse-livraison select,
#colonne-checkout #cart-add-adresse-facturation select {
    width: 100%;
    height: 40px;
}

#colonne-checkout #cart-add-adresse-livraison label,
#colonne-checkout #cart-add-adresse-facturation label {
    font-size: 14px;
    font-weight: 500;
}

#colonne-checkout #cart-add-adresse-livraison legend,
#colonne-checkout #cart-add-adresse-facturation legend {
    float: left;
    font-size: 14px;
    font-weight: 500;
}

#colonne-checkout #cart-modes-livraison .mode-livraison,
#colonne-checkout #payment-modes .payment-choice {
    min-height: 90px;
}

#colonne-checkout #cart-modes-livraison .mode-livraison-image img,
#colonne-checkout #payment-modes .payment-choice .payment-choice-image img {
    max-height: 50px;
}

/* pointRelaisModal.html.twig */
.point-relais-modal #point-relais {
    max-height: 600px;
    overflow-y: auto;
}

@media screen and (max-height: 800px) {
    .point-relais-modal #point-relais {
        max-height: 300px;
    }
}

@media screen and (max-height: 600px) {
    .point-relais-modal #point-relais {
        max-height: 200px;
    }
}

.point-relais-modal #point-relais .point-relais-box:hover {
    background-color: #F8F8F8;
}

.point-relais-modal #point-relais .point-relais-box:last-child hr {
    display: none;
}

/* floaInformationModal.html.twig*/
.floa-information-modal input:not([type="checkbox"]) {
    width: 100%;
    height: 40px;
}

.floa-information-modal label {
    font-size: 14px;
    font-weight: 500;
}

.floa-information-modal input[type="number"] {
    -moz-appearance: textfield;
}

/*step panier*/
.stepper-wrapper .stepper-wrapper .multi-steps>li.is-active:before,
.stepper-wrapper .stepper-wrapper .multi-steps>li.is-active~li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.stepper-wrapper .stepper-wrapper .multi-steps>li.is-active:after,
.stepper-wrapper .multi-steps>li.is-active~li:after {
    background-color: #ededed;
}

.stepper-wrapper .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.stepper-wrapper .multi-steps>li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #d0d0d0;
    font-weight: bold;
}

.stepper-wrapper .multi-steps>li:before {
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    border: 4px solid #d0d0d0 !important;
    padding-left: 1px;
}

.stepper-wrapper .multi-steps>li:nth-child(1):before {
    content: '1';
}

.stepper-wrapper .multi-steps>li:nth-child(2):before {
    content: '2';
}

.stepper-wrapper .multi-steps>li:nth-child(3):before {
    content: '3';
}

.stepper-wrapper .multi-steps>li:nth-child(4):before {
    content: '4';
}

.stepper-wrapper .multi-steps>li:nth-child(5):before {
    content: '5';
}

.stepper-wrapper .multi-steps>li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #d0d0d0;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
}

.stepper-wrapper .multi-steps>li:last-child:after {
    display: none;
}

.stepper-wrapper .multi-steps>li.is-active:before {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff;
}

.stepper-wrapper .multi-steps>li.is-active {
    color: #808080;
}

.stepper-wrapper .multi-steps>li.is-active~li:before {
    background-color: #fff;
    border-color: #fff;
}