.btn-primary{
    color: #000;
	background-color: #57fc7e !important;
    border-color: #27e754 !important;
}
 .pk-svc{
	font-size: 11px;
	height: 35px;
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	justify-content: center;
 }
.btm-sticky-btn-bar{
    bottom: 0;
    margin: 0px;
    border-radius: 0px;
    text-align:center;
    height: 60px;
    padding-top: 13px;
}
.btm-btn{
	width: auto;
    border-radius: 0px;
    display: inline;
    border-radius:5px;
    font-size:14px;
	height:40px;
}
.bult-unpaid{
    padding: 4px 8px;
    background: #faa3a3;
    border-radius: 4px;
    text-transform: lowercase;
}
.bult-paid{
	padding: 4px 8px;
    background: #71dca0;
    border-radius: 4px;
    text-transform: lowercase;
}
.bult-parpaid{
	padding: 4px 8px;
    background: #efc95e;
    border-radius: 4px;
    text-transform: lowercase;
}

.header-right{
	position: absolute;
	right: 10px;
	top: 40px;
	width: 35%;
	border: 1px solid #eee;
}
 .viwCart{
	display:none !important;
}
.iteam_count_d{
	padding-left: 2%;
	font-weight: 600;
}
.fa-rt-arrow{
	font-size: 18px !important;
    padding-left: 4%;
    padding-top: 0%;
}
.rtsidePart{
	padding:20px;
    overflow-y: auto;
    position: fixed;
    right: 10%;
    background:#fff;
    top:70px;
    bottom:0px;
    font-size:12px;
    border: 1px solid #DDD;
	margin:0 auto;
}
.countShow{
    font-weight: 100;
    font-size:14px;
}
#total_count_d,#iteam_count_d{
	font-weight:bold;
}
.logHead{
	font-size: 20px;
	padding: 10px 0;
	font-weight: bold;
	line-height: unset;
}
#header_List li>a:hover{
	text-decoration: none ;
	background-color:#fff;
}
#header_List li{
	width: 100%;
}
.HeaderText{
	font-size: 16px;
}
.hovereffect5{
	  width: 100%;
	  height: auto;
	}
.hovereffect5{
  width: 100%;
  height: 290px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #42b078;
}
.hovereffect5 .overlay5{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 100px 20px;
}

