/**
 * Theme Name:          Mai Lifestyle Pro
 * Theme URI............https://maitheme.com
 * Description:         Mai Lifestyle Pro is a custom child theme for The Genesis Framework.
 * Author:              MaiTheme.com
 * Author URI:          https://maitheme.com/
 * Version:             1.3.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+ V2
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

    - Defaults
    - Structure and Layout
    - Common Classes
    - Content Area
        - Entry Meta
    - Media Queries (mobile-first)
    - Media Queries (mobile-second)

*/
/* font-family: 'Trebuchet MS', sans-serif;

negro  #010101
cafe claro #b1a28f
beige #ddcbb1
rojo #c1282d
naranja claro #f15b27

/* # Defaults
---------------------------------------------------------------------------------------------------- */

body {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 100;
    font-size: 22px;
    background-color: #fff;
}

h2,
h3,
h4,
h5,
h6,
.site-title a,
.adjacent-entry-pagination a {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 400;
    line-height: 1.75;
}

h1,
.banner-title,
.heading,
.author-box-title,
.entry-comments h3,
.comment-respond h3,
.widget-title,
.related > h2,
.up-sells > h2 {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 400;
}

.sidebar .widget-title {
    text-align: center;
}

/* ancho de 900 para el articlo */
.single-post .site-inner .content-no-sidebars article{
    /* max-width: 900px; */
    margin:  0 auto;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

.adjacent-entry-pagination a,
.after-entry .widget,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget,
.sticky-header.scroll .site-header {
    -webkit-box-shadow: 0 4px 24px rgba(0,0,0,0.025);
    box-shadow: 0 4px 24px rgba(0,0,0,0.025);
}

/* ## Entry Meta
--------------------------------------------- */

.entry-comments .comment-meta {
    -webkit-font-smoothing: antialiased;
}

/* ## Cambiar las miniaturas en el grid
--------------------------------------------- */


.entry.flex-entry.has-post-thumbnail a.entry-image-link {
    width: 135px;
    height: 135px;
    margin: 0px;
    position: relative;
    margin: 0 auto;
    text-align:center;
    background-color: #fff;
}

.entry.flex-entry.has-post-thumbnail a img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height:auto;
    width: auto !important;
}

.entry.flex-entry.has-post-thumbnail {
    padding: 7px;
    text-align: center;
    border: 0px;
    -webkit-box-shadow: 2px 4px 24px rgba(0,0,0,0.025);
    box-shadow: 2px 4px 24px rgba(0,0,0,0.025);
    background-color: #fff;
}
.entry.flex-entry.has-post-thumbnail .entry-title{
    font-size: .8rem;
}

div#mct-bottom-share {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 0px;
    margin-top: 0px;
}
div#mct-bottom-share h2{
    font-size:14px;
}

.entry.flex-entry.has-post-thumbnail .entry-title {
    font-size: .8rem;
}
.special a.aawp-product__title,
.special .aawp-product__content {
     font-size: .8rem;
     line-height: 1.2;
     text-decoration:none;
     color: #010101;
     min-height: 47px;
     display: block;
}
.special .aawp-product__content .aawp-product__meta{
    min-height: 67px;
}

.special span.aawp-product__ribbon {
    display: none;
}

.special a.aawp-product__image-link {
    width: 200px;
    height: 200px;
    margin: 0px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.special a .aawp-product__image {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: auto !important;
}
.home .aawp-product__reviews::before {
   margin-right: 5px;
    position: relative;
    top: 2px;
    content: "\f487";
    font-family: 'Trebuchet MS', sans-serif;
    display: inline-block;
    line-height: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.home .aawp-product__reviews {
    margin-top:8px;
    margin-bottom:5px;
}

#sub-categorias .entry.flex-entry.boxed {
    padding: 10px;
}
#sub-categorias .entry.flex-entry.boxed {
    margin-bottom: 18px;
}

.home .section:nth-of-type(even) {
    background-color: #ffca2814;
}

