@font-face {
  font-family: 'Abel Regular';
  src: url(../../assets/fonts/Abel-Regular.ttf); }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.u--clean-anchor {
  text-decoration: none;
  color: inherit; }
  .u--clean-anchor:hover, .u--clean-anchor:active {
    text-decoration: none;
    color: inherit; }

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0; }

a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #9fc5e8;
    opacity: 0.65; }
  /*David - Dejar que se carguen las fuentes de FontAwesome que lleva elementor*/  
  /*a .fa,
  a .fas {
    font-family: "FontAwesome" !important; }*/

* {
  font-family: "Abel Regular", sans-serif; }

.font-size--xs {
  font-size: 14px; }

.font-size--sm {
  font-size: 18px; }

.font-size--md {
  font-size: 20px; }

.font-size--lg {
  font-size: 26px; }

.font-size--xl {
  font-size: 35px; }

.font-size--xxl {
  font-size: 45px; }

.section__title {
  font-size: 35px;
  font-family: "Abel Regular", sans-serif;
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .section__title {
      font-size: 56px; } }

.main-title {
  font-size: 20px;
  font-family: "Abel Regular", sans-serif;
  display: block;
  margin-bottom: 20px;
  position: relative;
  text-align: center; }
  .main-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background-color: #000000;
    left: 0; }
  @media (min-width: 768px) {
    .main-title {
      font-size: 35px; } }

.only-es {
  display: none; }
  html[lang="es-ES"] .only-es {
    display: block; }

.only-en {
  display: none; }
  html[lang="en-US"] .only-en {
    display: block; }

.only-it {
  display: none; }
  html[lang="it-IT"] .only-it {
    display: block; }

.only-fr {
  display: none; }
  html[lang="fr-FR"] .only-fr {
    display: block; }

