.not-empty-cart {
    width: 150px;
    height: 44px;
    background-color: #0d73bb;
    color: #fff;
    border: 1.5px solid #0d73bb;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    background-origin: border-box;
    font-weight: 700;
    padding: 0 20px;
}
.dot-indicator {
    background: red;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    border: solid 3px #edf1fa;
    margin: -6px -2px 0 0;
}