/*
Theme Name: La Manducateca
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Irudigital
Author URI: 
Template: enfold
*/
/*Add your own styles here:*/
/* inter-tight-200 - latin */
/* dm-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/dm-sans-v17-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/dm-sans-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dm-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/dm-sans-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/dm-sans-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/dm-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/dm-sans-v17-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/dm-sans-v17-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font: 18px / 1.65em 'DM Sans',Helvetica,Arial,sans-serif;
    font-weight:200;
    color: #383733;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:400;
}
strong, b, th {
   font-weight:400;  
}
#header_main {
    border:0;
}
div .logo.avia-svg-logo {
  max-width:270px;  
}
.logo img, .logo svg {
       max-width: 100%; 
}
#top .av_header_transparency #header_meta,
#top  #header_meta {
    background:#000000;
    color:#fff;
}
#top .header_color .main_menu ul:first-child > li > a {
    color:#000;
}
#top .av_header_transparency.header_color .main_menu ul:first-child > li > a {
    color:#fff;
}
.avia_textblock  {
    line-height:1.3;
}
.av-main-nav>li>a {
   
    text-transform:uppercase;
    text-align:center;
    font-weight:normal;
        font-size: 1rem;
        display: flex;
        padding: 0 1.1rem;
    display: inline-block;
}
.av-main-nav>li>a span.avia-menu-text  {
    display: inline-block;
    line-height: 1.2;
    position: relative;
    top: 1.1rem;
    height: auto;
 }
.av-main-nav>li#menu-item-15743>a span.avia-menu-text {
    top:0;
}
.avia-menu-fx {
    display:none!important;
}

#lm-menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    
    height: 100%;

    pointer-events: none;
    z-index: 9999;
}

#lm-menu-panel .lm-panel-inner {
    position: absolute;
    top: 0;
    left: -450px;
    width: 450px;
    height: 100%;
    background: #000;
    transition: left 0.3s ease;
    overflow-y: auto;
}
#lm-menu-panel .lm-panel-inner .lm-panel-cont {
    padding:2.5rem 2rem 2rem 2rem;
    position:relative;
        height: 100%;
}
#close-lm-pamel {
    color:#fff;
    font-size:1.1rem;
    font-weight:400;
    cursor:pointer;
}
.lm-panel-headert {
    margin-bottom:6rem;
}
 .lm-panel-header a {
    text-transform:uppercase;
    color:#fff;
    position:relative;
        font-weight: 500;
    font-size: 1rem;
 }
 .lm-panel-content ul {
    list-style: none;
    margin:1.5rem 0 0 0;
    padding:0;
 }
 .lm-panel-content ul li {
    border-bottom: solid 0.1rem #ffe259;
    margin:0;
    padding:0;
}
.lm-panel-content ul li a {
    color:#fff;
    font-size:0.9rem;
    text-transform: uppercase;
}
.lm-panel-footer {
       position: absolute;
    bottom: 2.5rem;
    left: 2rem; 
}
.lm-panel-footer ul {
  list-style: none;
    margin:0 0 0 0;
    padding:0;  
}
.lm-panel-footer ul li {
    margin:0;
    padding:0;
    line-height: 1;
}
.lm-panel-footer ul li a {
    color:#fff;
    font-size:0.9rem;
    text-transform: uppercase;
 }
 .lm-panel-footer .redes_menu {
    margin-top:2rem;
 }
.lm-panel-footer .redes_menu a {
    margin-right:1rem;
}


/* abierto */
#lm-menu-panel.open {
    pointer-events: auto;
}

#lm-menu-panel.open .lm-panel-inner {
    left: 0;
}


#top .header-scrolled #header_main > .container {
    height: 80px!important;
    line-height: 80px!important; 
}
.header_color.header-scrolled .main_menu ul:first-child > li > a {
    color:#000;
} 
.header-scrolled .av-main-nav>li>a span.avia-menu-text {
    top: 1.5rem;
}
.header-scrolled .logo a {
    top:0.3rem;
}
.header-scrolled .logo svg {
  
}


.av-main-nav ul.sub-menu,
.av-main-nav .avia_mega_div {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.header_color .main_menu ul:first-child > li#menu-item-search svg {
    display:none;
}
.header_color .main_menu ul:first-child > li#menu-item-search a {
    position:relative;
}
.header_color .main_menu ul:first-child > li#menu-item-search a:after {
    content:'';
    display:block;
    width:20px;
    height:19px;
    background:url(img/lupa.svg);
    background-size:100%;
    position:absolute;
    left:48%;
    top:2rem;
}
.av_phone_active_left .phone-info {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    font-weight: normal;
    color:#fff!important;
    padding: 0.7rem 0;
}
.av_phone_active_left .phone-info div {
    position:relative;
    padding:0.6rem 0 0.6rem 2.8rem;
}
.av_phone_active_left .phone-info div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 24px; /* evita saltos de altura */
}

