@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
  font-weight: 800; /* ExtraBold */
  font-style: normal;
}


html,
body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
}

:root {
  --color-principal: #FABA0D;
  --color-dark: #383838;
  --color-dark-light: #212121;
  --hero-bg-desktop-image: url('/storage/assets/bg_dark_is_the_light.png');
  --hero-bg-mobile-image: url('/storage/assets/bg_dark_light_mobil.png');
}
/* navbar */

#navbarContainer {
  justify-content: normal !important;
}

#navbarContainer a {
  color: var(--color-principal);
}

.navbar-toggler {
  color: var(--color-principal) !important;
  border-color: var(--color-principal) !important;
}

.navbar-nav a {
  font-weight: 800;
  color: var(--color-principal);
}

.padding-left-custom {
  padding-left: 17rem;
}

.nav-item a {
  font-weight: 800;
  color: var(--color-principal) !important;
}

.logo-overside {
  max-width: 6rem !important;
}

.logo-centre {
  max-width: 30rem !important;
  opacity: 0.1 !important;
}

.navbar-brand {
  margin-left: 1rem;
}


.navbar-nav a:hover {
  color: grey;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 576px) {
  .navbar-toggler {
    margin-left: 10rem;
  }

  .space-left {
    margin-left: 0rem !important;
    margin-top: 1rem !important;
  }

  .space-left2 {
    margin-left: 0rem !important;
    margin-top: 1rem !important;
  }
}


.navbar-nav-right i {
  margin-right: 20px;
  color: black;
}

.navbar-nav-right i:hover {
  color: grey;
  scale: 1.05;
}

.navbar-scrolled {
  background-color: rgba(0, 0, 0, 0.705) !important;
  color: white;
}

.space-right {
  margin-right: 30px;
}

.space-left {
  margin-left: 1rem;
}

.space-left2 {
  margin-left: 2rem;
}

.space-right {
  margin-right: 1rem;
}

.micuenta {
  text-transform: none;
  text-decoration: none;
}

.toast-body {
  padding: 0px !important;
}

.navbar-nav {
  font-weight: 700;
  text-transform: uppercase;
}


@media (max-width: 991.98px) {
  .navbar-brand {
    margin-left: 0rem;
  }
  .logo-overside {
    max-width: 3.5rem !important;
  }
  
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  /* Espacio para el subrayado */
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1.5px;
  display: block;
  background: #FABA0D;
  /* Color del subrayado */
  transition: width 0.5s;
  bottom: 0;
  left: 0;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}


/* Cambia el color de los enlaces a blanco */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-brand,
.navbar-scrolled .navbar-nav .nav-item,
.navbar-scrolled .navbar-nav .nav-item i {
  color: white !important;
}

/* Estilos para el contenedor */
.scroll-container {
  cursor: pointer;
  background-color: var(--color-principal);
  ;
  color: black;
  overflow: hidden;
  /* Esconde el contenido que se sale del contenedor */
  white-space: nowrap;
  /* Evita que el texto se envuelva en líneas múltiples */
  box-sizing: border-box;
  width: 100%;
  /* O el ancho que prefieras */
  position: relative;
}

/* Estilos para el texto que se desplaza */
.scroll-text {
  display: inline-block;
  animation: scroll-horizontal 80s linear infinite;
  /* Ajusta la duración a tu preferencia */
  font-weight: 800;
}

.scroll-text span::after {
  content: " ";
  padding-right: 50px;
  /* Ajusta el espaciado a tu gusto */
}

/* Keyframes para la animación */
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

}

.hero-image {
  background-image: var(--hero-bg-desktop-image);
  height: 100vh; /* Ajusta según el tamaño que desees */
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}


/*.hero-image {
  background-image: url('/storage/assets/bg_overside_geisha2.png');
  height: 70vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}*/


/* Media query para pantallas más pequeñas (móviles) */
@media (max-width: 768px) {
  .hero-image {
    margin-top: 0px;
    height: auto; /* La altura será automática según el contenido */
    min-height: 40vh; /* Asegura que el contenedor ocupe al menos el 100% de la altura de la ventana */
    max-width: 100%;
    background-image:  var(--hero-bg-mobile-image);
    background-size: cover; /* Asegura que la imagen se ajuste dentro del contenedor sin deformarse */
    background-position: top left;
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    position: relative;
  }
}

.navbar-custom {
  background-color: var(--color-dark-light);
}

.navbar-custom-nohome {
  background-color: var(--color-dark);
}

.navbar-brand img {
  max-width: 150px;
}


.imgwelcome {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  /*IMG FLUID*/
  max-width: 100%;
  height: auto;
}

.imgtopseller {
  /*border-radius: 20px;*/
  /* margin: 2rem;*/
  /*-webkit-filter: grayscale(100%);*/
  /* Para navegadores basados en Webkit como Chrome y Safari */
  /*filter: grayscale(100%);*/
  /* Para el resto de navegadores */
  /*transition: filter 0.5s ease;*/
  /* Hace que el cambio de color sea gradual */
  /*IMG FLUID*/
  max-width: 100%;
  height: auto;
}

