*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Source Sans Pro';
	color: rgba(1, 1, 1, .7);
}

.containerHeader1{
	width: 100%;
	min-height: 30px;
	background-color: #b9c3c7; 
}

.containerHeader2{
	width: 100%;
	min-height: 30px;
	background-color: white; 
	border-bottom: 1px solid rgba(1, 1, 1, .5);
	box-shadow: 4px 4px 16px rgba(1, 1, 1, .5);
}

header{width: 100%;box-shadow: 4px 4px 16px rgba(1, 1, 1, .5);}

.header1{ 
	color: #525252; 
	width: 70%;
	margin: 0px auto;
	padding: 5px;
}

.header2{
	width: 70%;
	margin: 0px auto;
	padding: 5px;
}

body{
	background: url("http://www.steelsrl.com.ar/wp-content/themes/goodstore/images/bg_texture/tex2res4.png") repeat scroll 0 0 #ffffff !important;
}

.container{
	width: 80%;
	padding: 30px 5%;
	margin: 0px auto;
	min-height: 85vh;
	height: auto;
	background-color: white;
	-webkit-box-shadow: inset -2px 11px 35px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -2px 11px 35px -10px rgba(0,0,0,0.75);
	box-shadow: inset -2px 11px 35px -10px rgba(0,0,0,0.75);
}

.contResultado{
	width: 70%;
	float: left;
	height: auto;
	min-height: 70vh;
	padding: 20px 40px;
	margin-bottom: 50px;
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */
	box-shadow: 0px 0px 10px rgba(1, 1, 1, .5);
	border-radius: 5px;
}

.img_carrito{
	width: 15%;
	height: auto;
	float: left;
}

#contCarrito{
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */
	width: 28%;
	height: auto;
	min-height: 70vh;
	float: right;
	/*margin: 20px auto 100px; IMPORTANTE 100PX PARA Q NO MOLESTE EL FOOTER*/
	padding: 25px 20px;
	box-shadow: 0px 0px 10px rgba(1, 1, 1, .5);
	border-radius: 5px;
}

	.cabeceraCarrito{
		height: 50px;
	}
	
	#contCarrito .cabeceraCarrito h2{
		color: rgba(1, 1, 1, .7);
		margin-top: 5px;
		margin-left: 10px;
		border-bottom: 1px solid rgba(1, 1, 1, .7);
		padding-bottom: 3px;
		font-size: 1.2em;
		font-weight: 400;
		float: left;
		width: 80%;
	}
	
	#contCarrito .producto{
		border: none;
		padding: 5px;
		margin-bottom: 10px;
		height: auto;
		border: 1px solid #EE760A;
		background: rgba(128,128,128, .2);
		border-radius: 5px;
	}

	#contCarrito .producto:hover{
		cursor: default;
		box-shadow: 0px 0px 5px #EE760A;
	}
	
	#contCarrito #carrito .cabeceraProducto{
		width: 100%;
		text-align: right;
		height: 15px;
	}

	#contCarrito #carrito .cuerpoProducto{
		width: 100%;
		height: auto;
		min-height: 40px;
	}

	#contCarrito #carrito .footerProducto{
		width: 100%;
		height: auto;
		text-align: right;
		border-top: 2px solid #F2F2F2;
		margin-top: 5px;
		padding-top: 3px;
	}

	#contCarrito #carrito .producto label{
		font-size: 0.7em;
	}

	#contCarrito #btnAgregar{
		display: none;
	}
	
	#contCarrito #carrito .producto strong{
		font-weight: 200;
	}
	
	#contCarrito #carrito .producto .nombreP{
		display: none;
	}

	#contCarrito #carrito .producto input[type="number"]{
		cursor: pointer;
		height: 1.5em;
	}
	
	#contCarrito #carrito .producto img{
		width: 60px;
		height: 40px;
		float: left;
		margin-right: 10px;
	}

	#contCarrito #carrito .producto .btnEliminar{
		width: 12px;
		height: 12px;
		float: right;
		cursor: pointer;
		margin: 0;
	}
	
	.contResultado .producto .Cantidad{
		font-size: 2em;
	}

	.footerCarrito{
		height: 40px;
		bottom: 0px;
	}

		.footerCarrito input{
			float: right;
		}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="file"],
