label.error {
    color: #ff0000 !important;
}

/*.loading-div {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2000;
        text-align: center;
        display: table;
    }
	
.loading-div div {
	vertical-align: middle;
	display: table-cell;
	width: 200px;
}*/

.cus-logo-class
{
    width: 190px;
    height: auto;
}

.cus-logo-admin-header
{
    width: 86px;
    height: auto;
}

.front-loading-div {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2000;
        text-align: center;
        display: table;
    }
    
.front-loading-div div {
    vertical-align: middle;
    display: table-cell;
    width: 200px;
}

.cus-discount-price
{
    color: #bb2f2f;
    text-decoration: line-through;
}

.inner_section_loader {
    position: absolute;
    background:  url('../../common/images/loader.svg') no-repeat center center;
    top: 50%;
    left: 35%;
    width: 80px;
    height: 80px;
    z-index: 1;
}

.catProLoader {
    position: absolute;
    left: 45%;
    top: 20%;
    width: 150px;
    height: 150px;
    z-index: 1;
}