.border-left {
  border-left: 3px solid white;
  padding-left: 40px;
}
#infoenvios{
  margin-top: 8rem;
}
@media (max-width: 768px) {
  #infoenvios .border-left {
    border-left: none !important;
    padding-left: 0px !important;
    margin-top: 1rem;
  }
}


.topseller3 {
  margin-top: 20px;
}

/*.imgtopseller:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}*/


.media-links ul {
  list-style: none;
  font-size: 1.5rem;
}

.media-links i {
  margin-top: 15px;
}

#footer .footer-title{
  margin-bottom: 0.8rem;
  color: var(--color-principal) !important;
}
#footer .footer-menu-point{
  margin-bottom: 0.3rem;
  font-size: 0.83rem;
  color: var(--color-principal) !important;
}

#footer a {
  color: var(--color-principal) !important;
}

.logo-footer {
  max-width: 8rem !important;
}

.footer {
  margin-top: auto;
}

.footer ul {
  list-style: none;
}

ul.menu-footer li a:hover {
  color: whitesmoke;
  text-decoration: underline;
  padding-left: 20px;
}

ul.menu-footer li a {
  transition: .4s;
  position: relative;
  color: var(--color-principal);
  text-decoration: none;
}

ul.menu-footer li a::before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background: var(--color-principal);
  position: absolute;
  top: 9px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

ul.menu-footer li a:hover::before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  #footer ul {
    margin-top: 2rem;
  }
}

#guiatallas .img-fluid {
  max-width: 70% !important;
}

#guiatallas .thead-dark {
  background-color: var(--color-dark);
  color: var(--color-principal);
}

#guiatallas .table {
  border-color: var(--color-dark) !important;
}



.footer-top {
  border-bottom: 3px solid white;
}

.img-fluid-footertop {
  max-width: 21%;
  height: auto;
}

.footer-top img {
  padding-right: 10px;
}

.basic-txt {
  color: var(--color-principal) !important;
  text-decoration: none !important;
  font-weight: 500;

}

.basic-txt2 {
  color: var(--color-principal) !important;
  text-decoration: underline;

}

.titol {
  font-size: 3rem;
  color: var(--color-principal) !important;
  text-transform: uppercase;
  font-weight: 800;
}

.titol2 {
  font-size: 2rem;
  color: var(--color-principal) !important;
  text-transform: uppercase;
  font-weight: 700;
}

.titol-info {
  font-size: 2rem;
  color: var(--color-principal) !important;
  text-transform: uppercase;
  font-weight: 700;
}

/* Mostrar el contenido completo en pantallas grandes */
.toast-content {
  display: flex;
}

/* Ocultar el contenido extra en pantallas pequeñas (móviles y tablets) */
@media (max-width: 768px) {
  .toast-content {
    display: none;
  }
}

.titol-black {
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
}

.titol-yellow {
  color: var(--color-principal) !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}

.newsletter-subtitle {
  color: black;
  font-size: 1.9rem !important;
}

.newsletter-input {
  width: 100%;
  height: 2rem;
  padding: 15px;
}

.top-separator {
  padding-top: 9rem !important;
  padding-bottom: 3rem !important;
}

@media (max-width: 768px) { /* Para pantallas de 768px o menos (tablets y móviles) */
  .top-separator {
    padding-top: 5rem !important; /* Ajusta el padding según sea necesario */
    padding-bottom: 3rem !important;
  }
}

@media (max-width: 576px) { /* Para pantallas de 576px o menos (móviles) */
  .top-separator {
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
  }
}

#playlist .playlist-info {
  color: var(--color-principal);
  font-weight: 500;
}

#playlist {
  height: 16rem;
}
.playlist-text {
  font-size: 1.5rem;
}

/*#playlist .playlist-iframe{
  height: 25rem;
}*/


.topseller-descr {
  text-transform: uppercase;
  font-size: 0.95rem !important;
}

.info-description {
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 768px) {
  .info-description {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
  }
}



.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bg-overside {
  background-color: var(--color-dark);
}

/*#newsletter button {
  margin-left: 30rem;
}*/

#newsletter .titol-yellow {
  line-height: 0.8 !important;
}

.btn-overs {
  color: var(--color-principal);
  background-color: var(--color-dark) !important;
  border-color: var(--color-dark) !important;
  border-radius: 5rem;
}

.offset-md-15 {
  margin-left: 6.667% !important;
}


/* LOGIN REGISTER*/
#login{
  min-height: 73vh;
}
#resetpassword{
  min-height: 73vh;
}
.login-txt {
  color: var(--color-principal) !important;
  text-decoration: none !important;
  font-weight: 700;

}

.gradient-custom-2 {
  /* fallback for old browsers */
  background: #fccb90;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}

@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}

#profile {
  min-height: 85%;
}

#profile .nav-link {
  color: black;
}

#profile .nav-link:hover {
  background-color: #d2a10e36;
  color: rgb(66, 66, 66);
}


#profile .nav-link.active {
  background-color: #D2A00E;
  color: black;
  font-weight: 700;
}
#coupon-form .input-group {
  display: flex;
  align-items: center;
}

#code:focus {
  outline: none;
  box-shadow: none;
}

#coupon-form .input-group input {
  flex: 1; /* Para que el input ocupe el máximo espacio posible */
}

