.quantity-button {
    color: #888;
    width: 80%;
    height: 40px;
    padding: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    background: #eee;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    display: none;
    background-image: none;
}

.quantity-field {
    width: 80%;
    padding: 0 !important;
    height: 40px;
    outline: none;
    margin: 0 -4px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
}

.remove-cart-row {
    cursor: pointer;
}

th label[for="quantity-field"] {
    display: initial;
    margin-bottom: 0;
}

.stepFormProgressLabel {
    font-size: 16px;
}
.accordion-toggle span:first-child {
    display: block;
}

.accordion-toggle span.summary-total-quantity {
    display: inline;
}
.step{
    padding: 0!important;
}
@media screen and (max-width: 425px){
    .stepFormProgressLabel {
        display: none
    }
}
@media screen and (max-width: 768px){
    .stepFormProgressLabel {
        word-wrap: break-word
    }
}
@media screen and (max-width: 992px){
    .stepFormProgressLabel {
        font-size: 14px;
    }
}

/* Chrome, Safari, Edge, Opera */
[id^=cart_step_one_form_requestRows][id$=_quantity].js::-webkit-outer-spin-button,
[id^=cart_step_one_form_requestRows][id$=_quantity].js::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
[id^=cart_step_one_form_requestRows][id$=_quantity].js {
    -moz-appearance: textfield;
}

.needs-js {
    display: none;
}
.form-check-input {
    width: 1em;
}

input[name="add_address"] {
    border: 0;
    color: #cc3333;
    outline: none;
    background: none;
    text-decoration: none;
}

input[name="add_address"]:hover {
    text-decoration: underline;
    color: #f59883;
}
