/*
Theme Name:   AlquMichi
Theme URI:    http://alqumichi.cl
Description:  MóbiliaWeb is an e-commerce theme. The theme is perfect for selling furniture online or for creating any kind of furniture related e-commerce sites. It is the most functional WordPress web store theme integrated with powerful WooCommerce features. The theme MóbiliaWeb has a clean and elegant design with easy customization options. In addition, the theme includes an additional header design, category promotion, attractive CTA forms, and supports plugin shortcodes.
View full demo here: http://gweb.cl/ 

Author:       Agencia GodoWeb
Author URI:   http://gweb.cl/
Template:     gweb
Template Version: 1.1.7
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         right-sidebar, left-sidebar, custom-menu, featured-images, threaded-comments, translation-ready, custom-logo, custom-colors, blog, post-formats, custom-header, editor-style, news, e-commerce
Text Domain:  mobiliaweb
Version:      1.0.6
Tested up to: 5.4.2
Requires PHP: 5.6
Requires at least: 4.7
*/

/** Child Theme Css */






/*===============================================================================================*/
/* **  GENERAL -  Child Theme Css  ** */
/*-----------------------------------------------------------------------------------------------*/

/** Child Theme Css */

/* Font --------------------------------------------------------------------------------------- **/
body, button, input, select, optgroup, textarea,
.top-header-left-text,
.top-header-contact-num,
.top-header-call-title,
.user-logout-wrap.gw7-icon-header span,
.main-navigation ul > li a,
h2.caption-title,
.caption-content,
a.slider-button,
.promo-title,
.promo-subtitle,
a.promo-price-title,
.product-title,
.product-subtitle,
.gweb-cta-content-wrap,
.gweb-cat-prod-title,
.gweb-section-footer-wrap-main h2,
.gweb-section-footer-wrap-main ul li a,
.gweb-footer-wrap .gweb-footer-copyright,
.gw7-add-to-cart-wrap a.add_to_cart_button.button,
.gw7-wishlist-wrap.gw7-icon-header p,
.widget_shopping_cart_content p {
    /*font-family: 'Baloo', cursive;*/ /* modif. -> se cambió por poppins */
    font-family: 'poppins';
}

/** Titles ----------------------------------------------------------------------------------- **/
.gweb-product-title-wrap,
.gweb-prod-tab-title-wrap,
.section-title-sub-wrap,
.gweb-product-slider-title-wrap{
    position: relative;
}
.gw7_prod_tab_cat_section .gweb-prod-tab-title-wrap,
.gw7_blog_section .section-title-sub-wrap {
    margin-bottom: 60px;
}
.product-subtitle,
.pro-tab-subtitle,
.gw7_blog_section h3.blog-subtitle,
.gw7_prod_tab_cat_section .pro-tab-subtitle {
    color: #32355d;
    font-size: 20px; /*32px;*/    
}
.gw7_blog_section .blog-inner-content .blog-title {
    font-size: 24px;
}
.gw7_blog_section .blog-inner-content .blog-excerpt {
    font-size: 16px;
    font-weight: 500;
}
.woocommerce ul.products li.product .price ins,
.gw7-add-to-cart-wrap a.add_to_cart_button.button {
    font-weight: 500;
}


/* modificación -> se comenta esta regla para crearla más abajo.-

.gweb-product-title-wrap:after,
.gweb-prod-tab-title-wrap:after,
.section-title-sub-wrap:after,
.gweb-product-slider-title-wrap:after {
    content: "";
    background-image: url(assets/images/bgtitle.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    display: inline-block;
    width: 7%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    background-size: 90px;
}*/


.h2.woocommerce-loop-product__title a {
    font-size: 17px;
}








