/*@import url('https://fonts.googleapis.com/css?family=Mukta+Mahee|Ubuntu:300,400,500,600,700,800|Open+Sans:300,400,500,600,700,800|Source+Sans+Pro:300,400,500,600,700,800|Rubik:300,400,500,600,700,800|Muli:300,400,500,600,700,800|Roboto:300,400,500,600,700,800|Montserrat:300,400,500,600,700,800');*/

@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800');

body {
}

.pusher {
	overflow-y: auto;
	min-height: 100% !important;
}

.header_menu img, .header_menu_about img {
	margin:15px;
	max-height:120px;
	padding:15px;
	text-align:center;
}

.header_menu_about img {
	margin-top: 35px;
}

.header_menu_about {
	background-image: url(img/platter-2009590_640.jpg); /*food-712665_640.jpg); /*food-2068217_640.jpg); /*hamburger-494706_640.jpg); /* platter-2009590_640.jpg); */
    background-size: cover;
    background-position: 0px;
    height: 260px;
}

.header_menu {
	background-image: url(img/hamburger-494706_640.jpg); /*food-712665_640.jpg); /*food-2068217_640.jpg); /*hamburger-494706_640.jpg); /* platter-2009590_640.jpg); */
    background-size: cover;
    background-position: 0px;
    height: 260px;
}

.header_cover_mobile {
	background: linear-gradient(rgba(39, 50, 57, 0), rgb(39, 50, 57) 70%);
	height: 260px;
}

.header_cover {
    /*background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);*/
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	height: 260px;
}

.header_cover_light {
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.4) 100%);
	height: 260px;
}

#map {
	height:500px;
}

.top_bar_moving {
  width:100%;
  background-color:white;
  position: fixed;
  top: -100px;
  transition: top 0.3s;
}

.bottom_button {
  width:100%;
  position: fixed;
  bottom: 20px;
  text-align:center;
}

.top_bar a.item {
	color:black;
	font-size:16px;
	display:inline-block;
	padding:14px;
}

.top_bar a.item:hover {
	background-color: #fafafa;
}

.launch.icon.item i {
	margin-right:1px;
	margin-left:1px;
}

#filtrar::placeholder {
	color:#777;
	text-shadow:none;
}

 
.categoria {
	margin:15px;
} 

 
.nombre_categoria {
	font-family: muli;
	font-size:16px;
	font-weight:900;
	border-bottom:1px solid #f37a17;
	margin-bottom:10px;
	padding:10px;
	padding-left:0px;
	padding-bottom:5px;
}

.telefono_menu {
	background-color: #f37a17cc;
    padding: 3px;
    border-radius: 20px;
    padding-left: 6px;
}

.elemento {
	display:inline-block;
	padding:15px;
	width:33%;
	vertical-align:top;
}

.elemento:hover {
	background-color: #efefef;
	cursor:pointer;
} 

.elemento .nombre {
	color: #555555;
	font-weight:500;
}

.elemento .descripcion {
	display: block;
    color: #888888;
    font-size: 12px;
    margin-bottom: 4px;
}

.elemento .precio {
	display:block;
	font-weight:bold;
	padding-top:5px;
}

.ui.button.button_shadow {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.33);
}

.modal .header {
	 border-bottom: 0px !important;
}

.modal:not(#modal_confirmar)  .actions {
	background-color: white !important;
	border-top: 0px !important;
}

.hide_scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide_scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.ui.secondary.menu .item, .ui.secondary.menu .item:hover {
	font-size:11px;
	background-color:#dfdfdf !important;
	border-radius:20px;
	font-weight:900 !important;
	text-transform: uppercase;
	font-family:muli;
}

.ui.secondary.menu .item.active, .ui.secondary.menu .item.active:hover {
	background-color:#f37a17 !important;
	border-radius:20px;
}

.horarios p {
	display:inline-block;
	width: 100px;
	font-weight:600;
}

.modal:not(#modal_confirmar) .ui.modal>.actions {
    padding-bottom: 2rem;
}

.actions .button {
	font-family: muli;
	font-size:15px;
}

.disable-dbl-tap-zoom {
  touch-action: manipulation;
}

#cantidad:disabled {
	color: black;
}

.ped_cant {
	width: 10%;
    display: inline-block;
    vertical-align:top;
}

.ped_nombre {
	width: 65%;
    display: inline-block;
    font-weight:600;
    vertical-align:top;
}

.ped_nombre p {
	font-weight: normal;
    color: gray;
    font-style: italic;
}

.ped_precio {
	width: 20%;
	text-align:right;
	font-weight:600;
    display: inline-block;
    padding-right:5px;
    vertical-align:top;
}

.ped_eliminar {
	width: 5%;
    display: inline-block;
    text-align:right;
    vertical-align:top;
    cursor:pointer;
    line-height:18px;
}

#contenido_finalizar_pedido .ped_eliminar {
	display:none;
}

#contenido_finalizar_pedido .ped_precio {
	width: 25%;
}

#contenido_pedido .producto {
	border-bottom:1px solid gainsboro;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contenido_finalizar_pedido .producto {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.scrolling.content {
	min-height:300px;
}

.producto_opciones ul {
	padding-inline-start: 20px;
}

.producto_opciones li {
	text-align:left;
	padding:5px;
	list-style: none;
}

.producto_opciones li i, .producto_extras td i {
	font-size: 9px;
    margin-bottom: 3px;
    vertical-align: middle;
    padding-right: 15px;
}

#leftSidebar .item a {
	color:black;
}

#leftSidebar .item i {
	color:#f37a17;
}

@media all and (max-width: 1024px) {
	.header_menu, .header_menu_about {
		height: 210px;
	}
	
	.header_cover, .header_cover_about {
		height: 210px;
	}
	
	.header_menu img, .header_menu_about img {
		margin: 0px;
		margin-top: 10px;
		max-height:50%;
		padding:15px;
		text-align:center;
	}
	
	.header_menu_about img {
		margin-top: 20px;
	}
	
	#map {
		height:200px;
	}
	
	.elemento {
		padding:10px;
		width:100%;
	}
	
	.elemento.odd {
		background-color: #f7f7f7;
	}
	
	.ui.modal.tiny {
		width: 100%;
		height: 100%;
		margin: 0 !important;
		top:0px;
		border-radius: 0px;
	}
	
	.modal .actions {
		height: 90px !important;
	}
	
	.elemento:hover, .elemento:active, .elemento:focus {
		background-color: white;
	}
	
	.elemento.odd:hover, .elemento.odd:active, .elemento.odd:focus {
		background-color: #f7f7f7;
	}
	
	.elemento.no_disponible, .elemento.no_disponible:hover, .elemento.no_disponible:active, .elemento.no_disponible:focus {
		background-color: #e7e7e7;
		border-bottom: 1px solid #c7c7c7; 
	} 
	
	.elemento.no_disponible .precio {
		color: gray;
	}
	
	.ui.modal>.actions {
    	padding-bottom: 1rem;
	}
	
	.ui.modal .actions>.button, .ui.modal .actions>.buttons {
		padding:15px;
		min-width:80%;
	}
	
	div.scrolling.content {
		min-height:unset;
		height: -moz-calc(100% - (46px + 90px));
		height: -webkit-calc(100% - (46px + 90px));
		height: calc(100% - (46px + 90px));
	}
	
	.ui.tiny.modal>.header {
		padding-right: 1rem !important;
	}
	
}

@media only screen and (max-width: 767px) {
	.ui.tiny.modal>.header {
		padding-right: 1rem !important;
	}
}

.ui.dropdown.selection {
	width:100%;
} 

}