#ai0007_contenedor_productos{
	padding: 25px 0;
}

.ai0007_caja_prod{
	width: 250px;
	height: auto;
	margin: 14px 22.5px;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0px 12px 50px -20px rgba(0,0,0,.43);
	transform: matrix(1, 0, 0, 1, 0, 0);
	transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: transform .3s ease,opacity .3s ease;
	transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
	/*border-radius: 0 15px;*/
	cursor: pointer;
}
.ai0007_img_prod {
		width: 100%;
		height: 145px;
		background-position:center;
		background-size: cover;
		background-color: #dedede;
		background-repeat: no-repeat;
}

/*.cajaLeft{
	width: 100%;
	height: auto;
	float: left;
}*/

/*.width{
	width: 100%;
}*/
.ai0007_caja_contenido{
	padding: 15px 5px 5px;
}

.ai0007_nombre_prod{
	max-width: 200px;
	display: block;
	text-align: center;
	height: 40px;
	overflow: hidden;
	line-height: 18px;
	color: grey;
	font-weight: bold;
	font-size: 16px !important;
}
.ai0007_descripcion_prod{
	height: auto;
	width: 100%;
	text-align: center;
	color: black;
}
.ai0007_stock{
	height: auto;
	z-index: 2;
	top: 0;
	left: 0;
	width: 35px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	font-family: 'Montserrat', sans-serif;

}
.ai0007_caja_prod:hover .ai0007_stock{
	-webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
	display: block;
}

.ai0007_carrito_compras{
	width: 50%;
	height: auto;
	padding: 5px;
	background-color: #014586;
	border-radius: 2px;
	color: white;
	padding: 5px;
	margin: 5px;
	cursor: pointer;

}
.ai0007_cont_precios{
	width: 100%;
	height: auto;
}
.ai0007_precio_prod{
	width: 90px;
	height: 30px;
	padding: 10px;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #ff6666;
	margin: 5px;
}
.ai0007_precio_oferta{
	width: 105px;
	margin: 5px;
}
.ai0007_precio_oferta span{
	background-color: #ff6666;
	padding: 5px;
	font-weight: 600;
	font-size: 14px;
	color: white;
}
.ai0007_precio_oferta p{
	font-weight: 600;
	font-size: 14px;
	padding: 5px;
	color: #ff6666;
}
.post-labels {
  margin: 0;
  padding: 0;
}
.post-labels a {
  float: left;
  position: relative;
  background-color: #ff6666;
  height: 40px;
  line-height: 12px;
  padding:0 10px 0 12px;
  margin-left:20px;
  color: #FFF;
  font-size:12px;
  font-family: Arial;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
/*creará el triángulo de la izquierda */
.post-labels a:before {
  border-color: transparent #ff6666 transparent transparent;
  border-style: solid;
	border-radius: 1px 0 0 0;
  border-width: 20px 20px 20px 0;
  content: "";
  float: left;
  left:-20px;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.post-labels a:after {
  background-color: #FFF;
  content: "";
  float: left;
  left: -4px;
  position: absolute;
  top: 18px;
  height: 4px;
  width: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.post-labels a:hover{
  background-color: #555;
}
.post-labels a:hover:before {
  border-color: transparent #555 transparent transparent;
}
/*#micarrito{
	position: absolute;
	width: 300px;
	height: auto;
	max-height: 535px;
	top: 10.9%;
	right: -180%;
	background-color: rgb(84, 84, 84);
	border-left: 1px solid #9e8888;
	border-bottom: 1px solid #9e8888;
	transition: all 1.3s ease-in-out;
	z-index: 100;
}*/

/*#micarrito.mostrarCarrito{
	top: 26%;
	right: 0%;
}*/

.flechaIndicador{
	margin-left: 71%;
}
.flechaIndicador i{
	color: #fff;
}

#micarrito{
	position: fixed;
	width: 300px;
	height: auto;
	max-height: 535px;
	right: 0.9em;
	background-color: rgb(84, 84, 84);
	border-left: 1px solid #9e8888;
	border-bottom: 1px solid #9e8888;
	transition: all 1.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
}


.visible{
	display: block !important;
}
#micarrito > .ai0007_titulo_carrito {
	padding: 5px;
	background-color: rgb(84, 84, 84);
	color: #fff;
	border-bottom: 1px solid white ;
	text-align: center;
}

.ai0007_imagen_carrito{
	width: 25%;
  height: 50px;
  margin: 5px;
  padding: 5px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 16px;
  border: 1px solid rgba(173, 150, 150, 0);
  background-color: white;
}
.ai0007_contenedor_uno{
	/*height: 75px;*/
	height: 105px;
	width: 100%;
  float: left;
  padding: 5px 0;
}
.ai0007_nombre_carrito{
	width: 53%;
	float: left;
	margin: 6px;
  font-size: 1.3rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	color: white;

}
.ai0007_nombre_carrito > span{
	font-size: 14px !important;
	font-weight: bold;
	color: white;

}

.ai0007_precio_carrito{
	font-weight: 400;
	color: white;
	width: 40%;
	float: left;
	margin: 6px;
	text-align: center;
	font-size: 14px;
}
#boton_incrementar{
	border: 1px solid #13733f;
	color: #13733f;
}
.botonesCantidades{
	float: right;
	width: 20px;
	height: 20px;
	background-color: transparent;
	text-align: center;
	line-height: 21px;
	font-size: 14px;
	cursor: pointer;
	margin: 5px;
	-webkit-user-select: none;
	transition: 200ms all ease-out
}
#boton_decrementar{
	background-color: transparent;
	border: 1px solid #b12a12;
	color: #b12a12;
}
.ai0007_contenedor_carritoProd{
	width: 100%;
	height: 65%;
}
/*.ai0007_cantidades_carrito{
	padding: 5px 0;
	width: 100%;
	height: 22%;
	border-bottom: solid 1px rgba(102, 102, 102, 0.49);
}*/

