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

/* modmto mod mto da error y hay que agregarlo para los iconos rotos */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/* Estilos tab product */
.elementor-products-tabs .nav-tabs .nav-link {
  border: 1px solid black;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  padding: 5px 10px;
}

.elementor-products-tabs .nav-tabs .nav-link.active {
  background: #f58634;
}

.elementor-products-tabs .nav-tabs .nav-item {
  margin: 0;
}

.elementor-products-tabs .nav-tabs {
  border-color: #000;
}

.elementor-products-tabs .slick-arrow,
.elementor-image-carousel button.slick-arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #f58634;
  border: 2px solid #f58634;
  opacity: 1;
  color: #000;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease-in-out;
}

.elementor-products-tabs .slick-arrow:hover {
  border: 2px solid #f58634;
  background: #fff;
  color: #000;
  box-shadow: unset;
}

/*Seccion banners deportes*/

.banner-deportes .elementor-iqit-banner .elementor-iqit-banner-content > div {
  position: absolute;
  height: max-content;
  bottom: 0;
  width: 100%;
  margin-bottom: 30px;
}

.banner-deportes .elementor-button-link {
  width: 80%;
  padding: 7px 0;
  border-radius: 50px;
}

.banner-deportes .elementor-iqit-banner-content.elementor-iqit-banner-content-on.elementor-banner-align-bottom-center {
  height: 100%;
}

@media (max-width: 465px) {
  .elementor-widget-prestashop-widget-ProductsListTabs li.nav-item .nav-link {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 5px;
  }
}
