.loading{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: white;
	opacity: 1;
	transition: 0.5s;
	visibility: visible;
  }
  .hidden{
	opacity: 0;
	visibility: hidden;
  }
  .newbar{
	margin: 50px;
	margin-top: 30%;
  }
  .avalab {
	background: white;
	padding: 60px;
	border-radius: 4px;
	box-shadow: 0 2px 3px #C8D0D8;
	display: inline-block;
	margin-right: 10%;
	}
	.bx_new {
		color: #607D8B;
		font-size: 100px;
		line-height: 200px;
		margin-right: 39px;
	   }
  
  

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left: 40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
	
}

.my-float{
	margin-top:16px;
}
.our_logo{
	max-height: 60px;
    max-width: 90px !important;
}
.our_social{
	max-height: 25px;
}
.out_product_img{
	max-height: 333px;
}
.error_message{
	font-weight: 500;
    font-size: medium;
    color: white;
    text-align: center;
    margin-bottom: 15px;
    background-color: red;
}
.qunt_span{
	padding-left: 10px;
}
.out_cart_div{
	display: flex;
}
.out_cart_img{
	max-height: 70px;
}