/**
Theme Name:  22MW
Theme URI: https://github.com/elementor/hello-theme/
Description: Is a child theme of Hello Elementor, created by 22MW
Author URI: https://mishamoro.name
Template: hello-elementor
Version: 1.0.22
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
@import url("woo.css") ;
@import url("hello-woo.css") ;
/*FONT
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;600;800&family=Dosis:wght@300;500;800&display=swap');
*/

/*

@font-face {
  font-family: 'txt';
  src: url('font/Dosis-Medium.woff') format('woff'),
       url('font/Dosis-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'title';
  src: url('font/Dosis-Bold.woff') format('woff'),
       url('font/Dosis-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'light';
  src: url('font/Dosis-Light.woff') format('woff'),
       url('font/Dosis-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
*/

/*GENERIC*/

html {
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    font-size: 62.5%;
}
body {
     font-family: 'txt', sans-serif;
     background-color:#fff;
     color: #000;
     overflow-x: hidden;
     font-size: 16px;
     font-size: 1.6rem;
     letter-spacing: 0.5px;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a,.h{
    margin-bottom: 0px;
    font-family: 'light', sans-serif;
}

.light{
    font-family: 'light', sans-serif;
}
.txt, .txt h1{
    font-family: 'txt', sans-serif;
}

.bold, strong{
  /*  font-family: 'title', sans-serif;*/
}

#loftloader-wrapper{
    z-index: 999 !important;
}
.spt-show-all .loader-inner{
   /* display: none !important;*/
}


a,.hover05,.dialog-widget, .opacity05{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    
}   
a{
    color: #787878;
}
a:hover{
    color: #000;
}

ul, ol {
    margin: 0;
}
.mouseInActive{
    pointer-events: none;
}
.linkBlack a{
    color: #000 !important;
}
.linkWhite a{
    color: #fff;
}
.linkBlack a:hover,
.linkWhite a:hover{
    opacity: .5 !important;
}
.linkUnderline a {
  text-decoration: underline !important;
}
.linkUnderline a:hover {
  text-decoration: none !important;
}
.page-header-image {
  display: none;
}
.elementor-location-header{
  z-index: 999 !important; 
}

.max700{
    max-width: 700px;
}
.max500{
    max-width: 500px;
}
.opacity05:hover,.hover05:hover{
    opacity:0.5;

}
.site-header{
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    transition: all 500ms !important;
    position: fixed !important;
    z-index: 9989;
    width: 100% !important;
}
.500ms{
  -webkit-transition: all 500ms !important;
  -moz-transition: all 500ms !important;
  transition: all 500ms !important;
}
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.elementor-lightbox.elementor-menu-cart__container {
    background-color: #7b7b7b6b !important;
}    

/*FIN GENERIC*/

.red,.linkToRed a:hover{
  color: #BB2A35;
}

.white{
  color: #fff;
}

/*HEADER*/

 .logoWeb .jet-inline-svg__inner svg{
 height: 150px;
 -webkit-transition: all 1000ms !important;
  -moz-transition: all 1000ms !important;
  transition: all 1000ms !important;
}
.elementor-sticky--effects .logoWeb .jet-inline-svg__inner svg{
  height:100px;
}
.jet-wishlist-count-button__count span {
    color: #000;
    font-size: 19px;
    font-family: 'title';
}

header.desactive{
  pointer-events: none;
}
header.offMenu .zonaMenu{
  opacity: 0;
  pointer-events: none;
}
header.offCart .zonaCart{
  opacity: 0;
  pointer-events: none;
}
#header_rrss {
    position: fixed;
    right: -20px;
    z-index: 888;
    top: 30%;
    width: 75px;
}
[type=button], [type=submit], button{
  border: none;
}
/*
(Al hacer scroll) 
Cambio de color fondo
*/
header.elementor-sticky--effects {
  background: rgba(245,245,245,0.85);
  background: -moz-linear-gradient(top, rgba(245,245,245,0.85) 0%, rgba(246,246,246,0.4) 53%, rgba(246,246,246,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0.85)), color-stop(53%, rgba(246,246,246,0.4)), color-stop(100%, rgba(246,246,246,0)));
  background: -webkit-linear-gradient(top, rgba(245,245,245,0.85) 0%, rgba(246,246,246,0.4) 53%, rgba(246,246,246,0) 100%);
  background: -o-linear-gradient(top, rgba(245,245,245,0.85) 0%, rgba(246,246,246,0.4) 53%, rgba(246,246,246,0) 100%);
  background: -ms-linear-gradient(top, rgba(245,245,245,0.85) 0%, rgba(246,246,246,0.4) 53%, rgba(246,246,246,0) 100%);
  background: linear-gradient(to bottom, rgba(245,245,245,0.85) 0%, rgba(246,246,246,0.4) 53%, rgba(246,246,246,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f6f6f6', GradientType=0 );
  transition: all .7s ease !important;
}
 
/*
(Al hacer scroll) 
Difuminado fondo
*/
header.elementor-sticky--effects {
    transition: all .7s ease !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.grid-shop{
  -webkit-transition: all 500ms !important;
  -moz-transition: all 500ms !important;
  transition: all 500ms !important;
  opacity: 0;
}
.grid-shop.view, .gridView .grid-shop{
  opacity: 1;
}
.shop-load-more span.elementor-button-text{
    font-family: 'title';
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.jet-toggle__label-icon .icon-active {
    margin-top: -20px;
}
#headerMenu a, 
#headerMenuTienda a{
    font-size: 2rem;
    font-family: 'title';
    color: #000;
}
#headerMenu a:hover, 
#headerMenuTienda a:hover{
    color: #BB2A35;
}
#headerMenuTienda li.menu-item-has-children{
    width: 10vw;
}
header   a.elementor-item-active{
    color: #BB2A35 !important;
}
header .sub-menu.elementor-nav-menu--dropdown {
  padding-right: 10px !important;
}
/*PAGE*/
.titlePage h1, .titlePage h2{
  font-family: 'light',sans-serif;
  font-size: 4rem;
  color: #000;
  padding-left: 80px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.titlePage h3{
  font-family: 'light',sans-serif;
  font-size: 3rem;
  color: #000;
  padding-left: 60px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.titlePage h3:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 33px;
    top: 12px;
    left: 20px;
    background: #000;
    z-index: 1;

}
a.biodinamico, .biodinamico a, .biodinamico h3, #biodinamico .jet-toggle__label-text{color: #098A64;}
a.ecologico,.ecologico a,.ecologico h3, #ecologico .jet-toggle__label-text{color: #31E903;}
a.natural,.natural a,.natural h3, #natural .jet-toggle__label-text{color: #039EE9;}
a.sin-sulfitos-anadidos,.sin-sulfitos-anadidos a,.sin-sulfitos-anadidos h3, #sin-sulfitos-anadidos .jet-toggle__label-text{color: #9D054D;}
a.vegano,.vegano a,.vegano h3, #vegano .jet-toggle__label-text{color: #FA7D44;}
a.otros,.otros a,.otros h3, #otros .jet-toggle__label-text{ color: #ff1757; }

.biodinamico a:hover, a.biodinamico:hover, 
a.ecologico:hover, .ecologico a:hover,
a.natural:hover, .natural a:hover, 
a.sin-sulfitos-anadidos:hover, .sin-sulfitos-anadidos a:hover,
a.vegano:hover, .vegano a:hover,
a.otros:hover, .otros a:hover{
  color: #000 !important;
}

.biodinamico h3:before, #biodinamico .jet-toggle__label-text:before{background: #098A64;}
.ecologico h3:before, #ecologico .jet-toggle__label-text:before{background: #31E903;}
.natural h3:before, #natural .jet-toggle__label-text:before{background: #039EE9;}
.sin-sulfitos-anadidos h3:before, #sin-sulfitos-anadidos .jet-toggle__label-text:before{background: #9D054D;}
.vegano h3:before, #vegano .jet-toggle__label-text:before{background: #FA7D44;}
.otros h3:before, #otros .jet-toggle__label-text:before{ background: #ff1757; }
.textLeyenda{
  padding: 5px 0 20px;
}
.archive_term{
    margin: 0% 22% 0% 81px;
    max-width: 700px;
}
/*ACCORDION*/
.accordionTitleLine .jet-toggle__label-text{
    font-family: 'light';
    font-size: 3rem;
    letter-spacing: 2px;
    position: relative;
    padding-left: 43px !important;
    text-transform: uppercase;
}
.accordionTitleLine .jet-toggle__label-text:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 33px;
    top: 19px;
    left: 0px;
    background: #000;
    z-index: 1;
}

