/* ========== 1. TIPOGRAFÍA GLOBAL ========== */
body,
button,
input,
select,
textarea,
.navbar,
.page-heading,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.page-title,
.product-miniature-grid .product-title,
.product-miniature-grid .product-price,
.product-miniature-grid .product-brand img {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #575656;
}

/* ========== 2. MENÚ MEGAMENU / NAV ========== */

#header .header-nav {
    color: #ffcc0c !important;
    background: #203657 !important;
    border-bottom: none 1px;
    padding-top: 0.53333rem;
    padding-bottom: 0.53333rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 900;
}


.cbp-hrmenu>ul>li {
  float: initial;
}

.cbp-hrmenu>ul>li ul li {
  min-width: 210px;
  max-width: 210px;
  float: left;
}

.cbp-hrmenu .cbp-links li .cbp-hrsub-level2 {
  margin-top: 0;
  left: 0;
}

.cbp-hrmenu .cbp-links li .cbp-hrsub-level2 li {
  float: none;
  min-width: none;
}

.cbp-horizontal .cbp-tab-title:hover,
.cbp-horizontal>ul>li.cbp-hropen>a,
.cbp-horizontal>ul>li.cbp-hropen>a:not([href]):not([tabindex]),
.cbp-horizontal>ul>li.cbp-hropen>a:hover {
  text-decoration: underline !important;
  text-underline-offset: 6px;
  color: #ffcc0c;
}

.cbp-horizontal>ul>li.cbp-has-submeu.cbp-hropen>a .cbp-tab-title {
  text-decoration: underline !important;
  text-underline-offset: 6px;
  color: #ffcc0c !important;
}

#desktop-header .search-widget input {
  border: 1px solid #4e70a4;
  border-radius: 15px;
}

.search-widget .fa-search {
  font-size: 27px;
  color: #4e70a4;
}

#header-user-btn .fa-heart-o {
  font-size: 21px;
}

/* ========== 3. COLORES PERSONALIZADOS Y VARIABLES ========== */
:root {
  --btn-bg: #4e70a4;
  --btn-color: #ffffff;
  --btn-border: 1px solid #4e70a4;
  --btn-bg-hover: #3c6696;
  --btn-color-hover: #ffffff;
  --btn-border-hover: 1px solid #4e70a4;
}

/* ========== 4. BOTONES Y ESTADOS ========== */
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-product-list {
  background: var(--btn-bg);
  color: var(--btn-color);
  border: var(--btn-border);
}

.btn-primary:hover,
.btn-product-list:hover {
  background: var(--btn-bg-hover);
  color: var(--btn-color-hover);
  border: var(--btn-border-hover);
}

.btn-product-list {
  font-weight: 500;
  text-transform: uppercase;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-product-list {
  border-radius: 10px !important;
}

.bootstrap-touchspin .btn-touchspin {
  margin-right: 5px !important;
}

.btn-primary i,
.btn-secondary i {
  margin: 0px !important;
}

.btn-group-lg>.btn,
.btn-lg {
  border-radius: 0;
  padding: 0.6rem 1rem;
  font-size: inherit;
  text-transform: uppercase;
  font-weight: 500;
}

.product-quantity .add-to-cart:disabled {
  cursor: not-allowed;
  opacity: 0.75 !important;
}

/* ========== 5. PRODUCT MINIATURAS Y BLOQUES ========== */
.btn-product-list .btn-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: calc(1.2em);
}

/* Mostrar solo el icono de la bolsa en móviles: por defecto oculto en escritorio */
.btn-product-list .bag-icon {
  display: none;
}

#new-products .hide_novedades {
  display: none !important;
}

#product .product-manufacturer img {
  max-width: 150px;
}

.product-miniature-grid .product-title {
  min-height: calc(1.2em * 2);
  display: block;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: calc(1.2em * 2);
}

.product-miniature-right img,
.product-miniature-gridt .product-thumbnail img,
.full-width img {
  width: 100% !important;
  height: auto !important;
}

.product-miniature-grid .product-price {
  font-size: 1.733333rem;
  font-weight: bold;
}

