
/*  flash sale price blue only for UBLS category */

.product-price s+.bold{ /* only if s exists */
    font-weight: 600;
    color: #00a4f8;
    font-size: 18px;
}

.product-details-2 span ~ s  .flashpricestyle{
    font-weight: 600;
    color: #00a4f8;
    font-size: 18px;
}
.flashpricestyle1:not(:last-child)  .flashpricestyle{
 font-weight: 600;
    color: #00a4f8;
    font-size: 18px;
}