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


#wrapper .breadcrumb a {
  color: #8f8f8f;
  background-color: #eee !important;
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px !important;
}

.gm-cat-second-desc p,
span {
  font-size: 15px;
  line-height: 21px;

}

.preguntamos {
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(181 181 181 / 25%);
  padding: 5px;
  border-radius: 8px !important;
  width: fit-content !important;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

span.telefono {
  font-size: 18px !important;
  color: #009dcf;
  text-decoration: underline;
}

div#col-product-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 110%;
}

.swiper-wrapper .swiper-slide>* {

  padding: 0 !important;
}


.recibelo-1 {
  display: none !important;
}

.col.col-sm-auto.col-add-compare {
  display: none;
}

.wishlist-button-add.wishlist-button-product {
  display: none;
}


#product .manufacturer-logo {
  width: 25% !important;
  margin: auto;
}

@media (max-width:769px) {
  #product .manufacturer-logo {
    width: 64% !important;
    margin: auto;
  }
}



.page-product .columna-b .product-price {
  color: #009dcf;
  font-size: 54px !important;
  padding-top: 10px !important;
  font-weight: bold !important;
}

.current-price {
  font-size: 15px !important;
  line-height: 21px !important;

}

.page-product .columna-b .product-price {
  font-size: 38px !important;
}

.wishlist-button-add {
  display: none !important;
}



/*
   li#product-details-tab-nav {
     display: none !important;
   }*/



@media (min-width: 768px) {
  #product #contenedor-imagen-pack .swiper-wrapper {
    width: 900px;
  }
}


@media (min-width: 1200px) {
  .columna-a {
    float: left;
    width: 50%;
  }
}


@media (min-width: 768px) {
  .col-md-4.col-product-image {
    max-width: 44% !important;
  }
}

.columna-a {
  float: left !important;
  width: 50% !important;
  margin-left: 0% !important;
}

.columna-b {
  float: right !important;
  width: 48% !important;
  margin-left: 2% !important;
  text-align: center !important;
}

.columna-b {
  text-align: center;
}


@media (min-width: 769px) {
  .product-description {
    color: #000 !important;
    font-size: 15px !important;
  }
}

button.btn.btn-primary.btn-lg.add-to-cart {
  background: linear-gradient(to bottom, #ffcc52 0%, #f8b71e 100%) !important;
  color: #444 !important;
  border: 1px solid #f0b200 !important;
  border-radius: 5px !important;
  width: 150%;
  margin: auto !important;
}

.columna-b button.btn.btn-primary.btn-lg.add-to-cart {
  width: 100% !important;
}

.col.col-sm-auto.col-add-wishlist {
  display: none;
}

.social-sharing {
  display: none !important;
}



@media (min-width: 769px) {
  .product-description {
    color: #000 !important;
    font-size: 15px !important;
  }
}

@media (min-width: 769px) {
  #product-infos-tabs {
    background-color: #fff;
    padding: 22px;
    color: #666 !important;
  }
}




.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #000;
  border-bottom: solid 3px #009dcf !important;
}




/*
  * Custom code goes here.
  * A template should always ship with an empty custom.css
  */
.ap5-pack-product-image {
  margin-top: 15px;
}


body.cms-id-15 .page-title {
  display: none
}

div.nombre {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.precios>.additional_button>section.page-product-box.grelated_products {
  display: none !important;
}

.seosa_product_label span {
  align-self: flex-end;
  animation-duration: 4s;
  animation-iteration-count: infinite;

  margin: 0 auto 0 auto;
  transform-origin: bottom;

}

li#cbp-hrmenu-tab-10 {
  align-self: flex-end;
  animation-duration: 4s;
  animation-iteration-count: infinite;

  margin: 0 auto 0 auto;
  transform-origin: bottom;

}

li#cbp-hrmenu-tab-10 {

  animation-name: cbp-hrmenu-tab-10;
  animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes cbp-hrmenu-tab-10 {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(1.1, .9) translateY(0);
  }

  30% {
    transform: scale(.9, 1.1) translateY(-20px);
  }

  50% {
    transform: scale(1.05, .95) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(-7px);
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

.seosa_product_label span {
  animation-name: seosa_product_label;
  animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes seosa_product_label {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(1.1, .9) translateY(0);
  }

  30% {
    transform: scale(.9, 1.1) translateY(-20px);
  }

  50% {
    transform: scale(1.05, .95) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(-7px);
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

.cms-id-15 .elementor-column.elementor-element.elementor-col-25.elementor-top-column {
  border: 1px solid #ccc !important;
  padding: 15px !important;
  margin: 15px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
}

.seosa_product_label span {
  padding: 5px !important;
}

a.enlaces-1 {

  color: #fff !important;
}

a.enlaces-1:hover {
  text-decoration: underline;
}

.enlaces-1 a {

  color: #fff !important;
}

.enlaces-1 a:hover {
  text-decoration: underline;
}

.cms-id-15 .elementor-column.elementor-element.elementor-col-25.elementor-top-column:hover {
  border: 1px solid #009dcf !important;
  border: 1px solid #009dcf !important;
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 157 207 / 27%) !important;
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27) !important;
  box-shadow: 3px 0px 16px 6px rgb(0 157 207 / 27%) !important;
  color: #009dcf !important;
}

@media (max-width:680px) {
  div#content-wrapper {
    order: 0 !important;
  }


  .product-list-subcategories.hidden-sm-down {
    display: block !important;
  }

  .col-3.col-md-6.col-lg-2.subcategorias {
    flex: 1 0 41% !important;
    max-width: 43% !important;
  }

  div#content-wrapper {
    order: 2;
  }

  #category .listaprecios1 {
    display: none;
  }

  .row {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

}

#index .listaprecios1 {
  display: none;
}

#module-pm_advancedsearch4-searchresults .listaprecios1 {
  display: none;
}

.maxcontenido {
  max-width: 100% !important;
  min-width: 100% !important;
}

span.stockaje {
  margin-top: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: none !important;
  justify-content: center;
  align-items: center;
  align-content: center;
}

span#stockamarillo {
  margin-right: 10px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 25px;
  content: " ";
  background-color: #ffcc52 !important;
  width: 22px;
  display: block;
}

span#stockverde {
  margin-right: 10px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 25px;
  content: " ";
  background-color: #23a71b !important;
  width: 22px;
  display: block;
}

span#stockrojo {
  min-width: 20px;
  min-height: 20px;
  border-radius: 25px;
  content: " ";
  background-color: #ad1f00 !important;
  width: 22px;
  display: block;
}

#index .recibelo-1 {
  display: none;
}

#category .recibelo-1 {
  display: none;
}


.maxcontenido {
  max-width: 100% !important;
}

span.stockaje {
  font-size: 14px;
}

.listaprecios1 {
  font-size: 12px !important;
  color: #636363 !important;
}

.discount {
  background: #23a71b;
  color: #fff;
}

.aviso-sinstock h3.h1.page-title {
  color: #009dcf !important;
  font-size: 18px !important;
}

div#ppbContainer1 {
  background-color: #f3f3f3;
  padding: 25px;
  border-radius: 10px;
}

/* MODIFICADO */
article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: auto;
  max-width: 100%;
  background-color: #ffff !important;
  padding: 5px;
  border-radius: 15px;
}

.aviso-sinstock {
  /* width: 100%!important; */
  /* -webkit-box-shadow: 3px 0px 16px 6px rgb(36 120 214 / 28%); */
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  /* box-shadow: 3px 0px 16px 6px rgb(40 160 168 / 28%); */
  /* border-radius: 6px!important; */
  padding: 15px;
  border: 1px solid #009dcf;
  border: 1px solid #009dcf;
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 157 207 / 27%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  box-shadow: 3px 0px 16px 6px rgb(0 157 207 / 27%);
  color: #009dcf !important;
  border-radius: 5px;
}

table tr td:nth-child(1) {
  padding-left: 25px !important;
  padding-bottom: 4px !important;
  background: url(https://www.masquesonido.com/si.png) no-repeat !important;
  list-style-type: none !important;
}

p.alert.alert-danger {
  display: none;
}

.page-manufacturer .block.block-toggle.block-categories.block-links.js-block-toggle {
  display: none !important;
}

@media (min-width:1200px) {
  .col-md-4.col-product-image {
    max-width: 50% !important;
    min-width: 50% !important;
  }


}

p.contacta-con {
  padding: 5px;
  background-color: #009dcf !important;
  border-radius: 5px;
  color: #fff;
}

p.contacta-con i.fas.fa-phone-alt {
  background: none !important;
}

.PresMobicCategoriesMenu {
  display: none !important;
}

.interlinking img {
  text-align: center !important;
  max-width: 96px !important;
  margin: auto;
  display: flex;
}

.accesos-rapidos li>a {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin: 5px;
}

.accesos-rapidos li>a:hover {
  border: 1px solid #009dcf;
  border: 1px solid #009dcf;
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 157 207 / 27%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  box-shadow: 3px 0px 16px 6px rgb(0 157 207 / 27%);
  color: #009dcf !important;
}


.accesos-rapidos li {

  padding: 5px;
}

li.primero {
  font-weight: bold !important;
}

ul.accesos-rapidos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}


@media (min-width:768px) {

  .col-md-4.col-product-image {
    max-width: 50% !important;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 45.0% !important;
    max-width: 45.0% !important;
  }


}

div#iqithtmlandbanners-block-11 {
  display: none;
}

.maxcontenido {
  background: #fff !important;
  max-width: 100% !important;
  padding-bottom: 50px !important;
}

.estas-viendo {
  border-top: 1px solid #ececec !important;
}

.estas-viendo {
  background: #fff !important;
  padding: 0px !important;
}

.estas-viendo {
  /* border: 1px solid #cccc; */

  text-align: center;
}

.arpl-section {
  border: 1px solid #ccc !important;
  border-radius: 5px;
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  margin-bottom: 50px !important;
}

h2.h2.arpl-title.products-section-title.text-uppercase.arpl-text-center {
  border-bottom: 2px solid;
  margin-bottom: 25px;
}

@media (min-width:1200px) {}

.disponible-button.enstock {
  background-color: #23a71b !important;

}

a#enviar_consulta {
  padding: 15px;
  background-color: #009dcf !important;
  border-radius: 9px;
  color: #fff !important;
}

span.cart-products-count-btn {
  font-family: 'Open Sans', sans-serif !important;
}

span#product-availability {
  margin-top: -15px;
}

@media (min-width:680px) and (max-width:1023px) {
  .columna-a {
    float: left;
    width: 100% !important;
    margin-left: 0%;
  }

  .columna-b {
    float: right;
    width: 100% !important;
    margin-left: 2%;
    text-align: center;
  }

  .product-info-row .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-info-row .columna-a {
    float: left;
    width: 50%;
    margin-left: 0% !important;
  }

  .product-info-row .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}

@media (max-width:660px) {
  .ap5-product-footer-pack-container {
    width: 100% !important;
    margin: auto !important;
    margin-bottom: 25px !important;

  }

  .pm-ap-owl-stage {
    width: 100% !important;
  }

  .container,
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100% !important;
    margin: auto !important;
  }

}

