a {
  text-decoration: none;
}

.w-600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

sup {
  color: #fb0d0d;
  font-size: 15px;
}

.trash svg {
  fill: #fb0d0d;
  width: 24px;
  height: 24px;
}

.woocommerce-info {
  margin-top: 40px;
  clear: both;
  border-top: 2px solid #000;
  padding-top: 20px;
}

.form-green-btn.small {
  padding: 4px 8px !important;
}

.toast-top-offset {
  top: 90px !important;
}


table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left !important;
}

.modal .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  max-width: 600px;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.modal.show .modal-dialog {
  transform: translateX(0);
}

.modal .modal-content {
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}

.modal .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 60px);
}




/* Address Cards */
.address-card {
  border: 1px dotted #ced4da;
  border-radius: 6px;
  padding: 15px;
  height: 100%;
  background: #fff;
}

.address-card:hover {
  border-color: #688308;
}

.add-address-card {
  border: 2px dotted #adb5bd;
  border-radius: 6px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6c757d;
  transition: all 0.2s ease;
}

.add-address-card:hover {
  border-color: #688308;
  color: #688308;
  background: #f8f9fa;
}

.add-address-card i {
  font-size: 28px;
}

.status_badge {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}

.img-preview{
  cursor: pointer;
}

.image-viewer {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.image-viewer img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 0;
}

.image-viewer .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}
