:root {
  --black-primary: #232428;
  --white-bg-secondary: #f4f4f4;
  --green-theme-primary: #46672b;
  --background-color-primary: #faf9f9;
}

body {
  background-color: var(--background-color-primary);
  font-family: "Lato", sans-serif;
}

.h4,
h4 {
  font-size: 11px;
}

.h6,
h6 {
  font-size: 14px;
}

a {
  color: var(--green-theme-primary);
}

/*HEADER*/

#header .header-nav span {
  font-size: 15px;
}

#header a {
  color: var(--black-primary);
}

#header .nav2>a {
  color: var(--white-bg-secondary);
}

#header a:hover {
  color: var(--green-theme-primary);
}

#header .header-nav {
  background-color: var(--black-primary);
  color: var(--white-bg-secondary);
}

#header .header-top a[data-depth="0"]:hover {
  color: var(--green-theme-primary);
}

#header .header-top a[data-depth="0"] {
  color: var(--black-primary);
  text-transform: none;
  font-size: 20px;
}

#header .header-nav .headernav_flex .displayNav1,
#header .header-nav .headernav_flex .displayNav2 {
  margin-left: 10px;
  margin-right: 10px;
}

#header .header-top .header__flex .displayTopCenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

/*FIN HEADER*/

/*NAV*/

img.svg-img {
  width: 20px;
  height: auto;
  color: var(--white-bg-secondary);
}

img.svg-img-lg {
  width: 30px;
  height: auto;
  color: var(--white-bg-secondary);
}

.header-nav span {
  color: var(--white-bg-secondary);
}

.displayNav1 .nav1 {
  display: flex;
}

.displayNav2 .nav2 {
  display: flex;
}

.displayNavCenter .navCent {
  display: flex;
  text-wrap-mode:nowrap;
}

.nav1 {
  display: none;
  margin-left: 80px;
}

.navCent {
  display: none;
}

.nav2 {
  display: none;
  margin-right: 80px;
}

/*FIN NAV*/

/*MAIN*/
#main .links {
  display: none;
}

#main .col-md-16.links {
  display: block;
}

/*FIN MAIN*/

/*BANNER*/
.textoBanner .btn-primary {
  color: var(--black-primary);
  background-color: var(--white-bg-secondary);
  border: none;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
}

.textoBanner {
  display: none;
  color: var(--white-bg-secondary);
  position: absolute;
  top: 53%;
  left: 55%;
  transform: translate(-80%, -50%);
  text-align: left;
}

.banner {
  position: relative;
  text-align: center;
}

.tituloBanner {
  font-size: 35px;
  font-weight: 500;
  line-break: loose;
  width: 345px;
  line-height: 1.3em;
}

div.descripcionBanner {
  line-height: 1.2em;
  font-size: 18px;
  width: 700px;
}

/*FIN BANNER*/

/*BUTTON*/


.btn-primary {
  color: var(--white-bg-secondary);
  background-color: var(--green-theme-primary);
  border-color: var(--black-primary);
}

.btn-primary:hover {
  color: var(--black-primary);
  background-color: var(--white-bg-secondary);
  border-color: var(--green-theme-primary);
}

.btn-primary.ver-todos {
  align-self: center;
  border-radius: 20px;
  padding: 4px;
}


.btn-special.focus,
.btn-special:focus,
.btn-special {
  line-height: inherit;
  border-radius: 30px;
  color: var(--white-bg-secondary);
  background-color: var(--green-theme-primary);
}

.btn-special.focus,
.btn-special:focus,
.btn-special:hover {
  color: var(--green-theme-primary);
  background-color: var(--white-bg-secondary);
}

.wishlist-button-add i {
  color: var(--white-bg-secondary);
}

button.ofertas:hover {
  background-color: #418a06;
  border-color: var(--green-theme-primary);
}

button {
  border: none;
  background-color: transparent;
}

button.ofertas {
  line-height: inherit;
  border-radius: 30px;
  color: var(--white-bg-secondary);
  background-color: var(--green-theme-primary);
}

