.items{
	padding: 15px 0;
}

.col-search {
	position: relative;
	min-height: 1px;
	float: left;
	padding: 0;
}

.item-criterions{
	display: flex;
	justify-content: space-around;
}

.p-0{
	padding: 0;
}

.mb-3{
	margin-bottom: 1rem;
}

.flex-center{
	display: flex;
	justify-content: center;
}

.flex-column-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#bigView .buttons {
	display: flex;
	justify-content: space-between;
	width: 50px;
}

.itemsContainer [name="quantity"][data-val="true"] {
	background-color: #87cefa;
}

.itemsContainer .desc-item-image {
	display: none;
}

.itemsContainer [item-image-show="true"]:hover + .desc-item-image {
	display: block;
	position: absolute;
	z-index: 9999;
	bottom: 100%;
	width: 100%;
	max-width: 120px;
	height: auto;
	max-height: 120px;
}