.hovereffect5 img{
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect5:hover img{
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect5 h2{
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect5 h2:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect5:hover h2:after{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect5 a, .hovereffect5 p{
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect5:hover a, .hovereffect5:hover p{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.img-responsive{
  height:100%
}
.headerDiv{
	line-height: 1.15;
    font-size: 40px;
    display: inline;
	font-weight: 100;
    letter-spacing: 1.1px;
    font-family: clan-pro,sans-serif;
    cursor: default;
}
.faclose{
	display:none !important;
}
.imageItems{
	width: 30px;
	margin: 0 6px;
}
#username, .userlist{
	display: none !important;
}
 #header_List{
	font-weight: bold;
	background: none;
	margin-bottom: 0;
    width: 70%;
    left: 0;
	position: absolute;
	top: 60px;
	border: 1px solid #ccc;
}
.wb-btm-sticky-bar{
	position: absolute;
	bottom: 0;
	background: #eee;
	width: 365px;
	height:60px;
	display:flex;
	justify-content: center;
	align-items: center;
}

.wb_pwr_by{
	font-size: 12px;text-align: center;position: fixed !important;bottom: 2%;background: #eee;left:10% !important;
}

@media (min-width: 768px){
	#header_List{
		font-weight: bold;
		background: none;
		margin-bottom: 0;
		width: 70%;
		left: 0;
		position: absolute;
		top: 60px;
		border: 1px solid #ccc;
	}
	.wb-btm-sticky-bar{
		position: absolute;
		bottom: 0;
		background: #eee;
		width: 365px;
		height:60px;
		display:flex;
		justify-content: center;
		align-items: center;
	}
	#header_List > li{
		padding: 0px !important;
	}
	/*.navbar-collapse.collapse{
		display: block !important;
		padding-bottom: 0;
		overflow: visible !important;
	}*/
	.navbar-collapse.wbHideMenu{
		display: none !important;
	}
}

@media screen and (max-width:990px){
	 .pad-btm1{
	    padding-bottom: 20px !important;
		height:100% !important;
      }
	   .hight-img{
		height: 236px !important;
	  }
	  .notSupport{
		font-size: 25px !important;
		position: absolute;
		z-index: 10 !important;
		color: #ff2929;
		display: -webkit-box;
		top: 10%;
	}
	.clockIcon{
		font-size: 28px !important;
		padding-left: 5px !important;
	}
	.padTop{
		margin: 0px;
		padding-top: 20px !important;
	}
	.mainContnt{
		margin-left:30px !important;
		margin-right:30px !important;
	}
	.addressLine{
		color: #a7a7a7;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.ratings{
		color: #a7a7a7;
	}
	.text-cls{
		font-size: 20px;
		font-weight: 500;
	}
	.InptWidth{
		width:100% !important;
	}
	.btnHit{
		height:50px;
	}
	.mediaSlider{
		width:100% !important;
		padding-left: 25px !important;
		height: 335px !important;
	}
	.pdNotImp{
		padding-left:0px !important;
	}
	.mblMrgn{
		margin:5px !important;
	}
	.propInfo{
		font-size: 18px !important;
		font-weight: 600 !important;
		padding: 15px 0px 0px !important;
	}
	.modaldialog{
		width:100% !important;
		margin:0px !important;
		height:100% !important;
	}
	.modalcontent{
		border-radius: 0px !important;
		height:100% !important;
	}
	.myImgs{
		height:300px !important;
	}
	.immgSiz{
		height:300px !important;
	}
	.changPanle{
		display:flex;
		flex-direction: column !important;
	}
	#shiftPanel2{
		order: 1;
	}
	#shiftPanel{
		order: 2;
	}
	.rowMrgn{
		margin:0px !important;
	}
	.resUl{
		width: 100% important;
		height: 50px important;
		margin: 0px important;
	}
	.resLi{
		padding-top: 10px !important;
		padding-left: 0px !important;
		font-size: 25px !important;
	}
	.resCntnt{
		height: 50px !important;
		padding-top: 0px !important;
		padding-right: 0px !important;
		background-color: #c7c7c773;
	}
	.resListShow{
		margin: 5px 0px !important;
		padding: 15px 0 !important;
	}
	.resleftPen{
		padding-bottom: 15px !important;
		text-align:center;
	}
	.resH5{
		margin-top: 0px !important;
	}
	.styleEditor{
		width:325px !important;
		padding: 10px 0 0 10px !important;
	}
	.styleEditor > a.close{
		top:10px !important;
	}
	.pad20{
		padding-left:15px !important;
	}
	.splyDt{
		padding-bottom: 0px !important;
	}
	.rwZero{
		margin: 0px !important;
	}
	/*.iteamgroup-dialog{
		width:50% !important;
		margin:0px !important;
	}*/
	
	.tagNav{
		display:none;
	}
	.upperContent{
		position: relative;
		top: 0%!important;
	}
	.midle{
		position: relative;
		height: 200px !important;
	}
	.headerMedia{
		margin-top: 0px !important;
	}
	.countShow{
        visibility: visible !important;
	}
	.tagsearch{
		height:220px !important;
	}
	.mainStyl990{
		height: 450px !important;
	 overflow: auto !important;
	}
	.dialogWidth{
		width: 45%;
	 }
	 .height530{
		height:530px !important;
	}
	.inner480{
		height:100% !important;
	}
	.bodycontentsdata{
		margin-left:50px;
	}
	.desidata{
		width:48%;
	}
	.wb_pwr_by{
		font-size: 12px;text-align: center;position: fixed !important;bottom: 2%;background: #eee;left:10% !important;
	}
	#header_List{
		font-weight: bold;
		background: none;
		margin-bottom: 0;
		width: 70%;
		left: 0;
		position: absolute;
		top: 60px;
		border: 1px solid #ccc;
	}
	.wb-btm-sticky-bar{
		position: absolute;
		bottom: 0;
		background: #eee;
		width: 365px;
		height:60px;
		display:flex;
		justify-content: center;
		align-items: center;
	}
  }
  @media screen and (min-device-width: 360px) and (max-device-width: 900px){
	#header_List{
		font-weight: bold;
		background: none;
		margin-bottom: 0;
		width: 70%;
		left: 0;
		position: absolute;
		top: 60px;
		border: 1px solid #ccc;
			
	}
	.wb-btm-sticky-bar{
		position: absolute;
		bottom: 0;
		background: #eee;
		width: 365px;
		height:60px;
		display:flex;
		justify-content: center;
		align-items: center;
	}
	  #couponcodeinput{
			margin-left:33px;
	  }
	  .stickBtn{
		margin: 0px;
		height: 50px;
		display: table;
		position: fixed;
		bottom: 0;
	  }
	  #myNavbar{
		position:absolute;
		left:0;
		top:50px;
		background:#FFF;
	  }
	  .conf{
		width:90%;
	  }
	  .StyArrow{
		position:relative;
		bottom:15px;
		left:25px;
	  }
	  .resretPwd{
		margin-left:30px;
	  }
	  /*#header_List{
		font-weight: bold;background:#ddfddd;margin-bottom: 0;
	  }*/
	  .userlist{
		border-bottom: 1px solid #ddd; padding-bottom: 10px;
	  }
	  #username{
		padding: 6px 10px;
		font-size: 16px;
		font-weight: 100;
		display: block !important;
	}
	  .feb-btn{
		width: 50% !important;
	}
	  .noOrders{
		padding: 40px;
		font-size: 20px;
		color: #aaa;
		text-align: center;
	  }
	  .nextClass{
		float: right;
		padding: 0;
	  }
	  nav{
		border-bottom: 1px solid #ddd !important;
	  }
	  .navbar-toggle{
		float: left !important;
		margin-top: 16px !important;
	  }
	  #myNavbar{
		margin-top: 5% !important;
		padding: 0 15px;
	  }
	.imageItems{
		width: 30px;
		margin: 0 6px;
	}
	.faclose{
		font-size: 33px !important;
		float: right;
		color: #03a503;
		margin-top: -13px;
		position: absolute;
		right: 4%;
		top: 7%;
		display: block !important;
	}
	.stickBtn{
		margin: 0px;
		height: 50px;
		display: table;
		position: fixed;
		bottom: 0;
	}
	.btm-sticky-btn-bar{
  		width:100%;
  		margin: 0 0 0 -10px;
  	}
	.brandName{
		font-weight:400;
	  }
	  .mainleft-item-div{
		width: 100% !important;
	  }
	#catalogList{
		margin: 10px 0px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		margin: 0px;padding:10px;overflow-x: scroll;display: inline-flex;width: 100%;
	  }
	.cnf3{
		width: 100% !important;
	}
	.viwCart, #gohomePage , .userlist{
		display:block !important;
	}
	.cart-width{
		width: 80% !important;
		margin: 40px 19px !important;
	}

  .scrolling-wrapper{
	  overflow-x: scroll;
	  overflow-y: hidden;
	  white-space: nowrap;
	}
	#divcenter::-webkit-scrollbar{
		display: none;
	}
	#multiStoreDetails::-webkit-scrollbar{
		display: none;
	}
	.card{
		display: inline-block;
	  }
	/*.header-right{
		padding-right: 60px;
		width: 100%;
		background: #FFF;
	}*/
	.manWidth{
		width:100% !important;
	}
	.mainStyl990{
		height: 100% !important;
		overflow: auto !important;
	}
	.headerDiv{
		line-height: 1.15;
		font-size: 24px;
		display: inline;
		font-weight: 100;
		letter-spacing: 1.1px;
		font-family: clan-pro,sans-serif;
		cursor: default;
	}
	.pad-btm1{
		padding: 0px !important;
		padding-bottom: 30px !important;
		height:100% !important;
		margin-top: 0px !important;
	}
	  .notSupport{
		font-size: 25px;
		position: absolute;
		z-index: 10;
		padding-bottom: 3px;
		color: #ff2929;
		display: none;
		left: 188%;
		top: 10%;
	}
	.text-cls{
		font-size: 18px !important;
		font-weight: 500;
	}
	.clockIcon{
		font-size: 28px !important;
		padding-left: 5px !important;
	}
	
	.padTop{
		margin: 0px;
		padding-top: 20px !important;
	}
	.hight-img{
		height: 180px !important;
	}
	.mobView{
		text-align: center !important;
		margin: 10px 0 0px !important;
	}
	.viaLoc{
		padding-right: 0px;
		margin-top: 15px;
		width: 100% !important;
		margin-bottom: 15px;
	}
	.searchOnly{
		display:block !important;
	}
	.srchBtn{
		height: 40px !important;
		padding-top: 10px !important;
	}
	.InptWidth{
		width:100% !important;
	}
	.btnHit{
		height:40px !important;
	}
	.abtUs{
		font-size: 22px !important;
		font-weight: bold;
		padding: 15px 0px 15px;
	}
	.paddBot{
		padding: 15px 0px 0px !important;
	}
	.mediaSlider{
		width:100% !important;
		height: 100% !important;
		padding: 15px !important;
	}
	.mblMrgn{
		margin:5px !important;
		padding-bottom: 125px;
	}
	.pdNotImp{
		padding-left:0px !important;
	}
	.propInfo{
		font-size: 18px !important;
		font-weight: 600 !important;
		padding: 15px 0px 0px !important;
	}
	.modaldialog{
		width:100% !important;
		margin:0px !important;
		height:100% !important;
	}
	.dialogWidth{
		width:100% !important;
		margin:0px !important;
		height:100% !important;
	 }
	.iteamgroup-dialog{
		width:100% !important;
		margin:0px !important;
	}
	.iteamgroup-content{
		border-radius: 0px !important;
	}
	.modalcontent{
		border-radius: 0px !important;
		height:100% !important;
		overflow:auto !important;
	}
	.commonPopUp{
		border-radius: 0px !important;
		overflow: auto;
	}
	.midle{
		position: relative;
		height: 100% !important;
	}
	.upperContent{
		position: relative;
		top: 0%!important;
	}
	.bottomContent{
		height: 100% !important;
	}
	.changPanle{
		display:flex;
		flex-direction: column !important;
	}
	#shiftPanel2{
		order: 1;
	}
	#shiftPanel{
		order: 2;
	}
	.myImgs{
		height:300px !important;
	}
	.rowMrgn{
		margin:0px !important;
	}
	.resCntnt{
		height: 50px !important;
		padding-top: 0px !important;
		padding-right: 0px !important;
		background-color: #c7c7c773;
	}
	.resUl{
		width: 100% !important;
		height: 50px !important;
		margin: 0px !important;
	}
	.resLi{
		padding-top: 10px !important;
		padding-left: 0px !important;
		font-size: 25px !important;
	}
	.resOrderList{
		display:none !important;
	}
	.resListShow{
		padding: 10px 5px !important;
	}
	.resH5{
		margin-top: 0px !important;
	}
	.styleEditor{
		width:100% !important;
		padding: 10px !important;
	}
	.pad20{
		padding-left:20px !important;
	}
	.splyDt{
		padding-bottom: 0px !important;
	}
	.rwZero{
		margin: 0px !important;
	}
	.tagNav{
		display:none;
	}
	.headerMedia{
		margin-top: 0px !important;
	}
	.bottomBook{
		margin: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #fff;
		position: fixed;
		z-index: 2000;
		width: 100%;
		bottom: 0px;
		left: 0px;
		right: 0px;
		display:block;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.66), 0 6px 20px 0 rgba(0, 0, 0, 0.57);
	}
	.height530{
		height:650px !important;
	}
	.inner480{
		height:100% !important;
	}
	.tagsearch{
		height:220px !important;
	}
	.resStrip{
		padding-left: 0px !important;
	}
	.countShow{
        visibility: visible !important;
	}
	.noShop{
		text-align:center;
		font-size:18px !important;
		color:#ccc;
	}
	.nameCls{
		padding-right: 0px;
	}
	.btnCente{
		padding-left: 80px;
	}
	.grpBtn{
		display:none !important;
	}
	.inptRdus{
		border-radius: 5px !important;
	}
	.mpBody{
		height:100% !important;
	}
	/*.alnCntr{
		text-align:center;
	}*/
	.forSm{
        padding:0px !important;
		margin:0px !important;
    }
	.bottomdiv h1{
		font-size:18px !important;
	}
	.bottomdiv h3{
		font-size:13px !important;
	}
	.bottomdiv .ratings{
		font-size:12px !important;
	}
	.mrb{
	margin-bottom:50px !important;
	}
	.bottomheader{
		display:none !important; 
	}
	.confirmation3{
		position: fixed !important; 
		bottom: 0px !important; 
	}
	/*#ctlgCat{
		padding-bottom:50px !important; 
	}*/
	.nmbtn{
		padding: 10px 10px 10px 10px !important;
		font-size:16px !important;
	}
	.inptPad{
		padding: 0px 30px 0px 31px !important;
	}
	.mapMark{
		padding: 6px 10px 10px 10px !important;
		font-size:20px !important;
	}
	.pdng{
		padding:8px !important;
	}
	.u_phone{
		padding-left:15px;
	}
	.updateSty{
		margin-left:14px;
		width:92%;
	}
	.wb_pwr_by{
		font-size: 12px;text-align: center;position: fixed !important;bottom: 2%;background: #eee;left:10% !important;
	}
		
}
.padTop{
		margin: 0px;
		padding-top: 40px;
	}