.accordionTitleLine  .jet-toggle__content .jet-toggle__label-text{
  font-family: 'txt';
  font-size: 2rem;
  letter-spacing: 1px;
  padding-left: 0px !important;
  text-transform: capitalize;
  color: #9a000d !important;
}

.accordionTitleLine  .jet-toggle__content .jet-toggle__label-text:before{
  display: none;
}
/*THUMB VINE*/

.vine-thumb.pack{
  max-width: inherit;
}

.vine-thumb.pack .sliderGallery{
    position: absolute;
    width: 70%;
    left: 90px;
    top: 70px;
}

.vine-thumb-cat{
    min-height: 155px;
}
.vine-thumb-cat .jet-listing-dynamic-terms {
    text-align: right !important;
}
.vine-thumb-cat .jet-listing-dynamic-terms span{
    display: block;
    padding-right: 10px;
    font-size: 1.5rem;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
    font-family: 'title', sans-serif;
    border-right: 2px solid #fff;
    color: #fff;
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    transition: all 500ms !important;
    text-align: right;

}
.vine-thumb-cat .jet-listing-dynamic-terms span.biodinamico{
    border-color: #098A64;
}
.vine-thumb-cat .jet-listing-dynamic-terms span.ecologico{
    border-color: #31E903;
}
.vine-thumb-cat .jet-listing-dynamic-terms span.natural{
    border-color: #039EE9;
}
.vine-thumb-cat .jet-listing-dynamic-terms span.sin-sulfitos-anadidos{
    border-color: #9D054D;
}
.vine-thumb-cat .jet-listing-dynamic-terms span.vegano{
    border-color: #FA7D44;
}
.vine-thumb-cat .jet-listing-dynamic-terms span.otros{
    border-color: #ff1757;
}
.woo-thumb .vino-thumb-title  {
    /*margin-top: 10px;
    min-height:41px;*/
}
.woo-thumb .vino-thumb-title h3{
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 8px 0 0px;
    font-size: 3rem;
}
.woo-thumb .vino-thumb-title h3 a{
   font-family: 'light',sans-serif;
}
.woo-thumb .vino-thumb-title h3 a:hover {
  color: #BB2A35 !important;  
}
.woo-thumb  .elementor-swiper-button {
    background: #ffffff7a;
    padding: 7px;
}
.woo-thumb .vino-thumb-text h3 {
    color: #000;
    font-family: 'txt' !important;
    font-size: 12px;
    padding: 0px;
    margin-top: 0px;
    letter-spacing: .5px;
    min-height: 35px;
}
.woo-thumb .vino-thumb-text.pack h3 {
    font-size: 14px;
}
.woo-thumb .thumb-price{
  margin: 5px 0px 10px 0px;
}


.woo-thumb .thumb-origen span{
    font-family: 'title';
    font-size: 1.5rem;
    color: #BB2A35;
    padding-left: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woo-thumb del .woocommerce-Price-amount.amount,
 {
    color: #787878;
}
.woo-thumb ins{
  text-decoration: none;
}


#wcj-offer-form-header h3{
  font-size: 2.5rem !important;
}
.woo-thumb .vino-thumb-add .single_add_to_cart_button.added{
    opacity: .1;

}
.woocommerce #respond input#submit.added::after, 
.woocommerce a.button.added::after, 
.woocommerce button.button.added::after, 
.woocommerce input.button.added::after {
    position: absolute;
    right: -1px;
    bottom: 24px;
    font-size: 15px;
    color: #000 !important;

}
.woo-thumb .vino-thumb-add .added_to_cart.wc-forward,
.woo-thumb .vino-thumb-add .minus,
.woo-thumb .vino-thumb-add .plus,
.woo-thumb .vino-thumb-add .quantity,
.woo-thumb .vino-thumb-add .variations,
.woo-thumb .vino-thumb-add .single_variation_wrap .woocommerce-variation-price
{
  display: none!important;
}

.woo-thumb .vino-thumb-add .input-text.qty.text {
   /*
display: none;*/
  background: #fff;
  border-radius: 0;
  border: none;
  text-align: right;
  padding: 0px 0px;
  font-family: 'title';
  font-size: 2rem;
  color: #BB2A35;
  width: auto;
  height: auto;
}
.woo-thumb .jet-wishlist-button__link {
    padding: 10px 15px 10px 0 !important;
    margin-left: -5px !important;
}
.woocommerce div.product.elementor .woo-thumb .quantity+.button {
    margin-left: 0px;
    width: 100%;
    padding: 10px 0 !important;
}
.wcj-offer-price-button.button {
    z-index: 976 !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    background: #fff !important;
    font-family: 'txt' !important;
    font-size: 20px !important;
    letter-spacing: 2px;
    padding:  20px !important;
    color: #BB2A35 !important;
    position: absolute !important;
}

