/* Centraliza a imagem do produto na tela dos produtos (catálogo) */
.panelProduto {
	border: 1px solid #dce2e7;
	border-radius: 5px !important;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.panelProduto:hover {
	box-shadow: 0 0 10px rgb(0 0 0/ 20%);
	transition: 0.2s;
}

.panelProduto .ui-panel-content {
	padding: 15px 0 2px 0 !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	border: none !important;
	background: none !important;
}

#dataGridProdutosCompacto {
	background: black !important;
}

.panel-apresentacao-img .ui-panel-content {
	justify-content: center;
}

.panel-apresentacao {
	text-align: center;
	border: 0 !important;
	max-height: 250px;
	width: 100%;
}

.panel-apresentacao-img {
	height: 170px;
	border: 0 !important;
	width: 100%;
}

.panel-apresentacao-img img {
	max-width: 150px;
	max-height: 150px;
}

.div-apresentacao {
	font-size: 13px;
	min-height: auto;
	color: black !important;
	font-weight: bolder;
	text-align: initial;
	padding-left: 12px;
	padding-right: 12px;
}

.codigo-unidade {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 4px;
	min-height: 40px;
}

.div-codigo {
	margin-left: 20px;
}

.div-referencia {
	margin-right: 20px;
}

.link-produto {
	width: 100%;
}

.ui-commandlink, body .ui-link {
	text-decoration: none !important;
}

.div-adicionado {
	background-color: #0086f1;
	width: 112px;
	border-radius: 0 6px 6px 0;
	position: absolute;
	left: -1px;
	top: 34px;
	font-size: 14px;
	color: white;
	text-align: center;
	padding: 7px;
	font-weight: 800;
	opacity: 80%;
	float: left;
}

.ribbon span {
	top: 23px;
	left: -27px;
	color: #fff;
	width: 120px;
	display: block;
	position: absolute;
	font-size: 10px;
	transform: rotate(-45deg);
	text-align: center;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}

.referencia {
	font-size: 14px;
	font-weight: 700;
	background-color: #d2d2d2;
	padding: 2px 5px;
}

.preco-promocao {
	color: black;
	font-size: 17px;
	font-weight: 700;
}

.precoProduto {
	color: black !important;
}

.totalProdutoGrade {
	color: #25282b !important;
}

@media ( max-width : 1025px) {
	.totalProdutoGrade {
		font-size: 20px !important;
	}
}

.botoesCentralizados {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

@media ( max-width : 1025px) {
	.botoesCentralizados {
		justify-content: center;
	}
}

.div-msg-info {
	background-color: #FFECB3;
	color: #7f6003;
	border: 1px solid #FFC107;
	border-width: 0 0 0 3px;
	padding: 0.5rem;
	font-size: 13px;
	margin: 5px;
}

.btn-comprar {
	width: 135px !important;
	min-height: 35px;
	height: fit-content;
}

.btn-comprar:hover {
	transform: scale(1.05);
}

.btn-add-carrinho {
	width: 40px !important;
	height: 35px;
}

.btn-add-carrinho:hover {
	transform: scale(1.05);
}

.btn-orcamento-publico {
	min-width: 29px;
	margin-bottom: 15px;
	transition: 0.2s !important;
	padding: 6px;
}

.btn-orcamento-publico:hover {
	transform: scale(1.05);
}

.btn-comprar-publico {
	min-width: 29px;
	width: 100% !important;
	margin-top: 6px !important;
	transition: 0.2s !important;
	padding: 6px;
}

.btn-comprar-publico:hover {
	transform: scale(1.05);
}

.div-promocao {
	color: white;
	background-color: #53BA47;
	width: 100%;
	height: 28px;
	text-align: center;
	font-size: medium;
	padding-top: 5px;
	font-weight: 600;
}

.div-promocao-itens {
	margin-top: -16px;
	border-start-end-radius: 5px;
	border-start-start-radius: 5px;
}

.div-promocao-produto {
	border-start-end-radius: 7px;
	border-start-start-radius: 7px;
}

.div-promocao .icon-desconto {
	color: white;
	margin: 5px 0 0 4px;
}

.unidades {
	display: inline-flex;
	justify-content: center;
	margin-right: 20px;
}

.unidades .unidade {
	display: inline-flex;
	background-color: #d2d2d2;
	margin: 3px;
	justify-content: center;
	max-width: 98%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.unidades .unidade .uni-desc {
	padding-left: 6px;
	padding-right: 6px;
	color: dimgray;
	font-size: 14px;
}

.unidade-min {
	background-color: #d2d2d2;
	margin: 3px;
	max-width: 98%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.unidade-min .pn-unidade {
	padding-right: 6px;
	padding-left: 6px;
}

.produto-invalido {
	background-color: #ffecb3 !important;
}

.disponivel {
	font-size: 11px;
	font-weight: bolder;
	color: #5acc45 !important;
}

.indisponivel {
	font-size: 11px;
	font-weight: bolder;
	color: red !important;
}

.selecionado {
	font-size: 11px;
	font-weight: bolder;
	color: #0086f1 !important;
}

.verticalAlign {
	margin-top: auto;
	margin-bottom: auto;
}

.color-green {
	color: #008000;
}

.color-red {
	color: #FF0000;
}

.ui-datatable-footer {
	text-align: center !important;
}

.dtEstoque thead th {
	border: none !important;
	background-color: white !important;
	border-bottom: 1px solid black;
}

.dtEstoque tbody td {
	border-color: white !important;
}

.dtEstoque .ui-widget-content {
	border-left-color: white;
	border-right-color: white;
}

.dtEstoque .ui-datatable-tablewrapper {
	overflow: hidden !important;
}

.dtEstoque tbody {
	border-top: 1.1px solid #dce2e7 !important;
	border-bottom: 1.1px solid #dce2e7 !important;
}

.cardProduto-info .ui-icon {
	left: 23% !important;
}

.produtoXApresentacaoHorizontal .ui-panel-content {
	flex-wrap: nowrap;
}

.carrinho-button {
	width: 27px !important;
	height: 23px !important;
}