@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter";
  font-weight: 400;
  background-color: #000;
}

a {
  color: #000;
}
a:hover {
  color: #c60c00;
}
a:focus {
  color: #c60c00;
}

.text-primary {
  color: #c60c00;
}

button:focus {
  outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0;
}

.btn.btn-s {
  padding: 3px 15px;
  font-size: 14px;
  margin: 0;
}

.page-content.page-cms ul,
p {
  color: #000;
}

.input-group.focus {
  outline: 0;
}

input.form-control {
  background-color: #fff;
  border-radius: 100px;
  border: 1.5px solid #000;
  text-align: center;
}
input.form-control:focus, input.form-control:focus-visible {
  border-color: #c60c00;
  background-color: #fff;
  outline: none;
}

.form-control-select {
  border-radius: 100px;
  border: 1.5px solid #000;
  background-color: #fff;
  padding: 0px 15px;
}
.form-control-select:focus, .form-control-select .form-control-select:focus-visible {
  border-color: #c60c00;
  outline: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 1.8px);
}

.thead-default th {
  color: #fff;
  background-color: #c60c00;
}

.table-bordered .thead-default th {
  border: 1px solid #c60c00;
}

textarea,
textarea.form-control {
  border-radius: 20px;
  max-width: 600px;
  min-height: 5rem;
  background-color: transparent;
  color: #000;
  border: 1.5px solid #000;
  outline: none;
}

.form-control:focus {
  border-color: #c60c00;
  outline: none;
}

.custom-radio input[type=radio]:checked + span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 19px;
  height: 19px;
  background-color: #c60c00;
  transform: translate(-50%, -50%);
}

.custom-checkbox {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 90%;
}
.custom-checkbox input[type=checkbox] + span {
  border: 1.5px #000 solid;
  border-radius: 20px;
  flex: 1 0 18px;
  max-width: 1.125rem;
}
.custom-checkbox input[type=checkbox]:focus + span {
  border-color: #000;
}

#header {
  position: sticky;
  top: -40px;
}
#header #_desktop_logo h1 {
  font-size: 10px;
}
#header .logo-fotopro {
  padding-right: 15px;
  padding-left: 15px;
}
#header .logo-fotopro img.logo {
  max-width: 140px;
}
#header .header-banner {
  background-color: #c60c00;
}
#header .header-top {
  background-color: #000;
  overflow-x: clip;
  overflow-y: visible;
  padding: 6px 0;
}
#header .header-top a:hover i.svg path {
  stroke: #c60c00;
}
#header .header-top .navbar-toggler {
  padding: 0;
}
#header .header-top a,
#header .header-top a[data-depth="0"] {
  color: #fff;
  font-weight: 500;
}
#header .header-top a i.remove,
#header .header-top a[data-depth="0"] i.remove {
  display: none;
}
#header .header-top a:hover,
#header .header-top a[data-depth="0"]:hover {
  color: #c60c00;
}
@media (min-width: 767px) {
  #header .header-top ul.top-menu {
    display: flex;
    gap: 5px;
    align-items: center;
  }
}
#header .header-top .sub-menu {
  left: inherit;
  right: inherit;
  width: inherit;
  min-width: inherit;
  background-color: #000;
  margin: 0;
}
#header .header-top .sub-menu ul.top-menu {
  flex-direction: column;
  display: flex;
}
#header .header-top .sub-menu ul.top-menu a i {
  display: none;
}
#header .header-top .sub-menu ul.top-menu a:hover {
  color: #c60c00;
}
#header .header-top .sub-menu ul[data-depth="1"] > li {
  margin: 0;
}
#header .header-top .sub-menu.popover::before {
  content: "";
  border-width: 0;
  width: inherit;
  background: #000;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  top: 0;
  height: inherit;
  z-index: -1;
}
#header .blockcart .header {
  border: 1.5px solid #fff;
  border-radius: 30px;
  padding: 4px 13px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  cursor: pointer;
}
#header .blockcart .header .cart-products-count {
  position: absolute;
  background-color: #000;
  font-size: 90%;
  right: -4px;
  top: -10px;
  padding: 1px 5px;
  border-radius: 30px;
}
#header .header-top-right {
  display: flex;
  flex: 1;
}
#header .header-top-right .menu {
  position: static;
  display: flex;
  flex: 100%;
  padding-left: 0;
  justify-content: center;
}
#header .header-top-right .columna-right {
  display: flex;
  margin-left: auto;
  width: initial;
  gap: 15px;
  align-items: center;
}
#header .header-top-right .columna-right .user-info {
  display: flex;
  gap: 15px;
}
@media (max-width: 1024px) {
  #header .header-top-right .columna-right {
    gap: 0px;
  }
  #header .header-top-right .columna-right .user-info {
    gap: 0px;
  }
}
#header .container {
  max-width: 1900px;
  width: 100%;
}
#header .search_widget {
  margin-left: auto;
}
#header .header-top > .container > .row:first-of-type {
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  #header .logo-fotopro {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0 15px 0px;
    padding: 0 0 10px;
  }
  #header .logo-fotopro img.logo {
    max-width: 150px;
    padding: 2px 0 1px;
  }
  #header #_desktop_cart {
    position: absolute;
    right: 21px;
    top: 0;
  }
  #header .header-top {
    padding: 10px 0 0;
  }
  #header .header-top a {
    padding: 11px;
  }
  #header .header-top a.amburger {
    padding: 0;
  }
  #header .header-top .logo-fotopro a {
    padding: 0;
  }
}
#header #mobile_top_menu_wrapper {
  background-color: #000;
  position: absolute;
  right: 15px;
  left: 15px;
}

