 
 * {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
}
 
 
 
 
 .header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    width: 100%;
    height: 80px;
    background-color: #f2e1d9;
    z-index: 1000;
    transition: all 0.3s ease;
}

.account {
    text-decoration: none;
    color: black;
}

.account:hover {

    color: #fd8f5f
}

.navbar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar a {
    text-decoration: none;
    margin: 10px;
    color: black;
    padding-right: 20px;

}
.nav-card-span {
   color: white;
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 14px;
    justify-content: center;
    align-items: center;
    width: 23px;
    text-align: center;
    height: 23px;
    border-radius: 50%;
    background-color: #fd8f5f;
}
.nav-card-span-icon{
    position: relative;

}
.logo {
    transform: translateY(20px);
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}

.header.scrolled img.logo{
    content: url('https://preview.colorlib.com/theme/furn/assets/img/logo/logo2.png.webp');
    margin-top: -35px;
    margin-left: 15px;
    width: 70px;
    height: 70px;
}
.logo:hover {
    cursor: pointer;

}

.navbar a:hover {
    color: #fd8f5f;
}

.dropdown {
    position: relative;
    z-index: 1000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 10;
}

.dropdown-content a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: black;
}

.dropdown-content a:hover {
    background-color: #f0f0f0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropblog {
    position: relative;
    z-index: 1000;
}

.dropblogcontent {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 10;
}

.dropblogcontent a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: black;
}

.dropblogcontent a:hover {
    background-color: #f0f0f0;
}

.dropblog:hover .dropblogcontent {
    display: block;
}

.underline-input {
    border: none;
    border-bottom: 1px solid#343a40;
    background-color: #f2e1d9;
    outline: none;
    padding: 5px;
    font-size: 16px;
    width: 200px;
}

.input {
    position: relative;
    width: fit-content;
}

.Search-icon {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.Search-icon:hover {
    cursor: pointer;
}

.card-icon {
    margin-right: 40px;
    width: 30px;
}

.card-icon:hover {
    cursor: pointer;
    opacity: .7;
    transform: scale(1.1)
}

* {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
}
table {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  border-collapse: collapse;
  background-color: #fff;
}

th,
td {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
th {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-weight: 600;
}

.card-page-header {
  position: relative;
  background-color: #f2e1d9;
  padding: 30px 0px 40px;
}
.card-page-header img {
  width: 95%;
  filter: brightness(80%);
}
.card-page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 44px;
  background-color: white;
}
.card-page-header-container {
  position: absolute;
  top: 15%;
  left: 5%;
  margin: 40px;
  padding: 90px 24px 55px 44px;
  width: 35%;
  z-index: 1;
}
.card-page-header-container h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: bolder;
  text-transform: uppercase;
}
.card-page-header-container-a {
  display: flex;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}
.card-page-header-container-a i {
  padding: 0 10px 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.card-page-header-container-a a {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.product-img {
  width: 150px;
  height: auto;
  border-radius: 6px;
}
.product-info {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.product-text {
  margin-left: 15px;
  color: #556877;
}
.quantity-control-card {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  width: 90px;
  justify-content: center;

  padding: 5px;
  border-radius: 4px;
}
.quantity-control-b {
  text-align: center;
  background-color: white;
  border: none;
  font-size: 18px;
  cursor: default;
}
.quantity-control span {
  font-size: 16px;
  margin: 0 5px;
}

.btn-row {
  margin: auto;
  width: 80%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.btn-card-page {
  background-color: #fd8f5f;
  color: white;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 18px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.btn-card-page:hover {
  background: #9e5839;
  text-transform: uppercase;
  transform: scale(1.05); /* تكبير بسيط */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* ظل ناعم */
  font-weight: 500;
  font-size: 15px;
}

.custom-line {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.shipping-box-w {
  width: 80%;
  margin: auto;
}
.shipping-box {
  max-width: 350px;
  margin-left: auto;
}
.option-h {
  width: 87%;
  display: flex;
  margin-left: auto;
  justify-content: space-between;
}

.option-p {
  margin-top: 13px;
  color: #2a2a2a;
  font-size: 19px;
  margin-bottom: 60px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.radio-group-sp {
  margin-bottom: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: right;
  height: 50px;
}
.radio-group-sp p {
  text-align: center;
  margin-right: 5px;
  color: #606060;
  font-size: 17px;
  font-weight: 500;
}

.radio-group input[type="radio"] {
  margin-right: 10px;
}

.custom-select {
  position: relative;
  width: 100%;
  font-family: sans-serif;
}
.selected-all {
  display: flex;
  justify-content: space-between;
  width: 94%;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.selected-all i {
  color: #000;
  width: 20px;
}

.options {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  margin-top: 5px;
  z-index: 100;
}

.options.open {
  max-height: 500px; /* أكبر من ارتفاع العناصر */
}

.option {
  padding: 10px 15px;
  transition: 0.1s;
}

.option:hover {
  background: #dce1e6; /* لون hover اللي إنت عايزه */
  color: #fff;
}

.shipping-box-dropdown-b {
  display: flex;
  justify-content: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.empty-cart{
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 50px 0;
  font-size: 30px;
  color: #606060;
  font-weight: 500;
}