/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

:root {
  --brand-color: #ea5442;
  --brand-secondary-color: #ea5442;
  --brand-footer-color: #ea5442;
  --black-color: #000;
  --blue-color: #202a42;
  --text-color: #5f6579;
  --white-color: #fff;
}

button,
a {
  -webkit-appearance: none;
}

input[type="button"],
a[type="button"],
input[type="submit"],
input[type="Reset"] {
  -webkit-appearance: none;
}

@font-face {
  font-family: "Neutra";
  src: url(../fonts/NeutraText-Bold.ttf) format("truetype"),
    url(../fonts/NeutraText-Bold.eot?) format("embedded-opentype"),
    url(../fonts/NeutraText-Bold.woff) format("woff"),
    url(../fonts/NeutraText-Bold.svg#svgFontName) format("svg");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Neutra light";
  src: url(../fonts/neutratext-book.otf);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

body {
  background: var(--white-color);
}

#wrapper {
  background: var(--white-color) !important;
  display: block !important;
  padding-top: 186px !important;
}

@media (max-width: 992px) {
  #wrapper {
    padding-top: 133px !important;
  }
}

@media (max-width: 568px) {
  #wrapper {
    padding-top: 121px !important;
  }
}

p {
  color: var(--text-color);
}

p,
span,
a,
strong,
input,
button,
label,
li,
select,
div {
  font-family: "Roboto Condensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn-primary {
  font-family: "Roboto Condensed", sans-serif;
}

#main > h2 {
  color: var(--black-color);
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
  text-align: left;
  padding: 0;
  text-transform: unset;
}

a {
  color: var(--black-color);
  text-decoration: none;
}

a:active {
  color: var(--black-color);
}


@media (max-width: 1000px) {
.pesca7 {
margin-bottom: 10px;
}
}

.btn-primary,
.btn-default {
  box-shadow: none !important;
  background-color: var(--brand-secondary-color);
}

.btn-primary:hover,
.btn-default:hover {
  background-color: var(--brand-secondary-color) !important;
  color: var(--white-color) !important;
}

input,
textarea {
  background: transparent !important;
}

.form-control-select {
  background: transparent;
}

.form-control:focus,
.input-group.focus {
  outline: 0.1875rem solid #ddd;
}

.send-renew-password-link {
  padding-left: 0;
}

.cabecera_menu_movil {
  display: none;
}

.alert-warning {
  border: 2px solid var(--black-color);
  background: transparent;
  font-size: 14px;
  color: #9e1838;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}

.alert-warning ul li:before {
  display: inline-block;
  content: "\E5CD";
  color: var(--black-color);
  font-size: 20px;
  font-family: "Material Icons";
  vertical-align: text-bottom;
  padding-right: 5px;
}

.page-prices-drop #products .product-miniature {
  margin-right: 0;
}

#products .product-miniature .discount {
  display: block;
}

.footer-before-container {
  background-color: var(--white-color);
}

.footer-before-container .container .product-miniature {
  margin: 0 0.5rem;
}

.product-features .name.Característica,
.product-features .value.Característica {
  display: none;
}

#dew_category {
}

#dew_category .product-miniature h2 {
  padding: 20px 10px;
}

#dew_category .product-miniature p {
  color: #000;
}

#dew_category article.product-miniature:hover img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

#dew_category article.product-miniature:hover p,
#dew_category article.product-miniature:hover a,
#dew_category article.product-miniature h2:hover {
  color: var(--white-color) !important;
}

#subcategories ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 20px;
}

#subcategories li {
  width: calc(33% - 12px);
  flex-direction: row;
}

#subcategories li h2 {
  text-transform: uppercase;
  text-align: center;
}

#subcategories li img {
  max-width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .cabecera_menu_movil {
    display: block;
  }

  .cabecera_menu_movil .titulo {
    text-align: left !important;
  }

  .cabecera_menu_movil .titulo:after {
    margin: 0 !important;
    margin-top: 20px !important;
  }

  #mobile_top_menu_wrapper .cabecera_menu_movil .cerrar:after {
    display: block;
    content: "\E5CD";
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
    color: var(--black-color);
    font-size: 30px;
    font-family: "Material Icons";
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .top-menu .popover ul li a {
    font-weight: bold !important;
  }
}

.custom-checkbox span,
.custom-radio {
  height: 20px !important;
  width: 20px !important;
  margin: 0;
  border: 0 !important;
  position: relative;
  background: #ccc;
  border-radius: 0;
}

.custom-checkbox span {
  -webkit-box-flex: 0;
  flex: 0 0 20px;
}

.custom-checkbox input {
  border: 0;
  z-index: 10;
  height: 23px;
  width: 20px;
}

.custom-checkbox input[type="checkbox"] + span i {
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: var(--black-color);
  background: var(--black-color);
  margin: 0 !important;
}

.custom-radio input[type="radio"]:checked + span {
  background-color: var(--black-color);
  border-radius: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* cabecera global*/
.cabecera {
  position: relative;
  margin-bottom: 35px;
}

.cabecera h1 {
  color: var(--white-color);
  font-size: 90px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  display: block;
  order: 2;
  line-height: normal;
}

.cabecera p {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
  order: 1;
}

.cabecera .cabecera_imagen {
  max-height: 350px;
  overflow: hidden;
  background-size: cover !important;
}

.cabecera .cabecera_imagen img {
  width: 100%;
}

.cabecera .contenido_cabecera {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: inherit;
}

@media (max-width: 992px) {
  .cabecera .cabecera_imagen {
    height: 350px;
  }

  .cabecera .cabecera_imagen img {
    height: 100%;
    width: auto;
  }

  .cabecera .contenido_cabecera {
    width: 90% !important;
  }

  .cabecera p:last-of-type {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .cabecera h1 {
    font-size: 35px;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .cabecera h1 {
    font-size: 25px;
  }

  #enoturismo #wrapper .cabecera .contenido_cabecera p.texto_superior_cabecera {
    margin-bottom: 10px !important;
  }
}

/*HEADER */

#header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

body.scroll-down #header .header-secondary-nav {
  display: none;
}

@media (max-width: 992px) {
  #header .header-secondary-nav {
    display: none;
  }
}

#header .header-secondary-nav {
  background-color: var(--blue-color);
  position: relative;
  z-index: 10;
}

#header .header-secondary-nav .secondary-menu {
  margin: 0;
  min-height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

@media (max-width: 992px) and (min-width: 569px) {
  #header .header-secondary-nav .secondary-menu {
    margin-right: 30px;
  }
}

#header .header-secondary-nav .secondary-menu span {
  color: white;
  line-height: 1;
}

#header .header-secondary-nav .secondary-menu span:nth-of-type(1) {
  font-size: 26px;
  font-family: "Guthen Bloots Personal Use", sans-serif !important;
}

#header .header-secondary-nav .secondary-menu span:nth-of-type(2) {
  font-size: 16px;
  font-weight: bold;
}

#header .header-nav {
  max-height: none;
  margin-bottom: 0;
  border-bottom: 2px solid var(--white-color) !important;
  box-shadow: none !important;
  background: var(--white-color);
  padding-top: 0 !important;
  position: relative;
  z-index: 10;
}

#header .header-nav .container .row > .hidden-sm-down-custom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 35px 0;
  transition: all 0.4s ease;
}

body.scroll-down #header .header-nav .container .row > .hidden-sm-down-custom {
  padding: 15px 0;
}

@media (max-width: 992px) {
  #header .header-nav .container .row > .hidden-sm-down-custom {
    padding: 15px 0;
  }
}

@media (max-width: 992px) {
  #header .header-nav .container .row > .hidden-sm-down-custom {
    justify-content: unset;
  }
}

#header .header-nav .container .row > .hidden-sm-down-custom > div {
  float: none;
  align-items: center;
  gap: 30px;
  padding-right: 120px;
}

@media (max-width: 768px) {
  #header .header-nav .container .row > .hidden-sm-down-custom > div {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #header .header-nav .container .row > .hidden-sm-down-custom > div {
    gap: 10px;
  }
}

#header
  .header-nav
  .container
  .row
  > .hidden-sm-down-custom
  > div
  #_desktop_logo
  a {
  display: flex;

  --min: 20;
  --max: 41;
  --mintrans: 768;
  --maxtrans: 1920;
  gap: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;
}

#header .header-nav .whatsapp a {
  display: flex;
  align-items: center;
}

#header .header-nav .whatsapp a .icon {
  background-color: #1bd841;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 14px;
}

#header .header-nav .whatsapp a .icon i {
  color: var(--white-color);
  font-size: 33px;
}

#header .header-nav .whatsapp a .text {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--blue-color);
  text-transform: uppercase;
}

#header .header-nav .whatsapp .text strong {
  color: var(--black-color);
}

#header .header-nav .hidden-sm-down-custom .col-md-4 {
  width: fit-content !important;
}

#header .header-nav .hidden-sm-down-custom #search_widget {
  --min: 250;
  --max: 695;
  --mintrans: 768;
  --maxtrans: 1920;
  width: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;
}

@media (max-width: 992px) {
  #header .header-nav .hidden-sm-down-custom #search_widget {
    display: none;
  }
}

#header .header-nav .hidden-sm-down-custom .right-nav {
  width: fit-content !important;
}

@media (max-width: 992px) {
  #header .header-nav .hidden-sm-down-custom .right-nav {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  #header .header-nav .hidden-sm-down-custom .right-nav {
    padding-right: 80px !important;
  }
}

@media (max-width: 992px) and (min-width: 569px) {
  #header .header-nav .hidden-sm-down-custom .right-nav {
    margin-right: 30px;
  }
}

#header .header-nav .horeca {
  /* margin-right: 20px; */
  max-width: 130px;
}

#header .header-nav .horeca a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#header .header-nav .horeca a img {
  max-width: 45px;
}

#header .header-nav .horeca a span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: var(--blue-color);
}

#header .header-nav .user-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
}

#header .header-nav .user-info a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  line-height: 1;
  gap: 5px;
}

#header .header-nav .user-info a span.hidden-sm-down {
  font-size: 10px;
  font-weight: bold;
  color: var(--blue-color);
  text-transform: uppercase;
}

#header .header-nav .user-info .user_data {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

#header .header-nav .user-info .user_data .user_vip {
  text-transform: uppercase;
  color: var(--brand-color);
  font-weight: 900;
  font-family: "Netura", sans-serif;
  cursor: pointer;
}

#header .header-nav .user-info .user_data span {
  line-height: 1;
}

#header .header-nav .user-info .user_data .popup_vip {
  position: absolute;
  background: var(--white-color);
  width: 350px;
  padding: 15px 30px;
  text-align: left;
  z-index: 9;
  -webkit-transform: translateX(calc(-50% + 30px));
  transform: translateX(calc(-50% + 30px));
  margin-top: 20px;
  display: none;
}

#header .header-nav .user-info .user_data .popup_vip:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 12px;
  border-color: transparent transparent var(--white-color) transparent;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#header .header-nav .user-info .user_data span:hover + .popup_vip {
  display: block;
}

#header .header-nav .user-info .user_data .popup_vip p {
  white-space: normal;
}

#header .header-nav .user-info a .icon {
  font-size: 24px;
  margin-bottom: 5px;
}

#header .header-nav .user-info a .nombre {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--blue-color);
}

#header .header-nav .cart-preview.active {
  background: none;
}

#header .header-nav .cart-preview .shopping-cart,
#header .header-nav .cart-preview span {
  color: #232323 !important;
}

#header .header-nav .cart-preview.active:hover a,
#header .header-nav .cart-preview.active:hover i {
  color: #2fb5d2;
}

#header .header-nav .user-info span,
#header .header-nav .blockcart span {
  font-size: 12px;
}

#header .header-nav .blockcart span.hidden-sm-down {
  display: none;
}

#header .header-nav .blockcart {
  height: auto;
}

#header .header-nav .blockcart .header {
  position: relative;
}

#header .header-nav .blockcart .carrito {
  /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px; */
}

@media (max-width: 992px) {
  #header .header-nav .blockcart .carrito {
    margin-top: 1px;
  }
}

#header .header-nav .blockcart .carrito .shopping-cart {
  margin-bottom: 5px;
}

#header .header-nav .blockcart .carrito span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: var(--blue-color) !important;
  line-height: 1;
  /* margin-top: 2.87px; */
}

/* @media (max-width: 1420px) {
    #header .header-nav .blockcart .carrito span {
        margin-top: 2px;
    }
}

@media (max-width: 992px) {
    #header .header-nav .blockcart .carrito span {
        margin-top: -1px;
    }
} */

#header .header-nav .blockcart span.cart-products-count {
  position: absolute;
  top: -10px;
  right: 0px;
  background: #e7202f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

#header .header-nav .blockcart span.cart-products-count .value {
  color: var(--white-color) !important;
  font-size: 10px;
  font-family: "Karla", sans-serif;
}

#header .cart-products-count span {
  display: flex;
  align-items: center;
  line-height: 2;
}

#header .header-nav .cart-preview a div:hover span {
  color: #777;
}

#header .header-nav .cart-preview a div:hover span {
  color: #777;
}

#header .header-top {
  padding: 9px 0;
  background: var(--blue-color) !important;
}

#header .header-top .row .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
}

#header .header-top .row .container > div {
  float: none;
  margin: 0;
  border-radius: 0;
}

#header .header-top .menu {
  padding-left: 0;
  margin-top: -9px !important;
  margin-bottom: -9px !important;
}

#header .header-top .menu > ul {
  margin: 0;
}

#header .header-top .menu > ul > li {
  position: relative;
}

#header .header-top .menu > ul > li a:after {
  content: "";
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header .header-top .menu > ul > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.56px;
  padding-right: 20px;
  text-transform: uppercase;
  height: 62px;
  line-height: 62px;
  padding: 0 30px;
  position: relative;
}

#header .header-top .menu > ul > li.current > a,
#header .header-top .menu > ul > li:hover a {
  color: var(--white-color) !important;
}

#header .header-top .menu > ul > li.category:first-child > a {
  font-weight: 800;
  color: var(--white-color) !important;
  background: rgba(16, 9, 9, 0.1);
  display: flex;
  align-items: center;
  width: 290px;
}

#header .header-top .menu > ul > li.category:first-child > a:before {
  margin-right: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "\E8CC";
  font-family: "Material Icons Outlined";
  font-size: 24px;
  color: var(--white-color);
}

#header .header-top .menu > ul > li.category:first-child > a:after,
#header .header-top .menu > ul > li:last-of-type a:after {
  display: none;
}

#header .header-top .menu > ul > li.category:first-child:hover > a {
  color: var(--brand-color) !important;
  background: var(--white-color);
}

#header .header-top .menu > ul > li.category:first-child:hover > a:before {
  color: var(--brand-color);
}

#header .header-top .menu .seccion_submenu ul li.category a {
  height: 61px;
  width: 240px;
  font-weight: 700;
  text-transform: uppercase !important;
  font-size: 14px !important;
  color: var(--blue-color) !important;
  line-height: 20px;
  white-space: inherit;
  padding: 10px 0;
  position: relative;
  letter-spacing: 2.08px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

#header .header-top .menu .seccion_submenu ul li.category:last-of-type a {
  border-bottom: none;
}

#header .header-top .menu .seccion_submenu ul li.category a:hover {
  color: var(--black-color) !important;
}

#header .header-top .search-widget {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 565px) {
  #header .header-top .search-widget {
    justify-content: center;
  }
}

#header .header-top .search-widget form,
#header .header-nav .search-widget form {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
}

#header .header-top .search-widget form input[type="text"] {
  width: 290px;
}

#header .header-nav .search-widget form input[type="text"] {
  background: var(--white-color) !important;
  color: var(--blue-color);
  border-radius: 24px;
  border: none;
  padding: 12px 50px;
  font-size: 16px;
}

#header .header-top .search-widget form input[type="text"] {
  background: var(--blue-color) !important;
  color: var(--white-color);
  border: none;
  padding: 12px 50px;
  font-size: 16px;
}

@media (max-width: 568px) {
  #header .header-top .search-widget form input[type="text"],
  #header .header-nav .search-widget form input[type="text"] {
    padding: 6px 25px 6px 50px;
  }
}

#header .header-nav .search-widget form input[type="text"] {
  border-color: #5f6579;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
}

#header .header-nav .search-widget form input[type="text"],
#header .header-nav .search-widget form input[type="text"]::placeholder {
  --min: 12;
  --max: 12;
  --mintrans: 768;
  --maxtrans: 1920;
  font-size: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;
}

#header
  .header-top
  .search-widget
  form
  input[type="text"]::-webkit-input-placeholder {
  color: var(--white-color);
  opacity: 1 !important;
  text-decoration: underline;
}

#header .header-top .search-widget form input[type="text"]::-moz-placeholder {
  color: var(--white-color);
  opacity: 1 !important;
  text-decoration: underline;
}

#header
  .header-top
  .search-widget
  form
  input[type="text"]:-ms-input-placeholder {
  color: var(--white-color);
  opacity: 1 !important;
  text-decoration: underline;
}

#header .header-top .search-widget form input[type="text"]::placeholder {
  color: var(--white-color);
  opacity: 1 !important;
  text-decoration: underline;
}

#header
  .header-nav
  .search-widget
  form
  input[type="text"]::-webkit-input-placeholder {
  color: var(--blue-color);
  font-size: 16px;
}