.clockIcon{
		font-size: 40px;
		padding-left: 10px;
	}
.mediaCls{
    padding-top: 16px;
    padding-bottom: 16px;
}
._3ySXem{
    display: block;
    padding: 0;
    margin: 0;
}
h1{
    font-size: 2em;
    margin: .67em 0;
}
.searchBx{
	width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.loader{
    background: url(http://www.autopricemanager.com/img/widget-loader-lg-en.gif) no-repeat center center;
    height: 135px;
    width: 135px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    z-index: 1000;
    background-size: 203px;
}
.flowIcon{
    font-size: 35px;
    margin-top: 10px;
    font-weight: 600;
    margin-left: 10px;
}
.fntClr{
color: #333;
}
.carousel-control{
   position: absolute;
    top: 39%;
    bottom: 0;
    left: 0;
    width: 14%;
    height: 0px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.categoryTitle{
	background: #F7F7F7;
    color: #444;
    padding: 10PX;
    border-bottom: 1px solid #eee;
    font-size: 18px;
	margin:0;
	cursor: pointer;
}
.defaultRow{
	display:block;
	margin-right:0;
	margin-left:0;
}
.onlineBookingContainer{
    min-height: 604px;
    padding: 0;
    border: 1px solid #eee;
}

.catalogTitle{
    font-size: 22px;
    font-weight: bold;
    color: #777;
    padding:  10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.productDetails{
	padding:10px 50px;
	margin:0;
}
.selectableDiv{width:30px;border: 1px solid #ccc;height: 30px;margin-right: 10px;border-radius: 15px;float:left;}

.selectableDiv i{font-size:14px;color:#12bdff;display:none;text-align: center;
    margin-top: 6px;}
.categoryItems .active{background:#f7f7f7;}
.categoryItems .active .selectableDiv i{display:block;}
.productDetails{cursor:pointer;}
.confirmation{background:#555;height:100px;display:table;width: 100%;margin:0;display:none;}
.confirmation .selectedItems{padding: 5px 15px;height:100px;width: 87%;vertical-align:  middle;display:table-cell;}
.conformationCh{background:#555;height:100px;display:table;width: 100%;margin:0}
.conformationCh .bookConfirmation{background: #12bdff;
    height: 100px;
    display: table-cell;
    font-weight: 600;
    color: #85898c;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    display: table-cell;}
.confirmation .bookConfirmation{background: #0dc514;
    height: 100px;
    display: table-cell;
    font-weight: 600;
    color: #85898c;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
	padding: 15px 0 0 0;
    height: 50px;
    color: #FFF;
}
.itemsSelected{color:#fff;}
.fc-time-grid .fc-slats td:nth-child(2){vertical-align:middle;text-align:right;cursor:pointer;}
.fc-time-grid .fc-slats td:nth-child(2) i{font-size:30px;margin-right:10px;}
.fc-body .fc-time{height:60px;}
.confiramationTitle{font-weight: 400;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: 30px;
    margin: 0;
    text-align: center;}
	
.confiramationColTitle{    font-size: 18px;
    color: #aaa;
    padding: 10px;
}
.formInps{padding:5px 0;}

.techincian{text-align:left;padding:10px 5px;border-bottom:1px solid #eee;cursor:pointer;}
.techincian i{font-size:20px;}
.orderDetailsHeading{
    font-size:  15px;
    color: #aaa;
}
.orderDetailVals{
    padding: 10px 10px 10px 30px;
}
.orderDetailVals div{padding-bottom:5px;}
.confiramationColTitle div{
    margin: 20px 10px 10px 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.errors{color:red;display:none;}
.orderCompleted{
    text-align: center;
    font-size:  20px;
    color: #666;
}
.orderCompleted:nth-child(1){
    padding: 30px 0 10px 0;
}
.calendarLeft{


    padding: 0 20px;
    margin-top: -10px;
    font-size: 35px;
}
#calendarView{padding-top:20px;}
.goBack{cursor:pointer;}
.abtUs{
	font-size: 25px;font-weight: bold;padding: 15px 0px 15px;
}
.navBarCenter{
	border:none;
}

.navBarCenter .active{
	background:none;
	border:none;
	border-bottom: 1px solid #000;
	font-weight:bold;
	color:#000;
}
.setings{
	line-height: 2.4;
	float: right;
	z-index: 100;
	position: absolute;
	list-style-type: none;
	background: #fff;
	color: rgb(52, 58, 64) !important;
	display: none;
	margin-top: 12px;
	right: 8px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-bottom: 10px;
	background: #fff;
}
.liList{
	cursor:pointer;
	font-size:15.3px;
}
.imgText{
	width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 60px 20px;
	}
.color-change{
	color: #28c1cb;
}
.padBtm{padding-bottom: 20px;}
.padLeft{
	text-align: center;
	}
.emptyList{
	vertical-align: middle;
    margin: 33%;
    margin-top: 40%;
}
.hight-img{
	height: 200px;
  }
  .pad-btm{
	    padding-bottom: 20px;
  }
  .pad-btm1{
	    padding-bottom: 0px;
		height: 288px;
  }
  .pad-btm2{
	   padding-bottom: 8px;
  }
  .text-cls{
	font-size: 20px;
    font-weight: 500;
  }
  .mouseDiv:hover{
	opacity:0.7;
  }
   .noItems{
	margin: 0px;
    position: absolute;
    top: 45%;
    left: 31%;
    font-size: 18px;
  }
   .fbBtn:hover{
	opacity: 0.75;
  }
  .feb-btn{
    position: absolute;
    top: 8%;
    left: 15%;
    background-color: lightseagreen;
    padding: 11px 40px;
    font-size: 16px;
    color: #fff;
    border: 0px;
    border-radius: 9px;
	width: 34%;
	display: none;
	z-index: 1000;
}
.midle{
	position: relative;
	 height:325px;
}
.addressLine{
	color: #a7a7a7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ratings{
	color: #a7a7a7;
}
.noOrder{
	font-size: 22px;
    color: gray;
    text-align: center;
    position: absolute;
    top: 131PX;
    WIDTH: 90%;
    padding: 50px;
    background: #FFF;
}
.notSupport{
	font-size: 40px;
    padding-left: 10px;
    position: absolute;
    z-index: 10;
    padding-bottom: 3px;
    color: #ff2929;
	display: none;
}
.upperContent{
	position: relative;
	top: 25%;
}
.inPutHeight{
	height: 44px;
}
.scrollbar1{
	float: left;
	height: 610px;
	background: #F5F5F5;
	overflow-y: hidden;
	overflow-x:hidden;
	width: 100%;
}
.styleEditor{
	position: fixed;
	top: 0;
	height: 100%;
	width: 400px;
	background: #f9f9f9;
	z-index: 1000;
	box-shadow: 6px 0 1px rgba(0,0,0,0.1);
	padding: 20px 20px 20px;
	overflow-y: auto;
	overflow-x: visible;
	z-index: 2000;
}

.styleEditor > a.close{
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 24px;
}

.styleEditor h3{
	font-size: 17px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 30px;
}
.btm1{
	padding-bottom: 5px;
	font-size: 15px;
}
.cursor-pointer{
	cursor: pointer;
	text-decoration: none !important;
}
.srvIconDiv{
	padding: 0px;
	text-align: center;
	height: 110px;
	border: 1px solid #DDD;
    border-radius: 10px;
	background-color: white;
}
.popupheaderOTP{
	width: 15%;
    background: #FDFCFB;
    font-family: inherit;
    color: #000;
    letter-spacing: 0.8px;
    text-indent: 5%;
    height: 5rem;
    font-size: 28px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 2px;
	border-radius:5px;
}
.logInFields{
    padding: 20px;
    height: 500px;
    display: block;
    max-width: 350px;
    margin: auto;
    padding-top: 50px;
}
.numberCircle{
   background: #cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #000;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  font-size:18px;
  width: 2.6em; 
}
.MyorderIcon{
	font-size: 17px;
    padding-right: 10px;
    color: #888;
}
.navActive{
    background: #faffb8 !important;
}
#ulCatList li:hover{
    color: white;
    background: #0dc514;
    border-radius: 6%;
    padding: 10px 10px;
}
.mainContnt{
	margin-left:100px;
	margin-right:100px;
}
.viaLoc{
		display:block;
}
.searchOnly{
	display:none;
}
.srchBtn{
		display:block;
}
.InptWidth{
	width:100%;
}
.btnHit{
	height:50px;
}
.pdNotImp{
		padding-left:12px !important;
}
/*.hideRight{
	display:block;
}*/
.bottomContent{
	height: 100px;
}
.changPanle{
	display:flex;
	flex-direction: row;
}
.myImgs{
	height:500px;
}
.immgSiz{
	height:500px;
}
.resLi{
	position: absolute !important;
    right: 40%;
    font-size: 22px;
	font-weight:300;
}
.resOrderList{
	display:block;
}
.resleftPen{
	padding-bottom: 30px;
	text-align:center;
}
.pad20{
	padding-left:30px;
}
.tagsearch{
    position:absolute;z-index:1000;display:none;background: #fff;width:97%;border: 1px solid #eee;height: 150px;border-radius: 5px;box-shadow: rgb(191, 189, 191) -4px 10px 9px -2px;
}
.tagsearch ul{
        list-style: none;
        padding: 5px;
    }
.tagsearch ul li{
    cursor:pointer;
    width: auto;
    padding: 5px 10px;
    float: left;
    font-size: 12px;
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 15px;
    margin: 2px 5px 5px 0;
}
.tagsearch .popular{
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
#tagNav ul{
list-style: none;
        padding: 0;
}
#tagNav ul li{
    cursor: pointer;
    width: auto;
    padding: 5px 20px 5px 0;
    float: left;
    font-weight: 500;
    font-size: 15px;
    color: inherit;
}
#tagNav{margin:0;}
#tagNav ul .active{color:#60ca0d;}
.noShop{
	text-align:center;
	font-size:22px;
	color:#ccc;
}
.dot{
    height: 6px;
    width: 6px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
	margin-bottom:2px;
}
.nameCls{
	padding-left: 0px;
}
.mpBody{
	height:400px;
}
 @media(min-width: 1024px){
	#couponcodeinput{
		margin-left:71px;
	}
	.bodycontentsdata{
		margin-left:50px;
	}
	.desidata{
		width:48%;
	}
	.conf{
		width:33.5%;
	}
	.mediaSty{
		width:85%;
	}
	/*.hideLeftP{
		margin-left:75px;
	}*/
	/*#header_List{
		margin-right:50px;
	}*/
	.rowMrgn{
		width:90%;
	}
	.maxScreen{
		width: 1134px;
		margin: 0 auto !important;
	}
	.wb_pwr_by{
		font-size: 12px;text-align: center;position: fixed !important;bottom: 2%;background: #eee;left:40%!important;
	}
}

.head{
	font-size:20px !important;
	padding-bottom:5px;
}
.innerhead{
	font-size:15px !important;
	padding-bottom:5px;
}
.bottomheader{
	position: fixed;
	bottom: -100px;
	width:100%;
	display: block;
	transition: bottom 1s;
	background-color:#fff;
}
.newscroll::-webkit-scrollbar{
	width: 12px;
}
.mapMark{
	font-size:25px;
	position: absolute;
	z-index: 100;
	height:100%;
	padding: 14px 10px 14px 10px;
	color: #ccc;
}
.nmbtn{
	padding: 14px 10px 14px 10px;
	font-size:20px;
	color: #ccc;
}
.pdng{
	padding:10px;
}
.pcTitle{
	padding-left: 0px;padding-right: 0px;font-size:16px;margin-top: 10px;font-weight:bold;position: unset;padding: 14px 9px;
}
.cnf3{
	margin: 0px;height: 50px;position: fixed;display: table;bottom: 0;;
}
.cnf4{
	margin: 0px;height: 50px;position: fixed;display: table;bottom: 0;width: 45%;
}
.hwimage{
    max-height: 60px;
    vertical-align: middle;
    max-width: 65px;
    margin: 0 auto;
}
.imageDiv{
    text-align: center;
    height: 70px;
    padding-top: 4px;
}
.categoryItems .active .blockht{
	background-color:#fbf8af !important;
}
.blockht{
background-color:#00f7ff;
}
.txtDiv{height:70px;text-align: center;position: relative;top: 25px;cursor:pointer;font-size: 13px;color:#000000;}

.flexrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flexrow{
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}
.catalogBtn{
	float: left;
	font-size: 14px;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 6%;
    padding:10px;
    background: #fff;
    margin-bottom:5px;
    border:1px solid #DDD;
    text-shadow:1px 1px #BBB;
}
#rightPannel_items li{
	padding-bottom: 10px;
    margin: 0px;
}

#rightPannel_items .sp-item{
	padding: 5px 0;
}

#rightPannel_items input{
	padding:3px;
	text-align:left;
	width:50px;
}

.selectedMenuhelper1{
	margin-top: 76px; 
	font-size: 15px; 
	color:#AAA; 
	text-align:center;
	margin-bottom: 100px;
}
.selectedMenuhelper2{
	margin-top: 30px;
	font-size: 15px;
	text-align:center;
	color: #AAA;
	margin-bottom: 30px;
}
.paymentTyp:hover{
	background-color:'#78b9f1';
}
.activeMenu{color:#60ca0d; text-shadow: 0 0 #000;}
.bnChild{
	border: 1px solid #DDD;
	border-radius: 5px;
    padding: 5px;
    box-shadow: 1px 2px #ddd;
    margin-bottom: 10px;
    cursor: pointer;
}
.bnChild i{
	font-size: 30px;
}
.bnstoreSelection{
	margin: 20px;
    font-size: 17px;
    color: #888;
}
.bnstadd{
    font-size: 12px;
    margin: 5px 0;
	color:#888;
}
.bnstadd span{
	color: #666;
    margin-right: 10px;
}
.labelClass{
	font-weight: 500 !important;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
}
.nextBtn{
	margin-right: 10px;
	color: black !important;
	padding: 8px 10px;
	font-weight: 600;
	float: right;
	border-radius: 4px;
}

.previousBtn{
	margin-left: 10px;
	border: unset;
	color: black !important;
	padding: 8px 10px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
}

.updateBtn{
	margin-right: 10px;
    background: green !important;
    border: unset;
    color: #fff !important;
    padding: 7px;
    font-weight: 600;
    float: right;
    text-transform: uppercase;
    border-radius: 4px;
}

/*fabSmallinput*/
.utl_fab_lp, .utl_fab_sp,.utl_fab_mp{
    /*border:1px solid #ced4da;
    margin: 0;
    font-size: 14px;
    color: #444;
    border-radius: 4px;
    padding: 5px;
    outline: 0;
    height:40px; */
	border: 1px solid #ced4da;
    margin: 0;
    font-size: 13px;
    color: #000;
    border-radius: 4px;
    padding: 5px;
    outline: 0;
    height: 40px;
    font-weight: bold;
}
/*input-group-addon*/
.util_fab_ina{
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	border-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.short_label{
	float: right;font-size: 12px;margin-top: 5px;
}
.loginLabel,.wb-page-head{
	font-size: 20px; 
	padding: 10px 0; 
	text-align: center;
}
.wb-page-head{
	font-size: 22px !important;
	text-shadow: 2px 2px #eee;
}
#login_error{
	padding: 0px 15px;margin-bottom: 5px;
}
.fp_error{
	color:red;
	font-size:14px;
	padding:0px 15px;
	margin-bottom:5px;
}
.li-font{
	font-size:15px;
}
#map_results_list{
	list-style: none;
    padding: 0;
    text-overflow: ellipsis;
    font-size: 12px;
    
    padding-right: 5px;

}
#map_results_list li a{
	text-decoration:none;
	color: #333;
}
#map_results_list li{
	list-style: none;
	text-overflow: ellipsis;
	font-size: 12px;
	width: 100%;
	padding: 3px 5px;
	border-bottom: 1px solid #eee;
}
#map_results_list li:nth-child(2n){
	background:#fff;
}
#map_results_list li:nth-child(2n+1){
	background: #fbfbfb;
}
.bnStoreName{
	font-size:16px;
	font-weight: 500;
}
.bnChildLeft{
	width: 80%;float: left;padding: 0px 15px;margin: auto;
}
.bnChildRight{
	width: 20%;float: left;margin: auto;
}
.bnChildIcon{
	text-align: center;
}
.wb-nav-header{
	margin: 0;
	display: flex;flex-direction: row;
	height: 60px;
	border-bottom: 1px solid #EEE;
	background-color: #FFF;
}
.wb-nav-header-logo{
	width: 80%;
    float: left;
    margin: auto 0px auto;
}
.wb-header{
	height: 60px;position: fixed;left: 0;top: 0;width: 100%;z-index: 1030;
}
.color-orders:nth-of-type(even){
    background-color: rgba(0,0,0,.05);
}
.resultListShow:nth-of-type(even) .color-orders {
    background-color: rgba(0, 0, 0, 0.05);
}
.wb-btn-fnt{
	font-size: 15px;
}
.wb-li-fc{
	color: #999;
}
.wb-li-ordId{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}
.wb-li-wf-status{
	/*padding: 5px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ddd;
	width: 80%;*/
	padding: 5px 0;
}
.wb-li-amt{
	text-align: right;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.wb-li-amt i{
	margin-right: 3px;
}
.wb-li-inv-sts{
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 3px 3px 3px;
	font-size: 12px;
	line-height: 1.5;
}
.wb-li-inv-sts-p{
	border-radius: 5px;float: right;width: 75%;margin: 0 auto 5px;
}
.wb-li-wf-status-fnt{
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 3px 8px;
	color: #000;
	border:0.3px solid #d6d1d1;
}
.prdtField, .ord-info{
	margin: 0 0 10px !important;	   
}
.ord-info>div{
	padding-left:0px;
}
.prdtField>div{
	padding-right:0px;
}
.alignRight{
    text-align:right;
}
.border_bottom{
	border-bottom:1px solid #f2eaea !important;
}
.wb-mrg-15{
	margin-bottom: 15px;
}
.wb-srv-li{
    text-align: center;
	padding:3px;
}
.wb-srv-head{
	font-weight: bold;
	color: #999;
	margin-bottom: 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.wb-home-mrg{
	margin: 0px 5px 5px !important;
}
.wb-tags{
	color: white;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 7px;
}
.alignRightFont{
	text-align: right;
}
.wb-mrg-b-20{
	margin-bottom: 20px;
}
.wb-srv-helper{
	margin-bottom: 15px;
	color: #aaa;
}
.wb-dis-v-style{
	display: flex;
	align-items: center;
}
.wb-add-row{
	padding: 10px 5px;
	border: 1px solid #ddd;
	border-radius:7px;
	min-height:80px;
	margin: 0px 0 15px;
}
.wb-add-row i{
	font-size: 25px;
}
.wb-add-label{
	font-size: 12px;color: #000;margin-bottom: 10px;font-weight: 600;text-transform: uppercase;
}
.pk-svc-img-block{
	height: 65px;display: flex;align-items: center;justify-content: center;
}
.catalogList{
	width:80px;
	border-right: 1px solid #DDD;
}
.wb-srv-item-li{
	margin: 0px !important;
	padding: 8px 5px;
	display: flex;
	align-items: center;
}
.resListShow{
	padding: 10px !important;
	margin:0;
}
.noOrders{
	padding: 40px;
	font-size: 20px;
	color: #aaa;
	text-align: center;
}
.wb-sticky-bar-row{
	margin: 0;
	width: 365px;
	background: #eee;
	margin-left: -20px;
}
.head_textshadow{
	text-shadow: 1px 1px 2px !important;
}
.wb_all_pageScroll{
	display: none;
	width: 365px;
	background: white;
	margin: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}
.wb_scroll_page{
	background: white;
	width: 365px;
	margin: auto;
	height: 100%;
}
.wg_branding_name{
	color:#000; 
	font-size: 18px; 
	font-weight: 200; 
	text-shadow: 1px 0px black; 
	text-decoration:none
}
.order_details_scroll{
	width: 365px;
	background: white;
	margin: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}
.login_footer{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0px;
}
.prof_icon {
	font-size:20px;
	padding:10px;
}
.prof_link {
    font-size: 15px;
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid #DDD;
    padding-left: 20px;
}
.ord_user_row {
	display: flex;
	flex-direction:row;
	padding: 8px 0;
	border-bottom: 1px solid #EEE;
}
.ratecard-cat-li {
	text-align: center;
    padding: 0px;
}
.resultListShow:hover{
	background: #FFFFD9;
}
.update_profile{
	background: green !important;
    border: unset;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px 
}
.upload_img{
	border: 1px solid #ddd;
	max-width:150px;
	max-height:150px;
	border-radius: 50%;
	margin-top: 20px;
}
.box-container {
	display: flex;
	flex-wrap: wrap;
  }
  .box-container .option-box {
	padding: 7px 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
  }

  .box-container input[type="hidden"] {
	display: none;
  }
.wb_navigation{
	display:none;
	margin:15px;
	cursor:pointer;
	font-size: 19px;
}
.main_footer{
	text-align: center;
	width: 365px; 
	background: white; 
	border-top: 1px solid #DDD; 
	height:100%; 
	display:flex; align-items:center
}
.wb_options{
	font-weight: 500;
    font-size: 9px;
}
.login_ftr{
	height: 73px;
	margin: 0 auto;
	max-width: 337px;
}
.imgInOrdView{
	width: 22%;
	text-align: center;
	border: 1px solid #ccc;
	background: white;
	margin: 5px;
	border-radius: 3px;
	padding: 5px;
	cursor: pointer;
	display:inline-block;
}
.dashWidgetTopBx{
	padding-top:5px;
	display:flex;
	align-items:flex-end;
	justify-content:center;
}
.packageMainDiv {
	MARGIN: 5px;
    PADDING: 15px 5px;
    BORDER: 1px solid #DDD;
    border-radius: 10px;
}
.swal-text-large{
	font-size:18px !important;
	font-weight: bold !important;
}
.custom-swal-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
}
.custom-swal-button{
	width:100px;
	font-size: 18px !important;
    padding: 5px 25px !important;
    border-radius: 8px !important;
}
.tagDataPack {
    background: #056f1c;
	color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 9px;
    padding: 3px 7px;
}
.srvIconDiv:hover{
   background: #faffb8 !important;
}
.utl_fab_ccs{
	margin-left:-30px;
	font-size:20px;
	color:#b1adad;
}
.slotClr{
	background: #faffb8 !important;
}
.my-ok-btn{
	background-color:green;
	font-size:15px;
}
.cancel-swal{
	width:100px;
	font-size: 18px !important;
    padding: 5px 25px !important;
    border-radius: 8px !important;
}
.login-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.login-screens {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 345px;
    border-radius: 20px 20px 10px 10px;
    height: auto;
	max-height: 100%;
    background: #ebeaef;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    z-index: 3;

    /* Start hidden */
    transform: translateY(100%);
    transition: transform 0.6s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    will-change: transform;   /* hint for GPU */
}

.login-screens.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.widgetblur {
    filter: blur(5px);
    transition: filter 0.3s ease;
}
.login-closeBtn{
	position: sticky;
	top:0px;
	z-index: 3;
	font-size:20px;
	cursor: pointer;
	padding: 10px;
	text-align:center;
	background-color: #e6dfdf;
}
.otp-closeBtn{
	padding:8px;
	font-size: 15px;
}
.wbsupplyPlace{
	margin-left:10px;
}
.carosle-img{
	border-radius:20px;
}
.pickup-btn{
	border-radius:50px 50px;
	background: linear-gradient(to right, #a8e6a1, #2e7d32);
	border:none;
}
.ratecard-button:hover {
    filter: brightness(0.9);
    transform: scale(1.05);
}
#schedulePickup_homePage .item:hover {
    transform: scale(1.05);
}
.stats-container {
  display: flex;
  flex-direction: row;
  gap: 5px;
  overflow-x: auto;
  scroll-behavior: smooth; /* smooth scrolling effect */
  padding: 10px 0px;
  scrollbar-width: none; /* Firefox */
}

.stats-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.stats-container {
    display: flex;
    gap: 3px;
    justify-content: flex-start;
}

.stats-box {
    background: #f4f8fa;
    border-radius: 6px;
    padding: 8px 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stats-top {
    height: 40px; /* fixed height to keep top sections aligned */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.stats-value {
    font-size: 14px;
    font-weight: bold;
}

.stats-wallet {
    color: #007bff;
}

.stats-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.stat-icon {
    width: 14px;
    height: 14px;
}

.stat-title {
    font-size: 9px;
    font-weight: 600;
}

.add-link {
    font-size: 10px;
    font-weight: bold;
    color: #1e88e5;
    cursor: pointer;
    margin-top: 4px;
}

.ratecard-home {
  cursor: pointer;
  margin: 15px 0 !important;
  border: 1px solid #ddd;
  padding: 0px 5px;
  height: 40px;
  width: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  color: #285ee0;
  user-select: none;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
  transition: box-shadow 0.3s ease;
}

.ratecard-home:hover {
  box-shadow: 0 4px 8px rgb(40 94 224 / 0.3);
}

.ratecard-home p {
  margin: 0;
  padding: 5px 0;
  border: none;
  cursor: pointer;
  font-size: 12px;
}
.noOrders {
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  margin: 10px auto;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.noOrders-login {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.noOrders-empty {
  background-color: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
}

.noOrders i {
  font-size: 16px;
}
.recent-order-container {
  background: #fcf9e4;
  border-top: 1px solid #fff0a0;
  font-size: 11px;
}
.recent-order-card:hover{
	 background: #fcf9e4;
}

.recent-order-header {
  padding: 10px;
  font-weight: bold;
  text-shadow: 0 0 black;
  border-bottom: 1px solid #fff0a0;
}

.recent-order-card {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  background: #fff;
}

.recent-order-date {
  text-align: center;
  border-right: 1px solid #DDD;
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recent-order-date span:first-child {
  font-size: 22px;
}

.recent-order-date span:last-child {
  font-size: 10px;
  text-transform: uppercase;
}

.recent-order-status {
  flex: 0 0 50%;
  padding: 0 10px;
}

.recent-order-status div {
  font-weight: 500;
  margin-bottom: 5px;
}

.recent-order-status span {
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 10px;
  border: 1px solid #DDD;
  display: inline-block;
}

.recent-order-price {
  flex: 0 0 30%;
  border-left: 1px solid #DDD;
  text-align: right;
  padding-left: 10px;
}

.recent-order-price div {
  margin-bottom: 4px;
}

.recent-order-qty {
  font-size: 9px;
}

.recent-order-slot {
  padding: 5px 10px 0;
  font-size: 12px;
  color: #333;
  display: flex;
  justify-content: flex-end;
}

.noOrders {
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #888;
}
.newUser_err{
	color:red;
	padding:10px 0px;
	text-align:center;
}
.addrs-bg{
	background: #d4d3d3 !important;
}
.addrs-bg:hover{
	color: #ffffff !important;
}
.big-radio {
  transform: scale(1.5); /* Increase to desired size */
  cursor: pointer;
}
.banner-img{
	height:200px !important;
	object-fit: cover !important;
	 width: 100% !important;
	 object-position: center center;
}
.input-rounded {
  height: 45px;
  border-radius: 0 10px 10px 0;
}

.button-rounded {
  border-radius: 12px;
  padding: 12px 0;
  font-size: 16px;
}

.shadow-card {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.add-address-btn:hover {
    background-color: #b4aeae; /* Hover color */
    color: #000;
    transition: background-color 0.3s ease;
}
.ord-slot{
	padding:5px 0px;
}
.custom-swal-font {
  font-size: 16px !important;  /* You can adjust the size as needed */
}
.inside-swal{
	padding:10px 0px;
	text-align:center;
}
.driver-ph{
	padding-left: 5px;
}
.ordDetail-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.btn-cancel {
  background-color: #ffc107;
  color: #000;
  width:150px;
}

.btn-reschedule {
  background-color: #28a745;
  color: #fff;
  margin-left: 10px;
  width:150px;
}
.schedule_err{
	color:red;
	padding:5px 0px;
}
/*reschedule styles*/
.reschedule {
  padding: 15px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.reschedule-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 15px;
}

.reschedule-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.reschedule-label {
  flex: 0 0 30%;
  font-weight: 500;
  color: #333;
}

.reschedule-input {
  flex: 1;
}

.reschedule-date,
.reschedule-slot {
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