#coupon-form .input-group button {
  white-space: nowrap; /* Para evitar que el botón se ajuste si el texto es largo */
}

#icons-cart .marginleft-1 {
  margin-left: 1rem;
}


.cart-icon i {
  font-size: 1.2rem;
}

.cart-icon {
  position: relative;
  display: inline-block;
}


.cart-icon .badge {
  position: absolute;
  bottom: -0.6rem;
  right: -0.8rem;
  border-radius: 50%;
  background-color: red;
  color: black;
  font-size: 0.7rem;
  /* Ajusta el tamaño del texto según tus necesidades */
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shopping-cart {
  min-height: 83vh;
}

#shopping-cart body {
  background: #9e9d9d;
  min-height: 100vh;
  vertical-align: middle;
  display: flex;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}

#shopping-cart .title {
  margin-bottom: 5vh;
}

#shopping-cart .card {
  margin: auto;
  max-width: 950px;
  width: 90%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  border: transparent;
}

@media(max-width:767px) {
  #shopping-cart .card {
    margin: 3vh auto;
  }
}

#shopping-cart .cart {
  background-color: #fff;
  padding: 4vh 5vh;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}

@media(max-width:767px) {
  #shopping-cart .cart {
    padding: 4vh;
    border-bottom-left-radius: unset;
    border-top-right-radius: 1rem;
  }
}

#shopping-cart .summary {
  background-color: #ddd;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 4vh;
  color: rgb(65, 65, 65);
}

@media(max-width:767px) {
  #shopping-cart .summary {
    border-top-right-radius: unset;
    border-bottom-left-radius: 1rem;
  }
}

#shopping-cart .summary .col-2 {
  padding: 0;
}

#shopping-cart .summary .col-10 {
  padding: 0;
}

#shopping-cart .row {
  margin: 0;
}

#shopping-cart .title b {
  font-size: 1.5rem;
}

#shopping-cart .main {
  margin: 0;
  padding: 2vh 0;
  width: 100%;
}

#shopping-cart .col-2,
.col {
  padding: 0 1vh;
}

#shopping-cart a {
  padding: 0 1vh;
}

#shopping-cart .close {
  margin-left: auto;
  font-size: 0.7rem;
}

#shopping-cart img {
  width: 3.5rem;
}

#shopping-cart .back-to-shop {
  margin-top: 4.5rem;
}

#shopping-cart .back-to-shop a {
  text-decoration: none !important;
}


#shopping-cart h5 {
  /*margin-top: 4vh;*/
}

#shopping-cart hr {
  margin-top: 1.25rem;
}

#shopping-cart form {
  padding: 2vh 0;
}

#shopping-cart select {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1.5vh 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
}

#shopping-cart input {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1vh;
  /*margin-bottom: 4vh;*/
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
}

#shopping-cart input:focus::-webkit-input-placeholder {
  color: transparent;
}

#shopping-cart .btn-finalizar-pedido {
  background-color: #000;
  border-color: #000;
  color: white;
  width: 100%;
  font-size: 1rem;
  margin-top: 4vh;
  padding: 1vh;
  border-radius: 0;
}
#shopping-cart .btn-aplicar-code {
  background-color: #000;
  border-color: #000;
  color: white;
  border-radius: 0;
  font-size: 1rem;
  padding-top: 0.9vh;
  padding-bottom: 0.9vh;
}
#shopping-cart .btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none;
}

#shopping-cart .btn:hover {
  color: white;
}

#shopping-cart a {
  color: black;
}

#shopping-cart a:hover {
  color: black;
  text-decoration: none;
}

#code {
  border-radius: 0px;
}

.toast-product {
  width: 15rem !important;
  top: 4rem !important;
  right: 4rem !important;
}

#product hr {
  height: 0.15rem;
  border-color: var(--color-dark);
  opacity: 1;

}
#product .product-subtitle {
  font-size: 0.9rem;
}

#product hr {
  height: 0.15rem;
  border-color: var(--color-dark);
  opacity: 1;

}

.btn-overside {
  width: 100%;
  color: var(--color-principal);
  background-color: var(--color-dark);

}

#product .btn-overside {
  /*width: 25rem;*/
  border-radius: 0.375rem;
  color: var(--color-principal);
  background-color: var(--color-dark);

}

#product .product-info {
  text-transform: uppercase;
}
@media (min-width: 577px) {
  #product .product-info {
      padding-left: 2.5rem;
  }
}


/* Extra Small Devices (xs) */
@media (max-width: 575.98px) {
  #product .btn-overside {
    width: 100%;
  }
}

/* Small Devices (sm) */
@media (min-width: 576px) and (max-width: 767.98px) {
  #product .btn-overside {
    width: 100%;
  }
}

.btn-favorito {
  color: black;
  border-color: #C3C3CA;
}

.btn-favorito:hover {
  border-color: black;
}
#seleccionatalla .btn.active{
  box-shadow: none;
}
#seleccionatalla .active{
  color: var(--color-principal);
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.btn-outline-secondary {
  font-size: 1.2rem;
  color: black;
  border-color: black;

}

.btn-outline-secondary:hover {
  color: whitesmoke;
  background-color: black;

}