.p-fixed {
  position: fixed;
  width: 100%; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.mt-0 {
  margin-top: 0px; }

.mr-0 {
  margin-right: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.pt-0 {
  padding-top: 0px; }

.pr-0 {
  padding-right: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pl-0 {
  padding-left: 0px; }

.px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.mx-5 {
  margin-left: 5px;
  margin-right: 5px; }

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.px-5 {
  padding-left: 5px;
  padding-right: 5px; }

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mx-15 {
  margin-left: 15px;
  margin-right: 15px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.px-15 {
  padding-left: 15px;
  padding-right: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.mt-25 {
  margin-top: 25px; }

.mr-25 {
  margin-right: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

.mx-25 {
  margin-left: 25px;
  margin-right: 25px; }

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.pt-25 {
  padding-top: 25px; }

.pr-25 {
  padding-right: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.px-25 {
  padding-left: 25px;
  padding-right: 25px; }

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.mt-35 {
  margin-top: 35px; }

.mr-35 {
  margin-right: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.ml-35 {
  margin-left: 35px; }

.mx-35 {
  margin-left: 35px;
  margin-right: 35px; }

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.pt-35 {
  padding-top: 35px; }

.pr-35 {
  padding-right: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-left: 35px; }

.px-35 {
  padding-left: 35px;
  padding-right: 35px; }

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.mt-45 {
  margin-top: 45px; }

.mr-45 {
  margin-right: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.ml-45 {
  margin-left: 45px; }

.mx-45 {
  margin-left: 45px;
  margin-right: 45px; }

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.pt-45 {
  padding-top: 45px; }

.pr-45 {
  padding-right: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-left: 45px; }

.px-45 {
  padding-left: 45px;
  padding-right: 45px; }

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.px-50 {
  padding-left: 50px;
  padding-right: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.mt-55 {
  margin-top: 55px; }

.mr-55 {
  margin-right: 55px; }

.mb-55 {
  margin-bottom: 55px; }

.ml-55 {
  margin-left: 55px; }

.mx-55 {
  margin-left: 55px;
  margin-right: 55px; }

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.pt-55 {
  padding-top: 55px; }

.pr-55 {
  padding-right: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.pl-55 {
  padding-left: 55px; }

.px-55 {
  padding-left: 55px;
  padding-right: 55px; }

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.mt-60 {
  margin-top: 60px; }

.mr-60 {
  margin-right: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.mx-60 {
  margin-left: 60px;
  margin-right: 60px; }

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

.px-60 {
  padding-left: 60px;
  padding-right: 60px; }

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.mt-65 {
  margin-top: 65px; }

.mr-65 {
  margin-right: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.ml-65 {
  margin-left: 65px; }

.mx-65 {
  margin-left: 65px;
  margin-right: 65px; }

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.pt-65 {
  padding-top: 65px; }

.pr-65 {
  padding-right: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.pl-65 {
  padding-left: 65px; }

.px-65 {
  padding-left: 65px;
  padding-right: 65px; }

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.mt-70 {
  margin-top: 70px; }

.mr-70 {
  margin-right: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.mx-70 {
  margin-left: 70px;
  margin-right: 70px; }

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.pt-70 {
  padding-top: 70px; }

.pr-70 {
  padding-right: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pl-70 {
  padding-left: 70px; }

.px-70 {
  padding-left: 70px;
  padding-right: 70px; }

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.mt-75 {
  margin-top: 75px; }

.mr-75 {
  margin-right: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.ml-75 {
  margin-left: 75px; }

.mx-75 {
  margin-left: 75px;
  margin-right: 75px; }

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.pt-75 {
  padding-top: 75px; }

.pr-75 {
  padding-right: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.pl-75 {
  padding-left: 75px; }

.px-75 {
  padding-left: 75px;
  padding-right: 75px; }

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.mt-80 {
  margin-top: 80px; }

.mr-80 {
  margin-right: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.mx-80 {
  margin-left: 80px;
  margin-right: 80px; }

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.pt-80 {
  padding-top: 80px; }

.pr-80 {
  padding-right: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pl-80 {
  padding-left: 80px; }

.px-80 {
  padding-left: 80px;
  padding-right: 80px; }

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.mt-85 {
  margin-top: 85px; }

.mr-85 {
  margin-right: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.ml-85 {
  margin-left: 85px; }

.mx-85 {
  margin-left: 85px;
  margin-right: 85px; }

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.pt-85 {
  padding-top: 85px; }

.pr-85 {
  padding-right: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.pl-85 {
  padding-left: 85px; }

.px-85 {
  padding-left: 85px;
  padding-right: 85px; }

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.mt-90 {
  margin-top: 90px; }

.mr-90 {
  margin-right: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.mx-90 {
  margin-left: 90px;
  margin-right: 90px; }

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.pt-90 {
  padding-top: 90px; }

.pr-90 {
  padding-right: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pl-90 {
  padding-left: 90px; }

.px-90 {
  padding-left: 90px;
  padding-right: 90px; }

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.mt-95 {
  margin-top: 95px; }

.mr-95 {
  margin-right: 95px; }

.mb-95 {
  margin-bottom: 95px; }

.ml-95 {
  margin-left: 95px; }

.mx-95 {
  margin-left: 95px;
  margin-right: 95px; }

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.pt-95 {
  padding-top: 95px; }

.pr-95 {
  padding-right: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.pl-95 {
  padding-left: 95px; }

.px-95 {
  padding-left: 95px;
  padding-right: 95px; }

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.mt-100 {
  margin-top: 100px; }

.mr-100 {
  margin-right: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.mx-100 {
  margin-left: 100px;
  margin-right: 100px; }

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-100 {
  padding-left: 100px; }

.px-100 {
  padding-left: 100px;
  padding-right: 100px; }

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

body.menu-opened {
  overflow-y: hidden;
  position: fixed;
  height: 100%; }

.i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px; }
  .i:after {
    width: 100%;
    height: 100%;
    line-height: 1em;
    font-family: "Font Awesome 5 Free";
    color: #000000; }
  .i--fb:after {
    content: "\f09a"; }
  .i--insta:after {
    content: "\f16d"; }
  .i--twitter:after {
    content: "\f099"; }
  .i--profile:after {
    content: "\f007"; }
  .i--loupe:after {
    content: "\f002"; }
  .i--cart:after {
    content: "\f291"; }
  .i--cross:after {
    content: "\f654"; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-links li {
    padding: 5px 10px; }
    .social-links li .fa, .social-links li .fas {
      color: #000000; }
  .social-links--light li .fa, .social-links--light li .fas {
    color: #ffffff; }

form {
  margin-bottom: 0; }

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  padding: .5em;
  background-color: transparent;
  color: #727272;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px; }

#g-input {
  left: 200px !important;
  top: 9px !important;
  width: 260px;
  background-color: #ffffff;
  height: 42px;
  font-size: 16px; }

.e {
  display: inline-block; }
  .e svg {
    fill: #000000;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .e--sm {
    width: 20px;
    height: 20px; }
  .e--md {
    width: 24px;
    height: 24px; }
  .e--lg {
    width: 28px;
    height: 28px; }
  .e--light svg {
    fill: #ffffff; }
  .e--burger {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0 !important;
    bottom: 20px;
    right: 0;
    -webkit-transition: height 0.4s ease-in-out, width 0.2s ease-in-out, top 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out, width 0.2s ease-in-out, top 0.4s ease-in-out;
    transition: height 0.4s ease-in-out, width 0.2s ease-in-out, top 0.4s ease-in-out;
    z-index: 3;
    opacity: 1 !important; }
    .e--burger::before {
      top: 15px;
      bottom: auto; }
    .e--burger::after {
      bottom: 15px;
      top: auto; }
    .e--burger::before, .e--burger::after {
      content: "";
      position: absolute;
      left: 50%;
      width: 30px;
      height: 2px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #000000;
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .e--burger.open {
      top: calc(80vh - 15px); }
      .e--burger.open::before {
        -webkit-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
        top: 19px; }
      .e--burger.open::after {
        -webkit-transform: translateX(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
        bottom: 19px; }
      .e--burger.open::before, .e--burger.open::after {
        width: 15px; }

.i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px; }
  .i:after {
    width: 100%;
    height: 100%;
    line-height: 1em;
    font-family: "Font Awesome 5 Free";
    color: #000000; }
  .i--fb:after {
    content: "\f09a"; }
  .i--insta:after {
    content: "\f16d"; }
  .i--twitter:after {
    content: "\f099"; }
  .i--profile:after {
    content: "\f007"; }
  .i--loupe:after {
    content: "\f002"; }
  .i--cart:after {
    content: "\f291"; }
  .i--cross:after {
    content: "\f654"; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-links li {
    padding: 5px 10px; }
    .social-links li .fa, .social-links li .fas {
      color: #000000; }
  .social-links--light li .fa, .social-links--light li .fas {
    color: #ffffff; }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .social-list li {
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
    margin-right: 15px;
    border: 0 !important; }
    .social-list li:hover {
      opacity: 0.4; }
  .social-list img {
    width: 20px; }

.woocommerce-tabs img.alignright {
  display: block;
  float: none;
  margin: 10px auto; }
  @media (min-width: 768px) {
    .woocommerce-tabs img.alignright {
      display: inline-block;
      float: right;
      margin: 10px auto 10px 1em; } }

.woocommerce .elementor-container .elementor-row .elementor-element .elementor-column-wrap .elementor-widget-wrap .elementor-element .elementor-widget-container .woocommerce-tabs ul.tabs li {
  /*background-color: #D3C8BD !important;*/
  border-bottom: 1px solid #ffffff !important; }
  .woocommerce .elementor-container .elementor-row .elementor-element .elementor-column-wrap .elementor-widget-wrap .elementor-element .elementor-widget-container .woocommerce-tabs ul.tabs li a {
    color: #ffffff !important;
	font-size: 1.4em; }
  .woocommerce .elementor-container .elementor-row .elementor-element .elementor-column-wrap .elementor-widget-wrap .elementor-element .elementor-widget-container .woocommerce-tabs ul.tabs li.active {
    /*background-color: #B9A48C !important;*/ }
    .woocommerce .elementor-container .elementor-row .elementor-element .elementor-column-wrap .elementor-widget-wrap .elementor-element .elementor-widget-container .woocommerce-tabs ul.tabs li.active a {
      color: #ffffff !important; }

.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-content-inner {
  text-align: center; }

.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action {
  text-align: center; }
  .ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul,
  .ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action span {
    display: block;
    margin: 0 auto; }
  .ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li {
    border-radius: 50px; }
    .ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li:not(.woolentor-cart) {
      display: none; }
    .ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li.woolentor-cart a {
      width: 100% !important;
      height: auto !important;
      background-color: transparent;
      color: #000;
      font-weight: 300;
      text-indent: 0; }
      .ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li.woolentor-cart a:before {
        display: none; }
    .ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li.woolentor-cart:hover {
      background-color: #000; }
      .ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li.woolentor-cart:hover a {
        color: #fff; }
    .ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li.woolentor-cart .woolentor-tip {
      display: none; }

.product-slider .slick-arrow.slick-next {
  right: 7px; }

.product-slider .slick-arrow.slick-prev {
  left: 7px; }

.single-product div.product .woocommerce-product-gallery {
  margin-bottom: 5px !important; }

.go-to-checkout {
  display: none; }
  .go-to-checkout .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor a.btn {
    display: inline-block !important;
    margin-left: 15px !important;
    background-color: #000000 !important;
    color: #ffffff !important; }
    .go-to-checkout .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor a.btn:hover {
      background-color: #ffffff !important;
      color: #000000 !important; }

.elementor-add-to-cart dl.rightpress_product_price_live_update {
  margin: 0 !important;
  display: none; }

.elementor-wc-products ul.products li.product span.onsale {
  display: none !important; }

.woocommerce .elementor-element .price {
  line-height: 1em !important; }
  .woocommerce .elementor-element .price ins {
    display: block;
    margin-left: 0 !important; }

.grid-products .elementor-widget-container .woocommerce .products {
  grid-column-gap: 5px !important; }
  .grid-products .elementor-widget-container .woocommerce .products li.product {
    width: 100% !important;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .grid-products .elementor-widget-container .woocommerce .products li.product:hover .add_to_cart_button {
      display: block; }
    .grid-products .elementor-widget-container .woocommerce .products li.product a.woocommerce-loop-product__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      padding: 20px; }
      .grid-products .elementor-widget-container .woocommerce .products li.product a.woocommerce-loop-product__link * {
        color: black;
        font-weight: 500;
        font-size: 18px; }
      .grid-products .elementor-widget-container .woocommerce .products li.product a.woocommerce-loop-product__link .price del span {
        color: black !important; }
      .grid-products .elementor-widget-container .woocommerce .products li.product a.woocommerce-loop-product__link .price ins span {
        color: black !important; }
      .grid-products .elementor-widget-container .woocommerce .products li.product a.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
        display: block;
        margin: 0;
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
    .grid-products .elementor-widget-container .woocommerce .products li.product .add_to_cart_button {
      display: none;
      background-color: black;
      color: white;
      border-radius: 5px; }

.single-product div.product .variable-price {
  display: none; }

.single-product div.product-type-variable .variable-price {
  display: inline-block; }

.single-product div.product-type-variable .padding-price {
  display: none; }

.single-product div.product-type-variable form.variations_form {
  padding: 1em 0 0 0; }
  .single-product div.product-type-variable form.variations_form .label-variable td label {
    font-size: 21px;
    margin-bottom: 10px; }
  .single-product div.product-type-variable form.variations_form .value {
    width: 100% !important; }
    @media only screen and (min-width: 426px) {
      .single-product div.product-type-variable form.variations_form .value {
        max-width: 300px; } }
    .single-product div.product-type-variable form.variations_form .value:before {
      content: '' !important;
      position: absolute !important;
      right: -5px !important;
      top: 5px !important;
      width: 20px !important;
      height: 20px !important;
      display: block !important;
      background-image: url("https://www.facialderm.es/wp-content/uploads/2019/12/arrow-down.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .single-product div.product-type-variable form.variations_form .value select {
      border-radius: 0 !important;
      border: 1px solid #000000 !important;
      -webkit-appearance: none;
      -webkit-border-radius: 0px;
      position: relative !important;
      padding-right: 35px !important;
      padding-left: 10px !important;
      width: 100%;
      max-width: 100%; }

.single-product div.product-type-variable .price-column {
  display: none; }

.single-product div.product-type-variable .cart-column {
  width: 100%;
  padding: 0 25px; }
  @media only screen and (min-width: 426px) {
    .single-product div.product-type-variable .cart-column {
      margin-left: -25px;
      padding: 0; } }

.product-price--wrapper .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px; }
  .product-price--wrapper .price ins,
  .product-price--wrapper .price del {
    margin: 0; }

#site-header-cart.header .cart-contents,
#site-header-cart.header .icl_lang_sel_widget-3 {
  display: none; }

#site-header-cart .widget_shopping_cart .button.wc-forward {
  display: none; }

#site-header-cart .widget_shopping_cart .button.checkout {
  display: block;
  color: white;
  padding: 7px;
  font-size: 26px;
  background-color: #000000; }

#site-header-cart h5 {
  display: inline-block;
  width: 87%;
  padding: 4px 17px;
  margin: 0px;
  font-size: 27px;
  text-transform: uppercase; }

#site-header-cart .close {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  padding: 10px; }

#site-header-cart ul.woocommerce-mini-cart {
  padding: 10px 0px;
  margin: 0px 10px;
  border-top: 1px solid;
  max-height: 45vh;
  overflow-y: scroll;
  margin-bottom: 10px; }

#site-header-cart .product_list_widget li {
  padding: 5px 0px; }
  #site-header-cart .product_list_widget li img {
    max-width: 3.7em;
    display: inline-block;
    float: none; }

#site-header-cart .centro {
  width: 80%;
  float: left; }
  #site-header-cart .centro .name {
    display: inline-block;
    width: 71%;
    padding-left: 15px; }
  #site-header-cart .centro a {
    padding: 0px; }

#site-header-cart .cantidades {
  margin-left: 78px; }
  #site-header-cart .cantidades input {
    padding: 4px 0px;
    border: none;
    margin-right: -10px;
    width: 50px;
    height: 25px;
    font-size: 20px; }
  #site-header-cart .cantidades .boton {
    border: none;
    background: transparent;
    padding: 1px 5px;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold; }

#site-header-cart span.boton {
  display: inline-block;
  float: left;
  padding: 1px 10px;
  border-radius: 7px;
  border: 1px solid #8080807a;
  margin: 2px 4px;
  cursor: pointer; }

#site-header-cart .envioFalta {
  font-size: 16px;
  text-align: center;
  clear: both;
  padding-top: 10px;
  margin: 20px 0 !important; }

#site-header-cart .price {
  width: 17%;
  float: left;
  text-align: right;
  font-weight: bold;
  font-size: 17px; }

#site-header-cart .cupones {
  font-size: 15px;
  font-weight: bold; }
  #site-header-cart .cupones .cupon_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #site-header-cart .cupones .cuponError {
    text-align: center;
    color: red;
    padding: 7px;
    display: none; }
  #site-header-cart .cupones input {
    width: calc(100% - 150px); }
  #site-header-cart .cupones .cupon-btn {
    display: inline-block;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    padding: 5px 0;
    width: 150px;
    text-align: center; }
  #site-header-cart .cupones .nombre {
    float: left;
    display: inline-block; }
  #site-header-cart .cupones .precio {
    float: right;
    display: inline-block; }

#site-header-cart small.tax_label {
  display: none; }

#site-header-cart .woocommerce-mini-cart__total {
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #site-header-cart .woocommerce-mini-cart__total .label_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #site-header-cart .woocommerce-mini-cart__total .label_wrapper strong {
      font-size: 35px;
      display: block;
      line-height: 1em;
      text-transform: uppercase; }
  #site-header-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 35px;
    display: block;
    font-weight: bold;
    line-height: 1em; }

#site-header-cart .envio {
  overflow: hidden;
  font-weight: bold; }
  #site-header-cart .envio strong {
    font-size: 20px;
    display: block;
    float: left; }
  #site-header-cart .envio > span {
    font-size: 20px;
    display: block;
    float: right;
    font-weight: bold; }

#site-header-cart .woocommerce-cart-form .envioFalta,
#site-header-cart .woocommerce-cart-form .free-shipping {
  margin: 20px;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #dafbfb;
  padding: 0;
  font-size: 20px; }

#site-header-cart {
  width: 45px;
  position: absolute;
  right: 85px;
  z-index: 2000; }
  #site-header-cart > li:last-child {
    width: 300px;
    position: absolute;
    right: 0px; }
    #site-header-cart > li:last-child .quantity {
      text-align: center;
      display: inherit;
      float: left; }
    #site-header-cart > li:last-child a.remove {
      float: left;
      position: relative;
      margin-left: 11px;
      margin-top: -5px; }
      #site-header-cart > li:last-child a.remove:before {
        content: "\f1f8";
        top: 9px;
        color: black; }
  #site-header-cart > li:first-child a:after {
    font-size: 18px; }
  #site-header-cart > li:first-child span {
    display: inline-block;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    position: absolute;
    top: 6px;
    right: 7px;
    background: #727272;
    color: #ffffff; }
  #site-header-cart a.cart-contents {
    height: 40px; }
  #site-header-cart .widget_shopping_cart {
    width: 100%;
    top: 0px;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    background: white;
    border-left: 1px solid;
    left: auto;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    padding: 15px 30px; }
    @media (min-width: 768px) {
      #site-header-cart .widget_shopping_cart {
        max-width: 510px; }
        #site-header-cart .widget_shopping_cart.item-added {
          right: -510px; } }
    #site-header-cart .widget_shopping_cart * {
      color: black; }

