
@font-face {
  font-family: 'RoyaleDreams';
  src: url('fonts/RoyaleDreamsPersonalUse.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

#logo img {
    max-width: 266px;
    /* filter: drop-shadow(0 0 1px); */
    height: 100px;
}


#cart .btn-lg {
    margin-top: 40px;
  
}
.col-md-5 {
    margin-top: 40px;
}
@media (max-width:780px){
    #cart .btn-lg {
        margin-top: 1px;
    }
    .col-md-5 {
        margin-top: 1px;
    }
}
#menu {
    background-image: linear-gradient(to bottom, #f95285, #a6568c);
    font-size: 20px;
    margin-top:12px;
    letter-spacing: 3px;
    font-family: 'RoyaleDreams', sans-serif;
}
.img-fluid {
    width: 1312px;
}

#navbar-menu > ul {
    margin: 0 auto;
}

#menu .navbar-nav > li > a
{
    color: yellow;
}
#menu .navbar-nav > li > a:hover
{
    color: black;
}

.grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
  }

.box {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.4s ease-out;
}

.box:hover {
  transform: translateY(-5px);
}

.box-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 1rem;
}

.box-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
    
    
#motivatii > div {
      box-shadow: 3px 3px 7px #9f6d6d;  
      margin-bottom: 35px;
      padding-top: 15px;
      padding-bottom: 25px;
      /*font-family: 'RoyaleDreams', sans-serif;;*/
      transition: box-shadow 0.6s ease-out;
      user-select: none;
}

#motivatii > div:hover {
    box-shadow: 6px 6px 8px #7e3e3e; 
     /* cursor: url('/image/cadou.png'), auto; */
}

#common-home .product-thumb:hover *,
#product-category .product-thumb:hover *,
#product-info .product-thumb:hover *{
    cursor: url('/image/cadoumic.png'), auto;
}

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: #db2828;
  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: black;
}

#cart button {
    background-color: #8a2b2b;
}

footer {
    background-color: #5e1e1e;
}