.btn {
  font-size: 16px;
  padding: 7px 20px 7px 20px;
  border-radius: 30px 30px 30px 30px;
  font-weight: 400;
}

.btn-primary {
  background-color: #c60c00;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #000;
  color: #fff !important;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #c60c00;
  color: #fff !important;
}

.btn-secondary {
  background-color: #8A8A8A;
  color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #000;
  color: #fff !important;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  background-color: #000;
  color: #fff !important;
}

.btn-dark {
  background-color: #000;
  color: #fff !important;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: red;
  color: #000 !important;
}

.layout-one-column-filter {
  /*
    .filtros {

      z-index: 999;
      position: absolute;
      max-width: 100%;
      align-items: center;
      width: calc(100% - 30px);

      section.facet {
        position: relative;
        &.disabled {
          background-color: #F0F0F0 !important;
          color: #ACA7A7;
          pointer-events: none;
          &:after{  display: none;}
          p.facet-title {
            color: #ACA7A7 !important;

          }
        }
        .title{
          z-index: 1;
          position: relative;
        }
        ul{
          max-height: 35vh;
          overflow-y: auto;
          scrollbar-width: none;
          position: relative;
           }
            &:after{
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          background: linear-gradient(180deg, rgba(223, 223, 223, 0) 0%, rgba(223, 223, 223, 1) 80%);
          height: 10px;
          bottom: 18px;
          display: block;
          clear: inherit;
        }  
      }

      p.facet-title {
        color: #000;

        text-transform: uppercase;

        &.open-filtro {
          width: fit-content;
          background: $gris-fondo;
          padding: 8px 20px;
          border-radius: 20px;
        }

        i {
          font-style: normal;
        }

      }

      .facet-label {
        position: relative;
        display: flex !important;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        top: inherit;
        gap: 10px;
        margin-bottom: 0;

        span.custom-checkbox {
          display: none;
          top: inherit !important;
          max-width: 20px;

          span.ps-shown-by-js {
            border: 0;

            i {
              display: none;
            }

            &:after {
              content: "";
              width: 21px;
              height: 21px;
              background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxsaW5lIHgxPSI0Ljc3MjUyIiB5MT0iNC40MTkzOCIgeDI9IjEzLjk2NDkiIHkyPSIxMy42MTE4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIvPg0KPGxpbmUgeDE9IjQuNDE4ODkiIHkxPSIxMy42MTE4IiB4Mj0iMTMuNjExMyIgeTI9IjQuNDE5MzciIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41Ii8+DQo8L3N2Zz4NCg==);
              display: block;
              background-size: cover;
            }
          }

          +a {
            background: #fff;
            border-radius: 50px;
            padding: 10px 22px;
            width: auto !important;
            margin: 5px 0px 5px;

          }
        }

        &.active {
          display: block;

          span.custom-checkbox {
            display: block;

          }
        }

      }

      #search_filter_controls {

        max-width: 320px;
        width: 100%;

        button.ok {
          width: 100%;
          display: flex;
          justify-content: space-between;
          border-radius: 20px;
          font-weight: 400;

          i {
            margin-right: -10px;
          }
        }

      }

      #search_filters_wrapper {
        &.hidden-sm-down {
          display: none;

        }
      }

      .filtro-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        z-index: -1;
      }

      #search_filters_wrapper:not(.hidden-sm-down) .filtro-overlay {
        display: block;
      }

      #search_filters [data-type="category"] {
        display: none;
      }

      .caja-filtros {
        max-width: 320px;

        .facet {
          .facet-title {
            width: calc(100% - 30px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }

          .title {
            display: flex;
          }
        }
      }

      .caja-filtros,
      #search_filters,
      #search_filters_brands,
      #search_filters_suppliers {
        background: none;
        padding: 10px 0;

        .collapse-filtro {
          background: none;

          width: 100%;
          display: flex;
          gap: 10px;
          flex-direction: column;

          &.collapse.in {
            display: flex;
          }
        }

        .facet {
          background: $gris-select;
          padding: 8px 20px;
          border-radius: 20px;

          ul {
            margin-bottom: 10px;
          }

          .facet-title {
            margin: 0;
          }

          .title {
            cursor: pointer;
            align-items: center;


            .navbar-toggler {
              padding: 0;
              height: inherit;
              right: -20px;
              position: relative;
            }

            .material-icons {
              &.add {
                display: none;

              }

              &.remove {
                display: block;
              }

            }

            &.collapsed {
              .material-icons {
                &.add {
                  display: block;

                }

                &.remove {
                  display: none;

                }
              }
            }
          }

          .collapse {
            display: none;

            &.in {
              display: block;
            }
          }

          li {
            &.oculta {
              display: none;

              &.active {
                display: block;
              }
            }
          }
        }
      }
    }
  */
}
.layout-one-column-filter .container {
  position: relative;
}
.layout-one-column-filter #left-column #search_filters_wrapper {
  margin-right: 0px !important;
  margin-left: 0px !important;
  max-width: 335px;
  z-index: -1;
  position: relative;
}
.layout-one-column-filter #content-wrapper.js-content-wrapper.hidden-sm-down {
  display: initial !important;
}
.layout-one-column-filter .card-block {
  padding: 1.25rem 0 0.5rem;
}
.layout-one-column-filter .card-block p {
  font-size: 285%;
  line-height: 1.1;
  color: #000;
  max-width: 800px;
}

