/* Style for the validation message on the SINGLE PRODUCT PAGE */
.single-product .veeru-qty-message {
    color: #d83131 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: block !important;
    clear: both;
    width: 100%;
    margin-top: 10px !important;
    padding: 8px;
    background-color: #f8d7da;
    border-left: 3px solid #d83131;
    /* This makes sure it fits in your theme's layout */
    flex-basis: 100%;
    order: 99;
}