.lm-text {
    position: absolute;
    display: none;
    align-items: center;
    gap: 8px;
    top: 0;
}
.content_lm-text {
       display: flex;
    align-items: center;
    gap: 0.5rem;
}
.lm-text img {
    margin-right:0.3rem;
    
    filter: brightness(0) saturate(100%) invert(99%) sepia(23%) saturate(3%) hue-rotate(318deg) brightness(114%) contrast(100%);
}
.main_menu {
  display: flex; 
  width: 75%; 
}
.avia-menu.av-main-nav-wrap {
   width:100%; 
}
#search_header_form {
    display:none;
    width: 240px;
    position: absolute;
    right: 4rem;
}
#search_header_form .ajax_search_response {
    display:none!important;
}
#top #search_header_form #searchsubmit {
   border:0; 
}
#top #search_header_form #searchsubmit:after {
   content:'';
   background:url(img/lupa.svg);
   width:22px;
   height:21px;
   display:block;
   position:absolute;
       top: 0.7rem;
    left: 0.6rem;
}
#op_search a {
   height: 100px;
    line-height: 100px;    
}
#op_search a img  {
  filter: none;  
}
.av_header_transparency #op_search a img   {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(239deg) brightness(103%) contrast(101%);  
}
.header-scrolled.av_header_transparency #op_search a img {
  filter: none;  
}
.myaccount_head a img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7500%) hue-rotate(35deg) brightness(91%) contrast(106%);
}
.av_header_transparency .myaccount_head a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(239deg) brightness(103%) contrast(101%);  
}
.header-scrolled.av_header_transparency .myaccount_head a img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7500%) hue-rotate(35deg) brightness(91%) contrast(106%);
}
#headerxt {
     display: flex;  
     width: 14%;
     gap: 0.7rem;
}
#headerxt .cart_head {
    position:relative;
}
#search_header {
    
}
.myaccount_head .textolink_acc {
    display:none;
}
.myaccount_head a {
  height: 100px;
    line-height: 100px;  
}
.cart_dropdown {
    position: relative;
    right: 0;
    height: 46px;
    width: 36px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    top: 0;
     margin: 0 0 0 0;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    font-weight: normal;
    z-index: 101;
    transition: all ease-in-out 0.8s;
}
.cart_dropdown_first .cart_dropdown_link {
    position: relative;  
    background:transparent;
}
.cart_head .av-cart-container {
    position:relative;
}
.cart_head .av-cart-container:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7500%) hue-rotate(35deg) brightness(91%) contrast(106%);
}
.av_header_transparency .cart_head .av-cart-container:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(239deg) brightness(103%) contrast(101%); 
}
.av_header_transparency.header-scrolled .cart_head .av-cart-container:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7500%) hue-rotate(35deg) brightness(91%) contrast(106%);
}
.cart_head .av-cart-container:before {
    content: '';
    width: 22px;
    height: 23px;
    background: url(img/cart.svg);
    position: absolute;
    left: 0.12rem;
    top: 1.8rem;
    display: block;
}
.cart_head .av-cart-container svg {
    display:none;
}
#top .av-cart-counter {
    color:#000!important;
    top: 50%;
    left: 54%;
}
 #top .header-scrolled .av-cart-counter {
      top: 82%;
    left: 54%;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: 0;
}
#header_home h1 {
    color:#fff;
    max-width:620px;
       margin: auto;
    font-size: 2.8rem;
    font-weight: normal;
}
#header_home p {
    color:#fff;
    font-size:1.5rem;
}
.btn {
    margin-top:3.4rem;
}
.btn a {
  color:#fff;
      border: 2px solid #fff;
    padding: 0.75rem 4rem;
    font-size: 1rem;
    font-weight:400;
}
#barra_somos.avia-section {
    min-height:70px;
}
#barra_somos .content {
    padding-top:1rem;
    padding-bottom:1rem;
}
#barra_somos .avia_textblock h2 {
    display:flex;
    align-items:center;
    gap:2rem;
        font-size: 1.6rem;
    font-weight:400;
        margin-bottom: 0;
}
#barra_somos .avia_textblock h2 .tit_right {
    font-weight: normal;
    font-style:italic;
}
#barra_somos .container {
        max-width: 1180px;
}
#apetece .content {
    
}
#apetece .avia_textblock {
    text-align:center;
}
#apetece h2 {
    position:relative;
    font-size:2.5rem;
    display: inline-block;
    margin: auto;
    padding: 1.8rem 1.5rem;
}
#apetece h2:before {
   content: '';
    width: 148px;
    height: 143px;
    display: block;
    background: url(img/circulo-amarillo.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#apetece .avia-image-container.avia-align-center {
    margin-bottom:2rem;
}
#apetece .avia-image-container.avia-align-center .avia-image-container-inner,
#apetece .avia-image-container.avia-align-center .avia-image-container-inner img {
    width: 100%;
}
#apetece .av-image-caption-overlay-center {
  color:#fff;  
}
#apetece h3 {
   color:#fff;
   font-size: 2.4rem; 
      line-height: 1;
}
#apetece .av-image-caption-overlay-center p {
    font-style:italic;
    margin-top:0.2rem;
}
#apetece .avia-image-overlay-wrap a .av-image-caption-overlay{
   background:transparent;   
}
#apetece .avia-image-overlay-wrap a:hover .av-image-caption-overlay{
   background:rgba(255,226,89,0.45);
}
#banner_whatsapp .container {
  min-height:450px;   
}
#banner_whatsapp .content {
    padding-top:10%;
}
#banner_whatsapp .avia_textblock {
      max-width: 448px;
    float: right;
    color: #fff;  
}
#banner_whatsapp .avia_textblock h2 {
    color:#fff;
    font-size:2.4rem;
}
#banner_whatsapp .avia_textblock p {
    line-height:1.2;
}
#banner_whatsapp .avia_textblock .btn {
     margin-top: 2.2rem;
}
#banner_whatsapp .avia_textblock .btn a {
  background:#ffe259;
  color:#000;  
  border-color:#ffe259;
 position: relative;
    padding-left: 3.5rem;
    padding-right: 2rem;
    font-size: 1.15rem;
}
#banner_whatsapp .avia_textblock .btn a:before {
    content:'';
   width:31px;
   height:32px;
   background:url(img/whatsapp.svg);
   position:absolute;
    left: 1rem;
    top: 0.5rem;
   display:block;
   
}#productos_hom .content {
    padding-top:5rem;
}
#productos_home .container {
    max-width:100%;
    padding:0;
}
#productos_home .av_one_third.first .avia_textblock {
    max-width:400px;
    float:right;
}
#productos_home h2 {
    position:relative;
    font-size:2.3rem;
    display: inline-block;
    margin: auto;
    line-height: 0.9;
    padding: 2.4rem 0 2rem 2rem;
}
#productos_home h2 .subtt  {
    font-size:1.9rem;
    font-weight:normal;
}
#productos_home h2:before {
    content: '';
    width: 148px;
    height: 143px;
    display: block;
    background: url(img/circulo-amarillo.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#productos_home .btn {
  margin-top:3.5rem;  
}
#productos_home .btn a {
  background:#fff;
  color:#000;
  border:1px solid #000;  
  font-weight:normal;
  padding: 0.75rem 3rem;
}
.inner_product {
    border:0;
}
#top .inner_product_header {
    border:0;
    border-top:0!important;
}
#productos_home .slick-list{padding:0 10% 0 0 !important;}
#productos_home .products .product.first {
    clear: none;
}
#productos_home .products .product,
#top #productos_home .products .product.last {
        margin: 0 0.8rem;
}
#productos_home .slick-prev {
     position: absolute;
    top: 40%;
    z-index: 9;
    left: 1.5rem; 
    background:transparent;
    border:0;
    font-size:0;
     cursor:pointer;
}
#productos_home .slick-prev:after {
    content: '';
    width:38px;
    height:38px;
    background:url(img/flecha_prev.png);
    background-size: 100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
}
#productos_home .slick-next {
    position: absolute;
    top: 40%;
    z-index: 9;
    right: 2.5rem; 
     z-index: 9;
    left: auto; 
    background:transparent;
    border:0;
    font-size:0;
    cursor:pointer;
}
#productos_home .slick-next:after {
    content: '';
    width:38px;
    height:38px;
    background:url(img/flecha_next.png);
    background-size: 100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
}
.inner_product_header .avia-arrow {
    display:none;
}
#top .inner_product_header {
    padding: 10px 0 15px;
    text-align: center;
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
    min-height: 91px;
}
#top .inner_product_header h3 {
    min-height: 42px;
     font-size: 1.1rem;
}
#top .main_color .price {
    color:#000;
}
#top .avia_cart_buttons.custom_cart_button {
        position: absolute;
   bottom:0;
    z-index: 9;
}
.avia_cart_buttons {
    opacity: 0;
    border-top-width: 0;
    padding: 0px;
}
#top .avia_cart_buttons a.add_to_cart_button.button {
    display:block;
    width:100%;
    text-align:center;
     padding: 1rem 0;
     text-transform:uppercase;
     font-size:1rem;
     font-weight:normal;
     background:#ffe259;
     color:#000;
}
#top .price span {
    font-size: 1.1rem;
        font-weight: normal;
}
#top .products .price span {

    font-weight:400;
}
#instagram_home h3 {
    font-size: 1.5rem;
    padding-left: 3rem;
    position: relative;
    display: inline-block;
    padding-top: 0.3rem;
}
#instagram_home .avia_textblock {
    text-align:center;
    
}
#instagram_home h3:before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(img/instagram_ico.svg);
    position: absolute;
    left: 0rem;
    top: 0rem;
    display: block;
}
#pasan_cosas .content {
    padding-bottom:8rem;
}
#pasan_cosas .avia_textblock p {
    margin:0;
    padding:0;
}
#pasan_cosas h2 {
    font-size:2.5rem;
}
#pasan_cosas .avia_textblock p img,
body #pasan_cosas .aligncenter,
body #pasan_cosas .alignnone {
    margin:0;
    padding:0;
    width:100%;
}
#pasan_cosas h3 {
       font-size: 2.4rem;
    margin-top: 1rem;
    line-height: 0.8;
}
#pasan_cosas h3 span.dtt {
        font-style: italic;
    margin-top: 0.2rem;
    font-size: 1.3rem;
    font-weight:normal;
}
#pasan_cosas .avia_textblock .pasan_iiem>a {
    display:block;
    position:relative;
    width:100%;
    height:100%;
    line-height:0;
}
#pasan_cosas .avia_textblock .pasan_iiem.active>a:after {
    content:'';
    display: block;
    position:absolute;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(255,226,89,0.45); 
}
#pasan_cosas .avia_textblock .pasan_iiem.active h3 a {
    color:#ffe259;
}
#call_home.avia-section {
    min-height:40px;
    
}
#call_home .content {
    padding-top:0rem;
    padding-bottom:0rem;
}
#call_home .container {
    max-width:1140px;
}
#call_home .avia_textblock {
       display: grid;
    grid-template-columns: 120px 200px 1fr 51px;
    align-items: center;
    gap: 1.2rem;
}
#call_home .avia_textblock h2 {
    margin:0;
}
#call_home .avia_textblock p {
    line-height:1.1;
    font-size:1.2rem;
        margin: 0;
        position:relative;
}
#call_home .avia_textblock p strong {
    color:#000!important;
}
#call_home .avia_textblock .ico_cheese {
    position:relative;
    height:116px;
}
#call_home .avia_textblock .ico_cheese img{
   position:absolute; 
   top:-3rem;
}
#call_home .avia_textblock .ico_wine {
    position:relative;
        height: 116px;
}
#call_home .avia_textblock .ico_wine img{
   position:absolute; 
   bottom:-1.8rem;
   width: 51px;
  height: auto;
  min-width: 51px;
  flex-shrink: 0;
}
#opiniones_home .avia_textblock {
    text-align:center;
}
#opiniones_home h2 {
    display: inline-block;
    margin: auto;
    padding: 1.5rem 0 0 4.8rem;
    position: relative;
    font-size: 2.5rem;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 2.5rem;
}
#opiniones_home h2:before {
    content: '';
    width:65px;
    height:110px;
    background:url(img/raton_opiniones.svg);
    display:block;
    position:absolute;
    top:0;
    left:0;
}
#opiniones_home .btn a {
   background:#ffe259;
   border-color:#ffe259;
   color:#000; 
}
#opiniones_home .btn a:hover {
   background:#000;
   border-color:#000;
   color:#fff; 
}
#header_cat {
    border-top:1px solid #000;
    margin-top:0.5rem;
}
#header_cat .content {
    padding-top:1.1rem;
    padding-bottom:0.5rem;
}
#bread_cont {
    text-transform:uppercase;
    color:#000;
    font-size:0.8rem;
    font-weight:400;
}
#bread_cont a {
    color:#000;
}
#bread_cont span.breadcrumb_last {
    font-weight:normal;
}
.av_minimal_header_shadow {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.container_wrap {
    border-top:0;
}
h1.lm-current-cat-title {
    font-size:1.7rem;
    margin-bottom:0.2rem;
}
.term-description {
    font-size: 1.2rem;
    line-height:1.2;
}
.term-description p {
    margin-top: 0.5rem;
}
.lm-current-cat-extra {
   background:#ffe259;
   display:block;
   width:100%;
   text-align:center; 
   margin-bottom:2rem;
}
.lm-current-cat-extra div {
    padding:0.6rem 0;
    font-size:1.2rem;
    position:relative;
    padding-right:2rem;
    display:inline-block;
}
.lm-current-cat-extra div:after {
    content: '';
    width:21px;
    height:21px;
    background:url(img/whatsapp.svg);
    display:block;
    position:absolute;
    top:0.7rem;
    right:0;
    background-size:100%;
}
.archive.tax-product_cat .template-shop.content {
    padding-top:1.5rem;
}
.archive.tax-product_cat div .products .product {
    margin: 0 2% 2% 0;
    width: 23.47%;
}
.lm-extra-categories .lm-block {
    display:block;
}
.lm-extra-categories .lm-block:after {
    content:'';
    display:block;
    clear:both;
    width:100%;
    
}
.lm-extra-categories .lm-block:before {
    content:'';
    display:block;
    clear:both;
    width:100%;
    
}
.lm-extra-categories h2.lm-title {
        text-transform: uppercase;
    font-size: 2.45rem;
    position: relative;
     padding: 2.5% 0 2.5% 2.5rem;
}
.lm-extra-categories h2.lm-title:before {
    content:'';
    width:148px;
    height:143px;
    display:block;
    background:url(img/circulo-amarillo.svg);
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    }
    

.lm-extra-categories h2.lm-title.lm-title.simple_ttit:before {
   display:none; 
}

.bloque_titulo_cat {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom: 2.4rem;
}
.bloque_titulo_cat.catx_kits-de-cata,
.term-kits-de-cata .bloque_titulo_cat.catx_packs-regalo,
.term-tarjeta-regalo .bloque_titulo_cat.catx_packs-regalo  {
       display: block;
    text-align: center;
    margin-bottom: 2.4rem;
}
.bloque_titulo_cat.catx_kits-de-cata  h2.lm-title,
.term-kits-de-cata .bloque_titulo_cat.catx_packs-regalo  h2.lm-title,
.term-tarjeta-regalo .bloque_titulo_cat.catx_packs-regalo  h2.lm-title {
    text-align: left;
    display: inline-block;
    margin-bottom: 3rem;
}
.lm-extra-categories h2.lm-title.lm-title.simple_ttit  {
    text-transform:none;
    font-size: 2rem;
    padding:0 0;
        margin-left: 0;
    text-align: left;
    display:block;
    margin-bottom:1.3rem;
        float: left;
    }
 .lm-extra-categories .extra_bg_lm_cat h2.lm-title {
    text-transform:none;
    font-size:1.9rem;
        padding: 3rem 0 0 0;
    margin-bottom:0.1rem;
}
.bloque_titulo_cat .lm-desc {
    font-size:1.5rem;
    text-align:right;
}
.lm-extra-categories.kits-de-cata .bloque_titulo_cat.catx_packs-regalo .lm-desc p,
.lm-extra-categories.tarjeta-regalo .bloque_titulo_cat.catx_packs-regalo .lm-desc p {
   margin:0;  
}
.lm-extra-categories.kits-de-cata .bloque_titulo_cat.catx_packs-regalo .lm-desc,
.lm-extra-categories.tarjeta-regalo .bloque_titulo_cat.catx_packs-regalo .lm-desc  {
    float:right;
    margin-bottom:1.5rem;
}
.lm-extra-categories.packs-regalo .extra_bg_lm_cat,
.lm-extra-categories.kits-de-cata .extra_bg_lm_cat,
.lm-extra-categories.tarjeta-regalo .extra_bg_lm_cat {
   position: relative;
    z-index: 1; 
    display:block;
}
.lm-extra-categories.packs-regalo .extra_bg_lm_cat:after,
.lm-extra-categories.kits-de-cata .extra_bg_lm_cat:after,
.lm-extra-categories.tarjeta-regalo .extra_bg_lm_cat:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff9de;
    z-index: -1;
}
.term-tarjeta-regalo .extra_bg_lm_cat .bloque_titulo_cat.catx_kits-de-cata {
   text-align:left;  
}
#top .extra_bg_lm_cat .avia_cart_buttons.custom_cart_button {
   display:none!important;
}
#top .extra_bg_lm_cat .product .inner_product_header,
#top .extra_bg_lm_cat .product .inner_product {
   background-color:transparent!important;   
}
#suscripcion_xtt {
    padding-top:6rem;
     padding-bottom:4rem;
}
#suscripcion_xtt img {
    width:100%;
}
#suscripcion_xtt h2 {
    margin-bottom:1.5rem;
}
#suscripcion_xtt .suscrip_xx_foot {
        display: flex;
    justify-content: flex-end;
    gap: 2rem;
    align-items: center;
    margin-top: 1rem;
}
#suscripcion_xtt .suscrip_xx_foot  .ttsxx {
       text-align: right;
    position: relative;
    padding: 0.7rem 0 0.7rem 2rem;
    font-size: 1.5rem;
    width: 560px;
}
#suscripcion_xtt .suscrip_xx_foot  .ttsxx:before {
    content: '';
    width: 47px;
    height: 78px;
    background: url(img/raton_opiniones.svg);
    background-size:100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#suscripcion_xtt .suscrip_xx_foot .btn {
    margin-top:0;
}
#suscripcion_xtt .suscrip_xx_foot .btn a {
        background: #ffe259;
    border-color: #ffe259;
    color: #000;
}
#suscripcion_xtt .suscrip_xx_foot .btn a:hover {
       background: #000;
    border-color: #000;
    color: #fff; 
}
.single-product-main-image {
    width: 47.6%;
    margin-right: 25px;
    padding-bottom: 50px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport,
.template-shop .single-product-main-image .images a {
    border-width: 0;
     float: right;
         width: 470px;
     padding:0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    padding-top: 0;
    float: left;
    width: 90px;
}
.single-product .single-product-main-image .avia-wc-30-product-gallery-lightbox {
    display:none!important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-gallery img {
    padding:0;
    border-width: 0;
}
.single-product-summary {
   
}
.single-product div.product h1.product_title {
   font-size:1.5rem; 
   margin-bottom: 0.6rem;
}
#top.single-product .summary.entry-summary.price span {
    font-size: 1.1rem;
    font-weight:normal;
}
#top.single-product .summary.entry-summary .cart {
    margin-top: 1rem;
    margin-bottom:1.7rem;
}
#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
    border: 0;
    background-color: transparent;
    color: #000;
        font-size: 1.2rem;
        width: 37px;
}
div form.cart div.quantity {
    border:1px solid #000;
        min-width: 112px;
}
#top div .quantity input.qty {
   border: 0;
   color:#000;  
   width: 38px;
}
#top.single-product .summary.entry-summary form.cart .button {
    width:269px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: normal;
    color: rgb(0, 0, 0);
    padding: 0.94rem 0px;
    background: rgb(255, 226, 89);  
}
#top.single-product .summary.entry-summary form.cart .button:hover {
    background:#000;
    color:#fff;
}
.woocommerce-product-details__short-description {
    line-height:1.2;
    font-size: 1.1rem
}
.tabs_info {
    margin-top:3rem;
}
.tabs_info .tab_sec {
    border-bottom: 1px solid rgba(0,0,0,0.28);
    margin-bottom: 1.4rem;
    padding-bottom: 0.6rem;
    border-color: rgba(0,0,0,0.28)!important;
}
.tabs_info .tab_sec h2 {
    text-transform:uppercase;
    font-size:1rem;
    font-weight:400;
    position:relative;
    cursor:pointer;
    padding-right:2rem;
}
.tabs_info .tab_sec h2:after {
    content: '+';
    width: 27px;
    height: 27px;
    text-align: center;
    background: #ffe259;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: -0.2rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 25px;
}
.tabs_info .tab_sec.active h2:after {
   content: '-'; 
   background:transparent;
}
.tabs_info .tab_sec div {
    line-height:1.2;
    display:none;
}
.tabs_info .tab_sec.active div {
        display: block;
    padding-bottom: 1rem;
}
.tabs_info .tab_sec ul {
   list-style: none;
   margin: 1.5rem 0 0 0; 
}
.tabs_info .tab_sec ul li {
    position:relative;
    padding-left:0.5rem;
}
.tabs_info .tab_sec ul li:before {
    content:'';
    width: 2px;
    height:2px;
    border-radius:50%;
    background:#000;
    display:block;
    position:absolute;
    left:0;
    top:0.6rem;
}
.extra_whatsapp {
    border: solid 3px #ffe259;
    border-color:#ffe259!important;
    margin-top:2.4rem;
}
.extra_whatsapp .content_extr {
    padding: 1.2rem 3rem;
    font-size:1.2rem;
}
.extra_whatsapp .content_extr a {
    display:inline-block;
    position:relative;
        padding-left: 3.5rem;
    line-height: 1.3;
}
.extra_whatsapp .content_extr a:before {
       content: "";
    width: 44px;
    height: 43px;
    display: block;
    position: absolute;
    top: 0rem;
    left: 0px;
    background: url(img/whatsapp.svg);
    background-size:100%; 
}

