.receitas-charcutaria {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
} .receita-card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
background-color: #f9f9f9;
} .receita-card h2 {
margin-top: 0;
color: #333;
} .receita-card .texto-calculadora {
font-size: 14px;
color: #666;
font-style: italic;
margin-bottom: 20px;
} .receita-card .descricao {
font-style: italic;
color: #555;
margin-bottom: 20px;
} .campo-peso input {
width: 60px;
padding: 5px;
border: 1px solid #ccc;
border-radius: 4px;
text-align: right;
} .tabela-ingredientes {
display: table;
width: 100%;
border-collapse: collapse;
} .linha-ingrediente {
display: table-row;
} .linha-ingrediente:nth-child(odd) {
background-color: #f9f9f9;
} .linha-ingrediente:nth-child(even) {
background-color: #f1f1f1;
} .celula-ingrediente {
display: table-cell;
padding: 8px;
border-bottom: 1px solid #ddd;
} .nome-ingrediente {
width: 70%;
font-weight: bold;
} .quantidade-ingrediente {
width: 30%;
text-align: right;
} .texto-ingrediente {
font-size: 10px !important; color: #333; }.woo-mobile-cart-icon {
display: none;
position: fixed;
bottom: 40px;
right: 20px;
width: 50px;
height: 50px;
background-color: #ff0000;
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 50px;
z-index: 9999;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
transition: all 0.3s ease;
}
.woo-mobile-cart-icon:hover {
transform: scale(1.1);
background-color: #000000;
}
.woo-mobile-cart-icon a {
color: #fff;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
}
.woo-mobile-cart-icon i {
font-size: 20px;
}
.woo-mobile-cart-count {
position: absolute;
top: -5px;
right: -5px;
background: #000;
color: #fff;
border-radius: 50%;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
font-weight: bold;
}
@media (max-width: 768px) {
.woo-mobile-cart-icon {
display: block;
}
}