.product-miniature-grid .product-price-and-brand {
  margin-top: 10px;
}

.product-brand img {
  max-width: 70px;
  max-height: 50px;
  width: auto;
}

.product-miniature-default .product-thumbnail img {
  width: 100%;
}

.product-miniature-grid .product-functional-buttons a {
  display: block;
  border-radius: 5px;
  margin: 5px 0;
  padding: 8px;
  box-shadow: none;
  border: 1px solid #4e70a4;
  color: #4e70a4 !important;
}

#product button.btn-iqitwishlist-add {
  background: #fff;
  border: 1px solid #4e70a4;
  color: #4e70a4 !important;
  font-size: 14px;
  border-radius: 8px;
}

.products-grid .product-miniature-layout-2 a.btn-product-list {
  width: 100%;
  border-radius: 10px;
  white-space: normal;
}

/* ========== 6. STOCK Y DISPONIBILIDAD ========== */
.product-miniature-default li.product-flag {
  margin-top: 0.3rem;
  text-align: left;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 8px 17px;    
  margin-left: -7px;
}

.info-stock,
.product-miniature-grid .info-stock {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin-top: 15px;
}

.info_stock {
  float: left;
  line-height: 19px;
  font-size: 18px;
  font-weight: 700;
}

.product-miniature-grid .info-stock .semaforo {
  width: 50%;
  text-align: right;
}

#col-product-info .product-availability-date {
  margin-bottom: 15px;
}

#col-product-info .product-availability-date label {
  font-weight: bold;
}

/* ========== 7. ESTILO DE PRECIO EN PRODUCTO ========== */
.product_header_container,
.product_p_price_container {
  border: none;
}

.product_header_container {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 15px;
}

.product_p_price_container {
  margin-top: 0;
  padding-top: 0;
}

.product_header_container .product-price,
.product_p_price_container .product-price {
  font-size: 2.6rem;
  line-height: 2.47619;
}

.product_header_container .product-price,
.product_p_price_container .lbl_tax {
  font-size: 1.2rem;
}

/* ========== 8. INPUT DE CANTIDAD Y BOTÓN FLEXIBLE ========== */
.product-add-cart {
  width: 100%;
}

.input-group-add-cart {
  display: flex;
  width: 100%;
}

.input-group.bootstrap-touchspin {
  flex-shrink: 0;
  width: 70px;
  margin-right: -1px;
}

.btn-product-list.add-to-cart {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.product-miniature-grid .product-miniature-layout-2 .product-add-cart {
  padding-top: 0;
}

/* ========== 9. TOUCHSPIN PERSONALIZADO ========== */
.js-product-miniature-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.js-product-miniature-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  background-color: #fff;
  color: #4e70a3;
}

.product-miniature-grid .input-group-add-cart .input-group {
  margin-right: -1px;
}

.js-product-miniature-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.product-add-to-cart .bootstrap-touchspin-down {
  border-bottom: 1px solid #4e70a4;
}

.js-product-miniature-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.product-add-to-cart .bootstrap-touchspin-up {
  border-top: 1px solid #4e70a4;
}

.js-product-miniature-wrapper .bootstrap-touchspin .btn-touchspin:hover,
.product-add-to-cart .btn-touchspin:hover {
  color: #4e70a3;
  background: #fff;
}

.js-product-miniature-wrapper .bootstrap-touchspin .input-group-btn-vertical i,
.product-add-to-cart .input-group-btn-vertical i {
  font-size: 16px;
  left: 4px;
  top: 9%;
}

.js-product-miniature-wrapper .input-qty {
  min-width: 50px !important;
  max-width: 50px !important;
}

.js-product-miniature-wrapper .input-qty,
#quantity_wanted {

  height: 42px;
  border: 1px solid #4e70a4;
  color: #4e70a3;
  background-color: #fff;
  font-size: 18px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.add-to-cart:disabled {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

button.add-to-cart {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: 1px solid #4e70a4;
}

#product .product-quantity .qty,
#product .product-quantity .add,
#product .product-quantity .extra {
  width: initial;
  height: 100%;
  float: left;
}