.extra_whatsapp .content_extr .ext_top {
    display:block;
    clear:both;
 }
.extra_whatsapp .content_extr .ext_bot {
    display:block;
    clear:both;
    font-weight:400;
 }
.datos_venta {
    background-color: rgb(255, 249, 222);
    padding:1.2rem;
        margin-top: 2rem;
    margin-bottom: 3rem;
}
.datos_venta .row_dat_v {
    display:flex;
    justify-content: space-between;
}
.datos_venta .row_dat_v .col_dv {
    position:relative;
    font-size:0.85rem;
    padding:0 0 0 2.4rem;
        line-height: 1.8;
}
.datos_venta .row_dat_v .col_dv.fecha {
       padding: 0 0 0 1.5rem; 
}
.datos_venta .row_dat_v .col_dv.recogida {
       padding: 0 0 0 1.5rem; 
}
.datos_venta .row_dat_v .col_dv.encargos {
       padding: 0 0 0 1.4rem; 
}
.datos_venta .row_dat_v .col_dv.envio:before {
        content: "";
    width: 30px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0px;
    background: url(img/envior2_ico.svg);
    background-size:100%; 
}
.datos_venta .row_dat_v .col_dv.fecha:before {
        content: "";
    width: 16px;
    height: 17px;
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0px;
    background: url(img/fech_ico.svg);
    background-size:100%; 
}
.datos_venta .row_dat_v .col_dv.recogida:before {
        content: "";
    width: 17px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0.1rem;
    left: 0px;
    background: url(img/recogida_ico.svg);
    background-size:100%; 
}
.datos_venta .row_dat_v .col_dv.encargos:before {
        content: "";
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0px;
    background: url(img/encargos_ico.svg);
    background-size:100%; 
}
.lm-related-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.lm-related-header h2 {
        text-transform: uppercase;
    font-size: 2.45rem;
    position: relative;
    padding: 2.5% 0 2.5% 2.5rem;
}
.lm-related-header h2:before {
    content: '';
    width: 148px;
    height: 143px;
    display: block;
    background: url(img/circulo-amarillo.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.lm-related-header h2 span {
    position:relative;
    z-index:1;
}
.lm-related-header .tit_right {
    font-size: 1.5rem;
    text-align: right;
}

.single-product #av_section_1 .content {
    padding-top:0;
}
.single-product #av_section_1 .product_column {
    margin: 5px 0;

}
#opiniones_home .content {
    padding-bottom:6rem;
}
#top .single-product #av_section_1 .related .product_column_4 .products .product {
    margin: 0 2% 1% 0;
    width: 23.50%;
}
.clear.clearfix {
    display:block;
    clear:both!important;
    width:100%!important;
}