@media (min-width: 768px) {
  #manufacturer .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

@media (min-width:769px) {
  .ap5-pack-page .col.col-12.col-sm-auto.col-add-btn {
    min-width: 73% !important;
    margin: auto;
    margin-bottom: 13px;
  }
}

@media (max-width:768px) {

  #module-iqitsearch-searchiqit section#main {
    width: 100% !important;
  }

  .productos-busqueda {
    width: 100% !important;
  }


  #module-iqitsearch-searchiqit .columna-izquierda {
    width: 100% !important;
  }


  p.referencia {
    font-weight: bold;
    font-size: 21px !important;



  }

  div#ap5-buy-block-container {
    padding: 0px !important;
    margin-top: 25px !important;
  }

  .ap5-pack-page .boton-garantias {
    height: 68px !important;
    width: 240px !important;
    margin: auto !important;
    margin-top: 25px !important;
  }

  .comprar {
    width: 100% !important;
  }

  .boton-pago {
    margin: auto !important;
    margin-top: 25px !important;

  }

  .imagen-principal {

    width: 100% !important;
  }

  .descripcion {
    width: 100% !important;
    padding: 2%;
  }

  .columna-1-marca {
    float: left;
    width: 100% !important;
  }



  .columna-2-marca {
    width: 100% !important;
    /* float: right; */
  }

}

@media (min-width: 992px) {
  .pts .col-md-6 {
    width: 100%;
    display: contents;
  }
}

#module-iqitsearch-searchiqit div#content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  align-content: center;

}

#module-iqitsearch-searchiqit section#main {
  width: 80%;
}

.productos-busqueda {
  width: 80%;
}

#module-iqitsearch-searchiqit .columna-izquierda {
  width: 20%;
}

#module-iqitsearch-searchiqit section#products {
  width: 100% !important;
}

.ap5-pack-page .comment_anchor_content {
  /* margin: auto!important; */
  margin-top: 25px;
  margin-bottom: 0px !important;
  text-align: center !important;
}

a.btn.btn-default {
  padding: 0px;
}


@media (min-width: 768px) {}

.easyzoom-modal img.img-fluid {
  max-height: 100% !important;
  min-width: 100px;
  width: auto !important;
  height: auto !important;
}

div#googleRichSnippets {
  display: none !important;
}

@media (min-width: 768px) {}

.col-product-image img.img-fluid {

  padding: 0px !important;
  margin: 0px !important;
}

.product-unavailable {
  background: #d66e80;
  color: #fff7f7;
  margin-top: -17px;
}

.container,
.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 95%;
  margin: auto !important;
}

.icono-whatsapp:hover {
  box-shadow: 0 0 1px 3px rgb(39, 216, 69), 0 5px 8px rgb(0 0 0 / 30%);

}

.products-grid .product-miniature-default .iqitreviews-simple,
.products-grid .product-miniature-default .product-brand,
.products-grid .product-miniature-default .product-reference,
.products-grid .product-miniature-default .product-title {}

i.fa.fa-shopping-bag.fa-fw.bag-icon {
  background-color: #fff0 !important;
}

.links1 h4 {
  color: #009dcf !important;
}

/* Tooltip text */
.icono-whatsapp .tooltiptext {
  visibility: hidden;
  width: 119px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 11px !important;
  padding: 5px 0;
  border-radius: 35px;
  position: absolute;
  z-index: 1;
  top: -40px;
  padding: 15px;
  width: 150px;
  margin-left: -50px;
}

.icono-whatsapp i.fab.fa-whatsapp {
  font-size: 32px
}

/* Show the tooltip text when you mouse over the tooltip container */
.icono-whatsapp:hover .tooltiptext {
  visibility: visible;
}

.icono-whatsapp i.fab.fa-whatsapp-square {
  background-color: #27d845 !important;
  padding: 5px;
  border: 1px;

  border-radius: 5px;
}

.icono-whatsapp {
  position: fixed;
  bottom: 10% !important;
  right: 5%;
  z-index: 50000 !important;
  background-color: #40bc23;
  padding: 5px;
  border: 5px !important;
  border-radius: 15px;
  color: #fff !important;
  text-align: center;
  background: #00a82d;
  padding: 5px;
  box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
  padding: 8px;
  box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
  font-size: 35px !important;
  /* -webkit-box-shadow: 0px 0px 37px -1px rgb(0 0 0 / 75%); */
  -moz-box-shadow: 0px 0px 37px -1px rgba(0, 0, 0, 0.75);
  /* box-shadow: 0px 0px 37px -1px rgb(0 0 0 / 75%); */
}

.icono-whatsapp {
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

@media (max-width:767px) {
  .icono-whatsapp #movil {
    font-size: 12px !important;
  }
}

.icono-whatsapp a {

  color: #fff !important;
}

.icono-whatsapp a:hover {
  text-decoration-line: underline;
  text-underline-offset: 5px;
  color: #fff !important;
}



.checkout-block[class*='num-'] .block-header:before {
  font-weight: bold;
  border: 2px solid #ccc;
  color: #2fb5d2;
  margin-right: 15px !important;
}


/*Eliminar h3 de la descripcion - Equipson */
.product-dscription .slogan {
  display: none !important;
}

#footer-container-main,
#checkout-footer {
  border-top: none 1px;
  padding-top: 4.2857142857rem;
  padding-bottom: 3.2857142857rem;
  color: #c9c9c9;
  padding: 15px;
}

.product-manufacturer.product-manufacturer-next.float-right {
  margin-top: -50px;
}

.cetelem {
  display: none;
  position: fixed !important;
  background-color: #fff !important;
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  border-radius: 15px;
  padding: 15px;
  top: 50%;
  left: 40%;
  z-index: 5000 !important;
}

@media (max-width:768px) {

  .fotos-cabecera img {
    max-width: 131px !important;
  }

  .elementor-widget-heading {
    margin-top: 15px;
  }

  .cetelem {
    display: none;
    position: fixed !important;
    background-color: #fff !important;
    -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
    -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
    border-radius: 15px !important;
    padding: 15px !important;
    top: 15% !important;
    left: 7% !important;
    width: 85% !important;
    z-index: 50000 !important;
  }

  .columna-a {
    float: left;
    width: 50%;
    margin-left: 0% !important;
  }

  .col.col-md.block.block-toggle.block-iqitlinksmanager {
    width: 50% !important;
    flex: 50% !important;
  }

}

#content-wrapper .page-title {

  width: 100% !important;
}

@media (min-width: 768px) {
  .comprar .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

.comprar {
  width: 30%;
}

.card {
  background: none;
  border: 1px solid hsl(0deg 0% 100% / 25%) !important;
}

#ap5-product-list.card {
  flex-flow: row wrap;
  width: 60%;
  min-width: 60%;
}

.ap5-pack-product-content {
  height: auto !important;
}

.ap5-pack-product-slideshow.pm-ap-owl-carousel.clearfix.pm-ap-owl-loaded.pm-ap-owl-drag {
  display: none !important;
  visibility: hidden !important;
}

.ap5-pack-images-container {
  height: auto !important;
}

.columnas-todo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100% !important;

  align-content: center;
}

.imagen-principal {
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: none;
  margin-bottom: 25px !important;
  border-radius: 5px !important;
  padding: 15px;
  width: 45%;
}

.descripcion {
  width: 25%;
  padding: 2%;
}

#ap5-pack-product-tab-list>li>a {
  padding-top: 5px !important;
  border-bottom: 1px solid #ccc !important;
}

#ap5-pack-product-tab-list>li>a {

  align-items: start !important;

}

.descripcion ul li {
  padding-left: 0px !important;
  padding-bottom: 4px !important;
  list-style-type: none !important;
}

.imagen-principal img.img-fluid {
  max-height: none !important;
  min-width: auto !important;
  width: max-content !important;
  height: auto !important;
}


h5.h1.page-title.pe {
  font-size: 16px !important;
}

.imagen-accesorio {
  max-width: 135px;
}

.packs-accesorios {
  width: 100% !important;
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  border-radius: 6px !important;
  padding: 25px;
  margin-top: 15px;
}


.ventajas a {

  color: #fff !important;
}

.ventajas .pregunta-button a {

  color: #444 !important;
}

.ap5-pack-page .ap5-add-to-cart-container .product-add-to-cart .product-quantity {
  display: flex !important;
}

@media (min-width:1200px) {

  .columna-a {
    float: left;
    width: 50%;
  }

}

.featured-products .product-description-short.text-muted {
  display: none !important;
}

.featured-products .stars-container {
  display: none !important;


}

.product-brand.text-muted {
  display: none !important;
}

.featured-products .product-price {
  color: #ad1f00;
  font-size: 16px !important;
  /* margin-top: 10px!important; */
  font-weight: bold !important;
}

.product-category-name.text-muted {
  display: none !important;
}

.descripcion-packs ul li {
  padding-left: 25px !important;
  padding-bottom: 4px !important;
  background: url(https://www.masquesonido.com/si.png) no-repeat !important;
  list-style-type: none !important;
}


h3.h1.page-title {
  margin-top: 15px;
}

h2.h3.product-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.precios {
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  padding: 5px;
  border-radius: 5px !important;
}

.page-index .stars-container {
  display: none !important;
}

.product-miniature-grid .product-price {
  font-size: 20px !important;
  color: #009dcf !important;
  font-style: normal;
  font-weight: bold !important;
  text-transform: none;
}

.page- .stars-container {
  display: none !important;
}

.featured-products.ap5-pack-page .product-price {
  color: #ad1f00;
  font-size: 17px !important;
}

@media (min-width: 1200px) {
  .col-xl-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-left: 0px !important;
    /* margin-left: -100px; */
  }

}

.featured-products .product-add-cart {
  display: none !important;
}

.featured-products img.img-fluid {
  /* min-width: 50%!important; */
  /* max-width: 50%!important; */
  /* height: 164px!important; */
  /* margin-bottom: 25px!important; */
  max-height: 250px !important;
  min-width: 100px;
  width: auto !important;
  height: auto !important;
}

.featured-products .product-reference.text-muted {
  display: none !important;
}

@media (max-width:767px) {
  .ap5-product-footer-pack-name span.h1.page-title {
    font-size: 11px !important;
  }

  .ap5-pack-product .ap5-pack-product-icon-plus:before {
    display: none !important;

  }

  .ap5-product-footer-pack-container {


    padding-bottom: 0px !important;
  }

  .ap5-pack-product .ap5-pack-product-icon-plus:before {

    font-size: 14px !important;

    top: 34% !important;

  }

  hr {
    margin-top: 0rem !important;
  }

  .pm-ap-owl-carousel .pm-ap-owl-item {
    width: 100% !important;
  }

  img.img-fluid {

    min-width: 72px !important;

  }

  .ap5-product-footer-pack-name span.h1.page-title {
    font-size: 13px !important;
  }

  .ap5-product-footer-pack-name a {
    font-size: 11px !important;

  }

  #content-wrapper .page-title {

    border-bottom: solid 0px #595050 !important;
  }

  .ap5-product-footer-pack-container {
    height: auto !important;
  }

  .columnas {
    color: #000 !important;
    display: flex !important;
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .columnas-1 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .columnas-2 {
    width: 100% !important;
    margin-top: -7px;
    max-width: 100% !important;
  }


}

