/* Fixes for AAWP 
 *
 *
 * for layout simple on mobiles 
 */

/* agregado para hacer el codigo un poco mas legible (estetico)*/

.feature .wrap {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: justify;
  padding: 10px;
}
 /* en el post */
    article.post h1{
    font-size:26px;
    text-align:center;
  } 
  article.post h2{
    font-size:18px;
    text-align:center;
  }
  article.post h3,h4, h5, h6{
    font-size:16px;
  } 
    article.post p{
      font-size: 16px;
    }

@media (min-width: 769px){
  .entry-content .aawp h1, 
  .entry-content .aawp h2, 
  .entry-content .aawp h3, 
  .entry-content .aawp h4,
  .entry-content .aawp h5,
  .entry-content .aawp h6 {
      text-align:unset;
    }
  .aawp .aawp-product--horizontal.mobile {
      zoom: 1;
      display: block;
      max-width: 100%;
      padding: 0px;
      background: #fff;
      font-size: 15px;
      line-height: 1.6;
      white-space: normal;
     -webkit-box-shadow: 0 -10px 16px 0 rgba(0,0,0,.05);
      box-shadow: 0 -10px 16px 0 rgba(0,0,0,.05);
      border-radius: 4px;
  }
  .aawp .aawp-product--horizontal.mobile:first-child {
      zoom: 1;
      display: block;
      max-width: 100%;
      padding: 0px;
      background: #fff;
      border: 4px solid #addeff;
      font-size: 15px;
      line-height: 1.6;
      white-space: normal;
      -webkit-box-shadow: 0 -10px 16px 0 rgba(0,0,0,.05);
      box-shadow: 0 -10px 16px 0 rgba(0,0,0,.05);
      border-radius: 4px;
      min-height: 210px;
  }
  .aawp .aawp-product--horizontal.mobile:first-child:hover {
      border: 4px solid #FFC107;
  }
  .aawp .aawp-product--horizontal.mobile:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 -2px 8px #ccc;
    box-shadow: 0 -2px 8px #ccc;

  }
  .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content{
    /* margin-left:0px; */
    order: 2;
    /* padding-left: 5px; */
    /* width: 65%; */
    padding-top: 30px;
    margin-left: 1%;
  }
  .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content h2{
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #00113d;
    font-weight: 800;
  }
    .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content h3{
    font-size: 18px;
    font-weight:normal;
    color: #00113d;
    font-weight: 100;
    line-height: initial;
  }
    .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content h3:hover{
    color: #4374d4;
  }

  .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content .aawp-product__title{
    text-decoration:none;
    color: #111;
    font-weight:normal;
    font-size: 14px;
  }
  .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__thumb {
    order: 1;
    width: 180px;
    height: 160px;
    /* margin: 0px; */
    position: relative;
    /* margin: 0 auto; */
    /* margin-right: 20px; */
    float: left;
  }
    .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__image{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    }
  .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__footer{
    order: 3;
    /* width: 22%; */
    /* padding-left: 0px; */
    margin-left: 0px;
  }
  span.aawp-product__price {
      color: #B12704;
  }
  .aawp .mobile.aawp-product--horizontal.aawp-product--ribbon {
    padding-top: 1px;
  }
  .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .zona-producto {
    display: flex;
    /* flex-direction: row; */
    margin:  0 auto;
    padding-bottom: 0px;
    padding-top: 5px;
    /* padding-right: 20px; */
    width: 95%;
    float: left;
    display: block;
    /* width: 100%; */
    /* clear: both; */
    margin-top: -40px;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__rating{
    margin: 0 auto 10px;
    text-align: center;
    width: 35%;
    float: left;
    /* text-align:left; */
  }
  .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .descripcion-product-hide {
    text-align: center;
    /* width: 80%; */
    /* margin: 0 auto; */
    margin-top: 20px;
    /* padding-bottom: 10px; */
    /* clear: left; */
    /* height: 30px; */
    line-height: 30px;
    text-align: center;
    color: #000;
    background: #f3f3f3;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
    background: #e9f5fd;
    margin-top: 20px;
    float: none;
    clear: both;
  }
  .sh-link A {color: #00113d;font-weight: 800;text-transform: none;font-size: 18px;text-decoration: underline;}  
  .sh-content {margin-left:4%;text-align: justify; margin-top: 15px;margin-bottom: 15px; width:90%; float:left; display: block;}  
  .pressrelease-link { }  
  .pressrelease-link.sh-hide A { }  
  .pressrelease-link.sh-show A { text-decoration:none;}  
  .pressrelease-content { }  
  .pressrelease-content.sh-hide { }  
  .pressrelease-content.sh-show { }
    
    .aawp .aawp-product--horizontal.mobile .aawp-product__reviews::before {
    margin-right: 5px;
    position: relative;
    top: 2px;
    content: "\f487";
    font-family: dashicons;
    display: inline-block;
    line-height: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
  }
  .numero-bestseller {
    background-color: #8BC34A;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    float: left;
    position: relative;
    left: -17px;
  }   
  .aawp .aawp-product--horizontal.mobile .aawp-product__ribbon--bestseller,
  .aawp .aawp-product--horizontal.mobile .aawp-product__ribbon--new  {
    font-size: 29px;
    font-weight: 300;
    background-color: #00113d;
    display: block;
    text-align: center;
    color: #fbff19;
    border: 0px;
    width: 50px;
    height: 50px;
    left: -27px;
    position: relative;
    top: -20px;
    border-radius: 50%;
    float: left;
    padding: 13px 8px;
  }
  .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing {
    display: inline-block;
    margin-top: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
  }
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-product__price--old,
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-product__price--saved,
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-product__price--current,
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-product__ribbon--bestseller{
    }
}
@media (max-width: 768px){
  .entry-content h1, 
  .entry-content h2, 
  .entry-content h3, 
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
      text-align: left;
  }
  .entry-content .aawp h1, .entry-content .aawp h2, .entry-content .aawp h3, .entry-content .aawp h4, .entry-content .aawp h5, .entry-content .aawp h6 {
    text-align: left;
  }
  .entry-content h1{
    font-size:24px;
  } 
  .entry-content h2{
    font-size:20px;
  }
  .entry-content h3{
    font-size:17px;
  } 
    .entry-content p{
      text-align:left;
    }
    /* en el post */
    article.post h1{
    font-size:24px;
    text-align:left;
  } 
  article.post h2{
    font-size:20px;
    text-align:left;
  }
  article.post h3,h4, h5, h6{
    font-size: 18px;
    text-align:left;
  } 
    article.post p{
      text-align:left;
      font-size: 15px;
    }
  span.aawp-product__price {
      color: #B12704;
  }
  .aawp .aawp-product--horizontal.mobile .aawp-product__thumb {
    position: relative;
    overflow:hidden;
    border-bottom: 0px;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 0px;
    float: right;
  }

  .aawp .aawp-product--horizontal.mobile .aawp-product__thumb img {
    /* position: absolute; */
    /* top:-100%; */
    /* left:0; */
    /* right: 0; */
    /* bottom:-100%; */
    /* margin: auto; */
    max-height: 150px;
    /* float: left; */
    margin-bottom: 5px;
  }
    .aawp .aawp-product--horizontal.aawp-product--ribbon.mobile{
      padding-top: 5px;
    }
  .aawp .aawp-product--horizontal.mobile .aawp-product__ribbon {
    /* position: initial; */
  }
  .aawp .aawp-product--horizontal.mobile .aawp-product__ribbon--sale,
    .aawp .aawp-product--horizontal.mobile .aawp-product__ribbon--bestseller{

    }
  .numero-bestseller {
    background-color: #8BC34A;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    float: left;
    position: relative;
    left: -10px;
    margin-top: -22px;
  }  
  .zona-producto{
    height: auto;
  } 
  .aawp .aawp-product--horizontal.mobile .aawp-product__ribbon--sale{
    position: absolute;
    z-index: 999;
}
  .aawp .aawp-product--horizontal.mobile .aawp-product__ribbon--bestseller,
  .aawp .aawp-product--horizontal.mobile .aawp-product__ribbon--new  {
    font-size: 30px;
    font-weight: 400;
    background-color: #00113d;
    display: block;
    text-align: center;
    color: #fff;
    border: 0px;
    width: 45px;
    height: 45px;
    left: 20px;
    /* position: relative; */
    top: 15px;
    border-radius: 50%;
    padding: 13px;
  }
  .aawp .aawp-product--horizontal.mobile {
    zoom: 1;
    display: block;
    max-width: 100%;
    padding: 0px;
    background: #fff;
    border: 0px solid #ececec;
    font-size: 15px;
    border-radius: 10px;
    white-space: normal;
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
    transition: box-shadow 135ms cubic-bezier(.4,0,.2,1);
    border-radius: 4px;
  }
  .aawp .aawp-product--horizontal.mobile .aawp-product__content,
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer,
    .aawp .aawp-product--horizontal.mobile .descripcion-product-hide {
    margin: 0;
    padding: 0px 10px;
  }
  .aawp .aawp-product--horizontal.mobile .aawp-product__content{
    margin-top: 15px;
    height: auto;
    float: left;
  }
  .aawp .mobile.aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content h2{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: capitalize;
  }
  .aawp .aawp-product--horizontal.mobile .aawp-product__content a {
    color: #111;
    text-decoration:none;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 14px;
    height: auto;
    z-index: 999;
  }
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer {
    width: 90%;
    /* float:left; */
    /* padding: 0px; */
    margin: 0 auto;
    text-align:  center;
  }
  .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing {
        display: inline-block;
        margin-top: 20px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 15px;
        display: none;
 }
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-product__price--old,
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-product__price--saved,
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-product__price--current,
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-check-prime,
    .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-product__ribbon--bestseller{
          display: block;
          line-height: 15px;
          list-style: none;
          text-align: right;
          clear: left;
          margin-bottom: 9px;
    }
  .aawp .aawp-product--horizontal.mobile .aawp-product__footer .aawp-product__pricing .aawp-check-prime{
        width: 61px;
        float: right;
        background-repeat: no-repeat;
        margin-top: 8px;
     }
     .aawp .aawp-product--horizontal.mobile .aawp-product__rating{
      width:100%;
      float:left;
     }
    .aawp .aawp-product--horizontal.mobile .descripcion-product-hide {
      text-align: center;
      line-height: 1.7;
      a text-align: center;
      color: #000000;
      /* background: #f3f3f3; */
      border-radius: 0 0 4px 4px;
      -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
      box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
      background: #e9f5fd9e;
      margin-top: 10px;
     }
    .aawp .aawp-product--horizontal.mobile .descripcion-product-hide a{
      color: #000000;
      font-size:19px;
      padding-bottom:5px;
     }
    .aawp .aawp-product--horizontal.mobile .aawp-star-rating {
    position: relative;
    display: inline-block;
    background-image: none;
    background-repeat: repeat-x;
    background-position: left center;
    vertical-align: middle;
    height: 5px;
    width: 100%;
    background-size: 16px 16px;
    background-color: #8BC34A;
  }
    .aawp .aawp-product--horizontal.mobile .aawp-star-rating>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: none;
    background-repeat: repeat-x;
    background-position: left center;
    vertical-align: middle;
    background-color: #FFEB3B;
    height: 5px;
  }
  .aawp .aawp-product--horizontal.mobile .aawp-product__reviews {
    margin-top: 0px;
    font-size: 14px;
    color: #666;
    text-align: left;
    padding-left: 10px;
  }
  .aawp .aawp-product--horizontal.mobile .aawp-product__reviews::before {
    margin-right: 5px;
    position: relative;
    top: 5px;
    content: "\f487";
    font-family: dashicons;
    display: inline-block;
    line-height: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #000;
  }
  .sh-link A { }  
  .sh-content {text-align: left;font-size: 13px;margin-top: 15px;margin-bottom: 15px;}  
  .pressrelease-link { }  
  .pressrelease-link.sh-hide A { }  
  .pressrelease-link.sh-show A { }  
  .pressrelease-content { }  
  .pressrelease-content.sh-hide { }  
  .pressrelease-content.sh-show { }

  .single-post .site-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

}
.aawp .zona-producto .aawp-button.aawp-button--green,
.zona-producto .aawp-button.aawp-button--green {
    background-color: #e7cd60; !important;
    border-color: transparent !important;
    z-index: 9999;
}

