/*!
Theme Name: tienda
Theme URI: http://underscores.me/
Author: Lukas Alarcon
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tienda
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tienda is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 select{
   display: block!important;
   background: #F0F0F0!important;
   border: none!important;
   margin-bottom: 15px!important;
   outline:none;
 }
 body, html{
   width: 100vw;
   overflow-x: hidden;
   max-width: 100vw;
 }
 .row{
   display: flex;
   flex-wrap: wrap;
   margin:0;
 }
 .row .col:not(.offset-m1){
   margin-left:0!important;
 }
 body{
 font-family: "Figtree", sans-serif;
   font-size:15px;
      line-height: 20px;
      color:black;
      position: relative;
 }
 a, a:hover, a:focus, a:active{
   color:inherit;
   outline:none;
 }
 body, body *{
   margin:0;
   padding:0;
 }
 .renner-black{
    font-family: "Figtree", sans-serif;
 }
 .renner-bold{
    font-family: "Figtree", sans-serif;
 }
 .renner-italic{
    font-family: "Figtree", sans-serif;
 }
 h1{
      font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 30px;
 }
 h2{
    font-family: "Figtree", sans-serif;
   font-size:28px;
   font-weight: 800;
   line-height: 35px;
   margin-bottom:20px;
 }
 h3{
    font-family: "Figtree", sans-serif;
   line-height: 30px;
   font-size:24px;
   font-weight: 800;
   margin-bottom:20px;
 }
 h4{
   font-family: "Figtree", sans-serif;
   line-height: 28px;
   font-size:20px;
   font-weight: 800;
   margin-bottom:20px;
 }
 h5{
    font-family: "Figtree", sans-serif;
   line-height: 22px;
   font-size: 16px;
   font-weight: 800;
   margin-bottom: 20px;
   text-transform: uppercase;
 }
 h6{
    font-family: "Figtree", sans-serif;
   line-height: 22px;
   font-size: 18px;
text-transform: uppercase;
   font-weight: 800;
   margin-bottom:20px;
 }
 .text-side .cat-holder{
   margin-bottom:30px;
 }
.noscroll{
  overflow:hidden;
}
.hidden{
  display:none!important;
}
img{
  max-width: 100%;
}
.container_div{
  padding-left:5vw;
  padding-right:5vw;
}
.with_space{
  padding-top:80px;
  padding-bottom:80px;
}
.small_space{
  padding-top:40px;
  padding-bottom:40px;
}
.very_small_space{
  padding-top:20px;
  padding-bottom:20px;
}
@media(min-width:1400px){
  .container_div{
    padding-left: calc(50vw - 640px);
    padding-right: calc(50vw - 640px);
  }
}
.mobile{
  display: none!important;
}
@media(max-width:900px){
  .mobile{
    display: flex!important;
  }
  .desktop{
    display: none!important;
  }
}
.button-like{
  display: inline-block;
      padding: 9px 18px;
      text-transform: uppercase;
      cursor: pointer;
      font-weight: 500;
      letter-spacing: 0px;
      color:white;
      background: #2f2f2f;
      font-size: 14px;
      border: 2px solid #2f2f2f;
 }
 .button-like:hover{
   background: white;
   color: #2f2f2f;
 }
 .disabled{
   cursor:not-allowed;
   pointer-events:none;
   opacity:0.5;
 }
 .link-with-arrow{
   display: flex;
     align-items: center;
     font-weight: bold;
     margin-top:30px;
 }
 .link-with-arrow .fa{
   margin-right:15px;
   transition:all 0.66s ease;
 }
 .link-with-arrow:hover .fa{
   transform:translateX(10px);
 }
 .opacity_in{
   transition:all 0.66s ease;
   opacity:1;
   filter:blur(0px);
 }
 .release_effect .opacity_in{
   opacity:0;
   filter:blur(15px);
 }
 .bottom_in{
   transition:all 0.66s ease;
   opacity:1;
   filter:blur(0px);
   transform:translateY(0px);
 }
 .from_up{
   transition:all 0.66s ease;
   opacity:1;
   filter:blur(0px);
   transform:translateY(0px);
 }
 .release_effect .bottom_in, .release_effect.bottom_in{
   opacity:0;
   filter:blur(15px);
   transform:translateY(50px);
 }
 .release_effect .from_up{
   opacity:0;
   filter:blur(15px);
   transform:translateY(-20px);
 }
.relative{
  position: relative;
}
.button-like.disabled{
  background: #F0F0F0!important;
}
header{
  position: fixed;
      border-bottom: 1px solid #000;
      top: 0;
      left: 0;
      width: 100vw;
      z-index: 100;
      background: white;
      transition:all 0.33s ease;
}
header.has_popup{
  transform:translateY(-35px);
}
header.has_popup.activate_popup{
  transform:none;
}
.popup_mensaje{
  background: #f2f67d;
color: black;
text-align: center;
line-height: 35px;
}
.popup_mensaje .closer-look{
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: -2px;
    right: 5vw;
}
.popup_mensaje a{
  text-decoration:underline;
}
.main-header{
  display: flex;
    align-items: center;
    justify-content: space-between;
        border-bottom: 1px solid #F0F0F0;
        padding-top:15px;
        padding-bottom:15px;
}
@media(min-width:1400px){
  .popup_mensaje .closer-look{
      right: calc(50vw - 640px);
  }
}
.popup_mensaje .closer-look::before, .popup_mensaje .closer-look::after{
  background: black;
}
header .branding{
  position: relative;
}
header ul.menu{
  display: flex;
  align-items: center;
  justify-content: center;
}
#dropdown_user{
      width: 170px!important;
      margin-top: 35px!important;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: black;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
header ul img{
  height: 14px;
width: auto;
margin-left: 15px;
cursor: pointer;
}
footer{
  background: black;
    text-align: center;
    color: white;
    padding: 40px 3vw;
}
footer .fa{
  width: 35px;
height: 35px;
background: white;
color: black;
border-radius: 50%;
line-height: 35px;
margin: 0 5px 20px;
}
footer a{
  display: inline-block;
  margin:0 10px;
}
footer .flex-icons a{
  margin:0;
}
.logo, .branding{
  object-fit: contain;
    width: 141px;
    height: auto;
    display: block;
    min-width: 141px;
}
.tienda-header{
  text-align: center;
}
.menu-header-menu-container{
  margin: 0 40px;
}
.menu-header-menu-container  li{
  padding: 5px 15px;
  position: relative;
  list-style-type: none;
  font-weight: 300;
  line-height: 25px;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
}
 .menu-header-menu-container  .sub-menu li{
 }
.menu-header-menu-container  li.menu-item-has-children{
padding-right: 25px;
}
.menu-header-menu-container ul .sub-menu{
  padding:0 10px;
  position: absolute;
  z-index: 10;
  transform:scaleX(0) translateX(-100%); z-index:-1;
  filter:blur(10px);
  background: white;
  top: 100%;
  left: -40px;
  flex-flow: column;
  align-items: stretch;
  width: 270px;
  -webkit-box-shadow: -1px 2px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 5px -2px rgba(0,0,0,0.75);
box-shadow: -1px 2px 5px -2px rgba(0,0,0,0.75);
opacity:0;
transition:all 0.11s linear;
}
.menu-header-menu-container ul .sub-menu li{
  padding:10px 0;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
 .menu-header-menu-container ul .sub-menu li:last-child{
   border-bottom:none;
 }
  .menu-header-menu-container ul li.menu-item-has-children:hover .sub-menu{
    opacity:1;
    transform:none;
    filter:none;
  }
  .menu-header-menu-container ul .sub-menu li:hover::before, .menu-header-menu-container ul .sub-menu li:hover a::before{
    width:100%;
    left:0;
  }
  .menu-header-menu-container ul li.menu-item-has-children:hover .sub-menu .sub-menu, .menu-header-menu-container ul li.menu-item-has-children:hover .sub-menu .sub-menu .sub-menu{
    opacity:0;  transform:scaleX(0) translateX(-100%); z-index:-1;
      filter:blur(10px);
  }
  .menu-header-menu-container ul .sub-menu li.menu-item-has-children:hover .sub-menu{
    opacity:1;
    transform:none;
    filter:none;
  }
  .menu-header-menu-container ul .sub-menu li.menu-item-has-children:hover .sub-menu .sub-menu{
    opacity:0;  transform:scaleX(0) translateX(-100%); z-index:-1;
      filter:blur(10px);
  }
  .menu-header-menu-container ul .sub-menu .sub-menu li.menu-item-has-children:hover .sub-menu{
    opacity:1;
    transform:none;
    filter:none;
  }
  .menu-header-menu-container ul li:hover a:not(.button-like), .menu-header-menu-container ul li ul.sub-menu li:hover a:not(.button-like){
    opacity:1;
  }
  .menu-header-menu-container ul li:hover .sub-menu li a:not(.button-like),  .menu-header-menu-container ul.sub-menu li:hover .sub-menu  li a:not(.button-like){
    color:black;
  }
.menu-header-menu-container ul .sub-menu li.menu-item-has-children::after{
  content:"";
  position: absolute;top:50%;
  transform:translateY(-50%) rotate(-135deg);
  right:15px;
  width: 0;
height: 0;
border-style: solid;
border-width: 4px 4px 0 4px;
border-color: transparent transparent transparent black;
}

.sub-menu .sub-menu{
      top: 0!important;
      left: 100%!important;
      z-index: 11;
}
.menu-header-menu-container ul li.menu-item-has-children::after{
  transition: all 0.33s ease;
  width: 0;
height: 0;
border-style: solid;
border-width: 4px 4px 0 4px;
border-color: #000000 transparent transparent transparent;
content:"";
position: absolute;
    top: 18px;
right:15px;
}
.menu-header-menu-container ul li.menu-item-has-children:hover::after{
  transform:rotate(180deg);
}
.menu-header-menu-container ul.sub-menu li.menu-item-has-children:hover::after{
    transform:  rotate(-135deg);
}
.sub-menu .sub-menu .sub-menu{
z-index: 12;
}
header ul li{
margin:0 15px;
}
.destacado-flex{
  display: flex;
}
.destacado-flex img{
  width: 45vw;
height: 100%;
object-fit: cover;
min-width: 45vw;
}
.product-featured{
  flex: 1 auto;
padding: 5vw;
background: #F0F0F0;
}
@media(min-width:1400px){
  .product-featured{
    padding-right: calc(50vw - 640px);
  }
}
.product-featured .controls-flex{
  display: flex;
margin-top: 30px;
align-items: center;
    justify-content: space-between;
}
.product-featured .stock{
  display: none;
}
.small{
  font-size:12px;
  line-height:16px;
  font-weight: bold;
}
.cart-options{
    display: flex;
}
.single-product .col.m4{
  padding: 0!important;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    padding: 60px!important;
}
.single-actividad .single-product .col.m5{
  justify-content: center;
  align-items: stretch;
}
.quantity-holder{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 42px;
  font-weight: 600;
  background: #F2EBE9;
  border-radius: 20px;
  margin-right: 20px;
}
.quantity{
}
.buttons{
  display: flex;
  position: absolute;
  width: 82px;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.buttons span{
  width: 30px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 19px;
      font-weight: 600;
      cursor: pointer;
}
.buttons span:last-child{
  border-top:none;
}
.package{
  opacity: 0.5;
    margin-bottom: 10px;
}
.mosaico{
  padding-top:40px;
  padding-bottom:40px;
}
.product{
  margin: 0px;
  position: relative;
  height: 100%;
  width: 300px;
  min-width: 300px;
  margin-right: 30px;
}
.col .product{
  width:100%;
  margin-bottom:30px;
}
.filters:hover span{
  border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 2px solid white;
    z-index: 99;
}
.random_selection{
  display: flex;
    align-items: flex-end;
    margin: 40px 0;
}
.random_selection img{
  width: 30%;
  height: auto;
  max-width: 100%;
  transform: scale(1.2) translateX(10%);
}
.filter-options-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.filters:hover .filter-options{
    background: white;
    z-index: -1;
    padding: 0 20px;
    border: 1px solid black;
    transform: translateY(-1px);
    opacity:1;
}
.autor_content{
  margin: 0px;
  position: relative;
  height: 100%;
  width: 250px;
  margin-right: 30px;
}
.autor_content img{
  width:100%;
  height:250px;
  object-fit:cover;
  filter:grayscale(100%);
  margin-bottom:15px;
  display: block;
}
.autor_content .fa-heart{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 37px;
  height: 37px;
  background: black;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.autor_content .fa-heart.js-remove-favorite{
  background:#C30000;
}
.custom-submenu{
  position: fixed;
top: 100%;
left:0;
background: white;
width: 100vw;
padding-top: 40px;
padding-bottom: 40px;
z-index: -10;
opacity: 0;
transform: translateY(-30px) scaleY(0);
transition: filter 0.33s ease;
}
.submenu-header{
  display: flex;
      justify-content: space-between;
      margin: 0 0.75rem 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(0,0,0,0.2);
}
.submenu-body .col a{
  display: flex;
    justify-content: space-between;
    margin-right: 50px;
    color:black!important;
    margin-bottom: 5px;
}
.submenu-body .col a:hover{
  color:#C30000!important;
}
.submenu-title{
  border-bottom: 1px solid black;
display: inline-block;
margin-bottom: 20px;
font-size: 14px;
}
.custom-submenu.visible{
  opacity:1;
  transform:none;
  z-index:99;
}
.autor_content .js-remove-favorites .fa-heart{
  background: #C30000;
}
.white-text .circular_link{
  border:1px solid white;color:white;
}
.white-text .circular_link .fa{
  color:white;
}
.single-product .cat-holder{
  position: absolute;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translate(-100%, 0) rotate(270deg);
    top: 100px;
    right: 10px;
    transform-origin: right top;
}
.autor-display{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.4;
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
}
.thumbnail_holder{
  background: whitesmoke;
  display: flex;
justify-content: center;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
position: relative;
height: 380px;
max-height: 380px;
}
.autor-main-content .row{
  width: 800px;
max-width: 100%;
margin: 0 auto;
}
.autor-flex{
  display: flex;
align-items: flex-start;
}
.autor-flex .image-holder{
  position: relative;
    width: 150px;
    height: 150px;
    min-width: 150px;
    margin-right: 20px;
}
.autor-flex .image-holder img{
  width: 150px;
height: 150px;
min-width: 150px;
}
.autor-flex .image-holder .fa-heart{
  position: absolute;
  top: -4px;
  right: 6px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: black;
  color: white;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  border: 2px solid white;
}
.autor-flex .image-holder .fa-heart.js-remove-favorite{
  background:  #C30000;
}
.text-parte h1{
  margin:0;
  position: relative;
  display: inline-block;
}
.text-parte h1 .absolute{
   font-family: "Figtree", sans-serif;
      font-size: 17px;
      position: absolute;
      opacity: 0.4;
      top: -10px;
      right: -31px;
}
.text-parte .cat-holder{
  margin-right: 10px;
  margin-bottom: 10px;
}
.informacion_principal{
   font-family: "Figtree", sans-serif;
  font-size: 20px;
  line-height: 27px;
}
.categorias{
  margin-top:30px;
}
.autor-main-content .wswig{
  margin-top:30px;
}
.discount-holder{
  position: absolute;
  top: 10px;
  border: 1px solid black;
  padding: 3px 9px;
  left: 10px;
}
.product .fa-heart, .product .fa-heart-o{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}
.product .image_link{
  width: 100%;
      display: flex;
      justify-content: center;
}
.product img {
  height: 270px;
  width: auto;
  max-width:80%;
  display: block;
  object-fit: contain;
}
.product h3, .product h1{
  margin-bottom:0;
}
.price-display{
  font-weight: normal;
      margin-top: 10px;
      font-size: 19px;
      display: flex;
}
.grupo_de_destacados{
  padding-top:40px;
  padding-bottom:40px;
}
.scroller_left{
  position: relative;
height: 555px;
}
.circular_link{
  display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
}
.circular_link .fa{
  transform:translateX(3px);
}
h1 .circular_link{
  margin-left: 20px;
}
.scroll_container{
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-x: scroll;
overflow-y: hidden;
display: flex;
}
.product-title{
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 30px;
  display: block;
  margin-top: 15px;
  line-height: 30px;
}
.filter-spec{
  font-size:13px;
}
.filter-spec a{
  font-weight: bold;
}
.dark{
  background: black;
  color: white;
}
footer .row{
  align-items: center;
}
footer .white{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .contacts{
  display: block;
  margin-right: 60px;
}
footer .contacts .part{
  display: block;
padding: 11px 0;
border-top: 1px solid white;
}
footer .contacts .part:last-child{
  border-bottom: 1px solid white;
}
footer .contacts span{
  width:90px;
  display: inline-block;
}
footer ul{
  display: flex;
}
input{
  margin: 10px 0 20px!important;
box-shadow: none!important;
padding-left: 15px!important;
max-width: calc(100% - 15px)!important;
height: 35px!important;
line-height: 35px!important;
border: 1px solid black!important;
}
footer input{
  color:white;
}
footer .col .fa{
  font-size: 25px;
margin-right: 30px;
}
footer .fa{
  font-size:18px;
  margin-right:5px;
}
footer ul li{
  padding-right: 7px;
margin-right: 7px;
border-right: 1px solid;
line-height: 15px;
font-size: 12px;
text-transform: uppercase;
}
footer ul li:last-child{
  margin:0;
  padding:0;
  border:none;
}
.flex{
  display: flex;
}
footer form{
  margin-top:20px;
}
footer img{
  width: 50%;
height: auto;
}
.dark .button-like{
  background: white;
  color:#2F2F2F;
  border:none;
}
.archive-banner{
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
}
.archive-banner img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.archive-banner h1{
  margin:0;
  text-transform: uppercase;
  font-weight: 300;
}
.filter-group{
  padding: 15px;
border-bottom: 1px solid rgba(0,0,0,0.2);
}


.filter-header{
  display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
 .sign{
  position: relative;
  width: 17px;
}
 .sign::before{
  width: 17px;
height: 2px;
background: black;
content: "";
display: block;
transform: translateY(2px);
}
.open .filter-header{
  font-weight: bold;
}
 .sign::after{
  width: 17px;
  height: 2px;
  background: black;
  content:"";
  transform:rotate(90deg);
  transition:all 0.33s ease;    display: block;
}
.open .sign::after, .active .sign::after{
  transform:rotate(0deg);
}
.cat-holder{
  padding: 2px 10px;
  cursor: pointer;
  transition: all 0.33s ease;
  text-transform: uppercase;
  display: inline-block;
  background: black;
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
}
.coleccion .cat-holder{
  margin-bottom:15px;
}
.product .cat-holder{
  position: absolute;
      max-width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      bottom: 10px;
      left: 10px;
      transform-origin: right top;
}
.cat-holder:hover{
  background: #C30000;
  color:white;
}
.atributo a{
  font-weight: bold;
}
.text-side{
  height: 500px;
  padding-top:60px!important;
  padding-bottom:60px!important;
  padding-right:60px!important;
}
.text-side h1{
  margin-bottom:75px;
}
.slide-image-holder{
  height: 500px;
  transform:translateY(60px);
}
.slide-image-holder img{
  height:500px;
  width:100%;
  object-fit:contain;
}
.slide_home .text-side, .slide_home .slide-image-holder img{
  opacity:0;
  transform:translateY(40px);
  filter:blur(20px);
  transition:all 0.66s ease;
}
.slide_home.slick-current .text-side,.slide_home.slick-current .slide-image-holder img{
  opacity:1;
  transform:none;
  filter:none;
}
.slide_home{
  height:560px!important;
}
.single-product .price-display{
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  }

.category-link{
  color: #C30000;
  margin-bottom: 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding-left: 15px;
  position: relative;
}
.category-link::before{
  content:"";
  position: absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
  border-right: 5px solid #C30000;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.filter {
  display: inline-block;
      padding: 6px 11px;
      background: black;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      margin: 5px 10px;
      font-size: 13px;
      opacity: 0.3;
}
.filter:hover, .filter.active{
  opacity:1;
}
.filters{
  position:relative;
  z-index:80;
}
.filters span{
  cursor: pointer;
  position: relative;
}
.filters:hover span .fa{
  transform:rotate(180deg);
}
.navigation{
      display: flex;
}
.breadcrumbs .separator{
  display: inline-block;margin :0 5px;
}
.text-side-product .fa-heart, .text-side-product .fa-heart-o{
  color:#C30000;
}
#favoritos .separator{
  margin:30px 0;
  border-bottom:1px solid rgba(0,0,0,0.2);
}
.single-product .m8{
  position: relative;
}

.volver{
  position: absolute;
top: 80px;
left: 0;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
background: black;
color: white;
font-size: 22px;
}
.volver:hover{
  color:white;
}
.single-product .gallery_slider img{
  display: block;
  margin: 0 auto;
  height: calc(100vh - 350px);
  max-width: 80%;
  width: 80%;
  object-fit: contain;
  margin-top: 40px;
}
.miniatura{
  display: block;
    width: 30px;
    opacity: 0.8;
}

.miniatura:hover{
  opacity:1;
}
.miniaturas{
  margin-bottom:40px;
}
select.opciones_producto{
  display: inline-block!important;
    width: 170px;
    margin-right: 5px;
    height: 42px;
    line-height: 42px;
}
.single-product .col.m4 .smaller{
  margin:15px 0;
}
.single-product .col.m4::before{
  position: absolute;
  content: "";
  left: 100%;
  width: 50vw;
  background: white;
  height: 100%;
}
.single-product-navigation{
  display: flex;
}
.single-product-navigation.sticky{
  position: fixed;
background: white;
width: 100%;
z-index: 10;
}
.main_container_product .js-add-favorite, .main_container_product .js-remove-favorite{
  height: 42px;
width: 42px;
border: 1px solid black;
line-height: 42px;
text-align: center;
transform: translateY(2px);
}
.single-product-navigation.sticky::before{
  content:"";
  position: absolute;
  top: 0;
  right:100%;
  width:50vw;
  background: white;
  height: 100%;
}
.single-product-navigation li a{
  border: none!important;
    padding: 10px 30px!important;
    text-align: center;
    height: auto;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    opacity:0.7!important;
    border-bottom:5px solid transparent!important;
}
.subtitle{
  font-size: 11px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header .main-header .search_small_wrap .search_value{
  width:0!important;
  overflow:hidden!important;
  max-width:0!important;
  transition:all 0.33s ease!important;
}
.search_started .main-header .search_small_wrap .search_value{
  width:120px!important;
  max-width:120px!important;
}
.icons{
  transition:all 0.33s ease 0.33s!important;
}
.search_started .icons{
  opacity:0;
  transition:all 0s ease!important;
}
.single-product-navigation li a.active, .single-product-navigation li a:hover{
  border-bottom: 5px solid black!important;
  opacity:1!important;
}
.breadcrumbs a:last-child{
  opacity:0.5;
}
.single-product .gallery_slider_wrap .slick-dots {
  transform-origin: top left;
transform: rotate(90deg);
top: 0;
left: calc(100% + 35px);
display: flex!important;
width: calc(100vh - 164px);
}
.single-product .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    flex: 1 auto;
}
.single-product .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: auto;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    width: 100%;
}
.single-product .slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: black;
    height: 3px;
    content: '';
}
.ficha_tecnica{
  background: #ECEEF0;
  position: relative;
}
.ficha_tecnica::before{
  position: absolute;
  background: #ECEEF0;
  content:"";
  top:0;
  right:100%;
  width:50vw;
  height: 100%;
}
.flex-atributos{
  display: flex;
flex-wrap: wrap;
}
.atribute{
  margin-right: 40px;
margin-bottom: 40px;
}
.slick-hidden{
  display: none!important;
}
.single-product .controls-flex{
    margin-top: 30px;
}
.single-product .controls-flex h1{
  margin:0;
}
.attributes{
  margin-top: 30px;
display: flex;
flex-wrap: wrap;
}
.attributes h6{
      width: 100%;
      font-size: 13px;
}
.attribute{
  padding: 15px 0 0;
      font-size: 12px;
      line-height: 16px;
      width: auto;
      background: white;
      margin-bottom: 10px;
      height: auto;
      border: none;
      display: flex;
      margin-right: 40px;
          flex-flow: column;
}
.attribute img{
  height:30px;
  width:50px;
  object-fit: contain;
  object-position:left;
  margin:0;
}
strong{
  font-weight: bold;
}
.for_icons{
  display: inline;
  position: relative;
}
.for_icons .fa{
  width: 42px;
  height: 42px;
  border: 1px solid black;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  background: black;
  color: white;
  transform: translateY(2px);
}
.options_for_share{
  position: absolute;
  top: 28px;
  right: 0;
  opacity: 0;
  transition: all 0.33s linear;
  z-index: -10;
  display: none;
}
.js-add-favorite, .js-remove-favorite{
  cursor: pointer;
}
.for_icons:hover .options_for_share{
  display: flex;
  opacity:1;
  z-index: 10;
}
.for_icons .fa:hover{
  background:white ;
  color: #C30000;
}
.single-product .brand{
  margin-bottom:20px;
}
.premios{
  padding:0 15px;
  background: white;
}
.premio{
  padding:15px 0;
  border-bottom:1px solid rgba(0,0,0,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premio:last-child{
  border-bottom: none;
}
.premio span{
  width:45%;
}
.wrap{
  position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -20;
    opacity:0;
    transition:opacity 0.66s ease;
    display: flex;
justify-content: center;
align-items: center;
}
.wrap.active{
  z-index: 101;
  opacity:1;
}
.underlay{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: -1;
        background: rgba(0,0,0,0.5);
}

.item_wrap{
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:10px;
  padding-right:10px;
  border-top: 1px solid #E5BBAF;
}
.cart h1{
  margin-bottom:40px;
}
.item_wrap:last-child{
border-bottom: 1px solid #E5BBAF;
}
p.total.flexed.complete{
  display: flex;
      justify-content: space-between;
      font-weight: bold;
      font-size: 16px;
}
.item_wrap img{
  width: 82px;
  height: 110px;
  object-fit: cover;
  object-position: center;
}
.cart-checkout .item_wrap .price{
  font-weight: bold;
color: inherit;
font-size: 13px;
line-height: 22px;
}
.item_wrap .price{
  white-space: nowrap;
}
.item_wrap .delete_product img{
  width: 20px;
    height: 20px;
  object-fit: contain;
  margin-left: 15px;
  background: #C30000;
cursor: pointer;
border-radius: 50%;
}
.item_wrap *{
  margin-bottom:0;
}
.catalogo .col{
  margin-bottom:50px;
}
.product h3{
  height: 90px;
  overflow: hidden;
}
.js-open-cart{
  cursor: pointer;
}
header .js-cart-badge{
  position: absolute;
  top: 2px;
  right: -9px;
  width: 16px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 9px;
  font-weight: bold;
  transform: translateY(-50%);
  background: #C30000;
  color: white;
}
.item_wrap .titulo{
  font-size: 17px;
line-height: 17px;
margin-left: 10px;
font-weight: bold;
}
.item_wrap .titulo .small{
  opacity:0.7;
  font-size:13px;
  font-weight:normal;
}
.item_wrap .package{
  font-size: 12px;
line-height: 25px;
}
.item_wrap .price{
  color: black;
font-size: 21px;
line-height: 22px;
margin-right: 20px;
margin-top:auto;
transform: translateX(30px);
}
.item_wrap .qtty{
  display: block;
}
.cart-checkout .display {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-right: none;
  transform: translateX(-10px);
  margin-top: 10px;
}
.totals h3{
  line-height: 18px;
font-size: 17px;
font-weight: normal;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid rgba(0,0,0,0.2);
display: flex;
justify-content: space-between;
}
.totals h3:last-child{
  border-bottom:none;
  font-weight: bold;
}
.cart-big .item_wrap:last-child{
  border-bottom:none;
}
.the_box .button-like{
  margin-top: 20px;
width: calc(50% - 3px);
text-align: center;
float:right;
}
.added_to_cart_wrap{
  position: fixed;
  top: 0;
  left: 0;
  width:100vw;
  height:100vh;
  z-index: -10;
  opacity:0;
  transition:all 0.33s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.underlay{
  cursor: pointer;
}
.added_to_cart_wrap.active{
  z-index:101;
  opacity:1;
}
.added_to_cart{
  position: relative;
background: white;
width: 1000px;
max-width: 90vw;
padding: 40px;
margin: 10vh auto;
}
.added_flex{
  display: flex;
}
.added_image_holder{
  height: 200px;
    width: 40%;
    display: flex;
justify-content: center;
align-items: center;
margin-right:20px;
}
.added_image_holder img{
  max-width:70%;
  max-height:70%;
  object-fit:contain;
}
.information-part{
  display: flex;
    width: 45%;
    align-items: center;
}
.information-part .bigger{
  font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.js-fill-autor{
  text-transform: uppercase;
opacity: 0.5;
font-size: 11px;
}
.js-fill-title{
  font-size: 19px;
    line-height: 23px;
}
.js-fill-qtty{
  opacity: 0.5;
    margin-top: 15px;
    font-size: 13px;
}
.cart-part{
  flex: 1 auto;
border-left: 1px solid rgba(0,0,0,0.2);
padding-left: 30px;
}
.cart-part .bold{
      margin-bottom: 20px;
     font-family: "Figtree", sans-serif;
}
.cart-part p{
  margin-bottom:7px;
}
.flex-between{
  display: flex;
  justify-content: space-between;
}
.total-add-to-cart{
  padding-top: 10px;
border-top: 1px solid black;
}
.total-add-to-cart span{
  font-family: "RennerBold";
  font-size:19px;
}
.flex-buttons{
  display: flex;
  justify-content: space-between;
}
.added_to_cart_wrap .closer-look{
  position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background: black;
}
.added_to_cart_wrap .closer-look::before, .added_to_cart_wrap .closer-look::after{
  background: white;
}
.flex-buttons .button-like{
  margin-top:30px;
  width:47%;
  text-align: center;
}
.brand-bg{
    background: #C30000;
}
.button-like.brand-bg{
  border:2px solid #C30000!important;
}
.button-like.brand-bg:hover{
  color:#000!important;
}
.current-menu-item{
  color: #000;
}
.brand-color{
  color: #000;
}
.delete_vino{
  cursor:pointer;
}
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: whitesmoke;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.scroll-part{
  max-height: calc(100vh - 296px);
      overflow-y:scroll;
}
.scroll-part::-webkit-scrollbar{
  display:none!important;
}
.totals{
      padding-top: 15px;
}
.cart-big, .cart-checkout,  .cart-checkoutx{
      background: #F0F0F0;
}
.cart-big .cart-content{
  background: white;
padding: 15px;
margin-top: 50px;
}
.totals-big-cart .white{
    margin: 20px 0;
}
.total-productos-flex{
  justify-content: space-between;
}
.totals-big-cart .totals.first{
  margin-bottom:30px;
}
.totals-big-cart .totals.second{
  margin-top:30px;
}
.totals-big-cart .flex{
  justify-content: space-between;
}
.totals-big-cart .flex .button-like{
  width:47%;
}
.cart-big .item_wrap .price{
  margin-right: 20px;
}
.qtty-controls-cart{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 42px;
  font-weight: 600;
  background: transparent;
  border-radius: 20px;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
}
.middle{
      flex: 1 auto;
}
 .remove-uno{
   cursor: pointer;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 14px;
}
.input-field>label:not(.label-icon).active {
transform: translateY(-19px) scale(0.8);
}
 .add-uno{
   cursor: pointer;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 14px;
}
form.coupon{
  margin:20px 0;
  display: flex;
  justify-content: space-between;
  opacity:0;
  height:0;
  max-height:0;
  overflow:hidden;
  transition:all 0.66s ease;
}
form.coupon.active{
  max-height:100px;
  opacity:1;
  height:auto;
}
.js-check-coupon{
      min-width: 150px;
}
.message.success{
  padding:15px;
  background: #C30000;
  color:white;
}
.cart-checkout .delete_vino{
  display: none!important;
}
.step{
  background: white;
  margin-bottom:15px;
}
.step-header{
  cursor: pointer;
  padding:13px 20px;
  position: relative;
  border-top: 1px solid #C30000;
}

.step-content{
  padding:10px;
}
.input-field{
  width: 500px;
  margin: 10px 0 20px;
  max-width: 90%;
}
.step-header h3{
  margin:0;
}
form label{
    position: static!important;
    display: block!important;
    font-weight: bold!important;
    transform: none!important;
}
form.checkout{
    margin-top: 50px;
}
form.checkout input, form.register input{
  width: calc(100% - 15px)!important;
  margin-bottom: 5px!important;
}
.step .button-like{
  margin: 10px auto;
  max-width: 90%;
  padding-left: 9px 35px;
  text-align: center;
}
.step.disabled{
  opacity: 1!important;
cursor: pointer;
pointer-events: all;
}
.step.disabled .step-content{
  display: none!important;
}
.validate.error, .error-rut{
  background: rgba(185, 3, 44, 0.2)!important;
}
.step .fa-check{
  display:none;
}
.step-header::before{
  content:"";
  position: absolute;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 15px;
  top: 26px;
  transition:all 0.33s linear;
}
.uppercase, .tab-option{
  text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
font-size: 12px;
}
.step.active .step-header::before{
  transform:rotate(180deg);
}
/* .step.passed .fa-check{
  display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    color: white;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
} */
.step.passed .button-like{
  display: none;
}
.step.passed .step-content{
  display:none!important;
}
.step.passed .input-field{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom:0;
}
.step.passed .input-field label{
  margin:0;
  width:45%;
}
.step.passed .input-field input{
  margin: 0!important;
    flex: 1 auto;
    margin-left: 10px!important;
}
.step.passed .step-content {
    padding: 0 0 20px;
}
input[type="checkbox"]{
  position: static!important;
    display: inline-block!important;
    opacity: 1!important;
    margin: 0!important;
    width: auto!important;
    pointer-events: all!important;
    cursor: pointer!important;
    margin-right:10px!important;
}
.input-field .flex{
  align-items: center;
}
.input-field .flex label{
  width:auto!important;
  flex:1 auto;
}
.copy_final_totals{
  margin: 20px 0;
}
.message.error{
  padding: 15px;
  margin: 10px 0;
  color: #C30000;
  background: #ffcc80;
}
.cart .despacho-price-message, .cart-big .despacho-price-message{
  display: none!important;
}
#wp-submit{
  display: inline-block!important;
      padding: 9px 18px!important;
      text-transform: uppercase!important;
      cursor: pointer!important;
      font-weight: 500!important;
      letter-spacing: 0px!important;
      color: white!important;
      line-height: 14px!important;
      background: #2f2f2f!important;
      margin: 0 auto!important;
      font-size: 14px!important;
      border: 2px solid #2f2f2f!important;
}
p.login-submit{
  text-align:center;
  margin-bottom:20px;
}
.forgot-psw, .separated-paragraph{
  display: block;
  text-align:center;
}
#wp-submit:hover{
color:#2f2f2f!important;
background:  white!important;
}
.separated-paragraph{
  margin-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 10px;
}
.the_box.log::before{
      left: 47%;
}
.login_checkout{
  width:500px;
  max-width:90%;
  margin:15px auto;
}
.page-hero{
  height: 350px;
position: relative;
color: white;
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
background: rgba(0,0,0,0.3);
}
.page-hero img{
  position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-transform: uppercase;
}
form.register .input-field{
  width:100%;
  max-width:100%;
}
form.register .button-like{
      display: inline-block;
}
form.register .centered{
text-align: center;
}
@media(min-width:1000px){
  .padded{
    padding:0 35px!important;
  }
}
.despacho-comment{
  background: rgba(0,0,0,0.05);
    padding: 10px;
    display: block;
    margin-left: auto;
    color: #C30000;
    text-align: right;
}
.mi-cuenta{
  background: #F5F4EF;
  display: flex;
flex-flow: column;
align-items: center;
}
.mi-cuenta .log_wrapper{
  width: 500px;
max-width: 90vw;
}
.mi-cuenta h1{
  text-transform: uppercase;
  margin-bottom:40px;
}
.mi-cuenta .row.white{
  padding: 0;
width: 100vw;
}
.mi-cuenta .row.white .col.m5{
  padding:5vw;
  background: #F3EEEB;
}
@media(min-width:1400px){
  .mi-cuenta .row.white .col.m5{
    padding-left: calc(50vw - 640px);
  }
}
.mi-cuenta .row.white .col.m7{
  padding:5vw;
}
@media(min-width:1400px){
  .mi-cuenta .row.white .col.m7{
    padding-right: calc(50vw - 640px);
  }
}
.tab-option{
  display: block;
  padding: 15px;
  border-top: 1px solid #E5BBAF;
  cursor: pointer;
      position: relative;
}
.tab-option::before{
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  border-left: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tab-option:hover, .tab-option.active{
    color: #C30000;
}
.tab-option.active{
  font-weight: bold;
}
.the_tab{
  display: none!important;
  width: 700px;
    max-width: 90%;
    margin: 0 auto;
    padding-top:90px;
}
.tienda-navigation{
  display: flex;
align-items: center;
margin-bottom: 30px;
}
.atras{
  display: inline-block;
  margin-right:20px;
  font-weight: bold;
}
.atras .fa{
  margin-right:7px;
}
.filter-tabs{
  display: flex;
    margin-bottom: 30px;
}
.filters span{
  padding: 15px;
border-top: 1px solid rgba(0,0,0,0.2);
border-bottom: 1px solid rgba(0,0,0,0.2);
display: block;
}
.filters span .fa{
  transition:all 0.33s ease;
  margin-left:7px;
}
.the_tab.active{
  display:block!important;
}
.log_wrapper{
  background: white;
padding: 60px 30px;
}
.the_tab form{
  width: 100%;
max-width: 100%;
margin:0 auto;
}
.the_tab form input{
  margin-right: 10px!important;
  margin-bottom: 0!important;
  padding-left: 15px!important;
}
.the_tab form select{
}
.the_tab .input-field{
  width:100%;
  max-width: 100%;
}
.the_tab form .button-like{
  width:250px;
  text-align: center;
  max-width:90%;
  margin:30px auto;
  display: block;
}
.single-pedido{
  margin-top: 20px;
padding-top: 20px;
border-top: 2px solid #F5F4EF;
}
.right-aligned{
  text-align: right;
margin-bottom: 30px;
}
.single-pedido img{
  height: 120px;
  width: auto;
}
.single-pedido .price{
  margin: 0;
font-size: 18px;
line-height: 25px;
color: #C30000;
}
.single-pedido .package{
  margin-bottom:5px;
}
.quantity-pedido{
  display: inline-block;
padding: 3px;
border: 1px solid black;
}
.single-pedido .button-like{
  max-width: 70%;
margin-left: auto;
margin-bottom: 10px;
}
.timeline{
  display: flex;
  margin-top:30px;
}
.point{
  width:33%;
  padding-top:30px;
  position: relative;
}
.point::before{
  content:"";
  width:17px;
  height:17px;
  background: black;
  border-radius: 50%;
  position: absolute;
  top:0;
  left:0;
}
.point:nth-child(2)::after{
  content: "";
    position: absolute;
    top: 8px;
    left: -100%;
    width: 100%;
    height: 2px;
    background: black;
}
.point:nth-child(3)::after{
  content: "";
    position: absolute;
    top: 8px;
    left: -100%;
    width: 100%;
    height: 2px;
    background: black;
}
.direction-part, .change-pass{
  padding: 30px;
  margin: 15px 0;
  border: 2px solid #F5F4EF;
}
.collapsible-header{
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #E5BBAF;
}
.collapsible-header .sign{
  position: absolute;
  top: 25px;
  right: 15px;
}
.collapsible-body{
border-bottom: 1px solid #E5BBAF;
}
ul.collapsible{
  border: none;
box-shadow: none;
border-top: 1px solid #E5BBAF;
margin-top: 40px;
}
.collapsible-header::before{
  content:"";
  content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
border-top: 5px solid #2f2f2f;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.active .collapsible-header::before{
  transform:translateY(-50%) rotate(180deg);
}
.atribute-product{
  padding: 2px 10px;
background: #F2EBE9;
}
.atribute-product:nth-child(odd){
  background: white;
}
.atribute-product span{
  display: inline-block;
  width: 35%;
}
.contacto .fa{
  font-size:25px;
  margin-right:20px;
}
.contacto h4{
  border-top: 1px solid rgba(0,0,0,0.2);
padding-top: 15px;
}
.contacto .contact-flex{
  display: block;
  padding-bottom: 15px;
}
.contacto .contact-flex:last-child{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.welcome{
  background: rgba(0,0,0,0.8);
  z-index: 3;
  text-align: center;
  padding: 80px 40px;
  color: white;
}
.welcome-page{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome-page .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.welcome .logo{
  margin-bottom:30px;
}
.welcome .options{
  margin-top: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.welcome .options .button-like{
  border:2px solid white;
  margin:0 10px;
  width:100px;
  text-align:center;
}
.page-id-46 header, .page-id-46 footer{
  display: none!important;
}
.pago-rechazado{
  padding: 60px 30px;
background: rgb(244, 191, 100);
color: white;
text-align: center;
font-size: 20px;
font-weight: bold;
line-height: 30px;
display: flex;
flex-flow: column;
align-items: center;
}
.pago-rechazado .button-like{
  margin-top:40px;
}
.row.centered{
  justify-content: center;
}
@media(min-width:600px){
  .totals-big-cart.sticky{
    /* position: fixed;
    top: 100px; */
  }
}
form.checkout input[type="checkbox"]{
      width: 40px!important;
}
.search_wrap{
  position: fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  opacity:0;
  z-index:-100;
  transition:opacity 0.66s ease;
}
.search_wrap.active{
  opacity:1;
  z-index:101;
}
.search_form{
  height: 100px;
  transform:translateY(-100px);
display: flex;
justify-content: space-between;
align-items: center;
background: white;
transition:transform 0.66s ease;
}
.search_wrap.active .search_form{
  transform:none;
}
.search_form .button-like{
  margin: 0 5vw 0 15px;
}
.search_form .button-like .fa{
  margin-left:15px;
}
.js-close-this{
  width: 40px;
height: 40px;
line-height: 40px;
background: black;
color: white;
text-align: center;
font-size: 20px;
cursor: pointer;
}
.product_col{
  margin-bottom:30px;
}
.active-filters-wrap{
  display: none;
  margin:15px 0;
}
.active-filters{
  display: none;
}
.active-filters-wrap.active{
  display:block;
}

.active-filters-wrap p{
  padding: 5px;
background: rgba(0,0,0,0.1);
cursor: pointer;
}
.active-filters-wrap .js-clean-filters{
background: rgba(0,0,0,0.2);
}
.search_small_wrap{
  display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 20px;
}
.search_small_wrap img{
  cursor: pointer;
}
.search_small_wrap input{
  height: 25px!important;
max-height: 25px!important;
line-height: 25px!important;
border: none!important;
padding: 0!important;
margin:0!important;
font-size:13px!important;
}
.search_small_wrap a{
  height: 24px;
display: block;
margin-right:15px;
}
header .icons{
  display: flex;
  width: auto;
  justify-content: flex-end;
  align-items: center;
}
header .icons .fa{
  margin-left:20px;
}
header input{
  border:none!important;
  border-bottom:1px solid black!important;
  padding-left:5px!important;
}
.menu-main{
  flex: 1 auto;
display: flex;
justify-content: center;
}
#nav-icon4 {
 width: 30px;
 height: 18px;
 margin-left:15px;
 position: relative;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 -o-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
 cursor: pointer;
}
#nav-icon4 span {
 display: block;
 position: absolute;
 height: 2px;
 width: 100%;
 background:black;
 border-radius: 5px;
 opacity: 1;
 left: 0;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .25s ease-in-out;
 -moz-transition: .25s ease-in-out;
 -o-transition: .25s ease-in-out;
 transition: .25s ease-in-out;
}
#nav-icon4 span{
  background:black;
}
#nav-icon4 {
}
#nav-icon4 span:nth-child(1) {
 top: 0px;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
 top: 8px;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
 top: 16px;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 top: 0px;
 left: 0px;
 width:30px;
}