select, textarea
 {
  /*background-color: #DDDDDD;*/
  border: 1px solid lightgrey;
  font-size: 1em;
  padding: .5em .8em;
  border-radius: 5px;
  width: 100%;
  color: rgba(1, 1, 1, .8);
  transition: all .2s ease;
  outline-color: #EE760A;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="file"],
select:focus, textarea:focus
{
  background: #fff;
}

input[type="number"]{
	  /*background-color: #DDDDDD;*/
	  border: 1px solid lightgrey;
	  font-size: 1em;
	  padding: 0.05%;
	  border-radius: 5px;
	  width: 60px;
	  color: rgba(1, 1, 1, .8);
	  transition: all .2s ease;
	  outline-color: #EE760A;
	  margin: 0px;
	  text-align: center;
}

.logo{
	width: 200px;
	height: 59px;
	margin: 5px 0px;
}

.center{
	text-align: center;
}

.resultado{
	width: 100%;
	min-height: 200px;
}

.loading{
	margin-top: 15px;
	width: 40px;
	height: 40px;
}

.contResultado .producto{
	border-right: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	padding: 10px;
	height: 60px;
}

	.contResultado .producto:hover{
		background-color: #ECDCCE;
		cursor: pointer;
	}
	
	.contResultado .producto label{
		font-size: 16px;
		font-weight: 500;
	}

	.contResultado .producto label:hover{
		cursor: pointer;
	}
	
	.contResultado .producto img{
		width: 60px;
		height: 40px;
		float: left;
		margin-right: 10px;
	}
	
	.contResultado .producto input[type="number"]{
		float: right;
		display: none;
		height: 20px;
		padding: 5px;
		width: 40px;
	}
	
	.contResultado .producto .Cantidad{
		display: none;
	}
	.contResultado .producto .btnEliminar{
		width: 30px;
		height: 30px;
		float: right;
		display: none;
	}

	.contResultado .producto .nombreP{
		margin-bottom: 3px;
		text-transform: uppercase;
		width: 100px;
		text-overflow: ellipsis;
	}

.mensaje{
	color: lightgrey;
	margin-top: 15px;
}

.footer{
	width: 100%;
	bottom: 0px;
	position: fixed;
	text-align: right;
	padding: 7px;
	border-top: 1px solid lightgrey;
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */
}

#btnComprar{
	color: #ffffff;
	padding: 6px 12px;
	text-decoration: none;
	font-size: 0.9em;
	border-style: none;
	cursor: pointer;
	font-weight: normal;
	background-color: #EE760A;
	margin-left: 10px;
	margin-bottom: 10px;
	transition: all .3s ease;
}

#btnAgregar{
	color: white;
	width: 25px;
	float: right;
	text-decoration: none;
	border-radius: 50%;
	font-size: 1.2em;
	border-style: none;
	cursor: pointer;
	font-weight: 600;
	background-color: #EE760A;
	margin-top: 5px;
	box-shadow: 0px 1px 3px black;
}

#btnComprar:hover{
	opacity: .7;
}

.poopUp{
	background-color: rgba(1, 1, 1, .5);
	position: absolute;
	width: 100%;
	height: 100vh; /*Toma la altura total del navegador*/
	top: 0;
	left: 0;
}

.contPoopUp{
	width: 40%;
	padding: 20px;
	margin: 100px auto;
	text-align: center;
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */
	box-shadow: 0px 0px 16px rgba(1, 1, 1, .5);
	border-radius: 5px;
}

.poopUp .contPoopUp input[type="button"]{
	color: #ffffff;
	width: 130px;
	padding: 5px;
	text-decoration: none;
	font-size: 1em;
	border-style: none;
	cursor: pointer;
	font-weight: 600;
	background-color: #EE760A;
	margin-left: 10px;
	margin-bottom: 10px;
	transition: all .3s ease;
}

.poopUp .contPoopUp input[type="button"]:hover{
	opacity: .3;
}

.hidden{display: none;}

h3{
	margin: 10px 0px;
}

@media screen and (max-width: 800px){
	.container{
		width: 100%;
		box-shadow: inset 0px 0px 0px;
		margin-top: 5px;
		padding: 10px 0px;
	}

	.contResultado{
		width: 65%;
		padding: 10px;
		height: auto;
	}

	.footer{
		text-align: center;
	}

	.logo{
		margin: 20px auto;
	}

	#contCarrito{
		width: 33%;
		padding: 5px;
	}
	
	.cabeceraCarrito{
		height: 40px;
	}

	#bntComprar{
		padding: 5px;
		width: 100px;
	}
	
	#contCarrito img{
		display: none;
	}

	#btnAgregar{
		width: 20px;
		height: 20px;
	}
	
	.contResultado .producto strong{
		font-size: 1em;
	}

	.contResultado .producto label{
		font-size: 0.8em;
	}
	
	.contResultado .producto{
		height: 80px;
	}
	
	#contCarrito .producto{
		height: 95px;
		margin-top: 5px;
	}

	#contCarrito .cabeceraCarrito h2{
		font-weight: 300;
		border-bottom: 2px solid #EE760A;
		font-size: 1em;
		margin-bottom: 10px;
	}
	
	#contCarrito #carrito .cabeceraProducto{
		width: 100%;
		text-align: left;
		height: 15px;
	}
	
	#contCarrito #carrito .producto input[type="number"]{
		cursor: pointer;
		height: 0.9em;
		width: 30px;
	}

	.mensaje{
		font-size: 1.1em;
	}

	.contPoopUp{
		width: 100%;
	}

	.loading{
		width: 20px;
		height: 20px;
	}
}