#product .product-quantity .extra .col-add-wishlist {
  float: left;
}

/* ========== 10. ELEMENTOS VARIOS ========== */
.cookie-button-right {
  bottom: 20px;
  right: 60px;
}

.section-title {
  color: #4e70a4 !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px*-1);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-unavailable,
.product-last-items {
  display: none;
}

.js-product-images-modal .modal-title {
  display: none;
}

#header .header-btn-w .header-btn .title {
  margin-top: 0px;
  font-size: 12px;
}

.js-product-miniature-wrapper .features_pl {
  border-top: 1px solid #c7c8c5;
  border-bottom: 1px solid #c7c8c5;
  padding-top: 14px;
  padding-bottom: 8px;
  line-height: 24px;
  margin: 0;
}

.js-product-miniature-wrapper .product-reference {
  font-size: 12px;
}

.circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
  margin-right: 4px;
}

.circle-red {
  background-color: #f44336;
}

.circle-orange {
  background-color: #ff9800;
}

.circle-green {
  background-color: #4caf50;
}

/* ========== 11. Filtro de marcas (carrusel) ========== */
.brands-filter-container {
  display: none;
  margin: 20px 0;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.brands-filter-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.brands-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.brands-carousel {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  scrollbar-width: none;
  /* Firefox */
}

.brands-carousel::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.brand-item {
  flex: 0 0 auto;
  width: 80px;
  text-align: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.brand-item:hover {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.brand-item.active {
  border-color: #007bff;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 123, 255, 0.15);
}

.brand-image {
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9ecef;
}

.brand-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand-name {
  font-size: 11px;
  color: #666;
  line-height: 1.2;
  font-weight: 500;
}

.brand-item.active .brand-name {
  color: #007bff;
  font-weight: 600;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #007bff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 15;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3);
  color: #007bff;
  font-size: 16px;
  font-weight: bold;
}

.carousel-btn:hover {
  background: #007bff;
  color: white;
  border-color: #0056b3;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-prev {
  left: 5px;
}

.carousel-next {
  right: 5px;
}

.carousel-btn i {
  display: inline-block;
  line-height: 1;
}

/* Gradientes para indicar scroll disponible */
.brands-carousel-wrapper::before,
.brands-carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brands-carousel-wrapper.scrollable::before {
  left: 0;
  background: linear-gradient(to right, rgba(248, 249, 250, 0.8), rgba(248, 249, 250, 0));
  opacity: 1;
}

.brands-carousel-wrapper.scrollable::after {
  right: 0;
  background: linear-gradient(to left, rgba(248, 249, 250, 0.8), rgba(248, 249, 250, 0));
  opacity: 1;
}

.brands-filter-actions {
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .brands-filter-container {
    margin: 15px 0;
    padding: 12px;
  }

  .brand-item {
    width: 70px;
  }

  .brand-image {
    width: 50px;
    height: 50px;
  }
}

#wrapper {
  min-height: 600px;
}

#wrapper .breadcrumb {
  margin-bottom: 5px !important;
}

#content-wrapper .page-title {
  margin-bottom: 0 !important;
}

#content-wrapper .page-title span {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}

#product .page-title span {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}

.category-description {
  text-align: center;
}

#alertprivate {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 10px;
  width: fit-content;
  float: none !important;
  margin: 0 auto 10px auto !important;
}

.header-top img.logo,
#mobile-header img.logo {
  max-width: 140px;
}

.f_right {
  float: right;
}

.lbl_social {
  font-size: 22px;
  line-height: 35px;
  margin-right: 26px;
}

#product .product-quantity .extra .col-add-wishlist {
  margin-right: 7px;
  margin-left: 7px;
}

#product .product-quantity {
  visibility: hidden;
}

.carrier-hasLogo img {
  max-width: 150px;
}

.is-invalid {
  border: 1px solid red !important;
  background-color: #ffe6e6;
}

