.exibicao {
    margin: 0 auto 20px;
    background: #eee;
    text-align: left;
    line-height: 50px;
    text-indent: 20px;
    width: 100%;
	border-radius: 0 0 3px 3px;
	overflow: auto;
	font-size: 14px;
}
.print-icon {
    float: right;
    text-indent: 0;
    margin-right: 20px;
}
.categoriaTituloLista{
    background: #000000;
    color: #FFFFFF;
    margin: 20px 0 20px;
    padding: 10px;
    border-radius: 5px;
	clear: both;
}
.linhaProdutos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    line-height: 24px;
    clear: both;
	border-bottom: 1px dotted #00000066;
}
.linhaProdutos:hover{
	background: #EFEFEF;
}
.endPublish:after {
    content: "\f057";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    speak: none;
    color: #b70002;
}
.endUnpublish:after {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    speak: none;
    color: #008400;
}
.endConsulta:after {
    content: "\f06a";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    speak: none;
    color: #FF9800;
	font-weight: 600;
}
.preco-col-01{
	margin-right: auto;
	padding-left: 10px;
}
.preco-col-04{
	padding-left: 10px;
}
.preco-col-03{
	padding-left: 10px;
}
.preco-col-02 {
    font-size: 12px;
    color: #666666;
	text-align: center;
}
.filtro-tabela-precos{
    width: 100%;
    text-align: center;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 3px 3px 0 0;
    background-image: url('/wp-content/uploads/2022/06/fundo-filtro-tabela-preco-001.jpg');
    background-size: cover;
    background-position: center 42%;
	clear: both;
}
.filtro-tabela-precos select::-ms-expand {
  display: none;
}
.filtro-tabela-precos select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 15px;
    font-family: 'PC Futura LT Light';
    outline: none;
    min-width: 200px;
    height: 45px;
    border-radius: 5px;
    background: rgba(0,0,0,0.8) url(/wp-content/uploads/2021/12/icon-arrow-down.png) no-repeat scroll 170px 14px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
    backdrop-filter: blur(5px);
	border: 1px solid #ffffff;
}
.filtro-tabela-precos select::-webkit-scrollbar { width:5px; background: #000000; }
.filtro-tabela-precos select::-webkit-scrollbar-thumb:vertical { background: #D4AF37; }
.filtro-tabela-precos select::before{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 5px;
    display: block;
    background-color: #FFCC00;
}
.filtro-tabela-precos input[type=submit]{
	padding: 10px;
    min-width: 200px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    color: #FFF;
    font-family: 'PC Futura LT Light';
    font-size: 16px;
    letter-spacing: 1px;
    background: #be1c20;
	cursor: pointer;
}
.aba-tabela-preco {
    margin-left: 10px;
	position: relative;
}
.aba-tabela-preco div{
	display: inline-block;
	float: left;
	position: relative;
}
.aba-tabela-preco a{
	display: block;
    padding: 5px 20px;
    background: #eeeeee;
    border-radius: 10px 10px 0 0;	
	transition: 0.2s;
	box-shadow: inset -1px 1px 2px #00000022;
    position: relative;
}
.aba-tabela-preco a:hover{
	background: #be1c20;
	color: #FFFFFF;
}
.aba-tabela-preco .active{
	background: #be1c20;
	color: #FFFFFF;
}

@media (max-width: 720px){
	.header-blog{
		margin-bottom: 10px;
	}
	.exibicao{
		text-align: center;
		text-indent: inherit;
		line-height: 30px;
		padding: 10px 0;
	}
	.legendaTabela{
		float: inherit !important;
		margin: 0 !important;
		text-align: center !important;
		width: 100%;
	}
	.print-icon{
		display: none;
	}
	.linhaProdutos{
		font-size: 13px;
		line-height: 16px;
		padding: 5px 0;
	}
	.preco-col-02{
		margin-left: 10px;
	}
}
	
@media print {
	.menu-flutuante{
		display: none !important;
	}
	.header-blog h1{
		margin-top: 100px !important;
		color:#000000 !important;
	}
	.header-blog-overlay{
		background: #FFFFFF !important;
	}
	.topo-social, .scroll-top, .menu-icon-flutuante, .print-icon, .filtro-tabela-precos, .copyright, .rodape, #qlwapp{
		display: none !important;
	}
	.header-blog{
		background-image: none !important;
	}
	.res-email{
		width: 250px !important;
		display: block;
		font-size: 20px;
		padding-left: 20px;
		font-family: 'PC Futura LT Heavy';
	}
	.topo-telefone{
		width: 250px !important;
	}
	.res-numero{
		display: inherit !important;
	}
	#home-topo{
		border-top: 0 !important;
	}
	header .header{
		box-shadow:none !important;
	}
	.aba-tabela-preco{
		display: none;
	}
	.qlwapp{
		display: none !important;
	}
}