.aawp .zona-producto .aawp-button.aawp-button--green:hover,
.zona-producto .aawp-button.aawp-button--green:hover {
    /* color: #111 !important; */
}

/* This container class will allow a table to scroll horizontally on smaller screens. */
.hscroll {
  overflow-x: auto; /* Horizontal */
  border: none;
  max-width: 97%;
  margin:  0 auto;
}


/* tablas de comparacion en post - generadas automaticamente */

.products-table .aawp.personalizada table.aawp-table {
    background-color: #fff;
    display: block;
}
.products-table .aawp.personalizada table.aawp-table th.right-table-feature{
  width: 110px;
  font-size: 13px;
  padding-right: 7px;
  min-width: 110px;
  border-top: 0px solid #ededed;
  text-align: right;
}
.products-table table.aawp-table tr:nth-child(even) {
    background-color: #f6f6f6 !important;
}
.products-table table.aawp-table tr:last-child {
    background-color: #fff !important;
}

.products-table table.aawp-table tr:nth-child(even)  {

}
.products-table table.aawp-table td:nth-child(1) {
  background-color:#ffffde;
  /* width: 250px; */
  /* min-width: 180px; */
  /* max-width: 180px; */
}
.products-table table.aawp-table td{
    padding:6px 14px 5px;
}
.products-table table.aawp-table tr:nth-child(even) td:nth-child(2)  {
    background-color: #31adf629;
}
.products-table table.aawp-table tr:nth-child(1) > td.aawp-table__td-thumb:nth-child(2) .featured-image:before{
    content: "recomendado" !important;
    display:block;
    font-size: 13px;
    width: 90%;
    background-color: #31bff6;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    top: -26px;
    /* padding: 5px; */
    font-weight: normar;
    margin: 0 auto;
}
.products-table table.aawp-table td  {
    width:180px;
    max-width:180px;
}
.products-table .aawp.personalizada table.aawp-table tr{
  margin-bottom:5px;
}
.products-table .aawp.personalizada table.aawp-table td{
  padding: 6px 15px;
  font-size: 14px;
  min-width: 200px;
  width: 200px;
  padding-left: 25px;
  border: 1px solid #31d2f62b;
}
.products-table .aawp.personalizada table.aawp-table td.aawp-table__td-thumb{
    vertical-align: top;
    padding:10px 0px 10px 0px;
    border: 1px solid #31d2f62b;
}
.products-table .aawp.personalizada table.aawp-table td.aawp-table__td-thumb .featured-image {
        width: 200px;
        height: 180px;
        margin: 0px;
        position: relative;
        margin: 0 auto;
 }