.woo-thumb .elementor-add-to-cart {
    display: flex;
    flex-direction: column;
}
.woo-thumb form.cart {
    width: 100% !important;
}
.woo-thumb .vino-thumb-add {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100px;
}
.woo-thumb .wcj-offer-price-button.button{
    width: 80%;
    background: #f2f2f2 !important;
    position: relative !important;
    padding: 10px !important;
    margin: 0 10%;
    font-size: 18px !important;

}
.wcj-offer-price-button.button:hover {
    background: #000000 !important;
    color: #ffffff !important;
}
.woo-thumb .vino-thumb-add .single_add_to_cart_button {
    border: none;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    background: #000 !important;
    font-family: 'txt' !important;
    letter-spacing: 2px;
    padding: 4px 22px 2px 22px !important;
    color: #fff !important;
    font-size: 1.7vw !important;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
.woo-thumb .vino-thumb-add .single_add_to_cart_button:hover{
     background: #BB2A35 !important;
}

.woocommerce .woo-thumb .vino-thumb-add button.button.added::after{
  right: -5px;
  color: #BB2A35 !mouseInActive;
}
 .stock.in-stock,
 .stock.available-on-backorder{
    color: #fff !important;
    display: none;
}

.woo-thumb .vino-thumb-add .stock.out-of-stock {
    text-transform: uppercase;
    font-size: 2rem !important;
    letter-spacing: 1.7px !important;
    color: #000 !important;
    font-family: 'title', sans-serif;
    text-align: right;
    padding-right: 10px;
}

.woo-thumb .thumb-wish{
      margin-right: -8px;
}
.woo-thumb .jet-wishlist-button__label {
    font-size: 1.3rem;
    letter-spacing: 0.7px;
    font-family: 'title', sans-serif;
}

.woo-thumb .pack-thumb img{
  filter: grayscale(0%);
  -webkit-transition: all 500ms !important;
  -moz-transition: all 500ms !important;
  transition: all 500ms !important;
}
.vine-thumb:hover .vine-thumb-cat .jet-listing-dynamic-terms span{
    color: #787878;
}
.vine-thumb:hover  .pack-thumb img{
  filter: grayscale(100%);
}



/*FICHA VINO*/
.woo-ficha .flex-control-thumbs {
    margin-right: calc(-6px / 2);
    margin-left: calc(-6px / 2);
    display: flex;
    justify-content: center;
}
.woo-image img{
      mix-blend-mode: darken;
}
.woo-ficha .elementor-column .elementor-widget-wrap{
  padding-top: 175px;
  padding-bottom: 30px; 
}
.woo-ficha #parametrosEscondidos .elementor-column .elementor-widget-wrap,
.woo-ficha #sinPading .elementor-column .elementor-widget-wrap{
  padding-top: 0px;
}
.woo-ficha-term-sin-link span:first-child{
  display: none;
}

.woo-ficha-term a, 
.woo-ficha-term-sin-link span,
.woo-ficha-term-2 .jet-listing-dynamic-terms__prefix{
    color: #000;
    font-family: 'title';
    font-size: 2rem;
    letter-spacing: 0.5px;
}
.woo-ficha-term.red a, .woo-ficha-term-sin-link.red span {
    font-family: 'light';
    font-size: 3rem;
}
.woo-ficha-term a.jet-listing-dynamic-terms__link:hover{
  opacity: .5;
}
.jet-engine-gallery-grid__item-wrap.is-lightbox:before{
  content: "" !important;
}
.ficha-jet-gallery  {
    margin-right: 22px;
}
.ficha-jet-gallery .jet-engine-gallery-grid,
.ficha-jet-gallery .jet-listing-dynamic-field {
    justify-content: flex-end !important;
}
.ficha-jet-gallery .jet-engine-gallery-grid__item-img{
      min-width: 60px;
}

.woo-ficha-term-2{
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 10px;
  letter-spacing: 1px;
  max-width: 500px;
  line-height: 15px;

}
.woo-ficha-term-2.text{
  color: #484848;
}


.woo-ficha-term-2.text h2{
    display: block;
    margin-left: -10px;
    padding-top: 20px;
    color: #000;
    margin-bottom: -4px;
    margin-top: -10px;
}
.woo-ficha-term-2 .jet-listing-dynamic-terms__prefix{
  display: block;
  margin-left: -10px;
  padding-top: 20px;
}
.woo-ficha-term-2 a.jet-listing-dynamic-terms__link{
  line-height: 20px;
}
.underline a{
  color: #484848 !important;
  text-decoration: underline;
}
.underline a:hover{
  text-decoration: none;
}
.capitalize {
    text-transform: capitalize;
}
.woo-ficha-title h1{
    font-size: 5rem;
    font-family: 'light';
    text-transform: uppercase;
    padding:10px 0px 0px 14px
    line-height: 50px;
    max-width: 700px;
}
.woo-ficha-content {
    margin: 10px 0px 20px;
}
.woo-ficha-content{
  color: #484848;
  font-size: 1.8rem;
  line-height: 22px;
}
.woo-caracter .elementor-column .elementor-widget-wrap{
  padding: 0;
}

#verFicha h2:hover,#closeFicha h2:hover{
  color: #000
}
#verFicha{
  opacity: 1;
  height: auto;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 500ms !important;
  -moz-transition: all 500ms !important;
  transition: all 500ms !important;
}
#verFicha.no_view{
  opacity: 0;
  height: 0;
   z-index: 1;
}
#closeFicha{
  opacity: 0;
  height: 0;
  z-index: 1;
  -webkit-transition: all 500ms !important;
  -moz-transition: all 500ms !important;
  transition: all 500ms !important;
}
#closeFicha.view{
    cursor: pointer;
  opacity: 1;
  height: auto;
   z-index: 2;
}
#parametrosEscondidos{
  height: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 500ms !important;
  -moz-transition: all 500ms !important;
  transition: all 500ms !important;
}
#parametrosEscondidos.view{
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.woo-ficha .vine-thumb-cat {
    margin-left: -20px;

}

.woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a{
    display: block;
    font-size: 1.8rem;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    font-family: 'title', sans-serif;
    border-color: transparent !important;
    color: #787878;
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    transition: all 500ms !important;
    position: relative;
    margin-right: 15px;
}
.woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a:hover{
  color: #000;
}
.woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a:after{
    content: "";
    height: 2px;
    width: 70px;
    background: transparent;
    position: absolute;
    top: 45%;
    right: -81px;;
}
.woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a.biodinamico:after{
    background: #098A64;
}
.woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a.ecologico:after{
    background: #31E903;
}
.woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a.natural:after{
   background: #039EE9;
}
.woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a.sin-sulfitos-anadidos:after{
    background: #9D054D;
}
.woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a.vegano:after{
   background: #FA7D44;
}
.woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a.otros:after{
    background: #ff1757;
}
.woo-ficha-bread span a, .woo-ficha-bread span {
    font-size: 2rem;
    font-family: 'title';
    /* color: #000; */
}
.woo-ficha-bread span span span span span{
  color: transparent;
}
.woocommerce .woo-ficha .reset_variations {
    display: none !important;
}
#woo-ficha  .quantity+.button {
    margin-left: 3px;
    background: #000;
    color: #fff;
    font-family: 'txt';
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 40px 11px;
    border-radius: 0;
}
#woo-ficha .quantity+.button:hover {
  background: #fff;
  color: #000;
}
#woo-ficha .quantity .qty {
    vertical-align: top;
    height: 65px;
}
.woo-ficha-addTocart{
    margin-right: -10px;
}

