a {
  text-decoration: none !important;
}

.account-main {
  display: flex;
  flex-direction: column;
}

.ac-menus {
  display: flex;
  justify-content: center;
  /* Evenly space menu items */
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  /* Bottom border */
  border-top: 1px solid #ccc;
  /* Bottom border */
  margin: 40px 0px 20px 0px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
}

.ac-menus .account,
.ac-menus .wishlist,
.ac-menus .logout {
  padding: 8px 20px;
  /* Adjust padding */
}

.ac-menus .account,
.ac-menus .wishlist {
  border-right: 1px solid #000;
}

.ac-menus a {
  text-decoration: none;
  color: #333;
  /* Menu item color */
}

.ac-menus a:hover {
  color: #000;
  /* Hover color */
}

/*
.ac-welcome {
	width: auto;
  margin: 10px 0px 0px 20px;
  padding: 0px 5px;
  border-radius: 10px;
  opacity: 0.7;
  
}

.ac-welcome header {
  font-size: 24px; 
  font-weight: bold;
}*/

.ac-first {
  margin-top: 20px;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 0px;
}

/* My Account section */
.my-account {
  width: 100%;
  text-align: center;
}

#backButton:hover {
  cursor: pointer;
}

.ac-heading header {
  font-size: 20px;
  /* Section heading font size */
  font-weight: 500;
  margin-bottom: 10px;
}

.ma-menus {
  display: flex;
  flex-wrap: wrap;
  /* Wrap menu items */
  border-bottom: 1px solid #000;
  padding: 40px 0px 0px 0px;
  justify-content: center;
  margin-bottom: 70px;
}

.ma-menus .right {
  border-right: 1px solid #000;
}

.ma-menus .my-orders {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  text-align: left;
}

.ma-menus .my-payments {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  text-align: left;
}

.ma-menus .my-address {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  text-align: left;
}

.ma-menus .my-profile {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  text-align: left;
}

.myo-left {
  display: inline-block;
}

.myo-right {
  padding: 0px 10px;
  font-size: 30px;
}

.ma-menus label {
  font-size: 20px;
  font-weight: bold;
}

.ma-menus p {
  font-size: 14px;
}

/*My Wishlist*/

.my-wishlist {
  width: 100%;
  margin-bottom: 50px;
}

.mw-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.mwp-category {
  display: flex;
  margin-bottom: 0px;
  width: 100%;
  overflow-x: auto;
  /* Enable horizontal overflow */
}

.wl-heading{
    text-align: center;
}

.wl-heading header {
  font-size: 20px;
  /* Section heading font size */
  font-weight: 500;
  margin-bottom: 10px;
}

/* Style to hide scrollbar */
.mwp-category::-webkit-scrollbar {
  display: none;
  /* Hide the scrollbar */
}

.mwp-category button {
  margin: 0 10px;
  padding: 4px 18px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #ccc;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
}

.mwp-category button:hover {
  background-color: #7a496e91;
}

.mwd-product {
  width: 100%;
  padding: 20px 0px 20px 10px;
}

.mw-cancle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  z-index: 1;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}

/*My Wishlist*/

/*My Orders*/
.myo-orders {
  text-align: left;
  margin: 40px 10px;
}

.myo-heading i {
  margin-right: 10px;
}

.myo-heading header {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 6px;
  padding: 0px 20px;
}

.myo-heading span {
  display: inline-block;
  width: 130px;
  border-bottom: 2px solid #ADB5BD;
  margin: 0px 0px 20px 20px;
  /* Optional: Add margin to create space between the span and the header */
}