.btn-cir {
  min-width: 5rem;
  width: 50%;
  /* Hace que el botón se expanda para llenar el ancho del contenedor padre */
  padding: 0.5rem;
  /* Añade un relleno para hacer que el botón sea más grande */
  margin-right: 0.2rem;
}

@media (min-width: 576px) {
  .btn-color-size {
    width: auto;
    /* Permite que los botones tengan su ancho natural en pantallas más grandes */
  }
  #product h1 {
    font-size: 2.3rem !important;
  }
}


#product .img-product {
  max-height: 60vh;
}
#product .extra-info-product p{
  margin-bottom: 0px !important;
}

#product .product-title {
  text-transform: uppercase;
  color: var(--color-principal);
  font-weight: 700;
}

#product .btn-outline-secondary:hover {
  color: var(--color-principal);
  background-color: var(--color-dark);
}

#product .guiatallas {
 color: var(--color-principal);
}
#product .selecttalla {
  font-size: 0.9rem;
  /*padding-right: 1.5rem;*/
}
#product .guiatallas:hover {
 color: var(--color-principal);
}

@media (max-width: 575.98px) {

  #mobile-homeproducts img{
    max-width: 85%;
  }
  #product .guiatallas {
    margin-right: 0vh;
  }
  #interesarte .titol2 {
    font-size: 1.4rem;
  }
  #interesarte img {
    max-width: 70% !important;
  }
  #interesarte .basic-txt {
    margin-bottom: 0px;
  }
  #product {
    padding: 3vh;
  }
  
  #seleccionatalla input {
    margin-bottom: 0.5rem;
    width: 10%;
  }

  /*.thumbnail {
    max-width: 20% !important;
    margin-bottom: 1rem;
  }*/

}

@media (max-width: 810px) {
  #seleccionatalla input {
    margin-bottom: 0.5rem;
    width: 10%;
  }

  /*.thumbnail {
    max-width: 20% !important;
    margin-bottom: 1rem;
  }*/

}




#product .alert-añadido-ok {
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}


#product-tallas a {
  color: rgb(100, 100, 100);
  text-decoration: none !important;
}

#product-tallas a:hover {
  color: rgb(37, 37, 37);
  font-weight: 550;
  text-decoration: none !important;
}

.btn-color {
  color: black;
  border-color: black;

}

.btn-custom-black {
  background-color: black;
  /* Color de fondo personalizado */
}

.btn-custom-white {
  background-color: white;
  border-color: rgb(177, 175, 175);
}

.btn-custom-grey {
  background-color: grey;
}

.btn-custom-yellow {
  background-color: #ffff00;
  color: #000;
}

#product-colors .active {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .50);
}

#product-tallas .active {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .50);
}

.pointer {
  cursor: pointer;
}

/* PEDIDO */
#pedido body {
  background: #9e9d9d;
  min-height: 100vh;
  vertical-align: middle;
  display: flex;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}

#pedido .title {
  margin-bottom: 2vh;
}

#pedido .card {
  margin: auto;
  max-width: 950px;
  width: 90%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  border: transparent;
}

@media(max-width:767px) {
  #pedido .card {
    margin: 3vh auto;
  }
}
#totalaccordion{
  margin-right: 1rem;
}
#pedido .cart {
  background-color: #fff;
  padding: 4vh;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}

@media(max-width:767px) {
  #pedido .cart {
    padding: 4vh;
    border-bottom-left-radius: unset;
    border-top-right-radius: 1rem;
  }
}

#pedido .summary {
  background-color: #ddd;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 4vh;
  color: rgb(65, 65, 65);
}

@media(max-width:767px) {
  #pedido .summary {
    border-top-right-radius: unset;
    border-bottom-left-radius: 1rem;
  }
}

#pedido .summary .col-2 {
  padding: 0;
}

#pedido .summary .col-10 {
  padding: 0;
}

#pedido .row {
  margin: 0;
}

#pedido .title b {
  font-size: 1rem;
}

#pedido .main {
  margin: 0;
  padding: 2vh 0;
  width: 100%;
}

#pedido .col-2,
.col {
  padding: 0 1vh;
}

#pedido a {
  padding: 0 1vh;
}

#pedido .close {
  margin-left: auto;
  font-size: 0.7rem;
}

#pedido .total-pedido {
  font-size: 1.4rem;
}


#pedido img {
  width: 3.5rem;
}

#pedido .back-to-shop {
  margin-top: 4.5rem;
}

#pedido .back-to-shop a {
  text-decoration: none !important;
}


#pedido .donde {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#pedido hr {
  margin-top: 1.25rem;
}

#pedido form {
  padding: 2vh 0;
}

#pedido select {
  border: 1px solid rgba(0, 0, 0, 0.137);
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
}

#pedido .direccions-input {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1vh;
  outline: none;
  background-color: rgb(247, 247, 247);
}

#pedido ul {
  list-style: none;
}

#pedido li {
  background-color: rgba(190, 190, 190, 0.34);
  list-style: none;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  color: black;
  font-weight: 600;
}

#pedido input:focus::-webkit-input-placeholder {
  color: transparent;
}

#pedido .btn {
  background-color: #000;
  border-color: #000;
  color: white;
  width: 100%;
  font-size: 0.7rem;
  margin-top: 4vh;
  padding: 1vh;
  border-radius: 0;
}

