/* ----Loader---- */
.loaderwhole {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    display: none;
}

.centerload {
    background-repeat: no-repeat;

    background-attachment: scroll;
    background-position: center;
    border-radius: 10px;
    background-image: url('loader/loader.gif');
    height: 210px;
    left: 50%;
    margin-left: -100px;
    margin-top: -110px;
    position: absolute;
    top: 50%;
    width: 260px;
}

    .alert__div{
        position: relative;
    }
    .alert__design{
        position: absolute; 
        top: -20px; 
        left: 0; 
        right: 0; 
        z-index: 9;
        margin-top: 0;
    }

.flag-item ul li>span{
	font-size: 25px !important;
}
.discount-percentage .off-percentage{
	font-size: 14px !important;
	font-transform: lowercase !important ;
}

.product-show-img{
	height: 300px;
	width: 300px;
}

.cart-image
{
	height: 75px;
	width: 75px;	
}
.product-show-name{
	min-height: 35px;
}
.product-show-name a
{
	padding-top: 3px !important;
}
.cart-price
{
	color: #000 !important;
}
#divCheckPasswordMatch{ color: var(--primary-color); }


/*menu*/

.menu-section ul li>a,
.safe-section a {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    padding: 13px 0px !important;   
}
.left-menu .active{
    color: var(--primary-color);
}