.qb-direct-add-to-cart {
    position: absolute;
    display: block;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    margin: 1rem;
    width: calc(100% - 20px);
    background-color: #55bcd7;
    background-image: url(../images/icons/icon-cart.svg);
    background-repeat: no-repeat;
    background-position: 85% 45%;
    padding: 3% 10% 3% 5%;
    font-family: FuturaBl;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.view-view-product-list .card .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart .button--add-to-cart {
  display: none !important;
}
.field--name-quantity {
  margin-bottom: 5rem;
}
.views-field-field-size, .views-field-field-size .product-card-font-size {
  font-size: 2rem;
}