/**
* Theme Name: Blonwe Child
* Description: This is a child theme of Blonwe, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: blonwe
* Version: 1.1.4
/* Increase font size for product titles */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px !important;
}

/* Increase font size for product prices */
.woocommerce ul.products li.product .price {
    font-size: 18px !important;
}

/* Increase font size for product descriptions */
.woocommerce ul.products li.product .woocommerce-loop-product__description {
    font-size: 16px !important;
}

/* Increase font size for buttons (Add to cart, etc.) */
.woocommerce ul.products li.product .button {
    font-size: 16px !important;
}

.product-detail-inner .brand_before_title {
	max-width: 150px;
	max-height: 80px;
}