﻿span {
	display: flex;
	align-content: center;
	justify-content: center;
}
span > input {
	width: 150px;
}

span > div > select {
	height: 100%;
}

.imageProduto,
#previewImagens > img {
	width: 150px;
}

.preview-img,
img.preview-img {
	width: 150px;
}

.previewImg > img {
	width: 500px;
	margin: 10px 10px 0px 0px;
}

.custom-select .options-container {
  top: 100%;
  left: 0;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  border: 1px solid #ccc;
}

.ul .options-container.active {
  display: block;
}
 
.imageLoja {
	width: 100dvw;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999; 
    display: none;
}