.product-grid {
  align-items: end !important;
}
.nav-top {
  display: none;
}
.skiptranslate,
.google_translate_element {
  display: none !important;
}

body {
  top: 0px !important;
  position: static !important;
}
.goog-te-banner-frame {
  display: none !important;
}

.navbar-mega-nav .dropdown-menu > .dropdown > a {
  height: calc(400px / 7);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e9ef;
}

.bk-gris-rojo {
  background-color: #2f2727 !important;
}

.nav-top {
  display: none;
}

.navbar-mega-nav .dropdown-menu > .dropdown > a {
  height: calc(400px / 7);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e9ef;
}

.btn-primary {
  /* background-color: #E03E52 ; */
}

.bg-fucsia {
  background-color: #db3570;
}

.banner-section-5 {
  position: relative;
  max-height: 140px;
  overflow: hidden;
  border-radius: 6px;
}
.img-banner {
  filter: brightness(0.7);
}
.title-banner {
  font-family: "Berkshire Swash", cursive;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffff;
}

.float-wp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.float-wp > * {
  color: #fff !important;
}

.my-float {
  margin-top: 16px;
}

.wp-icon {
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.wp-icon > * {
  color: #fff !important;
}

.bg-dark1 {
  background-color: #ff9ec6 !important;
}

.text-pink {
  color: #ff80b3 !important;
}

.range-slider-ui .noUi-connect {
  background-color: #a99dea !important;
}

.range-slider-ui .noUi-tooltip {
  background-color: #a99dea !important;
}

  @media (min-width: 1280px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 1480px!important;

    }
  }


  /* Global btn-purple style */
  .btn-purple {
    background-color: #a99dea !important;
    border-color: #a99dea !important;
    color: #fff !important;
  }

  .btn-purple:hover {
    background-color: #a191df !important;
    border-color: #a191df !important;
    color: #fff !important;
  }

    /* Asegurar color del botón púrpura también en móvil */
  .footer .btn-purple {
    background-color: #a99dea !important;
    border-color: #a99dea !important;
    color: #fff !important;
  }

  .footer .btn-purple:hover {
    background-color: #a191df !important;
    border-color: #a191df !important;
    color: #fff !important;
  }