#pedido .btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none;
}

#pedido .btn:hover {
  color: white;
}

#pedido a {
  color: black;
}

#pedido a:hover {
  color: black;
  text-decoration: none;
}


#detalles-cuenta .form-group {
  margin-top: 1rem;
}

#shopping-cart {}

#checkoutfinal {
  min-height: 73vh;
}
#checkoutfinal body {
  background: #9e9d9d;
  min-height: 100vh;
  vertical-align: middle;
  display: flex;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}

#checkoutfinal .title {
  margin-bottom: 5vh;
}

#checkoutfinal .card {
  margin: auto;
  max-width: 950px;
  width: 90%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  border: transparent;
}

@media(max-width:767px) {
  #checkoutfinal .card {
    margin: 3vh auto;
  }
}

#checkoutfinal .cart {
  background-color: #eee;
  padding: 4vh 5vh;
  border-radius: 1rem;
}

@media(max-width:767px) {
  #checkoutfinal .cart {
    padding: 4vh;
    border-bottom-left-radius: unset;
    border-top-right-radius: 1rem;
  }
}

#checkoutfinal .summary {
  background-color: #ddd;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 4vh;
  color: rgb(65, 65, 65);
}

@media(max-width:767px) {
  #checkoutfinal .summary {
    border-top-right-radius: unset;
    border-bottom-left-radius: 1rem;
  }
}

#checkoutfinal .summary .col-2 {
  padding: 0;
}

#checkoutfinal .summary .col-10 {
  padding: 0;
}

#checkoutfinal .row {
  margin: 0;
}

#checkoutfinal .title b {
  font-size: 1.5rem;
}

#checkoutfinal .main {
  margin: 0;
  padding: 2vh 0;
  width: 100%;
}

#checkoutfinal .col-2,
.col {
  padding: 0 0vh;
}

#checkoutfinal a {
  padding: 0 1vh;
}

#checkoutfinal .close {
  margin-left: auto;
  font-size: 0.7rem;
}

#checkoutfinal img {
  width: 10rem;
}

#checkoutfinal .back-to-shop {
  margin-top: 4.5rem;
}

#checkoutfinal .back-to-shop a {
  text-decoration: none !important;
}


#checkoutfinal h5 {
  margin-top: 4vh;
}

#checkoutfinal hr {
  margin-top: 1.25rem;
}

#checkoutfinal form {
  padding: 2vh 0;
}

#checkoutfinal select {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1.5vh 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
}

#checkoutfinal input {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
}

#checkoutfinal input:focus::-webkit-input-placeholder {
  color: transparent;
}

#checkoutfinal .btn {
  background-color: #000;
  border-color: #000;
  color: white;
  width: 100%;
  font-size: 0.7rem;
  margin-top: 4vh;
  padding: 1vh;
  border-radius: 0;
}

#checkoutfinal .btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none;
}

#checkoutfinal .btn:hover {
  color: white;
}

#checkoutfinal a {
  color: black;
}

#checkoutfinal a:hover {
  color: black;
  text-decoration: none;
}

#allproducts a {
  color: black;
  text-decoration: none;
}
#allproducts {
  min-height: 80%;
}

/* CSS existente */
#allproducts .product-container {
  position: relative;
}

#allproducts .product-link {
  display: block;
  position: relative;
  overflow: hidden;
}

#allproducts .product-link .default-img {
  transition: opacity 0.3s ease-in-out;
}

#allproducts .default-img {
  /* width: 50% !important; */
}

#allproducts .product-link .hover-img {
  position: absolute;
  bottom: -1rem;
  right: 7rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transform: translateX(7rem) translateY(-5.5rem);
  height: 14.5rem;
}

#allproducts .product-link:hover .default-img {
  opacity: 0;
}

#allproducts .product-link:hover .hover-img {
  opacity: 1;
}

/* Desactivar el efecto hover en dispositivos móviles */
@media (hover: none) and (pointer: coarse) {
  #allproducts .product-link:hover .default-img,
  #allproducts .product-link:hover .hover-img {
    opacity: 1;
    transform: none;
  }
}


#direcciones {
  min-height: 100vh;
  /* Asegura que el contenedor principal ocupe al menos el 100% de la altura del viewport */
  display: flex;
  flex-direction: column;
}

#direcciones .card {
  min-height: 16rem;
}

#direcciones .address-form {
  position: relative;
  /* Asegura que el z-index funcione */
  z-index: 1000;
  /* Un valor mayor para asegurar que esté por encima */
}


.navbar-toggler {
  margin-left: 0;
}

.cart-icon {
  display: flex;
  align-items: center;
}

.container-custom {
  width: 70%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

#toast-notification p{
  font-size: 0.8rem;
}

#micuenta-pedidos img{
  width: 5rem !important;
}
@media (max-width: 575.98px) {
  #newsletter-column{
    padding: 4vh;
  }
  .titol-info {
    font-size: 1.5rem;
  }
  .newsletter-subtitle {
    color: black;
    font-size: 1rem !important;
  }

  .newsletter-input {
    width: 50%;
    height: 2rem;
    padding: 15px;
  }
}
/* Añade este estilo a tu archivo CSS */
.infoenvios-text {
  margin-top: auto; /* Empuja el texto hacia la parte inferior del contenedor flex */
  margin-bottom: 0; /* Opcional: Asegura que no haya margen debajo del texto */
}