@media (max-width: 767px) {
  body#category h1, body#category .h1 {
    font-size: 32px !important;
  }
  body#category #search_filter_toggler {
    width: auto;
  }
  body#category #left-column #search_filter_controls {
    margin-bottom: 0;
  }
  body#category #left-column #search_filter_controls button {
    margin: 0;
  }
  body#category #left-column #search_filters {
    padding: 10px 0;
    border: none;
  }
  body#category #left-column #search_filters .facet {
    padding: 8px 20px;
    border: none;
  }
  body#category #left-column #search_filters .facet ul {
    margin-bottom: 1rem;
  }
  body#category #left-column #search_filters .facet ul li {
    padding: 0;
    border: none;
  }
  body#category #left-column #search_filters .facet .facet-label a {
    margin-top: 0.4375rem;
  }
}
.pagination {
  display: none;
}

#products {
  min-height: 580px;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
  background-color: #c60c00;
}

.sort-by-row {
  float: right;
}
.sort-by-row .products-sort-order i {
  line-height: 0;
  margin: 0;
}
.sort-by-row .products-sort-order .dropdown-menu {
  left: inherit;
  right: 0;
}

.filter-active {
  margin-bottom: 2rem;
}

.filter-button .js-search-toggler {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  font-weight: 400;
}

.active_filters {
  padding: 0;
  flex-wrap: wrap;
  background: none;
  display: flex;
}
.active_filters ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 20px 0;
}
@media (max-width: 768px) {
  .active_filters ul {
    padding: 10px 5px 0;
  }
}
.active_filters .filter-block {
  margin-bottom: 0;
  padding: 0;
}

#wrapper {
  background: #fff;
}

.container {
  max-width: 1900px;
  width: 100%;
}

.footer-container {
  background-color: #000;
}

article .ets-wishlist-button-add,
article .ets-wishlist-button-add:not(.view_page),
.product-container .ets-wishlist-button-add,
.product-container .ets-wishlist-button-add:not(.view_page) {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  position: absolute;
  top: -10px;
  right: 10px;
}
article .ets-wishlist-button-add:hover,
article .ets-wishlist-button-add:not(.view_page):hover,
.product-container .ets-wishlist-button-add:hover,
.product-container .ets-wishlist-button-add:not(.view_page):hover {
  background-color: transparent !important;
}

#product-modal {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
#product-modal img {
  border-radius: 10px;
}
#product-modal .modal-content .modal-body .product-images img:hover {
  border: #333 1px solid;
}

@media (max-width: 768px) {
  #products .products article .ets-wishlist-button-add.right {
    right: 0px !important;
    top: 4px !important;
  }
  .js-product.product .ets-wishlist-button-add,
  .js-product.product .ets-wishlist-button-add:not(.view_page) {
    right: 0px !important;
    top: 4px !important;
  }
}
.ets-wishlist-button-add svg path {
  stroke: #000 !important;
  fill: transparent !important;
}
.ets-wishlist-button-add.remove_wishlist svg path, .ets-wishlist-button-add.delete_wishlist svg path {
  stroke: #c60c00 !important;
  fill: #c60c00 !important;
}

article .ets-wishlist-button-add,
article .ets-wishlist-button-add:not(.view_page) {
  top: 10px;
  z-index: 1 !important;
}

.ets-wishlist-products-container .ets-wishlist-products-container-header {
  margin-bottom: 0;
}

.ets-wishlist-product-addtocart {
  margin-top: auto;
}

.has-discount .discount {
  background: #c60c00;
}

.product-flags {
  display: flex;
  gap: 10px;
  padding: 1rem;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 768px) {
  .product-flags {
    gap: 5px;
    padding: 10px;
  }
}
.product-flags li.product-flag {
  min-width: inherit !important;
  min-height: inherit !important;
  font-weight: 400;
  font-size: 90%;
  border-radius: 20px;
  padding: 4px 15px;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #3D82B4;
}
.product-flags li.product-flag.on-sale {
  width: fit-content;
  background-color: #c60c00;
  /*	+.discount {
  margin-left: -23px;
  border-radius: 0 15px 15px 0;
  padding-left: 7px;
  }*/
}
.product-flags li.product-flag.discount {
  background-color: #c60c00;
}
.product-flags li.consultar_stock {
  background-color: #7a7a7a;
}
.product-flags li.out_of_stock {
  display: none;
}

.product-miniature .product-flags li.product-flag {
  font-weight: 400;
  padding: 4px 15px;
}