.woo-ficha-addTocart .wcppec-checkout-buttons,
.woo-ficha.club .woo-ficha-addTocart form.cart{
  display: none !important;
}

.woo-ficha.club .woo-ficha-addTocart .wcppec-checkout-buttons{
  display: block !important;
}
#woo-ficha form.cart table.variations {
    --variation-select-width: 100%;
}
#woo-ficha form.cart table.variations td.label {
    width: 75%;
}
#woo-ficha form.cart table.variations td.value {
    width: 25%;
}
#woo-ficha  form.cart table.variations td.value select {
    border: 0;
    position: absolute;
    background: #f2f2f2;
    top: 0px;
    padding: 0;
    width: var(--variation-select-width);
    border-radius: 0px;
    font-size: 2.3rem;
    font-family: 'light';
}
#woo-ficha  .woocommerce-Price-amount.amount {
    font-size: 3rem;
    font-size: 3rem;
    letter-spacing: 2px;
}
#woo-ficha  form.cart .woocommerce-variationsingle.variation{
  text-align: right;
}
#woo-ficha  p.stock {
    color: #000;
    text-align: left;
    font-family: 'title';
    font-size: 1.7rem;
    margin-right: 40px;
    text-transform: uppercase;
     display: none;
}
#woo-ficha  p.stock.in-stock{
    text-align: right;
    /*display: block;*/
}
#woo-ficha p.stock.out-of-stock {
    color: #000;
    font-family: 'light';
    font-size: 2.7rem;
    text-align: right;
    display: block;
    margin-right: 13px;
    letter-spacing: 2px;
}
#woo-ficha  p.price{
    margin: 0px 0 0px;
}
.woo-ficha-term-right{
    font-family: 'light';
    font-size: 3rem;
}
.woo-ficha-term-right.smallSize{
      font-family: 'title';
      font-size: 2rem;
}
.woo-ficha-term-right a  {
    color: #000;
}

#woo-ficha del , #woo-ficha  del span,
.woo-ficha-term-right a:hover  {
    color: #787878;
}
#woo-ficha ins{
  text-decoration: none;
}
#woo-ficha .added_to_cart.wc-forward{

    display: none;
    position: absolute;
    top: 110px;
    background: #fff;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    width: 139px;
    letter-spacing: 1px;
}
#woo-ficha .added_to_cart.wc-forward:hover{
  color: #BB2A35;
}
.bodega-thumb:hover h3,.bodega-thumb:hover h4{
  color: #000;
}

.bodega-thumb h4{
 font-size: 2rem;
 color: #BB2A35;
}

.ficha-wish .jet-wishlist-button__label{
    font-family: 'title';
    font-size: 1.7rem;
    text-transform: uppercase;
    padding-right: 5px;
}
.ficha-wish  .jet-wishlist-button__state.jet-wishlist-button__state-added .jet-wishlist-button__label{
  color: #000 !important;
}
.ficha-bodega h3{
  color: #BB2A35;
  font-size: 3rem;
}
.bodegas-title h1{
  color: #BB2A35;
  font-size: 5rem;
  font-family: 'light';
  padding-top: 21px;
}
.ficha-bodega-text{
  color: #787878;
}
.ficha-relate-title h2{
  font-family: 'light';
  font-size: 3rem;
  color: #787878;
  letter-spacing: 2px;

}
.ficha-bodega-mas a {
  font-family: 'title';
  font-size: 2rem;
}
.jet-listing-grid__slider .jet-slick-dots li {
    width: 55px !important;
    height: 2px !important;
    border-radius: 0% !important;
    text-indent: -50px;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    margin: 0 7px;
    padding: 10px;
    border-top: 2px solid #000;
}

.jet-listing-grid__slider .jet-slick-dots li:hover, 
.jet-listing-grid__slider .jet-slick-dots li.slick-active{
  border-color:#BB2A35;
  background: transparent;
}
.dotsTop .jet-listing-grid__slider .jet-slick-dots{
  position: absolute;
  top: -50px;
}
  
.bodega-button .elementor-button-text{
  font-family: 'title';
  font-size: 2rem;
}

.woocommerce div.product #ficha-gallery  .woocommerce-product-gallery__image img {
    display: block;
    width: auto !important;
    height: 70vh ;
   margin: 0 auto;
}

#ficha-gallery  .flex-control-nav.flex-control-thumbs li img{
    width: 4vw;
    height: 2px;
    filter: contrast(175%) brightness(3%);
    opacity: 1 !important;
}
.woocommerce #ficha-gallery  .flex-control-nav.flex-control-thumbs {
    width: auto;
    margin: 0 auto;
    display: table;
}

.woocommerce #ficha-gallery  .flex-control-nav.flex-control-thumbs li {
    width: 4vw;
    display: block;
    background: #BB2A35 !important;
    margin:20px 10px 0;
}
.ficha-vinos-incluidos a{
  color: #BB2A35;
}
.ficha-vinos-incluidos a:hover{
  color: #000;
}
#ficha-pack-galllery .swiper-pagination-bullet{
    -webkit-border-radius: 0%;
    border-radius: 0%;
    background: #000;
    opacity: 1;
    width: 55px !important;
    height: 2px !important;
    border-radius: 0% !important;
    overflow: hidden;
    cursor: pointer;
    margin: 20 7px;
    padding: 0px;
}
#ficha-pack-galllery .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #BB2A35;
}
#ficha-gallery  .flex-control-nav.flex-control-thumbs li img.flex-active{
  opacity: 0 !important;
}
#ficha-gallery  .woocommerce-product-gallery__trigger{
  display: none !important;
}