.add-tocart button {
  background-color: var(--green-theme-primary);
  color: var(--white-bg-secondary);
  border-radius: 50%;
}

.wishlist-button-add {
  background-color: var(--green-theme-primary);
}

.wishlist-button-add#add-cart-min {
  display: flex;
  position: absolute;
  left: 20%;
  top: 30%;
}

.wishlist-button-add#add-wishlist-min {
  display: flex;
  position: absolute;
  right: 20%;
  top: 30%;
}

.product-miniature .wishlist-button-add {
  transition: transform 0.5s ease-out;
}

.product-miniature .wishlist-button-add {
  display: inline-block;
}

.product-miniature .wishlist-button-add {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: space-evenly;
  filter: opacity(0%);
  flex-direction: row;
  flex-wrap: nowrap;
}

.splide__slide div img:hover {
  transition: transform 0.5s ease-out;
  filter: brightness(95%);
}

.product-miniature:hover .wishlist-button-add {
  transition: transform 0.5s ease-out;
  filter: opacity(100%);
}

.product-miniature[data-animation] .wishlist-button-add {
  transform: none;
}

.product-miniature button {
  display: flex;
  gap: 10rem;
}

.buttons-flex {
  display: inline-flex;
}

.wishlist-button-add {
  right: 12rem;
}

.product-information .wishlist-button-add {
  float: right;
  position: absolute;
  top: 55px;
  right: 10px;
  background-color: var(--green-theme-primary);
}

/*FIN BUTTTON*/

/*PRODUCT*/

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
  max-height: 100%;
}

.block_right .product-prices {
  position: static;
}

.block_right .product-description-main {
  display: none;
}

#products .products {
  row-gap: 50px;
  margin-top: 50px;
}

.thumbnail-container .h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

#splide_featuredproducts .splide__list {
  flex-wrap: nowrap;
}

#products .product-price-and-shipping .prices_flex {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-left: 130px;
  flex-wrap: wrap;
}


.prices_flex {
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    font-weight: 600;
}

span.discount-amount.discount-product {
    color: #dd0000;
}

#splide_featuredproducts img {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: -webkit-fill-available;
  height: 410px;
  margin: auto;
}

.thumbnail-container>.product-description span {
  position: relative;
  bottom: 0;
}

.product-description {
  position: relative;
}

#selectProductSort {
  border-color: var(--black-primary);
  border-style: solid;
  border-width: 1.5px;
  border-radius: 30px;
  color: var(--black-primary);
  background-color: transparent;
  padding: 5px;
  margin: 5px;
}

article.product-miniature.js-product-miniature img {
  height: 400px;
}

.thumbnail.product-thumbnail>p {
  line-height: normal;
  height: 5px;
}

.thumbnail.product-thumbnail>h2 {
  font-size: 20px;
  min-height: 50px;
  overflow: visible;
  max-height: 50px;
  line-height: 25px;
}

.thumbnail.product-thumbnail>h1 {
  font-size: 12px;
}

#splide_images_product img {
  width: 100%;
  height: auto;
}

.product-cover img {
  border-radius: 20px;
}

.product-prices.info {
  position: relative;
}

.product-prices .tax-shipping-delivery-label .available_stock {
  position: absolute;
  background-color: transparent;
  padding: 4px 8px;
  color: var(--black-primary);
  top: 5px;
}


#product-offer {
  border-color: var(--black-primary);
  border-style: solid;
  border-width: 1.5px;
  border-radius: 35px;
  padding: 2px;
  width: 200px;
  display: inline-table;
  text-align: center;
  position: absolute;
}

#product-availability {
  border-color: var(--black-primary);
  border-style: solid;
  border-width: 1.5px;
  border-radius: 35px;
  padding: 2px;
  width: 200px;
  display: inline-table;
  text-align: center;
  position: absolute;
  left: 220px;
}

#splide_featuredproducts .thumbnail.product-thumbnail h2 {
  font-size: 1.2rem;
}

.prices_flex span {
  font-size: 1.2rem;
}

