.account .account__logged-in,
.account .account__content,
.account .grid--account {
  display: none !important;
} 
 .customer.account{
    display: none;
}
.custom-register-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}
.custom-register-form input {
  width: 100%;
  margin-bottom: 15px;
}
/* #MainContent{
    max-width: 1200px;
    margin: auto;
    width: 100%
} */
.dashboard-wrapper {
  display: flex;
  font-family: Jost;
  gap: 20px;
}

a#manage-address-link {
    margin-top: 20px;
}
/* .dashboard-sidebar {
  width: 240px;
  background: #fff;
  padding: 20px;
  border-right: 1px solid #ddd;
} */

.customer-info h3 {
  margin: 0;
  font-size: 18px;
}
.customer-info p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.dashboard-menu {
  list-style: none;
  padding: 10px;
}
.dashboard-menu li {
  margin-bottom: 10px;
}
.dashboard-menu a {
    color: #575757;
    display: flex;
    text-decoration: none;
    padding: 10px 12px;
    background: #f7f7f7;
    font: 14px jost;
}
/* .dashboard-menu a.active {
  color: #fff;
} */
.dashboard-menu .badge {
  background: #fff;
  color: #000;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.dashboard-content {
  /* flex: 1; */
  max-width: 50%; 
  width: 100%;
  padding: 0px;
}

.stat-cards {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.card {
  flex: 1;
  background: #fff;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 2px 2px 0px #000;
}
.card .icon {
  font-size: 24px;
  margin-bottom: 5px;
}

.tab-link.active {
    font-weight: bold;
    color: #000;
    /* Add other styles */
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
/* .profile-details div {
  margin-bottom: 12px;
} */
.profile-details strong {
  display: block;
  font-size: 14px;
  color: #333;
}
.profile-details p {
  margin: 4px 0 0 0;
  color: #555;
  margin-top: 0px;
}
/* .order-list {
  list-style: none;
  padding: 0;
} */
/* .order-item {
  padding: 12px;
  border-bottom: 1px solid #ddd;
} */
/* .product-card {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 12px;
  text-align: center;
  background-color: #fff;
} */
 /* .product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
} */

.product-card {
    width: 220px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.product-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.product-info {
    text-align: center;
    margin-top: 12px;
}

.product-info h2 {
    font-size: 16px;
    margin: 10px 0 6px;
}

.product-info .variant {
    font-size: 14px;
    color: #777;
    margin-bottom: 4px;
}

.product-info .price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.product-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-card-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.view-btn {
  display: inline-block;
  margin-top: 8px;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  text-decoration: none;
  border-radius: 6px;
}



/* .cancel-order-btn {
  margin-top: 10px;
  padding: 8px 12px;
  background: #fff;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.cancel-order-btn:hover {
  background: black;
  color: #fff;
} */
.disabled-btn {
  /* color: gray; */
  font-style: italic;
}
.reorder-btn {
  margin-left: 10px;
  padding: 8px 12px;
  /* background: green; */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
/* .reorder-btn:hover {
  background: darkgreen;
} */

.reorder-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.reorder-popup-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.popup-buttons button {
  margin: 10px;
  padding: 10px 20px;
  font-weight: bold;
}
.form#add-address-form {
    width: 100%;
    max-width: 51%;
    margin: auto;
}
form#add-address-form {
    width: 100%;
    max-width: 60%;
    margin: auto;
}
select#country {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

form#add-address-form input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-top: 12px;
}

form#add-address-form button {
    background: black;
    color: white;
    padding: 15px  10px 15px 10px;
    margin-top: 10px;
    text-align: center;
    width: 49%;
}
.tab-content.active h3 {
    color: #333333;
    font: 58px Jost;
}
.custom-field {
  margin-top: 10px;
}
.first_class {
    display: flex;  
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0px;
}
.first_class1 {
    display: flex;  
    width: 100%;
    max-width: 100%;
    margin: 0px;
}
.top-head{
  border-bottom: 3px solid #c8c5c5;
}
.top-head h2 {
    margin-bottom: 10px;
}
.mid-head {
    font-weight: 600;
    margin-top: 16px;
}
.first_class .third_class {
    width: 100%;
    /* max-width: 65px; */
    margin: 0px;
}
.first_class_email{
  margin: 0px;
}