.site-header-cart .widget_shopping_cart {
  -webkit-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .site-header-cart .widget_shopping_cart .buttons,
  .site-header-cart .widget_shopping_cart .total {
    background: none !important; }

.cart-item--detail {
  display: inline-block; }

.cart-promo__wrapper {
  display: none; }

.secondary-navigation ul ul li a {
  width: 225px; }

#menu-menu-mobil {
  padding-top: 40px; }

.gdpr .gdpr-privacy-bar,
.gdpr .gdpr.gdpr-reconsent-bar {
  z-index: 120; }

.gdpr-privacy .gdpr-wrapper {
  padding: 15px 20px; }
  .gdpr-privacy .gdpr-wrapper .gdpr-close {
    display: none !important; }
  .gdpr-privacy .gdpr-wrapper .gdpr-content *,
  .gdpr-privacy .gdpr-wrapper .gdpr-right {
    font-size: 12px; }

body:not(.woocommerce-cart):not(.woocommerce-checkout) .woocommerce-message {
  display: none !important; }

.woocommerce-info {
  background: #000000; }

.tax_label {
  display: none; }

#billing_dni.optional {
  display: none; }

.create-account {
  position: relative; }
  .create-account input {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0 !important; }

.woocommerce-tabs ul.wc-tabs li {
  /*background: #727272 !important;*/
   background: #000000;
  color: #000 !important; }
  .woocommerce-tabs ul.wc-tabs li a {
    color: #000000; }
  .woocommerce-tabs ul.wc-tabs li.active {
    background: #000000; }
    .woocommerce-tabs ul.wc-tabs li.active a {
      color: #ffffff; }

.wcml-cs-submenu {
  z-index: 1000 !important; }

img.attachment-woocommerce_thumbnail:hover {
  opacity: 0.7; }

.mc4wp-error {
  color: red;
  margin-top: 30px;
  font-size: 16px; }

.change_shop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(100, 100, 100, 0.5);
  display: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .change_shop .hide {
    display: none; }

.wc-popup {
  width: 80%;
  padding: 1rem;
  background-color: #ffffff;
  margin: 25vh auto 0;
  border: solid 2px #000000;
  border-radius: 2rem;
  text-align: center; }

.wc-img-container {
  text-align: center;
  padding-bottom: 1.25rem; }
  .wc-img-container img {
    width: 50%; }

.wc-content {
  text-align: left;
  color: #000000;
  font-size: 1.15rem;
  letter-spacing: 0.4px;
  line-height: 1.5rem;
  padding: 1rem 0 0; }

.wc-countries-container {
  display: inline-block;
  width: 100%; }

.wc-country {
  width: calc(50% - 0.5rem);
  padding: 0.5rem 1.5rem;
  display: inline-block; }
  .wc-country a {
    display: inline-block;
    width: 100%; }

.wc-country-int {
  border: solid 2px #000000;
  border-radius: 1rem;
  padding: 0.25rem;
  background-color: #000000;
  color: #ffffff;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.wc-country-int:hover {
  color: #000000;
  background-color: #ffffff; }

.wc-country-int img {
  display: inline-block;
  width: 16px; }

.wc-country-int div {
  display: inline-block; }

.wc-skip {
  float: right;
  border: solid 2px #000000;
  color: #ffffff;
  background-color: #4a4949;
  padding: 0.25rem 1rem;
  letter-spacing: 0.5px;
  border-radius: 1rem;
  font-size: 1.15rem;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 1rem;
  color: #000000;
  background-color: #ffffff; }

.wc-skip-cointainer {
  display: inline-block;
  width: 100%; }

@media (min-width: 768px) {
  .wc-popup {
    width: 500px;
    padding: 2rem; }
  .wc-content {
    padding: 1rem 0; }
  .wc-skip {
    margin-top: 2rem; } }

.site-search {
  margin-bottom: -2.5em; }
  @media (min-width: 768px) {
    .site-search {
      margin-bottom: 0; } }

.mc4wp-success {
  background: #0ea00ec7;
  color: white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 1px;
  font-weight: bold; }

@media (min-width: 480px) {
  .elementor-element.elementor-element-643b24a {
    padding: 20px 0px; } }

#currency_sel_widget-0 {
  position: absolute;
  right: 10px; }

.copyright {
  text-align: center; }

.grecaptcha-badge {
  display: none !important; }

#primary {
  margin-bottom: 0px; }
  #primary #main {
    margin-bottom: 0px; }

body:not(.elementor-editor-active) .promo__wrapper {
  display: none; }
  body:not(.elementor-editor-active) .promo__wrapper .textwidget p {
    margin-bottom: 0; }

body:not(.elementor-editor-active) .promo__wrapper--dates {
  width: 0;
  height: 0;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden; }

section .wpml-ls-legacy-dropdown-click {
  width: 210px; }
  section .wpml-ls-legacy-dropdown-click a {
    background-color: transparent;
    color: #ffffff;
    border: 0; }
    section .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
      padding-right: 10px; }
      section .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
        background-color: transparent;
        color: #ffffff; }
  section .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li.wpml-ls-item {
    background-color: #000000;
    color: #ffffff; }

#livechat-wrapper {
  bottom: 70px !important; }

.wc_upsell_shortcode .upsells .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.woocommerce-page .wc_upsell_shortcode .upsells .products li.product {
    width: 50%; }
    @media (min-width: 480px) {
      body.woocommerce-page .wc_upsell_shortcode .upsells .products li.product {
        width: 33%; } }
    body.woocommerce-page .wc_upsell_shortcode .upsells .products li.product img {
      padding: 0 20px; }
  .wc_upsell_shortcode .upsells .products li.product .button {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 2px; }
    .wc_upsell_shortcode .upsells .products li.product .button:hover {
      background-color: #000000;
      color: #ffffff; }

.rp_wcdpd_promotion_countdown_timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none; }
  .rp_wcdpd_promotion_countdown_timer .rp_wcdpd_promotion_countdown_timer_days_value,
  .rp_wcdpd_promotion_countdown_timer .rp_wcdpd_promotion_countdown_timer_hours_value,
  .rp_wcdpd_promotion_countdown_timer .rp_wcdpd_promotion_countdown_timer_minutes_value,
  .rp_wcdpd_promotion_countdown_timer .rp_wcdpd_promotion_countdown_timer_seconds_value {
    font-size: 1.5em; }

.recent-posts-extended .widget-title {
  padding: 0;
  border: 0;
  font-size: 26px !important; }

.recent-posts-extended .rpwe-li.rpwe-clearfix {
  border: none;
  margin-bottom: 15px; }

.recent-posts-extended .rpwe-li .rpwe-img img.rpwe-thumb {
  padding: 0;
  margin: 0 0 10px 0 !important;
  border: none !important;
  width: 100%;
  height: auto; }

.recent-posts-extended .rpwe-li .rpwe-title {
  font-size: 20px !important; }
  .recent-posts-extended .rpwe-li .rpwe-title a {
    text-decoration: none; }

#tidio-chat-iframe {
  bottom: 50px !important; }

.btn--std, .go-to-checkout .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor a.btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  background-color: transparent;
  color: #ffffff;
  padding: 15px 30px;
  outline: 0 !important;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none; }
  .btn--std:hover, .go-to-checkout .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor a.btn:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none; }
  .btn--std.disabled, .go-to-checkout .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor a.disabled.btn, .btn--std[disabled], .go-to-checkout .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor a.btn[disabled], .btn--std:disabled, .go-to-checkout .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor a.btn:disabled {
    background-color: #727272;
    padding: 15px 30px !important; }

