.cart-product-img-custom {
    width: 70px;
    height: auto;
}

.wp-btn {
    background-color: #126632;
}

.ta-center {
    text-align: center;
}

.bankaccount-lh {
    line-height: 15px !important;
}

.mt--15 {
    margin-top: -15px !important;
}

.bg-gray {
    background-color: #F7F7F7 !important;
}

.product-select {
    width: 100%;
    padding-right: 20px;
}

.status-img {
    height: 75px;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.tp-parallax-wrap {
    top: 660px !important;
}

.meterSelection {
    font-size: 14px;
    font-weight: 600;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
    background-color: #126632;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

#price-filter-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
    border-radius: 8px;
}

#price-filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}


#rebate-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
    border-radius: 8px;
}

#rebate-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.max-h-130 {
    max-height: 130px !important;
}