body{
    /* background-color: rgb(244,244,247); */
}
img#logo{
    vertical-align: middle;
    width: 100px;
    height: 100px;
}

#NAV {
    background:linear-gradient(to right, rgb(255, 29, 37) 5%, rgb(243, 128, 64) 35%, rgb(237, 136, 42) 35%, rgb(241, 151, 82) 55%, rgb(255, 149, 1) 70%);
} 
#mobilier, #Canapele, #mobilier-copii, #somn, #cadou, #offer, #outlet,#acasa{
    font-size: large;
    font-style:oblique;
    font-family:'Times New Roman', Times, serif;
}
#search{
    margin-left: -50px;
}
#myBtn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(255, 148, 1);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    border-bottom-right-radius: 40%;
    border-bottom-left-radius: 40%;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

.rotated-text {
    transform: rotate(45deg);
    /* Optional properties for better display */
    display: inline-block;
    /* Adjust origin if needed */
    transform-origin: center;
}

.card:hover {
    opacity: 1.0;
    box-shadow: 0 1rem 3rem rgba($black, .175);
}

.card {
    opacity: 0.8;

}
.text-info-emphasis {
    color: var(--bs-secondary-bg-subtle) !important;
}

.pret1{
    color: red;
}

  .dropdown-menu.D {
    display: none;
    position: absolute;
    background: linear-gradient(-60deg, rgb(189, 188, 188) 40%, rgb(255, 255, 255) 60%);
    margin-top: 8px;
    min-width: 1000px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-menu.A {
    display: none;
    position: absolute;
    background: linear-gradient(-60deg, rgb(189, 188, 188) 40%, rgb(255, 255, 255) 60%);
    margin-top: 8px;
    min-width: 800px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-menu.B {
    display: none;
    position: absolute;
    background: linear-gradient(-60deg, rgb(189, 188, 188) 40%, rgb(255, 255, 255) 60%);
    margin-top: 8px;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-menu.C {
    display: none;
    position: absolute;
    background: linear-gradient(-60deg, rgb(189, 188, 188) 40%, rgb(255, 255, 255) 60%);
    margin-top: 8px;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-menu{
    display: none;
    position: absolute;
    background: linear-gradient(-60deg, rgb(189, 188, 188) 40%, rgb(255, 255, 255) 60%);
    margin-top: 8px;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }


  .nav-item.dropdown.me-2.ms-2:hover .dropdown-menu{display:block;}

  .img-banner.img-fluid{
    max-width: 120px;
    max-height: 100px;
  }    

  img.body_pic.rounded:hover {
    opacity: 0.5;
    transition: all 3s;
    transition-behavior: normal;
    transition-duration: 3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    transform: scale(1.1);
  }

  .rotated-text {
    transform: rotate(-45deg);
    /* Optional properties for better display */
    display: inline-block;
    margin-left: -80px;
    margin-top:30px;
 
}
.emag-color{
    /* background: linear-gradient(to right, #ff1d25 5%, #a0328c 35%, #7040a4 45%, #4359c7 55%, #0082e6 70%); */
color: #ffc107;
}

.size{
    min-width: 150px; 
}


.container-pop {
  text-align: center;
  margin-top: 100px;
}

.btn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

/* Modal styles */
.modal-pop {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-pop {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 1000px;
  text-align: center;
  border-radius: 5px;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 500px;
}

.close1, .close2, .close3, .close4, .close5 {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close1, .close2, .close3, .close4, .close5:hover
.close1, .close2, .close3, .close4, .close5:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.form-control.success {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #C41E3A;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.popupemail {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  z-index: 9999;
}