.btn-sm, .go-to-checkout .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor a.btn {
  padding: 10px 30px;
  font-size: 14px; }

.btn--dark {
  background-color: #000000;
  color: #ffffff; }
  .btn--dark:hover {
    background-color: #ffffff;
    color: #000000; }

body.blog #primary.content-area, body.archive #primary.content-area {
  float: none;
  clear: both;
  margin: 30px auto 0 auto; }

body.blog #secondary, body.archive #secondary {
  display: none; }

.category__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px; }
  .category__wrapper .category__item {
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer; }
    .category__wrapper .category__item input {
      width: 0;
      height: 0;
      visibility: hidden; }
    .category__wrapper .category__item:hover, .category__wrapper .category__item.is-selected {
      text-decoration: underline; }

.submit {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block; }

.navigation.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .navigation.pagination .next,
  .navigation.pagination .previous {
    text-decoration: underline;
    border: none !important; }
  .navigation.pagination .page-numbers {
    margin: 0 4px; }
  .navigation.pagination .page-numbers:not(.next),
  .navigation.pagination .page-numbers:not(.prev) {
    padding: 3px 8px;
    border: 1px solid #000000;
    color: #000000;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .navigation.pagination .page-numbers:not(.next).current, .navigation.pagination .page-numbers:not(.next):hover,
    .navigation.pagination .page-numbers:not(.prev).current,
    .navigation.pagination .page-numbers:not(.prev):hover {
      background-color: #000000;
      color: #ffffff; }

.post__loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px; }
  .post__loop .post__wrapper {
    width: 100%;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .post__loop .post__wrapper {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 40px; } }
    .post__loop .post__wrapper:first-child {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .post__loop .post__wrapper:first-child .post__wrapper-image {
        width: 100%;
        height: 250px; }
        @media (min-width: 768px) {
          .post__loop .post__wrapper:first-child .post__wrapper-image {
            height: 365px; } }
      .post__loop .post__wrapper:first-child .post__wrapper-info {
        width: 100%;
        top: auto;
        padding-top: 10px;
        padding-left: 0; }
        @media (min-width: 768px) {
          .post__loop .post__wrapper:first-child .post__wrapper-info {
            padding-top: 40px; } }
        .post__loop .post__wrapper:first-child .post__wrapper-info .the_title {
          font-size: 26px; }
          @media (min-width: 768px) {
            .post__loop .post__wrapper:first-child .post__wrapper-info .the_title {
              font-size: 35px; } }
        .post__loop .post__wrapper:first-child .post__wrapper-info .the_title,
        .post__loop .post__wrapper:first-child .post__wrapper-info .the_content {
          max-width: 100%;
          color: #000000; }
          @media (min-width: 768px) {
            .post__loop .post__wrapper:first-child .post__wrapper-info .the_title,
            .post__loop .post__wrapper:first-child .post__wrapper-info .the_content {
              max-width: 70%; } }
      @media (min-width: 768px) {
        .post__loop .post__wrapper:first-child {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
          .post__loop .post__wrapper:first-child .post__wrapper-image,
          .post__loop .post__wrapper:first-child .post__wrapper-info {
            width: 50%; } }
    .post__loop .post__wrapper .post__wrapper-image {
      width: 40%;
      height: 180px; }
      @media (min-width: 768px) {
        .post__loop .post__wrapper .post__wrapper-image {
          height: 365px;
          width: 100%; } }
      .post__loop .post__wrapper .post__wrapper-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 0; }
    .post__loop .post__wrapper .post__wrapper-info {
      width: 60%;
      position: relative;
      padding-left: 20px;
      background-color: #ffffff; }
      @media (min-width: 768px) {
        .post__loop .post__wrapper .post__wrapper-info {
          width: 85%;
          top: -30px;
          padding-top: 20px;
          padding-right: 20px; } }
      .post__loop .post__wrapper .post__wrapper-info .the_title {
        font-size: 20px;
        font-weight: bold; }
      .post__loop .post__wrapper .post__wrapper-info .the_content {
        font-size: 14px;
        padding-bottom: 15px;
        position: relative; }
        .post__loop .post__wrapper .post__wrapper-info .the_content::after {
          content: '';
          position: absolute;
          bottom: 0;
          height: 1px;
          width: 80px;
          background-color: #000000;
          left: 0; }
      .post__loop .post__wrapper .post__wrapper-info .the_btn {
        padding: 5px 15px;
        background-color: #727272;
        color: #ffffff; }

body.single .col-full {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 480px) {
    body.single .col-full {
      margin-left: auto;
      margin-right: auto; } }

body.single #primary {
  margin-top: 30px; }

body.single #secondary {
  margin-top: 0;
  display: none; }
  @media (min-width: 768px) {
    body.single #secondary {
      margin-top: 140px;
      display: block; } }
  body.single #secondary .post_main_title {
    display: block;
    position: relative;
    border-bottom: 1px solid black; }

body.single .site-main #commentform #submit {
  width: auto;
  height: auto; }