#header .header-nav .search-widget form input[type="text"]::-moz-placeholder {
  color: var(--blue-color);
  font-size: 16px;
}

#header
  .header-nav
  .search-widget
  form
  input[type="text"]:-ms-input-placeholder {
  color: var(--blue-color);
  font-size: 16px;
}

#header .header-nav .search-widget form input[type="text"]::placeholder {
  color: var(--blue-color);
  font-size: 16px;
}

#header .header-top .search-widget form input[type="text"]:focus,
#header .header-top .search-widget form button[type="submit"]:focus,
#header .header-nav .search-widget form input[type="text"]:focus,
#header .header-nav .search-widget form button[type="submit"]:focus {
  outline: none;
}

#header .header-top .search-widget form button[type="submit"],
#header .header-nav .search-widget form button[type="submit"] {
  top: 50%;
  right: inherit;
  color: var(--black-color);
  bottom: initial;
  transform: translateY(-50%);
  left: 15px;
  padding: 0;
  height: 24px;
}

#header .header-nav .search-widget form button[type="submit"] .search {
  color: var(--black-color) !important;
  outline: none;
  top: -6px;
  left: -6px;
  cursor: pointer;
}

#header .header-top .search-widget form button[type="submit"] .search {
  color: var(--white-color) !important;
  outline: none;
  top: -6px;
  left: -6px;
  cursor: pointer;
}

@media (max-width: 575px) {
  #header .header-top .search-widget form button[type="submit"] .search,
  #header .header-nav .search-widget form button[type="submit"] .search {
    font-size: 19px;
  }
}

#header .header-nav .blockcart {
  background: none;
  padding-right: 0;
}

#header .header-nav .user-info .account {
  margin: 0;
}

#lnk-enoturismo {
  position: relative;
}

#lnk-enoturismo .popover {
  top: 26px !important;
}

.top-menu .popover {
  min-width: 0;
  width: auto;
  background: var(--white-color);
  box-shadow: 0 15px 11px 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 0;
  /*max-width: 300px;*/
  top: 100% !important;
  left: 0 !important;
}

.top-menu .popover ul,
.top-menu .popover div {
  margin: 0;
}

.top-menu .popover ul li,
.top-menu .popover div span {
  border-bottom: 2px solid #00000078;
  margin: 0 !important;
}

.top-menu .popover ul li:last-child,
.top-menu .popover div span:last-child {
  border-bottom: 0;
}

.top-menu .popover ul li a,
.top-menu .popover div span a {
  padding: 5px 0;
}

.top-menu .sub-menu ul[data-depth="1"] > li,
.top-menu .sub-menu div[data-depth="1"] > li {
  float: none;
}

.top-menu .popover .secciones_submenu {
  display: -webkit-box;
  display: flex;
  padding: 0;
}

.top-menu .popover .seccion_submenu {
  padding-left: 40px;
  border-right: 2px solid #00000078;
  padding: 30px;
  line-height: 1;
}

.top-menu .popover .seccion_submenu:last-child {
  border-right: 0;
}

.top-menu .popover .seccion_submenu .titulo_seccion {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-size: 15px;
  color: var(--black-color);
}

.top-menu .popover .seccion_submenu .menu_denominaciones,
.top-menu .popover .seccion_submenu .menu_marcas {
  display: -webkit-box;
  display: flex;
  margin-top: 10px !important;
}

.top-menu .popover .seccion_submenu li,
.top-menu .popover .seccion_submenu span {
  border-bottom: 0;
}

.breadcrumb ol {
  padding-top: 40px;
}

.breadcrumb ol li {
  font-size: 13px;
  color: var(--blue-color) !important;
  font-weight: 400;
}

.breadcrumb ol li:last-child a {
  color: var(--blue-color) !important;
  font-weight: bold;
}

/*
*
*	HOME
*
*/

body.page-index {
}

body.page-index #wrapper {
  padding: 0;
  background: var(--white-color);
}

body.page-index .titulo_banner {
  display: none;
}

body.page-index .carousel .carousel-inner .caption h2 {
  font-size: 21px;
  font-family: "Karla", sans-serif !important;
  line-height: 1.2;
}

body.page-index .carousel .carousel-inner .caption p {
  --min: 56;
  --max: 100;
  --mintrans: 280;
  --maxtrans: 1920;
  font-size: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;

  font-family: "Guthen Bloots Personal Use", sans-serif !important;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-transform: unset;
  color: var(--white-color);
}

.carousel {
  position: relative;
  width: 100vw;
  margin-left: -50vw !important;
  left: 50%;
  height: 100%;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 0;
  float: none;
}

@media (min-width: 992px) {
  .carousel {
    max-width: calc(100vw - 9px);
  }
}

.carousel .carousel-inner {
  margin-bottom: 0;
}

#wrapper .banner {
  margin: 0;
}

#wrapper .banner img {
  box-shadow: none;
  width: 100%;
}

.custom-text-block {
  background-color: #c9baa0;
  padding: 50px 0;
}

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

.carousel-control.right {
  right: 5px;
}

body.page-index .texto_superior {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--black-color);
  margin-bottom: 0;
}

#products .titulo,
.featured-products .titulo,
.product-accessories .titulo,
.product-miniature .titulo,
.category-tree .titulo {
  color: var(--blue-color);
  font-size: 48px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  line-height: 1;
  margin-bottom: 0 !important;
}

#dew_products_categorytwo p.subtitulo,
#dew_products_categorytwo h2.products-section-title.titulo,
#dew_products_category p.subtitulo,
#dew_products_category h2.products-section-title.titulo {
  padding-left: 10px;
}

#products .subtitulo,
.featured-products .subtitulo,
.product-accessories .subtitulo,
.product-miniature .subtitulo,
.category-tree .subtitulo {
  color: rgba(67, 67, 67, 0.3) !important;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 700;
}

@media (max-width: 768px) {
  /* .featured-products .product-miniature {
        min-width: 300px !important;
    }

    .featured-products .thumbnail-container {
        min-width: 290px;
    } */

  #products .titulo,
  .featured-products .titulo,
  .product-accessories .titulo,
  .product-miniature .titulo,
  .category-tree .titulo {
    font-size: 36px;
    margin-bottom: 25px;
  }

  #dew_products_categorytwo .product-miniature,
  #dew_products_category .product-miniature {
    min-width: 300px !important;
  }

  #dew_products_categorytwo .thumbnail-container,
  #dew_products_category .thumbnail-container {
    min-width: 290px;
  }
}

/* Carrousel */
.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner li {
  max-height: 649px;
}

.carousel .carousel-inner .caption {
  min-width: 1400px;
  max-width: 1000px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 2;
  background: none;
}

.carousel .capa {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) !important;
}

.carousel .carousel-inner .caption h2 {
  font-size: 80px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: var(--white-color);
}

.carousel .carousel-inner .caption h2.quedateencasa {
  font-size: 80px;
  text-transform: none !important;
}

.carousel .carousel-inner .caption p {
  font-size: 21px;
  font-family: "Karla", sans-serif !important;
  line-height: 1.2;
}

.carousel .carousel-inner li .caption h2,
.carousel .carousel-inner li .caption .caption-description p {
  color: var(--white-color);
}

.carousel .carousel-inner li.tema_oscuro .caption h2,
.carousel .carousel-inner li.tema_oscuro .caption .caption-description p {
  color: var(--black-color);
}

.carousel .carousel-inner .caption .btn {
  /* margin: 0; */
  border-radius: 36px;
  color: var(--white-color);
  font-family: "Karla", sans-serif;
  font-size: 21px;
  padding: 20px 50px;
  line-height: 1;
  /* margin-top: 35px; */
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.carousel .carousel-inner .caption .btn:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  color: white !important;
}

.carousel .carousel-inner figure {
  margin: 0;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.carousel .carousel-item img {
  width: 100%;
  max-width: none;
  object-fit: cover;
  filter: brightness(0.8);
}
.carousel .carousel-item img {
  --min: 0;
  --max: 300;
  --mintrans: 200;
  --maxtrans: 1920;
  bottom: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;

}


.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
  color: #e6d8c2;
}

.carousel .carousel-inner p {
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.carousel .carousel-inner p.botones {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel .carousel-inner p.botones a.btn {
  margin-right: 20px;
  border: 2px solid var(--brand-footer-color);
}

.carousel .carousel-inner p.botones a.btn:last-child {
  margin-right: 0;
}

.carousel .carousel-inner p.botones a.btn.transparente {
  background: transparent !important;
  border-color: var(--white-color);
}

.carousel .carousel-inner p.botones a.btn.cart {
  display: flex;
  align-items: center;
  padding: 10px 35px;
}

.carousel .carousel-inner p.botones a.btn.cart:before {
  content: "";
  background: url("/themes/mardequel/assets/resources/cart_blanco.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 12px;
}

.homeslider_nav {
  background: none;
  text-indent: unset;
  overflow: visible;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}

.homeslider_nav.prev:before {
  content: "keyboard_arrow_left";
  font-family: "Material Icons";
  display: block;
  font-size: 45px;
  color: var(--white-color);
}

.homeslider_nav.next {
  overflow: hidden;
}

.homeslider_nav.next:before {
  content: "keyboard_arrow_right";
  font-family: "Material Icons";
  display: block;
  font-size: 45px;
  color: var(--white-color);
}

@media (max-width: 1200px) {
  .carousel .carousel-inner .caption {
    width: 90%;
    min-width: 320px;
  }

  ul.carousel-inner li,
  ul.carousel-inner li figure {
    min-height: 350px !important;
  }
}

@media (max-width: 767px) {
  .header-top .search-widget {
    width: 100%;
  }

  .carousel .carousel-inner {
    height: 466px;
  }

  .carousel-control.right {
    right: 10px;
  }

  .carousel .carousel-item img {
    height: 100%;
    max-width: none;
    max-height: none;
    width: auto;
  }

  .carousel .carousel-inner .caption h2 {
    font-size: 70px;
  }

  .carousel .carousel-inner .caption h2.quedateencasa {
    font-size: 60px;
  }
}

@media (max-width: 600px) {
  .carousel .carousel-inner .caption {
    width: 100%;
    min-width: 320px;
  }

  .carousel .carousel-inner .caption h2 {
    font-size: 60px;
  }

  .carousel .carousel-inner .caption h2.quedateencasa {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .carousel .carousel-inner .caption {
    max-width: 400px;
  }

  .carousel .carousel-inner .caption p {
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .carousel .carousel-inner p.botones {
    flex-direction: column;
  }

  .carousel .carousel-inner p.botones a {
    margin-right: 0 !important;
    margin-top: 20px !important;
  }

  ul.carousel-inner li,
  ul.carousel-inner li figure {
    min-height: 300px !important;
  }
}

@media (max-width: 420px) {
  .carousel .carousel-inner .caption h2 {
    font-size: 40px;
  }
}

@media (max-width: 374px) {
  .carousel .carousel-inner .caption .btn {
    padding: 15px 25px !important;
  }

  .carousel .carousel-inner p.botones a.btn.cart {
    padding: 10px 35px !important;
  }
}

.featured-products {
  padding-top: 50px !important;
  padding-bottom: 50px;
  clear: both;
}

.featured-products > * {
  text-align: center;
}

.featured-products h2 {
  display: block;
  margin-bottom: 10px !important;
}

.featured-products .products {
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.featured-products .products-section-title-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-block-end: 28px;
  column-gap: 50px;
  row-gap: 15px;
}

.featured-products .products-section-title-container h2 {
  text-transform: unset;
  margin-bottom: 0;
}

.featured-products .products-section-title-container a.link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  color: var(--blue-color);
  font-size: 21px;
  font-weight: bold;
  text-align: left;
}

.featured-products .products-section-title-container a.link::after {
  content: ">";
}

.featured-products > .container > .link {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: fit-content;
  border-color: var(--blue-color);
  border-width: 1px;
  border-style: solid;
  border-radius: 36px;
  background: var(--blue-color);
  color: white;
  padding: 20px 50px;
  transition: all 0.3s ease;
  font-size: 21px;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.featured-products > .container > .link:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  color: white !important;
}

.products .product-miniature {
  padding: 20px !important;
}

section:not(.featured-products) .products .product-miniature {
  margin: 0 !important;
}

#products .products.row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 1480px) {
  #products .products.row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  #products .products.row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 875px) {
  #products .products.row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  #products .products.row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.products .product-miniature .thumbnail-container {
  /* height: 274px !important;
    width: 100% !important;
    background: unset !important;
    box-shadow: unset !important;
    border-radius: 8px; */
}

.products .product-miniature .thumbnail-container .thumbnail {
  overflow: hidden;
  border-radius: 8px;
}

.products .product-miniature .thumbnail-container .thumbnail img {
  /* object-fit: cover;
    object-fit: cover;
    height: 274px !important;
    width: 100% !important;
    border-radius: 8px;
    margin-left: 0 !important; */

  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  transform: scale(1.4);
}

.products .product-miniature .thumbnail-container .product-flags {
  display: none !important;
}

.products .product-miniature .info-container {
  width: 100%;
}

.products .product-miniature .info-container .product-description {
  max-width: 100% !important;
  width: fit-content !important;
}

.products
  .product-miniature
  .info-container
  .product-description
  .product-title {
  font-size: 26px;
}

.products .product-miniature .info-container .product-description .formato p {
  text-transform: capitalize;
}

.products
  .product-miniature
  .info-container
  .product-description
  .product-price-and-shipping
  .regular-price {
  margin-right: 10px;
}

.products .product-miniature .info-container .add .btn-primary {
  background-color: unset !important;
  border-color: var(--brand-color);
  border-width: 1px;
  border-style: solid;
  border-radius: 21px;
  color: var(--brand-color) !important;
  text-transform: unset;
}

.products .product-miniature .info-container .add .btn-primary:hover {
  background-color: var(--brand-color) !important;
  color: white !important;
}

.owl-stage-outer {
  width: 100%;
  overflow: hidden;
}

.owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: flex;
}

.owl-stage-outer .owl-stage .owl-item article {
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border: none;
  height: 100%;
}

.owl-stage-outer .owl-stage .owl-item article .product-title {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

.owl-nav div {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 9999999;
  -webkit-transform: translateY(calc(50% - 25px));
  transform: translateY(calc(50% - 25px));
}

.owl-nav div i {
  cursor: pointer;
  font-size: 50px;
  color: var(--black-color);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-next {
  right: 0;
}

/* @media(max-width: 575px) {
    .owl-nav .owl-prev {
        left: -20px;
    }

    .owl-nav .owl-next {
        right: -20px;
    }
} */

@media (max-width: 1024px) {
  .owl-nav img {
    margin: 0;
  }
}

@media (max-width: 678px) {
  .owl-stage-outer .owl-stage .owl-item article {
    height: inherit;
  }
}

/* CUSTOM TEXT HOME 1 */
#custom-text-dewenir-home-1 .enlaces a {
  text-transform: uppercase;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  background-color: #c9baa0;
  text-align: center;
  position: relative;
  margin-right: 20px;
  padding: 0.5rem 1.5rem;
  padding-right: 2rem;
  font-weight: bold;
}

#custom-text-dewenir-home-1 .enlaces a:last-of-type {
  margin-right: 0;
}

#custom-text-dewenir-home-1 .enlaces a:after {
  content: "\E5CC";
  font-family: "Material Icons";
  line-height: 1;
  position: absolute;
  display: block;
  right: 0;
  top: 1px;
  font-size: 34px;
}

#custom-text-dewenir-home-1 .enlaces a.unete {
  color: #040403;
  background-color: var(--white-color);
}

/* CUSTOM TEXT HOME 2 */
#custom-text-dewenir-home-2 .elementos {
  text-align: center;
}

#custom-text-dewenir-home-2 .elementos .item {
  display: inline-block;
}

#custom-text-dewenir-home-2 .elementos .item .contenido {
  margin-top: 10px;
}

#custom-text-dewenir-home-2 .elementos .item .contenido .titulo {
  color: var(--white-color);
  font-size: 1.5rem;
}

#custom-text-dewenir-home-2 .elementos .item .contenido .descripcion {
  color: var(--white-color);
}

/* BANNER VISITANOS*/
#banner-visitanos {
  overflow: hidden;
}

#banner-visitanos .titulo {
  font-weight: bold;
  margin-bottom: 0px;
  font-family: "Karla", sans-serif !important;
  font-size: 28px;
  text-transform: uppercase;
}

#banner-visitanos .sub-titulo {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 50px;
}

#banner-visitanos .imagen_content {
  position: relative;
}

#banner-visitanos .imagen_content img {
  width: 100%;
}

#banner-visitanos .imagen_content .contenido {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
}

#banner-visitanos .imagen_content .contenido .triangulo {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#c2bccdc4),
    color-stop(50%, #c2bccdc4),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(
    to right top,
    #c2bccdc4 0%,
    #c2bccdc4 50%,
    transparent 50%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#banner-visitanos .imagen_content .contenido .textos {
  text-align: center;
  margin: auto;
  max-width: 600px;
}

#banner-visitanos .imagen_content .contenido .textos * {
  color: var(--white-color) !important;
}

#banner-visitanos .imagen_content .contenido .textos a {
  border-radius: 30px;
  font-size: 15px;
  border: 2px solid var(--brand-color);
  padding: 13px 65px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--brand-color);
}

