#progress-bar {background-color: #3C8DBC;height:20px;color: #FFFFFF;width:0%;-webkit-transition: width .3s;-moz-transition: width .3s;transition: width .3s;}
#progress-div {border:#367FA9 1px solid;padding: 5px 0px;margin:30px 0px;border-radius:4px;text-align:center;}
.clr-w{
    color: #fff!important;
}

.products-pagination{
    display: flex;
    justify-content: center;
}

.dir-l{
    direction: ltr;
}

.pen{
    pointer-events: none;
}

.dis-n{
    display:none;
}

.c-red{
    color:red!important;
}