body.single .site-main ul.products li.product {
  width: 100%; }
  body.single .site-main ul.products li.product .woocommerce-loop-product__title {
    color: #000000;
    font-weight: regular;
    font-family: "Abel Regular", sans-serif; }
  body.single .site-main ul.products li.product .woocommerce-Price-amount {
    color: #000000; }
  body.single .site-main ul.products li.product .price {
    font-weight: regular;
    font-family: "Abel Regular", sans-serif; }
  body.single .site-main ul.products li.product .button.product_type_simple {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px; }

.woocommerce-active header.site-header .site-branding {
  width: 16%;
  margin-bottom: 0px;
  min-width: 150px;
  z-index: 100;
  position: relative; }
  .woocommerce-active header.site-header .site-branding img {
    width: 110px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 480px) {
      .woocommerce-active header.site-header .site-branding img {
        margin-left: -10px;
        width: 200px;
        margin: auto; } }

header .storefront-primary-navigation {
  width: 100%;
  margin-top: -38px;
  float: left; }
  header .storefront-primary-navigation .primary-navigation {
    display: none; }
    @media (min-width: 1024px) {
      header .storefront-primary-navigation .primary-navigation {
        display: block; } }
  @media (min-width: 1024px) {
    header .storefront-primary-navigation {
      clear: none;
      width: 79%;
      margin-top: 0; } }
  header .storefront-primary-navigation .widget_icl_lang_sel_widget {
    position: absolute;
    right: 10px;
    font-size: 18px; }
    @media (min-width: 480px) {
      header .storefront-primary-navigation .widget_icl_lang_sel_widget {
        top: 17px; } }
    @media (min-width: 1024px) {
      header .storefront-primary-navigation .widget_icl_lang_sel_widget {
        float: right;
        font-weight: bold;
        padding: 13px 12px;
        margin-left: 28px;
        right: 150px; } }
    header .storefront-primary-navigation .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
      width: auto; }
      header .storefront-primary-navigation .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a {
        color: white;
        background: black;
        border: none; }
  header .storefront-primary-navigation ul.iconos-right {
    display: none; }
    @media (min-width: 768px) {
      header .storefront-primary-navigation ul.iconos-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute; } }
    @media (min-width: 1024px) {
      header .storefront-primary-navigation ul.iconos-right {
        position: relative;
        float: right;
        right: auto;
        margin: 0px;
        margin-top: 12px;
        list-style: none;
        display: inline-block; } }
    header .storefront-primary-navigation ul.iconos-right li {
      display: inline-block;
      padding: 0px 5px; }
      header .storefront-primary-navigation ul.iconos-right li i::before, header .storefront-primary-navigation ul.iconos-right li a::before {
        font-family: "Font Awesome 5 Free";
        color: white;
        cursor: pointer; }
      header .storefront-primary-navigation ul.iconos-right li .search:before {
        content: "\f002";
        font-style: normal; }
      header .storefront-primary-navigation ul.iconos-right li .user:before {
        content: "\f007"; }