.products-table .aawp.personalizada table.aawp-table td.aawp-table__td-thumb img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 5px;
}
.products-table .aawp.personalizada table.aawp-table td.aawp-table__td-thumb .title-featured{
  margin-top:5px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  word-break: break-word;
  line-height: 1.4;
}

.products-table .aawp.personalizada table.aawp-table td.aawp-table__td-links{
  padding: 18px 15px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
}
.products-table .aawp.personalizada table.aawp-table td.aawp-table__td-links a{
  float: left;
}
.products-table .aawp.personalizada table.aawp-table td:before {
    display: none;
    font-weight: bold;
    width: 0px;
}
.products-table .aawp.personalizada table.aawp-table tr:nth-child(odd) {
    background-color: #fff;
}
.products-table .aawp.personalizada table.aawp-table{
      display:block;
      margin: 0px;
      padding-top: 15px;
      border:  0px;
}
.products-table .aawp.personalizada table.aawp-table thead,
.products-table .aawp.personalizada table.aawp-table th,
.products-table .aawp.personalizada table.aawp-table td,
.products-table .aawp.personalizada table.aawp-table tr {}
.products-table .aawp.personalizada table.aawp-table tr{
  display:table-row;
}
.products-table .aawp.personalizada table.aawp-table td{
  display: table-cell;
}
.products-table .aawp.personalizada table.aawp-table th{
  display: table-cell;
}
.products-table .aawp.personalizada table.aawp-table thead{
  display: table-header-group;
}
.products-table .aawp.personalizada table.aawp-table .aawp-product__reviews::before {
    margin-right: 5px;
    position: relative;
    top: 2px;
    content: "\f487";
    font-family: dashicons;
    display: inline-block;
    line-height: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}


