/********************************************************
			Templatemela Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.brands .owl-carousel .owl-item {
  padding: 15px;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor:
    url("../img/megnor/grabbing.png") 8 8,
    move;
}

.customNavigation {
  position: absolute;
  z-index: 959;
  width: auto;
  top: -50px;
  direction: ltr !important;
  right: 5px;
  float: right;
}
.customNavigation a {
  position: relative;
  font-size: 30px;
  font-weight: normal !important;
  line-height: 26px;
  padding: 0;
  color: #a3a3a3 !important;
  border: none;
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.customNavigation a.prev::after {
  content: "";
  border-right: 1px solid #e5e5e5;
  width: 1px;
  height: 15px;
  position: absolute;
  right: -3px;
  left: auto;
  top: 5px;
}
.product-accessories .customNavigation,
.crosssell-products .customNavigation,
.productscategory-products .customNavigation {
  top: -50px;
  float: right;
  width: auto;
  margin: 0 auto;
}

.tm-hometabcontent .customNavigation {
  top: 0;
  float: right;
  margin: 0 auto;
  top: -47px;
  width: auto;
  right: 5px;
}
.tm-hometabcontent .customNavigation a {
  border: 0;
}

.brands .customNavigation {
  top: 75px;
  width: 100%;
  right: 0;
  left: 0;
}
.brands .customNavigation a.prev {
  position: absolute;
  left: -12px;
  right: auto;
}
.brands .customNavigation a.next {
  position: absolute;
  right: -12px;
  left: auto;
}
.brands .customNavigation a.prev::after {
  display: none;
}
.customNavigation a:hover:before {
  color: #2e2e2e;
}

.customNavigation a.prev {
  left: 0px;
}
.customNavigation a.next {
  right: 0px;
}
@media (max-width: 1300px) {
}
@media (max-width: 991px) {
  .customNavigation a.prev {
    left: 0px;
  }
  .customNavigation a.next {
    right: 0px;
  }
  #main .images-container .js-qv-mask {
    margin: 0px;
  }
}

.customNavigation a.prev:before {
  content: "\E314";
  font-family: "Material Icons";
  left: 0;
  right: auto;
  position: absolute;
}
.customNavigation a.next:before {
  content: "\E315";
  font-family: "Material Icons";
  right: 0;
  left: auto;
  position: absolute;
}

#tmleftbanner img,
#tmrightbanner img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .tm-hometabcontent .customNavigation {
    right: 0;
    left: 0;
  }
  .tm-newsletter-popup-close .tm_close {
    right: 20px;
  }
}

/********************************************************
			NEVEN Custom Styles
********************************************************/

.newsletter-main {
  width: 600px;
}

.newsletter-main .newsletter_title {
  line-height: 30px;
}

.innerbox-newsletter {
  margin-bottom: 20px;
}

.pol-datos ul {
  margin-left: 20px;
  list-style: disc;
}

#cart .products .product_list .product-actions-main .add-to-cart {
  width: 20px;
  height: 20px;
}

#cart .products .product_list .quick-view,
.st-compare-button.btn-product,
.st-wishlist-button {
  width: 20px;
  height: 20px;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
#checkout div#left-column {
  display: none;
}

.form-fields .form-group:nth-child(9) {
  display: none;
}

#stores .search_content_store {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

input#search_store {
  border-radius: 10px;
  width: 80%;
  height: 45px;
  text-align: center;
}

.displaynone {
  display: none !important;
}

.newsletter-popup-form {
  width: 100%;
}

.newsletter-checkbox .checkbox {
  margin-top: 10px;
  text-align: left;
}
.innerbox-newsletter .newsletter_title {
  font-size: 20px;
}

#product .pro_image #content {
  position: relative;
  max-width: 100%;
  padding: 0;
  border: none;
}

#product .images-container #additional-carousel .owl-wrapper-outer {
  z-index: 1000;
}

#header nav.header-nav.fixed {
  z-index: 9999;
}
.search_city {
  width: 50px;
  height: 45px;
  left: -51px;
  color: #fff;
  font-size: 0;
  letter-spacing: 0.4px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin-left: 0;
  position: absolute;
  border: none;
  right: 0;
  background: #ffffff00
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyOSAxMjkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5Ij4KICA8Zz4KICAgIDxwYXRoIGZpbGw9ICIjZmZmIiBkPSJNNTEuNiw5Ni43YzExLDAsMjEtMy45LDI4LjgtMTAuNWwzNSwzNWMwLjgsMC44LDEuOCwxLjIsMi45LDEuMnMyLjEtMC40LDIuOS0xLjJjMS42LTEuNiwxLjYtNC4yLDAtNS44bC0zNS0zNSAgIGM2LjUtNy44LDEwLjUtMTcuOSwxMC41LTI4LjhjMC0yNC45LTIwLjItNDUuMS00NS4xLTQ1LjFDMjYuOCw2LjUsNi41LDI2LjgsNi41LDUxLjZDNi41LDc2LjUsMjYuOCw5Ni43LDUxLjYsOTYuN3ogTTUxLjYsMTQuNyAgIGMyMC40LDAsMzYuOSwxNi42LDM2LjksMzYuOUM4OC41LDcyLDcyLDg4LjUsNTEuNiw4OC41Yy0yMC40LDAtMzYuOS0xNi42LTM2LjktMzYuOUMxNC43LDMxLjMsMzEuMywxNC43LDUxLjYsMTQuN3oiLz4KICA8L2c+Cjwvc3ZnPgo=)
    no-repeat center center;
  background-size: auto;
  background-size: 20px;
  border-radius: 0 10px 10px 0;
}