.product-miniature .thumbnail-container {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-miniature .thumbnail-container .product-thumbnail {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-miniature .thumbnail-container .product-thumbnail img {
  mix-blend-mode: multiply;
}
.product-miniature .thumbnail-top {
  position: relative;
  overflow: hidden;
  background: #F2F2F2;
  border-radius: 10px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
}
.product-miniature .product-title {
  text-align: left;
  font-size: 110%;
  margin-bottom: 8px;
  margin-top: 0px;
}
.product-miniature .product-title a {
  text-transform: uppercase;
  font-size: 16px;
  color: #000 !important;
  font-weight: 600;
  padding: 0 !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Máximo 3 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-miniature .product-price-and-shipping,
.product-miniature .product-brand,
.product-miniature .product-attribute {
  text-align: left;
  font-weight: 400;
  color: #000;
}
.product-miniature .product-brand {
  margin-bottom: 21px;
}
.product-miniature .product-price-and-shipping {
  margin-top: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
}
.product-miniature .product-price-and-shipping .regular-price {
  font-size: inherit;
}
.product-miniature .product-attribute {
  margin-bottom: 8px;
}
.product-miniature .product-description {
  padding: 0;
  background: transparent;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  position: initial;
  font-size: 15px;
  line-height: 1rem;
  letter-spacing: -0.2px;
}

.product-miniature,
.product-miniature .product {
  height: 100%;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
  display: none;
}

.ce-theme [class*=" ceicon-"],
.ce-theme [class^=ceicon-] {
  font-weight: 400;
}
.ce-theme .ceicon-chevron-right:before {
  content: ">";
}
.ce-theme .ceicon-chevron-left:before {
  content: "<";
}

.elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  top: 8px;
}
@media (max-width: 768px) {
  .elementor-swiper-button {
    font-size: 18px;
  }
}

.elementor-swiper-button-prev {
  right: 40px;
  left: inherit !important;
}

.products.row {
  margin-left: -10px;
  margin-right: -10px;
}
.products.row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

section#products .btn-secondary {
  background-color: #F2F2F2 !important;
  color: #000 !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

#product #wrapper .container {
  margin-top: 30px;
}
#product #content {
  max-width: inherit;
}
#product .product-discount {
  line-height: 1.2;
}
#product .product-discount .regular-price {
  font-weight: 300 !important;
}

.product-prices .product-discount {
  font-size: 40px;
}

#main .images-container .thumb-container {
  background-color: #F2F2F2;
  border-radius: 10px;
  overflow: hidden;
}
#main .images-container .thumb-container img {
  border: none;
}
#main .images-container .thumb-container .thumb {
  margin: 0;
  padding: 5px;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#main .images-container .thumb-container .thumb.selected {
  border: none;
  opacity: 1;
}
@media (max-width: 991px) {
  #main .images-container .thumb-container {
    display: inline-flex;
    margin-right: 10px;
  }
}
#main .images-container .js-qv-mask, #main .images-container .js-qv-mask.scroll {
  width: calc(20% - 16px);
  max-height: 80vh;
  overflow: hidden;
  height: 736px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #main .images-container .js-qv-mask, #main .images-container .js-qv-mask.scroll {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #main .images-container .js-qv-mask, #main .images-container .js-qv-mask.scroll {
    height: auto;
    width: auto;
  }
}

.product-accessories {
  margin-top: 80px;
}

body#product .product-container {
  align-items: stretch;
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body#product .product-container {
    flex-direction: column;
  }
}
body#product .product-container h1 {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body#product .product-container h1 {
    font-size: 32px;
    margin-bottom: 1rem;
  }
}
body#product .product-container > div {
  flex: 1;
}
body#product .product-container > div.info-product {
  display: flex;
  flex-direction: column;
}
body#product .product-container .product-cover {
  background-color: #F2F2F2;
  border-radius: 10px;
  overflow: hidden;
}
body#product .product-container .product-cover img {
  mix-blend-mode: multiply;
  padding: 20px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  body#product .product-container {
    /* Columna de miniaturas a la izquierda */
    /* Imagen principal a la derecha */
    /* Miniaturas */
  }
  body#product .product-container .images-container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  body#product .product-container .images-container .js-qv-product-images {
    order: 0;
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  body#product .product-container .images-container .product-cover {
    order: 1;
    flex: 1 1 80%;
    margin-bottom: 0;
  }
  body#product .product-container .js-qv-product-images .thumb-container {
    width: 100%;
  }
  body#product .product-container .js-qv-product-images .thumb-container img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: border-color 0.2s ease;
  }
  body#product .product-container .js-qv-product-images .thumb-container img:hover,
  body#product .product-container .js-qv-product-images .thumb-container.selected img {
    border-color: #333;
  }
  body#product .product-container .scroll-box-arrows {
    z-index: 1;
  }
  body#product .product-container .scroll-box-arrows .left {
    left: calc(10% - 18px);
    transform: rotate(270deg);
    bottom: 0;
  }
  body#product .product-container .scroll-box-arrows .right {
    display: none;
  }
}
body#product .product-container .scroll-box-arrows i {
  bottom: 13px;
}
body#product .product-container .scroll-box-arrows i:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background-color: #dfdfdf;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
body#product .product-container .images-container .js-qv-product-images::-webkit-scrollbar {
  width: 8px;
}
body#product .product-container .images-container .js-qv-product-images::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}

.product-prices {
  margin-top: 0;
  flex-wrap: wrap;
  display: flex;
  gap: 0 10px;
}
.product-prices .current-price-value,
.product-prices .tax-shipping-delivery-label {
  font-weight: 300;
  color: #000;
  font-size: 40px;
  line-height: normal;
}
@media (max-width: 1024px) {
  .product-prices div {
    margin-bottom: 0;
  }
  .product-prices .product-discount,
  .product-prices .current-price-value,
  .product-prices .tax-shipping-delivery-label {
    font-size: 20px;
  }
}

.product-actions .add-to-cart {
  height: auto;
  margin-bottom: 0;
  padding: 7px 20px;
  width: 100%;
}
.product-actions .add {
  width: 100%;
  flex-direction: column;
}
.product-actions .add .info-boton {
  font-size: 12px;
  color: #8B8B8B;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
  margin-bottom: 0;
}