@media (max-width: 992px) {
  #banner-visitanos .imagen_content .contenido .textos {
    left: 50%;
    bottom: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  #banner-visitanos .imagen_content img {
    width: auto;
    height: 100%;
  }

  #banner-visitanos .imagen_content .contenido .triangulo {
    background-image: none;
    background: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 480px) {
  #banner-visitanos .titulo {
    font-size: 40px;
  }
}

/* BANNER VINAZO */
#banner-vinazo {
  position: relative;
  overflow: hidden;
}

#banner-vinazo .contenido .container .textos {
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

#banner-vinazo .contenido .container .textos img {
  width: 20%;
  padding-bottom: 20px;
}

#banner-vinazo .contenido .container .textos h2 {
  color: #040403;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#banner-vinazo .contenido .container .textos .sub_titulo {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 300;
  font-family: "Karla", sans-serif;
  color: #040403;
}

#banner-vinazo .contenido .container .textos .texto_superior {
  color: var(--black-color);
  margin-bottom: 20px;
}

#banner-vinazo .contenido .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

#banner-vinazo .contenido .container > div {
  display: inline-block;
}

#banner-vinazo .contenido .container .imagen {
  text-align: center;
  background: transparent !important;
  width: 50%;
}

#banner-vinazo .contenido .container .imagen .vino {
  position: relative;
  height: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

#banner-vinazo .contenido .container .imagen .vino img {
  max-height: 400px;
  padding-bottom: 30px;
}

#banner-vinazo .contenido .container .imagen .vino p {
  color: var(--black-color);
  font-size: 13px;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Karla", sans-serif !important;
  text-transform: uppercase;
}

#banner-vinazo .contenido .container .imagen .vino .price {
  width: auto;
  display: inline-block;
  border-radius: 100%;
  padding: 45px 15px;
  color: var(--white-color);
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-top: 20px;
}

#banner-vinazo .contenido .container .imagen .vino .price small {
  font-size: 20px;
  font-weight: 300;
  vertical-align: top;
}

#banner-vinazo .owl-stage-outer {
  overflow: hidden;
  height: 100%;
}

#banner-vinazo .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: flex;
  height: 100%;
}

#banner-vinazo .owl-nav div {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 9999999;
  -webkit-transform: translateY(calc(50% - 25px));
  transform: translateY(calc(50% - 25px));
}

#banner-vinazo .owl-nav div i {
  cursor: pointer;
  font-size: 45px;
}

#banner-vinazo .owl-nav .owl-prev {
  left: 40px;
}

#banner-vinazo .owl-nav .owl-next {
  right: 40px;
}

@media (max-width: 1400px) {
  #banner-vinazo .contenido .container .imagen .vino .price {
    font-size: 20px;
    padding: 40px 15px;
  }
}

@media (max-width: 1300px) {
  #banner-vinazo .contenido .container .imagen .vino .price {
    font-size: 20px;
    padding: 35px 10px;
  }
}

@media (max-width: 1200px) {
  #banner-vinazo .contenido .container {
    margin-top: 70px;
    margin-bottom: 30px;
    height: calc(100% - 100px);
  }

  #banner-vinazo .contenido .container .imagen .vino .price {
    font-size: 17px;
    padding: 30px 8px;
  }
}

@media (max-width: 1200px) {
  #banner-vinazo .contenido .container .imagen .vino .price {
    font-size: 17px;
    padding: 30px 8px;
  }
}

@media (max-width: 992px) {
  #banner-vinazo .contenido .container .textos img {
    margin: 0 auto;
  }

  #banner-vinazo .fondo {
    width: auto;
    position: absolute;
    height: 100%;
  }

  #banner-vinazo .contenido {
    position: relative;
  }

  #banner-vinazo .contenido .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }

  #banner-vinazo .contenido .container .textos {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  #banner-vinazo .contenido .container .imagen {
    width: 80%;
  }

  #banner-vinazo .contenido .container .imagen .vino .price {
    padding: 45px 15px;
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  #banner-vinazo .contenido .container .imagen {
    width: 100%;
  }
}

/* BANNER DESCUBRIR */
#banner-descubrir {
  margin-top: 120px;
  margin-bottom: 140px;
  position: relative;
}

#banner-descubrir:after {
  content: "";
  width: 100%;
  height: 72%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f0f0f0;
  z-index: 0;
}

#banner-descubrir .container {
  position: relative;
  z-index: 1;
}

#banner-descubrir .container .row {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

#banner-descubrir .imagen {
  padding: 0;
  width: 507px;
  padding-right: 30px;
}

#banner-descubrir .imagen img {
  width: 100%;
}

#banner-descubrir .contenido {
  padding: 0;
  padding-left: 30px;
  width: calc(100% - 507px);
}

#banner-descubrir .contenido .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
}

#banner-descubrir .contenido .content .titulo {
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
  color: var(--black-color);
  text-transform: none;
  margin-bottom: 30px;
  padding-bottom: 0;
  max-width: 575px;
}

#banner-descubrir .contenido .content .titulo:after {
  content: none;
}

#banner-descubrir .contenido .content .subtitulo {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: var(--black-color);
  margin-bottom: 40px;
}

#banner-descubrir .contenido .content .boton_enlace {
  background-color: var(--brand-secondary-color);
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 1.92px;
  padding: 15px 45px;
  color: var(--white-color);
}

@media (max-width: 991px) {
  #banner-descubrir {
    margin-bottom: 30px;
    margin-top: 100px;
  }

  #banner-descubrir .container .row {
    flex-direction: column;
  }

  #banner-descubrir .imagen {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  #banner-descubrir .imagen img {
    width: auto;
  }

  #banner-descubrir .contenido {
    padding: 0 15px;
    width: 100%;
  }

  #banner-descubrir .contenido {
    justify-content: center;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  #banner-descubrir .contenido .content .titulo {
    font-size: 30px;
  }
}

/*Productos por categoria */
[id*="dew_products_category"] h2 {
  padding-top: 40px;
}

[id*="dew_products_category"] .products {
}

[id*="dew_products_category"] .products .product-miniature {
  background: var(--brand-secondary-color);
  padding: 5px;
  width: 48%;
  flex-direction: row;
}

[id*="dew_products_category"]
  .product-miniature
  .product-description
  .product-price-and-shipping
  .discount-percentage {
  color: #fff !important;
}

[id*="dew_products_category"] .products .product-miniature > * {
  flex: 1 1 50%;
}

[id*="dew_products_category"]
  .products
  .product-miniature
  .thumbnail-container {
  margin-bottom: 0 !important;
}

[id*="dew_products_category"] .products .product-miniature .info-container {
  padding: 0 15px;
  height: inherit;
}

[id*="dew_products_category"] .products .product-miniature .info-container * {
  color: var(--white-color) !important;
  text-align: left;
}

[id*="dew_products_category"] .products .product-miniature .info-container h2 {
  padding: 0;
}

[id*="dew_products_category"]
  .products
  .product-miniature
  .info-container
  .add {
  margin-top: 15px;
}

[id*="dew_products_category"]
  .products
  .product-miniature
  .info-container
  .add
  .btn-primary {
  color: var(--brand-secondary-color) !important;
  background: var(--white-color) !important;
  border-color: var(--brand-secondary-color) !important;
}

[id*="dew_products_category"]
  .products
  .product-miniature
  .info-container
  .add
  .btn-primary
  * {
  color: var(--brand-secondary-color) !important;
}

@media (max-width: 1200px) and (min-width: 1010px) {
  [id*="dew_products_category"] .products .product-miniature {
    width: 55%;
  }

  [id*="dew_products_category"] .products .product-miniature > * {
    width: 50%;
  }
}

@media (max-width: 992px) {
  [id*="dew_products_category"] .products .product-miniature {
    width: 100%;
  }
}

@media (max-width: 768px) {
  [id*="dew_products_category"] .products .product-miniature {
    align-items: flex-start;
  }

  [id*="dew_products_category"]
    .products
    .product-miniature
    .thumbnail-container {
    flex: 1 1 40%;
    margin-bottom: 20px !important;
  }

  [id*="dew_products_category"] .products .product-miniature .info-container {
    flex: 1 1 60%;
  }
}

/*
*
*	Listado productos
*
*/
#category #wrapper {
  background: var(--white-color);
  padding-top: 0;
}

#category #wrapper > .container {
  margin-top: 35px;
}

#category .filtros-movil .btn-mostrar-filtros {
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
}

/* #category .breadcrumb,
#category #search_filters {
    margin-left: -10px;
} */

#category #search_filters .categorías ul li {
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

#category #search_filters .categorías ul li:nth-child(2),
#category #search_filters .categorías ul li:nth-child(3) {
  display: none;
}

#category #left-column {
  padding: 0;
  width: 250px;
  margin-right: 50px;
}

@media (max-width: 576px) {
  #category #left-column {
    width: 540px !important;
    max-width: 100% !important;
    margin: 0 auto;
    float: unset !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (max-width: 768px) {
  #category #left-column {
    width: 720px !important;
    max-width: 100% !important;
    margin: 0 auto;
    float: unset !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

#category #search_filters {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  background: transparent;
}

#category #search_filters > .h6 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 800;
}

#category #search_filters .clear-all-wrapper {
  padding-bottom: 25px;
}

#category #search_filters .clear-all-wrapper button {
  box-shadow: none;
  background: none;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
}

#category #search_filters .clear-all-wrapper button i {
  border: 1px solid var(--black-color);
  width: auto;
  height: auto;
  font-size: 14px;
}

#category #search_filters > h4 {
  margin-bottom: 11px;
  font-size: 18px;
  border-bottom: 2px solid var(--black-color);
  padding-bottom: 10px;
}

#category #search_filters .facet {
  /* margin-bottom: 25px; */
  padding-top: 0;
}

#category #search_filters .facet.formato {
  display: none;
}

#category #search_filters .facet .facet-title {
  display: block;
  color: var(--black-color);
  font-size: 15px;
  font-weight: 800;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#category #search_filters .facet > .facet-title {
  display: none;
}

#category #search_filters .facet .facet-label {
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}

#category #search_filters .facet .facet-label * {
  vertical-align: middle;
  text-align: left;
  top: unset !important;
  margin-right: 10px;
}

#category #search_filters .facet .facet-label a {
  margin-top: 0;
  margin-left: 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--blue-color);
  font-size: 16px;
  justify-content: space-between;
  flex-grow: 1;
  align-items: start;
  margin-left: 0;
  text-decoration: none;
}

#category #search_filters .facet .facet-label a .label {
  color: var(--blue-color);
}

#category #search_filters .facet .facet-label a span.magnitude {
  color: #5f6579;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
}

#category #search_filters .facet .facet-label a:hover,
#category #search_filters .facet .facet-label.active a,
#category #search_filters .facet .facet-label a:hover .label,
#category #search_filters .facet .facet-label.active a .label {
  color: var(--blue-color) !important;
}

#category #search_filters .facet .custom-radio span {
  border-radius: 0;
  background: var(--black-color);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none !important;
}

#category #search_filters .facet-label.active .custom-radio span {
  display: block !important;
}

#category #search_filters .facet .custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

#category
  #search_filters
  .facet
  .custom-checkbox
  input[type="checkbox"]
  + span {
  height: 20px;
  width: 20px;
  margin: 0;
  border: 0;
  position: relative;
  background: unset !important;
  border: 1px solid var(--blue-color) !important;
}

#category
  #search_filters
  .facet
  .custom-checkbox
  input[type="checkbox"]
  + span
  i {
  display: none;
}

#category
  #search_filters
  .facet-label.active
  .custom-checkbox
  input[type="checkbox"]
  + span:before {
  content: "";
  height: 10px;
  width: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: var(--brand-color);
  background: var(--brand-color);
}

#category #search_filters .facet .custom-checkbox i {
  font-size: 18px;
  margin: 0;
}

#category #search_filters.sin_filtros .facet.sección {
}

#category #content-wrapper {
  padding: 0;
  padding-top: 20px;
  width: calc(100% - 300px);
}

@media (max-width: 576px) {
  #category #content-wrapper {
    width: 540px !important;
    max-width: 100% !important;
    margin: 0 auto;
    float: unset !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (max-width: 768px) {
  #category #content-wrapper {
    width: 720px !important;
    max-width: 100% !important;
    margin: 0 auto;
    float: unset !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (max-width: 992px) {
  #category #content-wrapper {
    width: 75%;
  }
}

#category #products > div .active_filters {
  background: transparent;
  border: 2px solid #eee;
}

#category #products > div .active_filters h1 {
  color: var(--black-color);
}

#category #products > div .active_filters .filter-block {
  box-shadow: none;
  background: transparent;
}

#category .products {
  -webkit-box-pack: left;
  justify-content: left;
}

#category #js-product-list {
  margin-top: -15px;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  margin-top: 20px !important;
}

article.product-miniature {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px !important;
  margin-bottom: 20px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23202A42FF' stroke-width='1' stroke-dasharray='1%2c3' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 8px;
}

article.product-miniature * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

article.product-miniature .info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

article.product-miniature .product-description {
  min-height: 70px;
  max-width: 225px;
  position: relative !important;
  background: transparent !important;
  height: auto !important;
  margin-bottom: 0;
  flex: 1 0 auto;
}

article.product-miniature .formato {
  text-align: center;
  margin-top: 3px;
}

article.product-miniature .formato p {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  color: var(--blue-color);
  margin-bottom: 5px;
}

article.product-miniature .product-description .product-title a {
  display: block;
  color: var(--black-color) !important;
  font-size: 21px !important;
  line-height: 1;
  text-transform: none;
  font-weight: 600 !important;
  margin-bottom: 20px;
  min-height: 41px;
}

article.product-miniature .product-description .product-title .subtitulo {
  text-transform: none;
  display: block;
}

article.product-miniature .product-description .product-price-and-shipping {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

article.product-miniature
  .product-description
  .product-price-and-shipping
  .price {
  font-weight: bold;
  color: var(--black-color);
  font-size: 32px;
  line-height: normal;
  margin-right: 5px;
}

article.product-miniature
  .product-description
  .product-price-and-shipping
  .regular-price {
  font-weight: normal;
  color: var(--blue-color);
  font-size: 21px !important;
  line-height: 1.2;
}

article.product-miniature
  .product-description
  .product-price-and-shipping
  .discount-percentage {
  position: initial !important;
  border: 0;
  padding: 0 !important;
  margin-top: 15px;
  color: var(--brand-color) !important;
  width: 100%;
  font-weight: 800 !important;
  font-size: 12px !important;
  letter-spacing: 1.2px;
}

article.product-miniature:hover
  .product-description
  .product-price-and-shipping
  .discount-percentage {
  color: #fff !important;
}

article.product-miniature .info-container,
article.product-miniature .info-container .product-description > *,
article.product-miniature .product-description .product-title a {
  text-align: left !important;
}

/*
#products .product-miniature .discount,
article.product-miniature .product-flags .new,
#product #content .product-flag.new{background: var(--white-color) !important; color: var(--brand-secondary-color) !important; font-size: 11px !important; font-weight: 600 !important; box-shadow: none !important; left: -23px !important;-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.15) !important; -moz-box-shadow:6px 6px 7px 0px 0 rgba(0,0,0,0.15)!important; box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.06)!important; padding: .3125rem .8375rem !important;}
*/
#product #content .product-flag.pack {
  display: none;
}

#products .product-miniature .discount {
  right: 20px !important;
  left: auto !important;
}

article.product-miniature .discount-percentage.discount-percentage {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--black-color) !important;
  font-size: 13px !important;
  padding: 15px 13px !important;
  border: 2px solid var(--black-color);
  border-bottom: 0;
  right: 0;
  left: auto !important;
  top: -79px !important;
}

#product .product-add-to-cart .add-to-cart,
article.product-miniature .add .add-to-cart {
  font-size: 15px;
  height: 41px;
  line-height: 14px;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  outline: none;
  font-weight: 800;
  border-radius: 0;
}

#product .product-add-to-cart .add-to-cart:hover,
article.product-miniature .add .add-to-cart:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
}

.owl-item article.product-miniature .add .add-to-cart {
  padding: 15px 25px !important;
}

#product .product-add-to-cart .add-to-cart i,
article.product-miniature .add .add-to-cart i,
.owl-item article.product-miniature .add .add-to-cart i {
  font-size: 16px;
}

#wrapper #content .product-flags,
#wrapper article.product-miniature .product-flags,
#footer article.product-miniature .product-flags {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 5px;
}

#wrapper #content .product-flags > .product-flag,
#wrapper article.product-miniature .product-flags > .product-flag,
#footer article.product-miniature .product-flags > .product-flag {
  margin-right: 5px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  background: var(--blue-color);
  border: 2px dotted var(--white-color);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: var(--white-color);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  padding: 0;
  text-align: center;
  overflow: hidden;
  position: static;
  margin-top: 0;
  margin-bottom: 5px;
  display: none;
  justify-content: center;
  align-items: center;
  line-height: normal;
}

#wrapper #content .product-flags > .product-flag:last-of-type,
#wrapper article.product-miniature .product-flags > .product-flag:last-of-type,
#footer article.product-miniature .product-flags > .product-flag:last-of-type {
  margin-right: 0;
}

#wrapper #content .product-flags > .product-flag.on-sale,
#wrapper article.product-miniature .product-flags > .product-flag.on-sale,
#footer article.product-miniature .product-flags > .product-flag.on-sale {
  background: #ed7f11;
  display: flex;
}

