@charset "utf-8";
/* CSS Document */
 

/* .homebg{
	background-repeat: no-repeat;
  	background-size: 100%; 
} */
 
.overlayVideo{
	position:relative;
	padding:2px;
}
.overlayVideo.overlay:before{
	background:#f6f7fb;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.overlayVideo.overlay:hover:before{
	opacity:0.3;
	visibility:visible;
}


.overlayVideo .playButton{
	height:30px;
	width:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	background:#F7941D;
	border-radius:100%;
	display:block;
	position:absolute;
	left:35%;
	top:50%;
	margin-left:-20px;
	margin-top:-20px;
	text-align:center;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	transform:scale(0);
	opacity:0;
	visibility:hidden;
	 
}
.overlayVideo .playButton:hover{
	background:#fff;
	color:#333;
}
.overlayVideo:hover .playButton{
	opacity:1;
	visibility:visible;
	transform:scale(1);		 
}



.overlayVideo .removeButton{
	height:30px;
	width:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	background:#F7941D;
	border-radius:100%;
	display:block;
	position:absolute;
	left:65%;
	top:50%;
	margin-left:-20px;
	margin-top:-20px;
	text-align:center;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	transform:scale(0);
	opacity:0;
	visibility:hidden;
	 
}
.overlayVideo .removeButton:hover{
	background:#fff;
	color:#333;
}
.overlayVideo:hover .removeButton{
	opacity:1;
	visibility:visible;
	transform:scale(1);		 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.shop .search-top {
		right: 15px !important;
	}
	.header.shop .search-bar { 
		margin-top:20px !important;
		left:0px !important;
		height: 45px !important;
		width: 400px !important;
	}
	.header.shop .search-bar form {
		height: 45px !important;
		width: 170px !important;
	}

	.header.shop .search-bar .keyword {
		height: 45px !important;
		width:170px !important;
	}

	.locationPin {
		width:180px !important;
		margin-left:170px !important;
	}

	.zipCodePin {
		width:130px !important;
	}

	.header.shop .search-bar .btnn {
		height: 45px !important;
		line-height: 40px !important;
		font-size: 12px !important;
	}

	.header.shop .zip-code {
		height: 40px !important; 
		width:170px !important;
	}

	
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
	 
	 
	.blog-single .main-sidebar .side-tags .tag {
		margin-top: 30px !important;
	}

	.blog-single .main-sidebar {
		border: 0;
		padding: 0 !important;
	}

	.listingStyle {
		margin-top: 20px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		 
	}

	.singleIcon .total-count {
		top:-4px !important;
		right:6px !important;
	}
	
}

@media only screen and (max-width: 450px){
	.single-widget .recent-post{
		display:none !important;	
	}
	
	.leftLine{
		border:0px !important;		 
	}

	.small-logo {
		height: 50px  !important;
	}
	.header.shop .search-top {
		right: 15px !important;
	}
	.header.shop .search-bar { 
		margin-top:20px !important;
		left:0px !important;
		height: 45px !important;
		width: 345px !important;
	}
	.header.shop .search-bar form {
		height: 45px !important;
		width: 150px !important;
	}

	.header.shop .search-bar .keyword {
		height: 45px !important;
		width:150px !important;
	}

	.locationPin {
		width:180px !important;
		margin-left:150px !important;
	}

	.zipCodePin {
		width:130px !important;
	}

	.header.shop .search-bar .btnn {
		height: 45px !important;
		line-height: 40px !important;
		font-size: 12px !important;
	}

	.header.shop .zip-code {
		height: 40px !important; 
		width:130px !important;
	}
	.singleIcon .total-count {
		top:-4px !important;
		right:6px !important;
	}

	.section {
		padding:0px !important;
	}

	.search-top .notifyDropdown  {
		font-size: 10px !important;
	}
	.search-top .notifyDropdown-content {
		margin-right: 50px !important; 
		font-size: 10px !important;
	}

	.search-top .notifyDropdown-content a { 
		font-size: 14px !important;
	}

	.main-sidebar {
		border:0px !important;
		padding: 0px !important;
	}
	
	.contact-us .single-head {
		padding: 0px !important;
	}

 
}



.accountFunc ul li{
	list-style: none;
	display: inline;
	margin-bottom:20px;
}

 
/*@media only screen and (min-width: 450px) {
	 
	.single-list .list-image img{
		width: 158px;
		height:190px;
		object-fit:scale-down;
	}
	
	.cown-down .image img{
		width: 100%;
		height:515px;
		object-fit:scale-down;
	}		
 
}*/


 



 

div{
	word-wrap: break-word;
}



.size .nice-select .list{
	overflow-y: auto;
	overflow-x: auto;
	
}


/*.nice-select {
	z-index: 9999;
}*/
 
 

div.showVideo{	 	
	position: fixed;   
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	background-color: #fff;    	 
  	border: 1px solid #eee;
  	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  	padding: 10px 10px;
  	z-index:10000;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
	/*width:100%;
	max-width:550px;*/
}

 

.roundBtn{
	width:25px;
	height:25px;
	color:#fff;
	border:#000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
}



.CloseButton {
    position: absolute;
    color:#000;
    top:-20px;
	text-align: center;
	vertical-align:baseline;
    right:-20px;
	background:#fff;
	display:inline-block;
	font-size:10px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	width:30px;
	height:30px;
	border:#000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
}