div#ap5-product-list {
  /* font-weight: bold; */
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  margin-bottom: 25px !important;
  border-radius: 5px;
}

.precios-bloque {
  background-color: #f6f6f6 !important;
  padding: 4px;
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
  text-align: right !important;
}

.columnas-2 {
  margin-top: -7px;
}

.ap5-product-footer-pack-name span.h1.page-title {
  font-size: 16px;
}

.ap5-product-footer-pack h1 page-title {


  font-size: 15px;

}

.ap5-product-footer-pack-container {

  min-height: 260px;
}

.ap5-product-footer-pack .ap5-pack-product-image a img {
  width: 114px !important;
  max-height: 195px !important;
}

.pm-ap-owl-stage {}

.ap5-product-footer-pack {
  margin: 0;
  margin-bottom: 10px !important;
}

.pm-ap-owl-carousel .pm-ap-owl-stage {}

.columnas p {
  margin-bottom: 0px !important;
}

.cantidad {
  border: 1px solid #f0b200;
  bottom: 35px;
  margin: auto !important;
  background: linear-gradient(to bottom, #ffcc52 0%, #f8b71e 100%) !important;
  /* color: #000!important; */
  width: 54px !important;
  text-align: center;
  text-align: center !important;
  border-radius: 15px;
  color: #404040 !important;
  font-weight: normal !important;
  position: absolute;
  left: 45%;
  opacity: 1;
  bottom: 2px;
}

.ap5-product-footer-pack .pm-ap-owl-carousel .pm-ap-owl-item img {
  width: auto !important;
  max-height: 134px !important;
}

.ap5-product-footer-pack-container .d-inline-block {
  display: block !important;
  /* float: right; */
  width: 100% !important;
  margin: auto !important;
  text-align: right !important;
  margin-left: 0% !important;
}

.pm-ap-owl-carousel .pm-ap-owl-item {

  width: 33%;

}

.columnas {
  color: #000 !important;
  display: flex !important;
  height: auto;
}

.ap5-pack-product-name a {
  color: #000 !important;
}

.ap5-product-footer-pack-container .product-price {
  font-size: 30px !important;
  color: #ad1f00 !important;
  text-align: center !important;
}

.social-sharing {
  display: none !important;
}

div#iqitproductsnav {
  display: none !important;
}

#header .header-btn-w .header-btn .title {
  display: block !important;
}

.columnas-1 {
  width: 70%;
  max-width: 70%;
  padding-right: 15px !important;
}

.ap5-product-footer-pack-container button.btn.btn-primary.btn-lg.add-to-cart {
  background: linear-gradient(to bottom, #ffcc52 0%, #f8b71e 100%) !important;
  color: #444 !important;
  border: 1px solid #f0b200 !important;
  border-radius: 5px !important;
  width: 80%;
  margin: auto !important;
}

.ap5-product-footer-pack-container .d-inline-block {
  display: block !important;
}

.ap5-product-footer-pack-container {
  margin: 15px;
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(159 159 159 / 28%);
  padding: 15px;
  margin-bottom: 60px;
  border-radius: 9px;
}

i.ppbback.ppbb1.fa.fa-chevron-left {
  display: none !important;
}

i.fa.fa-chevron-right.ppbf1.ppbforward {
  display: none !important;
}

.ap5-pack-product-name {
  width: fit-content;
  font-size: 14px !important;
  font-weight: bold;
  text-align: left !important;
  color: #000 !important;
}

.rte-content ul li {
  padding-left: 25px !important;
  padding-bottom: 4px !important;
  list-style-type: none !important;
}

.ap5-pack-page button.btn.btn-primary.btn-lg.add-to-cart {

  width: 100% !important;

}

p.product-minimal-quantity {
  display: none !important;
}

.precios-pack .ap5-pack-page button.btn.btn-primary.btn-lg.add-to-cart {
  width: 124% !important;
}

div#ap5-pack-product-tabs-content li {
  padding-left: 25px !important;
  padding-bottom: 4px !important;
  background: url(https://www.masquesonido.com/si.png) no-repeat !important;
  list-style-type: none !important;
}

b.precio-pack {
  color: #009dcf;
  font-size: 21px;
  /* padding-top: 10px!important; */
  font-weight: bold !important;
}

.ap5-pack-page .boton-opiniones {
  height: 68px !important;

  width: 240px !important;
}

.ap5-pack-page .boton-pago {
  height: 68px !important;

  width: 240px !important;
}

.ap5-pack-page .boton-garantias {
  height: 68px !important;

  width: 240px !important;
}

.ap5-pack-page .botones {
  margin: auto !important;
  display: flex !important;
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 15px !important;
}

@media (min-width: 768px) {
  .ap5-buy-block.ap5-fixed {
    position: relative !important;
    top: 10px;
  }
}

.card-header {
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(159 159 159 / 28%);
  padding: 15px;
  border-radius: 5px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: #7a7a7a !important;
  background-color: rgb(255 255 255);
  border-bottom: 1px solid rgb(255 255 255 / 13%);
  border: 1px solid #ccc;
}

.text-xs-justify.text-justify {
  color: #484747 !important;
}

.card-header {
  background-color: #8d8d8d !important color: #fff !important;
}

.current-price.ap5-pack-product-price.text-center span {
  font-size: 22px;
  color: #009dcf !important;
}

.enlacesinteligentes2 {
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}

.enlacesinteligentes2 {
  padding: 20px !important;
}

.enlacesinteligentes2 a:hover {

  text-decoration: underline;
}

.pregunta-button:hover {

  opacity: 0.9;
}

.hablamos-button:hover {

  opacity: 0.9;
}

.recibelo-1 {
  color: #000 !important;
}

span.recibelo-1 {
  color: #28a745 !important;
  font-weight: bold;
}

.product-prices {
  text-align: center !important;
}

a#nav-link- {
  line-height: 20px !important;
  color: #595858 !important;
}

.ventajas {
  margin-top: 0px !important;
}

div.recibelo-1 {
  width: 95% !important;
  margin: auto;
  font-size: 12px !important;
  border: 1px solid #ebeaea;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.hablamos-button {
  background-color: #7abc76;
  max-width: 75% !important;
  width: 75% !important;
  margin: auto !important;
  height: 50px !important;
  margin-top: 7px !important;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
}

.pregunta-button {
  background-color: #f9f9f9;
  max-width: 75% !important;
  width: 75% !important;
  margin: auto !important;
  height: 45px !important;
  margin-top: 7px !important;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #ebeaea;
  font-size: 14px;
  font-weight: bold;
  color: #464646 !important;
}

.enlacesinteligentes2:hover {
  border: 1px solid #009dcf;
  border: 1px solid #009dcf;
  -webkit-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  color: #009dcf !important;
}

.enlacesinteligentes2 {
  width: 100% !important;
  margin-left: -1% !important;
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  border-radius: 6px !important;
}

.enlacesinteligentes2 {
  display: flex !important;
}


#ap5-pack-product-tab-list>li>a>span {
  color: #009dcf !important;
  padding-right: 25px;
  padding-left: 25px !important;
  text-align: center !important;
}

#ap5-pack-content-block li.nav-item {
  width: 100% !important;
  margin-top: 5px;

}

.col.col-auto.col-md.right-nav.text-right {
  display: block !important;
  text-align: center !important;
}

element.style {}

.tax-shipping-delivery-label.text-muted {
  display: none !important;
}

.col-3.col-md-6.col-lg-2.subcategorias {
  padding: 0px !important;
}

.col-3.col-md-6.col-lg-2.subcategorias {
  border: 1px solid rgb(17 161 207 / 99%) !important;
  box-shadow: 1px 2px 5px #009dcfbd;
  visibility: visible !important;
}

#js-product-list img.img-fluid {
  max-width: 100% !important;
}

img.img-fluid.js-lazy-product-image {
  max-width: 128px !important;
}

.js-product-miniature-wrapper.col-6.col-md-6.col-lg-3.col-xl-3 {
  https: //www.masquesonido.com/subwoofers;
    border: 1px solid rgb(183 181 181 / 99%) !important;
  box-shadow: 1px 2px 5px #929191bd;
  visibility: visible !important;
}

/* MODIFICADO */
/* Media query for screens smaller than 768px */


@media only screen and (min-width: 1025px) {
  .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px !important;
  }
}

.js-product-miniature-wrapper.col-6.col-md-6.col-lg-3.col-xl-3 {
  max-width: 303px !important;
  /* Maximum width of the item */
  width: 100% !important;
  /* Makes the item responsive */
  height: auto !important;
  /* Adjusts the height automatically */
  /* Add more styles as needed */
  https: //www.masquesonido.com/subwoofers;
    border: 1px solid rgb(117 117 117 / 99%) !important;
  box-shadow: 1px 2px 5px #009dcfbd;
  visibility: visible !important;
}

.nombre {
  height: 50px !important;
  min-height: 10px !important;
  padding: 12px;
}

.nombre {
  background-color: #009dcfcc;
  color: #fff !important;
  width: 100% !important;
  border-radius: 4px;
  padding: 0px;
}

a.subcategory-name {
  color: #fff !important;
  text-transform: uppercase;
}

#ap5-pack-product-tabs-content>.tab-pane>div>.rte {
  padding: 0;
  color: #000 !important;
}

#ap5-buy-block-container .product-price {
  color: #ad1f00;
  font-size: 38px !important;
  /* margin-top: 10px!important; */
  font-weight: bold !important;
}

.columna-a .rte-content ul li {}

.ventajas {
  text-align: center !important;
}

a#nav-link- {
  color: #585858 !important;
}

@media (min-width:769px) {

  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link:hover,
  .nav-tabs .nav-link:focus {
    color: #000 !important;
    border-bottom: solid 3px #fff;
  }


  #product-infos-tabs {
    background-color: #fff;
    padding: 22px;
    color: #666 !important;
  }

  .product-description {
    color: #000 !important;
    font-size: 15px !important;
  }


  .product-description h2 {
    font-size: 26px !important;
    font-weight: 1000;
  }

}


.comment_anchor_content {
  margin-top: 25px;
  margin-bottom: -25px !important;
}

