.mark, mark {
    padding: unset;
}

.menu .megamenu {
    width: 900px;
}

a.mititle {
    line-height: 130%;
    color: #fff;
    background-color: #ee3d43;
    padding: 5px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    width: 100%;
}

.megamenu .submenu li > a {
    display: flex;
    align-items: center;
    text-align: center;
}

.add-localisation::before {
    content: '\e826';
    margin-right: .5rem;
    display: inline-block;
    font-size: 2.7rem;
    font-family: 'porto';
    line-height: 0;
    transform: translateY(2px);
}

.product-category-panel .section-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 1rem;
}

.product-category-panel .section-title h2 {
    margin-bottom: .1rem;
}

.menu .megamenu .submenu {
    text-transform: none;
}

.side-menu li.active>a {
    color: #ee3d43;
}

.menu ul {
    min-width: 300px;
}

ul.menu > li > ul > li {
    text-transform: none;
}

/* Permet de chager les icones du menu gauche
.side-menu-toggle:before {
    content: '\e873';
}
.show > .side-menu-toggle:before {
    content: '\e874';
}
*/

/* Permet d'afficher les puces dans les listes des pages détail article */
div.product-desc ul {
    list-style: square;
    padding: 0 0 0 20px;
}

.invalid-feedback {
    margin-bottom: 1.5rem;
}

/* Permet de modifier la hauteur du champ qté sur la page détail article */
.product-single-details .product-single-qty .form-control {
    height: 5rem;
}

/* Gestion des messages d'erreurs */
.alert h5 {
    padding-bottom: 9px;
    border-bottom: 1px solid #000;
}
.alert li {
    margin: 0;
}
.alert-primary h5 {
    color: #004085;
    border-bottom: 1px solid #004085;
}
.alert-secondary h5 {
    color: #383d41;
    border-bottom: 1px solid #383d41;
}
.alert-success h5 {
    color: #155724;
    border-bottom: 1px solid #155724;
}
.alert-danger h5 {
    color: #721c24;
    border-bottom: 1px solid #721c24;
}
.alert-warning h5 {
    color: #856404;
    border-bottom: 1px solid #856404;
}
.alert-info h5 {
    color: #0c5460;
    border-bottom: 1px solid #0c5460;
}
.alert-light h5 {
    color: #818182;
    border-bottom: 1px solid #818182;
}
.alert-check h5 {
    color: #777;
    border-bottom: 1px solid #777;
}
.alert-dark h5 {
    color: #1b1e21;
    border-bottom: 1px solid #1b1e21;
}

.table-commande {
    border-collapse: collapse;
    /*max-width: 600px;*/ }
    .table-commande caption {
        caption-side: top;
        font-size: 1.5rem;
        font-weight: 700;
        border-bottom: 1px solid #ccc; }
    .table-commande tr td, .table-commande tr th {
      padding: 1.8rem 1.5rem;
      border: 0;
      border-bottom: 1px solid #ccc; }
    .table-commande tr th {
        border-bottom: 1px solid #FBD8B4;
        background-color: #FCF5EE; }


@media (max-width: 767px) {
.checkout-progress-bar li.focus:before,
.checkout-progress-bar li.focus > span:before {
    background-color: #ff5501; }
.checkout-progress-bar li.focus > span {
    color: #000; }}