.product-quantity {
  align-items: flex-start;
  gap: 10px 20px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .product-quantity {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .product-quantity .quantity-selector {
    width: 100%;
  }
}
.product-quantity #quantity_wanted {
  border: none;
  text-align: center;
  background-color: transparent;
  width: 20px;
  height: 37px;
  padding: 0;
  color: #000;
}

.product-information {
  display: flex;
  flex-direction: column;
  color: #000;
}

.etiquetas-info {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  margin-top: auto;
}
.etiquetas-info .fp-acf-badge {
  position: initial;
  transform: initial;
}

.product-accordion {
  border-bottom: 1px solid #000;
}
.product-accordion .tab .tab-body table td,
.product-accordion .tab .tab-body table th {
  padding: 8px 20px;
}
.product-accordion .tab .tab-body table tr {
  border-bottom: 1px solid #e2e2e2;
}
.product-accordion .tab .tab-body table tr:first-child {
  border-top: 1px solid #e2e2e2;
}
.product-accordion .tab .tab-body table tr:nth-child(2n+1) {
  background-color: #F2F2F2;
}

#product .product-variants-item select {
  max-width: 195px;
  border: none;
  background: #dfdfdf url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMjkxIDQxNy45IDEzIDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTI5MSA0MTcuOSAxMyA3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoNCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMjkwLjQsNDE4LjVsNS43LDVsNS4zLTUiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2UtbGluZWNhcDpyb3VuZDsiLz4NCjwvc3ZnPg==") no-repeat right 11px center/1.25rem 1.25rem;
  color: #000;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
  background-size: 11px;
}
@media (max-width: 767px) {
  #product .product-variants-item select {
    max-width: 100%;
  }
}

.bootstrap-touchspin {
  background-color: #dfdfdf;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 20px;
  font-weight: 300;
}
.bootstrap-touchspin .control-label {
  margin: 0 10px 0 0;
  font-weight: 300;
  text-transform: uppercase;
}
.bootstrap-touchspin .btn-touchspin {
  background-color: transparent;
  color: #000 !important;
  padding: 0 0.8rem !important;
  font-size: 16px !important;
}
.bootstrap-touchspin .btn-touchspin:hover {
  background-color: #DdDdDd;
  color: #000;
}

.top-subcadena {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
.top-subcadena .product-manufacturer {
  text-transform: uppercase;
  color: #000;
}
.top-subcadena .wishlist-button-add {
  position: relative;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .top-subcadena {
    margin-bottom: 1rem;
  }
}

.tab {
  position: relative;
}
.tab h3 {
  font-size: 19px;
  line-height: 1.3;
}
.tab p {
  font-size: 16px;
  line-height: 1.2;
}

.tab-body {
  padding: 0 21px 21px;
}
.tab-body:after {
  position: absolute;
  content: "";
  bottom: 18px;
  left: 0;
  right: 0;
  height: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}
.tab-body > * {
  padding-bottom: 18px;
}
.tab-body .product-description {
  max-height: 380px;
  overflow-y: auto;
  scrollbar-width: none;
  position: relative;
}

.boton-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 21px;
  background: transparent;
  border: none;
  border-top: 1px solid #000;
  border-width: 1px 0;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.boton-tab:hover {
  color: #c60c00;
}

@media (max-width: 1024px) {
  .boton-tab {
    padding: 16px 0;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .boton-tab {
    font-size: 16px;
  }
  .tab-body {
    padding: 0 0 21px;
  }
}
.icon-toggle .material-icons {
  margin-top: -15px;
}
.icon-toggle .material-icons svg {
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .icon-toggle .material-icons {
    zoom: 0.8;
  }
}

.boton-tab[aria-expanded=true] .icon-toggle .material-icons svg {
  transform: rotate(180deg);
}

.input-group .input-group-btn > .btn[data-action=show-password] {
  padding: 0;
  background: transparent;
  position: absolute;
  right: 0;
  border: none;
  color: #000;
  justify-content: center;
  min-width: 50px;
  z-index: 5;
}
.input-group .form-control:not(:last-child) {
  border-radius: 100px;
}

.cuerpo-login {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.cuerpo-login a {
  color: #8A8A8A;
  font-weight: 300;
  font-size: 18px;
}
.cuerpo-login a:hover {
  color: #c60c00;
}
.cuerpo-login a strong {
  color: #000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cuerpo-login a strong {
    display: block;
  }
}
.cuerpo-login .head-cuenta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cuerpo-login .head-cuenta h1 {
  color: #000;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.cuerpo-login .login__forgot-password {
  text-align: right;
  margin-bottom: 60px;
}
.cuerpo-login .btn-primary {
  width: 100%;
}
.cuerpo-login .password-requirements {
  text-align: left;
  margin-bottom: 20px;
}
.cuerpo-login .password-requirements p {
  font-size: 100%;
  margin-bottom: 0;
}

.forgotten-password .form-fields .center-email-fields button {
  margin: 0;
}

.campos-login {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  padding-bottom: 10px;
}
.campos-login .form-group {
  margin-bottom: 0;
}
.campos-login .form-control-comment {
  display: none;
}
.campos-login .col-md-12 {
  padding: 0;
}

.page-authentication #wrapper {
  position: relative;
  /* para que se vea */
  background-image: url("img/fondo/fondo1.webp"), url("img/fondo/fondo2.webp"), url("img/fondo/fondo3.webp"), url("img/fondo/fondo4.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 11% 15%, 21% 81%, 67% -5%, 87% 57%;
}
@media (max-width: 767px) {
  .page-authentication #wrapper {
    background-size: 21% auto, 19% auto, 22% auto, 18% auto;
    background-position: 4% 1%, 11% 96%, 90% 99.5%, 96% 10%;
  }
}

.page-registration #wrapper {
  position: relative;
  /* para que se vea */
  background-image: url("img/fondo/fondo1.webp"), url("img/fondo/fondo2.webp"), url("img/fondo/fondo3.webp"), url("img/fondo/fondo4.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 29% 2%, 13% 66%, 73% 98%, 98% 17%;
}
@media (max-width: 767px) {
  .page-registration #wrapper {
    background-size: 21% auto, 19% auto, 22% auto, 18% auto;
    background-position: 4% 1%, 10% 96%, 83% 99.5%, 96% 10%;
  }
}

