.cart-bar__form .product__submit__add {
    overflow: hidden;
    min-height: 50px;
    height: 50px;
    min-width: 260px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0;
    line-height: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #e1d0c2;
    color: black;
}