@charset "utf-8";
.ingresar{
	position: absolute;
	right: 110px;
	top: 9px;
	font-size: 18px;
	font-family: var(--destine);
	color: #FFF !important;
	text-transform: uppercase;
}
.ingresar a{
	color: #FFF;
}
.ingresar li{
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}
.ingresar img{
	position: relative;
	top: 6px;
}
.usuario{
	text-align: center;
	text-transform: none;
	font-size: 12px;
}
.usuario i{
	font-size: 20px;
	position: absolute;
	/*margin-right: 0px;
	margin-left: 0px;*/
	left: 0px;
	right: 0px;
	top: -15px;
}
.c-usuario{
	position: relative;
	width: auto;
	display: block;
}
.usuario p{
	margin: 0px;
	position: relative;
	top: 10px;
	text-align: center;
	font-family: var(--rubik);
}
#login{
	position: relative;
	top: 9px;
}
/**************************** CARRITO ****************************/
.stock{
	position: absolute;
	left: 15px;
	top: 230px;
	text-align: center;
	color: #C1272D;
	font-size: 16px;
}
.precio{
	position: absolute;
	/*left: 15px;*/
	bottom: 15px;
	font-size: 16px;
	width: 100%;
	text-align: center;
}
.add-cart{
	position: absolute;
	right: 15px;
	top: 230px;
	width: 32px;
}
.add-cart-bt{
	position: relative;
	width: 32px;
	height: 32px;
	background-color: #FF5E1F;
	color: #FFF;
	border: none;
	border-radius: 18px;
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
	z-index: 15;
	cursor: pointer;
}
.add-cart input[type=button]{
	background-image: url("../imagenes/cartplus.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 21px;
	cursor: pointer;
}
.amount{
	position: absolute;
	top: 0px;
	left: 30px;
	background-color: var(--brillante);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	color: #FFF;
	font-family: var(--rubik);
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}