.CloseButton:hover{
	color:#FFF;
	background-color:#F7941D;
} 

div.centered {
  position: fixed;   
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;    	 
  border: 1px solid #eee;
  min-width:375px;
  max-width:400px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  padding: 10px 10px;
  z-index:100;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}


#pushMsgDiv {
    position: fixed;
    bottom: 10px;
    right: 30px;	 		
	background-color: #fff;    	 
	border: 1px solid #eee;
	max-width:300px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  	padding: 15px 15px;
	z-index:100;
  	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
 


  
.textField{
	height: 40px;
	line-height: 40px;	 
	border: 1px solid #c8c8c8;
	padding: 0px 10px;
	color: #333;
	border-radius: 0px;
	font-weight: 400;
}

.starYellow{
	color:#F7941D !important;
}

.starYellow a:hover{
	color:#F7941D !important;
}

.studioThumbnail{
	max-height:100px;
}

.grey{
	color:#CCC;
}
 
.icon24{
	font-size:24px;
}

.icon30{
	font-size:30px ;
}

.icon18{
	font-size:18px !important;
}

.icon20{
	font-size:20px !important;
}

.icon16{
	font-size:16px;
}
 
.reviewThumb{
	max-width:100px;
}

.outOfStock{
	color:#900;
	font-size:24;
}

.nbutton {	
	position: relative;
	font-weight: 500;
	font-size:14px;
	/*color: #fff;*/
	height:40px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*z-index: 5;*/
	display: inline-block;
	padding: 8px 12px;
	
	text-transform:uppercase;
	border: 1px solid #ddd;
 	border-radius: 4px;
}

.nbutton:hover{
	color:#FFF;
	background-color:#F7941D;
}


.tagbtn {
	position: relative;
	font-weight: 500;
	font-size:14px;
	/*color: #fff;*/
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*z-index: 5;*/
	display: inline-block;
	padding: 8px 12px;
	
	 
	border: 1px solid #ddd;
 	border-radius: 4px;
}

.tagbtn:hover{
	color:#fff;
	background:#F7941D;
} 

.publishComplete {
	border: 1px solid #ddd;
 	border-radius: 100%;
	padding: 10px;
	font-size: 30px;
	background: #32B87D;
	color:#fff;
}
.nbtn {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	/*color: #fff;*/
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*z-index: 5;*/
	display: inline-block;
	padding: 8px 12px;
	
	/*text-transform:uppercase;*/
	border: 1px solid #ddd;
 	border-radius: 4px;
}

.nbtn-sm {
	position: relative;
	font-weight: 500;
	font-size:14px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 3px 8px;
	
	text-transform:uppercase;
	border: 1px solid #ddd;
 	border-radius: 4px;
}
.nbtn:hover{
	color:#fff;
	background:#F7941D;
} 