.form-actions button {
  padding: 8px 16px;
  border-radius: 6px;
  border: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.form-actions button#cancel-profile-button {
  background-color: #aaa;
}
.cd_order-contact-clild.cd_grand_total .cd_total {
    background: #666666;
    padding: 10px 10px;
    color: white;
}
/* order css start */
.order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.order-table thead {
    border-bottom: 1px solid #c5c5c5;
}

.order-table th,
.order-table td {
  /* border: 1px solid #ddd; */
  padding: 12px;
  text-align: left;
  font-size: 14px;
}

.order-table tr:nth-child(even) {
  background-color: #fafafa;
}

.order-table tr:hover {
  background-color: #f1f1f1;
}

.status-label {
    color: #282828;
    padding: 4px 4px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize;
    background-color: none;
}

.status-btn, .reorder-btn, .cancel-order-btn {
    padding: 6px 12px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 7px;
    background-color: none;
    color: #181818;
    text-decoration: none;
}

.status-btn {
  /* background-color: #3498db; */
  color: #1979C3;
  text-decoration: none;
}

.reorder-btn {
    color: #1979C3;
    background-color: none;
}
.cancel-order-btn {
    color: #1979C3;
}
button.status-btn:hover {
    background-color: black;
    color: white;
}

button.cancel-order-btn:hover {
    background-color: black;
    color: white;
}

button.reorder-btn:hover {
    background-color: black;
    color: white;
}
.cancel-order-btn.disabled-btn {
  background-color: #aaa;
  cursor: not-allowed;
}
.product-thumb {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
}


.recently-viewed-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.recent-product-card {
  width: 200px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  text-align: center;
  padding: 15px;
  transition: transform 0.2s ease;
}

.recent-product-card:hover {
  transform: translateY(-5px);
}

.image-wrapper {
  width: 100%;
  padding-top: 100%; /* 1:1 aspect ratio */
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.product-title {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  min-height: 40px;
}
.variant-select-wrapper {
  margin: 10px 0;
}

.variant-select-wrapper select {
  width: 100%;
  padding: 5px;
  font-size: 14px;
}
.recent-product-card a {
    text-decoration: none;
}
.recent-product-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    text-transform: uppercase;
}
button.add-to-cart-btn {
    padding: 10px 20px;
    width: 100%;
    margin-top: 10px;
    background: black;
    color: white;
}

.dashboard-sidebar {
  width: 315px; /* sidebar width */
  background: #f9f9f9;
  /* padding: 15px; */
}

.dashboard-main {
  flex: 1;
  /* padding: 20px; */
  background: #fff;
}

.tab-contents {
  min-height: 400px;
}

.product-detail img {
    max-width: 200px;
}

.tab-link img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}


/* address */
#address-form-container {
  display: none;
}
.add-head {
    display: flex;
    border-bottom: 3px solid #c8c5c5;
    margin-top: 40px;
    gap: 20px;
}
.add-head p{
  margin-top: 24px;
  color: #1111d9;
}
.add-head h2 {
     margin-bottom: 10px;
}
.add-content {
    font-weight: 600;
    margin-top: 20px;
}
.second_class {
    font-family: JOST;
    font-weight: 600;
    min-width: 100px;
}

.under-head{
  display: flex;
  /* justify-content: space-between; */
}
h1{
  color: #333333;
  font:57px Jost;
}
#edit-profile-btn {
    color: #1979C3;
    font: 14px Jost;
    cursor: pointer;
    height: fit-content;
    background: transparent;
    padding: 4px 20px;
    margin-top: 60px;
    border: 2px solid #1979C3;
    margin-left: 17px;
}

div#under-bttn {
    display: flex
;
}

.address-book-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.addresslist-content{
  display:none; 
  margin-top: 1em;
}
.address-btn-main{
  background: #1979C3;
  margin: 0px 5px 0px 0px;
  padding: 7px 15px;
}
/* span{
  color: #FFFFFF;
  font:14px Jost;
} */
.edit-address-btn{
  margin-right:5px;
}
.address-btn2 {
  display: flex;
  gap: 10px;
}
.recent-grid{
  display: flex;
  gap: 20px; 
  flex-wrap: wrap;
}