/* ========== 12. RESPONSIVE Y MÓVIL ========== */
@media (max-width: 575.98px) {
  .info_stock {
    width: 51%;
  }

  #product .product-quantity .extra .col-add-wishlist {
    width: 100%;
  }

  .product-add-to-cart .col-add-qty {
    -ms-flex: initial;
    flex: initial;
    max-width: 100%;
  }

  #product .product-quantity .qty {
    width: 70px;
    height: 87%;
    float: left;
  }

  #product .product-quantity .add {
    width: 43%;
    height: 100%;
    float: left;
  }

  #product .product-quantity .extra {
    width: 35%;
    height: 100%;
    float: left;
  }
}

@media (max-width: 767px) {
  #product .product-quantity .extra {
    float: right;
  }

  .js-product-miniature-wrapper .input-qty,
  #quantity_wanted {
    height: 40px;

  }

  #product #back-to-top,
  #product .whatsapp-badge,
  #product .cookie-button {
    bottom: 67px;
    margin: 4px;
    padding: 5px;
    width: 38px !important;
    height: 38px !important;
  }

  #product #back-to-top {
    right: 3px;
  }

  #product .whatsapp-badge {
    left: 0px;
  }

  .product-miniature-default li.product-flag {
    margin-top: 0.3rem;
    text-align: left;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 4px 8px;
    font-size: 10px;
  }

  #product .swiper-button-prev {
    left: 0px;
  }

  #product .swiper-button-next {
    right: 0px;
  }

  .swiper-container-wrapper .product-carousel {
    padding: 8px;
  }

  .btn-product-list .btn-text {
    display: none;
  }

  /* En móvil mostramos el icono de la bolsa */
  .btn-product-list .bag-icon {
    display: inline-block;
  }

  .btn-product-list {
    line-height: 1;
    font-size: x-large;
  }
}

.col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
  top: 100% !important;
}

.mobile-menu__link {
  color: #595050 !important;
  padding-top: 0.833rem;
  padding-bottom: 0.833rem;
}
.mobile-menu__column-title{
  font-weight: bold;
}

.mobile-menu__language-selector--native {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.mobile-menu__language-selector-label {
  margin: 0;
  color: #4e70a4;
  font-size: 1.95rem;
  line-height: 1;
}

.mobile-menu__language-selector-label span {
  display: none;
}

.mobile-menu__language-select {
  min-width: 72px;
  border: 1px solid #4e70a4;
  border-radius: 8px;
  background: #fff;
  color: #4e70a4;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.35rem 1.8rem 0.35rem 0.6rem;
}

@media (max-width: 767px) {
  .mobile-menu__footer .mobile-menu__language-selector--native {
    margin-right: 0 !important;
  }
}

.products-selection .view-switcher,
.view-switche,
.showing,
.products-nb-per-page {
  display: none !important;
}



/* ========== 13. Buscador ========== */



.autocomplete-suggestion:hover {
  background: #f7f7f7;
  cursor: pointer;
}

.autocomplete-suggestion .col-shop {

  display: none;
}


.autocomplete-suggestion .name {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #333;
}

.autocomplete-suggestion .product-price {
  color: #007bff;
  font-weight: 500;
  font-size: 13px;
  display: none
}


/* ========== 14. COOKIES ========== */
#cookieModal #cookieModalHeader,
#cookieModal .btn-config {
  background-color: #4e70a4;
}

#cookieModal .dlxctab-row.active,
#cookieModal .cookie-info-page {
  color: #4e70a4;
}

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

/* ========== 15. HISTÓRICO PEDIDOS ========== */
body#module-erk_customtemplate-orderdetail .input-group-btn,
body#module-erk_customtemplate-myaccountdocuments .input-group-btn {
  display: none;
}

