:root {
  /* Primary Brand Colors */
  --color-primary: #5F259E;
  --color-secondary: #c3946e;
  --tab-active-bg: #d69a2d;
  --tab-bg: #fff;
  --bg-light-color: #fff;


  --gradient-site: linear-gradient(to right, #5F259E, #5F259E);
  ;


}

.mb-20 {
  margin-bottom: 20px;
}

/*************Account*****************************/
.dashboard_right {
  width: 75%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  border-radius: 2px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding: 15px;
}

.user-account-box {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}

.user-account-box .panel-heading {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px;
  font-size: 20px
}

.user-account-box .btn-edit-profile {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}


.user-account-box .panel-body {
  padding: 10px;
}

.user-account-box .info-title {
  color: #000F19;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.user-account-box .info-row {
  color: #000F19;
  font-size: 16px;
  margin-bottom: 9px;
}

.user-account-box .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000F19;
  color: #FFFFFF;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  font-size: 12px;
}

.user-account-box .btn-edit-profile {
  display: inline-flex;
  align-items: center;
}

.user-account-box .btn-group-sm>.btn,
.btn-sm {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 37px;
  background: #1D3545;
  color: #FFFFFF;
  border: 1px solid #1D3545;
}

.user-savings-box {
  background: linear-gradient(90deg, var(--color-secondary), var(--color-secondary));
}



.user_account_details .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.user_account_details .panel-title {
  color: var(--color-primary);
  font-size: 21px;
  font-weight: 700;
}


.user_account_details,
.label-left,
.label-right {
  position: relative;
}

.user_account_details .toggle-track {
  background: #ddd;
  border: 2px solid white;
}

.user_account_details .toggle-track {
  height: 34px;
  font-size: 16px;
}

.user_account_details .text-warning {
  color: var(--color-primary);
}

.user_account_details label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
}







ul.my-account {
  list-style-type: none;
  /* Remove default bullets */
  padding: 0;
  margin: 0;
  max-width: 100%;
  /* Optional: constrain width */
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}

ul.my-account .nav-section-title {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 15px;
  text-transform: capitalize;
  color: var(--color-primary);
  text-align: left;
  border-bottom: 2px solid var(--color-primary);
}

ul.my-account li {
  padding: 5px 15px;
}

ul.my-account li:last-child {
  border-bottom: none;
}

ul.my-account li p {
  margin: 0;
  color: #555;
  font-size: 1em;
}


.user-card-toggle {
  position: relative;
  width: 200px;
  margin: 20px 0px;
  cursor: pointer;
}

.user-card-toggle input[type="radio"] {
  display: none;
}

.user-card-toggle-switch {
  display: flex;
  position: relative;
  background-color: #444;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  font-family: sans-serif;
}

.user-card-toggle-option {
  flex: 1;
  text-align: center;
  line-height: 40px;
  color: white;
  z-index: 2;
  transition: color 0.3s ease;
  cursor: pointer;
}

.user-card-toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color-primary);
  ;
  ;
  border-radius: 30px;
  transition: left 0.3s ease;
  z-index: 1;
}

/* Move slider when Silver is selected */
#metal-user-card-silver:checked~.user-card-toggle-switch .user-card-toggle-slider {
  left: 50%;
}

/* Change text color when active */
#metal-user-card-gold:checked~.user-card-toggle-switch .user-card-toggle-gold {
  color: #fff;
}

#metal-user-card-silver:checked~.user-card-toggle-switch .user-card-toggle-silver {
  color: #fff;
}

.user-card-metal-silver-label {
  display: none;
}


.side_active a {

  background-color: var(--color-secondary);
  ;
  ;

  border-left: 3px solid var(--color-primary) !important;
}




/*************Account*****************************/



/*************Save Gold*****************************/
.gold-sell-section {
  padding: 10px;
}

.redeem-store-section,
.redeem-cash-section,
.silver-sell-section {
  display: none;
  padding: 10px;
}

.redeem-section {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
}

.metal-sell-section {
  text-align: left !important;
}

.metal-sell-section .input-group input {
  padding: 25px;
}