@media (max-width: 680px) {
  nav.breadcrumb {
    display: none !important;
  }

  .tabs.product-tabs {
    display: none !important;
  }

  .iqit-accordion .nav-link:not(.collapsed) {
    color: #000;
    border-bottom: 0px !important;
  }

  .nav-tabs {
    margin-bottom: 5px !important;
  }

  .iqit-accordion .nav-link {
    border-bottom: 0px !important;
  }

  .iqit-accordion .nav-tabs .nav-link {

    color: #fff !important;
  }

  .iqit-accordion .nav-tabs {
    margin-bottom: 0;
    background-color: #009dcf !important;
  }

  .product-description {
    font-size: 15px !important;
  }

  .product-description {
    color: #000 !important;
  }

  .product-description h2 {

    font-size: 18px !important;
    font-weight: 1000;

  }

  .columna-a {
    float: left;
    width: 100% !important;
    /* padding-right: 25px!important; */
    margin: auto !important;
  }

  a.expander {
    display: none !important;
  }

  .columna-a {
    order: 2;
  }

  p.description {
    display: none !important;
  }

  .product-manufacturer.product-manufacturer-next.float-right {
    display: none !important;
  }

  .thumb-container {
    display: none !important;
  }

  .images-container .swiper-button-next,
  .images-container .swiper-button-prev {
    opacity: 1 !important;
    visibility: unset !important;
  }

  button.btn.btn-primary.btn-lg.add-to-cart {
    background: linear-gradient(to bottom, #ffcc52 0%, #f8b71e 100%) !important;
    color: #444 !important;
    border: 1px solid #f0b200 !important;
    border-radius: 5px !important;
    width: 100% !important;
    margin: auto !important
  }

  div#col-product-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100% !important;
  }

  .columna-b {
    float: right;
    width: 100% !important;
    /* margin-left: 5%!important; */
    text-align: center;
  }
}

element.style {}

.enlacesinteligentes {
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}

.enlacesinteligentes {
  padding: 20px !important;
}

.enlacesinteligentes a:hover {

  text-decoration: underline;
}

.enlacesinteligentes:hover {
  border: 1px solid #009dcf;
  border: 1px solid #009dcf;
  -webkit-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  color: #009dcf !important;
}

.enlacesinteligentes {
  width: 100% !important;
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  border-radius: 6px !important;
}

.enlacesinteligentes {
  display: flex !important;
}

.links1 {
  flex-basis: 50% !important;
}

.links2 {
  flex-basis: 50% !important;
}

.columna-1-marca {
  float: left;
  width: 30%;
}

img.imagemarca {
  max-width: 200px !important;
  margin-bottom: 15px !important;
}

.columna-2-marca {
  width: 100%;
  /* float: right; */
}

img.imagemarca {
  text-align: center !important;
  margin: auto !important;
}

.marca {
  /* border: 1px solid #ccc!important; */
  /* border-radius: 5px; */
  /* padding: 5px; */
  /* width: 80%!important; */
  /* margin: auto!important; */
  /* -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%); */
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  /* box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%); */
  /* margin-right: 15px; */
  box-shadow: 3px 0px 16px 6px #ebebeb;
  padding: 17px;
  background: #fff !important;
  border-radius: 5px !important;
  max-width: 95% !important;
  margin: auto !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.columna-1-marca p {
  text-align: center !important;
  margin: auto !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  line-height: 25px !important;
}

.columnas-marca {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  align-content: center;
}

.ap5-pack-product-image a img {
  width: auto !important;
  max-height: 250px !important;
}

button#iqit-wishlist-product-btn {
  display: none !important;
}

button.btn.btn-primary.btn-lg.add-to-cart {
  background: linear-gradient(to bottom, #ffcc52 0%, #f8b71e 100%) !important;
  color: #444 !important;
  border: 1px solid #f0b200 !important;
  border-radius: 5px !important;
  width: 150%;
  margin: auto !important
}

.js-product-miniature-wrapper.col-6.col-md-6.col-lg-4.col-xl-3 {}

h2.h3.product-title {
  font-weight: bold !important;
  /* font-size: 16px!important; */
}

.product-add-cart {
  position: relative;
  bottom: 0px !important;
  left: 0% !important;
  width: 100% !important;
}

@media (max-width:767px) {
  .js-product-miniature-wrapper.col-6.col-md-6.col-lg-4.col-xl-3 {
    height: 450px !important;
    margin-bottom: 35px !important;
  }

  .page-category .page-manufacturer .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100% !important;
  }

}

.page-category .page-manufacturer span.product-price {
  font-size: 16px !important;
  font-weight: bold !important;

}

.js-product-miniature-wrapper.col-6.col-md-6.col-lg-4.col-xl-3 {
  height: auto !important;
  margin-bottom: 35px;
}

img.img-fluid.manufacturer-logo {
  text-align: right !important;
  float: right !important;
}

img.img-fluid.manufacturer-logo {
  max-height: 125px !important;
}

#header .container,
#checkout-header .container {
  max-width: 1270px !important;
}

.js-product-miniature-wrapper.col-6.col-md-6.col-lg-4.col-xl-3:hover {

  border: 1px solid #009dcf;
  -webkit-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  color: #009dcf !important;
}






@media (min-width: 1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 23% !important;
    flex: 0 0 23% !important;
    max-width: 23% !important;
  }

}

@media (min-width: 992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 15.66667% !important;
    max-width: 15.66667% !important;
  }

}

.col-3.col-md-6.col-lg-2 {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.col-3.col-md-6.col-lg-2:hover {
  border: 1px solid #009dcf;
  border: 1px solid #009dcf;
  -webkit-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  color: #009dcf !important;
}

.js-product-miniature-wrapper.col-6.col-md-6.col-lg-4.col-xl-3 {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-right: 5px;
  padding-bottom: 7px;
  margin-bottom: 25px !important;
}

div#col-product-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 110%;

}

ul.product-flags {
  display: none !important;
}

.product-miniature-grid .product-title {
  font-size: 15px !important;
}






h2.h3.product-title a {
  color: #000 !important;
}

li.product-flag.new {
  background-color: #009dcf !important;
  border-radius: 5px !important;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  font-weight: 900 !important;

}

.row.extra-small-gutters.product-quantity {
  padding: 10px !important;
}

.columna-b button.btn.btn-primary.btn-lg.add-to-cart {
  width: 100% !important;
}

.columna-a {
  float: left;
  width: 50%;
  margin-left: 0%;
}

.columna-b {
  float: right;
  width: 48%;
  margin-left: 2%;
  text-align: center;
}

p.referencia {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px !important;

}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.fpp_searchers .searcher-content {
  border: 0px !important;
  box-shadow: 0px 0px 0px 0 rgb(0 0 0 / 0%) !important;
  padding-left: 0px !important;
  margin: 0px !important;
  margin-left: -20px !important;
  margin-top: -25px !important;
}

.elementor-column.elementor-element.elementor-element-r1qf5w6.elementor-col-100.elementor-top-column {
  background-color: #fff !important;
}

.stars-container {
  width: 100%;
  padding: 10px;
}

.searcher-body {
  font-family: "Open Sans" !important;
}

.searcher-header {
  display: none !important;
}

.page-product .columna-b .product-price {
  color: #ad1f00;
  font-size: 50px;
  /* padding-top: 10px!important; */
  font-weight: bold !important;
}

.cbp-vertical-title {
  display: none !important;
}

ul#ap5-pack-product-tab-list {
  padding: 10px;
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.icono-verde {
  width: 19px;
  min-width: 14px !important;
  background-color: #fbfbfb54 !important;
  height: 20px !important;
  border-radius: 27px;
  text-align: center !important;
  margin: auto !important;
  /* position: absolute; */
  /* left: 0; */
  padding: 4px;
  /* display: inline-block!important; */
}

.envio-button {
  background-color: #a4ce50;
  max-width: 75% !important;
  width: 75% !important;
  margin: auto !important;
  height: 45px !important;
  margin-top: 7px !important;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  /* line-height: 23px; */
  /* text-indent: 1em; */
}

.ventajas {}

.disponible-button {
  background-color: #b53a3a;
  max-width: 75% !important;
  width: 75% !important;
  margin: auto !important;
  height: 45px !important;
  margin-top: 7px !important;
  border-radius: 5px;
  padding: 13px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px !important;
  color: #fff !important;
  /* line-height: 23px; */
  /* text-indent: 1em; */
}


.boton-garantias {
  width: 110px !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center !important;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 15px;
  /* font-weight: bold; */
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  margin-right: 15px;
}



.boton-garantias:hover {
  color: #009dcf;

  border: 1px solid #009dcf;
  -webkit-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
}

.boton-opiniones:hover {
  color: #009dcf;
  border: 1px solid #009dcf;
  -webkit-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
}

.boton-pago:hover {
  color: #009dcf;
  border: 1px solid #009dcf;
  -webkit-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
  box-shadow: 3px 0px 16px 6px rgba(0, 157, 207, 0.27);
}

.botones {
  display: flex !important;
}

li#product-details-tab-nav {
  display: none !important;
}

a#nav-link-iqit-reviews-tab {
  display: none !important;
}

.boton-opiniones {
  width: 110px !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center !important;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 15px;
  /* font-weight: bold; */
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
}

.boton-pago {
  width: 110px !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center !important;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 15px;
  /* font-weight: bold; */
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  margin-right: 15px;
}

.add-to-cart:hover {
  opacity: 0.9;
}

.envio-button:hover {
  opacity: 0.9;

}

.disponible-button:hover {
  opacity: 0.9;

}

/*Cambios Sysprovider, li>filtros*/




/*Sysprovider support*/

.grelated_products_grid2>.item {
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%) !important;
  margin-bottom: 25px !important;
  border-radius: 5px !important;
  padding: 15px !important;
}

.stock-container {
  height: 2.6rem !important;
  text-align: center !important;
  overflow: hidden !important;
  max-height: 3.8rem !important;
  padding: 0 10px 0 6.5px !important;
  margin: 9px !important;
  display: flex;
}


article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  border: 1px solid black !important;
  padding: 15px !important;
  border-radius: 15px !important;
}

.grelated_products .product_grid article.item.product-miniature.js-product-miniature {
  float: left !important;
  margin: 0 0.625rem !important;
  background: white !important;
  border: 1px solid hsla(0, 0%, 63%, .25) !important;
  border-radius: 8px !important;
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%) !important;
  width: 14.666667% !important;
}

.grelated_products_submit_bt {
  width: 100% !important;
  float: left !important;
  display: flex !important;
  justify-content: center !important;
}

.thumbnail-container reviews-loading>.thumbnail product-thumbnail>img {
  max-width: 100%
}

.product-miniature .thumbnail-container {
  padding: 1rem;
}

.grelated_products_grid2>.item {
  box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%) !important;
  width: 19% !important;
  border-radius: 5px !important;
  padding: 15px !important;
  margin: 10px !important;
}

/*button.btn.btn-product-list.add-to-cart {
  background: linear-gradient(to bottom, #ffcc52 0%, #f8b71e 100%)!important;
  color: #444!important;
  border: 1px solid #f0b200!important;
  border-radius: 5px!important;
  width: 64%!important;
  margin-left: 0%!important;
 }
 
 .product-row{
 padding: 0.7142857143rem !important;
  border: 1px black solid !important;
 }
 
 span.stockaje{
  margin-top: 0px !important
 display: flex !important;
  flex-direction: row !important;
 flex-wrap: none !important!
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
 }*/
.product-quantity .add-to-cart:disabled {
  opacity: 0.5;
}

.pbp-widget-full-width .bundle .products .product .name {
  color: #007185;
}

