/*Centraliza a imagem do produto na tela dos produtos(catálogo)*/
.panelProduto{
    border: 1px solid #dce2e7;
    border-radius: 5px !important;
    height: 100%;
}

.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;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: none !important;
    background: none !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: 57px;
    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;
}

.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;
}

.referencia {
    font-size: 14px;
    font-weight: 700;
    background-color: #d2d2d2;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.preco-promocao{
    color: black;
    font-size: 17px;
    font-weight: 700;
}

.precoProduto{
    color:black !important;
}

.totalProdutoGrade {
	 color: #25282b !important;
	 @media ( max-width : 1025px ){
	   font-size: 20px !important;
	 }

}

.botoesCentralizados {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	@media ( max-width : 1025px ){
       justify-content: center;
     }
}

.div-msg-info {
    background-color: #FFECB3;
    color: #7f6003;
    border: 1px solid #FFC107;
    border-width: 0 0 0 3px;
    padding: 0.5rem 0.5rem;
    font-size: 13px;
    margin: 5px;
}

.btn-comprar {
    height: 35px;
    width: 135px !important;
}

.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: .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: .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 0px 0px 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;
    padding: 14px 5px;
}

.dtEstoque tbody {
    border-top: 1.1px solid #dce2e7 !important;
    border-bottom: 1.1px solid #dce2e7 !important;
}

.cardProduto-info .ui-icon {
	left:23% !important;
}