#nav-icon4.open span:nth-child(2) {
 width: 0%;
 opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 top: 21px;
 left: 0px;
 width:30px;
}

#nav-icon4{
  display: none;
}
@media(max-width:900px){
  .search_small_wrap{
    position: absolute;
    top: 65px;
    right: calc(5vw + 40px);
    margin: 0;
    width: 200px;
}
.icon-links{
    margin-top: 60px;
}

  #nav-icon4{
    display: inline-block;
    margin-top: 55px;
  }
  .menu-header-menu-container{
    position: fixed;
    top: 105px;
    left: 100vw;
    width: 100vw;
    height: calc(100vh - 105px);
    background: white;
    padding: 5vw;
    opacity: 0;
    transition: all 0.66s ease;
    z-index: 100;
  }
  .menu_open .menu-header-menu-container{
    left:0;
    opacity:1;
  }
  .menu-header-menu-container ul{
    flex-flow: column;
    align-items: flex-end;
  }
  .icon-links{
    flex:1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
  }
  header ul img {
    height: 14px;
    width: auto;
    margin-left: 9px;
    cursor: pointer;
  }
  .single-product .controls-flex {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
}
.attribute {
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 15px;
    width: 50%;
    background: white;
    margin-bottom: 10px;
    height: auto;
}
}
@media(max-width:670px){
  .destacado-flex {
    display: flex;
    flex-flow: column;
}
.destacado-flex img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    min-width: 45vw;
}
footer img {
    width: 50%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}