header .site-search {
  display: none;
  position: absolute;
  right: 20px;
  margin-bottom: 0px;
  margin-top: 45px; }

header#masthead {
  padding: 15px;
  background: #000; }
  header#masthead ul li a:not(.wpml-ls-item-toggle) {
    padding: 10px 13px;
    font-size: 18px; }

header #site-navigation {
  margin-right: 20px !important;
  width: 100%; }
  @media (min-width: 1024px) {
    header #site-navigation {
      width: 80%; } }

header #site-header-cart {
  right: 120px;
  top: 18px; }
  header #site-header-cart .woocommerce-mini-cart__buttons {
    padding: 0px; }
  header #site-header-cart .woocommerce-mini-cart__total {
    padding-bottom: 0px; }
  header #site-header-cart li a {
    padding: 10px 13px;
    font-size: 18px; }
  header #site-header-cart li:last-child a.remove {
    margin-top: -20px; }
  header #site-header-cart .widget_shopping_cart {
    width: 100vh;
    left: 0;
    overflow: hidden; }
    header #site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .buttons {
      display: block !important; }
    @media (min-width: 480px) {
      header #site-header-cart .widget_shopping_cart {
        width: 30%;
        left: auto; } }
    @media (min-width: 768px) {
      header #site-header-cart .widget_shopping_cart {
        width: 40%; } }
  header #site-header-cart ul.woocommerce-mini-cart {
    height: 100%;
    max-height: 40vh;
    overflow: scroll; }
    @media (min-width: 480px) {
      header #site-header-cart ul.woocommerce-mini-cart {
        max-height: 450px; } }