.nav-item .nav-separtor.active,
.page-addresses .address .address-footer a:hover,
body#checkout,
body#checkout section.checkout-step .add-address a {
  color: #000000;
}

.page-authentication #content,
.page-registration #content {
  max-width: 644px;
  padding: 0;
  background-color: transparent;
  /*background-color: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);*/
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
}

.page-authentication #content {
  max-width: 500px;
}

.scroll-up {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  z-index: 9;
}

.forgotten-password {
  padding: 0;
}

@media (max-width: 767px) {
  .register-form {
    padding: 0 15px;
  }
  .forgotten-password .form-fields .email {
    padding-right: 0px;
    padding-left: 0px;
  }
  #authentication.page-authentication #content,
  #registration.page-registration #content {
    margin-top: 80px;
    min-height: auto;
    margin-bottom: 140px;
  }
}
#address .btn-primary {
  width: 100%;
}
#address .js-address-form .margen-btn {
  max-width: 170px;
}
#address .js-address-form .btn-primary {
  width: 100%;
}

body#checkout #wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
body#checkout .cart-grid-right section.card {
  border-top: 1.5px solid #000;
}
body#checkout .cart-grid-right section.card .card-block {
  padding: 20px 0;
}
body#checkout .cart-grid-right section.card .media-list {
  padding: 20px;
}
body#checkout .cart-grid-right section.card .cart-summary-subtotals-container {
  border-color: #000;
  border-width: 1.5px;
}
body#checkout .cart-grid-right section.card .cart-summary-subtotals-container .cart-summary-line {
  padding: 0 20px;
  margin: 0;
}
body#checkout .cart-grid-right section.card .cart-summary-totals {
  padding: 0 20px;
}
body#checkout .cart-grid-right section.card .cart-summary-totals .cart-total {
  padding-top: 0;
}
body#checkout section.checkout-step {
  border: 1px solid #000;
  border-width: 1.5px 0 0;
  padding: 15px 0;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: inline-flex !important;
}
body#checkout section.checkout-step .done, body#checkout section.checkout-step.-current.-reachable.-complete .done {
  display: none !important;
}
body#checkout section.checkout-step.-current.-reachable.-complete:first-of-type .step-title {
  padding-top: inherit;
}
body#checkout section.checkout-step .step-title {
  padding: 0 !important;
}
body#checkout section.checkout-step.-reachable.-complete:not(.-current) .step-title span {
  opacity: 0.5;
  min-width: 33px;
}
body#checkout section.checkout-step.-reachable.-complete:not(.-current) .step-title span.step-edit {
  opacity: 1;
  color: #000;
  margin-left: auto;
}
body#checkout section.checkout-step:last-child {
  border: 0 solid #000;
  border-width: 1.5px 0;
}
body#checkout section.checkout-step.-reachable .step-number {
  background-color: #c60c00 !important;
  color: #fff;
  border: none;
  margin-right: 10px;
  min-width: 33px;
}
body#checkout section.checkout-step.-unreachable .step-number {
  background-color: #fff !important;
  color: #c60c00;
  border: 1px solid #c60c00;
  margin-right: 10px;
  min-width: 33px;
}
body#checkout section.checkout-step.-current + .checkout-step .step-title {
  border: none;
}
body#checkout section.checkout-step .step-title {
  display: flex;
  justify-content: left;
  align-items: center;
  border: none;
}
body#checkout section.checkout-step .step-title .step-edit {
  margin-left: auto;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