.pbp-widget-full-width .bundle .products .product .name:hover {
  color: #C7511F;
}

.pbp-widget-full-width .bundle .bundle-action .btn_add_bundle_cart,
.pbp-widget-mini-width .bundle .bundle-action .btn_add_bundle_cart {
  background: linear-gradient(to bottom, #ffcc52 0%, #f8b71e 100%) !important;
  color: #444 !important;
  border: 1px solid #f0b200 !important;
  border-radius: 5px !important;
}

.pbp-widget .tab-links a.active {
  color: #fff;
  background: #2fb5d2;
}

/*Problemas en responsive*/

@media (max-width:375px) {

  .boton-pago {
    margin: 10px !important;
    margin-top: 25px !important;
  }

  .columnas-todo .descripcion .boton-pago {
    margin: 47px !important;
  }

  .ppb-table th {
    border: 0px solid #cecece;
    padding: 10px;
  }

  h2.h1.products-section-title.text-uppercase {
    padding: 10px;
  }

  .page-product .columna-b .product-price {
    color: #ad1f00;
    font-size: 38px;
    font-weight: bold !important;
  }

  table tr td:nth-child(1) {
    padding-left: 0px !important;
  }

  .ppb-table td {
    padding: 4px 4px !important;
  }

  .tablas-ordenadas {
    padding: 0px !important;
  }

  .ppb-table th {
    padding: 3px !important;
    border: 1px solid #cecece !important;
  }

  .ppb-table td {
    border: 1px solid #cecece !important;
  }

  .ppb-table {
    margin-left: -12px !important;
  }

  .ppb-table td product-add-cart {
    max-height: 170px !important;
  }

  listaprecios1.\32 texto {
    font-size: 10px !important;
  }

  .form-group {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .current-price.ap5-pack-product-price.text-center .discount {
    color: #fff !important;
  }

}


#product .rte-content table {
  margin-top: 10px !important;
}

/*Ticks verdes a la tabla de la descripcion*/
#product .product-description .rte-content i.fa-light.fa-circle-check {
  color: green !important;
}

/*Fin problemas, responsive*/

@media only screen and (max-width: 767px) {
  h2.titulo-whatsapp {
    font-size: 9px !important;
  }
}

/*
 .modal-backdrop.show {
  opacity: 0;
 }
 */
.modal-dialog {
  pointer-events: all;
}

div#col-product-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 97% !important;
}



.cart-products-count-btn {
  background: #d06e6a;
  color: #fff;
}


#header .header-nav {
  color: #fff;
  background: #f45858 !important;
  border-bottom: solid 1px #cfcfcf;
  padding-top: 0.3571428571rem;
  padding-bottom: 0.3571428571rem;
  font-size: 1rem;
}

header .container,
#checkout-header .container {
  max-width: 1270px !important;
}


#footer,
#checkout-footer {
  background: #000;
}

#footer .block-title,
#checkout-footer .block-title {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}

#footer-container-main a,
#checkout-footer a {
  color: #c9c9c9;
}

#footer-container-main a:hover,
#checkout-footer a:hover {
  color: #fff;
}


div#ap5-pack-description-block {
  margin-top: 2em;
}

.card {
  background: none !important;
  border: 1px solid hsl(0deg 0% 100% / 25%) !important;
}

.card-header {
  -webkit-box-shadow: 3px 0px 16px 6px rgb(0 0 0 / 28%);
  -moz-box-shadow: 3px 0px 16px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 0px 16px 6px rgb(159 159 159 / 28%);
  padding: 15px;
  border-radius: 5px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.2em;
  color: #7a7a7a !important;
  background-color: rgb(255 255 255) !important;
  border-bottom: 1px solid rgb(255 255 255 / 13%) !important;
  border: 1px solid #ccc !important;
}

#header #desktop-header .container,
#checkout-header .container {
  max-width: 1270px !important;
}



#iqitmegamenu-horizontal {
  background: #000;
  border-top: none 3px #521919;
  border-right: none 3px #38b82c;
  border-bottom: none 3px #457deb;
  border-left: none 3px #a6cc0f;
  margin: 0 -500%;
  padding: 0 500%;
}


#cbp-hrmenu-tab-1 {
  background-color: #009dcf !important;
}

.header-btn.header-user-btn a {
  color: #000;
}

.header-top a:not(.btn):not(.nav-link) {
  color: black;
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}


.page-product-heading {
  color: black;
}

/*
 .card-header {
   width: 1340px!important;
 }*/

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0;
}

#ap5-pack-description-block {
  width: max-content;
}

#ap5-pack-description-block {
  width: 75%;
}

.card-header {
  width: 100%;
}

@media (max-width: 767px) {
  #footer .block-toggle._toggled .block-title span::after {
    content: none;

  }

  div#ap5-pack-description-block {
    margin-top: 2em !important;
    margin-right: 3px !important;
    margin-left: 3px !important
  }

  #ap5-pack-description-block {
    width: 100% !important;
  }

  #ap5-pack-content-block {
    margin-right: 3px !important;
    margin-left: 3px !important
  }
}

#product .manufacturer-logo {
  width: 100% !important;
  margin: auto;
}

a:link:not(.nav-link):not(.btn),
a:visited:not(.nav-link):not(.btn) {
  color: #009dcf;
}




.category-products.block.block-section {
  display: none;
}

.elementor-displayFooterProduct {
  display: none;
}

#footer-container-main a,
#checkout-footer a {
  color: #c9c9c9 !important;
}


.js-mailalert.form-inline {
  display: none;
}



a.rojo {
  color: #EF5B59 !important;
}





div#ap5-pack-description-block {
  margin-top: 2em;
}


@media (min-width: 768px) {
  #product #contenedor-imagen-pack .swiper-wrapper {
    width: 900px;
  }
}




.imagenes-contenidopack-mobile {
  max-width: 90%;
  overflow-x: auto;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .imagenes-contenidopack-mobile {
    display: flex;
  }
}

@media (min-width: 768px) {
  #product .ap5-pack-product-name.title-left {
    min-height: auto !important;
  }
}


.ap5-pack-product-icon-plus {
  display: block;
}


.ap5-pack-product-image a img {
  width: auto !important;
  max-height: 250px !important;
}


@media (min-width: 768px) {
  #product .ap5-pack-product-name.title-left {
    min-height: auto !important;
  }
}


.ap5-pack-product {
  padding: 15px;
}




.ap5-pack-product-name a {
  display: block;
  /* Cambiado de inline-block a block para permitir saltos de línea */
  max-width: 200px;
  /* Ajusta según el ancho deseado */
  overflow: hidden;
  white-space: normal;
  /* Permite que el texto se divida en varias líneas */
  word-wrap: break-word;
  /* Asegura que las palabras largas se dividan si es necesario */
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}

.ap5-pack-product-image {
  margin-top: 15px !important;
}

.ap5-pack-product-name.title-left {
  padding: auto !important;
  text-align: center !important;
}


.ap5-pack-product-content {
  margin-right: 1em !important;
  margin-left: 1em !important;
}


.mm_menus_li.menuInicio .mm_menu_content_title {
  font-size: 0;
  /* Oculta el texto */
}

.mm_menus_li.menuInicio .mm_menu_content_title i {
  font-size: 16px;
  /* Mantiene el tamaño del icono */
}




/* Menu  */

.Sonido span.h4 a {
  color: #009dcf !important;
}


@media (min-width: 1024px) {
  .maxWidth1400px {
    max-width: 1400px;
    margin: 0 auto !important;
    float: initial !important;
  }
}

.grid-col-2 {
  width: 16% !important;
}

.span-mega-menu {
  text-align: center !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

@media (min-width: 1024px) {
  img.img-mega-menu {
    height: 55px !important;
    object-fit: contain;
  }
}



.ets_mm_megamenu :not(.fa):not(i) {
  font-family: inherit;

}

img.img-mega-menu {
  height: 75px !important;
  width: 75px !important;
  object-fit: contain;
  justify-content: center;
  display: flex;
  margin: auto;
}

/*facet_3294*/
.grid-col-2.no-padding.add-padding-a {
  display: flex !important;
  margin: 2em 0 !important;
  align-items: center;
  justify-content: center;
}

.mm_columns_ul {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}


.span-mega-menu:hover {
  color: #009dcf;
}

.mega-menu-link-photo img:hover {
  box-shadow: 0 4px 12px 4px rgba(255, 239, 239, 0.3);
  /* Sombra suave y difusa */
  transition: box-shadow 0.3s ease;
  /* Transición suave */
}

.menuInicio .ets_mm_url {
  background-color: #009dcf !important;
}


.mm_menu_content_title {
  float: left;
  padding: 0px 14px !important;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}

/*
 .gm-cat-second-desc p, span {
   font-size: 13px!important;
   line-height: 21px;
   font-family: 'Roboto';
 }*/
.mm_menus_li.menuInicio .mm_menu_content_title {
  font-size: 0 !important;
  /* Oculta el texto */
}

.mm_menus_li.menuInicio .mm_menu_content_title i {
  font-size: 13px !important;
  /* Asegura que el icono mantenga el tamaño original */
}



.mm_menu_content_title {
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .layout_layout1 .ets_mm_megamenu_content {
    background: black !important;

  }
}

.container.iqit-megamenu-container {
  display: none !important;
}



@media (min-width: 778px) {
  .products.elementor-products-carousel .swiper-slide .product-add-cart {
    margin-top: 30px;
  }
}

button.btn.btn-product-list.add-to-cart {
  background: linear-gradient(to bottom, #ffcc52 0%, #f8b71e 100%) !important;
  color: #444 !important;
  border: 1px solid #f0b200 !important;
  border-radius: 5px !important;
  width: 110% !important;
  margin-left: 0% !important;
}

@media (min-width: 778px) {
  .products.elementor-products-carousel .swiper-slide .product-price-and-shipping {
    margin-top: 68px !important;
  }
}


@media (min-width: 778px) {
  .products.elementor-products-carousel .swiper-slide .product-price-and-shipping {
    margin-top: 68px !important;
  }
}

@media (min-width: 778px) {
  .products.elementor-products-carousel .swiper-wrapper .product-cover {
    height: 400px !important;
  }
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
  position: absolute !important;

}


/* agustin css */


.page-category .gm-cat-second-desc p {
  margin-bottom: 10px !important;
}

.page-category .gm-cat-second-desc p {
  line-height: 22px !important;
}

.page-category h2.western {
  font-size: 25px !important;
  margin-top: 15px !important;
  color: black;
}

.page-category h3.western {
  font-size: 25px !important;
  color: black;
}

.page-category .gm-cat-second-desc p.parrafo-categoria {
  font-size: 15px !important;
}

.page-category .gm-cat-second-desc p.parrafo-categoria span {
  font-size: 15px !important;
}

.page-category .gm-cat-second-desc h3 a {
  font-size: 25px !important;
  color: black;
}

/* Media query para dispositivos móviles */
/*CORRIJO FILTROS EN PAGINA CATEGORIA VERSION MOVIL */
@media screen and (max-width: 767px) {
  #category div#left-column {
    display: none;
  }
}



#category .row .interlinking-div.col-6.col-md-4.col-lg-3.text-center .OutlineElement {
  width: 70vw;
}

