/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h2{
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 0;
}
.align-izq{
    text-align:left !important;
}
 aside .tagcloud a{
    font-size: 10px !important;
    padding: 5px !important;
    background: #28ad28;
    color: #fff;
    display: inline-block;
    margin: 2px;
}
.ccw_plugin {
     text-align:center;
}
.page-header-excerpt{
	display: none !important;
}
.grupo-txthome{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* Home */
.content-area{
    padding:0;
}
.content-area .row-main{
    max-width:100%;
}
.content-area .row-main .large-12{
    padding:0;
}
.grupo-imghome .wp-block-image img {
    width: 100%;
    height:450px;
}
.titulo-home{
    font-size:3.5em;
    text-transform:uppercase;
    margin-bottom:10px;
    line-height:1em;
}
.subtitulo-home{
    text-align:center;
}
.boton-tithome a{
    font-size: 14px;
    text-transform:uppercase;
    padding: 8px 25px;
    font-weight:bold;
}
.boton-tithome{
    display:inline-block;
}
.linea-tithome{
    width: 85%;
    margin: 1em auto;
    height: 2px;
}
.contenedor-txthome{
    position:relative;
    margin-bottom:2em;
}
.add-to-cart-button .ajax_add_to_cart{
    width:100%;
}
.price del .woocommerce-Price-amount {
    color:#888 !important;
}
.onsale{
    font-size:12px !important;
}
.badge-circle{
    height: 2.7em !important;
    width: 2.6em !important;
}
.badge-container{
    margin-top: .5em;
    right: .5em !important;
    left: inherit !important;
}
.tabs li{
    margin-bottom: .6em;
    display: inline-block;
    padding: .5em;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-radius: 5px 5px 0 0;
}
.tabs .active{
    background: #f4f4f4;
}
.formato-index{
    max-width:1080px;
    margin:0 auto;
    padding:0 1em;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}