.myo-note {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.myo-note label {
  font-size: 40px;
  margin-bottom: 20px;
  opacity: 0.6;
}

.myo-note img {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
}

.myo-note button {
  width: 400px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

/*My Orders*/

/*My Profile*/
.dob-p {
  font-size: 14px;
}

.dob-p p {
  font-size: 14px;
  margin-top: 4px;
}

.p-updates {
  display: flex;
  align-items: center;
  gap: 0px 10px;
  margin: 10px 0px;
}

.profile_details_text {
  padding: 0px 0px 0px 0px;
}

.pmain-submit {
  margin-top: 20px;
}

.p-submit button {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.p-submit button:hover {
  background: none;
  border: 1px solid black;
  color: #000;
}

.p-mf {
  display: flex;
  margin: 10px 0px;
}

.p-radio-label {
  display: inline-block;
  margin-right: 10px;
}

.p-radio-label input[type="radio"] {
  display: none;
}

.p-radio-text {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.p-radio-text:hover {
  background-color: #f0f0f0;
}

/* Style for checked radio button */
.p-radio-label input[type="radio"]:checked+.p-radio-text {
  background-color: #000;
  color: #fff;
}

/*My Profile*/

/*My Orders.php css start*/

.order-container {
  display: flex;
  flex-direction: column;
  padding: 0px 80px;
}

.order-id {
  text-align: left !important;
  font-size: 1em;
  font-family: montserrat-regular, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.09px;
}

.order-id span {
  color: #000;
}

.order-main {
  position: relative;
  width: 100%;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(212, 212, 212);
  border-radius: 4px;
  margin: 0px 0px 25px;
}

.order-details {
  width: 97%;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 20px;
}

.status-date {
  text-align: left;
  margin-bottom: 10px;
}

.status-date label {
  padding: 0px 0px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

.order-status-confirmed {
  color: green;
}

.order-status-cancelled {
  color: red;
}

.status-date p {
  color: #000;
  font-size: 16px;
}

.all-order-info {
  display: flex;
  margin-bottom: 10px;
}

.left-image img {
  max-width: 100px;
}

.right-content {
  margin-left: 10px;
  flex: 1;
}

.product-name {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  text-align: left;
}

.size-more {
  margin-top: 5px;
  color: #000;
  font-size: 16px;
}

.order-btns {
  display: flex;
  gap: 20px;
  align-items: center;
}

.mo-btn {
  display: inline-block;
  margin: 10px 0px;
  padding: 5px 20px;
  color: #000;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1em;
  text-align: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.order-info-btn,
.download-invoice-btn {
  background-color: transparent;
  border-color: #000;
}

.order-info:hover {
  background-color: #000;
  color: #fff;
}

.o_d_flex {
  gap: 0px 10px;
}

/*My orders.php css end*/

/*Order Info.php css start*/

.order-info-back {
  color: #000;
}

.order-info-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0px 30px;
}

.oi-left,
.oi-right {
  flex: 1;
  min-width: 300px;
}

.oi-product-box {
  border-radius: 8px;
  padding: 0px 0px;
  margin-bottom: 20px;
}

.oi-data-product-left {
  display: inline-block;
  gap: 10px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  height: auto;
  /* Set maximum height */
  overflow: hidden;
  /* Prevent overflow */
  border: 1px solid #ddd;
  border-radius: 10px;
}

.oi-item-box {
  display: flex;
}

.oi-product-data {
  margin-bottom: 10px;
}

.oi-image {
  flex: 1;
  padding: 0px;
  overflow: hidden;
  max-height: 200px;
  max-width: 150px;
}

.oi-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure the image covers the entire div without stretching */
  border-radius: 2px;
}

.oi-data {
  width: 70%;
  flex: 2;
  padding: 10px 15px 10px 10px;
}

.oi-data label {
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}

.oi-data .red {
  color: red;
}

.oi-data .green {
  color: #5ac75a;
}

.oi-right {
  margin-bottom: 20px;
}

.order-status-message {
  margin-bottom: 5px;
  font-size: 14px;
}

.return-exchange-info {
  background-color: #f9f9f9;
  padding: 5px;
}

.return-exchange-info p {
  margin: 0px 0;
  color: #000;
  font-size: 13px;
}

.re-window {
  margin: 0px;
}

/* Price Summary */
.summary-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-top: 24px;
}

.summary-container .header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.summary-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.summary-data div {
  display: flex;
  justify-content: space-between;
}

/* Shipping Details and Help */
.oi-ad-help {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.oi-add,
.oi-help {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}

.oi-date {
  margin-top: 20px;
}

.oi-defect {
  margin-bottom: 0px !important;
}

.margin-top7 {
  margin-top: 7px;
}

.oi-add-type {
  color: #888;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0px 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.oi-add header,
.oi-help header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

/* Buttons */
.oi-help button {
  background: transparent;
  color: #000;
  width: 100%;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  padding: 6px 20px;
  cursor: pointer;
  text-align: left;
}

.oi-data button {
  display: inline-block;
  padding: 4px 10px;
  margin-top: 10px;
  color: #000;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  text-align: right;
  background-color: transparent;
  border-color: #000;
}

.bold {
  font-weight: 600;
}

/*Order Info.php css end*/

/*Order Success.php css start*/
.os-order-details {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 20px 0;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}

.os-order-details h2 {
  color: #333;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.os-order-details p {
  color: #666;
  font-size: 1em;
  margin: 5px 0;
}

/*Order success.php css end*/

/*Cancel order.php css start*/
.cancel-order-container {
  max-width: 600px;
  margin: 50px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.cancel-order-container h5 {
  margin-bottom: 20px;
}

.cancel-order-container .co-form-check {
  margin-bottom: 20px;
}

.co-form-check-label {
  font-size: 18px;
}

.co-btn-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.co-btn-container .co-btn {
  width: 48%;
  text-align: center;
}

.co-btn {
  width: 100%;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  padding: 6px 20px;
  cursor: pointer;
}

.co-btn:hover {
  border: 1px solid black;
  background: transparent;
}

.co-back-btn {
  background: #f1f1f1;
  color: #000;
}

.co-cancel-btn {
  background: #000;
  color: #fff;
}

.co-cancel-btn:hover {
  color: #000;
}

/* Modal styles */
.co-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.co-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  text-align: center;
}

.co-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.co-close:hover,
.co-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.co-btn-c.co-confirm {
  background-color: #28a745;
}

.co-btn-c.co-confirm:hover {
  background-color: #218838;
}

.co-btn-c.co-cancel {
  background-color: #6c757d;
}

.co-btn-c.co-cancel:hover {
  background-color: #5a6268;
}

/*Cancel order.php css end*/

/*Exchange and return order required images*/
.form-group-images {
  display: flex;
  justify-content: space-evenly;
}

.custom-file-input-images {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
}

.custom-file-label-images {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  background-color: #f8f9fa;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}

.custom-file-label-images i {
  font-size: 20px;
  margin-right: 10px;
}

.file-name-images {
  font-size: 14px;
  color: #495057;
  display: none;
  margin-top: 5px;
}

.file-selected-images .custom-file-label-images {
  border-color: #007bff;
  background-color: #e7f1ff;
}

@media screen and (max-width: 460px) {
  .form-group-images {
    display: block;
    justify-content: space-evenly;
  }
}

/*exchange andd return order required images end*/

@media (max-width: 768px) {
  .ma-menus {
    display: block;
    flex-wrap: wrap;
    /* Wrap menu items */
    border-bottom: none;
    padding: 20px 20px;
  }

  .ma-menus .bottom {
    border-bottom: 1px solid black;
    border-right: none;
  }

  .ma-menus .my-orders {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    text-align: left;
  }

  .ma-menus .my-payments {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    text-align: left;
  }

  .ma-menus .my-address {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    text-align: left;
  }

  .ma-menus .my-profile {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    text-align: left;
  }

  /*Wishlist css*/
  .mwd-product {
    width: 100%;
    padding: 20px 0px 20px 10px;
  }

  /*Wishlist Css*/

  /*My Orders*/

  .myo-heading i {
    margin-right: 10px;
  }

  .myo-heading header {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
    padding: 0px 10px;
  }

  .myo-heading span {
    display: inline-block;
    width: 80px;
    border-bottom: 2px solid #ADB5BD;
    margin: 0px 0px 20px 10px;
    /* Optional: Add margin to create space between the span and the header */
  }

  .myo-note label {
    font-size: 24px;
  }

  .myo-note img {
    width: 150px;
    height: 150px;
  }

  .myo-note button {
    width: auto;
  }

  .order-container {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
  }

  /*
	.order-details { max-height: none; } .order-image { width: 60%; flex: 1; padding: 10px; overflow: hidden; } .order-image img { max-width: 100%; min-width: 100%; }.product-info { width: 70%; flex: 2; padding: 10px; } .product-info h2 { font-size: 1.2em; }.product-info p { font-size: 0.9em; } .mo-btn { font-size: 0.9em; padding: 5px 20px; }*/

  /*My Orders*/

  /*Order info.php css start*/
  .order-info {
    background-color: transparent;
    border-color: #000;
    position: absolute;
    bottom: 10px;
    right: 5%;
  }

  .oi-defect {
    font-size: 14px;
  }

  .order-status-message {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .oi-add header,
  .oi-help header {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .summary-container {
    margin-top: 0px;
  }

  .summary-container .header {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .oi-data label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .oi-help button {
    background: transparent;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 6px 20px;
    cursor: pointer;
    text-align: left;
  }

  .oi-data button {
    display: inline-block;
    padding: 2px 7px;
    margin-top: 10px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    text-align: right;
    background-color: transparent;
    border-color: #000;
  }

  /*order info.php css end*/

  /*Cancel orders.php css start*/
  .cancel-order-container {
    max-width: 600px;
    margin: 50px 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
  }

  .co-form-check-label {
    font-size: 15px;
  }

  .co-btn {
    width: 100%;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 14px;
  }

  /*cancel order.php css end*/
  /*Cofirm Cancel Exchange Return Form Buttons*/
  .co-modal-content {
    background-color: #fefefe;
    margin: 25% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    text-align: center;
  }
  .co-modal-content h2{
    font-size: 22px;
  }
  .co-modal-content p{
    font-size: 14px;
  }
  /*Cofirm Cancel Exchange Return Form Buttons*/
}

@media (max-width: 500px) {

  .ac-menus .account,
  .ac-menus .wishlist,
  .ac-menus .logout {
    padding: 4px 10px;
    /* Adjust padding */
    font-size: 14px;
  }

  .ac-menus .account,
  .ac-menus .wishlist {
    border-right: 1px solid #000;
  }

  /*My Order Page R CSS Start*/
  .order-details {
    width: 97%;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 12px;
  }

  .status-date {
    text-align: left;
    margin-bottom: 5px;
  }

  .status-date label {
    padding: 0px 0px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
  }

  .status-date p {
    color: #000;
    font-size: 12px;
  }

  .all-order-info {
    display: flex;
    margin-bottom: 5px;
  }

  .left-image img {
    max-width: 70px;
  }

  .right-content {
    margin-left: 10px;
    flex: 1;
  }

  .product-name {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-align: left;
  }

  .size-more {
    margin-top: 5px;
    color: #000;
    font-size: 14px;
  }

  /*My Orders Page R CSS End*/

  /*Order info page css start*/
  .order-status-message {
    margin-bottom: 5px;
    font-size: 13px;
  }

  /*order info page css end*/

  .order-info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0px 0px;
  }
}

/*my orders.php css start*/
@media (max-width: 480px) {
  .product-info h2 {
    font-size: 11px;
  }

  .product-info p {
    font-size: 10px;
  }

  .mo-btn {
    font-size: 0.8em;
    padding: 4px 13px;
  }

  .order-info {
    background-color: transparent;
    border-color: #000;
    position: absolute;
    bottom: 2px;
    right: 5%;
  }

  /*order info return exchange window css */
  .return-exchange-info p {
    margin: 0px 0;
    color: #000;
    font-size: 10px;
  }

  /*order info return exchange window css */
}

/*My Orders.php css end*/

/*My Profile*/
@media screen and (max-width: 400px) {
  .p-updates input {
    width: 13px;
    height: 14px;
  }

  .profile_details_text {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
  }

  .dob-p p {
    font-size: 12px;
    margin-top: 7px;
  }

  .p-submit button {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .p-submit button:hover {
    background: none;
    border: 1px solid black;
    color: #000;
  }
}

/*My Profile*/

/*My order info.php css start*/
@media (max-width: 375px) {
  .order-info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0px 0px;
  }
}

/*my order info.php css end*/