@charset "utf-8";



#visualPedido {
	display: none;
	position:relative;
	font-size:1.4em;
	
	
}


#cerrarVisual {
	cursor: pointer;
	font-weight: bolder;
	width: 40px;
	height: 40px;
	padding-left:5px;
	padding-right:5px;
	color: rgb(255, 255, 255);
    background-color:rgb(17, 17, 17);
	opacity:0.7;
	font-size: 2em;
	
	position: fixed;
	z-index: 101;/*****************/
	transition:all 0.2s ease;
	border-radius: 20px 20px;
	text-align:center;
	border: 1px solid #333;
	top:5px;
	left:20px;
	
}
#cerrarVisual:hover {
	color: #C80000;
	background-color:rgb(255, 255, 255);
	
	
	
}
#visualPedido #jcart{
	background-color: #FFF;
	height: 100%;
	width: 300px;
	position: fixed;
	overflow-y: auto; 
	overflow-x:hidden; 
	border: 1px solid #CCC;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: inset 8px 8px 20px -22px rgba(0,0,0,1);
	-moz-box-shadow: inset 8px 8px 20px -22px rgba(0,0,0,1);
	box-shadow: inset 8px 8px 20px -22px rgba(0,0,0,1);
	padding-right: 0px;
	z-index: 100;/**********/
	opacity: 0.9;
	
	}

#verPedido {
	height: 40px;
	width: auto;
	line-height: 40px;
	position: fixed;
	z-index: 101;/**********/
	font-weight:bolder;
	left:5px;
	left:100px;
	
	
}
#verPedido a {
	height: 20px;
	width: auto;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	font-size: 1.3em;
	color: #FFF;
	text-decoration: none;
	border-radius: 0px 0px 15px 15px;
	background-color: #C80000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
/*	-webkit-box-shadow: 5px 5px 3px -4px #CCC;
	-moz-box-shadow: 5px 5px 3px -4px #CCC;
	box-shadow: 5px 5px 3px -4px  #CCC;*/
	opacity: 1;
	transition:all 0.2s ease;
	
	
}
#verPedido a:hover {
	background-color:#FFF;
	color:#C80000;
	-webkit-box-shadow: 5px 5px 3px -8px;
	-moz-box-shadow: 5px 5px 3px -8px;
	box-shadow: 5px 5px 3px -8px;
	transition: all 0.2s linear;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C80000;
	border-bottom-color: #C80000;
	border-left-color: #C80000;
	
	
}


