.att-lp-purchase-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.att-lp-qty {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.att-lp-qty-minus,
.att-lp-qty-plus {
    width: 38px;
    height: 40px;
    border: 0;
    background: #f7f7f7;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.att-lp-qty-input {
    width: 56px;
    height: 40px;
    border: 0;
    text-align: center;
    -moz-appearance: textfield;
}

.att-lp-qty-input::-webkit-outer-spin-button,
.att-lp-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.attendra-checkout-info {
    /* background: #f5f8ff;
    border-top: 3px solid #3b82f6;
    color: #1f2937;
    padding: 14px 16px;
    border-radius: 6px;
    margin-bottom: 20px; */
}
.att-lp-stock-wrap {
    margin-top: 8px;
}

.att-lp-stock {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.att-lp-stock--low {
    color: #b45309;
}

.att-lp-stock--soldout {
    color: #b91c1c;
}

.woocommerce-info.attendra-checkout-info {
	background-color: #FB5B0F;
}
.attendra-checkout-info {
    margin-bottom: 2rem;
    text-align: center;
}
.attendra-checkout-info strong {
	color: #fff;
	font-size: 2rem;
}
.woocommerce-info.attendra-checkout-info .attendra-edit-cart-btn {
    margin-top: 8px;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}