/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


    .bfrost-container {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #333;
        line-height: 1.6;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    .section-title {
        text-align: center;
        border-bottom: 2px solid #0056b3;
        padding-bottom: 10px;
        margin-bottom: 30px;
        color: #0056b3;
    }

    /* Diseño en horizontal para los puntos clave */
    .features-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .feature-card {
        flex: 1;
        min-width: 250px;
        background: #f9f9f9;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        text-align: center;
    }

    .feature-card h4 {
        color: #0056b3;
        margin-bottom: 10px;
    }

    /* Diseño en horizontal para testimonios */
    .testimonials-row {
        display: flex;
        gap: 30px;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .testimonial-item {
        flex: 1;
        min-width: 300px;
        background: #fff;
        border-left: 5px solid #0056b3;
        padding: 20px;
        font-style: italic;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .testimonial-author {
        display: block;
        margin-top: 15px;
        font-weight: bold;
        font-style: normal;
        color: #555;
    }

    @media (max-width: 768px) {
        .features-row, .testimonials-row {
            flex-direction: column;
        }
    }

div.bon-custom-menu{
  display: none;
}

div.bon-googlelogin-button{
  display: none;
}

nav#header-nav{
  display: none;
}

div.bonfaq-header-content{
  display: none;
}

div#bon-stick-cart{
  display: none;
}

#product #footer {
    padding-bottom: 0px !important;
}

div.product-information ul {
  list-style: circle;
  padding-left: 30px;
}

div.product-description ul {
	list-style: circle;
	padding-left: 30px;
}

b, strong {
	font-weight: bold !important;
}

div.product-variants ul {
	list-style: none;
  padding-left: 0px;
}

.product-information {
	color: #7a7a7a;
}

td {
	color: #7a7a7a;
}

div.bon-product-popup {
	display: none;
}

.product-actions .product-variants-item {
	padding: 2px 0 2px;
}

a.bon-newsletter-dont{
  	font-weight: bold;
}