body#checkout section.checkout-step .step-title .step-edit i {
  display: none;
}
body#checkout section.checkout-step .radio-block {
  padding: 0px;
}
body#checkout section.checkout-step .js-address-form .margen-btn {
  max-width: 170px;
}
body#checkout section.checkout-step .js-address-form .btn-primary {
  width: 100%;
}
body#checkout section.checkout-step .address-alias {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0px;
}
body#checkout section.checkout-step .address {
  font-size: 14px;
  margin-left: 0;
  font-weight: 400;
  line-height: 130%;
}
body#checkout section.checkout-step .address-item {
  border-radius: 10px;
  padding: 15px 15px 5px;
}
body#checkout section.checkout-step .address-item.selected {
  border-color: #c60c00;
}
body#checkout section.checkout-step .address-footer {
  border-top: 1px solid #7a7a7a;
  padding: 15px 0;
}
body#checkout section.checkout-step .delivery-options-list #delivery {
  margin-top: 10px;
}
body#checkout section.checkout-step .delivery-options .delivery-option {
  justify-content: left;
  gap: 5px;
  background: #fff;
  padding: 10px 0;
  align-items: baseline;
}
body#checkout section.checkout-step .delivery-options .delivery-option label {
  flex: 1 1;
}
body#checkout section.checkout-step .delivery-options .delivery-option .box-carrier {
  display: flex;
  max-width: 600px;
  gap: 5px;
  flex-direction: column;
}
body#checkout section.checkout-step .delivery-options .delivery-option .box-carrier .carrier-price {
  margin-top: 5px;
}
body#checkout section.checkout-step .custom-radio {
  border-color: #000;
}
body#checkout #footer {
  padding: 0;
}
body#checkout a:hover {
  color: #c60c00;
}
body#checkout .h4 {
  font-size: 16px;
  font-weight: 500;
}
body#checkout #delivery-addresses .custom-radio {
  margin-top: -5px;
}
body#checkout #checkout-payment-step label {
  text-align: left;
}
body#checkout #checkout-payment-step label span {
  font-weight: 500;
  font-size: 16px;
}
body#checkout #checkout-payment-step .payment-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body#checkout #conditions-to-approve {
  padding-top: 1rem;
  border-top: 1px solid #F2F2F2;
  margin-top: 10px;
  padding-top: 5px;
}
body#checkout #conditions-to-approve .condition-label {
  margin-top: 0;
  font-size: 14px;
}
body#checkout .cart-grid-body {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body#checkout .cart-grid-body > section .step-title {
    margin-left: -10px;
  }
  body#checkout .additional-information {
    margin-left: 26px;
    margin-top: 0;
  }
}

#checkout-personal-information-step input.form-control {
  text-align: inherit;
  max-width: 600px;
}

.customer-title-h2 {
  font-size: 18px;
  font-weight: 600 !important;
  padding: 20px 0 0;
  margin-bottom: 28px;
}

.page-my-account #content,
.page-addresses #content,
.page-customer-account #content,
.page-order-detail #content {
  padding: 10px 0 0 0;
  background: transparent;
  color: #000;
  margin-bottom: 80px;
}
.page-my-account .my-account-page-content,
.page-addresses .my-account-page-content,
.page-customer-account .my-account-page-content,
.page-order-detail .my-account-page-content {
  max-width: 930px;
  margin: 0 auto;
}
.page-my-account .my-account-page-content .container,
.page-addresses .my-account-page-content .container,
.page-customer-account .my-account-page-content .container,
.page-order-detail .my-account-page-content .container {
  padding: 0;
}
@media (max-width: 767px) {
  .page-my-account .my-account-page-content,
  .page-addresses .my-account-page-content,
  .page-customer-account .my-account-page-content,
  .page-order-detail .my-account-page-content {
    margin-top: 40px;
  }
}
.page-my-account .my-account-page-content h2,
.page-addresses .my-account-page-content h2,
.page-customer-account .my-account-page-content h2,
.page-order-detail .my-account-page-content h2 {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0 0;
  margin-bottom: 28px;
}

.page-order-detail .addresses {
  margin: 0;
}
.page-order-detail .addresses .address {
  background-color: #F2F2F2;
  padding: 30px;
  border-radius: 10px;
}

.my-account-side-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.my-account-side-links a {
  width: 100% !important;
  font-size: 20px;
  padding-left: 0;
  color: #8A8A8A;
}
.my-account-side-links a:hover {
  color: #c60c00;
}
.my-account-side-links a i {
  display: none;
}
.my-account-side-links .h1.page-title {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: inherit;
  font-weight: 500;
}

body#identity #identity-link,
body#addresses #addresses-link,
body#address #addresses-link,
body#history #history-link,
body#order-detail #history-link,
body#wishlist-page #wishlist-link,
body#module-psgdpr-gdpr #psgdpr-link {
  color: #000;
}

.page-identity .campos-login,
.page-identity .form-footer {
  padding: 0 15px;
}

#identity .btn-primary {
  width: 100%;
}
#identity.page-customer-account .my-account-page-content {
  max-width: 650px;
}

form .form-control-label {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  max-width: 170px;
  text-align: left;
}

.address-form .form-control-label {
  text-align: left;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  padding-left: 30px;
}
.address-form input.form-control {
  text-align: left;
}

.page-addresses .address {
  background-color: #F2F2F2;
  padding: 30px;
  border-radius: 10px;
}
.page-addresses .address .address-body {
  padding: 0;
}
.page-addresses .address .address-footer {
  margin: 0;
  text-align: center;
  padding: 20px 0 0;
}

.address-footer {
  display: flex;
  gap: 20px;
  padding: 20px 0 0;
}
.address-footer a {
  flex: 1 1 100%;
  margin: 0 !important;
}
.address-footer a span {
  font-size: inherit;
}

.product-price {
  color: #000;
}

body#checkout #cart-summary-product-list img {
  width: 100%;
  border: none;
  object-fit: cover;
  mix-blend-mode: multiply;
  padding: 5px;
}

.cart-summary-line .label {
  color: #000;
}

.cart-summary-products .mostrar {
  display: flex;
  justify-content: space-between;
  padding: 3px 20px 4px;
}
.cart-summary-products .media-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cart-summary-products .media {
  display: flex;
  gap: 20px;
}
.cart-summary-products .media > div {
  flex: 1 1 100%;
  margin: 0;
  padding: 0 !important;
}
.cart-summary-products .media .media-left picture {
  background-color: #F2F2F2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.cart-summary-products .media .media-body {
  display: flex;
  font-size: 18px;
  flex-direction: column;
  gap: 10px;
}
.cart-summary-products .media .media-body .product-quantity {
  margin-top: auto;
}
.cart-summary-products .media .media-body .product-name a {
  font-weight: 500;
}