nav#cbp-hrmenu li#cbp-hrmenu-tab-111 {
  border-left: 15px solid black;
}

/*ARREGLO PAGINA CATEGORIA CUANDO HAY MENOS DE 3 PRODUCTOS DESPUES DE FILTRAR */
@media (min-width:1024px) {
  #category .row .contenido {
    min-width: 1000px;
  }
}

@media (min-width:778px) {



  .products.elementor-products-carousel .swiper-wrapper .thumbnail-container.reviews-loading a.thumbnail.product-thumbnail {
    width: 270px !important;
    height: 270px !important;
  }


  .products.elementor-products-carousel .swiper-wrapper .product-cover {
    height: 400px !important;
  }

  .products.elementor-products-carousel .swiper-slide {
    height: 530px !important;

  }

  .products.elementor-products-carousel .swiper-slide .product-price-and-shipping {
    margin-top: 68px !important;
  }

  .products.elementor-products-carousel .swiper-slide .product-add-cart {
    margin-top: 30px;
  }

  .products.elementor-products-carousel .swiper-slide span.etiqueta-ROJO {
    margin-bottom: 0px !important;
  }
}




.categorias-hermanas {
  display: flex;
  white-space: nowrap;
  flex-direction: column;
}

.categorias-hermanas-h4 {
  font-size: 15px !important;
  line-height: 21px !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #333 !important;
}

.categorias-hermanas-h4::after {
  border-bottom: solid 1px #a1a1a1;
  display: block;
  content: ""
}

@media (min-width: 768px) {
  #product #contenedor-imagen-pack .swiper-wrapper {
    width: 900px;
  }

  #product #ap5-product-list .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    max-width: 25% !important;
    flex: auto !important;
  }

  #product .ap5-pack-product-name.title-left {
    min-height: auto !important;
  }

  .btn.add-to-cart {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 1rem !important;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  #product #contenedor-imagen-pack .swiper-wrapper {
    width: 375px;
  }
}

ul.product-complementary-info-items {
  display: flex;
  font-size: 12px;
  margin: 5px;
}

.contenedor-separador {
  height: 2px;
  background-color: black;
  margin-top: 3em;
  width: 100% !important;
}

.ap5-pack-product-icon-plus {
  display: block;
}

.ap5-availability-statut {
  display: none;
}

@media (min-width: 769px) and (max-width: 1300px) {
  .contenedor-separador {
    max-width: 70%;
    margin-left: 15%;
  }

  div#contenedor-imagen-pack {
    max-width: 70%;
  }
}

@media (min-width: 768px) {
  .imagenes-contenidopack-mobile {
    display: flex;
  }
}

div#ap5-pack-description-block {
  margin-top: 2em;
}

.imagenes-contenidopack-mobile {
  max-width: 90%;
  overflow-x: auto;
  white-space: nowrap;
}

.ap5-pack-product-name a {
  display: -webkit-box;
  /* Requerido para el soporte de line-clamp */
  -webkit-line-clamp: 2;
  /* Limita el texto a un máximo de 2 líneas */
  -webkit-box-orient: vertical;
  /* Orienta el contenedor en forma vertical */
  max-width: 300px;
  /* Ajusta el ancho máximo según sea necesario */
  overflow: hidden;
  /* Oculta el texto que excede las 2 líneas */
  text-overflow: ellipsis;
  /* Agrega "..." si el texto es más largo */
  font-size: 18px;
  /* Ajusta el tamaño de la fuente según sea necesario */
  color: inherit;
  /* Mantener el color del texto del elemento padre */
  text-decoration: none;
  /* Eliminar el subrayado si lo deseas */
  white-space: normal;
  /* Permitir saltos de línea */
}

body {
  font-family: 'Open Sans', sans-serif !important;
}

#product .product-cover .expander {
  color: #ffffff;
  background: none !important;
}

#widget_block {
  display: none;
}

.text-xs-justify.text-justify {
  display: none;
}

.layout_layout1 .mm_menus_li {
  border-right: none !important;
}

.ets_mm_megamenu_content .mm_arrow {
  display: none;
}

.btn.add-to-cart {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}

.btn.add-to-cart i.material-icons {
  vertical-align: middle;
  margin-right: 8px;
  /* Espacio entre ícono y texto */
  font-size: 20px;
  /* Asegúrate de que el tamaño sea acorde */
}


.btn-secondary.m-l-1 {
  display: inline-flex;
  /* Alinea ícono y texto horizontalmente */
  align-items: center;
  /* Centra verticalmente */
  padding: 8px 12px;
  /* Ajusta según diseño */
  font-size: 14px;
  /* Tamaño del texto */
  font-weight: 500;
}

.btn-secondary.m-l-1 i.material-icons {
  vertical-align: middle;
  margin-right: 8px;
  /* Espacio entre ícono y texto */
  font-size: 20px;
  /* Tamaño del ícono */
}

@media (min-width: 778px) {
  .products.elementor-products-carousel .swiper-slide {
    height: 530px !important;
  }

  .products.elementor-products-carousel .swiper-wrapper .product-cover {
    height: 400px !important;
  }

  .btn.add-to-cart {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 1rem !important;
    font-weight: 400;
  }
}




.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature .product-description .product-title {

  display: inline-block;

  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  vertical-align: middle;

  word-break: normal;
  height: 35px;
  margin-top: 30px;
}


.product-miniature:hover {
  outline: none 1px;
  box-shadow: none !important;
}

article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: auto;
  max-width: 100%;
  background-color: #ffff !important;
  padding: 5px;
  border-radius: 15px;
}


@media (min-width: 778px) {
  .products.elementor-products-carousel .swiper-wrapper .thumbnail-container.reviews-loading a.thumbnail.product-thumbnail {
    width: 270px !important;
    height: 270px !important;
  }
}



.product-add-cart button.btn.btn-product-list.add-to-cart {
  background: linear-gradient(to bottom, #ffcc52 0%, #f8b71e 100%) !important;
  color: #444 !important;
  border: 1px solid #f0b200 !important;
  border-radius: 5px !important;
  width: fit-content !important;
  margin-left: 0% !important;
}

.product-complementary-info-text {
  margin-right: 4px;
}

.columna-b button.btn.btn-primary.btn-lg.add-to-cart {
  width: fit-content !important;
}



.product-add-to-cart {
  display: flex;
  /* Habilita Flexbox */
  flex-direction: column;
  /* Alinea los elementos verticalmente */
  align-items: center;
  /* Centra horizontalmente */
  justify-content: center;
  /* Centra verticalmente */
  text-align: center;
  /* Centra texto dentro de elementos */
  height: 100%;
  /* Asegúrate de que ocupa el espacio necesario */
}

.add button {
  margin-bottom: 10px;
  /* Espaciado entre botón y texto */
}

.recibelo-1 {
  margin-top: 10px;
  font-size: 14px;
  /* Ajusta el tamaño del texto */
}

.pack-item-price {
  font-size: 1.5rem;
  /* Aumenta el tamaño de la fuente */
  font-weight: bold;
  /* Hace el texto más destacado */
  text-align: center;
  /* Centra el texto horizontalmente */
  margin-top: 10px;
  /* Añade un poco de espacio superior */
}

.pack-item-price span {
  display: block;
  /* Asegura que el precio ocupe una línea completa */
}

.pack-product-thumb img {
  max-width: 50%;
  /* Limita el ancho máximo al 60% */

  display: block;
  /* Asegura que la imagen se comporte como un bloque para centrado */
}

.pack-item {
  margin: 1em;
  /* Añade un margen de 2em alrededor de cada elemento */
}

.pack-item-name {
  word-wrap: break-word;
  /* Permite que las palabras largas se rompan y pasen a la siguiente línea */
  overflow-wrap: break-word;
  /* Asegura que las palabras se ajusten correctamente */
  white-space: normal;
  /* Permite que el texto se ajuste y envuelva */
  text-align: center;
  /* (Opcional) Centra el texto, si deseas */
}

.imagenes-contenidopack-mobile {
  max-width: 101%;
  overflow-x: auto;
  white-space: nowrap;
}


.pack-product-thumb {
  display: flex;
  /* Activa flexbox en el contenedor */
  justify-content: center;
  /* Centra el contenido horizontalmente */
  align-items: center;
  /* Centra el contenido verticalmente */
  height: 100%;
  /* Asegúrate de que el contenedor tenga altura suficiente */
  text-align: center;
  /* (Opcional) Centra el texto si hay contenido adicional */
}











/* Estilo para dispositivos de escritorio */
@media (min-width: 768px) {
  .imagenes-contenidopack-mobile {
    display: flex;
    /* Usar flexbox para distribuir los elementos */
    flex-wrap: nowrap;
    /* Evitar saltos de línea */
    overflow-x: hidden;
    /* Permitir desplazamiento horizontal */
    padding: 0;
    margin: 0;
    scrollbar-width: thin;
    /* Mostrar scrollbar delgado */
  }

  .imagenes-contenidopack-mobile .pack-item {
    flex: 0 0 auto;
    /* Ajustar el ancho dinámicamente */
    box-sizing: border-box;
    /* Incluir padding y bordes en el ancho total */
    text-align: center;
  }
}

/* Estilo para dispositivos móviles */
@media (max-width: 767px) {
  .imagenes-contenidopack-mobile {
    display: block;
    /* Los elementos se muestran en bloque */
  }

  .imagenes-contenidopack-mobile .pack-item {
    width: 90%;
    /* Cada elemento ocupa el 100% del ancho */
    margin-bottom: 10px;
    /* Espaciado entre elementos */
    text-align: center;
    /* Centrar el contenido */
  }



  .bundle-inner .products {
    display: flex !important;
    justify-content: center !important;
  }
}

.ap5-product-footer-pack-products {
  display: flex;
  /* Activa flexbox */
  flex-wrap: wrap;
  /* Permite que los elementos se envuelvan si no caben */
  justify-content: left;
  /* Centra los productos horizontalmente */
  gap: 15px;
  /* Espaciado entre los productos */
}

.ap5-pack-product {
  flex: 1 1 calc(25% - 30px);
  /* Ajusta el ancho a 4 productos por fila, restando el gap */
  max-width: calc(25% - 30px);
  /* Limita el ancho máximo a 25% menos el gap */
  box-sizing: border-box;
  /* Incluye padding y borde en el ancho */
}

@media (max-width: 1024px) {
  .ap5-pack-product {
    flex: 1 1 calc(33.333% - 20px);
    /* 3 productos por fila en pantallas medianas */
    max-width: calc(33.333% - 20px);
  }

  .ap5-view-pack-name {
    font-size: 18px !important;
    margin-bottom: 2rem;
  }

  .ap5-product-plus-icon {
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .ap5-pack-product {
    flex: 1 1 calc(50% - 20px);
    /* 2 productos por fila en pantallas pequeñas */
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .ap5-pack-product {
    flex: 1 1 100%;
    /* 1 producto por fila en pantallas muy pequeñas */
    max-width: 100%;
  }
}

.ap5-price-container .price {
  font-size: 2rem;
  /* Tamaño de la fuente */
  font-style: normal;
  /* Estilo normal */
  font-weight: bold;
  /* Negrita */
  text-transform: none;
  /* Sin transformación de texto */
  color: #ad1f00;
  /* Color personalizado */
}

.product_header_container .product-price,
.product_p_price_container .product-price {
  font-size: 2em;
}


.ap5-view-pack-name {
  font-size: 22px;

}

/* Poscion de icono + */
.ap5-product-plus-icon {

  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  /* Color rojo */
  margin: 10px 0;
  /* Espaciado vertical */
}


/* Botón para ir al pack */
.ap5-pack-view-button .btn-pack-link {
  display: inline-block;
  background-color: #000 !important;
  /* Fondo negro */
  color: #fff !important;
  /* Texto blanco */
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  /* Bordes redondeados */
  margin-top: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}


/* Hover del botón */
.ap5-pack-view-button .btn-pack-link:hover {
  color: #fff;
  /* Asegura que el texto sigue siendo blanco */
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5) !important;
  /* Sombra más intensa */
  transform: translateY(-2px) !important;
  /* Efecto de flotación */
}





.ap5-pack-product-quantity {
  justify-content: center;
  display: flex;
  font-size: 20px !important;
}

#ap5-pack-product-tab-list {

  display: flex;
  flex-direction: column;
}






.mm_menus_li.InicioMenu .mm_menu_content_title {
  display: flex;
  /* Asegura que el contenido interno sea flexible */
}

.mm_menus_li.InicioMenu .mm_menu_content_title i {
  display: inline-block;
  /* Asegura que el icono siga visible */
}

.mm_menus_li.InicioMenu .mm_menu_content_title::after {
  content: "" !important;
  /* Reemplaza el texto "Inicio" con un contenido vacío */
  display: inline-block;
  width: 0;
}

#main h1 {
  color: #202020;

  margin-top: 20px;
  margin-bottom: 10px;
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}