@media (max-width: 575.98px) {
  .menu-footer{
    font-size: 0.8rem;
  }
  #newsletter-column{
    padding: 4vh;
  }
  .titol-info {
    font-size: 1.4rem;
  }
  .newsletter-subtitle {
    color: black;
    font-size: 1rem !important;
  }

  .newsletter-input {
    width: 50%;
    height: 2rem;
    padding: 15px;
  }


}


@media (max-width: 576px) {

  #pedido .cart {
    padding: 1vh;
    border-bottom-left-radius: unset;
    border-top-right-radius: 1rem;
  }

  .title-product-cart{
    font-size: 0.6rem;
  }

  #shopping-cart a {
    padding: 0 0.5vh;
  }
  #shopping-cart .item-price{
    font-size: 0.8rem;
  }

  #shopping-cart .title {
    margin-bottom: 0vh;
  }
  #shopping-cart .cart {
    padding: 1.5rem;
    border-bottom-left-radius: unset;
    border-top-right-radius: 1rem;
  }

  #pedido form {
    padding: 0vh 0;
  }

  .truckimage{
    width: 40%;
  }

  .infoenvios-text {
    font-size: 0.8rem;
  }


  .padding-left-custom {
    padding-left: 0px;
  }

  .titol-black {
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 0px;
  }

  .titol-yellow {
    font-weight: 800;
    font-size: 2.75rem;
    margin-bottom: 0px;
  }

  .newsletter-subtitle {
    color: black;
    font-size: 1rem !important
  }

  .newsletter-input {
    width: 100% !important;
    height: 2rem;
    padding: 15px;
  }

  #navbarContainer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .custom-icon-color {
    color: var(--color-principal) !important; /* Color personalizado */
}


  #newsletter button {
    margin-left: 17.5rem;
  }


  .cart-icon.order-1 {
    order: 1;
  }

  .navbarContainernohome {
    height: 4rem;
  }

  .thumbnail:nth-child(5) {
    display: none;
  }

}

.container-fluid {
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

.badge-cart-count {
  display: inline-block;
  padding: .35em .25em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.navbar-toggler {
  border: none;
}


.direccion-item.seleccionado {
  border: 2px solid var(--color-principal);
  padding: 10px;
}

/* Ocultar el radio button en pantallas pequeñas */
@media (max-width: 768px) {
  .direccions-input {
      display: none;
  }
}

.badge-cart-count-desktop{
  margin-left: -0.6rem !important;
}

#direcciones {
  overflow: visible;
}

#pedido-cart{
  min-height: 90%;
}
@media (max-width: 575.98px) {
  #pedido .cart {
    padding: 1vh;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  #paypal-section{
    margin-top: 1.5rem;
  }
  .title-product-cart {
    display: none;
}
}

/* NEWSLETTER */
/* Extra Small Devices (xs) */
@media (max-width: 575.98px) {
  .img-paysafe{
    max-width: 55%;
    height: auto;
  }
  .img-envios{
    max-width: 55%;
    height: auto;
  }
  .titol-black {
    font-size: 1.5rem !important;
  }
  .titol-yellow {
    font-size: 2.75rem !important;
  }
  #newsletter-column {
    padding: 4vh;
  }
  .newsletter-subtitle {
    font-size: 1rem !important;
  }
  .newsletter-input {
    width: 50%;
  }
}

/* Small Devices (sm) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .titol-black {
    font-size: 1.5rem !important;
  }
  .titol-yellow {
    font-size: 1.75rem !important;
  }
  #newsletter-column {
    padding: 5vh;
  }
  .newsletter-subtitle {
    font-size: 1.2rem !important;
  }
  .newsletter-input {
    width: 60%;
  }
}

/* Medium Devices (md) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .titol-black {
    font-size: 1.85rem !important;
  }

  .titol-yellow {
    font-size: 3.3rem !important;
  }
  .newsletter-subtitle {
    font-size: 1.18rem !important;
  }
  .newsletter-input {
    width: 100%;
  }
}

/* Large Devices (lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .titol-black {
    font-size: 1.5rem !important;
  }
  .titol-yellow {
    font-size: 2.25rem !important;
  }
  .newsletter-subtitle {
    font-size: 1.4rem !important;
  }
  .newsletter-input {
    width: 80%;
  }
}

/* Extra Large Devices (xl) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .titol-black {
    font-size: 1.5rem !important;
  }
  .titol-yellow {
    font-size: 2.5rem !important;
  }
  .newsletter-subtitle {
    font-size: 1.5rem !important;
  }
  .newsletter-input {
    width: 90%;
  }
}

/* Extra Extra Large Devices (xxl) */
@media (min-width: 1400px) {
  .titol-black {
    font-size: 2.3rem !important;
  }
  .titol-yellow {
    font-size: 4.1rem !important;
  }
  #newsletter-column {
    padding: 9vh;
  }
  .newsletter-subtitle {
    font-size: 1.45rem !important;
  }
  .newsletter-input {
    width: 100%;
  }
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}


/* NEWSLETTER2*/

