
#button-cart-list-clear{
    margin-top: 20px;
    display: flex;
    justify-content: left;
    background-color:#29375e;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    font-family: "Archivo Narrow";
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5em 1.5em 0.6em 1em;
    text-align: center;
    width: fit-content;
}