.dropdown-submenu {
  position: relative;
 
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  /*margin-top: -6px;*/
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  /*border-style: solid;*/
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  /*margin-top: 5px;*/
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


/******************/
 .loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  gt: 0;
  left: 0;
 /* width: 100%;
  height: 100vh;*/
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.bottomline, .bottom_line {
	border-bottom:solid 1px #ddd;
}

.topline {
	border-top:solid 1px #ddd;
}

.bottomDotLine{
	border-bottom:dotted 1px #ddd;
	padding-left: 5px;
	padding-right: 5px;
}

.leftLine{
	border-left:solid 1px #85BA46;
}

.rightLine{
	border-right:solid 1px #85BA46;
}



.indent{
	padding: 0px 25px;
}




.required{
	color:#F00;
}

.redBorder{
	border: 2px solid #F00 !important;
}

.errorStyle{
	color:#F00 !important;
}

.blueStyle{
	color:#0ff !important;
}

/*blink css*/
.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*end blink*/
 
 
.rowMargin{
	margin: 7px 7px;
}

.top_margin{
	margin-top:7px;
}

.left_margin {
	margin-left:7px;
}

.bottom_margin{
	margin-bottom:7px;
}


.handPointer{
	cursor: pointer;
}


/* The Modal (background) */
.ssModal {
  display: none; /* Hidden by default */
  position:fixed; /* Stay in place */
  z-index: 100000 !important; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;  
  height: 100%;    
  overflow: auto; /* Enable scroll if needed */
  background-color:transparent;   
  /*background-color: #1f92bf;/*rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  


/* Modal Content */
.ssmodal-content {
  background-color: #fff;  
  margin: auto;
  padding: 10px;
  border: 1px solid #eee;
  width: 100%;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius:4px;/* 10px 10px 10px 10px;*/
  border:1px solid #666;
}

.sstext_color{
	color:#000;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.singleVideo{
	width:100% !important;
	height:auto;
}

/*tabs section*/
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	width:100%;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	background: #fafafa;
	color: #fff;
	/*BORDER-LEFT:#f1b8d8 1px solid;	
	BORDER-TOP:#f1b8d8 1px solid;	
	BORDER-RIGHT:#f1b8d8 1px solid;	*/
}

.tab-content{
	display: none;
	background: #fafafa;
	padding: 15px;
	/*BORDER-LEFT:#f1b8d8 1px solid;	
	BORDER-RIGHT:#f1b8d8 1px solid;	
	BORDER-TOP:#f1b8d8 1px solid;	
	BORDER-BOTTOM:#f1b8d8 1px solid;	*/
}

.tab-content.current{
	display: inherit;
}


.odd_style{
	background-color:#eee;
}

.header_bgcolor{
	background:#ddd;
	color:#000;
	font-weight: 700;
}

.top_line
{	
	BORDER-TOP: #dddddd 1px solid;
}

.top_dot_line
{
	BORDER-TOP:#dddddd 1px  dashed;		
	
	 
}

.bottom_dot_line{
	border-bottom:#ddd 1px dashed;
	/* width: 100%; */
	text-align: center;
}

.level1{
	padding-left:20px !important;
}

div.showPopup{	 	
	position: fixed;   
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	background-color: #fff;    	 
  	border: 1px solid #eee;
  	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  	padding: 10px 10px;
  	z-index:10000;	
	max-width:auto;	
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;	
	/*max-height:80%;
	max-width:80%;	*/
	/*overflow-y:auto;
	overflow-x: hidden;*/
}

 
input[type=text], input[type=password]{
	height: 48px;
	line-height: 40px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 10px;
	color: #333;
	border-radius: 0px;
	font-size:14px;
}

.input-group-addon{
	border:1px solid #e6e2f5 !important;
	background:#fafafa;
	line-height: 40px;
	color: #333;
	border-radius: 0px;
	height: 48px;
	line-height: 40px;
	font-size:14px !important;
}

textarea {
	height: 120px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 10px;
	color: #333;
	border-radius: 10px; 
	resize: auto;
	font-size:14px;
	border-radius: 0px;
}


.thumbInfoIndent {
	padding: 0px 10px;
}

.chefData .thumbInfoIndent {
	padding: 0px 20px;
}

.chefData .listFavIcon {
	position: absolute;
	line-height:30px !important; 
	width: 30px;
	height: 30px;
	top:10px;
	right:25px;
	background: #333;
	color:#fff;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	border-radius: 100px; 
	z-index:1001;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 0;
	margin: 0;
} 
/*new for detail page */
.outer { 
	margin:0 auto; 
	vertical-align: middle;
	text-align: center !important; 
	background-color: #fff;
	width: 250px;
	height: 250px;
	border-radius: 10px; 
} 

.owl-carousel .owl-item {
	text-align:center;
	border-radius: 10px;
}

/* .singleThumb {
	width: 250px !important;
	height: 250px !important;
	border-radius: 10px; 
	object-fit:cover !important;
	background-color: #fafafa;
} */


.big .item { 
	top:0px;
	width: 250px;
	height: 250px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 10px; 
} 
 


.quickViewOuter { 
	margin:0 auto; 
	max-width:720px;
	max-height: 360px !important; 
	vertical-align: middle;
	text-align: center !important; 
	/* object-fit:scale-down; */
	background-color: #fafafa;
	border-radius: 3px; 
}

.quickView .item {
	width: auto !important;
	height: auto !important;
	float: none;
    display: inline-block;
	vertical-align: middle;
}


.thumbs .item { 
	background: #C9C9C9; 
	height:70px; 
	line-height:70px; 
	padding: 0px; 
	margin:2px; 
	color: #FFF; 
	border-radius: 0; 
	text-align: center; 
	cursor: pointer; 
	max-height: 100px !important;
}
.thumbs .item h1 { 
	font-size: 18px; 
}
.thumbs .current .item { 
	background:#FF5722; 
}
.owl-theme .owl-nav [class*='owl-'] { 
	-webkit-transition: all .3s ease !important; 
	transition: all .3s ease !important; 
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover { 
	background-color: #D6D6D6 !important; 
}
.big.owl-theme { 
	position: relative; 
}
.big.owl-theme .owl-next, .big.owl-theme .owl-prev { 
	
	background:#333 !important; 
	width: 30px !important; 
	line-height:30px !important; 
	height: 30px !important;
	margin-top: -25px !important; 
	position: absolute !important; 
	text-align:center !important; 
	top: 45% !important; 
	color: #fff !important;
	font-size: 14px !important;
	padding: 0 !important;
	border-radius: 100% !important;
	/* right:15 !important;
	left:15 !important; */
	margin: 0 !important; 
}
.big.owl-theme .owl-prev { left: 10px; }
.big.owl-theme .owl-next {right:10px; }
.thumbs.owl-theme .owl-next, .thumbs.owl-theme .owl-prev { background:transparent; }



.oldPrice {
  text-decoration: line-through !important;
  opacity: .6;
  margin-right: 2px;
}
 
 
 

 
 
.trending-slide .section-title{
	text-align: left !important;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	margin-top:-80px !important;
	margin-bottom: 0;
	text-transform: capitalize;
	position: relative;
	color: #2c2d3f;
	font-weight: 700;
	padding-bottom: 15px;
}

.trending-slide .section-title h2::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	left: 30px;
	bottom: 0;
	margin-left: -25px;
}

.trending-slide .owl-carousel {
	margin-top:-60px !important;
	margin-bottom: 50px !important;
	padding:0;
}
.trending-slide .owl-carousel span{
	text-align: left;
	font-size: 14px; 
	color: #2c2d3f;
}

.popular-slider  .product-img a img{
	height:120px;
	/* width:100px; */
	border-radius: 10px;
	padding: 15px; 
	vertical-align: bottom !important;
	background: #eee;
	object-fit:cover;
}


.avatarIcon img{
	height: 200px;
	width: 200px;
	border-radius:100%;
	margin-top:300px;
}

.artistName {
	margin-top:320px;
}

.blogIndent{
	padding: 0px 90px;
}


.compMenuIcons {
	margin-bottom:20px;
}

/*competition count down*/
.competition .cdown {
	float: none;
	text-align:center;
	width: 80px;
	display:inline-block;
	
}
.competition .cdown {
	text-align: center;
}
.competition .cdown{
	display:inline-block;
}
.competition .cdown span {
	color: #333;
	font-size: 15px;
	font-weight:400;
	text-transform:uppercase;
}
.competition .cdown p{
	font-size:13px;
	color:#666;
	text-transform:uppercase;
}

.competition li{
	list-style-type:square;
	margin-left:12px;
}
 
 
.shareIcon i {
	color: #F7941D;
	margin-right: 10px;
	font-size: 13px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.bottom span {
	margin-bottom: 10px !important;
}


.shareIconsStyle {
	height:40px;
}
.shareIconsStyle i {
	color: #F7941D;
	margin-right: 10px;
	font-size: 13px;
}
.shareIconsStyle a {
	font-size: 13px;
	border-right:1px solid #ddd;
	padding:0px 15px;
}
.shareIconsStyle  a:first-child{
	padding-left:0;
}
.shareIconsStyle  a:last-child{
	padding-right:0;
	border:none !important;
}


/*
entry entry thumb
*/
.single-product .product-img .product-action-1 {
	display: inline-block;
	position: absolute;
	left: 5px;
	top:20px;
	z-index: 99;
	border-radius: 3px;
}
.single-product .product-img .product-action-1 a {
	background-color: transparent;
	color: #333;
	display: block;
	font-size: 16px;
	display: inline-block;
	margin-right: 15px;
	/*text-align: left; not sure why i changed to left will check it again. it probably for the competition*/
	text-align: right;
	height: 52px;
	position: relative;
	top: 2px;
}

.single-product .product-img .product-action-1 a:last-child{
	margin-right:0;
	border:none;
}

.single-product .product-img .product-action-1 a i {
  line-height: 40px;
}

.single-product .product-img .product-action-1 a span {
	visibility: hidden;
	position: absolute;
	background: #F7941D !important;
	color: #fff !important;
	text-align: center;
	padding: 5px 12px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: opacity .6s, margin .3s;
	-o-transition: opacity .6s, margin .3s;
	transition: opacity .6s, margin .3s;
	font-size: 11px;
	right: 0;
	line-height: 14px;
	top: -12px;
	margin-top: -5px;
	margin-right: 0;
	display: inline-block;
	width: 120px;
	border-radius:15px 0 0 15px;
}
.single-product .product-img .button-head .product-action-1 a span::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: -12px;
	border: 6px solid #F7941D;
	border-left:0px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid transparent;
}
.single-product .product-img .product-action-1 a:hover {
	color:#F7941D;
}
.single-product .product-img .product-action-1 a:hover span {
  visibility: visible;
  opacity: 1;
  color:#333;
  background:#fff;
  margin-top: -12px;
}


.help {
	display: none;
}

.tab-content-1>.tab-pane {
    display: none
}

.tab-content-1>.active {
    display: block
}

/*notify css*/
.notifyDropdown {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	z-index: 100;
  }
  
  .notify-small {
	display: none;
	left: 0px;
	position:absolute;
	background-color: #fff;
	font-size: 13px;
	font-weight: 500;
	width:220px;
	max-width: 300px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	padding: 0px 15px;
	z-index: 100;
  } 

  .notifyDropdown-content {
	display: none;
	position:absolute;
	background-color: #fff;
	font-size: 13px;
	font-weight: 500;
	width:220px;
	max-width: 300px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	padding: 0px 15px;
	z-index: 100;
  }

  .notifyDropdown-content-small {
	display: none;
	position: absolute;
	background-color: #fff;
	font-size: 13px;
	font-weight: 500;
	width:220px;
	max-width: 300px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	padding: 0px 15px;
	z-index: 100;
  }

 


  .accountMenu {
	display: none;
	position: absolute;
	background-color: #fff;
	font-size: 13px;
	font-weight: 500;
	width:220px;
	max-width: 300px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	padding: 0px 15px;
	z-index: 100;
  }


  .source {
	margin-top: 2em;
}

.source p,
.source pre {
	margin: 0.25em 0;
	padding: 0;
}

.source .note {
	font-style: italic;
}

.autoColor {
	color: #F7941D;
	font-weight: bold;
}


.left-panel-style {
	background-color: #fafafa;
	
}

 

.auctionItem img {
	max-width: 150px;
	max-height: 300px;
}


.auctionCountDown .cdown {
	float: none;
	text-align:center;
	width: 80px;
	display:inline-block;
	
}
.auctionCountDown .cdown {
	text-align: center;
}
.auctionCountDown .cdown{
	display:inline-block;
}
.auctionCountDown .cdown span {
	color: #333;
	font-size: 14px;
	font-weight:400;
	text-transform:uppercase;
}
.auctionCountDown .cdown p{
	font-size:10px;
	color:#666;
	text-transform:uppercase;
}

.ownerStyle {
	background-color: #fafafa;
	font-weight: 500;
	color:#F7941D;
}


.soldStyle {
	font-weight: 500;
	font-size: large;
	color:red;
}

.boldText{
	font-weight: 700;
}
 

 

.profileImg{
	height: 80px;
	width: 80px;
	border-radius:100%;
}

.chefProfileImg{
	height: 50px !important;
	width: 50px !important;
	border-radius: 100%; 
}

.mailProfileImage {
	height: 35px;
	width: 35px;
	border-radius: 100%;
}

.profilePicSquare {
	height: 200px;
	width: 200px;
	object-fit:scale-down;
}

.itemThumbStyle {
	max-width: 100px;
	max-height: 100px;
}


.listingComment {
	background: #fafafa;
}
 
 
.fullWidth {
	width: 100% !important;
}

.halfWidth {
	width: 50% !important;
}

.cardInput {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 15px 20px;
	border-radius: 3px;
	border-radius: 0px;
	color:#333 !important;
	border: none;
	background:#F6F7FB;
}


.zipCodeSearch {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	z-index: 100;
}

.zipCodeSearch-content {
	display: none;
	position:fixed;
	background-color: #fff;
	font-size: 13px;
	font-weight: 500;
	width:220px;
	max-width: 300px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	padding: 0px 15px;
	z-index: 100;
}

.redLineStyle {
	font-weight: 500 !important;
	color:#900 !important;
}

.greenLightStyle {
	font-weight: 500 !important;
	color: #2c2d3f !important;
}

.datepicker.dropdown-menu {
    z-index: 9999 !important;
}
 

.singleIcon{
	/*color:#ddd;*/
	 
	position:relative;
}
.singleIcon:hover{
	/*color:#333;*/
}
.singleIcon .total-count {
	position: absolute;
	top: -7px;
	right: -8px;
	background: #000;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 10px;
}

.singleIcon .total-fav-count {
	position: absolute;
	top: -10px;
	right: 17px;
	background: #000;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 10px;
}

.allergyStyle {
	color: #900 !important;
}

.dietStyle {
	color: #85BA46 !important;
	 
}

.allergyWord {
	color: #900 !important;
	font-weight: 500;
}

.tag {
	/*position: absolute;
	top:-20px;
	right:10px;*/
	float: right;
}

.locationPin {
	position: absolute;
	display: none;
	margin-top: 50px;
	margin-left:220px;
	padding:20px;
	width: 239px;
	background-color: #fff; 
	z-index: 1000;
	box-shadow: 0px 0px 15px #0000001a;
}

.locationPin li {
	padding: 5px;
}

.locationPin li:hover {
	text-decoration: underline;
}

.zipCodePin {
	position: absolute;
	display: none;
	margin-top: 50px;
	margin-left:200px;
	width: 255px;
}

.imageBg {
	background: #fff;
	display:flex;
	justify-content: center;
}

.bottom_aligner {
	display: inline-block;
    height: 80%;
    vertical-align: bottom;
    width: 0px;
}

.orderItemBox {
	box-shadow: 0px 0px 15px #0000001a;
	padding: 10;
	
}

.homebg{
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;   
	min-height: 150px; 
}


.pickupRightLine {
	border-right:solid 1px #ddd;
}

.reserved {
	position: absolute;
	width: 30px;
	height: 30px;
	top:-10px;
	right:-10px;
	background: #000;
	color:#fff;
	border-radius: 100px;
	z-index:1001;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 2px 5px;
}

.inDays {
	position: absolute;
	top:10px;
	left:10px;
	font-weight: 500;
	font-size: 14px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*z-index: 5;*/
	display: inline-block;
	padding: 2px 5px;
	
	border: 1px solid #ddd;
 	border-radius: 4px;
}

.distance {
	position: absolute;
	bottom:10px;
	left:10px;
	font-weight: 500;
	font-size: 14px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*z-index: 5;*/
	display: inline-block;
	padding: 2px 5px;
	
	border: 1px solid #ddd;
 	border-radius: 4px;
}

/* default nice-select*/
.nice-select {
	clear: initial;
	margin: 0;
	height: 45px;
	width: 100%;
	text-align: center;
	background: transparent;
	/* text-transform: capitalize; */
	padding: 0 0 0 20px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #eee;
	border-radius: 0;
}
.nice-select::after {
	border-color: #666;
	right: 20px;
}
.nice-select .list {
	border-radius:0px;
	width: 100%;
	overflow-y: auto;
  	max-height: 280px;  
}
.nice-select .list li.focus{
	font-weight:400;
	text-transform:lowercase;
}
.nice-select .list li {
	color: #666;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	text-transform:lowercase;
}
.nice-select .list li:hover{
	background:#F7941D;
	color:#fff;
}

.disableStyle {
	background-color: #2c2d3f;
	color:#fff;
}

 
.crossed {
	background: 
		linear-gradient(to top left,
			rgba(0,0,0,0) 0%,
			rgba(0,0,0,0) calc(50% - 0.8px),
			rgba(0,0,0,1) 50%,
			rgba(0,0,0,0) calc(50% + 0.8px),
			rgba(0,0,0,0) 100%),
		linear-gradient(to top right,
			rgba(0,0,0,0) 0%,
			rgba(0,0,0,0) calc(50% - 0.8px),
			rgba(0,0,0,1) 50%,
			rgba(0,0,0,0) calc(50% + 0.8px),
			rgba(0,0,0,0) 100%);
	 
}

.notifyRemoveStyle {
	position: absolute;
	right: 0;
	bottom: 12px;
	height: 20px;
	width: 20px;
	line-height: 18px;
	text-align: center;
	background: #fff;
	color: #222;
	border-radius: 0;
	font-size: 11px;
	border: 1px solid #ededed;
}
.notifyRemoveStyle:hover{
	background:#222;
	color:#fff !important;
	border-color:transparent;
}



.chartBarColor {
	background-color: #F7941D !important; 
}

.whiteBg{
	background-color: #fff;
}


/*password view */
.password-container{
	position: relative;
}.password-container input[type="password"],
.password-container input[type="text"]{
width: 100%;
padding: 12px 36px 12px 12px;
box-sizing: border-box;
}.view-password{
position: absolute;
top: 28%;
right: 4%;
cursor: pointer;
color: lightgray;
}
 
 
.outer {
	display: flex;
   	align-items:flex-start; 
   	justify-content: center;
}

/*intro page, about us*/
.greenText {
	color: #85BA46;
}

.headline h6 {
	font-weight: 500;
}

.intro-banner {
	background-color:#F7941D;
	color:#fff;
	font-size: 14px;
	font-weight: 300;
}

.blackLabel {
	color: #000 !important;
}

.introFontStyle {
	color:#000;
	font-size: 16px;
	font-weight: 500px;
}

 

.introBtn {
	position: relative;
	font-weight: 500;
	font-size:14px;
	color: #fff;
	background: #85BA46;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*z-index: 5;*/
	display: inline-block;
	padding: 8px 12px;
	
	 
	border: 1px solid #ddd;
 	border-radius: 4px;
}


.introBtn-sm {
	position: relative;
	font-weight: 500;
	font-size:14px;
	background: #85BA46;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 8px 12px;
	
	 
	border: 1px solid #ddd;
 	border-radius: 4px;
}
.introBtn:hover{
	color:#fff;
	background:#4c535a;
} 


.faqBorder {
	border: solid 1px #000;
}

.faqLeftBorder {
	border-left: solid 1px #000;
}

.roundCorner {
	border-radius: 10px 10px 0 0;
}

.ingredStyle {
	 
	border-radius: 5px;
	padding: 5px 15px;
	background:#f4f7fc;
	font-size: 12px;
	line-height: 13px;
}

.pickupDateStyle {
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
	padding: 3px 10px;
	background:#900;
	font-size: 14px;
	color:#fff;
	line-height: 13px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
}

.pickupDateStyle:hover {
	background:#85BA46; 
	color:#fff;
}

.eventDateStyle {
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
	padding: 3px 10px;
	background:#900;
	font-size: 12px;
	color:#fff;
	line-height: 13px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
}

.eventDateStyle:hover {
	background:#85BA46; 
	color:#fff;
}

.flagIcon {
	position: absolute;
	line-height:30px !important; 
	width: 30px;
	height: 30px;
	top:10px;
	right:58px;
	background: #333;
	color:#fff;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	border-radius: 100px; 
	z-index:1001;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 0;
	margin: 0;	
}

.listFavIcon {
	position: absolute;
	line-height:30px !important; 
	width: 30px;
	height: 30px;
	top:10px;
	right:25px;
	background: #333;
	color:#fff;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	border-radius: 100px; 
	z-index:1001;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.fullWidth {
	width: 100% !important;
	font-size: 14px !important;
}


.popular-slider1 .product-img a img  {
	height:250px;
	border-radius: 10px;
	padding: 15px; 
	vertical-align: bottom !important;
	background: #fafafa;
	object-fit:cover;
}

.menuItem  {
	height:250px !important;
	width: 250px !important;
	border-radius: 10px;
	padding: 10px;
	 
}

.hiddenDiv {
	display: none;
}

 
/*listing thumb style */
.listingStyle {
	box-shadow: 0px 0px 15px #0000001a;
	padding: 0px;
	border-radius: 10px;
	width:300px;
	margin-top: 20px;
	margin-left: 20px;
}

.ThumbOuter { 
	top:0px;
	margin:0 auto; 
	vertical-align: middle;
	text-align: center !important; 
	background-color: #fff;
	width: 100%;
	height: 150px;
	border-radius: 10px; 
	
}

 
.ThumbBig .item { 
	top:0px;
	width: 300px;
	height: 150px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background: no-repeat;
	background-size: cover;
	border-radius: 10px 10px 0 0; 
}

.singleThumb { 
	/*top:0px;*/
	/* width: 300px !important;;
	height: 150px !important;
	border-radius: 10px 10px 0 0 !important;
	object-fit:fill !important; */
	 
}
 
.ThumbBig.owl-theme { 
	position: relative; 
}
.ThumbBig.owl-theme .owl-next, .ThumbBig.owl-theme .owl-prev { 
	
	background:#333 !important; 
	width: 30px !important; 
	line-height:30px !important; 
	height: 30px !important;
	margin-top: -25px !important; 
	position: absolute !important; 
	text-align:center !important; 
	top: 45% !important; 
	color: #fff !important;
	font-size: 14px !important;
	padding: 0 !important;
	border-radius: 100% !important;
	/* right:15 !important;
	left:15 !important; */
	margin: 0 !important; 
}
.ThumbBig.owl-theme .owl-prev { left: 10px; }
.ThumbBig.owl-theme .owl-next {right:10px; }

.listTitle {
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	word-wrap: break-word;
	display: flex;                   /* defines flexbox */
  	align-items: flex-end;           /* bottom of the box */
}

 
.ThumbDetailButton {
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 25px;
	padding: 3px 10px;
	background:#fff;
	font-size: 14px;
	color:#000;
	line-height: 14px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	border:#900 1px solid;
	 
}

.ThumbDetailButton:hover {
	background:#85BA46; 
	color:#fff;
}

.singleThumbnailBackground {
	width: 300px !important;
	height: 150px !important;
	/* border-radius: 10px 10px 0 0;  */
	
}

.singleThumbnail {
	width: 300px !important;
	height: 150px !important;
 	border-radius: 10px 10px 0 0;
	object-fit: cover;
}

.textBottom {
	display: flex;                   /* defines flexbox */
  	align-items: flex-end;           /* bottom of the box */
}


.chefReviewInfo {
	padding: 3px 10px;
	background-color: #f5ce81;
	border-radius: 5px;
	cursor: pointer;
}

.chefProfileRoundImg{
	height: 100px;
	width: 100px;
	border-radius:100%;
	object-fit: cover;
}

.nextAvailableDate {
	padding: 3px 10px;
	border: 1px solid;
	border-radius: 5px; 
}

.accountIntro {
	padding: 10px;
	background-color: #f6d2ff;
}

.itemBox {
	top:0;
	padding: 10px;
	box-shadow: 0px 0px 15px #0000001a;
	border-radius: 10px;
}

.tbtn {
	position: relative;
	font-weight: 500;
	font-size: 12px;
	/*color: #fff;*/
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*z-index: 5;*/
	display: inline-block;
	padding: 8px 12px;
	
	text-transform:uppercase;
	border: 1px solid #ddd;
 	border-radius: 4px;
	margin-top: 5px;
}

.tbtn-sm {
	position: relative;
	font-weight: 500;
	font-size:12px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 3px 8px;
	
	text-transform:uppercase;
	border: 1px solid #ddd;
 	border-radius: 4px;
}
.tbtn:hover{
	color:#fff;
	background:#F7941D;
} 


.italic {
	font-style: italic;
}


/** detail stats */
.detail-stats  {
	margin-left:0;
	margin-bottom: 0;
	overflow: hidden;
}
 
.detail-stats .author a {
	font-size: 14px;
	border-right:1px solid #ddd;
	padding:0px 8px;
}
.detail-stats .author  a:first-child{
	padding-left:8px;
}
.detail-stats .author  a:last-child{
	padding-right:0;
	border:none;
}

.detail-stats span {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.detail-stats  span a i {
	margin-right: 1px;
	/* color: #F7941D; */
}
.detail-stats span a:hover{
	color:#F7941D;
}


.welcomeImg {
	max-height: 80px;
	 
}

.welcome-title {
	font-weight: 500;
	color: #F7941D;
	font-size: 18px;
}


.detailBox {
	padding: 10px;
	box-shadow: 0px 0px 15px #0000001a;
	height: 100%;
}

.detailBox .orderTitle {
	text-align:center;
	font-weight:700;
	color: red;
	font-size: 16px;
}

.detailBox .specialTitle {
	text-align:center;
	font-weight:700;
	color:#000;
}

.roundIcon {
	border-radius: 4px;
	padding: 3px;
	font-weight: 500;
	font-size:14px;
	background: #333;
	color: #fff;
}

.flagItem {
	color:#F00;
}

.activate {
	color:blue;
}

.pending {
	color: #666;
}

.midBb{
	background-color: #fafafa;
}

/*switch button*/
.switch {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 28px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }

.roundTag {
	border-radius: 10px;
	padding: 5px 15px;
	background:#f4f7fc;
	font-size: 14px;
}
.roundTag:hover{
	color:#fff;
	background:#F7941D;
}

.divWithScroll {
    overflow-y: auto;
    max-height: 400px; 
	 
}


.divWithScroll::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(136, 134, 134, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.divWithScroll::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.divWithScroll::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(136, 134, 134, 0.3);
  background-color: #555;
}


.filtersDiv {
	display: none;
	position: absolute;
	background-color: #fff;
	font-size: 13px;
	font-weight: 500;
	width: 300px;
	max-width: 350px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	padding: 0px 15px;
	z-index: 100;
}

.love-food {
	height: 40px !important;
}

.fontLarger {
	font-size:16px !important;
}

.exchange_wish_list {
	 
}

.msgItemSelected {
	background-color: #f4f7fc;
}


.mailDiv {
    overflow-y: auto;
    max-height: 850px;  
	overflow-x: hidden; 
}


.mailDiv::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(136, 134, 134, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.mailDiv::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.mailDiv::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(136, 134, 134, 0.3);
  background-color: #555;
}

.msgItem:hover {
	background-color: #eee;
}

.textareaExpandable {
	display: block;
	width: 100%;
	overflow: hidden;
	resize: both;
	min-height: 48px;
	line-height: 42px;
	border: 1px solid #e6e2f5;
	padding: 0px 10px;
	color: #333;
}

.textareaExpandable[contenteditable]:empty::before {
  content: "start type here";
  /* color: #000; */
}

 

.underline {
	text-decoration: underline;
	margin-top: 20px;
	 
}
 
.msgOldStyle {
	border-radius: 20px;
	padding: 5px 15px;
	background:#f4f7fc;
	font-size: 14px;
	text-align: left;
	height: auto !important;
	word-wrap: break-word;
}


 
.msgEvenStyle {
	border-radius: 20px;
	padding: 5px 15px;
	background: #b3e8d9;
	font-size: 14px;
	text-align: left;
	height: auto !important;
	word-wrap: break-word;
}

.mailRightLine {
	border-right:solid 1px #ddd;
}

 
.hideDiv {
	display: none;
}

.locationLabel {
	color:darkblue;
	font-weight: 500; 
}

.locationLabel:hover{
	text-decoration: underline;
}

.msgPhoto {
	display: none;
}

.selectedDiv {
	border: solid 1px #900 !important;
}

.popular-slider1 .posting-img a img  {
	height:100px;
	border-radius: 10px;
	padding: 15px; 
	vertical-align: bottom !important;
	background: #fafafa;
	object-fit:cover;
}

.postThumb {
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;   
	cursor: pointer;
	width: 120px;
	height:120px;
	/*min-height: 150px; */
}

.postPicDiv {
	max-width: 480px !important;
	height: 300px !important;
	  
	object-fit:cover !important;
	background-color: #fafafa;
	text-align: center;
}

.postThumb {
	max-width: 150px !important;
	height: 150px !important;
	  
	object-fit:cover !important;
	background-color: #fafafa;
	text-align: center;
}

.singlePost { 
	box-shadow: 0px 0px 15px #0000001a;
	margin-top: 15px; 
	padding: 10px;
}

.removeIcon {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #000;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 13px;
}
 
.singleIcon .total-like-count {
	position: absolute;
	top: -7px;
	right: -8px;
	background: transparent;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #000;
	/* border-radius: 100%; */
	font-size: 12px;
}

.left-waitlist-count { 
	width: 16px; 
	height: 16px; 
	border-radius: 50%; 
	color: #fff; 
	text-align: center; 
	line-height: 16px; 
	font-size: 11px; 
	position: absolute; 
	top: -7px; 
	left: -7px;
	background:#4c535a;
}


.selectedRed{
	background-color:#e92d5c !important;
	color: #fff;
}

.pill-text {
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100% !important;
    text-align: center;
}

.arrowSize{
	width: 15px;
}


.pills-no-highlight li { position: relative; display: inline-block; margin: 0 10px 15px 0; border-radius: 7px; padding: 5px 13px; background: #e8e8e8; font-size: 0.9rem; cursor: pointer; }

 
.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	height: 48px;
}

div.progressStatus {   
	overflow-y: auto;
	overflow-x: hidden;  	
	 
  	max-height: 600px;
}
 
 


.promoBox { 
	display: block !important; 
	width: 30%; 
	height: auto; 
	padding: 0;
	max-width: inherit;
	border-radius: 20px; 
	overflow-x: hidden;  
}
.promoBox .modal-content { 
	/*padding: 70px 20px 20px 20px; */
	border-radius: inherit;
	overflow-x: hidden;  
}


.promoBox .modal-body { 
	border-radius: 20px; 
	max-height: inherit !important; 
	padding: 20px !important; 
}


.vol_badge {
	position: absolute; 
	top: -10px; 
	right: -10px; 
	border-radius: 100%; 
	font-size:small;
	color: #e92d5c;
}

.inneed_badge {
	position: absolute; 
	top: -10px; 
	right: 10px; 
	border-radius: 100%; 
	font-size:small;
	color: #e92d5c;
}


.mapListingView {
	width: 310px;   
	max-height: 400px;
}

.roundAddBtn {
	
	background-color: #00AC64;  
	border-radius: 100%;
	color: #fff;
	padding: 5px;
	color: #FFF !important;
}
 

.garden_title {
	font-weight: 800;
	font-size: 18px; 
}
 

.roundRmBtn{
	background-color:#900;  
	border-radius: 100%;
	color: #fff;
	padding: 5px;
	color: #FFF !important;
}

 

.event-default-text-date {  
	position: relative; 
	display: inline-block; 
	overflow: hidden;  
	height: 30px; line-height: 30px;
	border-radius: 10px; 
	padding: 0 7px; 
	background: #fff; 
	font-size: 0.9rem; 
	cursor: pointer; 
	color: #000; 
}

.event-date-container { position: absolute; bottom: 40px; left: 20px; z-index: 2; text-align: left; }