/*
.woocommerce div.product .woo-product-gallery  .flex-control-thumbs li img{
    opacity: 1 !important;
    width: 50px;
    height: 5px;
    background: #000;
}
.woocommerce div.product .woo-product-gallery  .flex-control-thumbs li img.flex-active {

    background: #BB2A35;
}
*/
/*BODEGA*/
.bodega-title-section{
  position: fixed;
    width: 40% !important;
    left: 10%;
    top: 82vh !important;
    padding: 1%;
}
/*WISH LIST*/
#whisListGrid h5{
    order: 2;
    max-width: 220px;
    padding-left: 0;
}
#whisListGrid h5 a {
    font-family: 'title', sans-serif;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
}
#whisListGrid h5 a:hover{
  color: #BB2A35;
}
#whisListGrid .woocommerce-Price-amount.amount {
    color: #BB2A35;
    font-family: 'title';
    font-size: 2rem;
}
#whisListGrid .jet-cw-price {
    text-align: left;
    width: 100%;
    max-width: 220px;
    order: 3;
}
#whisListGrid .jet-cw-remove-button.jet-wishlist-item-remove-button {
    font-size: 1px;
    color: #000000;
    background-color: transparent;
    border-style: none;
    width: 100%;
    margin-bottom: -23px;
    max-width: 230px;
    z-index: 333;
}
#whisListGrid  .jet-cw-remove-button.jet-wishlist-item-remove-button{
    text-align: left;
    padding-left: 10px;
}
#whisListGrid .jet-cw-add-to-cart{
    width: 100%;
    max-width: 220px;
    text-align: left;
    order: 4;
}
#whisListGrid .jet-cw-add-to-cart a {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #000;
    background: transparent !important;
    padding: 0px;
    font-family: 'title';
}
#whisListGrid .jet-cw-add-to-cart a:hover {
  color: #000;
}
#whisListGrid  .added_to_cart.wc-forward{
  display: none;
}

/**FILTROS*/
.grid-filtr-sort .jet-sorting.jet-sorting--flex-column{
    border-bottom: 2px solid #000;
}
.grid-filtr-sort .jet-sorting-select {
    font-size: 18px;
    text-align: right;
    border-radius: 0px;
    border: none;
    background: none;
    font-family: 'title';
    letter-spacing: 1px;
    text-align-last: right;
    -webkit-appearance: none;
}
#filtrOpen h2:hover,
.grid-filtr-sort:hover .jet-sorting-select{
  color: #BB2A35 !important;
}
#filtrOpen h2,
.grid-filtr-sort .jet-sorting-select:hover{
  cursor: pointer;
}
.grid-filtr-sort .jet-sorting-select option { direction: rtl; }
.grid-filtros-title h2 a{
  font-size: 18px;
  letter-spacing: 1px;
}
.grid-filtros-title h2{
    border-bottom: 2px solid #000;
    padding: 5px 50px 5px 0px !important;
}
.filtr-no-children .jet-list-tree__children{
  display: none !important;
}
.filtr-close-zone{
    position: fixed;
    top: 50px;
    margin-left: -5px;
}
.popUp-filter {
  margin-bottom: 40px !important;
}
.popUp-filter .jet-checkboxes-list__row.jet-filter-row-hide {
    display: none !important;
}
.popUp-filter .jet-checkboxes-list__row {
    margin-right: calc(15px/2) !important;
}
.popUp-filter .jet-checkboxes-list__label,
.popUp-filter .jet-filters-counter span {
    font-family: 'title';
    letter-spacing: .5px;
    font-size: 1.8rem;
}
.popUp-filter .jet-filter-label{
    font-size: 1.8rem;
    font-family: 'title';
    text-transform: uppercase;
    letter-spacing: 1px;
}
#popUp-filtr-zone {
    position: fixed;
    width: 100vw;
    top: 0;
    left: -120vw;
    z-index: 999;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
#popUp-filtr-zone.view {
    left: 0;
}
#filtr-close-zone {
    position: fixed;
    top: 54px;
}
.elementor-widget-jet-smart-filters-active-tags .jet-active-tag.jet-active-tag--clear{
background: transparent !important;
}
#filtr-close-button_text {
    position: relative;
    top: -36px;
    left: 16%;
    font-size: 2.5rem;
    letter-spacing: 2px;
    cursor: pointer;
}
#filtr-close-button_text:hover{
  color: #BB2A35;
}
.filtr-zone-clean:hover h4,.filtr-zone-clean h4:hover{
  color: #BB2A35;
}
#popUp-filtr-zone .elementor-widget-wrap{
  overflow-y: auto;
  overflow-x: hidden;
}
.dialog-close-button .e-font-icon-svg{
  display: none !important;
}
.close-button, .dialog-close-button.dialog-lightbox-close-button{
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
  cursor: pointer;
}
.close-button:hover, 
.dialog-close-button.dialog-lightbox-close-button:hover{
  /*  -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    */
}
.close-button:after, .close-button:before ,
.dialog-close-button.dialog-lightbox-close-button:after, 
.dialog-close-button.dialog-lightbox-close-button:before{
    height: 2px;
    width: 45px;
    background: #000;
    content: "";
    position: absolute;
    left: 8px;
    top: 25px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
.close-button:hover:after, .close-button:hover:before,
.dialog-close-button.dialog-lightbox-close-button:hover:after, 
.dialog-close-button.dialog-lightbox-close-button:hover:before{
      background: #BB2A35;
}
.close-button:before,
.dialog-close-button.dialog-lightbox-close-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button:after,
.dialog-close-button.dialog-lightbox-close-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dialog-close-button.dialog-lightbox-close-button{
  position: absolute;
}
.bodegas-links  {
    max-width: 700px;
    padding: 0 10% 0 80px;
}
.bodegas-links h3 a{
  font-size: 2rem;
  line-height: 25px;
}

/*FOOTER*/
.footer-down{
  font-size: 1rem;
  font-family: 'light',sans-serif;
}
.footer-down a:hover{
  color: #BB2A35;
}
.footer-down {
    font-size: 1.4rem;
    font-family: 'title',sans-serif;
    letter-spacing: 1px;
}
.footer-text-liks a{
  color: FFFFFF;
  font-size: 1.8 rem;
}
.footer-text-liks a:hover{
  color: #BB2A35;
}
/*MENU */



.popupMneu {
    position: fixed;
    top: 20px;
}
#pop-up-menu {
    width: 100%;
}
#pop-up-menu a{
    font-family: 'light',sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 3.5rem;
    padding: 25px 0 25px 5% !important;
    position: relative;
    font-weight: bold;
}



#pop-up-menu a.elementor-item-active, #pop-up-menu a:hover{
    color: #bb3234;
}

.menu-tab .jet-tabs__label-text {
    font-family: 'light';
    font-size: 3rem;
    letter-spacing: 2px;
    color: #787878;
}
.menu-tab .jet-tabs__label-text:hover{
  color: #BB2A35;
}
.menu-tab .active-tab .jet-tabs__label-text {
    color: #000;
}
.menuPopUpColumn.right, .menuPopUpColumn.left{
  height: 100vh;
}
.menuPopUpColumn.right .elementor-column-wrap{
  overflow-y: auto;
  overflow-x: hidden;
}
#elementor-popup-modal-456 .dialog-widget-content,
#elementor-popup-modal-456 .dialog-message.dialog-lightbox-message{
  overflow: hidden;
}
#menuMap {
    padding-left: 6vw;
}
#menuMap h2 {
    font-size: 3.5rem;
    font-family: 'light';
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 22px;
}
#menuMap ul{
  padding: 0 0 0 2px;
}