.site-footer {
    background-color: #f1f1f1;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.genesis-nav-menu a {
    font-size: 13px;
    text-decoration: none;
    padding: 4px 6px;
    font-family: system-ui;
}
    
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 545px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 1160px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {
    .section>.wrap{
        padding-left:5px;
        padding-right:5px;
    }
    .entry.flex-entry.has-post-thumbnail a.entry-image-link {
        width: 100px;
        height: 100px;
        margin: 0px;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .entry.flex-entry.has-post-thumbnail .entry-title {
        font-size: .8rem;
    }
    a.aawp-product__title,
    .aawp-product__content {
         font-size: .8rem;
         line-height: 1.2;
         text-decoration:none;
         color: #111;
    }
    .special .flex-entry.boxed.column{
        padding:5px;

    }
    .special a.aawp-product__image-link {
        width: 100px;
        height: 100px;
        margin: 0px;
        position: relative;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 544px) {}


.breadcrumb,
.mai-sections.has-boxed-site-container .content.content-no-sidebars,
.section-content.width-xl,
.site-container.boxed .alignfull,
.site-container.boxed .site-header.stuck,
.site-container.boxed .width-full,
.site-inner,
.width-xl,
.wrap {
    max-width: 1140px;
}

::selection {
    background-color: #641570;
    color: #fff;
}

.entry.flex-entry.boxed {
    padding: 8px;
    border: 1px solid #0000001f;
}
.flex-entry .entry-title,
.flex-entry .woocommerce-loop-category__title,
.flex-entry .woocommerce-loop-product__title {
    font-size: 1em;
    line-height: 1;
}

.footer-widgets {
    background-color: #f39c12;
    color: #000000;
    border-bottom: 0px solid rgba(0,0,0,.1);
    font-family: system-ui;
    font-size: small;
}

.home .nav-secondary .current-menu-item>a, .nav-secondary, .nav-secondary .sub-menu a {
    background-color: #d9d9d9;
}
.home .nav-primary .current-menu-item>a, .nav-primary {
    background-color: #ffffff;
    border-bottom: 1px solid #8080806b;
    border-top: 1px solid #8080806b;
}
.home div#columnasdecategorias {
    text-align: left;
}

.home div#columnasdecategorias .entry.boxed {
    background-color: #fff;
    padding: 6px;
    border: 0px solid rgba(0,0,0,.06);
}



/* de aqui es la oferta para prime day */
.header-before.text-sm {
    text-align: center;
    margin: 0 auto;
    background-color: #e16e37;
    width: 100%;
}
.header-before a{
    color: #fff;
}
.header-before a:hover{
    color: #3e3e3e;
}

.header-before .widget-area {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.header-before .widget-area .textwidget.custom-html-widget {
    color: #fff;
    font-size: 120%;
}
.header-before .widget-area .textwidget.custom-html-widget a {
    color: #1c77e4;
    font-weight: 800;
    font-size: 120%;
    text-decoration: underline;
    margin-left: 12px;
}

div#columnasdecategorias {

}

div#columnasdecategorias .header-cat h3 a{
    font-size:140%;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 400;
    color:#fff;
    text-transform: uppercase;
    text-decoration: underline;
}

div#columnasdecategorias .header-cat header{
    background-color: #1a7f9b;
    padding:7px;
}

.aawp .aawp-product--horizontal .aawp-product__price--saved {
    border-radius: 2px;
    background: #a39cff;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    /* margin-top: 11px; */
    margin-bottom: 11px;
    border-radius: 50%;
    width: 60px;
    height: 40px;
    font-size: 21px;
    padding-top: 11px;
    padding-left: 3px;
    color: white;
    font-weight: bolder;
}


a.boton-buenfin-2021{
    border-radius: 10px;
    border: 0px solid #fff;
    padding: 5px 12px;
    display: block;
    min-width: 100px;
    width: 209px;
    margin:  0 auto;
    background-color: #FFEB3B;
    color: #111 !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration:none !important;
    /* width: auto; */
}

section#custom_html-3 {
    width: 100%;
    text-align:center;
}
section#custom_html-3 img{
    margin: 0 auto;
    text-align:center;
}
.one-third.texto-titulo{
    font-size: 130%;
}
.one-third.texto-titulo a{
    font-size: 140%;
    text-decoration: none !important;
    font-weight:800;
    margin-top: 20px;
}
section#oferta-buenfin .banner-title {
    font-size: 1.6rem;
}

    @media only screen and (max-width: 768px) {
        .header-before{
            display:block !important;
        }
        .one-third.texto-titulo a{
            font-size: initial%;
            text-decoration: none;
            font-weight:300;
            margin-top: 20px;
        }
    }


.buen-fin-tag {
    background-color: #C60C21 !important;
    color: #fff;
    padding: 4px 14px;
    font-size: small;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
    /* min-width: 150px; */
}

article.post .link-buen-fin p {
    line-height:14px;
    margin-bottom:0px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.link-buen-fin {
    text-align: center;
    margin: 0 auto;
    margin-bottom:10px
}

.entry-content .link-buen-fin a.more {
    text-decoration: underline;
    color: #f95c1f;
    font-weight: bold;
}
.entry-content .link-buen-fin .buen-fin-tag a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}