#wrapper #content .product-flags > .product-flag.new,
#wrapper article.product-miniature .product-flags > .product-flag.new,
#footer article.product-miniature .product-flags > .product-flag.new {
  background: #14af50;
  display: flex;
}

#wrapper #content .product-flags > .product-flag.pack,
#wrapper article.product-miniature .product-flags > .product-flag.pack,
#footer article.product-miniature .product-flags > .product-flag.pack {
  background: #2fb5d2;
  display: flex;
}

#wrapper #content .product-flags > .product-flag.caracteristica,
#wrapper
  article.product-miniature
  .product-flags
  > .product-flag.caracteristica,
#footer
  article.product-miniature
  .product-flags
  > .product-flag.caracteristica {
  background: var(--brand-secondary-color) !important;
  color: var(--white-color) !important;
  display: flex;
}

article.product-miniature:hover .thumbnail-container img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

article.product-miniature:hover .add .add-to-cart,
article.product-miniature .add .add-to-cart:hover {
  background: var(--white-color) !important;
  color: var(--brand-secondary-color) !important;
}

.pagination {
  margin-bottom: 20px;
}

.pagination div {
  width: 100%;
  margin-left: 0;
  text-align: center;
  float: none;
}

.pagination div:first-child {
  color: var(--black-color);
  font-weight: 400;
  font-family: "Karla", sans-serif;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.pagination .page-list {
  box-shadow: none;
  margin-top: 25px;
  margin-bottom: 25px;
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 468px) {
  .pagination .page-list {
    gap: 5px;
  }
}

.pagination .page-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  transition: all 0.3s ease;
}

@media (max-width: 468px) {
  .pagination .page-list li {
    width: 30px;
    height: 30px;
  }
}

.pagination .page-list li:hover,
.pagination .page-list li.current {
  border-color: #ea5442 !important;
  background: #ea5442 !important;
}

.pagination .page-list li:not(.current) {
  border-color: #5f6579;
  background: #ffffff;
}

.pagination .page-list li.current a,
.pagination .page-list li:hover a {
  font-weight: bold;
  color: white !important;
  font-size: 22px;
}

.pagination .page-list li a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.pagination .page-list li:last-child a {
  padding-right: 0;
}

.pagination .page-list li.current {
  padding: 0;
}

.filtros-movil {
  display: none;
}

.filtros-movil .btn-mostrar-filtros {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
}

.filtros-movil .btn-mostrar-filtros span {
  margin-right: 10px;
}

.hidden-md-up.text-xs-right.up {
  display: none;
}

@media (max-width: 1200px) {
  article.product-miniature .info-container {
    width: 250px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  #category #left-column {
    margin-right: 0;
    width: 25% !important;
  }
}

@media (max-width: 992px) {
  .pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .pagination div {
    width: 100%;
    padding-left: 0;
  }

  #category .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  /* article.product-miniature {
        max-width: 260px;
    } */

  /* article.product-miniature .thumbnail-container {
        max-width: 250px;
    } */
}

@media (max-width: 768px) {
  #category #wrapper > .container {
    margin-top: 0;
    width: 100%;
  }

  #category #wrapper > .container {
    padding: 0;
  }

  #category #content-wrapper {
    width: 100%;
  }

  #category .banner {
    height: 350px;
    overflow: hidden;
  }

  #category .banner img {
    height: 100%;
    width: auto;
  }

  #category .banner .titulo_banner {
    font-size: 36px;
    width: 100%;
    color: #000;
    text-align: left;
  }

  #category #search_filters .facet {
    margin-bottom: 0;
  }

  #category #left-column {
    margin-bottom: 45px;
  }

  #category #left-column #search_filters_wrapper {
    box-shadow: -2px 0px 12px -4px rgba(0, 0, 0, 0.5);
    display: block !important;
    position: fixed;
    top: 0;
    right: -270px;
    width: 270px;
    z-index: 998;
    background: var(--white-color);
    height: 100vh;
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 15px;
    overflow-y: auto;
    -webkit-transition: right 0.3s linear;
    transition: right 0.3s linear;
  }

  #category #left-column #search_filters {
    border: 0;
  }

  #category #left-column #search_filters .facet {
    border: 0;
    margin-bottom: 20px;
  }

  #category #left-column #search_filters .facet .h6 {
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }

  #category #left-column #search_filters .facet .float-xs-right {
    display: none;
  }

  #category #left-column #search_filters .facet ul {
    display: block;
    padding-right: 25px;
  }

  #category #left-column #search_filters .facet ul li {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
  }

  #category #left-column #search_filters .facet ul li a {
    font-size: 14px;
  }

  #category #left-column #search_filters .facet ul li .custom-radio {
    margin-right: 0;
  }

  #category.filtros-visibles #left-column #search_filters_wrapper {
    right: 0;
  }

  #category.filtros-visibles #left-column #search_filter_controls {
    display: none !important;
  }

  .filtros-movil {
    display: block;
  }

  .filtros-visibles {
    overflow: hidden;
  }

  .filtros-visibles .filtros-movil .btn-mostrar-filtros::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.7);
  }

  .filtros-visibles .filtros-movil .btn-mostrar-filtros::after {
    content: "\E5CD";
    display: block;
    position: fixed;
    top: 40px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    color: var(--black-color);
    font-size: 30px;
    font-family: "Material Icons";
  }

  #category .cabecera {
    height: 80px;
  }

  #category .cabecera .cabecera_imagen {
    display: none;
  }

  #category .cabecera .contenido_cabecera p {
    display: none;
  }

  #category .products {
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 5px;
  }

  article.product-miniature .thumbnail-container {
    /*overflow: hidden;*/
    padding-top: 50px;
  }

  article.product-miniature .thumbnail-container a {
    position: relative;
    top: -25px;
  }

  #category article.product-miniature .product-description {
    padding-left: 10px;
  }

  #category article.product-miniature .product-description .product-title a {
    font-size: 18px !important;
    line-height: 21px;
  }

  #category article.product-miniature .info-container {
    width: 100%;
  }

  #category article.product-miniature .info-container .btn {
    width: 100%;
    font-size: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
  }

  article.product-miniature .thumbnail-container {
    width: auto !important;
    height: auto !important;
  }

  article.product-miniature .product-description {
    width: auto !important;
    max-width: 250px;
  }

  article.product-miniature .product-description .product-title a {
    font-size: 21px !important;
  }

  article.product-miniature
    .product-description
    .product-price-and-shipping
    .price {
    font-size: 18px;
  }

  article.product-miniature .formato {
    margin-bottom: 10px;
  }

  article.product-miniature .formato p {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  #category .cabecera .contenido_cabecera .titulo_banner {
    font-size: 32px;
  }

  #category article.product-miniature .info-container {
    padding: 0;
  }
}

@media (max-width: 410px) {
  #category article.product-miniature,
  #subcategories li {
    width: 100% !important;
  }

  #category article.product-miniature .info-container {
    padding-left: 15px;
  }

  #category article.product-miniature .info-container .btn {
    width: auto;
    font-size: 12px;
    padding: 0.5rem 1.25rem;
  }

  #subcategories li img {
    display: block;
    margin: 0 auto;
  }
}

/* SEARCH */

.page-search #products .page-not-found,
#pagenotfound .page-not-found {
  background: transparent;
  box-shadow: none;
}

.page-search #products .page-not-found .search-widget {
  padding-left: 0;
}

@media (max-width: 768px) {
  #search #products .products {
    -webkit-box-pack: center;
    justify-content: center;
  }

  #search article.product-miniature {
    width: 45%;
    /* max-height: 350px; */
  }

  #search article.product-miniature .product-description .product-title a {
    font-size: 18px !important;
    line-height: 21px;
  }

  #search article.product-miniature .info-container {
    max-width: 200px;
  }

  #search article.product-miniature button.add-to-cart {
    max-width: 165px !important;
    padding: 5px;
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  #search article.product-miniature {
    width: 250px;
    /* max-height: 400px; */
  }

  #search article.product-miniature button.add-to-cart {
    max-width: 100% !important;
    padding: 8px 20px;
    font-size: 12px;
  }
}

/* Añadir carrito PoPpup*/
#blockcart-modal {
  z-index: 9999999;
}

#blockcart-modal .modal-header {
  background: var(--blue-color);
  border: 0;
}

#blockcart-modal .modal-header .modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--white-color);
  font-family: "Karla", sans-serif;
}

#blockcart-modal .modal-body {
  background: var(--white-color);
}

#blockcart-modal .modal-body .col-md-7 {
  padding-left: 2px;
}

#blockcart-modal .divide-right {
  border-right: 1px solid #dddddd;
}

#blockcart-modal .close {
  color: var(--white-color);
  text-shadow: none;
}

#blockcart-modal .cart-content p {
  color: var(--black-color);
  font-size: 16px;
  line-height: 21px;
}

#blockcart-modal .cart-content p:nth-child(4) {
  display: none;
}

#blockcart-modal .cart-content .cart-content-btn .btn-secondary {
  padding: 10px 20px;
  background: var(--blue-color);
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: none;
  box-shadow: none;
  color: var(--white-color);
  border-radius: 36px;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

#blockcart-modal .cart-content .cart-content-btn .btn-secondary:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  color: white !important;
}

#blockcart-modal .cart-content .cart-content-btn .btn-primary {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 400;
  border-radius: 36px;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

#blockcart-modal .cart-content .cart-content-btn .btn-primary:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  color: white !important;
}

#blockcart-modal .cart-content .cart-content-btn .btn-primary.disabed {
  pointer-events: none;
}

#blockcart-modal .cart-content .cart-content-btn .btn-primary i {
  font-size: 18px;
}

#blockcart-modal .product-name {
  color: #999 !important;
  font-size: 16px !important;
  text-transform: capitalize;
}

#blockcart-modal .product-price {
  color: var(--black-color) !important;
  font-weight: bold;
}

#blockcart-modal .product-quantity {
  display: none;
}

#blockcart-modal .btn-primary,
#blockcart-modal .btn-primary:hover {
  background-color: var(--brand-color) !important;
}

@media (max-width: 768px) {
  #blockcart-modal .modal-body .col-md-7 {
    padding-left: 15px;
  }
}

#blockcart-modal .btn-primary.disabled {
  cursor: not-allowed;
}

/* Modal productos */
#product-modal .modal-content {
  overflow: hidden;
}

#product-modal .modal-content .modal-body {
  margin-left: -52%;
}

@media (min-width: 576px) {
  #product-modal .modal-dialog {
    max-width: 400px;
  }
}

/* Bloque social compartir */
.social-sharing li {
  box-shadow: none;
  background-color: var(--black-color);
  color: var(--white-color);
}

.social-sharing li.facebook {
  background-image: url("./facebook.svg") !important;
}

.social-sharing li.facebook:hover {
  background-image: url("./facebook_white.svg") !important;
}

.social-sharing li.twitter {
  background-image: url("./twitter.svg") !important;
}

.social-sharing li.twitter:hover {
  background-image: url("./twitter_white.svg") !important;
}

.social-sharing li:first-of-type {
  margin-left: 0;
}

/* CARRITO */
.page-cart #wrapper {
  padding-top: 20px;
}

.pasos {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.pasos .paso {
  background: #f9f9f9;
  padding: 10px 20px;
  padding-left: 40px;
  margin-right: 10px;
  width: 225px;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.pasos .paso.activo {
  background: var(--blue-color);
}

.pasos .paso1 {
  z-index: 10;
}

.pasos .paso2 {
  z-index: 8;
}

.pasos .paso3 {
  z-index: 6;
}

.pasos .paso4 {
  z-index: 4;
}

.pasos .paso:last-child {
  margin-right: 0;
}

.pasos .paso.activo:before {
  border-left-color: var(--blue-color);
}

.pasos .paso:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid var(--white-color);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.pasos .paso:before {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #f9f9f9;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.pasos .paso1:first-child:after {
  content: none;
}

.pasos .paso:last-child:before {
  content: none;
}

.pasos .paso span {
  color: var(--blue-color);
  font-weight: bold;
  font-size: 14px;
}

.pasos .paso.activo span {
  color: var(--white-color);
}

.page-cart .cart-grid-body .card-block {
  padding: 0;
}

.tabla_carrito {
  width: 100% !important;
  border: 0 !important;
}

.tabla_carrito thead tr {
  background: #f9f9f9;
}

.tabla_carrito thead tr th {
  color: var(--blue-color);
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: 0 !important;
}

.tabla_carrito thead tr th:nth-child(4) {
  text-align: left;
}

.tabla_carrito tbody tr {
  background-color: transparent !important;
  border-bottom: none;
}

.tabla_carrito tbody td {
  padding: 15px 0 !important;
  vertical-align: top;
  border: none !important;
}

.tabla_carrito tbody td.product-line-actions .cart-line-product-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  align-items: center;
}

.tabla_carrito tbody tr.parent td {
  border-bottom: 0;
}

.tabla_carrito tbody tr td {
  vertical-align: middle;
}

.tabla_carrito thead tr th:nth-child(4),
.tabla_carrito tbody tr td:nth-child(4) {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.tabla_carrito tbody td:first-child {
  text-align: center;
}

.tabla_carrito tbody td.child:first-child {
  text-align: left;
}

.tabla_carrito tbody td:last-child {
  padding-right: 35px !important;
}

.tabla_carrito tbody td img {
  min-width: 90px;
}

.tabla_carrito .product-price {
  color: var(--black-color);
  line-height: 1;
}

.tabla_carrito .product-line-actions .remove-from-cart {
  margin-top: 0;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: inherit !important;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  background-color: #a79880 !important;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  background: #f9f9f9;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-title {
  margin-right: 20px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child .dtr-title {
  min-width: auto;
  margin-left: -10px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child {
  padding-left: 0;
}

.dataTables_empty {
  display: none;
}

.tabla_carrito .js-cart-line-product-quantity {
  color: #040403 !important;
  text-align: center;
  border: unset !important;
}

.tabla_carrito .bootstrap-touchspin {
  display: -webkit-box;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  justify-content: center;
}

.cart-grid-body .card .product-line-quantity .qty {
  padding: 0;
}

.cart-grid-body
  .card
  .product-line-quantity
  .qty
  .bootstrap-touchspin
  .input-group-btn-vertical
  .touchspin-up:after {
  content: "add";
}

.cart-grid-body
  .card
  .product-line-quantity
  .qty
  .bootstrap-touchspin
  .input-group-btn-vertical
  .touchspin-down:after {
  content: "remove";
}

.product-line-grid-body {
  text-align: center;
}

.product-line-grid-body .product-line-info {
  margin-bottom: 5px;
}

.product-line-grid-body .product-line-info.product-price {
  margin-bottom: 0px;
}

.product-line-grid-body .product-line-info a.label {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Karla", sans-serif;
}

.cart-grid-body {
  padding-right: 35px;
}

.cart-grid-body .card {
  box-shadow: none;
  border: 0;
}

.cart-grid-body .card .product-line-info a {
  font-size: 17px;
  color: #999999;
  display: block;
  text-align: center;
}

.cart-grid-body .card .product-line-info.product-price {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
  color: var(--black-color);
  font-weight: bold;
  font-size: 16px;
}

.cart-grid-body .card .product-line-info.product-price .current-price {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
}

.cart-grid-right .cart-summary {
  margin-bottom: 50px;
}

.cart-grid-right .cart-summary .cart-detailed-totals .card-block:first-child {
  border-bottom: 1px solid #999;
}

.cart-grid-right .cart-detailed-totals .card-block,
#js-checkout-summary .card-block {
  background: #f9f9f9;
  border-bottom: 2px solid #f9f9f9;
}

#js-checkout-summary .card-block.cart-summary-totals {
  border-bottom: 0;
}

.cart-grid-right .btn.disabled {
  width: 100%;
}

.cart-grid-right .checkout.card-block {
  padding: 0;
}

.cart-grid-right .cart-detailed-totals .card-block:last-child {
  border-bottom: 0;
}

.card {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  background: transparent;
}

.card .card-block p {
  color: var(--black-color);
}

.card .cart-voucher {
  text-align: center;
}

.card .cart-summary-line .label {
  color: var(--black-color);
}

.card #cart-subtotal-products .value {
  font-size: 16px;
}

.card .cart-summary-line.cart-total span {
  font-weight: bold;
}

.card .checkout.cart-detailed-actions {
  text-align: center;
  padding: 0;
}

#payment-confirmation .btn-primary,
#checkout-addresses-step .btn-primary.continue,
body#checkout section.checkout-step form .btn-primary,
.card .checkout.cart-detailed-actions .btn-primary,
.card .checkout.cart-detailed-actions a {
  max-width: 380px;
  margin: 0 auto;
  text-transform: none;
  padding: 15px 40px;
  font-weight: normal;
  font-size: 21px;
  width: 100%;
  background-color: var(--brand-color);
  border-radius: 36px !important;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.card .checkout.cart-detailed-actions a:hover,
body#checkout section.checkout-step form .btn-primary:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  color: white !important;
}

.card .checkout.cart-detailed-actions .btn-primary:hover {
  background-color: var(--brand-color) !important;
}

.card .checkout.cart-detailed-actions .btn-primary {
  border-radius: 0;
}

.card .checkout.cart-detailed-actions a i {
  display: none;
}

.cart-grid-right > .block-promo,
#js-checkout-summary > .block-promo {
  margin-top: 50px;
}

.block-promo {
  margin-bottom: 30px;
}

.block-promo p {
  margin-bottom: 0;
  text-align: center;
  padding: 17px;
}