.btn-overnews{
  background-color: var(--color-dark);
  color: var(--color-principal);
}

#newsletter2 h2 {
  font-size: 2.5rem;
}

#newsletter2 h1 {
  font-size: 4.5rem;
  color: var(--color-principal);
}

#newsletter2 h5 {
  font-size: 1.6rem;
}

@media (max-width: 1200px) {
  #newsletter2 h2 {
      font-size: 2.25rem; /* Ajustado proporcionalmente */
  }

  #newsletter2 h1 {
      font-size: 4rem; /* Ajustado proporcionalmente */
  }

  #newsletter2 h5 {
      font-size: 1.48rem; /* Ajustado proporcionalmente */
  }
}

@media (max-width: 992px) {
  #newsletter2 h2 {
      font-size: 2rem; /* Ajustado proporcionalmente */
  }

  #newsletter2 h1 {
      font-size: 3.64rem; /* Ajustado proporcionalmente */
  }

  #newsletter2 h5 {
      font-size: 1.32rem; /* Ajustado proporcionalmente */
  }
}

@media (max-width: 768px) {
  #newsletter2 h2 {
      font-size: 1.75rem; /* Ajustado proporcionalmente */
  }

  #newsletter2 h1 {
      font-size: 3.16rem; /* Ajustado proporcionalmente */
  }

  #newsletter2 h5 {
      font-size: 1.15rem; /* Ajustado proporcionalmente */
  }
}

@media (max-width: 576px) {
  #newsletter2 h2 {
      font-size: 1.5rem; /* Ajustado proporcionalmente */
  }

  #newsletter2 h1 {
      font-size: 2.68rem; /* Ajustado proporcionalmente */
  }

  #newsletter2 h5 {
      font-size: 0.96rem; /* Ajustado proporcionalmente */
  }
}

.bg-overside{
  background-color: var(--color-dark);
}

/* Desactivar el efecto hover en dispositivos móviles */
@media (hover: none) and (pointer: coarse) {
  .product-link:hover .default-img,
  .product-link:hover .hover-img {
    opacity: 1;
    transform: none;
  }

  .hover-img {
    display: none;
  }
}

.mb-custom{
  margin-bottom: 6rem !important;
}

@media (max-width: 767.98px) {
  /* Ocultar botones de tallas y añadir al carrito en pantallas pequeñas */
  #product-tallas, #add-to-cart-btn {
      display: none;
  }

  /* Mostrar el contenedor fijo con botones solo en móviles */
  .fixed-bottom {
      display: block;
  }
}

@media (min-width: 768px) {
  /* Ocultar el contenedor fijo en pantallas grandes */
  .fixed-bottom {
      display: none;
  }
}



.mobile-span-seleccionatutalla{
  font-size: 0.7rem;
}

.text-align-left{
  text-align: left;
}

.btn-light-ovr {
  --bs-btn-color: white;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

#carousel-mobile-container{
  --bs-gutter-x: 0px;
}

/* Ajusta el tamaño de fuente para pantallas más pequeñas */
@media (max-width: 375px) {
  .btn-custom-overside {
    font-size: 1.1rem !important;
  }
}
.btn-custom-overside {
  font-size: 1.2rem;
  --bs-btn-color: #000; /* Color del texto */
  --bs-btn-bg: #FABA0D; /* Color de fondo (tu color principal) */
  --bs-btn-border-color: #FABA0D; /* Color del borde */
  --bs-btn-hover-color: #000; /* Color del texto al hacer hover */
  --bs-btn-hover-bg: #e0a807; /* Color de fondo al hacer hover */
  --bs-btn-hover-border-color: #e0a807; /* Color del borde al hacer hover */
  --bs-btn-focus-shadow-rgb: 250,186,13; /* Color del borde al hacer focus */
  --bs-btn-active-color: #000; /* Color del texto al estar activo */
  --bs-btn-active-bg: #e0a807; /* Color de fondo al estar activo */
  --bs-btn-active-border-color: #d1a407; /* Color del borde al estar activo */
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); /* Sombra al estar activo */
  --bs-btn-disabled-color: #000; /* Color del texto cuando está deshabilitado */
  --bs-btn-disabled-bg: #f8f9fa; /* Color de fondo cuando está deshabilitado */
  --bs-btn-disabled-border-color: #f8f9fa; /* Color del borde cuando está deshabilitado */
  font-weight: 700;
}

#adminpage-links .card{
  min-height: 10rem;
}
#adminpage-links .card:hover {
  opacity: 0.8; 
}

#adminpage-links a:hover{
  color: white;
}
#adminpage-links .card-footer{
  min-height: 5rem;
}
/* Estilos para dispositivos móviles */
@media (max-width: 576px) {
  #adminpage-links .card {
    min-height: 10rem; /* Reduce la altura mínima para móvil */
    margin-top: 1rem; /* Agrega un margen superior de 2rem */
  }

  #adminpage-links .card-footer {
    min-height: 3rem; /* Reduce la altura mínima del footer */
  }
}

.card1 {
  background-color: #007BFF; /* Azul Bootstrap */
  color: white;
}

.card2 {
  background-color: #28A745; /* Verde Bootstrap */
  color: white;
}

.card3 {
  background-color: var(--color-principal); /* Amarillo oscuro */
  color: white;
}