.fancybox-overlay {
  z-index: 120000;
}

.amguidepro-modal .table-guide {
  display: none !important;
}

.amguidepro-modal .modal-content {
  width: 100%;
}

.amguidepro-modal .modal-header .close {
  padding: 0px;
}
.amguidepro-modal .container-custom_image {
  max-width: 80%;
}
.amguidepro-modal .modal-dialog {
  max-width: 60%;
}

.block_newsletter form .col-xs-12 {
  height: auto;
}

.center-block-newsletter {
  margin-top: 10px;
}

p.alert.alert-danger.block_newsletter_alert {
  position: absolute;
  display: flex;
  top: -47px;
}

.block_newsletter form .col-xs-12 {
  background: #4a4782 none repeat scroll 0 0;
}

.block_newsletter form input.btn {
  color: #fff;
  background: #2e2e2e;
  float: unset;
}

.block_newsletter .title {
  font-size: 30px;
}
.block_newsletter .title {
  align-self: anchor-center;
}

#tm_toplink li:nth-child(5) {
  background-color: #f02640;
}

#tm_toplink li:nth-child(5):hover {
  background-color: #2e2e2e;
  text-decoration: underline;
  text-decoration-color: #ffffff;
}

:root {
  --page-bg: #ffffff;
  --card-bg: #f6f6f6;
  --text-main: #0d0d0d;
  --border-color: #e5e5e5;
  --radius: 16px;
  --padding: 24px;
  --transition: 0.22s ease-out;
}

.faq-section {
  padding: 60px 16px 80px;
}

.faq-container {
  max-width: 960px;
  margin: 0 auto;
}

.faq-title {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text-main);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--card-bg);
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition:
    border-color var(--transition),
    background-color var(--transition);
}

.faq-item.is-open {
  border-color: var(--border-color);
}

.faq-header {
  width: 100%;
  padding: var(--padding);
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  text-align: left;
}

.faq-header:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-header:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.faq-question {
  flex: 1;
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--text-main);
  border-radius: 999px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  transform-origin: center;
}

.faq-icon::before {
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.faq-body {
  padding: 0 var(--padding);
  max-height: 0;
  overflow: hidden;
  transition:
    max-height var(--transition),
    padding-bottom var(--transition),
    padding-top var(--transition);
  will-change: max-height;
  color: var(--text-main);
}

.faq-item.is-open .faq-body {
  padding-top: 5px;
  padding-bottom: var(--padding);
}

.faq-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-main);
  max-width: 100%;
}

.faq-toggle {
  display: none;
}

.faq-toggle:checked ~ .faq-body {
  max-height: 1000px;
  padding-bottom: var(--padding);
}

.faq-toggle:checked + .faq-header .faq-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-toggle:checked + .faq-header .faq-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.faq-toggle:checked ~ .faq-body,
.faq-toggle:checked + .faq-header {
  background-color: rgba(0, 0, 0, 0.01);
}

.banner-map {
  position: relative;
  display: inline-block; /* 👈 clave */
  width: 100%;
}

.banner-map img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-map .area {
  position: absolute;
  top: 0;
  bottom: 0; /* 👈 en vez de height */
  display: block;
  z-index: 2;
}
.brahma {
  left: 0%;
  width: 16%;
  top: 0%;
  height: 100%;
}

.ox {
  left: 16%;
  width: 9%;
  top: 0%;
  height: 100%;
}

.solimar {
  left: 25%;
  width: 9%;
  top: 0%;
  height: 100%;
}

.goodyear {
  left: 34%;
  width: 12%;
  top: 0%;
  height: 100%;
}

.converse {
  left: 46%;
  width: 12%;
  top: 0%;
  height: 100%;
}

.op {
  left: 59%;
  width: 5%;
  top: 0%;
  height: 100%;
}

.olympikus {
  left: 64%;
  width: 8%;
  top: 0%;
  height: 100%;
}

.mc {
  left: 72%;
  width: 9%;
  top: 0%;
  height: 100%;
}

.guk {
  left: 81%;
  width: 7%;
  top: 0%;
  height: 100%;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .faq-section {
    padding: 40px 12px 56px;
  }

  .faq-header {
    padding: 20px;
    font-size: 15px;
  }

  .faq-body {
    padding: 0 20px;
  }

  .faq-item.is-open .faq-body {
    padding-bottom: 20px;
  }
}

@media (max-width: 1250px) {
  .amguidepro-modal .container-custom_image {
    max-width: 100%;
  }
  .amguidepro-modal .modal-dialog {
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .block_newsletter .title {
    position: relative;
  }
  body #search_filters_wrapper {
    display: block !important;
  }
  body #search_filters_wrapper.hidden-sm-down {
    display: none !important;
  }
  body #left-column #search_filter_controls {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  body #left-column #search_filter_controls button {
    margin: 0 0.5rem;
    padding: 10px 15px;
  }
}

@media (max-width: 500px) {
  .newsletter-main {
    width: 400px;
  }
}

@media (max-width: 480px) {
  .block_newsletter .title {
    font-size: 25px;
  }
  .block_newsletter form input[type="email"] {
    min-width: 100%;
    width: 100%;
  }
  .block_newsletter form .col-xs-12 {
    padding: 20px 10px;
  }
  .block_newsletter form input.btn {
    margin-top: 20px;
    width: 80%;
  }
}