.footer_col_iz {
    float:left;
    width:65%;
    color:#fff;
}
.footer_col_iz .textwidget,
.footer_col_iz .textwidget a {
  color:#fff;  
}
.footer_col_iz .textwidget a:hover {
  color:#ffe259;  
}
.footer_col_iz .widget#text-7,
.footer_col_iz .widget#text-3 {
    margin-top:0;
}
.footer_col_iz .widget#text-3 a {
    display:inline-block;
    margin-right:0.8rem!important;
}
.footer_col_iz .widget#text-3 a:hover img {
 filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(18%) hue-rotate(98deg) brightness(105%) contrast(102%);   
}
.footer_col_iz .textwidget h3 {
    color:#fff;
    text-transform:none;
    font-size:1rem;
}
.footer_col_der {
    float:left;
    width:35%;
    color:#fff;
}
.footer_col_iz .widget#text-7 {
    padding-top:0;
}
#banner_news {
    background: #ffe259;
    padding: 1.5rem 2.2rem;
    margin-top: 1.5rem;
}
#banner_news h3 {
       color: #000;
    position: relative;
    padding-left: 250px;
    font-size: 2rem;
    line-height: 1;
}
#banner_news h3:before {
     content: '';
    width: 233px;
    height: 117px;
    display: block;
    background: url(img/newsletter_ico.svg);
    position: absolute;
    top: 0;
    left: 0;
}
#banner_news .wp-block-button__link.wp-element-button {
  display:block;
  background:#fff;
  width:100%;
  color:#000;
  text-align:center;
  padding:0.7rem 0;  
      border-radius: 0;
    text-transform: uppercase;
    margin: 1.5rem 0 0 0;

}
#banner_news .wp-block-button__link.wp-element-button:hover {
    text-decoration:none;
    background:#000;
    color:#fff;
}
ul#menu-footer-menu {
    list-style:none;
    margin:1rem 0 0 0;
    padding:0;
}
ul#menu-footer-menu li {
    margin:0 0 0.2rem 0;
    padding:0;
}
ul#menu-footer-menu li a {
    color:#fff;
}ul#menu-footer-menu li a:hover {
  color:#ffe259;  
}
ul#menu-footer-legal {
     list-style:none;
    margin:0;
    padding:0;
}
.widget#nav_menu-5 {
    padding-top:10px;
}
#top .widget_nav_menu ul#menu-footer-legal li {
    float:right;
    border:0!important;
    clear:none!important;
    font-size:1rem;
    margin-left:0.5rem;
}
#top .widget_nav_menu ul#menu-footer-legal li a {
    color:#fff;
}
#top .widget_nav_menu ul#menu-footer-legal li a:hover {
    background:transparent;
    color:#ffe259;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 145px!important;
}
.html_header_top.html_header_sticky.html_header_transparency #top #wrap_all #main {
    padding-top: 0 !important;
}
#footer_end .content {
    padding-top:4rem;
}
#header_ints .content {
    padding-top: 2rem;
    padding-bottom: 2rem;  
}

#header_ints h1 {
        color: #fff;
    max-width: 680px;
    margin: auto;
    font-size: 3rem;
}
#header_ints p {
        color: #fff;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-top: 0.5rem;
    font-weight:normal;
    margin-bottom:0;
}
.page-id-15686 #header_ints p {
    margin-bottom:0;
}
#bread_cont.avia-section {
    min-height:30px;
}
#bread_cont.avia-section .content {
   padding-top: 1rem;
   padding-bottom: 1rem; 
}
#intro_nosotras .content {
    padding-top:2rem;
}
.page-id-15697 #intro_nosotras .content,
.page-id-7 #intro_nosotras .content {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
#intro_nosotras h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 2.5% 0 2.5% 2.7rem;  
}
.page-id-15697 #intro_nosotras h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 5% 0 5% 2.7rem;
}
#intro_nosotras h2:before {
    content: '';
    width: 148px;
    height: 143px;
    display: block;
    background: url(img/circulo-amarillo.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#equipo .content {
    padding-top:5rem;
    padding-bottom:5rem;
}
#equipo .equipo_img {
    position:relative;
    text-align:center;
    padding-bottom: 1.6rem;
}
#equipo .equipo_img img {
    width:100%;
}
#equipo .equipo_img h3 {
   display:inline-block;
   position:absolute; 
   margin:0 auto;
   font-size:1.6rem;
   z-index: 2;
   bottom: 2.7rem;
    left: 50%;
    transform: translateX(-50%);
}
#equipo .equipo_img:after {
    content: '';
    width: 121px;
    height: 117px;
    display: block;
    background: url(img/circulo-amarillo.svg);
    background-size:100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#equipo .av_one_fourth {
    position:relative;
    padding-bottom: 5rem;
} 
#equipo .btn {
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:100%;
}
#equipo .btn a {
    color: #000;
    border: 4px solid #ffe259;
    padding: 0.75rem 0;
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    display: inline-block;
}
#ofrecemos .content {
    padding-top:5rem;
    padding-bottom:5rem;
}
#ofrecemos .text_block_titulo {
    text-align:center;
}
#ofrecemos h2 {
    text-transform: uppercase;
    font-size: 2.45rem;
    position: relative;
    padding: 2.5% 0 2.5% 2.5rem;
    display: inline-block;
}
#ofrecemos h2:before {
        content: '';
    width: 148px;
    height: 143px;
    display: block;
    background: url(img/circulo-amarillo.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#top #ofrecemos .flex_column_table {
    margin-top:1.5rem;
    margin-bottom:2rem;
}
#ofrecemos h3 {
    font-size:1.8rem;
}
body #ofrecemos .column-top-margin {
    margin-top:3rem;
}
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0;
}
#galeria_ints img {
    margin: 0 0.8rem;
}
#galeria_ints .slick-prev {
    position: absolute;
    top: 40%;
    z-index: 9;
    left: 1.5rem;
    background: transparent;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
#galeria_ints .slick-prev:after {
      content: '';
    width: 38px;
    height: 38px;
    background: url(img/flecha_prev.png);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#galeria_ints .slick-next {
    position: absolute;
    top: 40%;
    z-index: 9;
    right: 2.5rem;
    z-index: 9;
    left: auto;
    background: transparent;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
#galeria_ints .slick-next:after {
    content: '';
    width: 38px;
    height: 38px;
    background: url(img/flecha_next.png);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#intro_nosotras ul {
    list-style:none;
    margin:0 0;
    
}
.page-id-15757 #intro_nosotras ul li {
    position: relative;
    margin: 0 0;
    padding: 0rem 0 0rem 1.2rem;
    margin-bottom: 0.5rem;
}
.page-id-15757 #intro_nosotras ul li:before {
    content:'';
    display:block;
    width:11px;
    height:11px;
    background:#ffe259;
    border-radius:50%;
    position:absolute;
    top:0.4rem;
    left:0;
}
.page-id-15757 #intro_nosotras .btn,
.page-id-15772 #intro_nosotras .btn {
      margin-top: 2.4rem;  
}
.page-id-15757 #intro_nosotras .btn a,
.page-id-15772 #intro_nosotras .btn a  {
       color: #000;
    border: solid 4px #ffe259;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    padding: 0.75rem 0;
    text-align: center;
    text-transform:uppercase;
}
.page-id-15757 #ofrecemos .content {
    padding-top: 0rem;
    padding-bottom: 3rem;
}

