.nf-product-bottom-features {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
    align-items: center;
}

.nf-product-bottom-features .imagePart {
    box-sizing: border-box;
    padding: 0 10px 1rem;
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
    position: relative;
    padding-left: 250px !important;
}
.nf-product-bottom-features .menu-rating-stars.pbf-stars .star {
    margin-top: -6px;
}
.nf-product-bottom-features .imagePart img {
    width: 500px !important;
}

.nf-product-bottom-features .contentPart {
    box-sizing: border-box;
    padding: 0 10px 1rem;
    flex-basis: 50%;
    max-width: 50%;
}


.greenCheckList ul li {
    list-style-type: none;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    font-weight: bold;
    color: black;
}
.nf-product-bottom-features .pbf-discount-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #de1528 !important;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.nf-product-bottom-features .greenCheckList ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.nf-product-bottom-features .greenCheckList ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.nf-product-bottom-features .greenCheckList ul li::before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/03/checkGreen-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nf-product-bottom-features .pbf-stars img {
    width: 20px !important;
}

.nf-product-bottom-features .greenCheckList h3 {
    font-size: 36px !important;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
}

.nf-product-bottom-features .proconsbutton {
    margin-top: 20px;
    background:#1FB15A; 
    border-radius:35px; 
    padding:10px 40px; 
    border:1px solid #0ea44b; 
    color:#fff; 
    font-size:16px; 
    transition: background-color 0.3s ease;
}
.nf-product-bottom-features .proconsbutton:hover {
    background:#117c3c;
}
.nf-product-bottom-features .proconsbutton.is-active {
    background:#117c3c !important;
}
.nf-product-bottom-features .proconsbutton.loading {
    opacity: 0.7;
    cursor: wait;
}

.nf-product-bottom-features .menu-rating-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

/* Mobile styles */
@media (max-width: 768px) {
    .nf-product-bottom-features {
        flex-direction: column;
        margin: 0;
    }

    .nf-product-bottom-features .imagePart {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 0 1.5rem !important;
        padding-left: 0 !important;
    }

    .nf-product-bottom-features .imagePart img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }

    .nf-product-bottom-features .contentPart {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
        margin-left: 20px;
        margin-right: 20px;
    }

    .nf-product-bottom-features .proconsbutton {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .nf-product-bottom-features .greenCheckList h3 {
        font-size: 28px !important;
    }

    .nf-product-bottom-features .pbf-discount-badge {
        font-size: 32px;
        width: 90px;
        height: 90px;
        top: 10px;
        right: 10px;
    }
}