#addresses-container {
  margin-top: 20px;
}

.address-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
}

.address-item {
  padding: 0px;
  background-color: #fff;
  margin-bottom: 0px;
}

.address-item div {
  width: 80%;
}

.address-btn2 {
  display: flex;
  gap: 10px;
}

.edit-address-btn, .delete-address-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font:14px Jost;
  color: #1979C3;
  text-decoration: underline;
}

/* top product css */

/* .toprecent-grid{
  display: flex;
  gap: 20px; 
  flex-wrap: wrap;
}
.top-pro-item{
  border: 1px solid #ccc; 
  padding: 10px; 
  width: 250px;
}
.pro-pic-tab{
  width: 100%; 
  height: auto;
}
.pro-qty-tab{
  display: flex; 
  align-items: center; 
  gap: 5px; 
  margin: 10px 0;
}
.qty-input{
  width: 50px;
} */
 /* Wrapper for each product item */
.top-pro-item {
  display: flex;
  width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
  gap: 87px;
  font-family: 'Jost', sans-serif;
  background-color: #fff;
}

/* LEFT section: Image + text side-by-side */
.pro-main-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  max-width: 250px;
}

.pro-pic-tab {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.pro-text-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pro-text-info h4 {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.pro-rating {
  font-size: 13px;
  color: #555;
}

.pro-rating .star {
  color: #ffa500;
}

.variant-price {
    font-size: 15px;
    /* font-weight: bold; */
    color: #333333;
}

.original-price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin-left: 6px;
}

/* Center: Variant + Qty */
.pro-variant-qty {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.variant-row {
    display: flex;
    margin: 0px 110px;
}

.variant-row label {
  min-width: 40px;
  font-size: 13px;
  color: #666;
}

.variant-select,
.qty-input,
.variant-row select {
  padding: 4px 10px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  min-width: 80px;
}

.pro-qty-tab {
  display: flex;
  align-items: center;
  gap: 6px;
}

.qty-btn {
  padding: 4px 10px;
  font-size: 13px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.qty-input {
  width: 50px;
  text-align: center;
}

/* Right: Buttons */
.pro-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

.add-to-cart-btn {
  background-color: #4caf50;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.add-to-cart-btn:hover {
  background-color: #43a047;
}

.delete-btn,
.wishlist-btn {
  background: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
  text-align: right;
  padding: 0;
}

.delete-btn {
  color: #f44336;
}

.wishlist-btn {
  color: #3f51b5;
}
.recent-header{
  color: #333333;
  font: 50px Jost;
}
/* password css */
.change-password-wrapper {
  max-width: 800px;
  margin: 40px auto;
  font-family: "Segoe UI", Arial, sans-serif;
}

.change-password-wrapper h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}

.change-password-form {
  width: 100%;
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-row label {
  width: 220px;
  font-weight: 600;
  color: #333;
}

.form-row input[type="password"],
.form-row input[type="text"] {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}

.required {
  color: red;
}

#password-strength {
  margin-left: 220px;
  background: #f5f5f5;
  padding: 8px 10px;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  border-radius: 3px;
}

.checkbox-row {
  align-items: center;
}

.checkbox-label {
  margin-left: 8px;
  font-weight: 400;
}

.btn-save {
  margin-left: 220px;
  background-color: #1979C3;
  color: #FFFFFF;
  padding: 10px 28px;
  border: none;
  border-radius: 3px;
  font: 14px Jost;
  cursor: pointer;
}

.btn-save:hover {
  background-color: #0056b3;
}
/* edit profile form */
label {
    width: 100%;
    display: block;
}
.edit-pro {
  display: block;
  padding: 40px;
  font-family: Arial, sans-serif;
}

.edit-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.edit-form-wrapper label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}

.edit-form-wrapper input[type="text"],
.edit-form-wrapper input[type="email"],
.edit-form-wrapper textarea,
.edit-form-wrapper input[type="date"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 14px;
  box-sizing: border-box;
}

.edit-form-wrapper input[type="date"]::placeholder {
  color: #aaa;
}

.edit-form-wrapper button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}

#save-profile-button {
  background-color: black;
  color: white;
   margin: 40px 0px 0px 0px;

}

#cancel-edit-btn {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.first_class22 {
  margin-bottom: 20px;
}
