.added_to_cart {
    display: none !important;
}

/* hide input arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.tz-qty-container {
    display: block;
    position: absolute !important;
    z-index: 1;
    bottom: 0;
    width: calc(100% - 30px);
    padding: 0;
    text-align: center;
    margin-bottom: 3px;
}

.tz-qty-container .tz-qty-cont {
    display: inline-block;
    width: 28px;
    height: 40px;
    text-align: center;
    background-color: #dd2400;
    border: none;
    border-radius: 2px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 37px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.4s ease;
}

.tz-qty-container .tz-qty-cont:hover {
    background-color: #bb1e00;
}

.tz-qty-container .tz-qty:hover {
    background-color: #e6e5e5;
}

.tz-qty-container .quantity{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

.tz-qty-container input {
    width: 100%;
    height: 40px;
    padding: .5rem;
    border: 1px solid #e2e2e2;
    background: 0 0;
    background-color: #fff;
    box-shadow: none;
    font-weight: 400;
}

.tz-qty-container.hidden{
    display: none !important;
}

li.product a.button.added[data-tz_qty_ajax="true"],
li.product a.added_to_cart[data-tz_qty_ajax="true"],
li.product a.add_to_cart_button.hidden[data-tz_qty_ajax="true"]{
    display: none !important;
}