#faqs_cont .avia_textblock {
    text-align:center;
}
#faqs_cont h2 {
    position: relative;
    font-size: 2.3rem;
    display: inline-block;
    margin: auto;
    line-height: 0.9;
    padding: 2.4rem 0 2rem 2rem;
}
#faqs_cont h2:before {
    content: '';
    width: 148px;
    height: 143px;
    display: block;
    background: url(img/circulo-amarillo.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.toggle_content h4 {
    display: inline-block;
    position: relative;

    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;

}

#top .main_color .av-minimal-toggle .toggler,
.main_color .toggle_content {
    background:transparent;
}
.av-minimal-toggle.togglecontainer .single_toggle .toggler {
    border-color:#a6a6a6!important;
     padding-left: 0;
    font-size: 1.5rem;
    padding-right:3rem;
    position:relative;
    padding-top: 0.2rem;
    padding-bottom: 0.7rem;
}
.av-minimal-toggle .toggle_content {
    padding: 2rem 0 1.5rem 0;
        font-size: 1.2rem;
    line-height: 1.2;
}
.av-minimal-toggle .single_toggle {
    padding-bottom:1px;
}
.toggle_icon {
    left:auto;
    right:0;
    width:27px;
    height:27px;
        top: 40%;
}
.toggle_icon .vert_icon,
.toggle_icon .hor_icon {
    display:none;
}

.toggle_icon:after {
    content: '+';
    width: 27px;
    height: 27px;
    text-align: center;
    background: #ffe259;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: -0.2rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 25px;
}
.activeTitle .toggle_icon:after {
   content: '-'; 
   background:transparent;
}
#call_suscripcion .container {
    max-width:700px;
}
#call_suscripcion h3 {
   text-align:center;
   font-size:1.5rem;
   position:relative; 
   padding-left:4rem;
       font-weight: normal;
}
#call_suscripcion h3:before {
    content: '';
    width: 47px;
    height: 78px;
    background: url(img/raton_opiniones.svg);
    background-size:100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#call_suscripcion .btn a {
    color: #000;
    background:#ffe259;
    border: 2px solid #ffe259;
    padding: 0.75rem 0;
    font-size: 1rem;
    font-weight: normal;
    text-align:center;
    width:100%;
    display:inline-block;
}
.page-id-15772 #intro_nosotras h3,
#ofrecemos_cata h3,
#bloque_img_doble h3 {
    font-size:1.8rem;
}
#ofrecemos_cata .container {
    width:100%;
    max-width:100%;
    padding:0;
}
#ofrecemos_cata .av_one_half {

}
#ofrecemos_cata .av_one_half.first {
   
}
#galeria_ints2 .slick-list {
    padding: 0 0 0 20% !important;
}
#galeria_ints2 img {
    margin: 0 0.8rem;
}
#galeria_ints2 .slick-prev {
    position: absolute;
    top: 40%;
    z-index: 9;
    left: 1.5rem;
    background: transparent;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
#galeria_ints2 .slick-prev:after {
        content: '';
    width: 38px;
    height: 38px;
    background: url(img/flecha_prev.png);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#galeria_ints2 .slick-next {
    position: absolute;
    top: 40%;
    z-index: 9;
    right: 2.5rem;
    z-index: 9;
    left: auto;
    background: transparent;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
#galeria_ints2 .slick-next:after {
    content: '';
    width: 38px;
    height: 38px;
    background: url(img/flecha_next.png);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#ofrecemos_cata ul {
    list-style:none;
    margin:0 0;
    
}
#ofrecemos_cata .avia-builder-el-last .avia_textblock {
    max-width:530px;
}
#ofrecemos_cata ul li {
    position: relative;
    margin: 0 0;
    padding: 0rem 0 0rem 1.2rem;
    margin-bottom: 0.5rem;
}
#ofrecemos_cata ul li:before {
    content:'';
    display:block;
    width:11px;
    height:11px;
    background:#000;
    border-radius:50%;
    position:absolute;
    top:0.4rem;
    left:0;
}
#bloque_img_doble .content {
    padding-top:5rem;
    padding-bottom:5rem;
}
#bloque_img_doble .img_superp {
    position:relative;
}
#bloque_img_doble .img_superp .im_base {
    
}
#bloque_img_doble .img_superp .img_over {
  position:absolute;
   bottom:-2rem;
   left:-2rem;   
}
#bloque_img_doble .btn a {
    color: #000;
    background:#fff;
    border: 4px solid #ffe259;
    padding: 0.75rem 0;
    font-size: 1rem;
    font-weight: normal;
    text-align:center;
    width:100%;
    display:inline-block;
}
#medios .content {
    padding-top: 1rem;
}
.lm-tabs-nav {
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-bottom:3rem;
}
.lm-tabs-nav button.lm-tab-btn  {
     font-size: 1rem;
    text-transform: uppercase;
    background: transparent;
    padding: 1rem 1rem;
    border: 0;
    width: 18%;
    text-align: center;
    border: solid 4px #ffe259;
    cursor:pointer;
}
.lm-tabs-nav button.lm-tab-btn.active {
    background: #ffe259; 
}
.lm-tabs-content .lm-tab-panel  {
    display:none;
    position:relative;
}
.lm-tabs-content .lm-tab-panel.active {
    display:block;
}
.lm-tabs-content .tab-panel-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.lm-tabs-content .tab-panel-content .lm-item img {
    width:100%;
}
.lm-tabs-content .tab-panel-content .lm-info .lm-source {
    text-transform:uppercase;
    margin-bottom:0;
}
.lm-tabs-content .tab-panel-content .lm-info h3 {
    min-height:83px;
    font-size:1.5rem;
        margin-top: 0.5rem;
}
#top .avia_cart_buttons a.add_to_cart_button.button {
    padding: 0.6rem 0;
    font-size: 0.85rem;
}
.movil_hide {
    display:block;
}
.desktop_hide {
    display:none;
}
h1.categoria-cabecera {
    font-size:1.5rem;
}


#header_ints .btn a:hover,
.page-id-15757 #intro_nosotras .btn a:hover, .page-id-15772 #intro_nosotras .btn a:hover,
#equipo .btn a:hover {
  background :#ffe259;
  color:#000; 
  border-color:#ffe259;
}
#call_suscripcion .btn a:hover,
#bloque_img_doble .btn a:hover {
    background:#000;
    color:#fff;
     border-color:#000;
}
#faqs_cont .content {
      padding-bottom: 8rem;  
}
#kit_completo .content {
    padding-top:8rem;
    padding-bottom:8rem;
}
#kit_completo h3 {
    font-size:1.8rem;
}
#kit_completo .btn a {
  background :#ffe259;
  color:#000; 
  border-color:#ffe259;  
  font-weight:normal;
  text-transform:uppercase;
  font-size:1rem;
}
#kit_completo .btn a:hover {
   background:#000;
    color:#fff;
     border-color:#000;
}
.avia_desktop .av-slideshow-ui.av-nav-dots-visible .avia-slideshow-dots a {
  background:#ffe259; 
  opacity:1!important;
      margin: 0 0.3rem; 
}
.avia_desktop .av-slideshow-ui.av-nav-dots-visible .avia-slideshow-dots a.active {
  background:#fff; 
  opacity:1!important; 
}
#intro_nosotras.para_interiores .content {
    padding-bottom:6rem;
}
#intro_nosotras.para_interiores .primer_parrafo {
    font-size:1.4rem;
}
#intro_nosotras.para_interiores  h3 {
    font-size:1.8rem; 
}
#intro_nosotras.para_interiores .btn a {
  background :transparent;
  color:#000; 
   border: solid 4px #ffe259; 
  font-weight:normal;
  text-transform:uppercase;
  font-size:1rem;
}
#intro_nosotras.para_interiores .btn a:hover {
   background:#000;
    color:#fff;
     border-color:#000;
}
#apetece .content {
    padding-bottom:6rem;
}

.single-product #av_section_1 .content {
    padding-bottom:8rem;
}
#header_home .btn a:hover {
   background:#ffe259;
    color:#000;
     border-color:#ffe259;
}
#banner_whatsapp .avia_textblock .btn a:hover {
    background:#fff;
    border-color:#fff;
    color:#000;
}
#productos_home .btn a:hover {
   border-color:#ffe259;   
}
#top .variations_form {
    border:0;
    background:transparent!important;
}

.blog #header_ints {
    background:url(img/blog_header.jpg);
    background-size: cover;
}

#menu_categorias_blog ul.lista-categorias-blog {
        width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
        margin-top: 1.5rem;
    gap: 2rem;
}
#menu_categorias_blog ul.lista-categorias-blog li {
    width: 16%;
    text-align: center;
}
#menu_categorias_blog ul.lista-categorias-blog li a {
    font-size: 1rem;
    text-transform: uppercase;
    background: transparent;
    padding: 1rem 1rem;
    border: 0;
    width: 100%;
    text-align: center;
    border: solid 4px #ffe259;
    cursor: pointer;  
    color:#000;
    display:inline-block;
}

.slide-entry-wrap  .av_one_third {
    margin-left: 2.5%;
    width: 31.633333333333332%;
}
.slide-entry-wrap  .av_one_third.first {
    margin-left:0;
}
.avia-content-slider .slide-image {
    background:transparent;
    margin:0!important;
    border-radius: 0px;
} 
.avia-content-slider .slide-image img {
    border-radius: 0px;
    margin: 0 auto;
    width:100%;
    height:auto;
}
 .avia-content-slider .slide-content {
    padding:1.5rem 1rem 1.5rem 1rem;
    border:1px solid #ebebeb;
    border-radius: 0px;
}
.avia-content-slider .slide-content .slide-meta-time {
    text-transform:uppercase;
    font-size:0.9rem;
        display: block;
    clear: both;
    line-height: 1.1;
 }
