header {
    .st0{fill:none !important;stroke:#5CA3A7;stroke-miterlimit:10;transition:0.5s;}
    .st1{fill:none;stroke:#5CA3A7;stroke-width:5.6693;stroke-miterlimit:10;transition:0.5s;}
    .st2{fill:#5CA3A7;transition:0.5s;}
    .st3{fill:#000;transition:0.5s;}
}

header {
    height: 140px;
}
header div.logo {
    height: 100px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
}
header div.logo svg {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}
nav {
    margin-top: -40px;
    z-index: 999;
    position: sticky;
    top: 0px;
    box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff
}
nav ul li a.selected {
    box-shadow: none;
    background: #5CA3A7;
    color: #fff;
}

.page-panier {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    font-family: "Roboto Condensed", sans-serif;
    min-height: calc(100vh - 200px);
}
.table-panier {
    width: 100%;
    border-collapse: collapse;
}
.table-panier th, .table-panier td {
    border: 1px solid #ddd;
    padding: 0.5rem;
    text-align: center;
}
.table-panier .total {
    background: #f8f8f8;
}
.actions-panier {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.actions-panier button,
.actions-panier .btn-paiement {
    background: #000;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.actions-panier button:hover,
.actions-panier .btn-paiement:hover {
    background: #b48a00;
}

td.produit {
    text-align: left;
}
td.prix {
    text-align: right;
}

div.livraison {
    margin: 20px 0;
}