.redeem-section button {
  background: #2f124f;
  color: #ffc107;
  border: 2px solid #ffc107;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.sell_gold_gram_error_msg,
.sell_silver_gram_error_msg {
  display: none;
  background: #eeabab;
  color: #ff0000;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.save-gold-type .nav-item {
  width: 50%;
  text-align: center;
}

.save-gold-type.nav-tabs {
  background: var(--tab-bg);
  border-radius: 50px;
}

.save-gold-type a {
  border: 1px solid transparent;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 10px 10px 0px;
  width: 100%;
  background: var(--tab-bg);
  color: var(--color-primary);
  ;
  font-size: 16px;
  font-weight: bold;
}

.save-gold-type a.active {
  border: 1px solid transparent;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 10px 10px 0px;
  width: 100%;
  background: var(--tab-active-bg);
  color: #fff;
}

.save-gold-price-type .nav-item {
  width: 50%;
  text-align: center;
}

.save-gold-price-type.nav-pills {
  background: #fff;
  border-radius: 15px;
}

.save-gold-price-type a {
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 10px 10px 10px 0px;
  width: 100%;
  background: var(--tab-bg);
  color: var(--color-primary);
  ;
}

.save-gold-price-type a.active {
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 10px 10px 10px 0px;
  width: 100%;
  background: var(--tab-active-bg);
  color: #fff;
}

.sip-gold-type a {
  border: 1px solid transparent;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 10px 10px 0px;
  width: 100%;
  background: #e2b13b;
  background: #fff;
  color: var(--color-primary);
  ;
}

.sip-gold-type a.active {
  border: 1px solid transparent;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 10px 10px 0px;
  width: 100%;
  background: #e2b13b;
  color: #fff;
}

.save-gold-section {
  /*    background: var(--color-primary);;*/
  padding: 40px 20px;
}

.btn-save-gold {
  background: var(--bg-light-color);
  !important;
  color: var(--color-primary);
  !important;
}

.btn-save-gold:hover {
  background: var(--color-secondary);
  !important;
  color: var(--color-white);
  !important;
}

.metal-price-hightlight {
  font-size: 20px !important;
}

.save-gold-type,
.save-gold-price-type,
.sip-gold-type {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
  background: var(--tab-bg);
  ;
  border-radius: 50px;
}

.save-gold-type li,
.save-gold-price-type li,
.sip-gold-type li {
  flex: 1;
  text-align: center;
}

.save-gold-type button,
.save-gold-price-type button,
.sip-gold-type button {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  border: none;
  background: var(--tab-bg);
  color: var(--color-primary);
  cursor: pointer;
}

.save-gold-type button.active,
.save-gold-price-type button.active,
.sip-gold-type button.active {
  background: #e2b13b;
  color: #fff;
}

.save-gold-img-sec {
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}

.save-gold-img-sec img {
  width: 400px;

}


.metal-sell-toggle {
  position: relative;
  width: 200px;
  margin: 20px;
  cursor: pointer;
}

.metal-sell-toggle input[type="radio"] {
  display: none;
}

.metal-sell-toggle-switch {
  display: flex;
  position: relative;
  background-color: #444;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  font-family: sans-serif;
}

.metal-sell-toggle-option {
  flex: 1;
  text-align: center;
  line-height: 40px;
  color: white;
  z-index: 2;
  transition: color 0.3s ease;
  cursor: pointer;
}

.metal-sell-toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #ffc107;
  border-radius: 30px;
  transition: left 0.3s ease;
  z-index: 1;
}

/* Move slider when Silver is selected */
#metal-sell-silver:checked~.metal-sell-toggle-switch .metal-sell-toggle-slider {
  left: 50%;
}

/* Change text color when active */
#metal-sell-gold:checked~.metal-sell-toggle-switch .metal-sell-toggle-gold {
  color: black;
}

#metal-sell-silver:checked~.metal-sell-toggle-switch .metal-sell-toggle-silver {
  color: black;
}

.uc-silver-saving {
  display: none;
}

.btn-gold-amount-sec {
  margin: 10px 0px 0px 0px;
  padding-left: 0px;
}

.btn-gold-amount-sec .btn {
  width: 100px;
}

.initial-btn {
  background: var(--color-secondary);
  color: #fff;
}

.btn-save-gold {
  background: var(--bg-light-color) !important;
  color: var(--color-primary);
}


.padding-zero {
  padding: 0px !important;
}

.save-gold-section {
  background: var(--gradient-site);
  ;
}

.bg-site {
  background: var(--gradient-site);
  ;
}

.silver-section {
  display: none;
}

.metal-toggle {
  position: relative;
  width: 200px;
  margin: 20px 0px;
  cursor: pointer;
}

.metal-toggle input[type="radio"] {
  display: none;
}

.metal-toggle-switch {
  display: flex;
  position: relative;
  background-color: #444;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  font-family: sans-serif;
}

.metal-toggle-option {
  flex: 1;
  text-align: center;
  line-height: 40px;
  color: white;
  z-index: 2;
  transition: color 0.3s ease;
  cursor: pointer;
}

.metal-toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color-secondary);
  ;
  ;
  border-radius: 30px;
  transition: left 0.3s ease;
  z-index: 1;
}

/* Move slider when Silver is selected */
#metal-silver:checked~.metal-toggle-switch .metal-toggle-slider {
  left: 50%;
}

/* Change text color when active */
#metal-gold:checked~.metal-toggle-switch .metal-toggle-gold {
  color: black;
}

#metal-silver:checked~.metal-toggle-switch .metal-toggle-silver {
  color: black;
}

.btn-save-section {
  text-align: center;
  margin: 20px 0px 20px 0px;
}