.ai0007_cantidadesEItems{
	width: 45%;
	height: auto;
	padding: 5px 0;

}

.ai0007_cantidadesEItems> span{
	line-height: 29px;
	margin: 2px;
	color: white;
	font-size: 15px;
}
.ai0007_cantidadesEItems> p{
	text-align: center;
	margin: 0 14px;
	color: white;
	font-size: 14px;
}
.item_acciones{
	height: auto;
	min-width: 20px;
	height: 21px;
	margin: 5px;
}
#eliminarProd> i.icon{
	color: white;
	margin: 0 !important;
	width: 20px !important;
	height: 21px !important;
	cursor:pointer;
}
#eliminarProd> i:hover,  #eliminar_articulo>i:hover {
	color: #8d190a;
}

.ai0007_total_carrito{
	width: 100%;
	float: left;
	height: 28%;
}
.ai0007_textoyprecio{
	width: 45%;
  float: left;
  height: 25px;
  margin: 0 5px;
  padding: 9px 0;
}
.ai0007_textoyprecio> .ai0007_costo_total{
	font-weight: 600;
	color: white;
	text-align: center;
}
.ai0007_textoyprecio>span{
	color: white;
}
.ai0007_comprar{
	 width: 100%;
	 height: 21%;
	 padding: 5px;

}
.ai0007_comprar > a{
	padding: 1px 23px;
	color: white;
	margin: 5px;
	cursor: pointer;
	float: right;
}
.agregarProductos{
	width: 44px !important;
	border: transparent;
	padding: 0px;
	line-height: 16px;
	text-align: center;
	height: 22px;
	margin-left: 35px;

}
.agregarProductos:focus{
	outline: none;
}
/*input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
    margin: 0;

}*/

input[type=number] {
  -moz-appearance:textfield;
}
.ai0007_contenedor_principal{
	float: left;
	width: 100%;
	max-height: 395px;
	overflow: hidden;
  overflow-y: scroll;
}
.ai0007_contenedor_principal::-webkit-scrollbar{
		width: 5px;
		background-color: #345670
}

.ai0007_contenedor_principal::-webkit-scrollbar-thumb {
		background-color: #779BAF;
}
.ai0007_nohayCarrito{
	position: fixed;
	width: 250px;
	height: 25px;
	top: 70px;
	right: 10%;
	display: none;
	transition: all 1.3s ease-in-out;
  color: white;
  padding: 5px;
	line-height: 28px;
	text-align: center;
	background-color: rgb(70, 158, 178);
	z-index: 1000;
	box-shadow: 0 0 3px rgba(255, 251, 251, 0.3);
}
