:root {
  --color-default: #00b3b3;
  --color-primary: #798589;
  --bs-link-color: #fe0611;
  --bs-link-hover-color: #47cc01;
  --bs-apple: #fe0611;
  --bs-android: #47cc01;
  --swiper-navigation-color: transparent !important;
}
.gris{
    color:#6e6e73
}
.bg-apple {
  background-color:  var(--bs-apple);
}
.bg-android {
  background-color: var(--bs-android);
}
.text-verde{
  color: var(--bs-android);
}
.text-rojo{
  color: var(--bs-apple);
}
.whatsapp-icon {
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  padding: 0px 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.42857143;
  color: #0a374b;
  background-color: #fff;
}

header {
  padding-top: 0px !important;
}

.navbar-topbar {
  background: #000;
}

.divider {
  border-top: 1px solid #a8a9ae;
}

.topbar-datos {
  order: -1;
  flex: 1 0 80%;
}

.topbar-link {
  color: #fff;
  font-size: 0.9em;
}
.topbar-link i{
    color:#fff;
}
.topbar-link a {
  color: #fff;
}

.topbar-link a:hover {
  color: var(--bs-link-color);
}
.navbar-topbar .nav-link.topbar {
    color: #fff !important;
}
.navbar-topbar .nav-link.topbar:hover {
    color: #47cc01 !important;
}
.navbar-brand-logo {
  max-height: 20rem;
}

.navbar-nav-wrap {
  margin-top: 10px;
}

.h1_elefante {
  margin-bottom: 0px;
  margin-top: 23px;
  color: var(--bs-link-color);
  font-weight: 500;
  font-size: 0.9rem;
  display: inline;
}

.simon2 {
  color: #006fb7;
  text-shadow:
    -1px -1px 1px rgb(255 255 255 / 10%),
    1px 1px 1px rgb(0 0 0 / 1%),
    1px 1px 2px #ffffff;
}

.rack2 {
  color: #e67e22;
  text-shadow:
    -1px -1px 1px rgb(255 255 255 / 10%),
    1px 1px 1px rgb(0 0 0 / 1%),
    1px 1px 2px #ffffff;
}

.eco2 {
  font-size: 18px;
  color: #57b300;
  text-shadow:
    -1px -1px 1px rgb(255 255 255 / 10%),
    1px 1px 1px rgb(0 0 0 / 1%),
    1px 1px 2px #ffffff;
}

.fire2 {
  font-size: 18px;
  color: #ff041a;
  text-shadow:
    -1px -1px 1px rgb(255 255 255 / 10%),
    1px 1px 1px rgb(0 0 0 / 1%),
    1px 1px 2px #ffffff;
}

.simon {
  color: #006fb7;
}

.rack {
  color: #e67e22;
}

.id_mt {
  display: block;
  height: 75px;
  margin-top: -75px;
  visibility: hidden;
}

.destacado {
  font-size: 2em;
}

.orange {
  color: var(--bs-link-color);;
}

.darkblue {
  color: #092530;
}

.destacadofrase {
  font-size: 0.5em;
  color: #a0a9ab;
}

.fw800 {
  font-weight: 800;
}

.f-85 {
  font-size: 0.85rem;
}

.swiper-button-next2,
.swiper-button-prev2 {
  position: static !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
  justify-content: center !important;
  align-items: center !important;
}

.imgIcono {
  padding: 10px;
  text-align: center;
  font-size: 0.7em;
  color: #0c506c;
  font-weight: 700;
  border: solid 1px #b5bcbd;
  background-color: white;
  border-radius: 15px;
  text-transform: uppercase;
}

.imgIcono2 {
  padding: 5px;
  text-align: center;
  font-size: 0.7em;
  color: #0c506c;
  font-weight: 700;
  border: solid 1px #b5bcbd;
  background-color: white;
  border-radius: 5px;
  text-transform: uppercase;
}
.mt-top {
  margin-top: 4.5rem;
}
.product-name,
.num-estantes {
  font-size: 1.25rem;
}

