
/* Header title */
.big-title { display: none; }

/* Product page headings */
.woocommerce-page h3, .wpb_wrapper h3 {margin-bottom: 24px; }
.woocommerce-page h4, .wpb_wrapper h4 { font-size: 24px; margin-bottom: 20px; }

/* Product Price Color */
.woocommerce.single-product .price .amount {
	color: #FF9326;
}

.loop-product .price ins span.amount {
	color: #FF9326;
}

.woocommerce.single-product .related span.amount {
	color: #FF9326;
}

/* Lists */
.sidebar ul, .sidebar ol, .wpb_wrapper ul, .wpb_wrapper ol { padding-left: 20px; }
@media screen and (min-width: 38.75em)
{ ul, ol { padding-left: 20px; margin-bottom: 24px; }
.wpb_wrapper ul li, .wpb_wrapper ol li { margin-bottom: 12px; }
}
.widget_mgwoocommercebrands ul li { margin-bottom: 0; }

/* Centered headings */
.heading_center { font-family: 'Roboto Slab', 'Times New Roman', Times, serif; text-align: center; }

/* Product description lists */
#tab-description ul { padding-left: 20px; }
#tab-description ul, #tab-description ol { margin-bottom: 24px; }

/* Forms */
textarea { font-family: Roboto, Arial, Arial, sans-serif, serif; line-height: 42px; padding: 0 20px !important; border: 1px solid #888888; background: #F1F1F1; }

/* Social Media Pinterest */
.site-footer .social-menu .menu li a svg{
	margin-top: 9px;
  width: 0.7em;
}

.social-menu .menu li a svg {
    width: 0.7em;
}

/* Estilo do Card de Produto */
.product-bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    transition: box-shadow 0.3s ease;
}

.product-bg:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.product-meta .star-rating {
    display: block;
    margin: 10px auto;
    text-align: center;
}


/* Estrelas e Preço */
.product-meta {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Botão Adicionar ao Carrinho */
.add-to-cart-container {
    margin-top: 15px;
}


.loop-product \.product-meta {
    margin-top: 10px;
    padding: 5px 0;
}

.loop-product h3.loop-product-title {
    margin: 10px 0;
}


/* Ajusta o tamanho e a cor das estrelas */
.star-rating span, .star-rating strong {

    color: #FF9326; /* Cor das estrelas */
}


