/* button dark */
      .toggle-btn-dar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #fd8f5f;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.3s ease;
  padding: 0px 11px;
  /* card-page-header */
}
body.dark-mode a {
  color: #f9f9f9;
}

.toggle-btn-dar:hover {
  background-color: #e87640;
}
.toggle-btn-dar:hover {
  background-color: #e87640;
}
/* dark mode */

body.dark-mode {
  background-color: #121212;
  color: #f1f1f1;
}

body.dark-mode .header {
  background-color: #1e1e1e;
}

body.dark-mode .container,
body.dark-mode .section-4,
body.dark-mode .section-6,
body.dark-mode .p2,
body.dark-mode .containimg {
  background-color: #2c2c2c;
  color: #ddd;
}
body.dark-mode .containimg::after{
  background-color: #2c2c2c;
}
body.dark-mode .underline-input{
  background-color: #2c2c2c;
  color: #ddd;
}
body.dark-mode .dropdown{
  background-color: #2c2b2b;
  color: white;
}
body.dark-mode .product-card1{
  background-color: #2c2b2b;
  color: white;
}

body.dark-mode .product-card{
  background-color: #2c2b2b;
  color: rgb(250, 243, 243);
  border: #2c2b2b;
}
body.dark-mode .dropdowncategory select {
  background-color: #2c2b2b;
  color: white;
}
body.dark-mode .dropdownprice select {
  background-color: #2c2b2b;
  color: white;
}
body.dark-mode .drop-down select {
  background-color: #2c2b2b;
  color: white;
}
body.dark-mode .product-card p{
color: white;
}
body.dark-mode .dropdown-content{
  background-color: #2c2b2b;
  color: white;
}
body.dark-mode .footer-dots-1-bg{
  background-color: #2c2b2b;
}
body.dark-mode .footer-dots-1{
  background-color: #2c2b2b;
}
body.dark-mode .dropdown-content{
  background-color: #2c2b2b;
  color: white;
}
body.dark-mode .add-btn{
  background-color: #2c2b2b;
  border:#ff8c6b;
  color: white;
}
body.dark-mode .Search-icon{
  background-color: #2c2b2b;
  color: #ddd;
}
body.dark-mode .navbar a,
body.dark-mode .account,
body.dark-mode .dropdown-content a,
body.dark-mode .dropblogcontent a,
body.dark-mode .section3-link a {
  color: #f0f0f0;
}

body.dark-mode .btnDiscover,
body.dark-mode .section5-btn,
body.dark-mode .section-4-b {
  background-color: transparent;
  color: #f4b8a4;
  border-color: #f4b8a4;
}
body.dark-mode .card-page-header{
  background-color: #2c2c2c;
}
body.dark-mode .card-page-header::after{
  background-color: #2c2c2c;
}
body.dark-mode .btnDiscover:hover,
body.dark-mode .section5-btn:hover,
body.dark-mode .section-4-b:hover {
  background-color: #f4b8a4;
  color: #000;
}

body.dark-mode hr {
  background-color: #555;
}

.section3-tabs {
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}


body.dark-mode .section3-tabs {
  color: white;              
  background-color: #333;    
}

body.dark-mode .test {
  background-color:#333;
}

body.dark-mode .order_box h2 {
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 500;
  color: white;
  padding-bottom: 15px;
}
body.dark-mode .order_box .list li a {
  font-size: 14px;
  color: white;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  display: block;
  line-height: 42px;
}

body.dark-mode .checkbox-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 35px;
  
  font-size: 17px;
  cursor: pointer;
    color: white;
  font-weight: 500;
  margin-top: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section3-tabs.active-tab {
  font-weight: bold;
  border-bottom: 2px solid #000;
}


body.dark-mode .section3-tabs.active-tab {
  border-bottom: 2px solid white;
}


  body.dark-mode {
    background-color: #121212;
    color: #ffffff;
  }

  body.dark-mode table {
    width: 100%;
    border-collapse: collapse;
    background-color: #1e1e1e;
    color: #ffffff;
    border: 1px solid #444;
  }

  body.dark-mode th,
  body.dark-mode td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #333;
  }

  body.dark-mode thead {
    background-color: #2a2a2a;
  }

  body.dark-mode tr:hover {
    background-color: #2e2e2e;
  }

  body.dark-mode button {
    background-color: #ff4d4d;
    color: white;
    border: none;
    padding: 2px 10px;
    cursor: pointer;
  }

  /* Dark mode styles */
  body.dark-mode .selected-all {
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid #444;
  }

  body.dark-mode .options {
    background-color: #333;
    border: 1px solid #444;
  }

  body.dark-mode .option {
    color: #fff;
  }

  body.dark-mode .option:hover {
    background-color: #444;
  }