#splide_featuredproducts .thumbnail-container p {
  font-size: .8rem;
}

#splide_featuredproducts .thumbnail-container p.h3 {
  font-size: 1.2rem;
}

.product-description-main {
  margin-top: 60px;
}

.product-prices .tax-shipping-delivery-label {
  border-bottom: none;
}

.product-prices {
  position: absolute;
  bottom: 0;
}

.price_outstanding .product-prices .product-price .current-price {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.product_add_to_cart .product-quantity {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.product_add_to_cart .product-quantity .qty {
  margin-right: 5px;
  position: relative;
  top: -100px;
  right: -14rem;
  width: 10px;
}

#product .product_topview .product-description p {
  font-size: 13px;
}

.product-information a {
  touch-action: manipulation;
  text-decoration: underline;
  color: var(--black-primary);
}

.product-prices .tax-shipping-delivery-label .available_stock.unavailable {
  background-color: var(--background-color-primary);
  color: #000000;
}

#product .product_name {
  text-transform: capitalize;
  margin-top: 50px;
}

#product h2.product_name {
    text-transform: none;
}

.featured-products>.products>.col {
  width: 25%;
}

#splide_productaccessories1-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  row-gap: 50px;
}

.product-add-to-cart .featured-products .thumbnail-container:first-child,
.product-add-to-cart .product-miniature .thumbnail-container:first-child {
  height: 400px
}

#splide_newproducts .featured-products .thumbnail-container,
#splide_newproducts .product-miniature .thumbnail-container,
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  height: auto;
}


div#splide_newproducts {
  margin-left: 25px;
}

section.featured-products.clearfix.--mt-16 {
  margin-top: 100px;
}

#product .product_topview.product_columns_2 {
  margin-top: 50px;
}

.featured-products .product-price-and-shipping .prices_flex {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-left: 0px;
  flex-wrap: wrap;
}

span.block-regular-price {
  margin-right: 0px;
  text-decoration: line-through;
  color: #939393;
}

.product-cover .layer {
  border-radius: 20px;
}

/*FIN PRODUCT*/


/*CUSTOM*/
#custom-text {
  padding-left: 0px;
  text-align: center;
  column-count: 1;
  column-gap: 100px;
  column-rule: 5px outset transparent;
  background-color: var(--background-color-primary);
}

#custom-text p,
#custom-text .page-content.page-cms ul,
.page-content.page-cms #custom-text ul {
  font-size: 1.2rem;
}

#splide_productaccessories1-track .thumbnail.product-thumbnail>p {
  display: none;
}

#custom-text a,
.category-selector a {
  line-height: inherit;
  border-radius: 30px;
  color: var(--white-bg-secondary);
  background-color: var(--green-theme-primary);
  padding: 10px;
  margin: 5px;
}

#custom-text img {
  max-width: 100%;
  height: 400px;
  display: none;
}

/*FIN CUSTOM*/

/*CATEGORIA*/

.categ-txt {
  padding-top: 50px;
}

.categ-txt p {
  font-size: 1rem;
}

.category-selector {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 5rem;
}

p.txt-catego {
  display: flex;
  position: absolute;
}

.titulo-categoria {
  position: absolute;
  color: var(--white-bg-secondary);
  font-weight: bold;
  font-size: xx-large;
}

/*FIN CATEGORIA*/

/*FOOTER*/

#footer img.svg-img {
  width: 20px;
  height: auto;
  color: var(--white-bg-secondary);
}

#footer .descripcion-cat {
  display: none;
}

#footer .imagen-cat {
  display: none;
}

#footer p,
#footer span,
#footer i {
  color: var(--black-primary);
}

#footer .footer-container .h3 {
  color: var(--white-bg-secondary);
}

#footer .data_contact span,
#footer a {
  color: var(--white-bg-secondary);
}

#footer .top-menu {
  flex-direction: column;
}

#footer button.ofertas {
  line-height: inherit;
  border-radius: 30px;
  color: var(--white-bg-secondary);
  background-color: var(--black-primary);
}