.block-promo .promo-code-button {
  color: var(--black-color);
  margin-bottom: 0;
  font-weight: bold;
  padding: 0;
}

.block-promo .promo-code {
  background: none;
  padding: 0;
}

.block-promo .promo-code form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #fbfbfb;
}

.block-promo .promo-code form input {
  display: block;
  width: 60%;
  color: var(--blue-color);
  border: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.block-promo .promo-code .btn-primary {
  border-radius: 0;
}

.block-promo .promo-code form input::-webkit-input-placeholder {
  color: var(--blue-color);
}

.block-promo .promo-code form input::-moz-placeholder {
  color: var(--blue-color);
}

.block-promo .promo-code form input:-ms-input-placeholder {
  color: var(--blue-color);
}

.block-promo .promo-code form input::-ms-input-placeholder {
  color: var(--blue-color);
}

.block-promo .promo-code form input::placeholder {
  color: var(--blue-color);
}

.block-promo .promo-code form input:focus {
  outline: none;
}

.block-promo .promo-code form .promo-input + button {
  margin-top: 0;
  width: 40%;
  border: 0;
  box-shadow: none !important;
  border-top: 0;
  background: var(--blue-color) !important;
  text-transform: uppercase !important;
  color: var(--white-color);
  padding: 17px !important;
}

.block-promo .promo-code form .promo-input + button:hover {
  background: var(--blue-color) !important;
}

.block-promo .promo-code form .promo-input + button span {
  color: var(--white-color);
  font-weight: 500;
  font-size: 14px;
}

.block-promo .promo-code form .promo-input + button:hover span {
  color: var(--white-color);
}

.content_continue_shopping {
  display: block;
  clear: both;
  padding-top: 40px;
  padding-bottom: 30px;
}

.continue_shopping {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: left;
  color: var(--blue-color);
  padding-left: 15px;
}

#block-reassurance li {
  border-color: #bfbfbfbf;
  margin-bottom: 15px;
}

#block-reassurance li .block-reassurance-item {
  padding: 15px;
}

#block-reassurance li .block-reassurance-item span {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.page-cart .alert-warning {
  background: var(--brand-color);
  border: none;
  color: var(--white-color);
  margin-top: -15px;
  margin-bottom: 30px;
}

#blockcart-modal .alert-warning {
  background: var(--brand-color);
  border: none;
  color: var(--white-color);
  margin-top: 10px;
  margin-bottom: 25px;
}

#main > .cart-detailed-actions .text-sm-center {
  display: none !important;
}

@media (max-width: 992px) {
  .cart-grid-body {
    padding-right: 15px;
  }

  .block-promo .promo-code form {
    display: flex;
    flex-direction: column;
  }

  .block-promo .promo-code form input {
    border: solid 1px #acacac;
    margin-bottom: 17px;
    width: calc(100% - 60px);
  }

  .block-promo .promo-code form input::placeholder {
    color: var(--white-color);
  }

  .block-promo .promo-code form .promo-input + button {
    text-align: center;
    padding: 10px 40px !important;
  }

  .block-promo .promo-code form .promo-input + button span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.38;
    color: var(--white-color);
  }
}

@media (max-width: 767px) {
  .pasos {
    margin-bottom: 30px;
  }

  .pasos .paso {
    padding: 25px;
    padding-right: 10px;
  }

  .pasos .paso1 {
    padding: 10px;
  }

  .pasos .paso .texto {
    display: none;
  }

  .pasos .paso.activo {
    padding: 10px 20px;
    padding-left: 40px;
  }

  .pasos .paso.activo .texto {
    display: inline-block;
  }

  .cart-grid-body .card .product-line-info a {
    font-size: 13px;
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .pasos .paso span {
    margin-left: 5px;
  }
}

@media (max-width: 480px) {
  .tabla_carrito thead tr th {
    font-size: 12px;
  }

  .pasos .paso.activo {
    padding: 10px 14px !important;
    padding-left: 28px !important;
  }

  .pasos .paso.paso1.activo {
    padding-left: 15px !important;
  }

  .tabla_carrito tbody td img {
    width: 90px;
  }
}

@media (max-width: 374px) {
  .block-promo .promo-code form .promo-input + button {
    padding: 10px 30px !important;
  }
}

/* CUENTA */
body#checkout section.checkout-step .content {
  padding: 30px 0;
}

#checkout .checkout-step.-complete {
  padding: 0;
}

body#checkout section#content {
  margin-bottom: 0;
}

body#checkout .form-fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

body#checkout .form-fields .form-group {
  width: calc(50% - 15px);
  margin: 0;
}

body#checkout .form-fields .form-group .col-md-6 {
  width: 100%;
}

body#checkout .form-fields .form-group .col-md-6 .form-control-select {
  background: transparent;
}

body#checkout .form-fields .form-group:last-child {
  width: 100% !important;
  margin-top: 50px !important;
}

body#checkout section.checkout-step form {
  padding-bottom: 0;
}

body#checkout #checkout-addresses-step .content form .clearfix {
  margin-top: 0;
}

body#checkout section#content .row > .col-md-8 {
  padding-right: 50px;
}

body#checkout section#content .row > .col-md-4 {
  padding-left: 0;
}

body#checkout section.checkout-step .content #customer-form {
  margin: 0;
}

#checkout section.checkout-step {
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}

#checkout section.checkout-step .nav-link {
  font-weight: normal;
  font-size: 16px;
  color: #666;
}

#checkout section.checkout-step .nav-link.active {
  font-weight: bold;
  color: var(--black-color);
}

#checkout section.checkout-step .form-group > label {
  display: block;
  width: 100%;
  color: var(--black-color);
  /*padding-left: 0;*/
}

#checkout section.checkout-step .id_gender .radio-inline {
  margin-right: 30px;
  font-size: 16px;
  color: #666;
}

#checkout section.checkout-step .id_gender .radio-inline .custom-radio {
  border-radius: 0;
  border-width: 1px;
  margin-right: 5px;
  vertical-align: bottom;
}

#checkout section.checkout-step .id_gender .radio-inline .custom-radio span {
  background: var(--black-color);
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0;
}

#checkout section.checkout-step .firstname,
#checkout section.checkout-step .lastname,
#checkout section.checkout-step .password,
#checkout section.checkout-step .birthday,
#checkout section.checkout-step .email,
#checkout section.checkout-step .dni {
  width: calc(50% - 20px);
  display: inline-block;
  float: left;
}

#login-form section .password {
  width: 100% !important;
}

body#checkout section.checkout-step .forgot-password {
  margin-left: 0;
}

#checkout section.checkout-step .form-control-comment {
  display: none;
}

body#checkout section.checkout-step {
  padding: 0 0 0.9375rem 0;
}

body#checkout section.checkout-step .content {
  padding-top: 0;
}

.password {
  display: table !important;
}

.password .input-group-btn {
  width: auto !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 0;
  position: relative;
}

.password .input-group-btn button {
  position: relative;
  z-index: 10 !important;
  background: transparent !important;
  text-indent: -999999px !important;
  padding: 11.5px 16px !important;
  width: 100%;
}

.password .input-group-btn i {
  position: absolute;
  left: 50%;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
}

.password .input-group-btn i.visible {
  display: block;
}

#checkout section.checkout-step .firstname *,
#checkout section.checkout-step .lastname *,
#checkout section.checkout-step .password *,
#checkout section.checkout-step .birthday *,
#checkout section.checkout-step .email *,
#checkout section.checkout-step .dni * {
  width: 100%;
}

#checkout section.checkout-step .firstname,
#checkout section.checkout-step .password,
#checkout section.checkout-step .email {
  margin-right: 20px;
}

#checkout section.checkout-step .lastname,
#checkout section.checkout-step .birthday,
#checkout section.checkout-step .dni {
  margin-left: 20px;
}

#checkout section.checkout-step div label,
#checkout section.checkout-step div .col-md-6 {
  padding-right: 0;
}

#checkout section.checkout-step .linea {
  position: relative;
  top: 15px;
  clear: both;
  content: "";
  width: calc(100%);
  background: #ddd;
  height: 1px;
  margin: 35px 0;
}

#checkout section.checkout-step .crear-cuenta {
  text-align: center;
}

#checkout section.checkout-step .crear-cuenta span {
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color) !important;
}

#checkout section.checkout-step .crear-cuenta span.text-muted {
  font-weight: 300;
}

#checkout .form-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#checkout section .checkout-step.-unreachable {
  display: none;
}

#checkout .custom input[type="checkbox"] {
  background: transparent;
  position: relative;
  top: 17px;
}

#checkout .card .separator {
  display: none;
}

#checkout .cart-summary-products > p a[data-toggle="collapse"] {
  display: none;
}

body#checkout section.checkout-step .custom-checkbox input[type="checkbox"] {
  z-index: 10;
}

body#checkout
  section.checkout-step
  .custom-checkbox
  input[type="checkbox"]
  + span
  i {
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: var(--black-color);
  background: var(--black-color);
}

body#checkout section.checkout-step .custom-checkbox label {
  margin-left: 10px;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
  cursor: auto;
}

@media (max-width: 992px) {
  body#checkout section#content .row > .col-md-2 {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  body#checkout .form-fields .form-group {
    width: 100%;
    margin: 0;
  }

  body#checkout section#content .row > .col-md-8 {
    padding-right: 15px;
  }

  #order-items .card-title {
    border-bottom: 0;
  }
}

/* Personal information */
#checkout-personal-information-step .nav {
  display: flex;
  flex-wrap: wrap;
}

#checkout-personal-information-step .nav .nav-item {
  margin: 0;
}

#checkout-personal-information-step .nav .nav-item a {
  margin-top: 0;
  border: 0;
  box-shadow: none;
  border-top: 0;
  background: #f9f9f9;
  text-transform: uppercase;
  padding: 17px;
  color: var(--blue-color);
}

#checkout-personal-information-step .nav .nav-item a:hover,
#checkout-personal-information-step .nav .nav-item a.active {
  background: var(--blue-color);
  color: #fff !important;
}

/* Direcciones */
#checkout #checkout-addresses-step {
  padding-top: 0;
}

#checkout #checkout-addresses-step .content {
  padding-top: 0;
}

#checkout #checkout-addresses-step .content form > p {
  text-align: center;
}

#checkout #checkout-addresses-step .content form .address-selector {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

#checkout
  #checkout-addresses-step
  .content
  form
  .address-selector
  .address-item {
  background: transparent;
  position: relative;
}

#checkout
  #checkout-addresses-step
  .content
  form
  .address-selector
  .address-item.selected {
  border-color: var(--black-color);
  border-width: 2px;
}

#checkout
  #checkout-addresses-step
  .content
  form
  .address-selector
  .address-item
  div
  label {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

#checkout
  #checkout-addresses-step
  .content
  form
  .address-selector
  .address-item
  div
  label
  .address-alias {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  color: #666;
}

#checkout
  #checkout-addresses-step
  .content
  form
  .address-selector
  .address-item
  div
  label
  .acciones {
  position: absolute;
  right: 20px;
  z-index: 10;
}

#checkout
  #checkout-addresses-step
  .content
  form
  .address-selector
  .address-item
  div
  label
  .acciones
  a {
  margin: 0;
}

#checkout
  #checkout-addresses-step
  .content
  form
  .address-selector
  .address-item
  div
  label
  .address {
  margin: 0;
  line-height: 1.6;
}

#checkout
  #checkout-addresses-step
  .content
  form
  .address-selector
  .address-item
  div
  label
  .custom-radio {
  position: absolute;
  width: 100%;
  background: transparent;
  border: 0;
  top: 0;
  left: 0;
  height: 100%;
}

#checkout
  #checkout-addresses-step
  .content
  form
  .address-selector
  .address-item
  div
  label
  .custom-radio
  * {
  visibility: hidden;
}

#checkout #checkout-addresses-step .content form .clearfix {
  display: -webkit-box;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  justify-content: center;
}

#checkout #checkout-addresses-step div .col-md-6 {
  padding-right: 15px;
}

body#checkout #checkout-addresses-step .form-fields .form-group {
  width: calc(50% - 10px);
  margin: 0;
}

@media (max-width: 768px) {
  body#checkout #checkout-addresses-step .form-fields .form-group {
    width: 100%;
    margin: 0;
  }
}

/*envio */
body#checkout section.checkout-step form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

body#checkout section.checkout-step .delivery-options {
  margin-bottom: 45px;
  width: 100%;
}

body#checkout section.checkout-step .delivery-option {
  background: transparent;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

body#checkout section.checkout-step .delivery-option input {
  accent-color: var(--blue-color);
}

body#checkout section.checkout-step .delivery-option label {
  float: none;
}

body#checkout section.checkout-step .delivery-option:first-child {
  border-top: 1px solid #ccc;
}

body#checkout section.checkout-step .delivery-option .h6 {
  font-weight: 500;
  color: var(--black-color);
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid transparent;
}

body#checkout section.checkout-step .delivery-option .h6:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  transform-origin: 0 0;
  transform: scale(0);
  transition: transform 0.3s ease;
  display: block;
}

body#checkout section.checkout-step .delivery-option:hover .h6:after {
  transform: scale(1);
}

body#checkout section.checkout-step .delivery-option * {
  cursor: pointer;
}

body#checkout section.checkout-step .delivery-option .carrier-price .info {
  display: block;
  color: #ccc;
}

body#checkout section.checkout-step .delivery-option img {
  max-width: 40px;
}

body#checkout section.checkout-step .delivery-option label {
  margin-bottom: 0;
}

body#checkout section.checkout-step #delivery label {
  color: #666;
  text-align: center;
}

body#checkout section.checkout-step .delivery-option label > .row,
body#checkout
  section.checkout-step
  .delivery-option
  label
  > .row
  > .col-sm-5
  > .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

body#checkout
  section.checkout-step
  .delivery-option
  label
  > .row
  > div:last-child {
  order: 0;
}

body#checkout
  section.checkout-step
  .delivery-option
  label
  > .row
  > .col-sm-5
  > .row
  span {
  margin-bottom: 0;
}

body#checkout section.checkout-step form .btn-primary {
  margin: 0 auto;
  margin-top: 40px;
  background-color: var(--brand-color);
}

body#checkout section.checkout-step form .btn-primary:hover {
  background-color: var(--brand-color) !important;
}

body#checkout section.checkout-step form#js-delivery .info_envio {
  margin-top: 40px;
  text-align: center;
}

body#checkout section.checkout-step form#js-delivery .info_envio p {
  padding: 10px;
  font-size: 15px;
  color: #fff;
  background-color: #f39d72;
}

body#checkout section.checkout-step form#js-delivery .btn-primary {
  margin-top: 0;
}

body#checkout section.checkout-step form textarea {
  width: 100%;
  background: transparent;
}

.envio p {
  color: #666;
  font-size: 14px;
}

.envio .horario {
  width: 100%;
  height: 100%;
  font-size: 15px;
  background: transparent;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0);
  padding: 10px;
  color: var(--black-color);
}

body#checkout #footer {
  padding: 0 !important;
}

/*pago*/
body#checkout section.checkout-step .payment-options .payment-option-container {
  margin-bottom: 35px;
}

body#checkout section.checkout-step .payment-options p {
  font-size: 14px;
}

body#checkout section.checkout-step .payment-options .payment-option {
  cursor: pointer;
  background: #ccc;
}

body#checkout section.checkout-step .payment-options .payment-option label {
  cursor: pointer;
  margin: 0;
  color: var(--black-color);
  font-size: 14px;
  font-weight: normal;
  padding: 20px 30px;
}

body#checkout section.checkout-step .payment-options .payment-option.activo {
  border: 1px solid;
  background: transparent;
}

body#checkout
  section.checkout-step
  .payment-options
  .payment-option.activo
  label {
  font-weight: 500;
  font-size: 16px;
}

body#checkout
  section.checkout-step
  .payment-options
  .payment-option
  .custom-radio {
  display: none;
}

body#checkout section.checkout-step .payment-options .payment-option label {
  display: block;
  text-align: left;
}

body#checkout section.checkout-step .payment-options .definition-list dl dd,
.definition-list dl dt {
  background: transparent !important;
  font-size: 14px;
  color: #666;
}

body#checkout section.checkout-step form {
  padding-top: 0 !important;
}

body#checkout section.checkout-step form ul {
  margin: 0;
}

body#checkout section.checkout-step #payment-confirmation {
  text-align: center;
}

body#checkout
  section.checkout-step
  .custom-checkbox
  input[type="checkbox"]
  + span {
  -webkit-box-flex: 0;
  flex: 0 0 20px;
}

body#checkout section.checkout-step .custom-checkbox i {
  font-size: 18px;
  margin: 0;
}

#payment-form {
  display: none !important;
}

#conditions-to-approve ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

#conditions-to-approve ul li .condition-label {
  margin-left: 15px;
}

#conditions-to-approve ul li .condition-label label {
  color: #666;
}

body#checkout #order-summary-content .summary-selected-carrier {
  background: transparent;
  border: 0;
}

body#checkout #order-summary-content .order-confirmation-table {
  background: transparent;
  border: 0;
}

#order-details {
  padding-left: 15px;
  margin-top: 50px;
}

#order-confirmation .radio-inline {
  margin-right: 20px;
}

#order-confirmation .radio-inline .custom-radio {
  margin-right: 0;
}

#order-confirmation .custom-checkbox input[type="checkbox"] + span {
  float: none;
}