/* ========== OFFSET ANCLAS MARCAS ALFABÉTICAS (DESKTOP Y MÓVIL) ========== */
/* Desktop: offset para header sticky + selector alfabético sticky */
a[name^="man-letter-"] {
  display: block;
  position: relative;
  top: -165px;
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

/* Tablet/móvil: offset para header sticky + selector alfabético sticky */
@media (max-width: 991.98px) {
  a[name^="man-letter-"] {
    top: -115px;
  }
}

.elementor-brands-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media (max-width: 1400px) {
  main {
    margin: 0px auto;
  }
}

.nav-tabs {
  border: none;
}

.product-flag.discount {
  display: none !important;
}

#cbp-hrmenu-tab-15 .cbp-tab-title {
  background-color: #e4b8dc;
  border-radius: 18px;
  padding: 4px 12px 6px 12px !important;
  font-weight: bolder;
  color: #8b1428 !important
}


#cbp-hrmenu-tab-15 .cbp-tab-title:hover {
  text-decoration: none !important;
  background-color: #8b1428 !important;
  color: #e4b8dc !important
}

 .mobile-menu__tab--id-13{
   font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background-color: #ffcc0c;
    border-radius: 7px;
    font-size: 19px !important;
    color: #203657 !important;
    text-align: center;
    border: none;
    margin-top: 15px;
 }  

#cbp-hrmenu-tab-13 .cbp-tab-title {
        background-color: #ffcc0c;
    border-radius: 5PX;
    padding: 6px 12px 6px 12px !important;
    font-weight: bolder;
    color: #203657 !important;
    border: 1px solid #203657;
    line-height: normal;
}


#cbp-hrmenu-tab-13 .cbp-tab-title:hover {
  text-decoration: none !important;
  background-color: #203657 !important;
  color: #ffcc0c !important;
   border: 1px solid #ffcc0c;
}

.product-price-and-shipping .text-muted,
#product .has-discount .product-discount .regular-price {
  color: #f81818 !important;
  font-size: 1.2rem !important;
}

.login-alert__image {
  display: block;
  height: auto;
  max-width: 730px !important;
}

#product .login-alert__image {
  margin-top: 15px !important;

}
 #product .login-alert__image {
    margin-top: 15px !important;  
    max-width: 100% !important;
  }
@media (max-width: 767.98px) {
  .login-alert__image {
    width: 97vw;
    max-width: 97vw;
  }

  #product .login-alert__image {
    margin-top: 15px !important;
    width: 95vw;
    max-width: 95vw;
  }
#footer-container-main{
      padding: 15px;
}


}

@media (min-width: 768px) {
  .login-alert__image {
    width: auto;
    max-width: none;
  }
}

#product .has-discount .discount-amount {
  display: none !important;
}
.category-login-alert{
position:sticky;
bottom:0px;
z-index:50;
margin-top:1.5rem;

}
.category-login-alert a,
.product-login-alert a {
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
}
.category-login-alert a{
    margin-bottom: -6px !important;
}
#content-wrapper .page-title, h1.elementor-heading-title{

  color: #203657;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}


.logo-footer{
  margin-bottom: 15px;
}


.category-additional-description {
  margin-top: 30px;
}

.category-additional-description__full {
  border-top: 1px solid #4e70a4;
  text-align: left;
}

/* Trigger del acordeon SEO (h1-h6 segun contenido) */
.category-additional-description__full .category-seo-accordion-trigger, .cms-id-19 h1 {
  color: #4B6FA1;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
 
}
.category-additional-description__full .category-seo-accordion-trigger {
 border-bottom: 1px solid #4e70a4;
}
.category-additional-description__full .category-seo-accordion-trigger::after {
  content: "\2228";
  font-size: 1.5rem;
  transition: transform 0.2s ease;
}

.category-additional-description__full.active .category-seo-accordion-trigger::after {
  transform: rotate(180deg);
}

.category-additional-description__full.active .category-seo-accordion-trigger {
  border-bottom: 0;
}

.category-additional-description__full.category-seo-accordion-ready > *:not(.category-seo-accordion-trigger) {
  display: none;
}

.category-additional-description__full.category-seo-accordion-ready.active > *:not(.category-seo-accordion-trigger) {
  display: block;
}