/* footor dark */
  .footer {
    background-color: #f9f9f9;
    color: #333;
  }

  .footer a {
    color: #c2c5db;
    text-decoration: none;
  }
  body.dark-mode .footer {
    background-color: #1a1a1a;
    color: #f1f1f1;
  }

  body.dark-mode .footer-dots-1-card,
  body.dark-mode .footer-dots-2-links {
    background-color: transparent;
  }

  body.dark-mode .footer a {
    color: #d1d1d1;
  }

  body.dark-mode .footer a:hover {
    color: #ffffff;
  }

  body.dark-mode .footer-dots-2-logo-p {
    color: #cccccc;
  }

  body.dark-mode .footer-dots-2-logo-i {
    background-color: #333;
    color: #fff;
  }

  body.dark-mode .footer-dots-2-logo-i:hover {
    background-color: #555;
  }

  body.dark-mode .footer-dots-2-links h6 {
    color: #ffffff;
  }

  .footer-dots-1-bg {
    background-color: #f3f3f3;
  }

  .footer-dots-1-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .footer-dots-1-card-p1 {
    font-weight: bold;
    margin: 10px 0 5px;
    color: #333;
  }

  .footer-dots-1-card-p2 {
    color: #666;
    font-size: 14px;
  }

  body.dark-mode .footer-dots-1-bg {
    background-color: #1f1f1f;
  }

  body.dark-mode .footer-dots-1-card {
    background-color: #2b2b2b;
    box-shadow: 0 2px 8px rgba(255,255,255,0.05);
  }

  body.dark-mode .footer-dots-1-card-p1 {
    color: #ffffff;
  }

  body.dark-mode .footer-dots-1-card-p2 {
    color: #cccccc;
  }

/* ///////////////// */
  .product-container {
    background-color: #fff;
    color: #000;
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
  }

  .productData {
    margin-bottom: 20px;
  }

  .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .info {
    margin: 6px 0;
  }

  .value {
    font-weight: bold;
    color: #333;
  }

  .desc {
    margin-top: 15px;
    color: #555;
  }

  .quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .quantity button {
    padding: 5px 12px;
    font-size: 18px;
    cursor: pointer;
  }

  .add-to-cart {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  .add-btn {
    /* background-color: #007bff; */
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
  }

  .fav {
    font-size: 20px;
    cursor: pointer;
  }

  .social-icons a {
    margin-right: 10px;
    text-decoration: none;
    font-size: 18px;
    color: white;
  }

  /* ----------------- Dark Mode ----------------- */
  body.dark-mode .product-container {
    background-color: #1e1e1e;
    color: #f1f1f1;
    box-shadow: 0 4px 12px rgba(255,255,255,0.05);
  }

  body.dark-mode .price {
    color: #ffcc70;
  }

  body.dark-mode .value {
    color: #a0cfff;
  }

  body.dark-mode .desc {
    color: #cccccc;
  }

  body.dark-mode .quantity button {
    background-color: #333;
    color: #fff;
    border: 1px solid #555;
  }

  body.dark-mode .add-btn {
    padding: 10px 15px;
    background-color: #413f3f;
    color: white;
    border: 1px solid white;
  }

  body.dark-mode .fav {
    color:red;
  }

  body.dark-mode .social-icons a {
    color: #dddddd;
  }

  body.dark-mode .social-icons a:hover {
    color: #ffffff;
  }

/* ////////////// */

  .card-page-header-container {
    padding: 40px 20px;
    background-color: #f5f5f5;
    text-align: center;
  }

  .card-page-header-container h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
  }

  .card-page-header-container-a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }

  .card-page-header-container-a a {
    text-decoration: none;
    color: #555;
  }

  .card-page-header-container-a i {
    color: #555;
  }

  /* ✅ Dark Mode */
  body.dark-mode .card-page-header-container {
    background-color: #1c1c1c;
  }

  body.dark-mode .card-page-header-container h1 {
    color: #ffffff;
  }

  body.dark-mode .card-page-header-container-a a {
    color: #cccccc;
  }

  body.dark-mode .card-page-header-container-a i {
    color: #aaaaaa;
  }

/* ////////////// */
.card-page-header-container h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .card-page-header-container-a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
  }

  .card-page-header-container-a a {
    text-decoration: none;
    color: #555;
  }

  .card-page-header-container-a i {
    color: #777;
  }

 
  body.dark-mode .card-page-header-container {
    background-color: #1f1f1f;
  }

  body.dark-mode .card-page-header-container h1 {
    color: #ffffff;
  }

  body.dark-mode .card-page-header-container-a a {
    color: #cccccc;
  }

  body.dark-mode .card-page-header-container-a i {
    color: #aaaaaa;
  }
  /* ////////////// */


body.dark-mode .footer-dots-1-bg {
  background-color: #111; 
}

body.dark-mode .footer-dots-1-card {
  background-color: #1a1a1a; 
  border: 1px solid #333;
}

body.dark-mode .footer-dots-1-card-p1,
body.dark-mode .footer-dots-1-card-p2 {
  color: #f1f1f1; 
}

body.dark-mode .footer-dots-1-card-img img {
  filter: brightness(0) invert(1); 
}
body.dark-mode .footer-dots-1-bg{
  background-color: #1a1a1a; 
 
}
/* dark mode checkout */
body.dark-mode #returning-customer-px-3{
  background-color: #4b4949;
  color: white;
}
body.dark-mode #returning-customer-px-3 h2{
  background-color: #4b4949;
  color: white;
}
body.dark-mode #email{
  background-color:#4b4949 ;
 
}
body.dark-mode #email h2{
  background-color:#4b4949 ;
  color: white;
 
}
#email::placeholder{
 
  color: white;
}
body.dark-mode .container p{
  color: white;
}

body.dark-mode .checkbox-container{
  background-color: #4b4949;
  color: white;
}
body.dark-mode .checkmark{
  background-color: #4b4949;
  color: white;
}
body.dark-mode #email select{
  background-color:#4b4949 ;
  color: white;
}
body.dark-mode .checkbox-label,
body.dark-mode .checkmark  {
  color: white;
}
body.dark-mode textarea{
  background-color: #4b4949;
 color: white;
}
 textarea::placeholder{
    color: white;
  }
  body.dark-mode .radion_btn label{
    color: white;
  }
  body.dark-mode .payment_item p{
    background-color: #4b4949;
    color: white;
  }