h1.titulo-producto {
  font-size: 24px !important;
  font-weight: bold;
}




.filter-name {
  color: #079fcf;
  font-size: 19px !important;
}

.fpp_searchers .searcher-content .filter-options-content:not(.price) {
  height: auto;
  max-height: 218px !important;
  overflow: hidden;
  overflow-y: auto;
}

.fpp_searchers .searcher-content .filter-options-content:not(.price) {
  height: auto;
  max-height: 130px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
}

.fpp_searchers .searcher-content .filter-content .checkbox input,
.fpp_searchers .searcher-content .filter-content .radio input {
  position: relative !important;
  margin-left: 0px !important;
  margin-right: 3px !important;
}



.categorias-hermanas-h4 {
  font-size: 15px !important;
  line-height: 21px !important;
  font-family: inherit !important;
  color: #333 !important;
}

.ms-letter-brands ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}

.ms-letter-brands ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  /* Ajusta el color del texto */
  font-weight: bold;
}

.ms-letter-brands ul li img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  /* Ajusta la imagen sin deformarla */
  margin-bottom: 5px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 48% !important;
}

.tablas-ordenadas {
  background-color: #ffffff !important;
  max-width: 95% !important;
  margin: auto !important;
  padding: 25px;
  border-radius: 10px !important;
  margin-top: 25px !important;
  box-shadow: 3px 0px 16px 6px #ebebeb !important;
}

.tablas-ordenadas {
  padding: 10px !important;
}

.pack-item-name {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: center;
  margin-right: 5em;
}

.product.parent-product .pbp-original-price {
  text-decoration: none !important;
}

.product.parent-product .prices {
  display: block;
}





span.pbp_bundle_total {
  color: #009dcf;
  font-size: 25px !important;
}

.pbp-widget .btn-show-more-bundles {
  display: none !important;

}


#product .products-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px !important;
}

.maxcontenido .product-add-cart button.btn.btn-product-list.add-to-cart {
  display: flex;
  justify-content: center;
  margin: auto 0;
}

.ClasecitaProductos article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  border: 1px solid #009dcf !important;
  padding: 15px !important;
  border-radius: 15px !important;
}

.ClasecitaProductos .col-6 {
  flex: 0 0 48%;
  max-width: 48% !important;
}

.products.row>.col,
.products.row>[class*="col-"] {
  padding: 1rem;
}



/* 🎯 Estilos exclusivos para "Los más vendidos" */
.BloqueBueno {
  background: white;
  /* Degradado oscuro */
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: 0 auto 30px auto;
  /* Centra el bloque */
  max-width: 1200px;
  /* Máximo 1200px en ordenador */
  width: 100%;
  /* Se adapta en pantallas más pequeñas */
}

/* 🔥 Título */
.BloqueBueno .block-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff9800;
  margin-bottom: 15px;
}

/* 📦 Lista de Productos */
.BloqueBueno .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  /* Diseño adaptable */
  gap: 15px;
}

/* 🛒 Estilo para cada producto */
.BloqueBueno .product-miniature {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 10px;
  padding: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #009dcf;
}

.BloqueBueno .product-miniature:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(255, 152, 0, 0.5);
}

/* 🖼️ Imágenes */
.BloqueBueno .thumbnail-container {
  flex: 0 0 80px;
  margin-right: 15px;
}

.BloqueBueno .thumbnail-container img {
  width: 80px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.BloqueBueno .product-miniature:hover .thumbnail-container img {
  transform: scale(1.1);
}

/* 📄 Descripción del producto */
.BloqueBueno .product-description {
  flex: 1;
  color: #fff;
}

/* 🔗 Títulos */
.BloqueBueno .product-title a {
  font-size: 16px;
  font-weight: 600;
  color: #ffeb3b;
  text-decoration: none;
  transition: color 0.3s;
}

.BloqueBueno .product-title a:hover {
  color: #000;
}

/* 💲 Precio */
.BloqueBueno .product-price-and-shipping {
  font-size: 18px;
  font-weight: bold;
  color: #4caf50;
}

/* 📌 Botón de "Ver más" */
.BloqueBueno .mt-3.text-center .btn-secondary {
  background: #009dcf;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  transition: background 0.3s ease-in-out;
  border: none;
}

.BloqueBueno .mt-3.text-center .btn-secondary:hover {
  background: #198aa9;
  transform: scale(1.05);
}

/* 📱 Estilos para móviles */
@media screen and (max-width: 768px) {
  .BloqueBueno {
    width: 95%;
    /* Se adapta al ancho del móvil */
    max-width: 100%;
  }

  h1.titulo-producto {

    font-weight: bold;
  }

  .btn.add-to-cart {
    display: flex;
    align-items: center;
    font-size: 1.5rem !important;
    font-weight: 500;
  }

  #main h1 {
    color: #202020;
    font-size: 30px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block !important;
    text-align: left !important;
    width: 100% !important;
  }


  .ap5-product-footer-pack-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    min-width: 100%;
  }

  .pack-item-name {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
    margin-right: 0 !important;
  }

  .BloqueBueno .products {
    display: flex;
    flex-direction: column;
    /* Productos en columna */
    gap: 10px;
  }

  .BloqueBueno .product-miniature {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }

  .BloqueBueno .thumbnail-container {
    flex: 0 0 auto;
    margin-bottom: 10px;
  }

  .BloqueBueno .thumbnail-container img {
    width: 120px;
    height: auto;
  }

  .BloqueBueno .product-description {
    width: 100%;
  }

  .BloqueBueno .product-title a {
    font-size: 18px;
  }

  .BloqueBueno .product-price-and-shipping {
    font-size: 20px;
  }

  .BloqueBueno .mt-3.text-center .btn-secondary {
    font-size: 18px;
    padding: 12px 20px;
  }
}

.BloqueBueno .block-title {
  color: black !important;
}


#category article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  border: unset !important;
  padding: 15px !important;
  border-radius: 15px !important;
}



.products-grid .product-miniature .product-add-cart {
  display: inherit !important;
  margin-top: 1em;
}

.bundle-inner {
  border: 2px solid #009dcf !important;
  /* Borde de 2px en color azul */
  border-radius: 5px;
  /* Esquinas redondeadas opcionales */
  padding: 10px;
  /* Espaciado interno opcional */
}



.pbp-widget-full-width .bundle .products .product,
.pbp-widget-mini-width .bundle .products .product {
  position: relative;
  width: 200px;
  padding: 2em;
}



#product article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  border: 1px solid #009dcf !important;
  padding: 15px !important;
  border-radius: 15px !important;
}



#cart article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: 1em;
  max-width: 100%;
  background-color: #ffff !important;
  padding: 5px;
  border-radius: 15px;
}

#cart article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  border: 1px solid #009dcf !important;
  padding: 15px !important;
  border-radius: 15px !important;
}

#cart .product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature .product-description .product-title {
  display: inline-block;
  margin: 0;
  margin-top: 0px;
  margin-top: 0px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  vertical-align: middle;
  text-align: left;
  line-height: 16.9px;
  word-break: normal;
  height: 35px;
  margin-top: 0 !important;
}

article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  border: none !important;
  padding: 15px !important;
  border-radius: 15px !important;
}


.elementor-element.elementor-element-t8ieelx {
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0.5rem !important;
}

.products.row {
  margin: 0 !important;
}



.page-home .block {
  display: none !important;
}

.page-home .BloqueBueno {
  display: none !important;
}


.mobile-menu--active {
  transform: translateX(0);
}


.d-flex.align-items-center.mobile-menu__tab.mobile-menu__tab--id-1.js-mobile-menu__tab {
  display: none !important;
}



.mobile-menu__links-list a {
  font-size: 18px;
  /* Ajusta el tamaño según sea necesario */

  /* Opcional, para mejorar la legibilidad */
  display: block;
  /* Asegura que cada enlace ocupe su propia línea */
  padding: 8px 0;
  /* Espaciado arriba y abajo para mejor separación */
  border-bottom: 1px solid #ccc;
  /* Línea separadora */
  text-decoration: none;
  /* Opcional, quita el subrayado */
}

/* Para eliminar la línea del último elemento */
.mobile-menu__links-list-li:last-child a {
  border-bottom: none;
}

.mobile-menu__links-list-li:first-child a {
  margin-top: 15px;
  /* Ajusta según lo que necesites */
}

.mobile-menu__links-list a,
.js-mobile-menu__tab-title {
  font-size: 18px;
  /* Ajusta el tamaño según lo necesario */

}





.products-grid .product-miniature .product-add-cart {
  display: grid !important;
}





article.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 1rem !important;
  margin: auto !important;
  max-width: 100% !important;
  background-color: #ffff !important;
  padding: 5px !important;
  border-radius: 15px !important;
}


.js-product-miniature-wrapper.col-6.col-md-6.col-lg-3.col-xl-3 {
  max-width: 303px !important;
  width: 100% !important;
  height: auto !important;
  border: 1px solid rgb(117 117 117 / 99%) !important;
  box-shadow: 1px 2px 5px #009dcfbd;
  visibility: visible !important;
}