.category-additional-description__full h2 ,.cms-id-19 h2{
  color: #4B6FA1;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}
.category-additional-description__full h2:not(:first-of-type) {
    margin-top: 30px !important;
}
.category-additional-description__full h3 ,.cms-id-19 h3 {
  color: #4B6FA1;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;

}
.category-additional-description__full p { 

  line-height: normal;
 
}
.category-additional-description__full strong {
  color: #111;
  font-weight: 700;
}
.elementor-accordion .elementor-accordion-item {
  border: none;
}
.elementor-accordion .elementor-accordion-content {
  border:none
}

/* Marcas alfabéticas: móvil 2 columnas; desktop con primera columna vacía y 3 columnas de marcas */
#manufacturer .breadcrumb{
 /*display: none;*/
}
.ms-alphabetical .ms-letter-brands-layout {
  display: grid;
  grid-template-columns: 1fr;
}

.ms-alphabetical .ms-letter-spacer {
  display: none;
}

.ms-alphabetical .ms-letter-brands-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  column-count: 2;
  column-gap: 1.25rem;
}

.ms-alphabetical .ms-letter-brands-list a{

  font-size: 18px !important;
  color: #203657 !important;
  font-weight: 500;

}

.ms-alphabetical .ms-letter-list {
    border-bottom: 1px solid #20365766;
        padding-top: 22px;
    padding-bottom: 22px;

  }
.ms-alphabetical .ms-letter-brands-list li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 0.35rem;
}
.ms-alphabetical .ms-letter-selector{
  position: sticky;
  top: 110px;
  z-index: 15;
  background: #fff;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  margin-top: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #203657 !important;
}
.ms-alphabetical .ms-letter-selector a{
    display: inline-block;
    font-size: 20px;
    color: #20365772 !important;
    font-weight: 600;
    margin: 12px 5px 5px 5px;
    padding: 2px 10px 2px 10px !important;
  transform: translateX(0);
  transition: transform 0.28s ease, color 0.2s ease, opacity 0.2s ease;
    /* line-height: 35px; */

}

.ms-alphabetical .ms-letter-selector a:hover  {
 
   /*background-color: #203657;
   border-radius: 5px; 
   color:#FFF !important
   */
   color: #203657 !important;;
}

.ms-alphabetical .ms-letter-selector a.is-active {
  /*background-color: #203657;
  border-radius: 5px;
  color: #FFF !important;*/
   color: #203657 !important;
   opacity: 1;
}

.ms-alphabetical .ms-letter-selector a.is-past-right {
  /*transform: translateX(14px) !important;
  opacity: 0.92;*/
}

.ms-alphabetical .ms-letter-selector a.is-past-left {
  /*transform: translateX(-14px) !important;
  opacity: 0.92;*/
}

.ms-alphabetical .ms-letter-list>.ms-letter {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: -26px;
    color: #203657;
}

@media (max-width: 991.98px) {
  .ms-alphabetical .ms-letter-selector {
    position: sticky;
    top: 65px;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    text-align: left;
    background-image:
      linear-gradient(to right, #fff 42%, rgba(255, 255, 255, 0)),
      linear-gradient(to left, #fff 42%, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: 54px 100%, 54px 100%;
  }

  .ms-alphabetical .ms-letter-list>.ms-letter {
    margin-bottom: 25px !important;
  }
}


@media (min-width: 992px) {
  .ms-alphabetical .ms-letter-brands-layout {
    grid-template-columns: 25% 75%;
    column-gap: 0;
  }
.ms-alphabetical .ms-letter-list>.ms-letter {
    margin-bottom: -26px;
}
  .ms-alphabetical .ms-letter-spacer {
    display: block;
  }

  .ms-alphabetical .ms-letter-brands-list {
    column-count: 3;
    column-gap: 1.5rem;
  }
}

.elementor-element.elementor-element-niicnoc .elementor-accordion .elementor-accordion-content {
border:none
}

#livechat-wrapper{
  right: 60px !important;
}
.erk_border_img img{
  border-radius: 30px;
}
.alert-info {
  background-color: #203657   !important ;
  color: #ffcc0c !important;
  border-radius: 10px !important;
}