#footer i.fa.fa-angle-down,
#footer .cabecera-links,
#footer p.descripcion-link.col-md-6 {
  display: none;
}

#footer .row {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer .links .collapse {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#footer .pre-footer .text-map p {
  font-size: calc(1.1vw);
  color: var(--white-bg-secondary);
}

#footer .pre-footer {
  background-color: var(--background-color-primary);
}

#footer .footer-container li {
  white-space: nowrap;
  display: flex;
}

.footer-container {
  background-color: var(--black-primary);
}

body#cart .pre-footer {
  display: none;
}

.row .parrafo-copyright {
  right: 30px;
  position: absolute;
}

/*FIN FOOTER*/

/*CSS ESPECIFICOS*/

.home-txt .h3 {
  font-size: 28px;
  line-height: 50px;
  font-weight: 500;
}

.product-description h4 {
  font-size: 20px;
  font-weight: 600;
}

input,
textarea {
  border-radius: 30px;
  border: 1px solid black;
}

.top-menu {
  align-items: center;
  color: var(--black-primary);
  flex-direction: column;
}

.a:hover {
  color: var(--green-theme-primary);
}

.texto-blockreas {
  display: grid;
}

#block-reassurance ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-direction: row;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
}

#block-reassurance {
  display: flex;
  margin-top: 2rem;
  background-color: var(--background-color-primary);
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  /* overflow: scroll; */
}

#block-reassurance li {
  width: 30%;
}

#block-reassurance li .block-reassurance-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#product #block-reassurance {
  background-color: var(--background-color-primary);
}

.block-reassurance-item>img {
  width: 50px;
}

.block_left {
  margin-top: 50px;
}

.block_right {
  margin-top: 0px;
}

.thumbnail-container {
  height: 585px;
}

.add-tocart {
  display: flex;
  position: absolute;
}

.product-miniature {
  position: relative;
  display: flex;
  overflow: hidden;
}

.splide__list {
  width: 108%;
}

.splide_product_offers-list .splide.is-active .splide__list {
  flex-wrap: wrap;
}

.splide.is-active .splide__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 50px;
}

.block_left .splide.is-active .splide__list{
  flex-wrap: nowrap;
}

.ofertas-producto .splide.is-active .splide__list {
  flex-wrap: nowrap;
}

#ofertas-productos .splide.is-active .splide__list {
  flex-wrap: nowrap;
}

#ofertas-indiv {
  display: none;
}

.links .collapse {
  display: flex;
  justify-content: space-evenly;
}

.descripcion-cat {
  position: absolute;
  width: 30%;
  background-color: transparent;
  text-align: center;
  padding: 20px 0 20px 0;
}

.descripcion-cat p {
  color: var(--white-bg-secondary);
}

.descripcion-cat p:first-child {
  font-weight: 500;
  font-size: 1.5rem;
}

.listado-cat {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.img-tarjeta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.listado-cat img {
  position: relative;
  width: 100%;
  height: 12rem;
}

#main .listado-cat.col-md-12 {
  display: none;
}

section.linkblock-md.clearfix {
  display: flex;
  max-width: 100%;
  margin-top: 50px;
}

.descripcion-cat a {
  color: var(--black-primary);
  background-color: var(--white-bg-secondary);
  border: none;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px
}

.cabecera-links {
  display: block;
}

.cabecera-links p:first-child {
  font-weight: bold;
  font-size: xx-large;
}

.cabecera-links p:last-child {
  font-weight: 500;
  font-size: x-large;
}

.descripcion-link {
  font-size: 1rem;
  line-height: normal;
}

nav img {
  width: -webkit-fill-available;
}

.breadcumb {
  display: flex;
  align-items: center;
}

#wrapper .breadcrumb {
  padding: 0;
  background: transparent;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}


#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  display: flex;
  padding: 1rem;
  background: transparent;
  flex-direction: column;
  align-items: center;
  margin-top: 25%;
}

