@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/*****************
ESTILO CARRO DE COMPRAS VÍA MÁGICA 2014
*****************/

input, select, textarea{   
/*	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-box-sizing:content-box; */
}

section#cont-carro{
	width: 100%;
	height: auto;
	overflow: hidden;	
}
div#carro{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(245,245,245,1)
}
div#cont_entrega{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(245,245,245,1)
}
div#detalle-carro{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(245,245,245,1)
}
div#medio-pago{
	width: 100%;
	height: auto;
	overflow: hidden;
	}
section.fila-carro{
	width: 99.9%;
	margin: 0px !important;
	padding: 0.1%;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
	overflow: hidden;

}
section.fila-carro article{
	padding: 1%;
}
section.fila-carro2{
	width: 99.9%;
	margin: 0px !important;
	padding: 0.1%;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;

}
section.fila-carro2 article{
	padding: 1%;
}
section.fila-carro:hover{
	background: rgba(240,240,240,1);
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
}
section.titulos-carro{
	width: 99.9%;
	padding:  1% 0.1%;
	background: rgba(235,235,235,1);
	font-weight: bolder;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}
section.titulos-carro article{
	padding: 1% !important;
}
.foto-carro{
	width: 12%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
.tit-carro{
	width: 45%;
	float: left;
	padding-top: 3% !important;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
.pre-carro{
	width: 13%;
	float: left;
	padding-top: 3% !important;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
.cant-carro{
	width: 25%;	
	float: left;
	padding-top: 3% !important;
}
.tot-carro{
	width: 13%;
	float: left;
	padding-top: 3% !important;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
.tot-carro3{
	width: 23%;
	float: left;
	padding-top: 3% !important;
}
.acc-carro{
	width: 10%;
	float: left;
	padding-top: 3% !important;
}
.foto-carro img{
width: 100%;
}
.cant-carro input{
	background: #fff;
	border: 1px solid #cecece;
	padding: 10px;
	width: 40%; 
	height: 10px;
}
.cant-carro select{
	padding:10px; 
	float:left; 
	margin-right:10px;
}
.acc-carro a img{
	width: 20px;
	height: 20px;
}

.acc-carro a{
	width: 20px;
	height: 20px;
	padding: 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 40px;
	background: rgba(225,225,225,1);
}
.acc-carro a:hover{
	background: rgba(0,0,0,1)
}
.cant-carro span{
	float: right;
	color: rgba(100,100,100,1);
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
.form-datos-carro article{
	width: 48%;
	float: left;
}
.form-datos-carro label {
	display: block;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 1em;
	color: rgba(100,100,100,1);
	font-family: 'Open Sans', sans-serif;
}
.form-datos-carro input[type="text"],.form-datos-carro input[type="number"], .form-datos-carro select, .tot-carro3 select{
	background: #fff;
	border: 1px solid #cecece;
	padding: 10px;
	width: 90%;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.espacio-h3{
	display: block;
	width: 100%;
	height: 26px;
}
.form-datos-carro article h3{
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}
.mt-m{
	margin-top: 17px !important;
}
.total-carro1{
	font-size: 2em !important;
}

.total-carro2{
	font-size: 2em !important;
	color: #000;
}
.total-carro3{
	font-size: 2em !important;
	color: #000;
}
.btn-carro{
	float: right !important;
	font-weight: bold;
	font-size: 15px;
	padding: 20px 30px;
	font-family: 'Open Sans', sans-serif;
}
#detalle-carro .titulos-carro{
	width: 99.9%;
	padding:0.1% !important;
	background: rgba(235,235,235,1);
	font-weight: bolder;
	font-family: 'Open Sans', sans-serif;
}
.label-gris{
	color: rgba(185,185,185,1) !important;
}
.codigo-descuento label {
	float: left;
}
.codigo-descuento input[type="text"] {
	float: left;
	width: 20% !important;
	margin-left: 20px;
}
.codigo-descuento input[type="submit"] {
	float: left;
	width: auto;
	margin: 5px 0 0 20px !important;
}