Hello,
I am afraid there is no option to set 1500, at the same time you can set 1600px: https://gyazo.com/45ab8f60e538cb424e36b10e7a98f9d0
Alternatively, we can help with custom CSS and set 1500px. You need to set the 1600px and add this code to the theme settings > custom CSS:
@media (min-width: 1200px){
body .wrapper-wide div.container {
max-width: 1500px!important;
width: 95%;
}
}
If you have any questions please feel free to contact us.
Best Regards