#menuMap li {
    display: block;
}
#menuMap ul.children{
  padding: 0 0 0 22px;
}
#menuMap li a{
    font-size: 2rem;
    font-family: 'title';
    color: #000;
}
#menuMap li a:hover{
  color: #BB2A35;
}
#menuMap li.cat-item-176{
  display: none;
}

/*FORM*/
.newsletter .elementor-button{
    font-family: 'title';
    font-size: 2rem;
    letter-spacing: 2px;
    border-bottom: 2px solid #000;
    padding: 2px 10px;
}
.newsletter .elementor-message{
  text-align: center !important;
}
/*POP UP NEWSLETER*/
.popUp-text-newsletter h2.promo{
    font-family: 'title',sans-serif;
    font-size: 3.5rem;
    background: #f2f2f2;
    margin: 5% 0;
    padding: 3%;
}
/*EL VINO*/
.vino-video{
  position: absolute;
 pointer-events: none;

}
.vino-video video{
 height: 100vh;
 width: 100vw;
 object-fit:cover;
 pointer-events: none;
}
.vino-text p{
    color: #fff;
    font-size: 1.8rem;
    bottom: 0px;
    letter-spacing: 1.8px;
}

/* LA TIENDA */

.linkH3Red h3 a {
  font-family: 'light';
  border-bottom: 2px solid #bb3245;
  padding: 0px 20px 10px 20px;
  color: #BB2A35 !important;
  font-size: 2.5rem !important;
}

.tienda-tabs-home .jet-tabs,
.tienda-tabs-home .jet-tabs__content{
    min-height: 600px;
}
.tienda-tabs-home .jet-tabs__control-wrapper{
    width: 100%;
    background: #f2f2f2;
    align-self: center !important;
    justify-content: center !important;
}
.tienda-tabs-home .jet-tabs__control {
    min-width: 12%;
}
.tienda-tabs-home .jet-tabs__control-inner{
    height: 75px;
    padding: 0px;
}
#noLabel, #noLabel2{
   display: none;
}
.tienda-tabs-home .jet-tabs__label-text {
    font-family: 'light';
    font-size: 3rem;
    letter-spacing: 1px;
    color: #787878;
    padding-left: 43px;
    position: relative;
}
.tienda-tabs-home .jet-tabs__label-text:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 33px;
    top: 19px;
    left: 0px;
    background: #f2f2f2;
    z-index: 1;

}
.tienda-tabs-home .jet-tabs__content,
.tienda-tabs-type .jet-tabs__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.tienda-tabs-home .jet-tabs__content div.elementor{
   width: 100% !important;
}
.tienda-tab-text{
    text-align: center;
    width: 100%;
    font-size: 4rem;
    font-family: 'light';
}

.tienda-tabs-home .jet-tabs__control:hover .jet-tabs__label-text:before,
.tienda-tabs-home .jet-tabs__control.active-tab .jet-tabs__label-text:before{
  background: #000;
}
.tienda-tabs-home .jet-tabs__control:hover  .jet-tabs__label-text,
.tienda-tabs-home .jet-tabs__control.active-tab  .jet-tabs__label-text{
  color: #000;
}

.tienda-tabs-type .jet-tabs,
.tienda-tabs-type .jet-tabs__content{
    min-height: 550px;
}
.tienda-tabs-type .jet-tabs__control{
  width: 20%;
}
.tienda-tabs-type .jet-tabs__control-wrapper{
    width: 100%;
}
.tienda-tabs-type .jet-tabs__control-inner{
    height: 70px;
    padding: 0px;
}
.tienda-tabs-type  .jet-tabs__label-text {
    font-family: 'light';
    font-size: 2.5rem;
    letter-spacing: 1px;
    color: #787878;
    padding: 10px;
    position: relative;
    margin-left: 30px;
    width: 80%;
}


.tienda-tabs-type  .jet-tabs__label-text:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    top: 45px;
    left: 11px;
    z-index: 2;
}

.tienda-tabs-type .jet-tabs__control:hover .jet-tabs__label-text:before,
.tienda-tabs-type.jet-tabs__control.active-tab .jet-tabs__label-text:before,
.tienda-tabs-type .jet-tabs__control:hover .jet-tabs__label-text:after,
.tienda-tabs-type.jet-tabs__control.active-tab .jet-tabs__label-text:after{
  background: #000;
}
.tienda-tabs-type .jet-tabs__control:hover  .jet-tabs__label-text,
.tienda-tabs-type .jet-tabs__control.active-tab  .jet-tabs__label-text{
  color: #000;
}

.tienda-tabs-type  #biodinamico.jet-tabs__control:hover .jet-tabs__label-text,
.tienda-tabs-type  #biodinamico.jet-tabs__control.active-tab .jet-tabs__label-text{color: #098A64;}

.tienda-tabs-type  #ecologico.jet-tabs__control:hover  .jet-tabs__label-text,
.tienda-tabs-type  #ecologico.jet-tabs__control.active-tab  .jet-tabs__label-text{color: #31E903;}

.tienda-tabs-type  #natural.jet-tabs__control:hover  .jet-tabs__label-text,
.tienda-tabs-type  #natural.jet-tabs__control.active-tab  .jet-tabs__label-text{color: #039EE9;}

.tienda-tabs-type  #sin-sulfitos-anadidos.jet-tabs__control:hover  .jet-tabs__label-text,
.tienda-tabs-type  #sin-sulfitos-anadidos.jet-tabs__control.active-tab  .jet-tabs__label-text{color: #9D054D;}

.tienda-tabs-type  #vegano.jet-tabs__control:hover  .jet-tabs__label-text,
.tienda-tabs-type  #vegano.jet-tabs__control.active-tab  .jet-tabs__label-text{color: #FA7D44;}


.tienda-tabs-type  #biodinamico.jet-tabs__control .jet-tabs__label-text:after,
.tienda-tabs-type  #biodinamico.jet-tabs__control.active-tab .jet-tabs__label-text:after{background: #098A64;}

.tienda-tabs-type  #ecologico.jet-tabs__control  .jet-tabs__label-text:after,
.tienda-tabs-type  #ecologico.jet-tabs__control.active-tab  .jet-tabs__label-text:after{background: #31E903;}

.tienda-tabs-type  #natural.jet-tabs__control  .jet-tabs__label-text:after,
.tienda-tabs-type  #natural.jet-tabs__control.active-tab  .jet-tabs__label-text:after{background: #039EE9;}

.tienda-tabs-type  #sin-sulfitos-anadidos.jet-tabs__control  .jet-tabs__label-text:after,
.tienda-tabs-type  #sin-sulfitos-anadidos.jet-tabs__control.active-tab  .jet-tabs__label-text:after{background: #9D054D;}

