
/* Button To TOP*/
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: #1d248f;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 30;
}

#backToTop:hover {
  background-color: #3c45d0;
}

.no-link-style {
    color: inherit;
    text-decoration: none;
}

#navbar-menu > ul > .nav-item:hover {
  transform: scale(1.05);
  transition: transform 0.05s ease; /* Liniștește mișcarea pentru o tranziție mai suavă */
}

.nav-link i {
  font-size: 1.1rem; /* Ajustează dimensiunea iconițelor */
}
.menu-icons a {
  padding: 10px; /* Optional: Adds padding around each icon link */
  transform: scale(1.15);
  transition: transform 0.05s ease;
}
.menu-icons a:hover i {
  transform: scale(1.15);
  transition: transform 0.2s ease; /* Tranzitează la scalare într-un mod lin */
}

.list-group-item {
background-color: transparent;

}
.list-group-item.active {
background: linear-gradient(to bottom, #6a0a63, #250a09);
}
.breadcrumb {
  display: none;
}

nav#top {display: none;}

header {margin-top: 20px;}

header .container .row div + div {
    padding-top: 17px;
}

h2 + p, .produselenoastre, .testimoniale > p {
    font-size: 22px;
}
.testimonial > p {font-size: 20px;}

.cart-top-mobile {display: none !important;}
 
@media (max-width: 767px) {
    header .formsearch {height: 0; padding-top: 0 !important;}
    header .container .row > div > form {display: none !important;}
    .cart-top-desktop {display: none !important;}
    .cart-top-mobile {display: initial !important; background-color: transparent;}
    #category {flex: 1;}
    header .container .row div + div {
        padding-top: 0;
    }
}

/* == Pagina Despre noi  */
.art404-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
}

.art404-content-left,
.art404-content-right {
  flex: 1;
  padding: 20px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.art404-content-left h1,
.art404-content-right h1 {
  font-family: 'Playfair Display', serif;
  color: #333333;
}

.art404-content-left p,
.art404-content-right p {
  font-size: 18px;
  color: #333333;
}

.art404-content-left strong,
.art404-content-right strong {
  font-weight: bold;
  color: #d4af37;
}

.art404-image-left,
.art404-image-right {
  flex: 1;
  padding: 20px;
  min-width: 300px;
}

.art404-image-left img,
.art404-image-right img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.art404-bottom-section {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
}

.art404-bottom-section img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}

.art404-bottom-section div {
  flex: 1;
  min-width: 300px;
}

/* Media Queries pentru responsive */
@media (max-width: 768px) {
  .art404-container {
    flex-direction: column;
    align-items: center;
  }

  .art404-content-left,
  .art404-content-right,
  .art404-image-left,
  .art404-image-right {
    flex: none;
    width: 100%;
    padding: 10px;
  }

  .art404-bottom-section {
    flex-direction: column;
    align-items: center;
  }

  .art404-bottom-section img {
    width: 80%;
    height: 250px;
  }
}

/* Stilizare secțiunea Valorile Noastre */
.art404-values {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: linear-gradient(to right, #f5e1c8, #ead8b8);
}

.art404-values h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 20px;
}

.art404-values .value {
  margin-bottom: 20px;
}
.art404-values strong {
  font-weight: bold;
  /* text-shadow: 0 0 3px rebeccapurple; */
}

.art404-values .value h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #d4af37;
}

.art404-values .value p {
  font-size: 18px;
  color: #333333;
}
/* Centrare Titlu */

h2.povestea, h2.misiunea, h2.valorile {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.82rem;
  /* text-shadow: 0 0 2px rebeccapurple; */
  text-align: center;
  padding-bottom: 20px;
}
/* == end Pagina Despre noi  */

