/*
 Theme Name:   Audibax
 Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 Description:  Tema hijo de Hello-Elementor
 Author:       Madrid Hifi
 Author URI:   https://madridhifi.com
 Template:     hello-Elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
  overflow-x: hidden;
}

.page-content, .elementor-1564, .elementor-1539 {
    margin-top: 80px;
}

 .elementor-695, .post-template-default  {
	margin-top: 100px!important;
}

a {
  color: #f65600;
}

.bullet {
  content: "\f00c" !important;
}

li {
  list-style: none;
}

.onsale {
  display: none !important;
}

.new-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 55px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #f65600;
  color: white;
  font-size: 13px;
  font-family: "montserrat";
  text-transform: uppercase;
  z-index: 30;
  border-radius: 5px;
}

.woocommerce-loop-product__title {
  font-family: "bebas neue";
  color: #000000;
  padding: 0.5em !important;
}

.woocommerce-loop-product__title:hover {
  color: #f65600 !important;
  transition: 300ms all;
}

.woocommerce .woocommerce-result-count {
    font-family: "montserrat"
}

@media (max-width: 767px) {
  .page-content, .elementor-1564, .elementor-1539 {
    margin-top: 57px;
}
}


/* ============ MAIN MENU ============ */

.e-n-tab-title button {
  padding: 0px;
  margin: 0px !important;
}

.elementor-widget-image a img[src$=".svg"] {
  width: 150px !important;
}

#e-n-menu-title-2095 {
  background-color: #f65600 !important;
}

#e-n-menu-title-2095:hover {
  color: #ffffff;
}

.btn-search {
  border: none;
  color: #ffffff;
  cursor: pointer;
}

.btn-search:hover {
  background-color: #222222;
}

.btn-search i {
  color: #f65600;
  transition: 300ms all;
}

.btn-search i {
  color: #ffffff;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
  color: #fff;
  background: #222;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a {
  max-width: 90px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "\f078" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 5px;
  top: 10px;
  display: inline-block;
  color: #fff;
  border: none !important;
  border-top: none !important;
  top: auto !important;
}

/* ============ HOME ============ */
@media (max-width: 767px)
.elementor-91 .elementor-element.elementor-element-0a17d37 > .elementor-widget-container {
    padding: 35px 10px 10px 10px!important;
}
/* ============ PRINCIPAL CATEGORY ============ */

.count {
	display:none; 
}

.woocommerce ul.products li.product a img {
  padding: 10px;
}

.subcategory-img-container {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 0 auto;
  transition: border 0.5s ease;
}

.subcategory-img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
  border: 1px solid transparent;
  transition: border 0.5s ease;
}

.subcategory-img-container img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: transform 0.5s ease, border 0.5s ease;
}

.subcategory-img-container:hover img {
  transform: scale(1.1);
}

.subcategory-img-container:hover::before {
  border: 1px solid #f65600;
}

.subcategory-img-container h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.woocommerce-Price-currencySymbol {
  display: none;
}

.woocommerce-Price-amount {
  display: none;
}

/* ============ FINAL CATEGORY ============ */

.woocommerce-widget-layered-nav-list a {
  color: #000000;
}

/* ============ PRODUCT PAGE ============ */

.woocommerce div.product div.images img {
  display: block;
  width: auto;
  /* height: auto; */
  box-shadow: none;
  max-height: 618px;
  display: flex;
  margin: 0 auto;
}

.elementor-element
  .elementor-element-509b866
  .e-con-full
  .e-flex
  .e-con
  .e-child::after {
  background-color: #222222 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 20px;
  font-family: "Bebas Neue";
}

.pdf-shortcode {
  color: #ffffff;
  font-family: "montserrat";
  margin-left: 20px;
}

.woocommerce-loop-product__title {
  font-size: 20px !important;
}

.woocommerce-breadcrumb a:first-child {
  display: none;
}

.woocommerce ul.products li.product a img:hover {
  transform: scale(1.1) !important;
  transition: transform 0.3s ease-in-out !important;
  color: #f65600;
}

.related-accessories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 2.8% 2.992em 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  display: flex;
  justify-content: center;
}

.related-accessories-list .product {
  flex: 1 0 auto;
  max-width: 270px;
  margin: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.related-accessories-list .product img {
  width: 270px;
  height: 270px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .related-accessories-list .product {
    max-width: 46%;
  }

  .related-accessories-list .product img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .related-accessories-list .product {
    max-width: 100%;
  }
	.woocommerce ul.products li.product a img {
     padding: 0px; 
}
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #f65600 !important;
}

.swiper-button-next {
  right: -50px !important;
}

.swiper-button-prev {
  left: -50px !important;
}

@media (max-width: 767px) {
  .swiper-button-next {
    right: -5px !important;
  }

  .swiper-button-prev {
    left: -5px !important;
  }

  .swiper-slide {
    display: flex !important;
  }
}

.product-excerpt {
  color: #000000;
  font-family: "montserrat";
}

.read-more {
  color: #f65600;
  font-family: "montserrat";
}

.read-more:hover {
  color: #000000;
  transition: 300ms all;
}

/* ============ WHERE YOU BUY ============ */

.wpsl-search {
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
}

.wpsl-directions {
  color: #f65600;
}

.wpsl-directions:hover {
  color: #dd4f02;
  text-decoration: underline;
}

/* Relevanssi */

.rlv-has-spinner {
  border-color: #19892c;
  border-right-color: transparent;
}

.rlv-has-spinner::after {
  background-color: #19892c;
}