#order-confirmation .custom-checkbox label {
  display: inline;
}

.summary-selected-carrier img {
  max-width: 40px;
}

/* LOGIN */
.page-authentication #content {
  background: transparent;
  box-shadow: none;
}

.page-authentication #content input {
  background: transparent;
}

.page-authentication.page-customer-account #content form section > div {
  width: 100%;
}

@media (max-width: 992px) {
  body#checkout section#content .row > div {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #checkout section.checkout-step .firstname,
  #checkout section.checkout-step .lastname,
  #checkout section.checkout-step .password,
  #checkout section.checkout-step .birthday,
  #checkout section.checkout-step .email,
  #checkout section.checkout-step .dni {
    width: 100%;
    float: none;
    margin: 0;
  }

  body#checkout section.checkout-step .address-selector {
    display: block;
  }

  body#checkout section.checkout-step .delivery-option label > .row,
  body#checkout
    section.checkout-step
    .delivery-option
    label
    > .row
    > .col-sm-5
    > .row {
    display: block;
  }

  body#checkout
    section#content
    section.checkout-step
    .delivery-option
    .row
    > div {
    margin: 0;
  }

  body#checkout section.checkout-step .definition-list dl {
    display: block;
  }
}

@media (max-width: 480px) {
  body#checkout .container {
    padding-left: 0;
    padding-right: 0;
  }

  body#checkout section.checkout-step .content {
    padding: 0;
  }

  #checkout section.checkout-step .nav-item .nav-link {
    font-size: 13px;
  }
}

/* Bodegas */
#bodegas .cabecera {
  margin-bottom: 0;
}

#bodegas .menu ul li#lnk-bodegas a {
  color: #b83b6a;
}

#bodegas h1 {
  display: block;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#bodegas #wrapper {
  padding-top: 0;
}

#bodegas .page-content {
  margin: 0;
  padding-bottom: 20px;
}

#bodegas .page-content .bodegas {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

#bodegas .page-content .bodegas .bodega {
  text-align: center;
  margin: 25px 0;
}

#bodegas .page-content .bodegas .bodega .recuadro_imagen {
  height: 100px;
  overflow: hidden;
  position: relative;
}

#bodegas .page-content .bodegas .bodega img {
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#bodegas .page-content .bodegas .bodega:first-child img {
  width: 85px;
}

#bodegas .page-content .bodegas .bodega:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

@media (max-width: 768px) {
  #bodegas .page-content {
    padding: 0;
  }
}

@media (max-width: 480px) {
  #bodegas .page-content .bodegas .bodega {
    width: 100% !important;
    margin: 0;
  }

  #bodegas .page-content .bodegas .bodega .recuadro_imagen {
    height: 100px;
  }
}

/*Coleccion */
#coleccion .menu ul li#lnk-bodegas a {
  color: #b83b6a;
}

#coleccion .products {
  -webkit-box-pack: center;
  justify-content: center;
}

#coleccion #wrapper {
  padding-top: 0;
  overflow: hidden;
}

#coleccion .page-content {
  padding: 20px 0;
}

#coleccion .products article .thumbnail-container img {
  margin-bottom: 20px;
  max-width: 100%;
  width: auto;
}

#coleccion .products article .product-description {
  position: relative;
}

#coleccion .products article .product-description a {
  display: block;
  color: var(--black-color);
  font-weight: bold;
  font-size: 16px;
}

#coleccion .products article .product-description .price {
  font-weight: normal;
}

/* ENOTURISMO */
#enoturismo .menu ul li#lnk-enoturismo a {
  color: #b83b6a;
}

li#lnk-enoturismo .popover .top-menu {
  padding: 5px 20px;
  margin-top: 0;
}

#enoturismo .menu ul li#lnk-enoturismo .popover a {
  color: #232323;
}

#enoturismo .menu ul li#lnk-enoturismo .popover a.current {
  color: #b83b6a;
}

#enoturismo #wrapper {
  padding-top: 0;
  overflow: hidden;
}

#enoturismo #wrapper .page-content {
  padding-top: 10px;
}

#enoturismo #wrapper .cabecera {
  position: relative;
  max-height: 500px;
}

#enoturismo #wrapper .cabecera .contenido_cabecera {
  width: 70%;
}

#enoturismo #wrapper .cabecera .contenido_cabecera p {
  color: var(--white-color);
}

#enoturismo #wrapper .cabecera .contenido_cabecera p.texto_superior_cabecera {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
}

#enoturismo #wrapper .cabecera .contenido_cabecera .descripcion p {
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

#enoturismo .bodegas .bodega {
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: calc(50% - 15px);
  cursor: pointer;
}

#enoturismo .bodegas .bodega:first-child {
  margin-right: 15px;
}

#enoturismo .bodegas .bodega:last-child {
  margin-left: 15px;
}

#enoturismo .bodegas .bodega .contenido {
  text-align: center;
  padding: 100px;
  height: 100%;
  z-index: 2;
}

#enoturismo .bodegas .bodega .contenido p {
  color: var(--white-color);
  font-size: 13px;
  font-family: "Karla", sans-serif;
  margin-bottom: 15px;
}

#enoturismo .bodegas .bodega .contenido h2 {
  color: var(--white-color) !important;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-weight: 500;
}

#enoturismo .bodegas .bodega .contenido a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#enoturismo .bodegas .bodega .capa {
  background: rgba(0, 0, 0, 0.2) !important;
}

#enoturismo .bodegas .bodega:hover .capa {
  background: rgba(0, 0, 0, 0.3) !important;
}

#enoturismo .capa {
  background: rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 768px) {
  #enoturismo .bodegas .bodega {
    width: 100%;
    margin-left: 0 !important;
    padding: 0;
    margin-bottom: 30px;
  }

  #enoturismo #wrapper .page-content {
    padding: 0;
  }
}

/* recuperar contraseña*/
.page-customer-account.page-password .page-content .renew-password {
  margin-left: 0;
}

.page-customer-account.page-password
  .page-content
  .forgotten-password
  section
  > div {
  width: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}

.page-customer-account.page-password
  .page-content
  .forgotten-password
  .form-fields
  label.required {
  padding-left: 0;
  text-align: left;
  width: auto;
}

.page-customer-account.page-password
  .page-content
  .forgotten-password
  .form-fields
  button {
  margin-top: 20px;
}

.page-customer-account.page-password
  .page-content
  .forgotten-password
  .form-fields
  .center-email-fields
  button {
  font-weight: 400px;
}

/* Cuenta de usuario */
.page-my-account #content .links a span.link-item {
  background: transparent;
  box-shadow: none;
  font-family: "Netura", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.page-my-account #content .links a:hover i {
  color: #f79c25;
}

.page-my-account .page-footer {
  display: none;
}

.page-customer-account #content {
  background: transparent;
  box-shadow: none;
  padding-left: 0;
}

.page-customer-account #content form#customer-form {
  max-width: 980px;
}

.page-customer-account #content form section {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  align-items: top;
  flex-wrap: wrap;
}

.page-customer-account #content form section > div {
  width: 48%;
}

.page-customer-account #content form section > div .form-group > label,
.page-customer-account #content form section > div .form-group > div {
  float: none;
  width: auto;
}

.page-customer-account #content form section .id_gender,
.page-customer-account #content form section .optin,
.page-customer-account #content form section .newsletter {
  width: 100%;
}

.page-customer-account #content form section .newsletter .custom-checkbox,
.page-customer-account #content form section .optin .custom-checkbox {
  display: -webkit-box;
  display: flex;
}

.page-customer-account #content form section .newsletter .custom-checkbox label,
.page-customer-account #content form section .optin .custom-checkbox label {
  margin-left: 5px;
}

.page-customer-account #content form section .optin .form-control-label,
.page-customer-account #content form section .newsletter .form-control-label {
  display: none;
}

.page-customer-account #content form footer {
  text-align: center;
}

.page-customer-account #content form footer button {
  float: none !important;
  border-radius: 36px;
  text-transform: unset;
}

.page-customer-account .page-footer {
  display: none;
}

/* direcciones usuario*/
body.page-addresses .address {
  background: transparent;
  box-shadow: none;
  position: relative;
  border: 2px solid var(--black-color);
}

body.page-addresses .address .address-body {
  text-align: center;
}

body.page-addresses .address .address-body p.titulo {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  color: #666;
}

body.page-addresses .address .address-body address {
  line-height: 1.6;
  min-height: auto;
}

body.page-addresses .address .address-footer {
  position: absolute;
  right: 20px;
  z-index: 10;
  top: 0;
  border: 0;
}

body.page-addresses .address .address-footer span {
  display: none;
}

body.page-addresses .page-footer {
  display: none;
}

/* historial pedidos */
.page-customer-account #content table,
.page-customer-account #content table td,
.page-customer-account #content table th {
  border: 0;
}

.page-history .page-content > p {
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  color: var(--black-color);
  text-align: center;
}

.page-history table td,
.page-history table th {
  background: transparent;
  border: 2px solid var(--black-color) !important;
  color: var(--black-color);
}

.page-history table th {
  text-align: center;
  text-transform: uppercase;
}

#history .orders .order {
}

.page-order-detail .breadcrumb {
  margin-bottom: 0;
}

.page-order-detail .box {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.page-order-detail #main .page-header {
  margin: 0;
}

.page-order-detail #order-infos .box {
  margin: 30px 0;
}

.page-order-detail #order-infos .col-xs-9 strong {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--black-color);
}

.page-order-detail #order-infos .col-md-3 a {
  border: 2px solid var(--black-color);
  padding: 10px 15px;
}

.page-order-detail #order-history {
  margin-bottom: 30px;
}

.page-order-detail #order-history .title_table {
  text-transform: uppercase;
  color: var(--black-color);
  font-family: "Karla", sans-serif;
}

.page-order-detail #order-history table tr th,
.page-order-detail #order-history table tr td {
  border: 2px solid var(--black-color);
  padding: 20px;
  color: var(--black-color);
}

.page-order-detail #order-history table tr th {
  background: transparent;
}

.page-order-detail #order-history table tr td {
}

.page-order-detail #order-products td,
.page-order-detail #order-products th {
  background: transparent;
  border: 2px solid var(--black-color);
  color: var(--black-color);
}

.page-order-detail .addresses {
  margin-bottom: 30px;
}

.page-order-detail .addresses article {
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}

.page-order-detail .addresses article p {
  color: var(--black-color);
  font-family: "Karla", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.page-order-detail .addresses article address {
  line-height: 25px;
  color: var(--black-color);
}

.page-order-detail .order-message-form p {
  color: var(--black-color);
}

.page-order-detail .order-message-form textarea,
.page-order-detail .order-message-form select {
  color: var(--black-color);
  border: 2px solid var(--black-color);
}

.page-order-detail .order-message-form .form-footer {
  margin-top: 30px;
}

.page-order-detail .order-message-form .btn {
  text-transform: none;
  font-weight: 400;
  padding: 10px 50px;
}

.page-order-detail #order-infos .box ul li {
  color: var(--black-color);
}

.page-order-detail .page-footer {
  display: none;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: none;
}

@media (max-width: 768px) {
  .page-customer-account #content form section > div {
    width: 100%;
  }

  #history #wrapper .container {
    padding-right: 0;
  }

  .page-order-detail .addresses article {
    margin-bottom: 20px;
  }

  .page-order-detail .order-item {
    padding: 0 !important;
    color: var(--black-color);
    border-bottom: 0 !important;
  }

  .page-order-detail .order-total {
    color: var(--black-color);
  }
}

/* Recetas */
#banner-visitanos .contenido .textos .texto_superior {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: var(--white-color);
}

/* Facturas*/
.page-order-slip .page-content > p {
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  color: var(--black-color);
}

/* HIDDEN BY JS CLASS */
.ps-hidden-by-js {
  display: none !important;
}

.oculto {
  display: none !important;
}

/*Paginas CMS*/

.page-cms #main {
  background: var(--white-color);
}

.page-cms #main .page-header {
  margin-bottom: 0;
}

.page-cms #main .page-header h1 {
  display: block;
  padding: 1.25rem;
  padding-bottom: 0;
  text-transform: uppercase;
}

.page-cms #main ul {
  padding-left: 40px;
  list-style: circle;
  color: #7a7a7a;
}

/* Contact form*/
#contact .cabecera-banner {
  transform: none !important;
  left: 50%;
  margin-left: -50vw;
}

#contact main {
  overflow-x: hidden;
}

#contact #main section {
  padding: 0 !important;
}

#contact .contact-form {
  background: transparent;
}

#contact .contact-form h3 {
  text-transform: none;
  margin-bottom: 15px;
  font-size: 30px;
  font-family: "Karla", sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.21;
  color: var(--black-color);
}

#contact .contact-form form label {
  display: none;
}

#contact .contact-form form input,
#contact .contact-form form textarea {
  border: 1px solid #ebebeb;
  font-size: 15px;
  color: #333;
  padding: 15px;
}

#contact .contact-form form input::-webkit-input-placeholder,
#contact .contact-form form textarea::-webkit-input-placeholder {
  color: #666;
}

#contact .contact-form form input::-moz-placeholder,
#contact .contact-form form textarea::-moz-placeholder {
  color: #666;
}

#contact .contact-form form input:-ms-input-placeholder,
#contact .contact-form form textarea:-ms-input-placeholder {
  color: #666;
}

#contact .contact-form form input::-ms-input-placeholder,
#contact .contact-form form textarea::-ms-input-placeholder {
  color: #666;
}

#contact .contact-form form input::placeholder,
#contact .contact-form form textarea::placeholder {
  color: #666;
}

#contact .contact-form form input[type="submit"] {
  padding: 10px 35px;
  border-radius: 30px;
  color: var(--white-color);
  border: 0;
  font-size: 17px;
  font-weight: normal;
  background-color: var(--brand-color) !important;
}

#contact .contact-form form input[type="submit"]:hover {
  background-color: var(--brand-color) !important;
}

#contact .contact-form form span {
  color: #333;
}

#contact .contact-form form .check_politicas .custom-checkbox {
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
}

#contact .contact-form form .check_politicas .custom-checkbox .check {
  border: 1px solid #ebebeb !important;
  background: transparent;
}

#contact
  .contact-form
  form
  .check_politicas
  .custom-checkbox
  input[type="checkbox"]
  + span
  .checkbox-checked {
  color: #ddd;
  background: #ddd;
}

#contact .contact-form form .check_politicas label {
  display: inline-block;
  margin-left: 5px;
  line-height: 1.38;
  color: #666666;
}

#contact .contact-form form .form-group.linea {
  margin-bottom: 0;
}

#contact .contact-form form .form-group.linea .linea {
  margin-bottom: 1rem;
}

#contact .contact-form form .form-footer {
  margin-top: 1.5rem;
}

#contact .contact-form form .form-footer .form-group .offset-md-3 {
  margin-left: 0;
}

#contact #wrapper {
  padding-top: 0;
}

#contact #wrapper #content-wrapper {
  width: 100%;
  padding: 0;
}

#contact #wrapper > .container .contenido-contacto {
  display: -webkit-box;
  display: flex;
  padding-top: 70px;
}

#contact #wrapper > .container .contenido-contacto .contact-form {
  width: 50%;
  padding-right: 40px !important;
}

#contact #wrapper > .container .contenido-contacto #rigth-column {
  width: 50%;
  padding-left: 40px;
}

#contact .contact-rich {
}

#contact .contact-rich .shop-container {
  padding: 0 0 15px 0;
}

#contact .contact-rich .shop-container .shop-interior {
  padding: 20px;
  background-color: #f9f9f9;
  min-height: 275px;
}

#contact
  .contact-rich
  .shop-container
  .shop-interior
  .block.block-nombre
  .data {
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
}

#contact
  .contact-rich
  .shop-container
  .shop-interior
  .block.block-nombre
  .data:after {
  content: "";
  position: absolute;
  width: 25px;
  bottom: 10px;
  left: 0;
  background: var(--brand-color);
  height: 2px;
}

#contact .contact-rich .shop-container .shop-interior .block {
  padding-bottom: 10px;
}

#contact .contact-rich .shop-container .shop-interior .block .data,
#contact .contact-rich .shop-container .shop-interior .block .data a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

#contact .contact-rich .shop-container .shop-interior .block .data.email {
  padding-top: 0;
}

#contact .contact-rich .shop-container .shop-interior .block .icon {
  width: 2.5rem;
}

#contact .contact-rich .shop-container .shop-interior .block .icon i {
  font-size: 25px;
}

#contact .contact-rich .tabs {
  box-shadow: none;
  padding: 0;
  background: transparent;
  margin: 0;
}

#contact .contact-rich .tabs .nav-tabs .nav-link {
  color: #000 !important;
}

#contact .contact-rich .tabs .nav-tabs .nav-link.active,
#contact .contact-rich .tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid var(--brand-color);
}

@media (max-width: 1000px) {
  #contact #wrapper > .container .contenido-contacto {
    flex-wrap: wrap;
    padding-top: 50px;
  }

  #contact #wrapper > .container .contenido-contacto .contact-form {
    width: 100%;
    padding: 0px !important;
  }

  #contact #wrapper > .container .contenido-contacto #rigth-column {
    width: 100%;
    padding: 0px !important;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  #contact .contact-rich .shop-container {
    padding: 0 0 15px;
  }

  #contact .contact-form form .form-footer .col-md-9 {
    padding: 0 0 15px;
  }
}