.avia-content-slider .slide-content .blog-categories.minor-meta a {
  color:#000!important;
  font-size:0.9rem;
  font-weight:400;  
}
 .avia-content-slider .slide-entry-title {
    font-size: 1.3rem;
    line-height: 1.1;
    margin: 0.8rem 0;
}
.avia-content-slider .slide-entry-excerpt {
    font-size: 1rem;
    line-height: 1.2;
}
.pagination .pagination-meta {
    display:none;
}
.pagination-slider .pagination {
    text-align:center;
    margin-bottom:4rem;
}
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
    float: none;
    display:inline-block;
    height: 27px;
    width: 27px;
    line-height: 27px;
        font-size: 1rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    color:#000;
    background:transparent;
}
#top .pagination .current {
    background: #ffd401;
}
.single-post main.content.av-main-single {
   padding-top: 20px; 
}
.single-post .entry-content-wrapper .post-title {
    font-size: 1.8rem;
    line-height: 1.2;
}
.single-post .post-meta-infos time {
    text-transform:uppercase;
    color:#000;
}
.single-post .post-meta-infos .blog-categories a {
   color:#ce8c4a;
   font-size:0.9rem;
   font-weight:400;  
}
.single-post .entry-content {
    line-height:1.2;
}
.single-post .entry-content h2 {
       font-size: 1.4rem; 
           line-height: 1.2;
}
.single-post .entry-content h3 {
       font-size: 1.2rem; 
           line-height: 1.2;
}
.single-post .entry-content .wp-block-button {
    margin:0.5rem 0;
}
.single-post .entry-content .wp-block-button a.wp-block-button__link {
    border-radius:0;
    background:#ffe259;
    color:#000;
}
.sidebar.sidebar_right .menu-categorias_blog-container ul li {
    margin-bottom:2rem;
}
.sidebar.sidebar_right .menu-categorias_blog-container ul li a {
     font-size: 1rem;
    text-transform: uppercase;
    background: transparent;
    padding: 1rem 1rem;
    border: 0;
    width: 100%;
    text-align: center;
    border: solid 4px #ffe259;
    cursor: pointer;
    color: #000;
    display: inline-block;  
}
.sidebar.sidebar_right .widget#text-10 {
    padding: 0px 0 30px 0;
}
.banner_newsletter_blog {
   background: #ffe259;
    padding: 2rem 1.2rem; 
}
.banner_newsletter_blog h3 {
    color: #000;
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
    text-align:center;
}
.banner_newsletter_blog h3 br {
   
}
.banner_newsletter_blog .wp-block-buttons>.wp-block-button {
    display:block;
    width:100%;
}
.banner_newsletter_blog .wp-block-button__link.wp-element-button {
    display: block;
    background: #fff;
    width: 100%;
    color: #000;
    text-align: center;
    font-size:1rem;
    padding: 0.7rem 0;
    border-radius: 0;
    text-transform: uppercase;
    margin: 1rem 0 0 0;
}
.banner_newsletter_blog .wp-block-button__link.wp-element-button:hover {
    text-decoration:none;
    background:#000;
    color:#fff;
    border-color:#000;
}
.entry-footer .av-share-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}
.av-share-box .av-share-link-description {
    margin-bottom: 0;
}
.av-share-box ul li a {
    padding: 15px 0;
    font-size: 2rem;
    position:relative;
}
.av-share-box ul li.av-social-link-facebook a svg {
    display:none;
}
.av-share-box ul li.av-social-link-facebook a:after {
    content:'';
    width:48px;
    height:48px;
    display:block;
    background:url(img/facebook_share.svg);
    position: absolute;
    top:0;
    left:0;
}
.av-share-box ul li.av-social-link-linkedin a svg {
    display:none;
}
.av-share-box ul li.av-social-link-linkedin a:after {
    content:'';
    width:48px;
    height:48px;
    display:block;
    background:url(img/linkedin_share.svg);
    position: absolute;
    top:0;
    left:0;
}
.av-share-box ul li.av-social-link-twitter a svg {
    display:none;
}
.av-share-box ul li.av-social-link-twitter a:after {
    content:'';
    width:48px;
    height:48px;
    display:block;
    background:url(img/x_share.svg);
    position: absolute;
    top:0;
    left:0;
}
.av-share-box ul li.av-social-link-whatsapp a svg {
    display:none;
}
.av-share-box ul li.av-social-link-whatsapp a:after {
    content:'';
    width:48px;
    height:48px;
    display:block;
    background:url(img/whatsapp_share.svg);
    position: absolute;
    top:0;
    left:0;
}
.comment-entry.post-entry {
    display:block;
    clear:both;
}
.comment-entry.post-entry:before {
    content:'';
   display:block;
    clear:both; 
    width:100%;
}
.comment-entry.post-entry .comment_meta_container {
    display:none;
}
.commentlist .comment .gravatar {
    display:none;
}
.comment_content {
    margin: 0 0 0 0px;
    padding: 0 0 0 0;
}
.sidebar_right .comment_container.comentariosp {
  border-radius: 0;
  background-color: #fff3d6;
  padding: 1.5rem 1.5rem; 
}
#top .commentlist {
    margin: 0;
    padding: 0 0 0 0;
    border: none;
}
#top .commentlist .comment>div {
    float: none;
}
#top .comment-reply-link {
    color:#000;
 font-size:1rem; 
 font-family: 'DM Sans',Helvetica,Arial,sans-serif; 
 font-weight:400;
}
#top .comment-reply-login {
   color:#000;
 font-size:1rem; 
 font-family: 'DM Sans',Helvetica,Arial,sans-serif; 
 font-weight:400;  
}
.author_name, .comment_title {
     font-family: 'DM Sans',Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0;
}
.commentmetadata {
     font-family: 'DM Sans',Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1em;
}
.comment-meta.commentmetadata a time {
   color:#000; 
}
.commentlist>.comment {
    border-bottom-width: 0;
    margin-bottom: 0;
}
#top .comment_text {
    font-size: 1rem;
    line-height: 1.2;
}
#top a.comment-edit-link {
 color:#000;
 font-size:1rem; 
 font-family: 'DM Sans',Helvetica,Arial,sans-serif; 
}
#top .commentlist .comment {
    float:none!important;
    display:block;
}
.comment_container.form_comentario {
    margin-top:3rem;
    border-radius: 0;
    border: solid 4px #ffe259;
    padding:3rem 3rem 1rem 3rem;
    margin-bottom:3rem;
}
.comment_container.form_comentario h3.miniheading  {
 color: #000;
    font-size: 1.6rem;
    font-weight:400;
    max-width: 480px;
    font-family: 'DM Sans',Helvetica,Arial,sans-serif;
}
.comment_container.form_comentario .minitext {
    display:none;
}
#commentform label {
    display:none;
}
#commentform .comment-form-cookies-consent label {
    display:block;
        font-size: 0.85rem;
    top: 0;
    font-weight: 400;
}
p.comment-form-author,
p.comment-form-url {
    float:left;
    width:48.5%;
}
p.comment-form-email {
    float:right;
    width:48.5%;
}
p.comment-form-cookies-consent {
  display: block;
    clear: both;  
}
#top .main_color #commentform .input-text, 
#top .main_color #commentform input[type='text'], 
#top .main_color #commentform input[type='input'], 
#top .main_color #commentform input[type='password'], 
#top .main_color #commentform input[type='email'], 
#top .main_color #commentform input[type='number'], 
#top .main_color #commentform input[type='url'], 
#top .main_color #commentform input[type='tel'], 
#top .main_color #commentform input[type='search'], 
#top .main_color #commentform textarea, 
#top .main_color #commentform select {
    font-family: 'DM Sans',Helvetica,Arial,sans-serif;
    color:#232323;
    border:1px solid #232323;
    width:100%;
    background:#fff;
    margin:0;
        padding: 1.1rem 0.8rem;
}
#commentform p.form-submit {
    display:block;
    width:100%;
    text-align:right;
    margin-top:1.2rem;
}
.main_color #commentform  #submit, 
.main_color #commentform  input[type='submit'] {
    background: #000;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    font-family: 'DM Sans',Helvetica,Arial,sans-serif;
    padding: 0.9rem 1.5rem;
    border: 0;
    cursor: pointer;
    border-radius: 0;

}
#top .main_color #commentform .input-text::placeholder, 
#top .main_color #commentform input[type='text']::placeholder, 
#top .main_color #commentform input[type='input']::placeholder, 
#top .main_color #commentform input[type='password']::placeholder, 
#top .main_color #commentform input[type='email']::placeholder, 
#top .main_color #commentform input[type='number']::placeholder, 
#top .main_color #commentform input[type='url']::placeholder, 
#top .main_color #commentform input[type='tel']::placeholder, 
#top .main_color #commentform input[type='search']::placeholder, 
#top .main_color #commentform textarea::placeholder  {
  color:#232323;
  opacity:1;   
}
.comment-form-comment label {
    display:none!important;
}
.single-product .template-shop {
    padding-top: 22px;
}
#intro_nosotras .btn a {
     color: #000;
    background: #fff;
    border: 4px solid #ffe259;
    padding: 0.75rem 0;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    width: 100%;
    display: inline-block;
}
#intro_nosotras .btn a:hover {
      background: #000;
    color: #fff;
    border-color: #000;  
}
#lm-menu-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.3); z-index:998; }
#lm-menu-overlay.active { display:block; }
#lm-menu-panel { z-index:999; }


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



}

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


}

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


}

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


}

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

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

}

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

}

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

@media only screen and (max-width: 1185px) {
 }
@media only screen and (max-width: 1178px) {
  
}
@media only screen and (max-width: 1095px) {
    }
@media only screen and (max-width: 1092px) {
   }
@media only screen and (max-width: 1067px) {
  
}

