@charset 'utf-8';
/*
 Theme Name:   Alpha Color Child
 Theme URI:    http://alpha-color.ancorathemes.com/
 Description:  Alpha Color - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     alpha-color
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  alpha-color
*/



/* =Theme customization starts here
-------------------------------------------------------------- */
.woocommerce-loop-product__title a{
	font-size: 16px;
    text-align: left;
    font-weight: normal;
    text-transform: lowercase;
}
.wc-product-category, .wc-product-tags {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    display: block;
}

.wc-product-category strong, .wc-product-tags strong {
    color: #222;
    font-weight: bold;
}
.wc-product-category {
    text-align: left;
}
.attachment-woocommerce_thumbnail, .product-category img {
    max-height: 200px;
	min-height: 200px;
    object-fit: contain;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
	display: block !important;
}
.post_data_inner .price {
    text-align: right;
    margin-top: 20px !important;
    font-size: 30px !important;
    color: black !important;
}
.post_data_inner .woocommerce-Price-amount.amount {
    font-size: 30px !important;
    color: black !important;
}
span.iva-text {
    font-size: 12px;
    color: gray;
}
.woocommerce .shop_mode_list ul.products li.product .post_data, .woocommerce-page .shop_mode_list ul.products li.product .post_data{
	overflow: visible;
}
.woocommerce-mini-cart__buttons a {
    width: 100%;
}