@media (max-width: 480px) {
  #contact #main section.form-fields .form-group.row {
    margin: 0 -16px 16px;
  }
}

/* Empresa */
.cms-id-12 #wrapper {
  padding: 0;
}

.cms-id-12 #wrapper .breadcrumb {
  display: none;
}

.cms-id-12 #wrapper #main {
  background: transparent;
}

.cms-id-12 #wrapper #main .page-header {
  display: none;
}

.cms-id-12 #wrapper #main #content {
  padding-top: 0;
  background: transparent;
}

.cms-id-12 #wrapper #main .cabecera_video {
  margin-bottom: 40px;
  position: relative;
  max-height: 350px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.cms-id-12 #wrapper #main .cabecera_video .titulo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.cms-id-12 #wrapper #main .cabecera_video .titulo-wrapper .titulo {
  padding-left: 30px;
  border-left: 2px solid var(--white-color);
  max-width: 550px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--white-color);
}

.cms-id-12 #wrapper #main .contenido {
}

.cms-id-12 #wrapper #main .contenido .empresa-descripcion {
  margin: auto;
  text-align: center;
  line-height: 24px;
  max-width: 800px;
  padding-bottom: 40px;
}

.cms-id-12 #wrapper #main .contenido .empresa-descripcion p {
  font-weight: 300;
  color: var(--black-color);
}

.cms-id-12 #wrapper #main .contenido .empresa-descripcion p strong {
  font-weight: 800;
}

.cms-id-12 #wrapper #main .contenido .timeline-header {
  margin: auto;
  text-align: center;
  line-height: 24px;
  max-width: 800px;
}

.cms-id-12 #wrapper #main .contenido .timeline-header p {
  font-weight: 400;
  color: var(--black-color);
  font-size: 20px;
  margin-bottom: 0;
}

.cms-id-12 #wrapper #main .contenido .timeline-header p strong {
  font-weight: 800;
}

.cms-id-12
  #wrapper
  #main
  .contenido
  .cd-timeline-block.cssanimations
  p
  a:hover {
  text-decoration: underline;
  color: var(--black-color) !important;
}

@media (max-width: 768px) {
  .cms-id-12 #wrapper #main .contenido {
    flex-wrap: wrap;
  }

  .cms-id-12 #wrapper #main .contenido .empresa-izq,
  .cms-id-12 #wrapper #main .contenido .empresa-der {
    width: 100%;
    display: inline-block;
    padding: 20px 15px;
  }

  .cms-id-12 #wrapper #main .cabecera_video .titulo-wrapper .titulo {
    font-size: 23px;
  }
}

@media (max-width: 574px) {
  .cms-id-12 #wrapper #main .cabecera_video .titulo-wrapper {
    padding: 0 10px;
  }

  .cms-id-12 #wrapper #main .cabecera_video .titulo-wrapper .titulo {
    font-size: 15px;
    padding-left: 14px;
  }
}

#order-confirmation #registration-form {
  display: none;
}

/* RENEW PASS */
.renew-password > div {
  width: 100% !important;
  padding-left: 0;
}

.renew-password > .container-fluid > .row > label {
  margin-left: 0;
}

.renew-password > .container-fluid > .row > .col-md-4 {
  width: 33% !important;
}

/* Categorias HOME */
.category-tree.dewenir {
  margin-top: 100px;
  margin-bottom: 50px;
}

.category-tree.dewenir .container > p {
  /*text-align: center; max-width: 800px; margin: 0 auto; margin-bottom: 90px;*/
}

.category-tree.dewenir ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.category-tree.dewenir ul li {
  width: 33.333%;
  padding: 0 7.5px;
  list-style: none;
  margin-bottom: 15px;
}

.category-tree.dewenir ul li a {
  position: relative;
  display: block;
  text-align: center;
}

.category-tree.dewenir ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
}

.category-tree.dewenir ul li a img {
  max-width: 100%;
}

.category-tree.dewenir ul li a p {
  z-index: 1;
  position: absolute;
  top: calc(50% + 6px);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: var(--white-color);
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.category-tree.dewenir ul li a p > span {
  display: block;
}

.category-tree.dewenir ul li a p .subtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.category-tree.dewenir ul li a:hover:after {
  background: rgba(226, 49, 49, 0.8);
}

.category-tree.dewenir ul li a:hover p {
  top: 48%;
}

.category-tree.dewenir ul li a:hover p .subtitle {
  opacity: 1;
}

@media (max-width: 991px) {
  .category-tree.dewenir ul li {
    width: 50%;
  }

  .category-tree.dewenir ul li a p {
    font-size: 30px;
    text-transform: uppercase;
  }
}

@media (max-width: 991px) {
  .category-tree.dewenir ul li a p {
    font-size: 25px;
  }
}

@media (max-width: 520px) {
  .category-tree.dewenir ul li a p {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .category-tree.dewenir ul li a p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .category-tree.dewenir ul {
    margin: 0;
  }

  .category-tree.dewenir ul li {
    width: 100%;
    padding: 0;
  }

  .category-tree.dewenir ul li a p {
    font-size: 25px;
  }
}

.cabecera-banner {
  position: relative;
  max-height: 350px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.cabecera-banner .titulo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.cabecera-banner .titulo-wrapper .titulo {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--white-color);
}

.block_newsletter {
  background: var(--black-color);
  height: 500px;
  display: flex;
  border-bottom: none;
}

.block_newsletter > .container {
}

.block_newsletter .background-wrapper {
  background: url(/img/fondo-newsletter.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.block_newsletter .newsletter-wrapper {
  text-align: left;
  margin: auto;
  padding-left: 18%;
  padding-right: 5%;
}

.block_newsletter .newsletter-wrapper > div {
  float: none;
  text-align: left;
}

.block_newsletter .newsletter-wrapper #block-newsletter-title {
  font-size: 50px;
  font-weight: 800;
  color: var(--white-color);
  line-height: normal;
}

.block_newsletter .newsletter-wrapper #block-newsletter-label {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--white-color);
  margin-bottom: 25px;
  padding-top: 0;
}

.block_newsletter .newsletter-wrapper form .row {
}

.block_newsletter .newsletter-wrapper form .input-wrapper {
  overflow: visible;
}

.block_newsletter .newsletter-wrapper form .wrapper {
  float: none;
  margin: auto;
  position: relative;
}

.block_newsletter .newsletter-wrapper form input[name="email"] {
  height: 50px;
  background-color: var(--white-color) !important;
  color: var(--black-color);
  border: none;
  border-radius: 4px;
  padding: 15px 40px;
}

.block_newsletter .newsletter-wrapper form input::-webkit-input-placeholder {
  color: var(--black-color);
}

.block_newsletter .newsletter-wrapper form input::-moz-placeholder {
  color: var(--black-color);
}

.block_newsletter .newsletter-wrapper form input:-ms-input-placeholder {
  color: var(--black-color);
}

.block_newsletter .newsletter-wrapper form input::-ms-input-placeholder {
  color: var(--black-color);
}

.block_newsletter .newsletter-wrapper form input::placeholder {
  color: var(--black-color);
}

.block_newsletter .newsletter-wrapper form input[name="email"]:focus {
  outline: none;
}

.block_newsletter .newsletter-wrapper form .btn-primary {
  background-color: var(--brand-color) !important;
  color: var(--white-color) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  padding: 0;
  margin: 15px 0;
  line-height: 48px;
  height: 48px;
  width: 150px;
  border-radius: 4px;
}

.block_newsletter label,
.block_newsletter label a,
.block_newsletter label a:hover {
  color: var(--white-color);
}

.block_newsletter .check_politicas {
  margin-top: 10px;
}

.block_newsletter .custom {
  display: flex;
  align-items: center;
  justify-content: start;
}

.block_newsletter label {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.block_newsletter .custom-checkbox input[type="checkbox"] {
  position: relative;
  opacity: 1;
  top: 14px;
}

@media (max-width: 1200px) {
  .block_newsletter .newsletter-wrapper {
    padding-left: 5%;
  }
}

@media (max-width: 992px) {
  .block_newsletter .background-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .block_newsletter {
    height: inherit;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .block_newsletter .newsletter-wrapper {
    padding: 0 35px;
  }

  .block_newsletter .newsletter-wrapper #block-newsletter-title {
    font-size: 36px;
  }
}

/* MODAL ZIP CODE */
.deliverytoyou_modal .modal-dialog {
  width: inherit;
  max-width: inherit;
  top: calc(55%) !important;
  transform: translateY(-50%) !important;
}

.deliverytoyou_modal .modal-dialog > .container {
}

.deliverytoyou_modal .modal-dialog .modal-content {
  width: 100%;
}

.deliverytoyou_modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}

.deliverytoyou_modal .modal-dialog .modal-content .modal-header button {
  opacity: 1 !important;
  outline: 0;
  margin: 0;
  font-size: 2rem;
}

.deliverytoyou_modal .modal-dialog .modal-content .modal-body {
  padding: 50px 13% 200px 13%;
}

.check_zip_btn {
  display: none !important;
}

.deliverytoyou_modal .modal-dialog .modal-content .modal-header-content {
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .modal-header-content
  p.subtitulo {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;

  --min: 36;
  --max: 36;
  --mintrans: 280;
  --maxtrans: 1920;
  font-size: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;
  font-family: "Guthen Bloots Personal Use", sans-serif !important;
  font-weight: 400;
  line-height: 1.3;
  color: var(--blue-color);
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .modal-header-content
  p.titulo {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 70px !important;
  padding-top: 0 !important;
  text-align: center;

  --min: 36;
  --max: 48;
  --mintrans: 280;
  --maxtrans: 1920;
  font-size: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: var(--blue-color);
  text-transform: unset;
}

.deliverytoyou_modal .modal-dialog .modal-content h3 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px !important;

  --min: 24;
  --max: 24;
  --mintrans: 280;
  --maxtrans: 1920;
  font-size: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: var(--blue-color) !important;
  text-transform: unset;
}

.deliverytoyou_modal .modal-dialog .modal-content h3 img {
  height: 45px;
  width: auto;
}

.deliverytoyou_modal .modal-dialog .modal-content .stores-custom-select {
  max-width: 405px;
  margin: 0 auto;
  background: #eeeeee !important;
}

@media (max-width: 550px) {
  .deliverytoyou_modal .modal-dialog .modal-content .stores-custom-select {
    width: calc(100% - 20px);
  }
}

.deliverytoyou_modal .modal-dialog .modal-content .zipcode_header_msg {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipcode_header_msg
  .material-icons {
  border-radius: 50%;
  margin-right: 20px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-color);
  color: var(--white-color);
  font-size: 40px;
}

.deliverytoyou_modal .modal-dialog .modal-content .zipCodeCheckForm {
  display: flex;
  gap: 30px;
}

@media (max-width: 1240px) {
  .deliverytoyou_modal .modal-dialog .modal-content .zipCodeCheckForm {
    flex-direction: column;
  }
}

.deliverytoyou_modal .modal-dialog .modal-content .zipCodeCheckForm > div {
  flex: 1 1 50%;
}

/* .deliverytoyou_modal .modal-dialog .modal-content .zipCodeCheckForm>div:first-of-type {
    margin-right: 120px;
} */

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .zipcodecheck,
.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipcode_checker_msg_invalide_area
  .deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipcodecheck {
  height: 34px;
  margin: 15px 0;
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .input-group {
  max-width: 405px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #eeeeee !important;
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipcode_checker_msg_valide_area,
.deliverytoyou_modal .modal-dialog .modal-content .zipcode_header_msg,
.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipcode_checker_msg_invalide_area {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: var(--black-color);
}

.deliverytoyou_modal .modal-dialog .modal-content .zipcode-loader {
  text-align: center;
}

.deliverytoyou_modal .modal-dialog .modal-content .zipcode_header_msg_subtitle {
  padding: 0 20px;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--black-color);
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .zipcodecheck {
  width: 405px;
  height: 60px;
  margin: 0;
  padding: 15px 25px;
  padding-right: 55px;
  color: var(--blue-color) !important;
  font-size: 18px;
  border: none;
  z-index: 1;
  position: relative;
}

@media (max-width: 550px) {
  .deliverytoyou_modal
    .modal-dialog
    .modal-content
    .zipCodeCheckForm
    .zipcodecheck {
    width: calc(100% - 20px);
  }
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .zipcodecheck::-webkit-input-placeholder,
.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .zipcodecheck::-moz-placeholder,
.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .zipcodecheck:-ms-input-placeholder,
.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .zipcodecheck::placeholder {
  color: var(--blue-color) !important;
  font-size: 18px !important;
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .input-group-btn {
  margin: auto;
  width: 100%;
}

.deliverytoyou_modal .modal-dialog .modal-content .btn-success {
  text-transform: uppercase;
  padding: 10px 22px;
  margin: auto;
  margin-top: 20px;
  border-radius: 4px;
  color: var(--white-color) !important;
  background-color: var(--brand-color) !important;
  font-weight: 700;
  font-size: 14px !important;
  display: inline-block;
  outline: none;
  border: none !important;
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .zipcode-loader {
  margin-right: 15px;
  width: 24px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: #f4f4f4 !important;
}

.deliverytoyou_modal
  .modal-dialog
  .modal-content
  .zipCodeCheckForm
  .enter-icon {
  transform: rotate(180deg);
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  color: #000 !important;
  outline: 0;
}

/*  Modal check zip code*/
/* #zipcodecheckPopup .modal-dialog { top: calc(60%) !important; } */

#zipcodecheckPopup .container {
  position: relative;
  max-width: 1130px;
  width: calc(100% - 40px);
}

#zipcodecheckPopup .container::after {
  content: "";
  background-image: url(/img/line-footer.png);
  display: block;
  height: 24px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#zipcodecheckPopup .modal-body {
  padding-bottom: 115px;
}

@media (max-width: 992px) {
  #zipcodecheckPopup .modal-body {
    padding-bottom: 0;
  }
}

#zipcodecheckPopup .h1.titulo {
  padding-top: 10px;
  margin-bottom: 40px;
}

#zipcodecheckPopup .zipcode_checker_msg_valide_area h3 {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  max-width: 210px;
  margin: 0 auto;
  padding-top: 10px;
}

#zipcodecheckPopup .zipcode_checker_msg_valide_area a.btn {
  margin-top: 35px;
  transition: all, 0.3s;
}

#zipcodecheckPopup .zipcode_checker_msg_valide_area a.btn {
  border: 1px solid var(--brand-color) !important;
  border-radius: 0;
}

#zipcodecheckPopup .zipcode_checker_msg_valide_area a.btn:hover {
  color: var(--brand-color) !important;
  background-color: transparent !important;
}

#zipcodecheckPopup .zipcode_checker_msg_valide_area p:nth-child(3) {
  font-size: 14px;
  color: #000 !important;
  padding-top: 15px;
}

#zipcodecheckPopup .zipcode_checker_msg_valide_area p:nth-child(3) a {
  font-size: inherit;
  color: inherit;
}

#zipcodecheckPopup .zipcode_checker_msg_valide_area p:nth-child(3):hover,
#zipcodecheckPopup .zipcode_checker_msg_valide_area p:nth-child(3):hover a {
  color: #666 !important;
}

@media (max-width: 991px) {
  .deliverytoyou_modal .modal-dialog > .container {
    max-width: 90%;
  }

  .deliverytoyou_modal .modal-dialog .modal-content .modal-body {
    padding: 60px 5% 20px 5%;
  }

  .deliverytoyou_modal .modal-dialog .modal-content .modal-header {
    top: 5px;
    right: 15px;
  }

  .deliverytoyou_modal
    .modal-dialog
    .modal-content
    .modal-header-content
    p.titulo {
    margin-bottom: 0 !important;
  }

  .deliverytoyou_modal .modal-dialog .modal-content .zipCodeCheckForm {
    flex-direction: column;
  }

  .deliverytoyou_modal .modal-dialog .modal-content .zipCodeCheckForm > div {
    margin-bottom: 50px;
  }

  .deliverytoyou_modal
    .modal-dialog
    .modal-content
    .zipCodeCheckForm
    > div:first-of-type {
    margin-right: 0;
  }

  #zipcodecheckPopup .h1.titulo {
    padding-top: 20px;
  }

  #zipcodecheckPopup .zipCodeCheckForm {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .deliverytoyou_modal {
    padding: 0 !important;
  }

  .deliverytoyou_modal
    .modal-dialog
    .modal-content
    .modal-header-content
    p.titulo {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .deliverytoyou_modal .modal-dialog {
    width: auto;
  }

  .deliverytoyou_modal .modal-dialog .modal-body {
    padding: 20px;
  }
}

/*the container must be positioned relative:*/
.stores-custom-select {
  position: relative;
}

.stores-custom-select select {
  display: none;
}

.stores-custom-select .select-selected {
  width: 405px;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 60px;
  margin: 0;
  padding: 15px 25px;
  color: var(--blue-color) !important;
  font-size: 18px;
  border: none;
}

@media (max-width: 550px) {
  .stores-custom-select .select-selected {
    width: calc(100% - 20px);
  }
}

/*style the arrow inside the select element:*/
.stores-custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 22px;
  border: 6px solid transparent;
  border-color: var(--black-color) transparent transparent transparent;
}

.stores-custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--black-color) transparent;
  top: 16px;
}

/*style the items (options), including the selected item:*/
.stores-custom-select .select-items div {
  color: var(--black-color);
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  cursor: pointer;
  user-select: none;
}