.tienda-tabs-type  #vegano.jet-tabs__control  .jet-tabs__label-text:after,
.tienda-tabs-type  #vegano.jet-tabs__control.active-tab  .jet-tabs__label-text:after{background: #FA7D44;}

.tienda-tabs-type  #otros.jet-tabs__control .jet-tabs__label-text:after,
.tienda-tabs-type  #otros.jet-tabs__control.active-tab .jet-tabs__label-text:after{ background: #ff1757; }

.type-link-categori h3 a{
  font-family: 'light'; 
}
.type-link-categori h3:hover{
  color: #000;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
   transition: all 500ms;
}

.tab-que-buscas h3,
.tab-que-buscas h3 a:hover{
  color: #BB2A35;
}
.tab-que-buscas .titlePage h2:before{
  background-color: #fff;
      -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
.tab-que-buscas .titlePage h2{
  font-size: 2.5rem;
  color: #fff;
  position: relative;
}
.rango {
      text-align: center;
}
.rango .titlePage{
  padding-top: 8%;
  min-width: 30%;
  display: inline-block;
}
.rango .titlePage h2 a{
  color: #fff;
}
.rango .titlePage:hover h2 a{
  color: #BB2A35;
}
.tab-que-buscas .rango .titlePage:hover  h2:before{
  background-color: #BB2A35;
}
.tab-que-buscas h3{
    padding: 0px 80px 30px;
    font-size: 2rem;
    font-family: 'txt',sans-serif;
}
.tab-que-buscas h3 a{
    font-family: 'txt',sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    padding: 0 0px;
}
.tab-que-buscas .jet-tabs__label-text {
    color: #787878;
    font-size: 3rem;
    font-family: 'light';
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 30px;

}
.tab-que-buscas .active-tab .jet-tabs__label-text {
  color: #BB2A35;    
}
.tab-que-buscas .jet-tabs__content{
    padding: 20px 50px;
    min-height: 600px;
    max-width: 1100px;
    margin: 0 auto;
}
.tab-que-buscas .jet-tabs__control-wrapper {
    align-self: center !important;
}
.tabs-cat {
    font-size: 2rem;
    padding: 5% 10%;
    text-align: center;
    color: #BB2A35;
    line-height: 15px;
}
.tabs-cat a {
    font-size: 2rem;
    padding: 2% 5px;
    text-transform: capitalize;
    letter-spacing: 1px;

}
.tabs-cat a:hover {
    color: #BB2A35;

}

/*WPML*/
.wpml-ls-legacy-list-horizontal a{
  color:#000;
}
.wpml-ls-legacy-list-horizontal a:hover{
  opacity: .5
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    font-size: 2.6rem;
    font-family: 'title';
    text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
    body{
        content: 'laptop';
    } 
}


@media screen and (max-width: 1025px) {
    #pop-up-menu a:hover:before {
      background: transparent;
    }
   .bodega-title-section {
        position: relative;
        width: 100% !important;
        left: 0;
        top: 0vh !important;
        padding: 1%;
    } 
    .vine-thumb-cat .jet-listing-dynamic-terms span{
          font-size: 1.2rem;
    }
    .woo-thumb  .vino-thumb-add{
      opacity: 1;
    }
    .tienda-tabs-home .jet-tabs__control-wrapper {
        width: 100%;
        background: #f2f2f2;
        padding-top: 0;
        justify-content: center !important;
    }
    .tienda-tabs-home .jet-tabs__label-text {
        font-size: 2rem;
        letter-spacing: 1px;
        color: #787878;
        padding: 0 20px;
    }
    .tienda-tabs-home .jet-tabs__label-text:before{
      display: none;
    }
    .tienda-tabs-type .jet-tabs__control-wrapper {
        width: 100%;
        padding-top: 0;
    }
    .tienda-tabs-type .jet-tabs__label-text {
        padding: 10px 20px 10px 10px;
        margin-left: 0;
        width: auto;
    }
    .tienda-tabs-type .jet-tabs__label-text:after{
      display: none;
    }
    .tienda-tabs-type div[data-elementor-type="page"] {
      max-width: 600px;
    }
    .tienda-tabs-type .jet-tabs__content[data-tab="1"] {
        justify-content: center;
        padding-bottom: 0px;
    }
    .tab-que-buscas .jet-tabs__control-inner {
      padding: 10px;
    }
    .tab-que-buscas .jet-tabs__label-text {
      font-size: 2.5rem;
      padding: 0px;
    }
    .tab-que-buscas .jet-tabs__content {
      padding: 20px;
    }
    .tab-que-buscas h3 {
      padding: 0px 0px 30px;
    }
    .tab-que-buscas h3 a {
      padding: 10px 0px;
      display: inline-block;
    }
    .tab-que-buscas .titlePage h2:before{
      display: none;
    }
    .tab-que-buscas .titlePage h2 {
      padding: 0 !important;
    }
    .vino-text p {
      font-size: 1.5rem;
      letter-spacing: 0.8px;
  }

}