body.page-password #main,
body.page-guest-tracking #main {
  min-height: 80vh;
  padding: 0;
  background-color: transparent;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
body.page-password #main form,
body.page-guest-tracking #main form {
  max-width: 550px;
  margin: 0 auto;
}
body.page-password #main .form-fields .center-email-fields,
body.page-guest-tracking #main .form-fields .center-email-fields {
  flex-direction: column;
  gap: 15px;
}
body.page-password #main .form-fields .email,
body.page-guest-tracking #main .form-fields .email {
  width: 100%;
}
body.page-password #main .form-group,
body.page-guest-tracking #main .form-group {
  flex-direction: column;
  gap: 15px;
  display: flex;
}
body.page-password #main .form-fields label.required,
body.page-guest-tracking #main .form-fields label.required {
  width: 100%;
  text-align: center;
  max-width: inherit;
  font-size: 18px;
  margin: 0;
}
body.page-password #main h1,
body.page-guest-tracking #main h1 {
  color: #000;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
body.page-password #main button.btn-primary,
body.page-guest-tracking #main button.btn-primary {
  width: 100%;
}

body#password .field-password-policy label {
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 100%;
}
body#password .field-password-policy [type=submit] {
  margin: 0 auto;
}
body#password .field-password-policy .volver__home {
  font-weight: 300;
  font-size: 18px;
  text-align: right;
  margin-bottom: 40px;
}
body#password .field-password-policy .volver__home a {
  color: #8A8A8A;
}
body#password #main .form-group {
  gap: 5px;
}

#ets_blog_page a.read_more {
  font-size: 18px;
  font-style: normal;
  color: #8A8A8A;
  border-bottom: none;
}
#ets_blog_page .blog_description {
  font-size: 16px;
  line-height: 1.1;
}
#ets_blog_page .blog_description > * {
  font-size: 16px;
}
#ets_blog_page .ets-blog-list.row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  line-height: 120%;
  margin-top: 50px;
}
#ets_blog_page .ets-blog-list.row > li {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3%;
  margin-bottom: 70px;
}
#ets_blog_page .ets-blog-list.row > li:nth-child(2n+1) {
  clear: inherit;
}
#ets_blog_page .ets-blog-list.row > li a.ets_item_img {
  background-color: #fff;
  border-radius: 10px;
}
#ets_blog_page .ets-blog-list.row > li a.ets_item_img img {
  aspect-ratio: 6/7;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#ets_blog_page .ets-blog-list.row > li .ets_title_block {
  font-size: 20px;
}
#ets_blog_page .ets-blog-list.row > li .blog_description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 1024px) {
  #ets_blog_page .ets-blog-list.row > li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  #ets_blog_page .ets-blog-list.row > li {
    width: 100%;
  }
}

.related_post .title_blog {
  text-transform: inherit;
  font-weight: 500;
}

.ets-blog-wrapper-detail {
  padding: 0;
  position: relative;
  margin-top: 30px;
}
.ets-blog-wrapper-detail .ets-blog-wrapper-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.ets-blog-wrapper-detail .blog-header-post,
.ets-blog-wrapper-detail .blog-content-post {
  display: flex;
  gap: 21px;
}
.ets-blog-wrapper-detail .blog-header-post > *,
.ets-blog-wrapper-detail .blog-content-post > * {
  flex: 1 1;
}
.ets-blog-wrapper-detail .blog-header-post a.volver {
  position: absolute;
  top: 0;
}
.ets-blog-wrapper-detail .blog-header-post h1.page-heading {
  margin: auto 0 0 0;
  padding-top: 50px;
}
.ets-blog-wrapper-detail .blog-header-post h1.page-heading .title_cat {
  font-size: 60px;
  margin: 0;
}
.ets-blog-wrapper-detail .blog-header-post img {
  border-radius: 10px;
}
.ets-blog-wrapper-detail .blog-content-post h2.subtitulo-post,
.ets-blog-wrapper-detail .blog-content-post h2.subtitulo-post * {
  font-size: 20px;
  font-weight: 500;
  margin-top: -1px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .ets-blog-wrapper-detail .ets-blog-wrapper-content {
    gap: 40px;
  }
  .ets-blog-wrapper-detail .blog-header-post {
    flex-direction: column-reverse;
  }
  .ets-blog-wrapper-detail .blog-header-post h1.page-heading {
    padding-top: 0;
  }
  .ets-blog-wrapper-detail .blog-header-post h1.page-heading .title_cat {
    font-size: 32px;
  }
  .ets-blog-wrapper-detail .blog-header-post img {
    margin: 50px auto 0;
    display: flex;
  }
  .ets-blog-wrapper-detail .blog-content-post {
    flex-direction: column;
    gap: 0px;
  }
}

.related_post .ets_item_img {
  background-color: #fff;
  border-radius: 10px;
}
.related_post .ets-blog-related-posts {
  border: none;
  margin-bottom: 70px;
}
.related_post .ets_block_slider .owl-nav > div,
.related_post .ets_blog_related_posts_type_carousel .owl-nav > div,
.related_post .ets_related_products_type_carousel .owl-nav > div {
  border: none;
  color: #000 !important;
}
.related_post .owl-carousel .owl-item img {
  aspect-ratio: 6/7;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=custom.css.map */
