/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 14:35:27 */
geral.css/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.list_servicos {
	
}
.list_servicos .serv_name {
	background-image: url('https://barbercoffee.com.br/wp-content/uploads/2025/07/bg_line.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px 0px 10px 20px;
}
.list_servicos2 .serv_name {
	background-image: url('https://barbercoffee.com.br/wp-content/uploads/2025/07/bg_line.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px 0px 10px 20px;
}
.list_servicos2 .serv_name h2 {
  height: 24px;
  line-height: 24px;
}
.serv_new h2::after {
  content: "";
  display: inline-block;
  width: 24px;  /* ajuste conforme o tamanho do seu gif */
  height: 24px;
  margin-left: 8px; /* espaçamento entre o texto e o gif */
  background-image: url('https://barbercoffee.com.br/wp-content/uploads/2025/07/new.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.cardapio {
  width: 100%;
}
.titulo_cardapio {
	font-size: 24px;
}
.titulo_cardapio span{
	font-size: 30px;
}
.item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.nome {
  white-space: nowrap;
}

.pontilhado {
  flex: 1;
  border-bottom: 1px dotted #b58963;
  margin: 0 10px;
}

.preco {
  white-space: nowrap;
}

@media (max-width: 768px) {

.list_servicos2 .serv_name {
	background-image: url('https://barbercoffee.com.br/wp-content/uploads/2025/07/bg_line2.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}
	
}