/* css for related posts */

.rpbt_shortcode .gallery-icon {
    width: 170px;
    height: 170px;
    margin: 0px;
    position: relative;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.rpbt_shortcode .gallery img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px;
}
.rpbt_shortcode .gallery-icon:focus,
.rpbt_shortcode .gallery-icon:hover {
  border: 1px solid #999;
  outline: none;
}
.rpbt_shortcode .gallery-item {
    /* float: left; */
    /* margin: 0 0 0 0; */
    /* text-align: center; */
    min-height: 230px;
}
.rpbt_shortcode .gallery-caption, .wp-caption-text h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding:0 7px;
}



/* For displaying 3 columns on tablet */
@media only screen and (max-width: 768px) {
   .gallery-columns-4 .gallery-item {
     width: 50%;
   }
  .rpbt_shortcode .gallery-caption, .wp-caption-text h4 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding: 0 7px;
  }
}


.spacer {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.spacer::before,
.spacer::after {
    content: " ";
    display: table;
}
@media only screen and (max-width: 768px) {
  .spacer {
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .spacer::before,
  .spacer::after {
      content: " ";
      display: table;
  }
}



/* grid for archives */

.articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-archive .content .entry {
    margin-bottom: 0;
    padding: 0;
    border-radius: 3px;
    width: 31.25%; /* http://d.pr/i/sVsJRM */
    margin-bottom: 3.125%;
    text-align: center;
}

.content-archive .content .entry:last-child {
    margin-right: auto;
    margin-left: 3.125%;
}

@supports ((display: -ms-grid) or (display: grid)) {
    .content-archive .content .entry {
        width: auto;
        margin-bottom: 0;
    }

    .content-archive .content .entry:last-child {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .articles {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .content-archive .content .entry {
        width: 47.5%; /* http://d.pr/i/zHWeyP */
        margin-bottom: 5%;
    }

    .content-archive .content .entry:last-child {
        margin-left: 5%;
    }

    @supports ((display: -ms-grid) or (display: grid)) {
        .content-archive .content .entry {
            width: auto;
            margin-bottom: 0;
        }

        .content-archive .content .entry:last-child {
            margin-left: 0;
        }
    }
}

@media only screen and (max-width: 768px) {
    .articles {
        flex-direction: column;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .content-archive .content .entry {
        width: 100%; /* http://d.pr/i/zHWeyP */
    }

    .content-archive .content .entry:last-child {
        margin-left: 0;
    }
  .after-entry {
    padding: 0px 0px;
  }
}

.aawp-disclaimer, .aawp-credits {
    font-size: 12px;
    clear: both;
}


.aawp-product__pricing {
    /* display: none !important; */
}

span.aawp-product__price.aawp-product__price--current {
    display: none;
}

a.aawp-check-prime {
    display: none;
}

a.aawp-button.aawp-button--buy.aawp-button.aawp-button--green.rounded {padding: -3px;border: none;font-size: 14px;max-width: 100%;overflow: hidden;font-weight: 400;border-radius: 8px;text-align: center;color: #00113d;letter-spacing: .35px;text-transform: uppercase;background: #27AE5E;width: 100%;padding: 5px 10px;width: auto;}
a.aawp-button.aawp-button--buy.aawp-button.aawp-button--green.rounded:hover {background: #31ca6f;border-color: #31ca6f;}

.products-table {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.ver-mas-productos {
    float: right;
    width: 100%;
}
.ver-mas-productos a.more{
    line-height:50px;
    position:relative;
    background:#9CCC65;
    text-align:center;
    margin: 10px auto;
    min-width:180px;
    color:#fff;
    padding: 11px;
    text-decoration: none;
}
.ver-mas-productos a.more:hover{
    background:#558B2F;
}
.ver-mas-productos a.more:after,
.ver-mas-productos a.more:before{
    content:"";
    position:absolute;
    width:20px;
    height:50%;
    left:100%;
}
.ver-mas-productos a.more:after{
    bottom:0;
    background: linear-gradient(to right bottom, #9CCC65 50%, transparent 50%);
}
.ver-mas-productos a.more:before{
      top:0;
    background: linear-gradient(to right top, #9CCC65 50%, transparent 50%);
}

.header-before.text-sm {
    background-color: #f95c1f;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.header-before.text-sm .texto-titulo {
    margin-top:20px;
}
.header-before.text-sm .texto-titulo a {
    color: #000;
    text-decoration: none;
    background-color: #feecc9;
    padding: 10px;
    font-size: 25px;
}
@media only screen and (max-width: 768px){
    .header-before.text-sm img{
      display: none !important;
    }
}
@media only screen and (max-width: 768px){
  .single.single-post .header-before, .header-left {
    display: block;
    font-size: 13px;
  }
  .entry-content p {
    /* font-size: .8rem !important; */
  }
    .entry-content {
    font-size: .8rem !important;
  }
  .ver-mas-productos {
    float: right;
    width: 100%;
  }
}

.aawp .aawp-button.aawp-button--icon, .aawp-button.aawp-button--icon {
    position: relative;
    padding-left: 32px;
    margin-top: 30px;
}

.aawp .aawp-button, .aawp-button {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 10px 15px 10px 15px;
    border: 1px solid transparent !important;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-decoration: none !important;
}
.single .aawp .aawp-button.aawp-button--green, .single .aawp-button.aawp-button--green {

}

.category .entry.flex-entry.boxed {
    padding: 5px;
}

/* liston de oferta */
/* common */
.aawp-product__ribbon.aawp-product__ribbon--sale {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
}
.mobile .aawp-product__ribbon--sale {
    background: #27ae6000;
    border-bottom-left-radius: 2px;
    color: #fff;
}
.aawp-product__ribbon.aawp-product__ribbon--sale::before,
.aawp-product__ribbon.aawp-product__ribbon--sale::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 0px solid #2980b9;
}
.aawp-product__ribbon.aawp-product__ribbon--sale span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 0px;
  background-color: #FFC107;
  color: #f30f0f;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.aawp-product__ribbon--sale {
  top: -10px;
  right: -10px;
}
.aawp-product__ribbon--sale::before,
.aawp-product__ribbon--sale::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.aawp-product__ribbon--sale::before {
  top: 0;
  left: 0;
}
.aawp-product__ribbon--sale::after {
  bottom: 0;
  right: 0;
}
.aawp-product__ribbon--sale span {
  left: -15px;
  top: 12px;
  transform: rotate(45deg);
  font-size: 10px;
}


header.site-header {
    background-color: #fff;
}
.home .nav-header .current-menu-item>a, .nav-header .nav-search, .nav-header a {
    color: #ffffffb8;
}
.site-container #genesis-footer-widgets {
    background-color: #f7941d;
    color: rgba(255,255,255,.6);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.site-container .site-footer {
    background-color: #f7941d;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.site-container #edd-purchase-button,
.site-container .button,
.site-container .edd-submit,
.site-container .entry-content .button,
.site-container .entry-content .more-link,
.site-container .menu-item.highlight>a,
.site-container .woocommerce #payment #place_order,
.site-container .woocommerce .button.alt.checkout-button,
.site-container .woocommerce .button.alt.single_add_to_cart_button,
.site-container .woocommerce a.button,
.site-container .woocommerce button.button,
.site-container .woocommerce input.button,
.site-container .woocommerce-page #payment #place_order,
.site-container [type=submit].edd-submit,
.site-container button,
.site-container input[type=button],
.site-container input[type=reset],
.site-container input[type=submit] {
    background-color: #00113d;
    border-radius:8px;
}
.site-container #edd-purchase-button:focus,
.site-container #edd-purchase-button:hover,
.site-container .button:focus,
.site-container .button:hover,
.site-container .edd-submit:focus,
.site-container .edd-submit:hover,
.site-container .entry-content .button:focus,
.site-container .entry-content .button:hover,
.site-container .entry-content .more-link:focus,
.site-container .entry-content .more-link:hover,
.site-container .menu-item.highlight.current-menu-item>a,
.site-container .menu-item.highlight>a:focus,
.site-container .menu-item.highlight>a:hover,
.site-container .woocommerce #payment #place_order:focus,
.site-container .woocommerce #payment #place_order:hover,
.site-container .woocommerce #respond input#submit.alt.disabled,
.site-container .woocommerce #respond input#submit.alt.disabled:hover,
.site-container .woocommerce #respond input#submit.alt:disabled,
.site-container .woocommerce #respond input#submit.alt:disabled:hover,
.site-container .woocommerce #respond input#submit.alt:disabled[disabled],
.site-container .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.site-container .woocommerce .button.alt.checkout-button:focus,
.site-container .woocommerce .button.alt.checkout-button:hover,
.site-container .woocommerce .button.alt.single_add_to_cart_button:focus,
.site-container .woocommerce .button.alt.single_add_to_cart_button:hover,
.site-container .woocommerce a.button.alt.disabled,
.site-container .woocommerce a.button.alt.disabled:hover,
.site-container .woocommerce a.button.alt:disabled,
.site-container .woocommerce a.button.alt:disabled:hover,
.site-container .woocommerce a.button.alt:disabled[disabled],
.site-container .woocommerce a.button.alt:disabled[disabled]:hover,
.site-container .woocommerce a.button:focus,
.site-container .woocommerce a.button:hover,
.site-container .woocommerce button.button.alt.disabled,
.site-container .woocommerce button.button.alt.disabled:hover,
.site-container .woocommerce button.button.alt:disabled,
.site-container .woocommerce button.button.alt:disabled:hover,
.site-container .woocommerce button.button.alt:disabled[disabled],
.site-container .woocommerce button.button.alt:disabled[disabled]:hover,
.site-container .woocommerce button.button:focus,
.site-container .woocommerce button.button:hover,
.site-container .woocommerce input.button.alt.disabled,
.site-container .woocommerce input.button.alt.disabled:hover,
.site-container .woocommerce input.button.alt:disabled,
.site-container .woocommerce input.button.alt:disabled:hover,
.site-container .woocommerce input.button.alt:disabled[disabled],
.site-container .woocommerce input.button.alt:disabled[disabled]:hover,
.site-container .woocommerce input.button:focus,
.site-container .woocommerce input.button:hover,
.site-container .woocommerce-page #payment #place_order:focus,
.site-container .woocommerce-page #payment #place_order:hover,
.site-container [type=submit].edd-submit:focus,
.site-container [type=submit].edd-submit:hover,
.site-container button:focus,
.site-container button:hover,
.site-container input:focus[type=button],
.site-container input:focus[type=reset],
.site-container input:focus[type=submit],
.site-container input:hover[type=button],
.site-container input:hover[type=reset],
.site-container input:hover[type=submit] {
    background-color: rgb(21 60 162);
    color: rgba(255,255,255,1);
}
.site-container .archive-pagination a {
    display: inline-block;
    background-color: #00113d;
    color: rgba(255,255,255,1);
    text-decoration: none;
    padding: 8px 14px;
    margin: 2px;
    cursor: pointer;
    border-radius: 18px;
}
.site-container .entry-title a, .sidebar .widget-title a, .sidebar .widgettitle a, .site-title a {
    color: #00113d;
}

.aawp .aawp-product--horizontal .aawp-product__description>ul {
    margin: 0 0 15px;
    padding: 0px;
    list-style-type: disc;
    /* list-style-position: outside !important; */
    text-align: left;
    font-size: 14px;
}

.mai-bars {
    position: relative;
    width: 32px;
    color: #ffffff !important;
    -webkit-transition: background 0s .2s;
    transition: background 0s .2s;
}

@media only screen and (max-width: 769px){
    .content>.row>.entry.col:not(.boxed):not(.image-bg) {
        margin-bottom: 14px;
    }
    .row.gutter-30>.col, .row.gutter-md>.col {
        margin-left: 8px;
        margin-right: 8px;
    }
    .entry.flex-entry.has-post-thumbnail a.entry-image-link {
        /* float:left; */
        /* width: 48%; */
        /* margin-left: 0px; */
    }
    .flex-entry.column .entry-image-before-entry+.entry-header{
        /* display: block; */
        /* float: left; */
        /* width: 48%; */
    }
    .content>.row> article.entry.col {
        width: 48%;
        /* max-width: 48%; */
        float: left;
        flex-basis: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }

}

.aawp .mobile.aawp-product--horizontal.mobile .aawp-product__pricing .aawp-product__price--old {
    display: none;
}
.aawp .mobile.aawp-product--horizontal.mobile .aawp-product__pricing .aawp-product__price--current {
    display: none;
}
.aawp .mobile .reviews {
    font-size: 15px;
    font-weight: 300;
    color: #9E9E9E;
    font-family: sans-serif;
    font-style: normal;
    text-align: center;
    margin-bottom: 5px;
    line-height: normal;
    display: block;
    float: left;
    min-height: 40px;
    height: 40px;
    width: 100%;
}
.aawp .mobile .reviews .ratings,
.aawp .mobile .reviews .reviews-number {
    float:left;
    width:100%;
    display: block;
    margin-bottom: auto;
}
.aawp .mobile .reviews .ratings span,
.aawp .mobile .reviews .reviews-number span{
  color: #78c02a;
  font-weight: 800;
  font-size: 14px;
  /* text-decoration: underline; */
  padding: 5px;
}

span.text-discount {
    font-size: 20px;
    font-weight: 800;
    color: lightgrey;
}

@media (max-width: 768px){
    .aawp .mobile .reviews {
        font-size: 15px;
        font-weight: 300;
        color: #9E9E9E;
        font-family: sans-serif;
        font-style: normal;
        text-align: center;
        margin-bottom: 20px;
        line-height: normal;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .aawp .mobile .reviews .ratings,
    .aawp .mobile .reviews .reviews-number {
        float: none;
        display: inline;
        margin-bottom: 0px;
        margin-right: 5px;
    }
    .aawp .mobile .reviews .ratings span,
    .aawp .mobile .reviews .reviews-number span{
      color: #78c02a;
      font-weight: 800;
      font-size: 18px;
      text-decoration: underline;
      padding: 0px;
    }

    span.text-discount {
        font-size: 20px;
        font-weight: 800;
        color: lightgrey;
        display: none;
    }
  .site-container .aawp .aawp-product--horizontal .aawp-product__price--saved {
      border-radius: 2px;
      background: #FFCA28;
      color: #fff;
      font-size: 12px;
      line-height: 12px;
      /* margin-top: 11px; */
      margin-bottom: 11px;
      border-radius: 50%;
      width: 50px;
      height: 30px;
      font-size: 14px;
      padding-top: 11px;
      padding-left: 3px;
      color: red;
      float: right;
      margin-top: -15px;
  }
  a.aawp-button.aawp-button--buy.aawp-button.aawp-button--green.rounded {
    margin: 0 auto;
    text-align: center;
    background-color: #FFD814;
    color: #111 !important;
    width:
    auto;
    /* margin-bottom: 15px; */
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    }
}

.aawp .aawp-product--horizontal .aawp-product__description li{
  list-style: none;
}
.aawp .aawp-product--horizontal .aawp-product__description li::before {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #00b2b5;
  border-radius: 50%;
  background: url('/wp-content/uploads/li-caracteristica.png');
  background-size: 25px;
  content: "";
  background-repeat: no-repeat;
  top: 6px;
  position: relative;
  left: -10px;
}

.wrap.height-xs.center-xs.text-xs-center.text-lg {

}
.banner-area h1{
    font-weight: 300;
    font-size: 30px;
}
.banner-area {
    line-height: 1.45;
    background-repeat: no-repeat;
    background-size: cover;
}



/* borrrar esto de la web SOLO FUE PARA EL PRIME DAY */

.entry-content .feature {
    height:40px;
    overflow:hidden;
    margin-bottom:20px;
}
.aawp-product__description a.aawp-button.aawp-button--buy.aawp-button.aawp-button--green.rounded {
  max-width: 300px;
  float:right;
  }

.postid-18245 .entry-content .feature,
.postid-7592 .entry-content .feature {
    height:auto;
    margin-bottom:20px;
}


.buen-fin-tag {
    background-color: #C60C21 !important;
    color: #ffffff !important;
    padding: 2px 8px;
    font-size: small;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 4px;
    width: fit-content;
}

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

.entry-content .link-buen-fin a {
    text-decoration: none;
    color: #000;
}
.entry-content .link-buen-fin .buen-fin-tag a{
    color: #fafafa;
    font-size: 15px;
}

a.primeday {
    background-color: #f95c1f !important;
    padding: 7px;
    border-radius: 18px;
    color: #fafafa !important;
    font-weight: 600;
    text-transform:uppercase;
}