.rmb-product input[type="number"] {
    margin: 0;
}

.rmb-product button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rmb-purchase-button {
    width: 36px !important;
}

.rmb-purchase-button-wrapper {
    display: flex !important;
}

#rmb-cutom-number {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.rmb-custom-form-wrapper button {
    font-size: 12px !important;
    line-height: 16px;
}

.rmb-free-item .minus,
.rmb-free-item .plus {
    display: none !important;
}

.rmb-free-item .input-text {
    background-color: #e1e1e1 !important;
}

.rmb-cart-free-item {
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #a20401;
    color: #a20401;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 8px;
}

.rmb-free-item .product-name a {
    line-height: 32px;
}