header.promo-header ul li {
  display: inline-block;
  padding: 5px 10px; }

header.promo-header .widget {
  display: inline-block;
  margin: 0px;
  color: #000000; }
  header.promo-header .widget p, header.promo-header .widget ul {
    margin: 0px; }
  header.promo-header .widget a {
    color: black; }
  header.promo-header .widget.central {
    padding: 0px 20px;
    text-align: center;
    width: 100%; }
  header.promo-header .widget.social {
    width: 100%;
    padding: 0px 40px;
    text-align: center;
    display: none; }
  header.promo-header .widget.promo {
    display: none; }
    header.promo-header .widget.promo table * {
      display: block !important;
      width: 100%; }
    header.promo-header .widget.promo table td {
      padding-top: 8px; }
    header.promo-header .widget.promo table span, header.promo-header .widget.promo table strong {
      display: inline !important; }

@media (min-width: 480px) {
  header.promo-header .widget.social {
    width: 36%;
    display: inline-block;
    text-align: left; }
  header.promo-header .widget.central {
    width: auto; } }

header .dropdown-toggle {
  right: -8px; }
  @media (min-width: 1024px) {
    header .dropdown-toggle {
      right: 0; } }

@media (min-width: 1024px) {
  header {
    display: block; } }

header .menu-toggle {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 1024px) {
    header .menu-toggle {
      float: none !important;
      margin-left: 50% !important; } }

.header {
  padding: 10px 0;
  position: relative;
  z-index: 100; }

.header__icons--wraper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__icons--wraper .header__icons--social {
    width: calc(100% - 90px) !important;
    display: none; }
    @media (min-width: 480px) {
      .header__icons--wraper .header__icons--social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .header__icons--wraper .header__icons-lang {
    width: 90px !important; }

.header__icons--wraper .elementor-container {
  margin: 0;
  width: 100%; }

.header__icons--wraper .elementor-button {
  padding: 0; }

.header__icons--wraper .iconos-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0; }
  .header__icons--wraper .iconos-right .cart {
    color: #ffffff;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 10px; }
    .header__icons--wraper .iconos-right .cart > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opcity: 1 !important; }
    .header__icons--wraper .iconos-right .cart:before {
      content: "\f291";
      font-family: "Font Awesome 5 Free";
      font-size: 1.1em;
      color: #ffffff;
      font-weight: 900; }
    .header__icons--wraper .iconos-right .cart .count {
      position: absolute;
      color: #000000;
      padding: 1px;
      background-color: #9fc5e8;
      top: -10px;
      right: -10px;
      border-radius: 100%;
      line-height: 2em;
      padding: 0px 7px;
      font-size: 10px; }

.header__nav .elementor-nav-menu__container {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  height: calc(100vh - 130px);
  margin-top: 0;
  overflow-y: scroll; }
  @media (min-width: 480px) {
    .header__nav .elementor-nav-menu__container {
      overflow-y: initial; } }
  body.admin-bar .header__nav .elementor-nav-menu__container {
    top: 155px; }
  .header__nav .elementor-nav-menu__container.promo {
    top: 139px !important; }

.main-logo {
  text-align: left; }
  .main-logo img {
    width: 110px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 480px) {
      .main-logo img {
        width: 200px;
        margin: auto; } }

.header__top-bar .social-links {
  display: none;
  margin: 0;
  padding-left: 40px; }

.header__top-bar--message {
  font-size: 14px;
  text-align: center; }

@media (min-width: 480px) {
  .header__icons--wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__nav .elementor-nav-menu__container {
    top: 140px; } }

@media (min-width: 768px) {
  .header__top-bar .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__top-bar--message {
    font-size: 14px; } }

@media (min-width: 1024px) {
  body.admin-bar .header__nav .elementor-nav-menu__container {
    top: auto; }
  .header__nav .elementor-nav-menu__container {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto; } }

.timer {
  font-weight: 600;
  font-size: 24px;
  display: block; }
  @media (min-width: 768px) {
    .timer {
      display: inline-block; } }

#site-header-cart .widget_shopping_cart .buttons {
  padding: 0px !important; }
  #site-header-cart .widget_shopping_cart .buttons .button.wc-forward.checkout {
    display: block !important; }

