/**
 * Theme Name:     Merida Child
 * Author:         ThemePul
 * Template:       merida
 * Text Domain:	   merida-child
 * Description:    Merida - Restaurant &amp; Food WordPress Theme
 */

@font-face {
  font-family: 'segoe-ui-emoji';
  src: url('https://theunionshawarma.ca/wp-content/uploads/segoe-ui-emoji.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body, * {
  font-family: 'segoe-ui-emoji', sans-serif !important;
}
/* section{
	max-width:1600px !important;
} */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }
}
.container, .container-fluid{
	padding:0px;
}

.f-white{
	color:#fff;
}


/* ======================================== contact form 7 ================================= */
/* Container */
.cf7-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

/* Row layout */
.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-row.two-col {
  flex-wrap: wrap;
}

/* Fields */
.cf7-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cf7-field.full {
  width: 100%;
}

/* Labels */
.cf7-field label {
  font-size: 12px;
  margin-bottom: 6px;
  color: #aaa;
  text-transform: uppercase;
}

/* Inputs */
.cf7-container input,
.cf7-container textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #333;
  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.cf7-container input:focus,
.cf7-container textarea:focus {
  border-color: #ff5a1f;
}

/* Textarea */
.cf7-container textarea {
  min-height: 140px;
  resize: none;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 30px;
  background: #ff5a1f;
  color: #fff;
  font-size: 16px;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  transition: 0.3s;

  /* IMPORTANT */
  position: relative;
}

/* ADD ICON */
.wpcf7 input[type="submit"]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;

  background-image: url("https://theunionshawarma.ca/wp-content/uploads/2026/03/Icon.png");
  background-size: contain;
  background-repeat: no-repeat;

  margin-left: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }

  .cf7-row.two-col {
    flex-direction: column;
  }
}


.wp-block-woocommerce-cart{
	max-width:1230px;
	margin-left:auto;
	margin-right:auto;
}

/* =============================== wocommerce cart =========================== */
.cart-page {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}
 
/* ---- HEADING ---- */
.cart-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.cart-heading a.back {
  color: var(--text);
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1;
}
.cart-heading h1 {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.cart-heading .count {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--text-muted);
}
 
/* ---- CART ITEM CARD ---- */
.cart-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-bottom: 14px;
  position: relative;
}
 
/* Top row: name + price + trash */
.cart-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}
.cart-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  flex: 1;
}
.cart-card__title:hover { color: var(--accent); }
 
.cart-card__price-trash {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.cart-card__price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent);
}
.cart-card__remove {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
  padding: 2px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.cart-card__remove:hover { color: var(--accent); }
.cart-card__remove svg { width: 17px; height: 17px; fill: currentColor; }
 
/* Category label */
.cart-card__category {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}
 
/* Bottom row: qty + per-unit price */
.cart-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
/* Quantity selector */
.qty-selector {
  display: flex;
  align-items: center;
  background: var(--surface-2);
  border-radius: 50px;
  padding: 3px;
  gap: 0;
}
.qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s;
  font-family: var(--font);
  line-height: 1;
}
.qty-btn.minus {
  background: #3d3d3d;
  color: var(--text);
}
.qty-btn.minus:hover:not(:disabled) { background: #555; }
.qty-btn.minus:disabled { opacity: 0.4; cursor: not-allowed; }
.qty-btn.plus {
  background: var(--accent);
  color: #fff;
}
.qty-btn.plus:hover { background: var(--accent-hover); transform: scale(1.05); }
 
.qty-value {
  width: 34px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}
 
.cart-card__unit-price {
  font-size: 0.82rem;
  color: var(--text-muted);
}
 
/* Note input */
.cart-card__note {
  width: 100%;
  margin-top: 12px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--text-muted);
  font-family: var(--font);
  font-size: 0.85rem;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}
.cart-card__note:focus {
  border-color: var(--accent);
  color: var(--text);
}
 
/* ---- ADD MORE ITEMS ---- */
.add-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  margin: 8px 0 32px;
  transition: gap 0.2s;
}
.add-more:hover { gap: 10px; color: var(--accent-hover); }
 
/* ---- ORDER SUMMARY ---- */
.order-summary {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 22px;
  margin-bottom: 16px;
}
.order-summary h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}
 
/* Coupon row */
.coupon-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: 0.88rem;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  text-align: left;
  font-family: var(--font);
  transition: color 0.2s;
}
.coupon-toggle:hover { color: var(--text); }
.coupon-toggle svg { fill: currentColor; flex-shrink: 0; }
 
/* Total row */
.total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
.total-row .label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}
.total-row .amount {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
}
 
/* ---- CHECKOUT BUTTON ---- */
.checkout-btn {
  display: block;
  width: 100%;
  padding: 16px;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.01em;
}
.checkout-btn:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
}
.checkout-btn:active { transform: translateY(0); }

/* ======================= account page ================= */
.woocommerce-MyAccount-navigation{
	display:none;
}