.whdrive-price-label {
    margin: 20px 0 1px 0; /* Margin for spacing */
    color: #404042; /* Text color */
}

.whdrive-pdv-label {
    font-size: 0.9em; /* Adjust font size as needed, 0.8em is 80% of the parent font size */
    margin: 0 0 20px; /* Margin for spacing */
    color: gray; /* Color for PDV label */
}

.single-product div.product .summary-price-box {
    margin: 0 0 0px !important;                  /* Set margin to zero */
}



/* Example button styling if needed */
.rz-buy-now-button {
    border: 2px solid #your_color; /* Change #your_color to the desired border color */
    background-color: transparent; /* Assuming you don't want the button to be black */
    /* Add any other button styles here */
}

.single-product div.product .product-button-wrapper .single_add_to_cart_button {
    text-transform: none !important; /* Remove text transformation */
}