.card4 {
  background-color: #DC3545; /* Rojo Bootstrap */
  color: white;
}

.card5 {
  background-color: #17A2B8; /* Cian Bootstrap */
  color: white;
  margin-top: 1.5rem;
}

.card6 {
  background-color: #6C757D; /* Gris oscuro Bootstrap */
  color: white;
  margin-top: 1.5rem;
}

.card7 {
  background-color: #343A40; /* Gris muy oscuro */
  color: white;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  #seleccionatalla .btn-size {
    flex-grow: 1; /* Todos los botones crecen uniformemente */
    flex-basis: calc(33.333% - 0.5rem); /* Todos los botones ocupan el mismo espacio en la fila */
    min-width: 70px; /* Asegura un ancho mínimo para evitar que botones pequeños ocupen menos espacio */
    margin-bottom: 1rem; /* Espaciado vertical */
    margin-right: 0.5rem; /* Espaciado horizontal entre botones */
  }

  #seleccionatalla .btn-size:last-child {
    margin-right: 0; /* Elimina el margen derecho del último botón */
  }
}

#seleccionatalla .btn-size {
  flex-grow: 1; /* Todos los botones crecen uniformemente */
  flex-basis: 0; /* Asegura que todos los botones ocupen el mismo espacio */
  min-width: 70px; /* Establece un ancho mínimo para los botones */
  padding: 0.75rem; /* Ajustar el padding para mayor tamaño de botones */
  text-align: center; /* Centrar el texto en los botones */
  margin-bottom: 0.5rem; /* Separar los botones verticalmente */
}
#seleccionatalla-mobile .btn-size {
  margin-right: 0.7rem; /* Ajusta el espacio entre botones */
  padding-inline: 0.8rem; /* Reduce el padding horizontal */
  flex-grow: 1; /* Todos los botones crecen uniformemente */
  flex-shrink: 1; /* Permite que los botones se hagan más pequeños si es necesario */
  flex-basis: 0; /* Asegura que todos los botones ocupen el mismo espacio */
  min-width: 3rem; /* Ajusta el ancho mínimo */
  font-weight: 700;
  border: 2px solid white;
  aspect-ratio: 1 / 1; /* Relación 1:1 para asegurar que el height sea igual al width */
  max-height: 5rem;
  max-width: 5rem;
}

#seleccionatalla-mobile .btn-size:disabled {
  color: gray;
  pointer-events: none;
  background-color: #80808052;
  border-color: #80808052;
}

#seleccionatalla-mobile .btn-size:last-child {
  margin-right: 0; /* Elimina el margen derecho del último botón */
}


#seleccionatalla-mobile .active {
  color: var(--bs-btn-active-color);
  background-color: var(--color-principal);
  border-color: var(--color-principal);
  box-shadow: none !important;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente */
  position: absolute;
  width: 100%;
  z-index: 10; /* Asegura que el navbar esté encima de la imagen */
}


#playlist {
  height: 45vh; /* Ajusta esta altura según prefieras */
}

/* Asegúrate de que el iframe ocupe toda la altura del contenedor */
#spotify-placeholder iframe {
  height: 100%;
}

#interesarte p{
  margin-bottom: 0rem !important;
}

#seleccionatalla .btn{
  border: 3px solid var(--color-dark);
  font-weight: 800;
}

#seleccionatalla .btn:disabled {
  border: 3px solid rgb(182, 181, 181);
  color: rgb(182, 181, 181);
  font-weight: 800;
}

.btn-home {
  font-size: 2rem; /* Tamaño grande del texto */
  padding: 20px 40px; /* Más espacio interno */
  border-radius: 8px; /* Bordes redondeados */
  background-color: var(--color-principal); /* Color de fondo */
  color: var(--color-dark-light); /* Color del texto */
  border: none; /* Sin bordes adicionales */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  position: absolute; /* Posicionamiento absoluto dentro del contenedor */
  right: 26.3vw; /* Proporcional al ancho de la ventana */
  bottom: 13vh; /* Proporcional a la altura de la ventana */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8); /* Sombra para destacar */
  transition: all 0.3s ease; /* Suavidad en la animación */
}

@media (max-width: 768px) {
  .btn-home {
    font-size: 1rem; /* Reduce el tamaño del texto */
    padding: 0.7rem 0.7rem; /* Ajusta el tamaño del botón */
    right: 20vw; /* Menor distancia del borde derecho */
    bottom: 8vh; /* Menor distancia del borde inferior */
  }
}

.btn-home:hover {
  background-color: var(--color-dark-light); /* Cambia el color al pasar el ratón */
  transform: scale(1.03); /* Efecto de agrandamiento */
}



/* Sobrescribir estados de clic y enfoque */
.btn-home:focus, 
.btn-home:active {
  background-color: var(--color-principal) !important; /* Mantén el color original al hacer clic */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8); /* Sombra personalizada */
  outline: none; /* Elimina el contorno predeterminado */
}

.text-bg-secondary-overside {
  color: var(--color-principal) !important;
  background-color: var(--color-dark) !important;
}

.badge-overside {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
}

.product-container img {
  height: 15rem; /* o la altura que quieras */
  width: 100%;
  object-fit: contain;
}