footer .icons{
  margin:30px auto;
  text-align: center;
}
footer .white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}
footer .contacts {
    flex: 1 auto;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    flex-flow: column;
    align-items: center;
}
footer .contacts a{
  margin-bottom:30px;
      text-align: center;
}
}
@media(max-width:520px){
  .the_box{
    width: 100vw!important;
  }
  .totals-big-cart {
    margin-left: 0;
    margin-top: 50px;
}
.item_wrap {
    flex-wrap: wrap;
  }
  .item_wrap .data{
        width: calc(100% - 100px);
  }
  .step-content {
    padding: 15px;
  }
  .col{
    padding:0.75rem!important;
  }
  .cart-checkout .row{
    flex-flow:column-reverse;
  }
  .totals-big-cart {
    margin-left: 0;
}
.search_form{
  height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
}
.search_form .button-like{
      margin: 0;
}
.search_form  input{
  margin-bottom:15px;
}
.mi-cuenta .row.white {
    padding: 60px 10px;
}
.tab-option {
    display: block;
    padding: 15px;
    border-bottom: 2px solid #F5F4EF;
    margin-right: 0;
    cursor: pointer;
}
.the_tab {
    display: none!important;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
}
.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 70px;
  height: 70px;
}

.img-zoom-result {
  position: absolute;
  bottom:0;
  left:0;
  /* border: 1px solid #d4d4d4; */
  /*set the size of the result div:*/
  width: 150px;
  height: 150px;
}
.pago-logo{
  width: 60%;
height: auto;
}
.slick-dotted{
  margin-bottom:0!important;
}
.slick-dots{
  bottom: 120px;
  width: 300px;
  left: 5vw;
  text-align:left;
}
@media(min-width:1400px){
  .slick-dots{
    bottom: 120px;
    width: 300px;
    left:  calc(50vw - 640px);
  }
}
.slick-dots li button:before{
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  background: black;
  height: 6px;
  content: '';
}
.carrusel-slide{
  width:100vw;
  position: relative;
}
.carrusel-slide img{
  display: block;
  width:100%;
  height:auto;
  object-fit:cover;
}
select[name="order_by"]{
  width: 300px;
  margin-left: auto;
  max-width: 100%;
}
.old-price{
  color: #dadada;
font-weight: normal;
text-decoration: line-through;
margin-left: 30px;
    font-size: 18px;
}
.with_variety select{
  background: #F2EBE9!important;
margin: 0!important;
    width: 130px;
}
.smaller{
  line-height: 15px;
  font-size:12px;
}
.with_variety .quantity-holder{
  border-radius: 0;
  height: 45px;
}
.old_price_visible .old-price{
  display:block;
  text-decoration:line-through;
}
.relative_medallas{
      position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.premios{
position: static;
top: 0;
right: 0;
z-index: 10;
display: flex;
align-items: center;
	margin-left:20px;
}
.premios img{
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.premio{
  margin-left:15px;
}
.button-like.dark.white-text{
  display: inline-block;
margin: 20px 0;
}
@media(max-width:950px){
  .premios{
    position: static;
margin-left: -20px;
  }
}
.sin-stock{
  line-height: 50px;
  color: #C30000;
  height: 50px;
}
.gallery_slider_wrap{
  position: relative;
  width: 100%;
  height: calc(100vh - 113px - 51px);
  overflow: visible;
  margin: 0;
  margin-top: 30px;
}
.gallery_slider{
  background: whitesmoke;
  padding: 30px 0;
  margin-right: 40px;
  height:100%;
}
.slick-hidden{
  display:none!important;
}
.lower-footer{
    background: black;
    color:white;
}

.text-side-product{
  margin-top:30px;
}
.lower-footer .m6{
  display: flex;
    align-items: center;
}
.lower-footer .m6 img{
  width:22%;
  margin-right:11%;
  position: relative;
}
.lower-footer .m6 .separator-vertical{
  height: 70px;
  width: 1px;
  background: white;
  transform: translateX(-30px);
}
.separator-letter{
  margin:0 7px;
  display: inline-block;
}
.destacados_slider_wrap{
  position: relative;
}
.arrow_right{
  position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background: white;
z-index: 99;
display: flex!important;
justify-content: center;
align-items: center;
cursor: pointer;
right: 50px;
border-radius: 50%;
}
.slider_actividades_wrap .arrow_right{
  right:-50px;
}
.arrow_left{
  position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background: white;
z-index: 99;
display: flex!important;
justify-content: center;
align-items: center;
cursor: pointer;
left: 50px;
border-radius: 50%;
}
.slider_actividades_wrap .arrow_left{
  left:-50px;
}
.destacados_slider .row{
  margin:0!important;
}
.row.slick-slide h1{
  font-size: 50px;
  line-height: 55px;
}
.destacados_slider .row .product-name{
  transform: translateX(-20%);
transition: all 0.333S EASE;
filter: blur(2px);
}
.destacados_slider .row .product-picture{
  transform: translateX(20%);
  transition: all 0.333S EASE;
  filter: blur(2px);
}
.destacados_slider .row.slick-current .product-name{
transform: none;
filter: none;
}
.destacados_slider .row.slick-current .product-picture{
transform: none;
filter: none;
}
.bigger{
  font-weight: bold;
    font-size: 30px;
    line-height: 35px;
}
.subtitulo{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
.navigation{
  background: whitesmoke;
padding-top: 20px;
padding-bottom: 20px;
font-size: 12px;
text-transform: uppercase;
text-decoration: none!important;
}
.button-like.orangeish{
  background: white;
  color: #C30000;
  border:2px solid #C30000;
}
.button-like.orangeish:hover{
  background:  #C30000;
  color:white;
}
.button-like.purpleish{
  background: white;
  border:1px solid #C30000;
  color:#C30000;
}
.button-like.purpleish:hover{
  background:  white;
}
.cart-header{
  position: relative;
}
.closer-look{
  position: absolute;
  cursor:pointer;
  width:40px;
  height:40px;
  top:0;
  right:0;
}
.closer-look::before{
  content:"";
  width: 20px;
height: 2px;
background: black;
position: absolute;
top: 19px;
left: 11px;
transform: rotate(-45deg);
}
.closer-look::after{
  content:"";
  width: 20px;
height: 2px;
background: black;
position: absolute;
top: 19px;
left: 11px;
transform: rotate(45deg);
}

.product-name{
  height: 70vh;
  background: black;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10vw!important;
  color: white;
}
.product-picture{
  position: relative;
height: 70vh;
}
.product-picture img{
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tienda h1{
  text-align: center;
}
.mosaico-item{
  height: 500px;
    padding: 30px;
    margin-bottom: 1.5rem;
    background: whitesmoke;
}
.mosaico-item.categoria{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}
.mosaico-item.coleccion{
  display: flex;
flex-flow: column;
align-items: flex-start;
}
.mosaico-item.coleccion .random_selection{
  flex:1 auto;
}
.half-hidden{
  height: 220px;
  overflow: hidden;
  position: relative;
}
.half-hidden .overlay{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:70px;
  background-image:linear-gradient(to bottom, transparent, whitesmoke);
}
.mosaico-item .bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ver-mas-link .fa{
  margin-left:10px;
}
.tienda .search_small_wrap{
  border: 1px solid black;
width: 250px;
margin: 30px auto;
color: black;
}
.centered-flex{
  display: flex;
justify-content: center;
align-items: center;
}
.slider_columns_wrap{
      position: relative;
}
.slider_columns_wrap h1{
  text-align: center;
    margin-bottom: 30px;
}
.single-artesano{
  display: block;
    padding: 50px;
}
.single-artesano img{
  width:100%;
  height:auto;
  margin-bottom:10px;
}
.medium-title{
  font-size:18px;
  text-transform:uppercase;
  margin-bottom:10px;
}
.cat-disp{
  color: #C30000;
}
.content-flex{
  display: flex;
}
.content-flex .text-part{
  width: 70vw;
  padding: 30px 5vw;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 450px;
}
.content-flex img {
    flex: 1 auto;
    object-fit: cover;
    min-height: 40vw;
    max-width:40vw;
}
@media(min-width:1400px){
  .content-flex .text-part{
    padding-left: calc(50vw - 640px);
  }
  .content-flex .text-part.reversed{
    padding-right: calc(50vw - 640px);
    padding-left:5vw;
  }
}
.sobre-artesano , .artesanos_page{
    background: black;
    color: white;
}
.sobre-autor{
  position: relative;
}
.sobre-autor::before{
  position: absolute;
  background: black;
  content:"";
  top:0;
  right:100%;
  width:50vw;
  height: 100%;
}
.autor-in-title{
   font-family: "Figtree", sans-serif;
    margin-left: 30px;
}
.sobre-autor img{
  width:120px;
  height:120px;
  min-width:120px;
  object-fit:cover;
}
.wswig{
  margin-bottom:30px;
}
.single-producto .wswig{
  margin-top:30px;
}
.wswig p{
  margin-bottom: 30px;
    line-height: 140%;
    font-size: 18px;
}

ul.especificaciones {width:100%; margin-bottom:30px;}
ul.especificaciones li {display:inline; margin-right:6px; font-size:14px; padding:5px; background-color:#f2f67d; text-align:center; }
ul.especificaciones li.titulo {background:none; padding: 5px 0;}

body.tax-artesano .post-content .text-part .wswig p:first-child { font-size: 20px; color: #E5BBAF; font-weight: bold;}

.actividad-slide.slick-slide{
  display: flex;
align-items: center;
    padding:0 calc(30px + 0.75rem);
}
.archive-actividad{
  background: #F7F5F4;
  border-top: 1px solid #E5BBAF;
}
.actividad-slide img{
  width: 50%;
min-width: 50%;
margin-right: 5%;
margin-top: 30px;
margin-bottom: 30px;
}
.actividad-atribute{
  color:#C30000;
  margin-bottom: 10px;
display: inline-block;
}
.row.bordered{
  margin-top: 30px;
padding-top: 60px;
border-top: 1px solid #E5BBAF;
}
body .single-actividad{
  padding: 30px;
    display: block;
}
.col .single-actividad img{
  width: 100%;
    height: 210px;
    margin-bottom: 10px;
    object-fit: cover;
}
.list-of-links{
  width: 250px;
text-align: center;
display: flex;
flex-flow: column;
margin: 30px auto;
}
.list-of-links .button-like{
  margin-bottom:15px;
}
  .single-product .col.m8{
    padding:5vw 0.75rem;
  }
.slick-arrow.slick-hidden{
  display: none!important;
}
.links_destacados{
  color: #C30000;
background: #E5BBAF;
padding-top: 20px;
padding-bottom: 20px;
display: flex!important;
justify-content: center;
align-items: center;
flex-wrap: wrap;
font-size: 16px;
}
.links_destacados a{
  position: relative;
  margin:0 20px;
  transform:translateY(20px);
  opacity:0;
  transition:all 0.33s linear;
  filter:blur(20px);
  font-weight: bold;
  font-size: 18px;
}
.links_destacados.slick-current a{
  opacity:1;
  transform:none;
  filter:none;
}
.links_destacados a::before{
  content:"";
  background: #C30000;
width: 7px;
height: 7px;
position: absolute;
top: 50%;
right: -22px;
transform: translateY(-50%);
border-radius: 50%;
}
.links_destacados a:last-child::before{
  display: none;
}
.post-content .image-part{
  width: 40vw;
height: 100%;
position: relative;
min-height: 720px;
}
.post-content .image-part img{
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.teritorio:not(.filters){
  background: #E5BBAF;
display: flex;
}
.teritorio .big{
  width: 70vw;
min-width: 70vw;
min-height: 650px;
object-fit: cover;
flex: 1 auto;
}
.teritorio .text-part{
  padding:5vw;
}
.cart.the_box{
  position: fixed;
top: 0;
right: -620px;
opacity:0;
width: 620px;
padding: 60px 40px;
background: white;
height: 100vh;
z-index: 1000;
transition:all 0.33s linear;
display: flex;
flex-flow: column;
}
.active .cart.the_box{
  right:0;
  opacity:1;
}
.cart.the_box .cart-content{
  flex: 1 auto;
}
.cart-content::-webkit-scrollbar {
  display: none;
}
.cart-big .row .col.m8{
  background: white;
padding:8vw 5vw;
}
@media(min-width:1400px){
  .cart-big .row .col.m8{
    padding-left: calc(50vw - 640px);
  }
}
.cart-big .row .col.m4{
  padding: 5vw;
background: #F3EEEB;
}
.totals-big-cart{
  background: white;
padding: 30px;
display: flex;
flex-flow: column;
}
.cart-big .item_wrap .titulo {
    width: calc(100% - 341px);
}
.msg{
  margin-top:10px;
}
.total.flexed{
  display: flex;
justify-content: space-between;
width: 100%;
}
.cart-big .totals-big-cart .flex .button-like{
  width: 100%;
text-align: center;
}
.login-checkout{
      display: flex;
}
.login-checkout .login{
  width: 65vw;
  min-width: 65vw;
  padding: 5vw;
}
.centered{
  width: 450px;
max-width: 100%;
margin: 0 auto;
}
.centered h1{
  text-align:center;
}
.invitado{
  background: #F3EEEB;
width: 35vw;
min-width: 35vw;
padding: 5vw;
height: 100%;
}
.invitado .centered{
  background: white;
    padding: 30px;
}
.invitado .button-like{
  width:100%;
  text-align:center;
  margin-top:20px;
}
.invitado .centered p:not(.medium){
  margin-bottom:15px;
}
.medium{
  font-size:19px;
  line-height:22px;
}
.slightly_bigger{
  font-size: 21px;
}
.popup_wrap{
  position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
overflow-y:scroll;
z-index: -10;
opacity:0;
filter:blur(20px);
transition:opacity 0.33s linear;
}
.popup_wrap.active{
  opacity:1;
  filter:none;
  z-index: 110;
}
.popup_wrap .filter{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    z-index: -1;
    border-radius: 0px;
    margin: 0;
    border: 0;
}
.popup{
  background: white;
  padding: 50px;
  width: 600px;
  max-width: 90vw;
  transform:translateY(40px);
  filter:blur(20px);
  opacity:0;
  transition:all 0.33s linear 0.33s;
  margin: 10vh auto;
}
.popup_wrap.active .popup{
transform:translateY(0px);
filter:blur(0px);
opacity:1;
}
.popup .close-popup{
  position: absolute;
top: 10px;
right: 10px;
}
.popup img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 20px;
}
.light-color{
  color: #E5BBAF;
letter-spacing: 1px;
margin-bottom: 20px;
}
.popup .button-like{
      margin-top: 20px;
}
.loader{
  position: fixed;
  z-index:1000;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background-color:white;
  display:flex;
  justify-content: center;
  align-items: center;
  transition:all 0.66s ease;
}
.loader-logo-container{
  position: relative;
  width: 141px;
  height: 63px;
}
.loader img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top left;
}
.loader .background-loading{
  filter:grayscale(100%);
  z-index:0;
  opacity:0.2;
}
.loader .color-loading{
  z-index:1;
  opacity:0;
}
.loader.start-loading .color-loading{
  opacity:1;
  animation-name: loader-animation;
  animation-duration: 1s;
  transition:all 0.25s ease;
}
.overlay .background-loading{
  opacity:1!important;
}
.loader.finish-loading{
  filter: blur(15px);
  opacity:0;
}
@keyframes loader-animation {
  0%   {width: 0%;}
  25%  {width: 25%;}
  50%  {width: 50%;}
  75%  {width: 75%;}
  100% {width: 100%;}
}
.the_box.log{
  background: white;
padding: 50px;
width: 500px;
max-width: 90vw;
}
.cart-checkout .row .col.m8, .cart-checkoutx .row .col.m8{
  padding: 5vw;
    padding-left: calc(50vw - 640px);
    background: white;
}
@media(min-width:1400px){
  .cart-checkout .row .col.m8, .cart-checkoutx .row .col.m8{
    padding-left: calc(50vw - 640px);
  }
}
.cart-checkout .row .col.m4, .cart-checkoutx .row .col.m4{
  padding:8vw 5vw;
}
.cart-checkout .row .col.m4 .medium, .cart-checkoutx .row .col.m4 .medium {
    font-weight: bold;
    margin-bottom: 30px;
}
.total-productos-flex{
    display: flex;
    justify-content: space-between;
}
.cart-checkout .delete_product{
  display: none!important;
}
.cart-checkout .qtty-controls-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-weight: 600;
    background: transparent;
    position: relative;
    font-size: 13px;
}
.coupon-section form input{
      margin: 0!important;
}
form.coupon .button-like{
    min-width: 134px;
    padding: 6px 18px;
}
.cart-checkout .item_wrap{
  border:none;
  padding-top:10px;
  padding-bottom:10px;
}
.cart-checkout .cart-content{
  border-top: 1px solid #E5BBAF;
border-bottom: 1px solid #e5bbaf;
padding-bottom: 20px;
margin-bottom: 20px;
}
.cart-checkout .item_wrap .titulo {
    flex: 1 auto;
}
.cart-checkout .item_wrap{
  justify-content: space-between;
}
.cart-checkout .add-uno, .cart-checkout .remove-uno{
  display: none;
}
.smaller_border{
  font-size:12px;
  text-decoration:underline;
  margin-top: 20px;
}
.cart-checkout .row .col .totals.second{
  border-top: 1px solid #e5bbaf;
border-bottom: 1px solid #e5bbaf;
margin: 0;
padding: 20px 0;
}
.center-align{
  text-align: center;
}
.center-align.uppercase{
  color: #E5BBAF;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}
.archive-actividad select[name="order_activities_by_date"]{
  width: 200px;
  border-radius: 20px;
  border: 1px solid!important;
  padding: 0 15px;
  float: right;
  margin-bottom: 40px!important;
}
.margin-bot{
  margin-bottom:30px;
}
.actividad-atribute-single{
  display: flex;
    border-top: 1px solid #EBC3B7;
    padding: 11px;
}
.atributes .actividad-atribute-single:last-child{
  margin-bottom:30px;
  border-bottom: 1px solid #EBC3B7;
}
.actividad-atribute-single p{
  width:100px;
}
.single-actividad .single-product .gallery_slider img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.single-actividad .gallery_slider, .single-actividad .gallery_slider .slick-list, .single-actividad .gallery_slider .slick-track{
  height: 100%;
}
header .fa{
  cursor: pointer;
}
.page-content h1{
  font-size:50px;
  line-height: 55px;
  text-align: center;
}
.page-content .parent{
  color: #E5BBAF;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}
.seccion_page{
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.seccion_page img{
  min-width: 30%;
height: auto;
width:30%;
}
 .seccion_page .wswig{
      padding: 40px;
}
.seccion_page:nth-child(odd){
  flex-flow: row-reverse;
}
.seccion_page:nth-child(odd)::before{
  content: "";
  background: #F7F5F4;
  position: absolute;
  top: -100px;
  left: -50vw;
  width: 200vw;
  height: calc(100% + 190px);
  z-index: -1;
}
@media(max-width:900px){
  .popup{
      padding: 50px 15px;
  }
  .menu-header-menu-container ul .sub-menu {
    padding: 0 10px;
    position: static;
    transform: scaleX(0) translateX(-100%);
    z-index: -1;
    filter: blur(10px);
    background: white;
    top: 100%;
    left: -40px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    box-shadow: none;
    opacity: 0;
    transition: all 0.11s linear;
    height: 0;
    max-height: 0;
    overflow: hidden;
}
.menu-header-menu-container ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: none;
    filter: none;
    height: auto;
    max-height: none;
}
.header-fix{
          margin-top: 95px!important;
}
.row.slick-slide h1 {
    font-size: 39px;
    line-height: 42px;
}
.arrow_right{
  right: 15px;
}
.arrow_left{
  left:15px;
}
.actividad-slide.slick-slide {
    display: flex;
    align-items: stretch;
    padding: 0 15px;
    flex-flow: column;
}
.actividad-slide img {
    width: 100%;
    min-width: 50%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
}
.slider_actividades_wrap .arrow_right {
    right: -15px;
}
.slider_actividades_wrap .arrow_left {
    left: -15px;
}
.content-flex {
    display: flex;
    flex-flow: column;
}
.content-flex .text-part {
    width: 100vw;
  }
  footer .contacts span {
    width: 90px;
    display: inline-block;
    text-align: left;
}
footer .contacts .part {
    display: flex;
    padding: 11px 0;
    border-top: 1px solid white;
    width: 100%;
    justify-content: flex-start;
}
.lower-footer .m6 .separator-vertical{
  display: none;
}
.lower-footer .m6 {
    display: flex;
    align-items: center;
    flex-flow: column;
}
.lower-footer .m6 img {
    width: auto;
    position: relative;
    margin: 20px auto;
    max-width: 60%;
}
.lower-footer{
  text-align: center;
}
.lower-footer .fa{
  margin-bottom:30px;
}
.cart.the_box{
      padding: 30px 15px;
}
.cart-footer{
  display: flex;
flex-flow: column-reverse;
align-items: center;
}
.cart-footer .button-like{
  width: 100%;
      margin-top: 5px;
}
.item_wrap .titulo {
    font-size: 15px;
    line-height: 17px;
    margin-left: 10px;
}
.item_wrap .qtty{
    position: absolute;
    bottom: 11px;
    right: -10px;
}
.item_wrap .price{
  position: absolute;
bottom: 10px;
right: 115px;
}
.item_wrap {
    flex-wrap: nowrap;
    align-items: flex-start;
}

.links_destacados a {
    font-size: 15px;
  }
}
.header-fix{
  margin-top:95px!important;
}
@media(max-width:760px){
  .login-checkout {
    display: flex;
    flex-flow: column;
}
.login-checkout .login {
    width: 90vw;
    min-width: 0;
    padding: 5vw;
    margin: 0 auto;
}
.invitado {
    background: #F3EEEB;
    width: 100vw;
    min-width: 0;
    padding: 5vw;
    height: 100%;
}
}
.filters-archive_wrap{
  position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -99;
opacity:0;
transition:all 0.33s linear;
}
.filters-archive_wrap.active{
z-index: 1000;
opacity:1;
}
.filters-archive{
  position: absolute;
top: 0;
right: 0;
background: white;
display: flex;
flex-flow: column;
padding: 40px;
width: 800px;
max-width: 100vw;
height: 100%;
transform:translateX(100%);
transition:all 0.33s linear;
filter:blur(20px);
opacity:0;
}
.active .filters-archive{
  opacity:1;
  filter:none;
  transform:none;
}
.filters-archive .closer-look{
  top: 40px;
  right: 40px;
}
.filters-archive .collapsible{
  height: calc(100vh - 218px);
  overflow-y: scroll;
}
.filters-footer{
  display: flex;
  justify-content: space-between;
}
.filters-footer .button-like{
  width:48%;
  text-align:center;
}
.js-cargar-mas{
  width: 127px;
display: block;
margin: 40px auto;
}
.row.centered .col.center{
      margin: 40px auto;
}
.margin-bottom{
  margin-bottom:40px;
}
.tienda-container{
  position: relative;
}
.tienda-loader{
  position: fixed;
background: black;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
font-size: 50px;
opacity: 0.7;
color: #C30000;
display:none;
}
.active-filters{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.js-remove-this-filter{
  display: inline-block;
margin-right: 5px;
padding: 3px 25px 3px 3px;
border: 1px solid rgba(0,0,0,0.6);
background: whitesmoke;
opacity: 0.6;
cursor: pointer;
position: relative;
}
.js-remove-this-filter::before{
  content: "";
      position: absolute;
      width: 10px;
      height: 1px;
      background: rgba(0,0,0,0.6);
      top: 12px;
      right: 7px;
      transform: rotate(45deg);
}
.js-remove-this-filter::after{
  content:"";
  width: 10px;
height: 1px;
background: rgba(0,0,0,0.6);
top: 12px;
right: 7px;
transform: rotate(-45deg);
position: absolute;
}
.js-cancel-filters{
  display:inline-block;
  margin-left:20px;
  text-decoration:underline;
  cursor: pointer;
}
.tienda-loader.active{
  display: flex;
}
.cotizacion_wrap{
  position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index:-10;
    transition:all 0.33s linear;
    opacity:0;
}
.cotizacion_wrap.active{
  opacity:1;
  z-index: 101;
}
.cotizacion{
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  height: 100vh;
  background: white;
  overflow-y: scroll;
  padding: 5vw;
  transition:all 0.33s linear;
  transform:translateX(100%);
}
.active .cotizacion{
  transform:none;
}
.cotizacion .closer-look{
  top: 5vw;
  right: 5vw;
}
.cotizacion .item_wrap{
  flex-wrap: wrap;
padding: 0;
border: none;
margin-bottom: 30px;
}
.cotizacion .item_wrap .flex{
  display: flex;
  width: 100%;
  align-items: center;
}
.cotizacion .item_wrap img{
  height: 216px;
  width: 216px;
}
.cotizacion .item_wrap .titulo{
  font-size: 20px;
line-height: 25px;
font-weight: bold;
}
.cotizacion .input-field{
  max-width: 100%;
    width: 100%;
}
.pedir-cotizacion-button{
  margin-top: 40px;
}
.loading_button, .disabled{
  cursor:not-allowed;
  pointer-events:none;
}
.disabled{
  opacity:0.5;
}
.cotizacion-confirmacion{
  background: #66bb6a;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.despacho.flexed{
  display: flex;
  justify-content: space-between;
}
.artesanos_container{
  position: relative;
}
.js-cargar-mas-artesanos{
  width: 125px;
display: block;
margin: 30px auto;
background: white;
color: #2f2f2f;
}
.js-cargar-mas-artesanos:hover{
background: #2f2f2f;
color: white;
}
.search_results{
  position: fixed;
  top: 112px;
  left: 0;
  width: 100%;
  height: calc(100vh - 112px);
  z-index:-1;
  opacity:0;
  transition:all 0.33s ease;
  background: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.search_results.active{
  z-index: 1000;
  opacity:1;
  overflow-y: scroll;
}
body.noscroll{
  height: 100vh;
  max-height:100vh;
  overflow:hidden;
}
.spinner_wrap{
  display: none;
}
.spinner_wrap.active{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:35px;
  background: white;
  z-index: 10;
}
.search_results .closer-look {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 2vw;
}
.zero_results_display{
  display: none;
}
.zero_results .zero_results_display{
  display: block;
}
.edit-product{
  display: none;
}
.logged-in .edit-product{
  display: inline-block;
}
body.single div.artesano-bio div.wswig p:first-child {
font-size: 20px;
color: #E5BBAF;
font-weight: bold;
}
.cotizacion-form .atribute-product{
  background: #C30000;
    color: white;
    font-weight: bold;
    justify-content: space-between;
    display: flex;
    padding: 5px 15px;
}
.loading-container{
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background:#f3eeeb;
  z-index:100000;
}

.loading-container img{
  position:absolute;
  opacity:0;
  transition:all 3s ease;
}
.loading-container .one{
 opacity:1;
  transform:rotate(230deg);
  width:70%;
  top:-40%;
  right:-50%;
}
.loading-container .two{
  opacity:1;
  transform:rotate(130deg);
  z-index:-20;
  width:50%;
  left:-20%;
  top:-20%;
}
.loading-container .three{
  opacity:1;
  width:30%;
  bottom:-5%;
  transform:rotate(-20deg);
  right:-10%;
  z-index:12;
}
.loading-container .four{
  opacity:1;
  top:60%;
  left:10%;
  transform:rotate(10deg);
  width:70%;
  z-index:-1;
}
.loading-container .five{
  opacity:1;
  top:-15%;
  right:-7%;
  transform:rotate(-30deg);
  width:30%;
  z-index:10;
}
.loading-container .six{
  opacity:1;
  bottom:-10%;
  left:1%;
  transform:rotate(20deg);
  width:28%;
  z-index:10;
}
.loading-container .seven{
  opacity:1;
  top:-15%;
  right:7%;
  transform:rotate(220deg);
  width:20%;
  z-index:5;
}
.loading-container .eight{
  opacity:1;
  top:-3%;
  left:5%;
  width:35%;
  transform:rotate(140deg);
  z-index:2;
}
.loading-container .nine{
  opacity:1;
  transform:rotate(210deg);
  z-index:3;
  width:18%;
  top:4%;
  left:15%;
}
.loading-container .ten{
  opacity:1;
  transform:rotate(7deg);
  width:35%;
  bottom:-10%;
  left:-7%;
  z-index:-10;
}
.loading-container .eleven{
  opacity:1;
  width:50%;
  top:-5%;
  right:-10%;
  z-index:5;
  transform:rotate(10deg);
}
.loading-container .twelve{
  opacity:1;
  width:30%;
  bottom:-10%;
  right:0;
  z-index:15;
}
.loading-container .thirteen{
  opacity:1;
  transform:rotate(30deg);
  width:20%;
  z-index:17;
  top:-5%;
  left:-2%;
}
.loading-container .fifteen{
  opacity:1;
  z-index:11;
  transform:rotate(-5deg);
  width:50%;
  bottom:-17%;
  right:1%;
}
.loading-container .fourteen{
  opacity:1;
  transform:rotate(40deg);
  width:30%;
  z-index:8;
  bottom:25%;
  left:-10%;
}



.js-activate{
  position:fixed;
  bottom:0;
  left:0;
  background:red;
  z-index:10000000;
}

.loading-container.started .one{
  transform:rotate(210deg) translateY(-25%) translateX(30%) scale(1.2);
}
.loading-container.started .two{
 transform:rotate(110deg) translateX(15%) translateY(-60%);
}
.loading-container.started .three{
  transform:rotate(-40deg) translateX(-70%) translateY(-200%) scale(1.2);
}
.loading-container.started .four{
    transform:rotate(20deg) translateX(-20%) translateY(-30%) scale(0.8);
}
.loading-container.started .five{
  transform:rotate(-95deg) scale(1.3) translateX(40%) translateY(-15%);
}
.loading-container.started .six{
  transform:rotate(60deg) scale(1.2) translateX(-10%) translateY(-30%) scale(1.2);
}
.loading-container.started .seven{
    transform:rotate(200deg) scale(1.5) translateX(50%) translateY(-35%);
}
.loading-container.started .eight{
  transform:rotate(130deg) scale(1.4) translateX(30%) translateY(40%);
}
.loading-container.started .nine{
  transform:rotate(260deg) translateX(-100%);
}
.loading-container.started .ten{
 transform:rotate(70deg) scale(1.2) translateY(-10%);
}
.loading-container.started .eleven{
  transform:rotate(-30deg) scale(1.2) translateX(-50%) translateY(10%);
}
.loading-container.started .twelve{
  transform:rotate(20deg) scale(1.2) translateX(-50%) translateY(10%);
}
.loading-container.started .thirteen{
  transform:rotate(120deg) scale(0.7) translateX(-40%) translateY(-100%);
}
.loading-container.started .fourteen{
  transform:rotate(70deg) scale(0.8) translateY(-50%);
}
.loading-container.started .fifteen{
    transform:rotate(20deg) translateY(-30%) translateX(20%) scale(1.3);
}

.loading-container .loader-logo{
  opacity: 1;
 width: 200px;
 transition: all 1s ease 3s;
 opacity: 1;
 height: auto;
 min-width: 200px;
}
.loading-container.started .loader-logo{
  opacity:0;
}
.loading-container .relative-loader-logo::before{
  content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 25%;
    height: 5px;
    background: #0F69B4;
    opacity:1;
    transition:all 0.333s ease 2.667s;
}
.loading-container .relative-loader-logo::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 25%;
    width: 75%;
    height: 5px;
    background: #EB3C46;
    opacity:1;
    transition:all 0.333s ease 2.667s;
}
.loading-container.started .relative-loader-logo::after, .loading-container.started .relative-loader-logo::before{
  opacity:0;
}
.relative-loader-logo{
  position: fixed;
  top: 20px;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
}
.centered-title{
  display: flex;
  flex-flow: column;
  align-items: center;
  position: fixed;
  text-align:center;
  top: 50%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  transition: all 1s ease 4s;
  opacity: 1;
  z-index: 10000000;
}
.started .centered-title{
  opacity:0;
}
.centered-title h3{
  margin:0;
}
.centered-title h1{
  font-size: 40px;
  line-height: 50px;
}
.loading-container .overlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:10000000;
  background: white;
  justify-content: center;
  align-items: center;
  font-size:40px;
  display:none;
}
.loading-container.before_start .overlay{
  display: flex;
  transition:all 0.333s ease;
}
.loading-container{
  transition:all 0.666s ease;
}
.disappear{
  transition:all 0.666s ease;
  filter:blur(30px);
  opacity:0;
}
.single-day{
  padding:30px!important;
  margin-bottom:60px!important;
}
.single-activity{
  padding-top:20px;
  margin-top:20px;
  border-top:1px solid rgba(0,0,0,0.1);
  display: block;
}
.margin-top{
  margin-top:60px;
}
div.teritorio div.subtitulo {font-size:20px;}
@media(max-width:1120px){
  .product-name {
    height: 46vh;
  }
.product-picture {
    position: relative;
    height: 46vh;
  }
  .content-flex img {
    flex: 1 auto;
    object-fit: cover;
    min-height: 40vw;
    max-width: 100vw;
  }
  .content-flex img {
    flex: 1 auto;
    object-fit: cover;
    min-height: 100vw;
    max-width: 100vw;
}
.content-flex {
    display: flex;
    flex-flow: column-reverse;
}
.single-artesano {
    display: block;
    padding: 50px 20px;
}
}
@media(max-width:780px){
  .logo, .branding{
    object-fit:contain;
  }
  .links_destacados a {
    font-size: 12px;
}
.filters-archive {
    padding: 15px;
  }
  .collapsible-body {
    padding: 10px;
}
.filter {
  display: inline-block;
      padding: 6px 11px;
      background: black;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      margin: 5px 10px;
      font-size: 13px;
      opacity: 0.3;
}
.filter:hover, .filter.active{
  opacity:1;
}
.filters-archive_wrap.active {
    z-index: 1000000000;
    opacity: 1;
}
.filters-archive .collapsible {
    height: calc(100vh - 151px);
    overflow-y: scroll;
    margin-top:0;
}
.filters-archive .closer-look {
    top: 15px;
    right: 15px;
}
.row.bordered {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E5BBAF;
}
body .single-actividad {
    padding: 0;
    display: block;
}
.content-flex img {
    flex: 1 auto;
    object-fit: cover;
    min-height: 40vw;
    max-width: 100vw;
    width: 100vw;
}
.loading-container .one {
    opacity: 1;
    transform: rotate(230deg);
    width: 70%;
    top: 14%;
    right: -50%;
}
.loading-container .two {
    opacity: 1;
    transform: rotate(130deg);
    z-index: -20;
    width: 50%;
    left: -36%;
    top: 18%;
}
.loading-container .three {
    opacity: 1;
    width: 30%;
    bottom: 11%;
    transform: rotate(-20deg);
    right: -5%;
    z-index: 12;
}
.loading-container .four {
    opacity: 1;
    top: 77%;
    left: 5%;
    transform: rotate(10deg);
    width: 70%;
    z-index: -1;
}
.loading-container .five {
    opacity: 1;
    top: 0%;
    right: -7%;
    transform: rotate(-30deg);
    width: 30%;
    z-index: 10;
}
.loading-container .six {
    opacity: 1;
    bottom: 10%;
    left: 5%;
    transform: rotate(20deg);
    width: 28%;
    z-index: 10;
}
.loading-container .six {
    opacity: 1;
    bottom: 10%;
    left: 5%;
    transform: rotate(20deg);
    width: 28%;
    z-index: 10;
}
.loading-container .eight {
    opacity: 1;
    top: 35%;
    left: -8%;
    width: 35%;
    transform: rotate(140deg);
    z-index: 2;
}
.loading-container .nine {
    opacity: 1;
    transform: rotate(210deg);
    z-index: 3;
    width: 18%;
    top: 15%;
    left: 3%;
}
.loading-container .ten {
    opacity: 1;
    transform: rotate(7deg);
    width: 35%;
    bottom: -4%;
    left: -15%;
    z-index: -10;
}
.loading-container .eleven {
    opacity: 1;
    width: 50%;
    top: -3%;
    right: -18%;
    z-index: 5;
    transform: rotate(10deg);
}
.loading-container .twelve {
    opacity: 1;
    width: 30%;
    bottom: -2%;
    right: 53px;
    z-index: 15;
}
.loading-container .thirteen {
    opacity: 1;
    transform: rotate(30deg);
    width: 20%;
    z-index: 17;
    top: -1%;
    left: -2%;
}
.loading-container .fourteen {
    opacity: 1;
    transform: rotate(40deg);
    width: 30%;
    z-index: 8;
    bottom: 23%;
    left: -10%;
}
.loading-container .fifteen {
    opacity: 1;
    z-index: 11;
    transform: rotate(-5deg);
    width: 61%;
    bottom: -3%;
    right: -12%;
}
.relative-loader-logo {
    position: fixed;
    top: 20px;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
}

.loading-container .loader-logo {
    opacity: 1;
    width: 150px;
    transition: all 1s ease 3s;
    opacity: 1;
    height: auto;
    min-width: 150px;
}
.centered-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all 1s ease 4s;
    opacity: 1;
    z-index: 10000000;
    width: 90vw;
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 15px;
}
.loading-container.started .one {
    transform: rotate(209deg) translateY(-87%) translateX(30%) scale(1.2);
}
.loading-container.started .two {
    transform: rotate(110deg) translateX(15%) translateY(-80%);
}
.loading-container.started .four {
    transform: rotate(20deg) translateX(-20%) translateY(-50%) scale(0.8);
}
.loading-container.started .five {
    transform: rotate(-95deg) scale(1.3) translateX(-40%) translateY(-15%);
}
.loading-container.started .six {
    transform: rotate(60deg) scale(1.2) translateX(-80%) translateY(-137%) scale(1.2);
}
.loading-container.started .eight {
    transform: rotate(130deg) scale(1.4) translateX(33%) translateY(-44%);
}
.loading-container.started .nine {
    transform: rotate(260deg) translateX(-52%) scale(2) translateY(40%);
}
.loading-container.started .thirteen {
    transform: rotate(120deg) scale(1.5) translateX(-12%) translateY(-37%);
}
.loading-container.started .fourteen {
    transform: rotate(70deg) scale(1.3) translateY(-50%);
}
.cotizacion_wrap.active {
    opacity: 1;
    z-index: 99999999;
}
.cotizacion {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
  }
  .cotizacion .item_wrap img {
    height: 50vw;
    width: 50vw;
}
.cotizacion .closer-look {
    top: 0px;
    right: 0px;
}
h1 {
    font-size: 29px;
    line-height: 29px;
}
h2{
   font-family: "Figtree", sans-serif;
  font-size:30px;
  font-weight: 800;
  line-height: 35px;
  margin-bottom:20px;
}
h3{
   font-family: "Figtree", sans-serif;
  line-height: 30px;
  font-size:24px;
  font-weight: 800;
  margin-bottom:20px;
}
h4{
   font-family: "Figtree", sans-serif;
  line-height: 28px;
  font-size:22px;
  font-weight: 800;
  margin-bottom:20px;
}
.wrap.active {
    z-index: 99999999;
    opacity: 1;
}
.cart-big .cart-content {
    background: white;
    padding: 0px;
    margin-top: 50px;
}
.item_wrap {
    display: flex;
    position: relative;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .search_results {
    top: 106px;
    height: calc(100vh - 106px);
  }
  .single-artesano {
    display: block;
    padding: 20px 0;
}
.post-content {
    background: black;
    display: flex;
    flex-flow: column-reverse;
}
.post-content .image-part {
    width: 100vw;
    height: 100vw;
    position: relative;
    min-height: 100vw;
}
.post-content .text-part {
    width: 100vw;
    padding: 5vw;
    flex: 1 auto;
    color: white;
}
.teritorio:not(.filters) {
    background: #E5BBAF;
    display: flex;
    flex-flow: column-reverse;
}
.teritorio .big {
    width: 100vw;
    min-width: 100vw;
    min-height: 65vw;
    object-fit: cover;
    flex: 1 auto;
}
.seccion_page {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    flex-flow: column-reverse!important;
}
.seccion_page img {
    min-width: 90vw;
    height: auto;
    width: 30%;
}
}
.embed-holder-actividad{
  position: relative;
    width: 800px;
    max-width: 100%;
    margin: 30px auto;
}
.embed-container{
  width:100%;
  padding-bottom:56%;
  position: relative;
}
.embed-container iframe{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-wrap-vertical{
  display: flex;
  flex-wrap:wrap;
  flex-flow:column;
  max-height: 500px;
}
.flex-wrap-vertical a{
  width:40%;
  margin-right: 10%;
}
.total-product.flexed{
  display: flex;
  justify-content: space-between;
}
.login-form .step .button-like{
  margin: 10px auto;
  max-width: 90%;
  float: none;
  display: block;
}
.the_box.log h4{
  text-align: center;
}
.login-form{
  text-align: center;
}
.login-form input{
  text-align: center!important;
  padding:0!important;
}
.login-form .input-field{
  margin: 10px auto!important;
}
.log_wrapper{
  margin: 120px auto;
}
@media(max-width:900px){
  header .icons{
    position: absolute;
    top: 25px;
    right: 5vw;
  }
  header{
    transform:none!important;
  }
  header .popup_mensaje{
    display: none!important;
  }
}
@media(max-width:550px){
  a.branding{
    position: fixed;
    top: 10px;
    left: 5vw;
  }
  .main-header{
    border-bottom:none;
  }
  header{
    height:105px;
  }
  .search_small_wrap {
    position: absolute;
    top: 65px;
    right: auto;
    margin: 0;
    width: 200px;
    left: 5vw;
}
#nav-icon4 {
    display: inline-block;
    margin-top: 0;
    position: fixed;
    right: 5vw;
    top: 71px;
}
}
