html,
body h3,
h2,
h4,
h1,
h5,
h6,
span,
strong,
p,
div {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}
td,
tr,
th {
  vertical-align: middle !important;
  text-align: center !important;
}

body {
  background-color: var(--wa-b1);
  color: var(--wa-t1);
}

.pr-menu {
  color: var(--wa-t1);
  padding-right: 10px;
  font-size: 18px;
}

.h-m {
  bottom: 0;
  position: fixed;
  background: var(--wa-bb2);
}

.h-1 {
  bottom: 0;
  position: fixed;
  background: var(--wa-bb2);
}

.c-1 {
  border-bottom: 1px solid var(--wa-card-border);
}

.c-2 {
  background: var(--wa-bb2);
  width: 100%;
  display: flex;
  align-items: center;
}

a {
  color: var(--wa-t2);
}

.h-2 {
  color: var(--wa-t2);
  border-top: 1px solid var(--wa-border-color);
}

.c-4 {
  color: #ffd700;
  font-size: 23px;
  width: 33px;
  height: 34px;
  padding-top: 6px;
  background: rgba(255, 215, 0, 0.2);
  border-radius: 8px;
}

.pd-in-1 {
  text-align: center;
  padding: 8px;
  border-radius: 10px;
  color: var(--wa-t1);
  background: var(--wa-bb2);
  border: 1px solid var(--wa-border-color);
}

.pd-in-2 {
  text-align: center;
  padding: 8px;
  border-radius: 10px;
  color: var(--wa-t1);
  background: var(--wa-bb2);
  border: 1px solid var(--wa-border-color);
}

.pd-memo {
  background: rgba(255, 215, 0, 0.1);
  color: #ffd700;
  text-align: center;
  padding: 16px;
  font-size: 18px;
  margin: 1px 5px;
  border-radius: 10px;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.pd-model {
  position: fixed;
  bottom: 0;
  background: var(--wa-bb2);
  width: 100%;
  color: var(--wa-t2);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.pd-model-home {
  z-index: 3;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.pd-model-title {
  margin: 0;
  font-size: 20px;
  padding: 8px;
  border-bottom: 1px solid var(--wa-border-color);
}

.no-1 {
  direction: rtl;
  display: flex;
  padding: 6px;
  border-bottom: 1px solid var(--wa-card-border);
}

textarea:focus,
input:focus {
  outline: none;
  border: 2px solid #ffd700 !important;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

select,
textarea,
input {
  font-weight: 400 !important;
  background: var(--wa-bb2);
  color: var(--wa-t1);
  border: 1px solid var(--wa-border-color);
}

b,
bolder {
  font-weight: 500 !important;
}

.w3-bordered tr,
.w3-table-all tr {
  border-bottom: 1px solid var(--wa-border-color) !important;
}

.wa-border-bottom {
  border-bottom: 1px solid var(--wa-border-color) !important;
}

.wa-border {
  border: 1px solid var(--wa-border-color) !important;
}

textarea:disabled,
input:disabled {
  color: #777 !important;
  background-color: #eee;
}

.logo {
  background: rgba(255, 255, 255, 0.2);
}

.logo img {
  margin: -2px 0;
}

.badge-dot i {
  display: inline-block;
  width: .385rem;
  height: .385rem;
  margin-right: .385rem;
  vertical-align: middle;
  border-radius: 50%;
}

.admin-logo {
  transition: margin .4s;
}

#sidebar {
  transition: transform .4s;
}

#sidebar .w3-button:hover {
  background: rgba(255, 215, 0, 0.1) !important;
  color: #ffd700 !important;
}

#sidebar .active {
  color: #ffd700 !important;
  background: rgba(255, 215, 0, 0.1) !important;
}

#app .w3-main {
  margin-right: 300px;
  transition: none;
}

#sidebar-control:checked + #app .w3-main {
  margin-right: 0px;
  transition: margin-left .4s;
}

#sidebar-control:checked + #app .w3-sidebar {
  transform: translateX(+100%);
}

#sidebar-control:checked + #app .admin-logo {
  margin-right: -147px;
}

[v-cloak] {
  display: none;
}

/* Social Login Buttons */
.social-login-btn {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.google-btn {
  background: #fff;
  color: #333;
  border: 2px solid #ddd;
}

.google-btn:hover {
  background: #f8f9fa;
  border-color: #ffd700;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.facebook-btn {
  background: #1877f2;
  color: white;
}

.facebook-btn:hover {
  background: #166fe5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.divider {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--wa-border-color);
}

.divider span {
  background: var(--wa-bb2);
  padding: 0 15px;
  color: var(--wa-t2);
}

/* Cart Styles */
.cart-item {
  background: var(--wa-bb2);
  border: 1px solid var(--wa-border-color);
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart-item img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.cart-item-details {
  flex: 1;
}

.cart-item-title {
  font-weight: 600;
  color: var(--wa-t1);
  margin-bottom: 5px;
}

.cart-item-price {
  color: #ffd700;
  font-weight: 700;
  font-size: 18px;
}

.cart-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-btn {
  background: #ffd700;
  color: #000;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
}

.quantity-btn:hover {
  background: #ffa500;
}

.cart-total {
  background: linear-gradient(135deg, #ffd700, #ffa500);
  color: #000;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 992px) {
  #app .w3-sidebar {
    margin-top: 0 !important;
    display: block;
  }
  #sidebar-control:checked + #app .w3-sidebar {
    transform: translateX(0px) !important;
    box-shadow: 10px 0 60px rgba(0, 0, 0, 0.5);
  }
  #sidebar-control + #app .w3-sidebar {
    transform: translateX(+100%) !important;
  }
}