/* Portrait */
@media only screen and (min-width: 834px) and (orientation: portrait)  {

}

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

 
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (orientation: landscape) and (max-width: 767px) {
    
    
    
    
}
@media only screen and (max-width: 767px) {
    
    .responsive #top #wrap_all #header.av_header_transparency {
    background: transparent;
    position: absolute!important;
}
    .responsive #top .av_header_transparency .header_bg {
        opacity: 0;
    }
  .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
    opacity: 0 !important;
}
.responsive #top .av_header_transparency .logo img.alternate {
    display: block !important;
}  
.responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > svg  {
        opacity: 0;
    }
.responsive #top .av_header_transparency #header_meta {
  background: #000000;
    color: #fff; 
    border-bottom:0;
}
    .responsive #top #wrap_all .main_menu {
        top: 1rem;
        height: 40px;
        left: 0;
        right: auto;
        display: block;
        position: absolute;
                width: 100%;
    }
    .responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub,
    .responsive #top .logo {
        display: block!important;
    }
    .responsive #top #wrap_all .container {
        width: 92%;
        max-width: 92%;
    }
   .responsive #top #wrap_all #header_main .container {
        width: 96%;
        max-width: 96%;
    }
    .responsive #top .logo {
        position: relative;
        width: 50%;
            max-width: 160px;
        left: 2.5rem;
        top: 0.5rem;
      z-index: 111;
    }
   .responsive #top .logo {
            height: 70px !important;
            top:1rem;
   }
   .responsive #top #wrap_all #header_main .container {
    line-height: 70px !important;
   }
#header_cat {
    border-top: 1px solid rgba(0,0,0,0.5);
    margin-top: 0.1rem;
}
.responsive #top #header_main > .container .main_menu .av-main-nav > li.av-burger-menu-main.menu-item-avia-special > a {
        padding: 0 0 0 0px;
        height:40px!important;
        line-height:40px!important;
    }
.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
    background-color: #000;
}
.header_color.av_header_transparency .av-hamburger-inner, .header_color.av_header_transparency .av-hamburger-inner::before, .header_color.av_header_transparency .av-hamburger-inner::after {
    background-color: #fff;
}
.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
    height: 2px;
    border-radius: 0;
}
.av-hamburger-inner::before {
    top: -8px;
}
.av-hamburger-inner::after {
    bottom: -8px;
}
.av-hamburger-box {
    width: 30px;
}
.av_phone_active_left .phone-info {
    font-size: 0.9rem;
}
.av_phone_active_left .phone-info div {
    position: relative;
    padding: 0.2rem 0 0.2rem 2rem;
}
.av_phone_active_left .phone-info div:before {
    width: 25px;
    height: 15px;
    background-size: 100%;
    left: 0;
    top: 0.25rem;
}
#headerxt {
    display: flex;
    width: 35%;
    gap: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
            justify-content: flex-end;
}
#headerxt a {
      height: 40px!important;
    line-height: 40px!important;  
}
    .responsive #top .cart_dropdown {
        position: relative;
        top: 0%;
        margin-top: 0;
        z-index: 1;
    }
.cart_head .av-cart-container:before {
            content: '';
        width: 18px;
        height: 19px;
        background: url(img/cart.svg);
        background-size: 100%;
        position: absolute;
        left: 0.12rem;
        top: 0.3rem;
        display: block;
}
#header_home h1 {
    font-size: 1.6rem;
}
#header_home .container {
    height:452px!important;
}
#barra_somos {
    display: none;
}
#apetece h2,
#productos_home h2 {
     text-align: left !important;
     font-size: 1.5rem;
     margin-bottom: 2rem;
     padding: 0.4rem 0 0.5rem 1.2rem;
}
#apetece h2:before,
#productos_home h2:before {
    width: 65px;
    height: 63px;
    background-size:100%;
}
#apetece h3 {
    font-size: 1.6rem;
    margin-bottom:0;
}
#apetece h3 br {
    display:none;
}
#apetece .avia-image-container.avia-align-center {
    margin-bottom: 1rem;
    height: 122px;
     overflow: hidden;
}
#apetece .avia-image-container.avia-align-center .avia-image-container-inner,
#apetece .avia-image-container .avia-image-overlay-wrap,
#apetece .avia-image-container a.avia_image {
    height:100%;
}

#apetece .avia-image-container.avia-align-center img {
   top:-10px;
}
#apetece .av-image-caption-overlay-center p {
    margin-top: 0;
    font-size: 1.1rem;
}
.responsive #top #wrap_all #apetece .flex_column {
    margin-bottom:0;
}
#apetece .content {
    padding-top: 1.5rem;
    padding-top: 1.5rem;
}
#banner_whatsapp {
   background-size:200%; 
   background-position: 0 0;
   position:relative;
}
#banner_whatsapp::after {
            content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 8rem;
        top: 22%;
        z-index: 99;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.95) 90%, rgba(0, 0, 0, 1) 100%);
}
#banner_whatsapp .container {
    width:100%;
    max-width:100%;
}
#banner_whatsapp .avia_textblock {
    max-width: 100%;
        text-align: center;
        padding-top: 55%;
        font-size: 1rem;
        width: 100%;
}
#banner_whatsapp .avia_textblock h2 {
    text-align:center;
    font-size: 1.4rem;
}
#banner_whatsapp .avia_textblock p {
    max-width:280px;
    margin:auto;
}
.responsive #top #productos_home .products .product:nth-child(odd) {
        clear: none;
    }
    #productos_home .products.slick-slider {
    display: block !important;
}


.responsive #top #main .products .product {
        margin: 0 0 0px 0;

    }

.responsive #top #main #productos_home .products.slick-slider li.product {
            margin: 0 5px;
    display: block;
}
#op_search a img,
.myaccount_head a img {
    width: 18px;
}
#productos_home .av_one_third.first .avia_textblock {
    max-width: 100%;
    float: none;
    text-align: center;
}
#productos_home h2 .subtt {
    font-size: 1.3rem;
}
#productos_home .slick-list {
     padding: 0 0 0 0 !important;
}
#productos_home .slick-next,
#productos_home .slick-prev {
    top: 26%;
}
.movil_hide {
    display:none;
}
.desktop_hide {
    display:block;
}

#top .inner_product_header h3 {
    min-height: 42px;
    font-size: 0.9rem;
    line-height: 1.2;
}
 #productos_home h2 {
        margin-bottom: 1rem;
    }
 #productos_home .btn {
    margin: auto;
    margin-top: 0rem;
}
 #productos_home .avia-builder-el-last.av_two_third .avia_textblock {
    text-align:center;
 }
#instagram_home h3 {
    font-size: 1.2rem;
    padding-left: 2rem;
    padding-top: 0;
    max-width: 270px;
}
#pasan_cosas .content {
    padding-bottom: 2rem;
}
#pasan_cosas h2 {
    font-size: 1.5rem;
        margin-bottom: 1.4rem;
}
#pasan_cosas h3 {
    font-size: 1.5rem;
}
#pasan_cosas h3 span.dtt {
    font-size: 1rem;
}
#call_home .content {
    padding-top: 2rem;
    padding-bottom:2rem;
}
#call_home .avia_textblock {
    display: block;
    text-align:center;
}
#call_home .avia_textblock .ico_cheese,
#call_home .avia_textblock .ico_wine {
    display:none;
}
#call_home .avia_textblock h2 {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 3.5rem;
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
#call_home .avia_textblock h2:before {
    content: '';
    width: 45px;
    height:54px;
    background: url(img/chese_ico.svg);
    background-size:100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0rem;
    left: 0;  
}
#call_home .avia_textblock p {
    font-size: 1rem;
}
#call_home .avia_textblock p br {
    display:none;
}
#opiniones_home h2 {
    display: inline-block;
    margin: auto;
    padding: 0rem 0 0 0rem;
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 1rem;
}
#opiniones_home h2:before {
    display:none;
}

.avia-image-container.avia-align-left {
    display: block;
    float: none;
    /* margin-right: 15px; */
    margin-top: 5px;
    margin: auto;
}

#footer_end .avia-image-container.avia-align-left {
    display: block;
    float: none;
    margin-top: 5px;
    margin-bottom:1.2rem;
    margin: auto;
    margin-bottom: 1rem;
}
#footer_end .avia-image-container.avia-align-left img {
    margin:auto;
}
#banner_news {
    padding: 1.5rem 1.2rem;
}
#banner_news h3 {
        padding-top: 125px;
        font-size: 1.1rem;
        text-align: center;
        padding-left: 0;
        line-height: 1.1;
    }
#banner_news h3 br {
    display:none;
}
#banner_news h3:before {
    content: '';
    width: 211px;
    height: 107px;
    display: block;
    background: url(img/newsletter_ico.svg);
    position: absolute;
    background-size: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#banner_news .wp-block-button__link.wp-element-button {
    font-size: 0.9rem;
   margin-top: 1rem;
}
#footer_end .content {
    padding-top:2rem;
}
#footer_end,
#footer_end a,
#footer_end h3 {
    color:#fff;
}

#footer_end .widget {
        font-size: 0.95rem;
        padding: 0 0 10px 0;
}
#footer_end h3 {
          font-size: 1rem;  
}
#footer_end #banner_news h3 {
            font-size: 1rem;
        max-width: 249px;
        color: #000;
        margin: auto;
}
#footer_end .widget#text-3 a {
    margin-right:1rem!important;
}
#top .widget_nav_menu #menu-footer-menu li,
ul#menu-footer-menu li {
  font-size: 0.95rem;  
}
#top .widget_nav_menu #menu-footer-legal li {
    display:block;
    clear:both!important;
    font-size: 0.95rem;
    margin-left: 0;
    float:none;
            margin: 0;
        padding: 0;
}
ul#menu-footer-menu li a,
ul#menu-footer-legal li a {
    line-height:1.4;
            padding:0.2rem 0;
}
ul#menu-footer-legal {
    margin-top:1.5rem;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top:0!important;
}
h1.categoria-cabecera {
  font-size: 1.1rem;  
}
h1.categoria-cabecera br {
    display:none;
}
.tax-product_cat.woocommerce ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }

.tax-product_cat.woocommerce ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        clear: none !important;
    }
.bloque_titulo_cat {
    flex-direction: column;
}
.bloque_titulo_cat .lm-desc {
    font-size: 1rem;
    text-align: center;
}
.bloque_titulo_cat .lm-desc p {
    margin:0;
    line-height:1.1;
}
.lm-extra-categories h2.lm-title {
             text-align: left !important;
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        padding: 0.8rem 0 0.5rem 1.4rem;
}
.lm-extra-categories h2.lm-title:before {
        width: 65px;
        height: 63px;
        background-size: 100%;
    }
.lm-current-cat-extra div:after {
    display:none;
}
.lm-current-cat-extra div {
        padding: 0.9rem 0;
        font-size: 1rem;
        position: relative;
        padding-right: 0;
        display: inline-block;
        max-width: 220px;
        line-height: 1.2;
    }
#bread_cont {
    font-size: 0.7rem;
}
#apetece .content {
    padding-bottom: 2rem;
}
#instagram_home .content {
    padding-top:2rem;
    padding-bottom:2rem;
}
#top .products  .avia_cart_buttons.custom_cart_button {
     background:transparent;
     opacity:1;
}
#top .products  .avia_cart_buttons a.add_to_cart_button.button {
     font-size: 0;
     background: transparent; 
     position:relative
}
#top .products  .avia_cart_buttons a.add_to_cart_button.button:after {
        content: '+';
        width: 20px;
        height: 20px;
        background: #fff;
        color: #000;
        border-radius: 50%;
        text-align: center;
        font-size: 1.4rem;
        position: absolute;
        right: 0.5rem;
        bottom: 0.5rem;
        line-height: 17px;
}
 h2.woocommerce-loop-product__title,
 .products .product h2 {
    padding-top: 2px;
    font-size: 0.85em;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0;
}
#top .products .price span  {
        font-size: 1rem;
}
#call_home.avia-section {
    background:#f1f1f1!important;
}
#opiniones_home .btn a {
    font-weight: normal;
    font-size: 0.9rem;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display:none;
}
.woocommerce-product-gallery .slick-list {
  padding:0 25% 0 0 !important;  
}
    .woocommerce-product-gallery__image {
        margin:0 0.2rem
        
    }
.single-product div.product .woocommerce-product-gallery .flex-viewport, .template-shop .single-product-main-image .images a {
    float: none;
    width: 75vw ;
}
.woocommerce-product-gallery__image img {
  
}

    .woocommerce-product-gallery__image a,
    .woocommerce-product-gallery__image img {
        display: block;
        width: 100%;
        height: auto;
    }
.single-product div.product .woocommerce-product-gallery {
    width: 120% !important;
    left: -10%;
}
.single-product .template-shop {
    padding-top: 10px;
}
.single-product div.product h1.product_title {
    font-size: 1.3rem;
}
#top.single-product .summary.entry-summary .cart {
    margin-top: 0.5rem;
}
#top.single-product .summary.entry-summary form.cart .button {
    width: 60%;
    font-size: 0.9rem;
    padding: 1rem 0px;
}
.extra_whatsapp .content_extr a {
        max-width: 210px;
    padding-left: 0;
}
.extra_whatsapp .content_extr {
           padding: 0.8rem 0rem;
        font-size: 1rem;
        text-align: center;
        width: 100%;
}
.extra_whatsapp .content_extr a:before {
    display:none;
}
.lm-related-header .tit_right {
    display:none;
}
.lm-related-header {
    text-align:center;
}
.lm-related-header h2 {
            text-align: left !important;
        font-size: 1.2rem;
        margin: auto;
        margin-bottom: 1rem;
        padding: 0.8rem 0 0.5rem 1.4rem;
}
.lm-related-header h2:before {
        width: 65px;
        height: 63px;
        background-size: 100%;
    }

.related.products .products.slick-slider {
        display: block !important;
    }
.related.products .slick-prev,
.related.products .slick-next  {
    display:none!important;
}

.related.products .slick-list {
    padding: 0 10% 0 0 !important;
}
.responsive #top #main .related.products .products.slick-slider li.product {
        margin: 0 5px;
        display: block;
    }
.responsive #top .related.products .products .product:nth-child(odd) {
        clear: none;
    }
.single-product #av_section_1 .content {
    padding-bottom: 2rem;
}
.datos_venta {
    width: 120%;
    margin-left: -10%; 
    margin-top: 1.2rem;
    margin-bottom: 1.5rem;
        padding: 0.4rem 1.2rem;
}
 .datos_venta {
        overflow: hidden;
        position: relative;
        
    }
.single-product-summary {
    overflow: visible;
}
 .lm-track {
        display: flex;
        width: max-content;
        animation: lm-marquee 20s linear infinite;
    }

    .row_dat_v {
        display: flex;
        gap: 40px;
        flex-shrink: 0;
    }

    .col_dv {
        white-space: nowrap;
    }

    @keyframes lm-marquee {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
.lm-track .row_dat_v + .row_dat_v {
    margin-left: 40px;
}
.html_av-overlay-side #top .av-burger-overlay-scroll {
    background: #000!important;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color:#fff;
    border:0;
          text-transform: uppercase;
        font-weight: 600;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li ul li a {
    font-weight:normal;
            font-size: 0.9rem;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a br {
    display:none;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
    background:transparent!important;
}
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner,
.html_av-overlay-side-classic.av-burger-overlay-active #top .av-burger-overlay li li .avia-bullet, 
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, 
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, 
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
    background-color:#fff;
}
.av-burger-overlay-active.responsive #top .logo {
            z-index: 1;
}
.term-description {
    display:none;
}
.single-product .lm-related-header {
    padding-top:3rem;
}
.single-product .datos_venta {
        margin-top: 1.5rem;
        margin-bottom: 1.2rem;
    }
.lm-read-more {
                display: inline-block;
        margin-top: 0.1rem;
        font-weight: normal;
        font-size: 0.9rem;
        cursor: pointer;
        text-transform: uppercase;
        text-decoration: underline;
    }
.tabs_info {
    margin-top: 2.2rem;
}
.responsive.av-burger-overlay-active #top #wrap_all .main_menu {
        top: -1rem;
        }
#top #av-burger-menu-ul {
    vertical-align: top;
    padding-top: 4rem !important;
}
.html_av-overlay-side #top .av-burger-overlay li {
    text-align: left;
    margin-bottom:0.1rem;
}
.av-burger-overlay-active #top .av-hamburger-inner {
    width:1.1rem;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
    padding: 6px 15px;
    font-size: 1rem;
        display: inline-block;
}
.html_av-submenu-hidden .av-submenu-indicator {
    display: block;
    padding: 0 10px;
    font-size: 0.8rem;
    opacity: 1;
    vertical-align: top;
    float: right;
    transition: all 0.2s ease-out;
    position: absolute;
    right: -0.7rem;
    top: 50%;
    margin-top: -9px;
    height: 20px;
    line-height: 20px;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay li ul {
    margin-bottom:0.3rem;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay li li {
    
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay li li a {
    margin-left: 15px;
    padding-left:0;
    font-weight:normal;
     border-bottom: solid 0.02rem #ffe259!important;
    border-color:#ffe259!important;
}
.html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator {
  color:#ffe259;  
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu_foot1 {
    margin-top: 3.2rem;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu_foot3 {
   margin-bottom:1rem; 
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu_foot1,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu_foot2,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu_foot3 {
    line-height:1.1;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu_foot1 a,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu_foot2 a,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu_foot3 a {
    font-size:0.75em;
    padding:2px 15px;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_instagram {
    margin-left:15px;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_instagram,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_facebook,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_youtube {
   float:left;
   margin-right:0.3rem;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_instagram a,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_facebook a,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_youtube a {
    font-size:0;
    position:relative;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_instagram a:after {
    content:'';
    width:21px;
    height:20px;
    background:url(img/instagram_menur.svg);
    background-size:100%;
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    top:0;
    left:0;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_facebook a:after {
    content:'';
    width:11px;
    height:20px;
    background:url(img/facebook_menur.svg);
    background-size:100%;
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    top:0;
    left:0;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.redes_menu_youtube a:after {
    content:'';
    width:29px;
    height:20px;
    background:url(img/youtube_menur.svg);
    background-size:100%;
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    top:0;
    left:0;
}
.lm-extra-categories h2.lm-title.lm-title.simple_ttit,
.lm-extra-categories .extra_bg_lm_cat h2.lm-title {
    font-size: 1.3rem;
    }
#suscripcion_xtt {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}
#suscripcion_xtt .suscrip_xx_foot {

    flex-direction: column;
}
#suscripcion_xtt .suscrip_xx_foot .ttsxx {
    text-align: center;
    position: relative;
    padding: 0.7rem 0 0.7rem 0rem;
    font-size: 1.2rem;
    width: 90%;
}
#suscripcion_xtt .suscrip_xx_foot .ttsxx br {
    display:none;
}
#suscripcion_xtt .suscrip_xx_foot .ttsxx:before {
    display:none;
}
}