.products-grid .product-miniature-layout-1 .product-description {
  padding: 0;
}




.nav-item.num-0 {
  display: none;
}


.elementor-section.elementor-element.elementor-element-1k8xb6d.elementor-top-section.elementor-section-boxed.elementor-section-height-default {
  display: none;
}



.img-fluid.js-lazy-product-image.lazy-product-image.product-thumbnail-second.entered.loaded {
  max-width: 220px !important;
  max-height: 220px !important;
}


.navegador-inteligente {
  margin-top: 30px;
  box-shadow: 3px 0px 16px 6px #ebebeb;
  padding: 5px;
  background: #fff !important;
  border-radius: 5px !important;
  padding: 15px;
  width: 97% !important;
  margin: auto;
  margin-top: auto;
  margin-top: 30px;
}

.descatalogado-cartel {
  color: #333;
  font-size: 1.5714285714rem;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}

.novedad-cartel {
  color: #00C430;
  font-size: 1.5714285714rem;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  font-size: 24px !important;
}

.navegador-inteligente {
  margin-top: 30px;
  box-shadow: 3px 0px 16px 6px #ebebeb;
  padding: 5px;
  background: #fff !important;
  border-radius: 5px !important;
  padding: 15px;
  width: 97% !important;
  margin: auto;
  margin-top: 30px;
}

.navegador-inteligente h3 {
  color: #009dcf !important;
  font-size: 1.5714285714rem;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  border-bottom: solid 2px #595050;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}

.navegador-inteligente a {
  font-size: 21px !important;
}

.navegador-inteligente ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* margin-top: 15px; */
  align-content: center;
}

.navegador-inteligente li {
  margin-top: 10px;
}

#header .header-nav {
  color: #fff !important;
  color: #524141 !important;
}

#iqitmegamenu-horizontal {
  background: #000000 !important;
}

div#ap5-product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.ap5-pack-product-name.title-left {
  padding: 5px;
  text-align: center !important;
}

div#ap5-product-list {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

@media (min-width: 768px) {
  #ap5-product-list .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 16.33333%;
    max-width: 16.33333%;
  }





}

.pbp-widget-full-width .bundle .bundle-inner,
.pbp-widget-mini-width .bundle .bundle-inner {

  border-radius: 5px;
  border: 1px solid #ccc !important;

}



.product-footer.pbp-widget {
  border: 1px solid #ccc;
  padding: 5px;
  background: #eaedee !important;
  border-radius: 5px !important;
  padding: 10px;
  margin: auto;
}

span.pbp_bundle_total {
  color: #009dcf;
  font-size: 25px !important;
}

.maxcontenido {
  background: #fff !important;
  max-width: 100% !important;
}

span#precio1 {

  color: #009dcf !important;
}

.ap5-pack-product-image {
  display: flex;
  justify-content: center;
}


.ap5-pack-product-quantity {
  display: flex;
  justify-content: flex-start;

  margin-top: 1em !important;
}

.ap5-pack-product-name {
  display: flex;
  justify-content: flex-start;
}

div#ppbContainer1 {
  max-width: 95% !important;
  margin: auto;
}

h2.h1.products-section-title.text-uppercase {
  color: #009dcf !important;

}

.tablas-ordenadas {
  background-color: #ffffff !important;
  max-width: 95% !important;
  margin: auto !important;
  padding: 25px;
  border-radius: 10px !important;
  margin-top: 25px !important;
  box-shadow: 3px 0px 16px 6px #ebebeb !important;
}

div#ppbContainer1 {
  box-shadow: 3px 0px 16px 6px #ebebeb;
  padding: 5px;
  background: #fff !important;
  border-radius: 5px !important;
}

.listaprecios1.\32 texto {
  display: none !important;
}

.tablas-ordenadas {
  padding: 10px !important;
}

span.regular-price.ap5-pack-product-original-price-value {
  font-size: 12px !important;
}


.tablas-ordenadas {
  background-color: #ffffff !important;
  max-width: 95% !important;
  margin: auto !important;
  padding: 25px;
  border-radius: 10px !important;
  margin-top: 25px !important;
  box-shadow: 3px 0px 16px 6px #ebebeb !important;
}

div#ppbContainer1 {
  box-shadow: 3px 0px 16px 6px #ebebeb;
  padding: 5px;
  background: #fff !important;
  border-radius: 5px !important;
}

.listaprecios1.\32 texto {
  display: none !important;
}

.tablas-ordenadas {
  padding: 10px !important;
}

/*
.product-lmage-large {
  display: flex;
  justify-content: center;
  /* Centra horizontalmente 
  align-items: center;
  /* Centra verticalmente 
  width: 100%;
  /* Ajusta al tamaño del contenedor 
  height: 525px;
  /* Altura fija 
  text-align: center;
  overflow: hidden;
  /* Evita que la imagen sobresalga 
}

.product-lmage-large img {
  width: 700px !important;
  /* Ancho fijo */

  /* Altura fija 
  object-fit: cover;
  /* Asegura que la imagen se ajuste sin distorsión 
}
*/

#product .product-quantities {
  display: none;
}


#product #product-images-thumbs .img-fluid,
.img-thumbnail,
.rte-content img {
  max-width: 68% !important;
  height: auto;
}


#product .card-header .img-fluid,
.img-thumbnail,
.rte-content img {
  max-width: 48%;
  height: auto;
}





.ap5-pack-product-image img {
  max-width: 138px;
  max-height: 100%;
  object-fit: contain;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding: 2px;
  max-height: 138px;
  min-width: 138px;
  min-height: 138px;
}

.checkmark::after {

  color: black !important;
  /* Color negro */
}



.ap5-pack-product-name {
  background-color: #009dcf;
  padding: 5px;
  border-radius: 5px;
}

.pack-item-price span {
  font-size: 1.8rem;
}


.img-fluid.rounded {
  max-width: 165px !important;
  max-height: 100%;
  object-fit: contain;
  border: 2px solid #ccc !important;
  border-radius: 12px !important;
  padding: 2px;
}

.pack-item-price {

  display: flex;

}




#description .product-description li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgb(0, 157, 207);
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}



.product-miniature .product-price-and-shipping .contacta-con+.product-add-cart {
  display: none !important;
}


.ap5-product-footer-pack-products .ap5-pack-product:first-child {
  padding-left: 0 !important;
}


.product-price {
  color: #009dcf !important;
}

.product-title {
  min-height: 6em;
  max-height: 6em;
}

.product-carousel {
  border: 2px solid #6f6c6c !important;
  border-radius: 9px;
  background: aliceblue;
}

/*Mod Mikel*/

/* Textos generales del sitio */
body {
  font-family: 'Open Sans', sans-serif !important;
}

body p {
  font-size: 16px !important;
  margin-bottom: 1em;
}

body h1 {
  font-size: 28px !important;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

body h2 {
  font-size: 26px !important;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

body h3 {
  font-size: 20px !important;
  font-weight: bold;
  margin-top: 1em;
  color: #202020;
  margin-bottom: 0.5em;
}

body h4,
body h5,
body h6 {
  font-size: 18px !important;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}



/* no subir la fuente entera si no provoca salto de linea cuidado */
.mm_menu_content_title {
  font-size: 15px !important;
}


.homeLetraTextoDiv {
  font-family: 'Open Sans', sans-serif !important;
}


.contenedor-productos-relacionados .product-title {
  font-weight: bold;
  color: #333;
  font-size: 14px !important;
}

h1.titulo-producto {
  font-size: 35px !important;
  font-weight: bold;
}




.filter-name {
  font-family: 'Open Sans', sans-serif !important;
}

#filter_2 {
  font-family: 'Open Sans', sans-serif !important;
}

#left-column {

  font-family: 'Open Sans', sans-serif !important;
}

.min_price_label,
.max_price_label {
  font-family: 'Open Sans', sans-serif !important;
}

.input-group {
  font-family: 'Open Sans', sans-serif !important;
}

.fpp_searchers .searcher-content .filter-content .noUi-handle {

  background-color: #009dcf !important;
}




.noUi-connect {
  background-color: #009dcf !important;
}

@media screen and (max-width: 768px) {
  #main h1 {
    color: #202020;
    font-size: 20px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    text-align: left !important;
    width: 100% !important;
  }

  .pack-item-price {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;

  }

  .oferton2 {
    display: none;
  }

  .mini-descr {
    font-size: 13px !important;
  }

  .product-lmage-large.swiper-slide {
    max-height: 331px !important;
  }

  #product .card-header h3 {
    color: #181818;
    font-size: 1.5714285714rem;
    display: flex;
    justify-content: center;
  }

}


/*Imagen pag Producto*/

/* Imagen página Producto */
.product-lmage-large {
  display: flex !important;
  justify-content: center !important; 
  width: 100%;
  height: auto; 
  text-align: center;     
  overflow: hidden;        
}

.product-lmage-large img {
  max-width: 100%;   
  height: auto;      
  object-fit: contain; 
}

/* Contenedor del modal */
.modal-content .easyzoom-modal {
  width: 100%;
  height: 80vh;        /* Altura máxima del modal: 80% de la ventana */
  overflow: hidden;    /* Recorta lo que sobresale */
  display: flex;
  justify-content: center;  /* Centra horizontalmente */
  align-items: center;      /* Centra verticalmente */
}

/* Imagen dentro del modal - comportamiento normal */
.modal-content .easyzoom-modal img {
  max-height: 100%;
  width: auto;
  object-fit: contain;  /* Por defecto no recorta */
}

/* Solo cuando JS detecta imagen demasiado alta */
.modal-content .easyzoom-modal img.too-tall {
  height: 100%;
  width: auto;
  object-fit: cover;    /* Recorta centrando la imagen */
}


/* ===== Nav tabs centrado y de ancho ajustado al contenido (solo CSS) ===== */
.nav-tabs {
  /* Ajuste al contenido */
  display: inline-flex !important;
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  max-width: 100% !important;

  /* Estética */
  background: #d9f3f8;
  border-radius: 30px;
  padding: 5px;
  border: none;

  /* Centrado: distintos métodos combinados para máxima compatibilidad */
  margin-left: auto !important;
  margin-right: auto !important;
  margin: 0 auto !important;        /* centro por margin (cuando padre es block) */
  align-self: center !important;    /* cuando el padre es display:flex */
  position: relative !important;    /* necesario para left/transform fallback */
  left: 50% !important;
  transform: translateX(-50%) !important; /* fallback robusto que funciona aunque haya overrides */
}

/* Mantener los items en línea dentro del fit-content */
.nav-tabs > .nav-item {
  display: inline-flex !important;
}

/* Estilos internos de las tabs */
.nav-tabs .nav-link {
  border: none;
  border-radius: 20px;
  margin: 2px;
  color: #555;
  font-weight: 600;
  padding: 8px 16px;
  transition: all 0.2s ease-in-out;
}

.nav-tabs .nav-link:hover {
  background-color: #e4e4e4;
  color: #009dcf;
}

.nav-tabs .nav-link.active {
  background-color: #58d3fa !important;
  color: #000000 !important;
}