.btn-save-section .btn {
  background: var(--color-secondary);
  /* gold gradient */
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.silver-section {
  display: none;
}

.input-group {
  display: flex;
  width: 100%;
}


.input-group input {
  flex: 1;
  padding: 14px;
  border: none !important;
  background: var(--bg-light-color);
  color: var(--color-primary);
  border-radius: 10px 0px 0px 10px;
}

.input-group span {
  padding: 14px 5px;
  background: var(--bg-light-color);
  color: var(--color-primary);
  border-left: none;
  border-radius: 0px 10px 10px 0px;
}

.tab-pane.active {
  display: block;
}

.tab-pane {
  display: none;
}


/*************Save Gold*****************************/



/*************Orders*****************************/


.table-view-order-details {
  width: 100%;

  margin: 30px auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-view-order-details td {
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.table-view-order-details tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.table-view-order-details td:first-child {
  font-weight: 600;
  background-color: #f5f5f5;
  width: 40%;
}

.table-view-order-details tr:last-child td:last-child {
  font-weight: bold;
  color: #e74c3c;
  /* Red for pending */
}


.table-view-order-items {
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-view-order-items thead {
  background-color: var(--color-primary);
  ;
  color: white;
  text-align: left;
}

.table-view-order-items th,
.table-view-order-items td {
  padding: 14px 18px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}



.table-view-order-summary {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-view-order-summary td {
  padding: 15px 20px;
  font-size: 16px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.table-view-order-summary td:first-child {
  font-weight: 600;
  color: #333;
  background-color: #f7f7f7;
}

.table-view-order-summary tr:last-child td {
  font-weight: bold;
  background-color: #eafaf1;
  color: #2e7d32;
}


.table-view-order {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-view-order td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  font-size: 15px;
}

.table-view-order .order-list-header td {
  background-color: var(--color-primary);
  ;
  color: white;
  font-weight: bold;
  text-align: left;
}


@media (max-width: 768px) {

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }

  td {
    padding: 10px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  .table-view-order-details td:first-child,
  .table-view-order-summary td:first-child,
  .table-view-order td:first-child {
    font-weight: bold;
    background-color: transparent;
  }
}

.order-list-con {



  box-shadow: 0 4px 16px 0 #d8c3ef;
  margin: 10px 0px;
  padding: 15px;
  overflow: hidden;
}



/*************Orders*****************************/



/*************Cart*****************************/
.coupon-suc-msg {

  color: #028a19;
  display: none;
}

.coupon-err-msg {


  color: #ff0000;
  display: none;


}

/*************Cart*****************************/





/*************Wishlist - Product*****************************/

.box-item-content {
  padding: 10px;
  background: var(--color-primary)0F;
}

.box-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.wishlist-section .amigoways-btn {
  background-color: var(--color-primary);
  color: #fff !important;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
  white-space: nowrap;
  width: 100%;
}

.cart-text .fa {
  font-size: 14px;
}

.cart-text i {
  margin-left: 5px;
}

/*************Wishlist - Product*****************************/


/**************Error Msg***************/
.error-msg {
  background: #db7474;
  color: #ff0000;
  padding: 10px;
  text-align: center;
  display: none;
  width: 100%;
  float: left;
}

/**************Error Msg***************/



/*********************Payment Success*************/
.payment-success-container {
  text-align: center;
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.payment-success-container .icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 20px;
}

.payment-success-container h1 {
  color: #333333;
  margin-bottom: 10px;
}

.payment-success-container p {
  color: #555555;
  font-size: 16px;
}

/**************Payment Success****************/


/**************Payment Failed****************/
.payment-failed-container {
  text-align: center;
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.payment-failed-container .icon {
  font-size: 60px;
  color: #dc3545;
  margin-bottom: 20px;
}

.payment-failed-container h1 {
  color: #b02a37;
  margin-bottom: 10px;
}

.payment-failed-container p {
  color: #555555;
  font-size: 16px;
}

/**************Payment Failed****************/




/****************Wallet*****************/

.wallet-suc-msg {
  color: #028a19;
  display: none;
}


.display_none {
  display: none;
}

/****************Wallet*****************/



/**************Reviews**********/
.review-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.review-stars input {
  display: none;
}

.review-stars label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.review-stars input:checked~label,
.review-stars label:hover,
.review-stars label:hover~label {
  color: gold;
}



/**************Reviews**********/


/****************Product Color***************/

.product-color-picker {
  display: flex;
  gap: 12px;
}

.product-color-option {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  display: inline-block;
}

.product-color-option input[type="radio"] {
  display: none;
}

.product-color-option .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #ccc;
  box-sizing: border-box;
  transition: border 0.3s;
}

.product-color-option input[type="radio"]:checked+.circle {
  border: 2px solid black;
  box-shadow: 0 0 0 2px white, 0 0 0 4px black;
}

/****************Product Color***************/