.loadingDiv {
		background-color: rgba(0, 0, 0, 0.6);
		background-image: url(https://auraachic.rtpltech.in/front/assets/img/ajax-loader.svg);
		background-position: center center;
		background-repeat: no-repeat;
		height: 100%;
		opacity: 1;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 10000000;
}
.nav-link.active {color: var(--secondary-color);}
.mt-50{ margin-top:50px!important; }   
.mt-10{ margin-top:10px!important; }   
.mb-10{ margin-bottom:10px!important; }   
.mb-20{ margin-bottom:20px!important; }   
.ml-10{ margin-left:10px!important; }
.notify {
    top: 100px;
    right: 20px;
    display: none;
    z-index: 99999;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.notify .close {
    right: 4px;
    top: 0;
}
.error-message { text-align:left!important; color:red;}
.alert-success { border: 1px solid #122587!important; }
.alert-danger { border: 1px solid #842029!important; }
.RouteDiv{ display:none!important; }
.text-align{ text-align:center!important; }
.text-right{ text-align:right!important; }
.w100{ width:100px!important; }
.pointer{ cursor:pointer; }
.black{ color:black!important; }

.shipping-charges strong {
    color: #d3b696;
}

.filter-price-apply{ justify-content:center!important; }
.price-filter-active{ background-color: #d3b696;color: #fff; }
.text-right{ text-align:right!important; }

.whatsapp-icon {
    position: fixed;
    right: 25px;
    bottom: 95px;
    z-index: 3000;
}
.whatsapp-icon img {
    width: 35px;
}

.cancel-button svg { color:red; }



.mob-apply-filter button {
    background-color: #d3b696;
    color: #fff;
}
@media only screen and (max-width: 600px) {
.mob-apply-filter{
	display:block!important;
   justify-content: center !important;
}
 }
 
 
 .disabled-link {
  pointer-events: none;
  cursor: default;
  color: gray;
  text-decoration: none;
  opacity: 0.6;
}
 
 
 