


.stock_loading .botontallas,
.stock_loading #groupButtonsSize{
	position:relative;
}

.stock_loading .loading_screen{
	position:absolute;
	bottom:-40px;
	margin-bottom:30px;
	left:0px;
	right:0px;
	background-color:#333333;
	z-index:99;
	min-height:30px;
}

.stock_loading .loading_screen .spin{
	transform:translate(-50%, -50%);
	position:absolute;
	top:50%;
	left:50%;
}

.stock_loading .loading_screen  .fa-spinner{
	color:#ffffff;
	font-size:35px;
}

.stock_loaded .botontallas,
.stock_loaded #groupButtonsSize{
	width:auto;
	min-width:100px;
}

.stock_loaded .botontallas button,
.stock_loaded #groupButtonsSize .buttonsSize{
	align-items:center;
	justify-content:space-around;
}

.stock_loaded .hermes_stock,
.stock_loaded .other_stock{
	display:inline-block;
	color:#ffffff;
	min-width:50px;
	margin-left:15px;
}

.stock_loaded .hermes_stock i,
.stock_loaded .hermes_stock svg,
.stock_loaded .other_stock i,
.stock_loaded .other_stock svg{
	margin-right:5px;
}

.stock_loaded .hermes_stock{
	background-color:#5AD763;
}

.stock_loaded .other_stock{
	background-color:#5AA0E7;
}