@media screen and (max-width: 760px) {
    body{
        content: 'phone';
    } 
    .vine-thumb-cat .jet-listing-dynamic-terms span{
          font-size: 1.2rem;
    }

    #header_rrss .elementor-icon-box-content{
      display: none;
    }
    #header_rrss .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 10px 10px 0;
    }
    #header_rrss {
      right: 0;
      z-index: 888;
      top: auto;
      bottom: -8px;
      width: 100%;
      background: #fff;
    }
    .icoMenu svg{
        width: 33px;
    }
    header .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
        right: 12px !important;
        top: 14px !important;
        font-size: 20px;
    }
    header .jet-wishlist-count-button__count span {
      font-size: 20px;
      padding-top: 11px;
    }
    header .elementor-widget-jet-wishlist-count-button{
      margin-top: -4px;
    } 
    header{
          background: #fff;
    }

    .woo-ficha .elementor-column .elementor-widget-wrap{
      padding: 0px;
    }



    #headerMobil .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
      right: 15px !important;
      top: 14px !important;
    }
    #headerMobil .jet-wishlist-count-button--count-center-left .jet-wishlist-count-button__count {
      top: 26px !important; 
    }
    #headerMobil .elementor-menu-cart__toggle {
        margin-top: -11px !important;
    }


    /*FICHA WINE*/

    .woo-ficha-content p {
        text-align: justify;
    }
    #ficha-gallery  .flex-control-nav.flex-control-thumbs li,
    #ficha-gallery  .flex-control-nav.flex-control-thumbs li img{
      width: 14vw !important;
    }
    .woo-ficha-title h1 {
      font-size: 4rem;
      width: 100% !important;
    }

    .woo-ficha-title, .woo-ficha-content   {
        position: initial !important;
    }
    .vine-thumb-cat .jet-listing-dynamic-terms {
      text-align: left !important;
      padding-left: 23px;
    }
    .woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a { 
      padding-left: 100px;
    }
    .woo-ficha .vine-thumb-cat .jet-listing-dynamic-terms a:after {
        right: 0px;
        left: 0px;
    }
    .woo-ficha .vine-thumb-cat {
        min-height: auto;
    }
    .woo-ficha-addTocart {
        margin-right: 0;
    }
    #woo-ficha .quantity .qty {
        min-width: 50px;
    }
    .woocommerce div.product.elementor .elementor-add-to-cart--align-right.woo-ficha-addTocart form.cart.variations_form .woocommerce-variation-add-to-cart, 
    .woocommerce div.product.elementor .elementor-add-to-cart--align-right.woo-ficha-addTocart form.cart:not(.grouped_form):not(.variations_form) {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  


    .ficha-jet-gallery .jet-engine-gallery-grid, .ficha-jet-gallery .jet-listing-dynamic-field {
      -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      padding-bottom: 20px;
    }
    /*THUMB WINE*/

    .woo-thumb .vine-thumb-cat {
        min-height: 227px;
    }
    .woo-thumb .vino-thumb-title h3 {
      font-size: 2.5rem;
    }
    .woo-thumb del .woocommerce-Price-amount.amount  {
        font-size: 1.3rem;
    }
    .woo-thumb .woocommerce-Price-amount.amount {
        font-size: 2rem;
    }
    body[data-elementor-device-mode="mobile"] .grid-shop .grid-col-mobile-2>.jet-listing-grid__item {
      max-width: 48%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
   }
   .woo-thumb .thumb-origen span {
    margin-top: 10px;
    }
    .ficha-relate-title h2 {
      font-size: 2.2rem;
    }
    #popUp-filtr-zone {
      z-index: 99999;
    }
    #popUp-filtr-zone .elementor-widget-wrap {
      max-height: 90vh;
    }
    .filtr-close-zone {
      position: fixed;
      top: 10px;
      margin-left: -15px;
    }
    .grid-filtr-sort .jet-sorting-select{
          font-size: 16px;
    }
    .menuPopUpColumn.right, .menuPopUpColumn.left {
      height: auto;
    }
    #elementor-popup-modal-456 .dialog-widget-content, 
    #elementor-popup-modal-456 .dialog-message.dialog-lightbox-message {
      overflow: auto;
    }
    .tienda-tabs-home .jet-listing-grid__slider .jet-slick-dots,
    .tienda-tabs-type .jet-listing-grid__slider .jet-slick-dots{
      display: none;
    }
    .tienda-tabs-home .jet-tabs, .tienda-tabs-home .jet-tabs__content {
        min-height: 500px;
        height: 500px;
    }
    .tienda-tabs-home .jet-tabs__label-text {
      font-size: 2.5rem;
      padding: 0px;
      text-decoration: underline;
    }
    .tienda-tabs-home .jet-tabs__control-inner {
        height: 49px;
        padding: 0px;
        width: 40vw !important;
        justify-content: center !important;
    }
    .tienda-tabs-home .jet-tabs__control-wrapper {
        justify-content: center !important;
        padding-bottom: 20px;
    }
    .tienda-tabs-type .jet-tabs, .tienda-tabs-type .jet-tabs__content {
        min-height: 400px;
    }
    .tienda-tabs-type .jet-tabs__control-inner {
        height: auto;
        padding: 0px;
    }
    .tienda-tabs-type .jet-tabs__control {
        width: auto;
    }
    .tienda-tabs-type .jet-tabs__label-text {
      padding: 0px 10px;
      font-size: 2.2rem;
    }
    .tienda-tabs-type div[data-elementor-type="page"] {
        width: 100%;
    }
    .tienda-tabs-type .jet-tabs__content[data-tab="1"] p {
          font-size: 2rem;
          padding: 0 50px;
    }
    .tienda-tabs-type  .jet-tabs__control-wrapper,
    .tab-que-buscas .jet-tabs__control-wrapper {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .tab-que-buscas .jet-tabs__label-text {
      font-size: 2rem;
      padding: 0px;
      letter-spacing: 1px;
      color: #bb3234;
      width: 40vw;
      text-align: center;
    }
    .tab-que-buscas .jet-tabs__control-inner {
        padding: 5px;
    }
    .tabs-cat{
      padding: 0;
    }
    .tab-que-buscas .jet-tabs__content {
        padding: 50px 20px 100px;
        min-height: auto;
    }
    #filtr-close-button_text {
        left: 36%;
        font-size: 2rem;
    }
    .vino-video{
      position: fixed;
    }
    .vino-text{
      position: relative !important;
      padding-top: 30vh;
      mix-blend-mode: difference;
    }
    #pop-up-menu a {
        letter-spacing: 1px;
        font-size: 3rem;
        padding: 25px 0 25px 27%!important;
    }
    header.elementor-sticky--effects {
      background: #fff !important;
    }
    .vine-thumb.pack{
     /* min-width: 500px;*/
    }
    .jet-listing-grid__item.colspan-2-5 {
      max-width: 100% !important;
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
    }
    .archive_term {
        margin: 10px;
    }
    .home .jet-slick-dots{
      display: none !important;
    }
    footer .elementor-nav-menu--main .elementor-item {
     justify-content: center !important;
    }
    .vino-thumb-clubIco{
      display: none;
    }
    .jet-listing-grid__slider .jet-slick-dots {
       padding: 5px;
    }
    #headerMobil .elementor-column-wrap{
      padding: 0px;
    }
    #headerMobil{
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9999;
    }
    .textMenu {
      visibility: visible !important;
    }
    .tabs-cat a {
      padding: 3% 0px;
    }
    .tabs-cat  {
      color: #000;
    }
    .tab-que-buscas h3 {
        color: #000;
    }
    .wcj-offer-price-button.button {
        position: relative !important;
    }


   #woo-ficha .elementor-add-to-cart {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;    
    }
    form.cart {
        width: 100% !important;
        margin-top: 0px !important;
    }
   #woo-ficha .vino-thumb-add {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 100px;
    }
    #woo-ficha.wcj-offer-price-button.button{
        width: 100%;
    }
    #woo-ficha .quantity+.button{
        width: 100%;
    }
    .woo-thumb .vino-thumb-add .single_add_to_cart_button {
        font-size: 22px !important;
    }
    .woo-ficha .elementor-add-to-cart p{
        width: 100%;
        text-align: center !important;
    }

}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
::-moz-selection { background: #c6130a !important; color: black !important; }
::selection { background: #c6130a !important; color: black !important;}

/* width */
::-webkit-scrollbar { width: 10px;}

/* Track */
::-webkit-scrollbar-track { background: #fff;  }
 
/* Handle */
::-webkit-scrollbar-thumb { background: #000;    border: 1px solid #fff;}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #000;     border: 1px solid #000; }