.price_outstanding {
  background-color: transparent;
  padding: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.text-map {
  text-align: center;
  background: black;
  /* height: calc(15vw + 100px); */
  width: 35%;
  position: absolute;
  outline: 0.2rem solid white;
  outline-offset: -31px;
  padding: 50px;
  overflow-y: hidden;
  margin-top: -60px;
  margin-left: -40px;
  display: none;
}

.card {
  background-color: var(--background-color-primary);
}

div#contact-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

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

span.h4 {
  border-bottom: 2px solid var(--green-theme-primary);
}

.title.clearfix.hidden-md-up {
  display: none;
}

.thumbnail-container .h3 {
  font-size: 1.2rem;
}

.sitemap ul {
  flex-direction: column;
}

/*FIN CSS ESPECIFICOS*/

/*MEDIA QUERYS*/
@media (min-width: 1660px) {
  .descripcion-cat {
    width: 30%;
  }

  #header .header-nav span {
    font-size: 22px;
  }

  .textoBanner {
    left: 38%;
  }

  .descripcion-cat p:first-child {
    font-size: 3.5rem;
  }

  .product-description-main {
    margin-top: 45px;
  }

}

@media (min-width: 1200px) {
  .text-map {
    width: 27%;
  }

  #splide_featuredproducts .thumbnail-container p.h3 {
    font-size: 1.5rem;
  }

  .descripcion-cat {
    background-color: #00000848;
  }

  #custom-text img {
    max-width: 50%;
    display: block;
  }

  #custom-text {
    column-count: 2;
  }

  .listado-cat img {
    height: 33rem;
  }

  #main .listado-cat.col-md-12 {
    display: flex;
  }

  .prices_flex span {
    font-size: 1.5rem;
  }

  .block_right .prices_flex span {
    font-size: 1.3rem;
  }

  .img-fluid,
  .carousel-inner>.carousel-item>img,
  .carousel-inner>.carousel-item>a>img {
    height: auto;
    width: -webkit-fill-available;
  }

  iframe {
    width: 100%;
    height: 800px;
  }

  .textoBanner {
    display: block;
  }

  #product .product_name {
    margin-top: 0px;
  }

  .product-information .wishlist-button-add {
    right: 100px;
  }

  .wishlist-button-add#add-cart-min {
    left: 32%;
    top: 55%;
  }

  .wishlist-button-add#add-wishlist-min {
    display: flex;
    position: absolute;
    right: 32%;
    top: 55%;
  }

  .product-information .wishlist-button-add {
    top: 0;
  }

  #products .product-price-and-shipping,
  .featured-products .product-price-and-shipping,
  .product-accessories .product-price-and-shipping,
  .product-miniature .product-price-and-shipping {
    font-size: 1.5rem;
  }

  .thumbnail-container .h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .featured-products .product-price-and-shipping .prices_flex {
    margin-left: 10px;
  }

  .top-menu {
    flex-direction: row;
  }

}

@media (min-width: 990px) {
  .listado-cat img {
    display: flex;
    height: calc(30vw);
  }

  .block_left {
    margin-top: 0px;
  }

  .block_right {
    margin-top: 50px;
  }

  .text-map {
    display: block;
  }

  #products .product-price-and-shipping .discount-product,
  .featured-products .product-price-and-shipping .discount-product,
  .product-accessories .product-price-and-shipping .discount-product,
  .product-miniature .product-price-and-shipping .discount-product {
    font-size: 1.5rem;
    padding-right: 40px;
  }

  .h4,
  h4 {
    font-size: 15px;
  }

  .h6,
  h6 {
    font-size: 18px;
  }

  #custom-text {
    padding-left: 100px;
  }

}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: block !important;
    }

    #block-reassurance ul{
      flex-direction: column;
    }
}

@media (min-width: 920px) {
  #footer .row {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 50px;
  }
}

@media (min-width: 990px) and (max-width: 1660px) {
  .wishlist-button-add#add-cart-min {
    left: 20%;
    top: 30%;
  }

  .wishlist-button-add#add-wishlist-min {
    display: flex;
    position: absolute;
    right: 20%;
    top: 30%;
  }
}


/*FIN MEDIAQUERYS*/