.pagination li {
  list-style-type: none;
  float: left;
  width: 40px;
  height: 40px;
  line-height:40px;
  background-color: #fff;
  color: black;
  text-align: center;
  cursor: pointer;
  margin:0 5px;
}

.pagination li:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000
}

.pagination ul {
  border: 0;
  padding: 0;
}

.active {
  background-color: #e61a1a !important;
  color: #000 !important;
}

.set-as-fav-item.active .fa-heart{
	color: #ffa422;
}
.ui-tooltip {
    width: 200px;
    text-align: center;
    box-shadow: none;
    padding: 0;
	background:#ff353b;

}
.ui-tooltip-content {
    position: relative;
    padding: 0.5em;
	color:#fff;
}
.ui-tooltip-content::after, .ui-tooltip-content::before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    left: 90px;
	border-color: transparent #ff353b;
}
.bottom .ui-tooltip-content::before {
    bottom: -10px;
    border-color: #ff353b transparent;
    border-width: 10px 10px 0;
	border-radius: 5px;
}
.bottom .ui-tooltip-content::after {
    bottom: -7px;
    border-color: #ff353b transparent;
    border-width: 10px 10px 0;
	border-radius: 5px;
}
.top .ui-tooltip-content::before {
    top: -10px;
    border-color: #ff353b transparent;
    border-width: 0 10px 10px;
	border-radius: 5px;
}
.top .ui-tooltip-content::after {
    top: -7px;
    border-color: #ff353b transparent;
    border-width: 0 10px 10px;
	border-radius: 5px;
}






.stardiv {
    height: 35px;
    background: #ccc;
    opacity: 0.7;
	
}

.text-part {
    height: 220px;
    background: #eee none repeat scroll 0 0;
    border-color: #bebebe;
    border-style: solid;
    border-width: 0;
    float: left;
    margin-bottom: 15px;
    margin-top: -2px;
    padding: 0 0 10px;
    width: 100%;
}

.text_left{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.text-part h5{
	font-size: 14px;
}
.text-part h3 {
    font-size: 20px;
}

.btn-restaurant {
    background: #ff353b;
    border: 2px solid #ff353b;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 9px 11px;
    
}

.text-left {
    padding-top: 25px;
}
.off {
    background: #ff353b none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    margin: 15px;
    padding: 3px 6px;
    position: absolute;
    top: 0;
}


.img-part {
	border-color: #858585;
    border-image: none;
    border-style: solid;
    border-width: 0;
    color: #fff;
	height: 194px;
    padding-top: 157px;
    width: 100%;
}





.out::before {
    content: "Out Of Stock";
    float: left;
    z-index: 111;
    opacity: 1;
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    top: 40px;
	right: 3%;
}
.out {
    opacity: 0.3;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.block img {
width:100%;
height:82px;
}
a.page-scroll {
    color: #fff !important;
}
.carousel-control { 
    width: 10%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 306px;
	height: 82px;
}

.red {background: red;}

.blue {background: blue;}

.green {background: green;}

.yellow {background: yellow;}



.loginmodal-container{
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #ccccccb5;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
	}
	
	
.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}


.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password],select {
  color:black;	
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #7e4e9fd9; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  /*background-color: #4d90fe;*/
  background-color: #7e4e9fd9;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #7e4e9fd9; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #7e4e9fd9;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.modal-content {
    background: url(/img/background.jpg);
    background-size: 100% 100%;
}