/* Improved common shop overrides */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.cmn-btn,
.boxed-btn,
.btn-default,
.btn-saas,
.btn-submit,
.btn-info,
.btn-primary,
.order-btn-custom,
.cart-btn,
.shop-btn,
.add-to-cart-btn {
  border-radius: 12px !important;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.cmn-btn:hover,
.boxed-btn:hover,
.btn-default:hover,
.btn-saas:hover,
.btn-submit:hover,
.btn-info:hover,
.btn-primary:hover,
.order-btn-custom:hover,
.cart-btn:hover,
.shop-btn:hover,
.add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .14);
}
.form-control,
.form--control,
.single-input input,
.single-input textarea,
.single-input select,
.single-dashboard-input input,
.single-dashboard-input textarea,
.account-form input,
.account-form textarea,
.checkout-form input,
.checkout-form textarea,
.checkout-form select {
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  min-height: 46px;
  background-color: #fff;
  box-shadow: none !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-control:focus,
.form--control:focus,
.single-input input:focus,
.single-input textarea:focus,
.single-input select:focus,
.single-dashboard-input input:focus,
.single-dashboard-input textarea:focus,
.account-form input:focus,
.account-form textarea:focus,
.checkout-form input:focus,
.checkout-form textarea:focus,
.checkout-form select:focus {
  border-color: rgba(var(--main-color-one-rgb, 255, 106, 0), .55) !important;
  box-shadow: 0 0 0 4px rgba(var(--main-color-one-rgb, 255, 106, 0), .10) !important;
}
.label-title,
.input-title {
  color: #334155;
  font-weight: 700;
}
.alert {
  border: 0;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}
.alert-success {
  background: #ecfdf5;
  color: #065f46;
}
.alert-danger {
  background: #fef2f2;
  color: #991b1b;
}
.alert-warning {
  background: #fffbeb;
  color: #92400e;
}
.table-responsive {
  border-radius: 16px;
}
.table,
.custom--table {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.table thead,
.custom--table thead,
.custom--table .head-bg {
  background: #f8fafc !important;
  color: #111827;
}
.table thead th,
.custom--table thead th,
.custom--table tr th {
  color: #111827 !important;
  font-weight: 800;
  border-bottom: 1px solid #e5e7eb !important;
  padding: 16px 14px !important;
}
.table tbody td,
.custom--table tr td {
  vertical-align: middle;
  border-bottom: 1px solid #eef2f7;
  padding: 16px 14px !important;
  color: #334155;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbfdff;
}
.product-name-table {
  display: flex;
  align-items: center;
  gap: 14px;
}
.product-name-table .thumbs {
  width: 76px;
  height: 76px;
  min-width: 76px;
  background-size: cover;
  background-position: center;
  border-radius: 12px !important;
  background-color: #f1f5f9;
}
.product-name-table .name-title {
  color: #111827;
  font-weight: 800;
}
.name-subtitle {
  color: #64748b;
  font-size: 13px;
}
.body-overlay {
  backdrop-filter: blur(2px);
}
.seller-profile-dashboard,
.seller-dashboard-list,
.dashboard-card,
.dashboard-address-details,
.right-content-area {
  border-radius: 16px;
}
.seller-dashboard-list {
  background: #fff;
  border: 1px solid #edf0f5;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
  padding: 10px;
}
.seller-dashboard-list .list {
  margin-bottom: 6px;
}
.seller-dashboard-list .list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 12px;
  color: #334155;
  font-weight: 700;
}
.seller-dashboard-list .list.active a,
.seller-dashboard-list .list a:hover {
  color: #fff;
  background: var(--main-color-one, #ff6a00);
}
.status,
button.low,
button.medium,
button.high,
button.urgent,
button.status-open,
button.status-close {
  border-radius: 999px !important;
  padding: 6px 12px !important;
  font-size: 12px;
  letter-spacing: .01em;
}
button.low,
button.status-open {
  background: #16a34a !important;
}
button.medium {
  background: #0891b2 !important;
}
button.high,
button.status-close {
  background: #dc2626 !important;
}
button.urgent {
  background: #f59e0b !important;
}
.search-suggestion-overlay {
  position: fixed;
  inset: 0;
  z-index: 990;
  background: rgba(15, 23, 42, .35);
  backdrop-filter: blur(2px);
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
}
.search-suggestion-overlay.active,
.search-suggestion-overlay.show {
  visibility: visible;
  opacity: 1;
}
.custom-alert-message {
  border-radius: 14px !important;
  padding: 14px 16px !important;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .table-responsive--md .custom--table thead {
    display: none;
  }
  .table-responsive--md .custom--table,
  .table-responsive--md .custom--table tbody,
  .table-responsive--md .custom--table tr,
  .table-responsive--md .custom--table td {
    display: block;
    width: 100%;
  }
  .table-responsive--md .custom--table tr {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 16px;
    margin-bottom: 14px;
    padding: 12px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
  }
  .table-responsive--md .custom--table td {
    border: 0 !important;
    padding: 10px 0 !important;
    text-align: start;
  }
  .table-responsive--md .custom--table td::before {
    content: attr(data-label);
    display: block;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .product-name-table {
    align-items: flex-start;
  }
}