@media (min-width: 600px) and (max-width: 799px) {
  .hidden-sm {
    display: none !important;
  }
  .mt-top {
    margin-top: 1.5rem !important;
  }
  .fs-7 {
    font-size: 0.72rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1591px) {
  .navbar-expand-lg .navbar-nav {
    align-items: left;
    font-size: 12px;
  }
}
@media (min-width: 991px) and (max-width: 1828px) {
  .navbar-brand-logo {
    max-width: 15rem;
  }
  .no-topbar {
    display: none !important;
  }
  .topbar-datos {
    flex: auto !important;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {
  .hidden-xs {
    display: none !important;
  }
  .float-xs {
    position: fixed;
    width: 50px !important;
    height: 50px !important;
    bottom: 75px !important;
    right: 17px !important;
    font-size: 25px !important;
    padding: 8px !important;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
  }

  .h1_elefante {
    font-size: 0.7rem !important;
  }
  .navbar-nav-wrap {
    margin-top: 15px;
  }
  .input-group-merge .form-control:not(:last-child),
  .input-group-merge .form-select:not(:last-child) {
    padding: 0.75rem 0.75rem;
  }
  .navbar-brand {
    margin-right: 5px;
  }
  .navbar-brand-logo {
    min-width: 1rem;
    margin-left: 5px;
    width: 36.5px;
  }
  .mt-top {
    margin-top: 6rem;
  }
  .mt-top-home {
    margin-top: 3rem !important;
  }
  .destacado {
    font-size: 1.3em;
    margin-bottom: 0px;
  }

  .orange {
    color: var(--bs-link-color);;
  }

  .darkblue {
    color: #092530;
  }

  .destacadofrase {
    font-size: 0.2em;
    color: #a0a9ab;
    margin-bottom: 0px;
  }

  .fw800 {
    font-weight: 800;
  }

  .iconosInfo {
    display: inline-flex;
  }

  .dropdown-item {
    font-size: 0.65rem;
    padding: 10px 0px;
  }

  .btn-group,
  .btn-group-vertical {
    display: block !important;
    padding-top: 5px;
  }

  .card-body {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .MOV_PDL0 {
    padding-left: 0px !important;
  }

  .MOV_PDR0 {
    padding-right: 0px !important;
  }

  .product-name,
  .num-estantes {
    font-size: 0.8rem !important;
  }
  .h2,
  h2 {
    font-size: calc(1rem + 0vw);
  }
}

.fs-7 {
  font-size: 0.72rem;
}

.breadcrumb {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0px 10px 0px;
  border-bottom: solid 1px #dcdde1;
  border-radius: 0px;
  margin-bottom: 20px;
  background: none;
  line-height: 1em;
}

.breadcrumb > li > h1 {
  font-size: 1.1em;
  margin: 0px;
  font-weight: 700;
  line-height: inherit;
  display: contents;
}

.breadcrumb > li {
  font-size: 1.1em;
}

.breadcrumb > li + li:before {
  color: #0a374b;
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 599px) {
  .breadcrumb {
    margin-top: 0px !important;
  }

  .breadcrumb > li + li:before {
    content: none;
    padding: 0 5px;
    color: #ccc;
  }
}

.cursor-zoom {
  cursor: zoom-in;
}

/* OBJECT FIT */
.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-fill {
  object-fit: fill;
}

.object-fit-scale {
  object-fit: scale-down;
}

.object-fit-none {
  object-fit: none;
}

/* ACCORDION */
.accordion-button.collapsed {
  background-color: #f2f3f4;
  border: solid 1px #e5e7eb;
}

.accordion-button:not(.collapsed) {
  background-color: #f2f3f4;
}

/* TAMAÑOS PERSONALIZADOS */
.square-div {
  aspect-ratio: 1/1;
  width: 100%;
  max-height: 100%;
}

.W20 {
  width: 20px;
  max-width: 20px;
}

.W35 {
  width: 35px;
  max-width: 35px;
}

.W40 {
  width: 40px;
  max-width: 40px;
}

.W50 {
  width: 50px;
  max-width: 50px;
}

.W85 {
  width: 85px;
  max-width: 85px;
}

.W95 {
  width: 95px;
  max-width: 95px;
}

.W125 {
  width: 125px;
  max-width: 125px;
}

.W170 {
  width: 140px;
  max-width: 140px;
}
.W200 {
  width: 170px;
  max-width: 170px;
}
.W250 {
  width: 250px;
  max-width: 250px;
}

.W300 {
  width: 300px;
  max-width: 300px;
}

.H-AUTO {
  height: auto;
}

.mw-25 {
  min-width: 25%;
}

.mw-50 {
  min-width: 50%;
}

.mw-75 {
  min-width: 75%;
}

.mw-90 {
  min-width: 90%;
}

.MW-60 {
  max-width: 60%;
}

.MW-75 {
  max-width: 75%;
}

.MW-100 {
  max-width: 100%;
}

.MH-65 {
  max-height: 65%;
}

.btn-info {
  font-weight: 400;
}

.bg-lightblue {
  background-color: #dcdde1 !important;
}

.datos {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #0a374b;
  background-color: #fbe9d9;
  border-color: #d2d3d5;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
}

.accordion-button::before {
  border: solid 1px #ece0e0;
  background-size: 1.1rem;
}

.table thead th {
  color: #011f2a;
  font-weight: 500;
  background: #eaebed;
}

.lh-085h-sm {
  line-height: 0.85rem !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #d6a880 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #51596c !important;
  font-size: 0.875rem !important;
}

.select2-results__option[aria-disabled="true"] {
  display: none;
}

.pasos {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.btn-dark {
  --bs-btn-color: #2d374b;
  --bs-btn-bg: #d4d4d4;
  --bs-btn-border-color: #d4d4d4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d5566;
  --bs-btn-hover-border-color: #424b5d;
  --bs-btn-focus-shadow-rgb: 77, 85, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #575f6f;
  --bs-btn-active-border-color: #424b5d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d4d4d4;
  --bs-btn-disabled-border-color: #d4d4d4;
  font-weight: 400;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.btn-datos {
  background: #d4d4d4 !important;
}
.pp-label img {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 10px;
  width: 68px;
  height: 24px;
}
.tarjeta-label img {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 10px;
  width: 103px;
  height: 24px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #f6d8bd;
}
.select2-selection__rendered {
  line-height: 48px !important;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #51596c;
}

.select2-container .select2-selection--single {
  height: 48px !important;
}

.select2-selection__arrow {
  height: 48px !important;
}
.select2-container--default .select2-selection--single {
  border: 0.0625rem solid rgba(220, 224, 229, 0.6) !important;
}

/* The color of error message */
.fv-plugins-message-container.fv-plugins-message-container--enabled.invalid-feedback {
  color: #dc3545;
}

/* Numero artículos en cesta */
.square {
  position: relative;
  width: 50%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fw100 {
  font-weight: 100 !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw800 {
  font-weight: 800 !important;
}
.fw900 {
  font-weight: 900 !important;
}
.f-9 {
  font-size: 9px !important;
}
.f-10 {
  font-size: 10px !important;
}
.f-12 {
  font-size: 12px !important;
}
.f-14 {
  font-size: 14px !important;
}
.f-16 {
  font-size: 16px !important;
}
.f-18 {
  font-size: 18px !important;
}
.f-20 {
  font-size: 20px !important;
}
.f-22 {
  font-size: 22px !important;
}
.f-24 {
  font-size: 24px !important;
}
.f-26 {
  font-size: 26px !important;
}
.f-28 {
  font-size: 28px !important;
}
.f-30 {
  font-size: 30px !important;
}
.f-36 {
  font-size: 36px !important;
}
.f-40 {
  font-size: 40px !important;
}
.f-48 {
  font-size: 48px !important;
}
.f-50 {
  font-size: 50px !important;
}
@media (min-width: 790px) and (max-width: 1400px) {
  .ocultar {
    display: none !important;
  }
  .h4,
  h4 {
    font-size: 1rem !important;
  }
  .form-check-label {
    font-size: 0.7rem !important;
  }
}
#select_pais,
#select_pais + .select2-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

#select_provincia,
#select_provincia + .select2-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.list-group-item {
  padding: 5px !important;
}
.card-title {
  font-size: 1.125rem;
}
.card-body p {
  font-size: 14px;
}
.publi {
  width: 130px;
}
.click {
  z-index: 999;
  width: 200px;
  position: absolute;
  left: 437px;
  bottom: 256px;
}
@media (min-width: 992px) and (max-width: 1591px) {
  .card-title {
    font-size: 1rem !important;
  }
  .card-body p {
    font-size: 12px !important;
  }
  .publi {
    width: 100px !important;
  }
  .click {
    left: 300px !important;
    bottom: 256px !important;
    width: 150px !important;
  }
}
.index .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .8125rem;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: -1em;
    color: #1d1d1f;
}

.index .h1,
h1 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  .index .h1,
  h1 {
    font-size: 2.25rem;
  }
}

.index .h2,
h2 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  .index .h2,
  h2 {
    font-size: 2.25rem;
  }
}

.index .h3,
h3 {
  font-size: 1.125rem;
}

.index .h4,
h4 {
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  .index .h4,
  h4 {
    font-size: 1rem;
  }
}

.index .h5,
h5 {
  font-size: 1.125rem;
}

.index .h6,
h6 {
  font-size: 1rem;
}
.lang-flag {
  width: 20px;
  border-radius: 5px;
  margin-right: 5px;
}
.lang-flag-mov {
  width: 30px;
  border-radius: 5px;
  margin-right: 2px;
}