.stores-custom-select .select-items div span {
  font-size: 14px;
  line-height: normal;
  display: block;
  color: var(--blue-color);
}

.stores-custom-select .select-items div .title {
  color: var(--black-color);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.stores-custom-select .select-items div:last-of-type {
  border: none;
}

.stores-custom-select .select-items div:hover,
.stores-custom-select .select-items div.same-as-selected {
  background: var(--brand-color);
  border: none;
}

.stores-custom-select .select-items div:hover .title,
.stores-custom-select .select-items div.same-as-selected .title {
  color: var(--white-color);
}

.stores-custom-select .select-items div:hover .sub_title,
.stores-custom-select .select-items div.same-as-selected .sub_title {
  color: rgba(255, 255, 255, 0.6);
}

/*style items (options):*/
.stores-custom-select .select-items {
  padding: 0 12px;
  position: absolute;
  background: #f4f4f4 !important;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 200px;
  overflow-y: scroll;
  /*padding-right: 30px; margin-right: 25px; */
}

.stores-custom-select .select-items::-webkit-scrollbar {
  width: 4px;
  margin-right: 10px;
}

.stores-custom-select .select-items::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.04);
}

.stores-custom-select .select-items::-webkit-scrollbar-thumb {
  background: var(--brand-color);
}

/*hide the items when the select box is closed:*/
.stores-custom-select .select-hide {
  display: none;
}

@media (max-width: 991px) {
  .stores-custom-select .select-items {
    height: 150px;
  }
}

/* --------------------------------

Primary style

-------------------------------- */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.timelinediv {
  position: relative;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  max-width: 1280px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */

.cd-container {
  position: relative;
  overflow: hidden;
  padding: 3em 0;
  margin: 0;
  padding-top: 50px;
}

.cd-container::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  height: 100%;
  width: 1px;
  background: #eee;
}

.cd-timeline-block {
  display: flex;
  padding-top: 40px;
  position: relative;
  margin: 0;
}

.cd-timeline-block:nth-child(1) {
  padding-top: 0;
}

.cd-timeline-block .cd-timeline-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cd-timeline-block .cd-timeline-content .text-wrapper {
  max-width: 290px;
  display: flex;
  justify-content: center;
}

.cd-timeline-block .cd-timeline-content .text-wrapper p.fecha {
  padding-right: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: var(--black-color);
}

.cd-timeline-block .cd-timeline-content .text-wrapper p:not(.fecha) {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: var(--black-color);
}

.cd-timeline-block .cd-timeline-content .text-wrapper p:not(.fecha) strong {
  font-weight: 800;
}

.cd-timeline-block:nth-child(odd) {
}

.cd-timeline-block:nth-child(even) {
  flex-direction: row-reverse;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-img {
  position: relative;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.cd-timeline-img:after {
  content: "";
  top: calc(50% - 15px);
  width: 15px;
  height: 15px;
  background: var(--brand-color);
  border-radius: 50%;
  position: absolute;
  left: -11px;
}

.cssanimations .cd-timeline-img.is-hidden {
  visibility: hidden;
}

.cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}

@media only screen and (min-width: 1170px) {
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 992px) {
  .cd-timeline-img,
  .cd-container::before {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .cd-timeline-img,
  .cd-container::before {
    display: none !important;
  }

  .cd-timeline-block {
    flex-direction: column !important;
    align-items: center;
  }

  .cd-timeline-block .cd-timeline-content .text-wrapper {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 0 1.6em;
    width: 40%;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations
    .cd-timeline-block:nth-child(even)
    .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Protocolo de epresa sin contacto*/
#cms #main {
  max-width: 80%;
  margin: 0 auto;
}

#cms .breadcrumb {
  display: none;
}

#cms #content-wrapper h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.32;
  text-transform: none !important;
  margin-bottom: 15px;
  color: var(--black-color);
  padding-top: 50px !important;
}

#cms #content-wrapper h1:after {
  content: "";
  height: 3px;
  width: 50px;
  background: var(--brand-color);
  display: block;
  margin-top: 24px;
  color: var(--black-color);
}

#cms #content-wrapper h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  color: var(--black-color);
}

#cms #content-wrapper p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 30px;
  color: var(--black-color);
}

#cms #content-wrapper ul {
  margin-bottom: 30px;
}

#cms #content-wrapper ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.31;
  margin-bottom: 20px;
  color: var(--black-color);
  list-style: none;
}

#cms #content-wrapper ul li::before {
  content: "\2022";
  color: var(--brand-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#cms a.btn {
  border-radius: 24px;
  background-color: var(--brand-color);
  color: var(--white-color) !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.38;
  padding: 15px 60px;
  text-transform: uppercase;
}

#cms a.btn:hover {
  background-color: var(--brand-color);
}

#cms a.btn.margin_top {
  margin-top: 30px;
}

@media (max-width: 768px) {
  #cms #main {
    max-width: 100%;
  }
}

/* Encuesta */
.encuesta .col-lg-12.card {
  padding: 0;
}

.encuesta .survey-panel .card-block {
  padding: 0;
  float: none;
}

.encuesta .survey-panel > .card-block:first-child {
  display: none;
}

.encuesta .survey-panel .form-group .col-lg-12 {
  background-color: #f9f9f9;
  margin-bottom: 15px;
  padding: 37px 20px 50px 20px;
}

.encuesta .survey-panel .card-block .control-label.survey-label,
.encuesta .survey-panel .card-block .control-labelnotRequired.survey-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: var(--black-color);
  margin-bottom: 30px;
}

.encuesta
  .survey-panel
  .card-block
  .control-label.survey-label
  .survey-required {
  display: none;
}

.encuesta .survey-panel .card-block .survey-radio-label {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--black-color);
}

.encuesta .survey-panel .card-block .survey-radio-label input[type="radio"] {
  margin-right: 14px;
}

.encuesta .survey-panel .card-block .survey-required {
  display: none;
}

.encuesta .survey-panel .card-block .submit-survey {
  border-radius: 24px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.38;
  color: var(--white-color);
  background-color: var(--brand-footer-color);
  padding: 15px 60px;
  margin: 55px 0 30px 0;
  text-transform: uppercase;
}

.encuesta input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 6px;
  background-clip: content-box;
  border: 1px solid #b9b6b6;
  background-color: var(--white-color);
  border-radius: 50%;
  outline: none !important;
  position: relative;
}

.encuesta input[type="radio"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--brand-footer-color) !important;
  border-radius: 50%;
}

.encuesta .survey-panel .pull-xs-right {
  display: none;
}

/* Modal promocion */
#promocionPopup .modal-dialog {
  width: 500px;
  max-width: 500px;
  top: calc(50% - 170px) !important;
}

#promocionPopup .modal-dialog .content {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
}

#promocionPopup .modal-dialog .modal-header {
  padding: 8px;
  border-bottom: none;
}

#promocionPopup .modal-dialog .modal-bopdy {
  padding: 30px 50px 50px 50px;
}

#promocionPopup .modal-dialog .modal-body h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: var(--black-color);
  text-align: center;
}

#promocionPopup .modal-dialog .modal-body p {
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--black-color);
}

#promocionPopup .modal-dialog .modal-body small {
  text-align: center;
}

#promocionPopup .modal-dialog .modal-body a {
  padding: 10px 30px;
  height: 42px;
  margin: auto;
  border-radius: 24px;
  background: var(--brand-color);
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#promocionPopup .modal-dialog .modal-body a span {
  color: var(--white-color) !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
}

@media (max-width: 575px) {
  #promocionPopup .modal-dialog {
    width: 100%;
  }
}

/* Categories Image */
/* #header .header-top .menu ul li.category:first-child > div { display: block !important } */
/* #header .header-top .menu ul li.category#category-62 > div { display: none !important } */
.seccion_submenu li[id*="category-"] a,
label[id*="category-"] a .label {
  display: flex !important;
  align-items: center;
  text-align: left;
}

.seccion_submenu li[id*="category-"] a:hover:before,
label[id*="category-"] a:hover .label:before {
  background-color: var(--brand-color) !important;
}

.seccion_submenu li[id*="category-"] a::before {
  content: "" !important;
  background-color: #adadad;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 40px 40px;
  -webkit-mask-size: 40px 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  flex: 1 0 auto;
}

li#category-47 > a::before,
label#category-47 a .label::before {
  display: inline-block;
  mask-image: url("/img/icons_new/PESCADOS_MOLUSCOS_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/PESCADOS_MOLUSCOS_ICO_MDQ.svg");
}

li#category-48 a:before,
label#category-48 > a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/VERDURAS_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/VERDURAS_ICO_MDQ.svg");
}

li#category-49 > a:before,
label#category-49 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/MARISCOS_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/MARISCOS_ICO_MDQ.svg");
}

li#category-50 > a:before,
label#category-50 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/HELADO_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/HELADO_ICO_MDQ.svg");
}

li#category-51 > a:before,
label#category-51 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/PRECOCINADOS_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/PRECOCINADOS_ICO_MDQ.svg");
}

li#category-52 > a:before,
label#category-52 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/REPOSTERIA_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/REPOSTERIA_ICO_MDQ.svg");
}

li#category-53 > a:before,
label#category-53 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/CARNES_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/CARNES_ICO_MDQ.svg");
}

li#category-54 > a:before,
label#category-54 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/FRUTASICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/FRUTASICO_MDQ.svg");
}

li#category-55 > a:before,
label#category-55 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/MICOLOGICOS_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/MICOLOGICOS_ICO_MDQ.svg");
}

li#category-57 > a:before,
label#category-57 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/VEGANOS_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/VEGANOS_ICO_MDQ.svg");
}

li#category-62 > a:before,
label#category-62 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/PACKS_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/PACKS_ICO_MDQ.svg");
}

li#category-64 > a:before,
label#category-64 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/PACK_MARISCADAS_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/PACK_MARISCADAS_ICO_MDQ.svg");
}

li#category-67 > a:before,
label#category-67 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/PESCADOS_MOLUSCOS_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/PESCADOS_MOLUSCOS_ICO_MDQ.svg");
}

li#category-73 > a:before,
label#category-73 a .label:before {
  display: inline-block;
  mask-image: url("/img/icons_new/COMIDA_MUNDO_ICO_MDQ.svg");
  -webkit-mask-image: url("/img/icons_new/COMIDA_MUNDO_ICO_MDQ.svg");
}

.category-id-67 #left-column,
.category-id-62 #left-column {
  display: none;
}

.category-id-67 #subcategories li h2,
.category-id-62 #subcategories li h2 {
  margin-top: 15px;
  padding: 15px 0;
}

.category-id-67 #subcategories li h2 a,
.category-id-62 #subcategories li h2 a {
  color: var(--white-color);
}

.category-id-67 #subcategories li {
  width: 24.5%;
  margin-right: 7px;
  background-color: var(--brand-secondary-color);
  margin-bottom: 20px;
}

.category-id-67 #subcategories li:nth-child(4) {
  margin-right: 0;
}

.category-id-67 #products,
.category-id-62 #products {
  display: none;
}

.category-id-67 #content-wrapper,
.category-id-62 #content-wrapper {
  width: 100%;
}

.category-id-62 #subcategories li {
  width: 49.5%;
  background-color: var(--brand-secondary-color);
}

.category-id-62 #subcategories li a {
  height: 374px;
  overflow: hidden;
  margin-bottom: 10px;
}

.category-id-62 #subcategories li:first-child {
  margin-right: 8px;
}

.category-id-62 #subcategories li img {
  width: 100%;
}

.category-id-67 #subcategories li img {
  padding-top: 10px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .container {
    padding-right: 35px;
    padding-left: 35px;
  }

  .category-id-62 #subcategories li:first-child {
    margin-right: 0;
  }

  .category-id-62 #subcategories li a {
    height: auto;
  }

  .category-id-67 #subcategories li,
  .category-id-62 #subcategories li {
    margin-bottom: 10px;
  }

  .category-id-67 #subcategories li {
    width: 80% !important;
    margin: 10px auto;
  }

  .category-id-67 #subcategories li:nth-child(4) {
    margin: 10px auto;
  }
}

@media (max-width: 575px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* COOKIE */
#cookiesplus-modal.cookiesplus-center {
  padding: 80px 45px 80px 100px;
  max-width: 1208px;
  width: 100%;
}

#cookiesplus-modal.cookiesplus-center #cookiesplus-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#cookiesplus-modal.cookiesplus-center #cookiesplus-form .cookiesplus-info {
  max-height: 100%;
  width: 70%;
  padding-right: 60px;
  flex: 1;
}

#cookiesplus-modal.cookiesplus-center #cookiesplus-form h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.13;
  color: #020202;
  text-align: left;
}

#cookiesplus-modal.cookiesplus-center #cookiesplus-form p,
#cookiesplus-modal.cookiesplus-center #cookiesplus-form span,
#cookiesplus-modal.cookiesplus-center #cookiesplus-form th,
#cookiesplus-modal.cookiesplus-center #cookiesplus-form td,
#cookiesplus-modal.cookiesplus-center #cookiesplus-form div {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.69;
  color: #020202;
}

#cookiesplus-modal.cookiesplus-center #cookiesplus-form .cookiesplus-actions {
  width: 363px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#cookiesplus-modal.cookiesplus-center
  #cookiesplus-form
  .cookiesplus-actions
  div {
  width: 100%;
  text-align: right;
}

#cookiesplus-modal.cookiesplus-center
  #cookiesplus-form
  .cookiesplus-actions
  button,
#cookiesplus-modal.cookiesplus-center .cookiesplus-save,
#cookiesplus-modal.cookiesplus-center .cookiesplus-reject {
  border: solid 2px #000 !important;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1.5px;
  color: #000 !important;
  text-transform: uppercase;
  padding: 14px 5px;
  width: 100%;
  max-width: 288px;
  outline: none;
}

#cookiesplus-modal.cookiesplus-center .cookiesplus-save:not([disabled]) {
  color: #000 !important;
  border: solid 2px #000 !important;
}

#cookiesplus-modal.cookiesplus-center
  #cookiesplus-form
  .cookiesplus-actions
  .cookiesplus-accept {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #206dc5 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 15px !important;
}

#cookiesplus-modal.cookiesplus-center
  #cookiesplus-form
  .cookiesplus-actions
  .cookiesplus-accept
  span {
  color: #fff !important;
  font-size: 15px !important;
}

@media (max-width: 991px) {
  #cookiesplus-modal.cookiesplus-center {
    padding: 80px 45px;
    max-width: 1208px;
    width: 100%;
  }

  #cookiesplus-modal.cookiesplus-center #cookiesplus-form .cookiesplus-info,
  #cookiesplus-modal.cookiesplus-center #cookiesplus-form .cookiesplus-actions {
    width: 100%;
  }

  #cookiesplus-modal.cookiesplus-center #cookiesplus-form .cookiesplus-info {
    padding-right: 15px;
  }

  #cookiesplus-modal.cookiesplus-center #cookiesplus-form .cookiesplus-actions {
    padding-left: 15px;
  }

  #cookiesplus-modal.cookiesplus-center
    #cookiesplus-form
    .cookiesplus-actions
    div {
    text-align: center;
  }

  #cookiesplus-modal .cookiesplus-btn.float-xs-right {
    float: none !important;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #cookiesplus-modal.cookiesplus-center {
    padding: 30px 15px;
  }
}

/* Modal bienvenida */
#bienvenidaPopup .modal-dialog {
  width: 796px;
  max-width: 795px;
  top: calc(50% - 170px) !important;
}

#bienvenidaPopup .modal-dialog .content {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
}

#bienvenidaPopup .modal-dialog .modal-header {
  padding: 16px;
  border-bottom: none;
}

#bienvenidaPopup .modal-dialog .modal-header .close {
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  font-family: "Karla", sans-serif;
  line-height: 1.15;
  opacity: 1;
  display: flex;
  align-items: center;
}

#bienvenidaPopup .modal-dialog .modal-header .close span {
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  color: inherit;
  margin-left: 5px;
}

#bienvenidaPopup .modal-dialog .modal-body {
  padding: 24px 65px;
}

#bienvenidaPopup .modal-dialog .modal-body img {
  max-width: 390px;
  width: 100%;
}

#bienvenidaPopup .modal-dialog .modal-body p {
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.15;
  color: #000;
  margin-bottom: 40px;
}

#bienvenidaPopup .modal-dialog .modal-body p.titulo {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 34px;
}

#bienvenidaPopup .modal-dialog .modal-body p strong {
  font-size: 30px;
  font-weight: bold;
}

#bienvenidaPopup .modal-dialog .modal-body a {
  padding: 17px 60px;
  border-radius: 24px;
  background: #e23131;
  display: flex;
  align-items: center;
  border: 0;
}

#bienvenidaPopup .modal-dialog .modal-body a span {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

@media (max-width: 800px) {
  #bienvenidaPopup .modal-dialog {
    width: 100%;
  }

  #bienvenidaPopup .modal-dialog .modal-body {
    padding: 24px 25px;
  }
}

@media (max-width: 575px) {
  #bienvenidaPopup .modal-dialog {
    width: 100%;
  }

  #bienvenidaPopup .modal-dialog .modal-body {
    padding: 24px 0;
  }

  #bienvenidaPopup .modal-dialog .modal-body p {
    font-size: 17px;
  }

  #bienvenidaPopup .modal-dialog .modal-body p.titulo {
    font-size: 30px;
  }
}