.storefront-handheld-footer-bar {
  z-index: 100;
  border: none; }
  .storefront-handheld-footer-bar.hide {
    display: none; }
    @media (min-width: 768px) {
      .storefront-handheld-footer-bar.hide {
        display: block; } }
  .storefront-handheld-footer-bar ul li > a {
    height: 40px; }
    .storefront-handheld-footer-bar ul li > a:before {
      font-size: 15px; }
  .storefront-handheld-footer-bar ul li.search .site-search {
    display: none;
    bottom: 17px; }
  .storefront-handheld-footer-bar ul li.search.active .site-search {
    margin-bottom: 0px; }
  .storefront-handheld-footer-bar ul li.cart .count {
    top: 0.1em;
    left: 55%; }

footer.site-footer {
  margin-top: 15px;
  padding: 25px 0px 5px 0px;
  background: #000; }

.footer-widgets {
  padding-top: 0px; }
  .footer-widgets p {
    margin: 5px 0px; }
  .footer-widgets .widget {
    margin-bottom: 15px; }
    .footer-widgets .widget .widget-title {
      padding-bottom: 0px;
      margin-bottom: 10px;
      font-weight: bold;
      font-family: "Abel Regular", sans-serif; }
    .footer-widgets .widget ul li {
      margin-bottom: 9px;
      text-transform: uppercase;
      font-family: "Abel Regular", sans-serif; }
      .footer-widgets .widget ul li::before {
        content: "" !important; }
  .footer-widgets.cols-3 .block {
    margin-left: 2%;
    margin-right: 1.3%; }

.footer {
  padding-top: 40px; }
  .footer .elementor-widget-container h5 {
    font-weight: bold;
    font-family: "Abel Regular", sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 1em;
    margin-bottom: 20px; }
  .footer .footer__section .footer__section-title * {
    font-weight: bold;
    font-family: "Abel Regular", sans-serif;
    font-size: 20px;
    color: #ffffff; }
  .footer .footer__section ul li {
    text-transform: uppercase;
    font-family: "Abel Regular", sans-serif;
    font-size: 14px;
    padding: 5px 0; }
    .footer .footer__section ul li a {
      padding: 0 !important;
      color: #ffffff;
      opacity: 1; }
      .footer .footer__section ul li a:hover {
        color: #ffffff; }
      .footer .footer__section ul li a:after {
        display: none; }
  .footer .footer__section .social-links li {
    margin-right: 20px; }

.footer-mobile {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 101;
  height: 40px; }
  @media (min-width: 480px) {
    .footer-mobile {
      display: none; } }
  .footer-mobile .my-account a, .footer-mobile .my-account:before,
  .footer-mobile .search a,
  .footer-mobile .search:before {
    color: #ffffff; }
