@charset "UTF-8";

/*
Theme Name: Takbean Store
Author: Luminia Studio
Description: Takbean Coffee store 
Version: 1.0

/* Table of contents 

0. Font Face
1. Global
2. Top Nav
3. Top Bar
4. Page Head
5. Main Menu
6. Main Slider
7. Main Top Products
8. Main About Us Section
9. Main Reasons
10. Main Page Shop
11. Where To Buy
12. Main Reviews
13. Main Blog List
14. Subscribe Form Bottom
15. About Products
16. About Market
17. Blog Page
18. Comments
19. Cart Page
20 .Checkout
21. Shop
22. Product Single
23. Contacts
24. Gallery
25. Testimonials
26. Footer
27. Typography
28. 404 page
29. Coming page
30. Responsive
31. Login View
32. Contact Page
/

/* #0 Font Face */
@font-face {
  font-family: "AradFDVF";
  src:
    url("../fonts/AradFDVF.woff2") format("woff2"),
    url("../fonts/AradFDVF.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* #1 Global */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #b89d64;
  transition: all 400ms;
  outline: none;
}
a:hover {
  color: #2b1b13;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
body {
  overflow-x: hidden;
}
body,
html {
  height: 100%;
  font-size: 16px;
  font-family: "AradFDVF", "Raleway", sans-serif;
  font-weight: 300;
  direction: rtl !important;
}
p {
  line-height: 28px;
}

.main-logo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.small-logo {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.btn {
  padding: 10px 21px 10px 21px;
  font-size: 12px;
  border-radius: 2px;
  vertical-align: top;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  transition: all 400ms;
}
.btn.btn-default {
  color: #b29938;
  background: #214326;
}
.btn.btn-default:hover {
  background: #214326;
  color: #e1c079;
}
.btn.btn-brown {
  background: #2c1910;
  color: #b89d64;
}
.btn.btn-brown:hover {
  background: #b89d64;
  color: #3f2c14;
}
.btn.btn-bordered {
  background: none;
  color: #b89d64;
  border: 1px solid #b89d64;
}
.btn.btn-bordered:hover {
  background: #2c1910;
  color: #b89d64;
  border: 1px solid #2c1910;
}

.btn-lg {
  padding: 20px 31px 20px 31px;
  font-size: 14px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 10px;
}
.btn.btn-bordered {
  padding: 9px 20px 9px 20px;
}
.btn-lg.btn-bordered {
  padding: 19px 30px 19px 30px;
}
.btn-sm.btn-bordered {
  padding: 4px 9px;
}

hr {
  border-color: #e5e0d6;
}
.position-relative {
  position: relative;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #214326;
  font-family: "AradFDVF", serif;
  font-weight: bold;
  text-align: center;
}

h1 {
  margin: 0 0 20px;
  font-size: 48px;
}
h2 {
  margin: 60px 0 20px;
  font-size: 36px;
}
h3 {
  margin: 60px 0 20px;
  font-size: 30px;
}
h4 {
  margin: 60px 0 20px;
  font-size: 24px;
}
h5 {
  margin: 60px 0 20px;
  font-size: 18px;
}
h6 {
  margin: 60px 0 20px;
  font-size: 18px;
}
h1 span {
  color: #b89d64;
}
h2 span {
  color: #eddbb4;
}
h3 span {
  color: #b89d64;
}
h4 span {
  color: #b89d64;
}
h5 span {
  color: #b89d64;
}
h6 span {
  color: #b89d64;
}
h2:before {
  content: "";
  margin-left: -35px;
  width: 70px;
  height: 2px;
  background: #b89d64;
  position: absolute;
  left: 50%;
  bottom: -16px;
}

input[type="text"] {
  height: 49px;
  line-height: 49px;
  padding: 10px 22px 10px 22px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  transition: all 400ms;
}
input[type="tel"] {
  height: 49px;
  line-height: 49px;
  padding: 10px 22px 10px 22px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  transition: all 400ms;
}
input[type="email"] {
  height: 49px;
  line-height: 49px;
  padding: 10px 22px 10px 22px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  transition: all 400ms;
}
textarea {
  padding: 10px 22px 10px 22px;
  background: #f5f2eb;
  border: 1px solid #e3ded4;
  border-radius: 2px;
  resize: vertical;
  transition: all 400ms;
}

/* #2 Top Nav*/
/* NEW HEADER STYLE */
/* =========================================================
   TAK HEADER V2 - isolated test header
   All classes are prefixed with tak-head-
   ========================================================= */

.tak-head-shell {
  direction: rtl;
  position: sticky;
  top: 0;
  z-index: 1200;
  background: #19100c;
  border-bottom: 1px solid rgba(184, 157, 100, 0.22);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.tak-head-main {
  background: linear-gradient(
    180deg,
    rgba(25, 16, 12, 0.98),
    rgba(25, 16, 12, 0.94)
  );
}

.tak-head-layout {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "logo nav actions"
    "logo nav search";
  align-items: center;
  gap: 12px 28px;
  position: relative;
  padding: 10px 0;
}

/* Logo */
.tak-head-logo {
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(184, 157, 100, 0.45);
  background: #2c1910;
  flex-shrink: 0;
}

.tak-head-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Search */
.tak-head-search {
  grid-area: search;
  width: min(360px, 100%);
  justify-self: end;
  position: relative;
  display: flex;
  align-items: center;
}

.tak-head-search input[type="text"] {
  width: 100%;
  height: 42px;
  line-height: normal;
  padding: 0 44px 0 14px;
  border: 1px solid rgba(184, 157, 100, 0.26);
  border-radius: 999px;
  background: rgba(245, 242, 235, 0.96);
  color: #2c1910;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  box-shadow: none;
}

.tak-head-search input[type="text"]::placeholder {
  color: #7a6a55;
}

.tak-head-search input[type="text"]:focus {
  outline: none;
  border-color: #b89d64;
  box-shadow: 0 0 0 3px rgba(184, 157, 100, 0.18);
}

.tak-head-search button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #b89d64;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}

/* Actions */
.tak-head-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.tak-head-action {
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  border-radius: 999px;
  background: rgba(245, 242, 235, 0.08);
  color: #e2ded0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.tak-head-action:hover,
.tak-head-action:focus {
  background: #b89d64;
  color: #2c1910;
}

.tak-head-action-text {
  font-size: 13px;
  white-space: nowrap;
}

.tak-head-cart-count {
  position: absolute;
  top: -5px;
  right: -3px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #d8cfb5;
  color: #2b1b13;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

/* Tablet hamburger input */
.tak-head-toggle-input {
  display: none;
}

.tak-head-toggle {
  display: none;
}

/* Navigation desktop */
.tak-head-nav {
  grid-area: nav;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tak-head-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tak-head-menu li {
  position: relative;
}

.tak-head-menu > li > a {
  min-height: 44px;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #e2ded0;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
}

.tak-head-menu > li.active > a,
.tak-head-menu > li > a:hover,
.tak-head-menu > li > a:focus {
  background: rgba(184, 157, 100, 0.16);
  color: #b89d64;
}

/* Parent arrow */
.tak-head-menu li.parent > a::after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 13px;
  color: inherit;
  line-height: 1;
}

/* Desktop dropdowns */
.tak-head-menu .sub-menu {
  min-width: 230px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1300;
  background: #f5f2eb;
  border-radius: 14px;
  border: 1px solid rgba(184, 157, 100, 0.22);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.26);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 200ms ease,
    transform 200ms ease,
    visibility 200ms ease;
}

.tak-head-menu li:hover > .sub-menu,
.tak-head-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tak-head-menu .sub-menu li {
  position: relative;
}

.tak-head-menu .sub-menu a {
  padding: 11px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #2b1b13;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
  text-decoration: none;
}

.tak-head-menu .sub-menu a:hover,
.tak-head-menu .sub-menu a:focus {
  background: #b89d64;
  color: #2b1b13;
}

/* Nested category dropdowns open to the left in RTL */
.tak-head-menu .sub-menu .sub-menu {
  top: 0;
  right: 100%;
  margin-right: 8px;
  background: #e5e0d6;
}

.tak-head-menu .sub-menu li.parent > a::after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: auto;
}

/* Social icons: less important, placed at bottom area */
.tak-head-social {
  display: none;
}

/* =========================================================
   Tablet: hamburger drawer only between 768px and 1199px
   ========================================================= */
@media (min-width: 768px) and (max-width: 1199px) {
  .tak-head-layout {
    min-height: 86px;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas: "logo search actions toggle";
    gap: 14px;
  }

  .tak-head-logo {
    width: 66px;
    height: 66px;
  }

  .tak-head-search {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .tak-head-actions {
    gap: 8px;
  }

  .tak-head-action {
    width: 46px;
    height: 46px;
    padding: 0;
    font-size: 20px;
  }

  .tak-head-action-text {
    display: none;
  }

  .tak-head-toggle {
    grid-area: toggle;
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 999px;
    background: rgba(245, 242, 235, 0.08);
    cursor: pointer;
  }

  .tak-head-toggle span {
    width: 25px;
    height: 3px;
    display: block;
    border-radius: 99px;
    background: #b89d64;
  }

  .tak-head-nav {
    position: fixed;
    top: 86px;
    right: 0;
    bottom: 0;
    width: min(390px, 88vw);
    padding: 22px 18px;
    display: block;
    overflow-y: auto;
    background: #19100c;
    border-left: 1px solid rgba(184, 157, 100, 0.18);
    box-shadow: -16px 0 35px rgba(0, 0, 0, 0.35);
    transform: translateX(110%);
    opacity: 0;
    visibility: hidden;
    transition:
      transform 250ms ease,
      opacity 250ms ease,
      visibility 250ms ease;
  }

  .tak-head-toggle-input:checked ~ .tak-head-nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .tak-head-menu {
    display: block;
  }

  .tak-head-menu > li {
    margin-bottom: 8px;
  }

  .tak-head-menu > li > a {
    min-height: 46px;
    padding: 12px 15px;
    justify-content: space-between;
    border-radius: 12px;
    background: rgba(245, 242, 235, 0.06);
    font-size: 15px;
  }

  .tak-head-menu .sub-menu,
  .tak-head-menu .sub-menu .sub-menu {
    position: static;
    width: auto;
    min-width: 0;
    margin: 7px 14px 8px 0;
    padding: 6px 12px 6px 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(245, 242, 235, 0.055);
    border: 0;
    border-right: 2px solid rgba(184, 157, 100, 0.45);
    border-radius: 0;
    box-shadow: none;
  }

  .tak-head-menu .sub-menu .sub-menu {
    margin-right: 18px;
    background: rgba(245, 242, 235, 0.035);
  }

  .tak-head-menu .sub-menu a {
    padding: 9px 12px;
    color: #e2ded0;
    border-radius: 10px;
    font-size: 14px;
  }

  .tak-head-menu .sub-menu a:hover,
  .tak-head-menu .sub-menu a:focus {
    background: rgba(184, 157, 100, 0.16);
    color: #b89d64;
  }

  .tak-head-social {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(184, 157, 100, 0.18);
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .tak-head-social a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(245, 242, 235, 0.08);
    color: #b89d64;
    font-size: 20px;
  }

  .tak-head-social a:hover {
    background: #b89d64;
    color: #2c1910;
  }
}

/* =========================================================
   Mobile: hamburger menu, search remains visible
   ========================================================= */
@media (max-width: 767px) {
  .tak-head-layout {
    min-height: auto;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas:
      "logo . actions toggle"
      "search search search search";
    gap: 12px;
    padding: 10px 0 12px;
  }

  .tak-head-logo {
    width: 56px;
    height: 56px;
  }

  .tak-head-actions {
    grid-area: actions;
    justify-self: end;
    gap: 8px;
  }

  .tak-head-action {
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 20px;
  }

  .tak-head-action-text {
    display: none;
  }

  .tak-head-search {
    grid-area: search;
    width: 100%;
    justify-self: stretch;
  }

  .tak-head-search input[type="text"] {
    height: 46px;
    font-size: 15px;
  }

  .tak-head-toggle {
    grid-area: toggle;
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 999px;
    background: rgba(245, 242, 235, 0.08);
    cursor: pointer;
  }

  .tak-head-toggle span {
    width: 24px;
    height: 3px;
    display: block;
    border-radius: 99px;
    background: #b89d64;
  }

  .tak-head-nav {
    position: fixed;
    top: 122px;
    right: 0;
    bottom: 0;
    width: min(360px, 88vw);
    padding: 20px 16px;
    display: block;
    overflow-y: auto;
    background: #19100c;
    border-left: 1px solid rgba(184, 157, 100, 0.18);
    box-shadow: -16px 0 35px rgba(0, 0, 0, 0.35);
    transform: translateX(110%);
    opacity: 0;
    visibility: hidden;
    transition:
      transform 250ms ease,
      opacity 250ms ease,
      visibility 250ms ease;
  }

  .tak-head-toggle-input:checked ~ .tak-head-nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .tak-head-menu {
    display: block;
  }

  .tak-head-menu > li {
    margin-bottom: 8px;
  }

  .tak-head-menu > li > a {
    min-height: 46px;
    padding: 12px 15px;
    justify-content: space-between;
    border-radius: 12px;
    background: rgba(245, 242, 235, 0.06);
    font-size: 15px;
  }

  .tak-head-menu > li.active > a {
    background: rgba(184, 157, 100, 0.18);
  }

  .tak-head-menu .sub-menu,
  .tak-head-menu .sub-menu .sub-menu {
    position: static;
    width: auto;
    min-width: 0;
    margin: 7px 14px 8px 0;
    padding: 6px 12px 6px 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: 0;
    border-right: 2px solid rgba(184, 157, 100, 0.45);
    border-radius: 0;
    box-shadow: none;
  }

  .tak-head-menu .sub-menu .sub-menu {
    margin-right: 18px;
    border-right-color: rgba(184, 157, 100, 0.3);
  }

  .tak-head-menu .sub-menu a {
    padding: 8px 12px;
    color: #d8cfb5;
    border-radius: 9px;
    font-size: 14px;
  }

  .tak-head-menu .sub-menu a:hover,
  .tak-head-menu .sub-menu a:focus {
    background: rgba(184, 157, 100, 0.14);
    color: #b89d64;
  }

  .tak-head-social {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(184, 157, 100, 0.18);
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .tak-head-social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(245, 242, 235, 0.08);
    color: #b89d64;
    font-size: 20px;
  }
}

/* Very small phones */
@media (max-width: 420px) {
  .tak-head-logo {
    width: 52px;
    height: 52px;
  }

  .tak-head-action {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .tak-head-menu > li > a {
    font-size: 14px;
  }
}

/* =========================================================
   TAK HEADER V2 - Inner page modifier
   Uses the same base classes as the main header
   ========================================================= */

.tak-head-shell--inner {
  --tak-head-inner-main-height: 74px;
  --tak-head-drawer-top: 116px;
}

/* Contact banner */
.tak-head-contactbar {
  display: block;
  background: #b89d64;
  color: #2c1910;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid rgba(43, 27, 19, 0.12);
}

.tak-head-contactbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  direction: rtl;
  white-space: nowrap;
}

/* Contact items */
.tak-head-contact-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tak-head-contact-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
  color: #2c1910;
}

.tak-head-contact-list i {
  font-size: 15px;
  color: #2c1910;
  line-height: 1;
}

.tak-head-contact-list a,
.tak-head-contact-list span {
  color: #2c1910;
  text-decoration: none;
  line-height: 1;
}

.tak-head-contact-list a:hover {
  color: #fff;
}

/* Social icons on the left side */
.tak-head-contact-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 14px;
}

.tak-head-contact-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2c1910;
  font-size: 17px;
  text-decoration: none;
  line-height: 1;
}

.tak-head-contact-social a:hover {
  color: #fff;
}

/* Tablet: keep it in one line, but reduce spacing */
@media (min-width: 768px) and (max-width: 1199px) {
  .tak-head-contactbar {
    font-size: 12.5px;
  }

  .tak-head-contactbar-inner {
    min-height: 36px;
    gap: 12px;
  }

  .tak-head-contact-list {
    gap: 14px;
  }

  .tak-head-contact-social {
    gap: 10px;
  }

  .tak-head-contact-social a {
    font-size: 16px;
  }
}

/* Smaller tablets: hide the less important Instagram text if needed */
@media (min-width: 768px) and (max-width: 900px) {
  .tak-head-contact-list li:nth-child(3) {
    display: none;
  }
}

/* Mobile: no contact banner */
@media (max-width: 767px) {
  .tak-head-contactbar {
    display: none;
  }
}

/* Smaller inner header */
.tak-head-shell--inner .tak-head-layout {
  min-height: var(--tak-head-inner-main-height);
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "logo nav actions"
    "logo nav search";
  gap: 8px 22px;
  padding: 7px 0;
}

.tak-head-shell--inner .tak-head-logo {
  width: 58px;
  height: 58px;
}

.tak-head-shell--inner .tak-head-menu > li > a {
  min-height: 40px;
  padding: 9px 11px;
  font-size: 13.5px;
}

.tak-head-shell--inner .tak-head-action {
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  font-size: 17px;
}

.tak-head-shell--inner .tak-head-action-text {
  font-size: 12.5px;
}

.tak-head-shell--inner .tak-head-search {
  width: min(310px, 100%);
}

.tak-head-shell--inner .tak-head-search input[type="text"] {
  height: 38px;
  font-size: 13.5px;
}

.tak-head-shell--inner .tak-head-cart-count {
  top: -5px;
  right: -4px;
}

/* Tablet: contact banner remains visible, drawer works */
@media (min-width: 768px) and (max-width: 1199px) {
  .tak-head-shell--inner {
    --tak-head-drawer-top: 112px;
  }

  .tak-head-shell--inner .tak-head-contactbar-inner {
    min-height: 36px;
  }

  .tak-head-shell--inner .tak-head-contact-list {
    gap: 16px;
    font-size: 12.5px;
  }

  .tak-head-shell--inner .tak-head-contact-social a {
    font-size: 16px;
  }

  .tak-head-shell--inner .tak-head-layout {
    min-height: 76px;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas: "logo search actions toggle";
    gap: 12px;
    padding: 7px 0;
  }

  .tak-head-shell--inner .tak-head-logo {
    width: 58px;
    height: 58px;
  }

  .tak-head-shell--inner .tak-head-search {
    width: 100%;
    max-width: none;
  }

  .tak-head-shell--inner .tak-head-action {
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;
    padding: 0;
    font-size: 19px;
  }

  .tak-head-shell--inner .tak-head-action-text {
    display: none;
  }

  .tak-head-shell--inner .tak-head-toggle {
    width: 43px;
    height: 43px;
  }

  .tak-head-shell--inner .tak-head-nav {
    top: var(--tak-head-drawer-top);
  }
}

/* Mobile: hide contact banner, keep compact hamburger header */
@media (max-width: 767px) {
  .tak-head-shell--inner {
    --tak-head-drawer-top: 112px;
  }

  .tak-head-contactbar {
    display: none;
  }

  .tak-head-shell--inner .tak-head-layout {
    min-height: auto;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas:
      "logo . actions toggle"
      "search search search search";
    gap: 10px;
    padding: 9px 0 11px;
  }

  .tak-head-shell--inner .tak-head-logo {
    width: 52px;
    height: 52px;
  }

  .tak-head-shell--inner .tak-head-actions {
    gap: 7px;
  }

  .tak-head-shell--inner .tak-head-action {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    font-size: 19px;
  }

  .tak-head-shell--inner .tak-head-action-text {
    display: none;
  }

  .tak-head-shell--inner .tak-head-search {
    width: 100%;
  }

  .tak-head-shell--inner .tak-head-search input[type="text"] {
    height: 44px;
    font-size: 14.5px;
  }

  .tak-head-shell--inner .tak-head-toggle {
    width: 42px;
    height: 42px;
  }

  .tak-head-shell--inner .tak-head-toggle span {
    width: 23px;
  }

  .tak-head-shell--inner .tak-head-nav {
    top: var(--tak-head-drawer-top);
    width: min(350px, 88vw);
  }
}

/* Very small phones */
@media (max-width: 420px) {
  .tak-head-shell--inner {
    --tak-head-drawer-top: 106px;
  }

  .tak-head-shell--inner .tak-head-logo {
    width: 48px;
    height: 48px;
  }

  .tak-head-shell--inner .tak-head-action,
  .tak-head-shell--inner .tak-head-toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}

/* #4 Page Head*/
.page-head {
  padding: 73px 0 20px 0;
  height: 253px;
  background: url(../img/page-head-bg.avif) 50% 50% no-repeat;
}
.page-head .breadcrumb {
  margin-bottom: 0;
  text-align: center;
  background: none;
  border-radius: 0;
}
.page-head .breadcrumb li {
  font-size: 14px;
  color: #b89d64;
  font-weight: 300;
}
.page-head .breadcrumb li a {
  font-size: 14px;
  color: #d8c8b5;
  font-weight: 300;
}
.page-head .breadcrumb > li + li:before {
  content: "\7C";
  font-size: 14px;
  color: #b89d64;
}
.page-head h1 {
  color: #b89d64;
}

/* #5 Main Menu*/
.main-menu {
  text-align: center;
}
.main-menu > li {
  padding: 0 10px;
  display: inline-block;
}
.main-menu > li.active > a {
  color: #b89d64;
}
.main-menu > li > a {
  padding: 24px 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #e2ded0;
  position: relative;
}
.main-menu > li > a:focus {
  background: none;
}
.main-menu > li:hover > a {
  color: #b89d64;
  background: none;
}
.main-menu > li.parent > a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 14px;
  color: inherit;
  position: absolute;
  top: 23px;
  left: -3px;
  transition: all 200ms;
}
.main-menu > li.parent:hover > a:before {
  transform: rotate(-90deg);
}
.main-menu .sub-menu {
  padding: 17px 0;
  width: 223px;
  position: absolute;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  background: #e5e0d6;
  z-index: 0;
}
.main-menu .sub-menu > li {
  text-align: right;
  position: relative;
}
.main-menu .sub-menu > li > a {
  padding: 9px 20px 7px 20px;
  font-size: 14px;
  color: #2b1b13;
  font-weight: 800;
  display: block;
}
.main-menu .sub-menu > li:hover {
  background: #b89d64;
}
.main-menu .sub-menu > li.parent > a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  color: inherit;
  position: absolute;
  top: 8px;
  right: 22px;
  transition: all 200ms;
}
.main-menu .sub-menu > li.parent:hover > a:before {
  right: 16px;
}
.main-menu .sub-menu > li.active {
  background: #b89d64;
}
.main-menu > li.parent:hover > .sub-menu {
  top: 61px;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
.main-menu .third-level {
  padding: 15px 0;
  width: 223px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background: #b89d64;
  transition: all 300ms;
  z-index: -1;
}
.main-menu .third-level > li {
}
.main-menu .sub-menu > li.parent:hover > .third-level {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .third-level > li:hover {
  background: #2b1b13;
}
.main-menu .third-level > li:hover a {
  color: #e5e0d6;
}
.main-menu .third-level > li > a {
  padding: 9px 20px 7px 20px;
  display: block;
  color: #2b1b13;
  font-weight: 800;
  font-size: 14px;
}
.main-menu .third-level > li.active {
  background: #2b1b13;
}
.main-menu .third-level > li.active a {
  color: #e5e0d6;
}

/* #6 Main Slider*/
.main-slider {
  min-height: 880px;
}
.main-slider-caption {
  z-index: 10;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-slider-caption .top-title {
  padding-bottom: 6px;
  font-size: 48px;
  color: #b89d64;
  font-family: "AradFDVF", serif;
  font-style: italic;
  line-height: 48px;
}
.main-slider-caption .top-title span {
  color: #d8cfb5;
  font-style: normal;
}
.main-slider-caption .big-title {
  padding-bottom: 47px;
  color: #b89d64;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}
.main-slider-caption p {
  color: #d8c8b5;
}
.main-slider-caption .btn {
  margin-top: 35px;
}

/* #7 Main Top Products*/
.top-prod-wrap {
  position: relative;
  z-index: 10;
}
.top-prod-types {
  position: absolute;
  left: 0;
  right: 0;
  top: -190px;
}
.top-prod-types .item {
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.top-prod-types .item.first {
  background: #b89d64;
}
.top-prod-types .item.second {
  background: #214326;
}
.top-prod-types .item.third {
  background: #513826;
}
.top-prod-types .item .name {
  padding: 0 10px;
  text-align: center;
  color: #b89d64;
  font-size: 24px;
  font-family: "AradFDVF", serif;
}
.top-prod-types .item .name.dark {
  color: #2c1910;
}
.top-prod-types .item .name span {
  color: #d8cfb5;
}
.top-prod-types .item .name.dark span {
  color: #f5f2eb;
}

.cafe-card-col {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cafe-card-col {
    margin-bottom: 24px;
  }
}

/* #8 Main About Us Section*/
.about-us {
  padding: 122px 0 110px 0;
}
.about-us .about-text {
}
.about-us .about-text h2 {
  margin-bottom: 38px;
  position: relative;
  text-align: right;
}
.about-us .about-text h2:before {
  content: "";
  margin-left: 0;
  width: 70px;
  height: 2px;
  background: #b89d64;
  position: absolute;
  right: 0;
  bottom: -16px;
}
.about-us .about-text h2 span {
  color: #b89d64;
}
.about-slogan {
  width: 90%;
  padding-top: 40px;
}
.about-slogan li {
  padding-bottom: 37px;
  overflow: hidden;
}
.about-slogan .icon {
  /* width: 70px; */
  float: left;
}
.about-slogan .icon i {
  font-size: 36px;
  color: #b89d64;
}
.about-slogan .text {
  padding-right: 20px;
}
.about-slogan .text p {
  font-size: 14px;
  line-height: 24px;
}
.about-slogan .title {
  font-size: 18px;
  color: #2c1910;
  font-weight: 800;
}
.about-us .about-img {
  padding-top: 50px;
}

/* #9 Main Reasons*/
.reasons {
  padding: 46px 0 45px 0;
  min-height: 628px;
  background: transparent;
}
.reasons h2 {
  color: #f5f2eb;
}
.reasons .item {
  padding-top: 34px;
  text-align: center;
}
.reasons .item .count {
  padding-top: 14px;
  font-size: 100px;
  color: #b89d64;
  font-weight: bold;
  font-family: "AradFDVF", serif;
}
.reasons .item .title {
  font-weight: 800;
  color: #f5f2eb;
  font-size: 24px;
}
.reasons .item .text {
  padding-top: 22px;
  font-size: 14px;
  color: #d8cfb5;
  font-weight: 300;
  line-height: 20px;
}

/* #10 Main Page Shop*/
.popular-item {
  padding: 45px 0 113px 0;
}
.popular-item .shop-slider {
  margin-top: 47px;
}
.popular-item .shop-slider .owl-nav {
  padding-top: 23px;
  position: relative;
}
.popular-item .shop-slider .owl-nav > div {
  position: absolute;
  width: 41px;
  height: 41px;
  font-size: 0;
  border-radius: 2px;
  border: 1px solid #b89d64;
  text-align: center;
  line-height: 41px;
  transition: all 400ms;
}
.popular-item .shop-slider .owl-nav > div:hover {
  background: #b89d64;
}
.popular-item .shop-slider .owl-nav > div:hover:before {
  color: #fff;
}
.popular-item .shop-slider .owl-nav .owl-prev {
  margin-right: 7px;
  right: 50%;
}
.popular-item .shop-slider .owl-nav .owl-next {
  margin-left: 7px;
  left: 50%;
}
.popular-item .shop-slider .owl-nav .owl-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ba9e64;
  transition: all 400ms;
}
.popular-item .shop-slider .owl-nav .owl-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ba9e64;
  transition: all 400ms;
}
.popular-item .item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 26px 15px 40px 15px;
  border-radius: 2px;
  text-align: center;
  transition: all 400ms;
}
.popular-item .item:hover {
  box-shadow: 0 0 5px 5px #f3f3f3;
}
.popular-item .item img {
  width: auto;
  display: inline-block;
}
.popular-item .item .name {
  margin-top: 28px;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 18px;
  color: #2c1910;
  font-weight: 800;
}
.popular-item .item .text {
  font-size: 14px;
  font-weight: 300;
  color: #513826;
}
.popular-item .item .price {
  padding: 21px 0 16px 0;
  font-size: 24px;
  color: #ba9e64;
  font-weight: 800;
}
.popular-item .item .btn {
  font-size: 12px;
  font-weight: 800;
  color: #3f2c14;
  text-transform: none;
}
.popular-item .item .btn i {
  margin-left: 8px;
  color: #fff;
}
.popular-item .item .btn:hover {
  background: #2c1910;
  color: #b89d64;
}
.popular-item .item .btn:hover i {
  color: #fff;
}

/* #11 Where To Buy*/
.where-buy {
  padding: 20px 50px 83px 50px;
  background: url(../img/buy-bg.jpg) 50% 50% no-repeat;
}
.where-buy.alt {
  background: none;
}
.where-buy .nav-tabs {
  padding-top: 33px;
  padding-bottom: 57px;
  border: none;
  text-align: center;
}
.where-buy .nav-tabs > li {
  padding: 0 35px;
  float: none;
  display: inline-block;
}
.where-buy .nav-tabs > li:hover a {
  background: none;
  color: #ba9e64;
}
.where-buy .nav-tabs > li > a {
  padding: 0;
  font-size: 18px;
  font-weight: 800;
  color: #2c1910;
  border: dashed #2c1910;
  border-width: 0 0 1px 0;
}
.where-buy .nav-tabs > li.active > a,
.where-buy .nav-tabs > li.active > a:hover,
.where-buy .nav-tabs > li.active > a:focus {
  color: #ba9e64;
  background: none;
  border: none;
}
.buy-item {
  padding: 35px 0 36px 0;
}
.buy-item .icon {
  width: 40px;
  float: right;
}
.buy-item .icon i {
  font-size: 36px;
  color: #ba9e64;
}
.buy-item .info {
  padding: 0 0 0 40px;
}
.buy-item .info address {
  padding-top: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #2c1910;
  line-height: 24px;
}
.buy-item .info .phone {
  padding-bottom: 7px;
  font-size: 14px;
}
.buy-item .info .phone i {
  margin-left: 12px;
  font-size: 18px;
  color: #ba9e64;
}
.buy-item .info .mail {
  font-size: 14px;
  color: #513826;
}
.buy-item .info .mail i {
  margin-left: 12px;
  font-size: 18px;
  color: #ba9e64;
}
.buy-item .info .mail:hover {
  color: #2b1b13;
}

/* #12 Main Reviews*/
.main-reviews {
  padding: 33px 0 68px 0;
  background: url(../img/BG_testimonials.jpg);
}
.main-reviews h2 {
  color: #f5f2eb;
}
.main-reviews h2:before {
  background: #f5f2eb;
}
.review-slider {
  margin-top: 60px;
}
.review-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.review-slider .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  font-size: 0;
  border-radius: 2px;
  background: #b89d64;
  border: 1px solid #b89d64;
  text-align: center;
  line-height: 41px;
  transition: all 400ms;
}
.review-slider .owl-nav > div:hover {
  background: #f5f2eb;
}
.review-slider .owl-nav .owl-prev {
  left: 0;
}
.review-slider .owl-nav .owl-next {
  right: 0;
}
.review-slider .owl-nav .owl-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 14px;
  color: #2c1b14;
  transition: all 400ms;
}
.review-slider .owl-nav .owl-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  color: #2c1b14;
  transition: all 400ms;
}
.review-item {
  text-align: center;
}
.review-item .text {
  color: #f5f2eb;
}
.review-item .img-wrap {
  padding-top: 18px;
  display: inline-block;
}
.review-item .img-wrap img {
  width: auto;
}
.review-item .name {
  padding-top: 5px;
  color: #b89d64;
  font-size: 18px;
  font-weight: bold;
}
.review-item .date {
  padding-top: 4px;
  color: #b89d64;
  font-size: 12px;
  font-weight: 300;
}

/* #13 Main Blog List*/
.main-blog {
  padding: 41px 0 120px 0;
}

/* .main-blog .row {
  direction: rtl !important;
}

.main-blog .row [class*="col-"] {
  float: right !important;
} */

/* ===== FINAL RESPONSIVE FIX FOR MAIN BLOG ===== */

/* Desktop - 4 columns, latest on right */
.main-blog .row {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Latest on right */
  direction: rtl;
  margin: 0 -15px;
}

.main-blog .row > .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Tablet (768px - 991px) - 2 columns */
@media (max-width: 991px) and (min-width: 768px) {
  .main-blog .row {
    flex-direction: row-reverse;
  }
  .main-blog .row > .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile (< 768px) - Vertical stack, latest on top */
@media (max-width: 767px) {
  .main-blog .row {
    flex-direction: column; /* مهم: عمودی از بالا به پایین */
    align-items: stretch;
  }

  .main-blog .row > .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 28px;
  }

  .main-blog h2 {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: right;
  }

  .main-blog-item {
    margin-bottom: 25px;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .main-blog-item .info {
    height: auto;
    min-height: 130px;
  }
  .main-blog-item .text {
    font-size: 13.8px;
    line-height: 1.75;
  }
}

/* Fix the left/right floats inside items if needed */
.main-blog-item .item-info .left {
  float: right !important;
}

.main-blog-item .item-info .right {
  float: left !important;
  text-align: left !important;
}

.main-blog .all-blog {
  margin-top: 46px;
  padding-left: 24px;
  padding-right: 24px;
}
.main-blog-item {
  padding-top: 30px;
}
.main-blog-item .img-wrap {
  overflow: hidden;
}
.main-blog-item .img-wrap a {
  display: block;
}
.main-blog-item:hover .img-wrap a {
  transform: scale(1.1);
}
.main-blog-item .info {
  height: 163px;
  padding-bottom: 16px;
  overflow: hidden;
  border-bottom: 1px solid #e5e0d6;
  position: relative;
}
.main-blog-item .info:before {
  content: "";
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 1)
  );
}
.main-blog-item .name {
  padding: 24px 0 16px 0;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.main-blog-item .text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}
.main-blog-item .item-info {
  padding-top: 12px;
  overflow: hidden;
}
.main-blog-item .item-info i {
  margin-left: 7px;
  font-size: 14px;
  color: #b89d64;
}
.main-blog-item .item-info .left {
  width: 50%;
  float: left;
}
.main-blog-item .item-info .right {
  width: 50%;
  float: right;
  text-align: right;
}
.main-blog-item .item-info .right > div {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.main-blog-item .item-info .right > div i {
  transition: all 400ms;
}
.main-blog-item .item-info .date {
  font-size: 11px;
  font-weight: 300;
  color: #2c1b14;
}
.main-blog-item .item-info .like {
  padding-right: 15px;
  font-size: 11px;
  font-weight: 300;
  color: #2c1b14;
}
.main-blog-item .item-info .like:hover i {
  color: #2b1b13;
}
.main-blog-item .item-info .comm {
  padding-right: 4px;
  font-size: 11px;
  font-weight: 300;
  color: #2c1b14;
}

/* #14 Subscribe Form Bottom*/
.subscribe {
  background: #e1c17d;
}
.subscribe .inner {
  background: url(../img/subs-envelope.png) 100% 0 no-repeat;
}
.subscribe .top-title {
  padding-top: 35px;
  padding-bottom: 2px;
  font-size: 18px;
  color: #fff;
  font-family: "AradFDVF", serif;
  line-height: normal;
}
.subscribe .bottom-title {
  padding-bottom: 38px;
  font-size: 36px;
  font-weight: bold;
  color: #2c1910;
  font-family: "AradFDVF", serif;
  line-height: 36px;
}
.subs-form {
  margin-top: 43px;
  font-size: 0;
  position: relative;
}
.subs-form input {
  display: inline-block;
}
.subs-form input[type="text"] {
  padding-right: 32%;
  width: 100%;
}
.subs-form input[type="submit"] {
  width: 30%;
  height: 49px;
  line-height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  background: #214326;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #b89d64;
  font-weight: bold;
  transition: all 400ms;
}
.subs-form input[type="submit"]:hover {
  background: rgba(43, 27, 19, 0.8);
}

/* #15 About Products*/
.about-products {
  padding: 40px 0 100px;
}
.about-products .item {
  padding-top: 70px;
  padding-bottom: 17px;
  text-align: center;
}
.about-products .item .name {
  padding-top: 8px;
  padding-bottom: 21px;
  font-size: 24px;
  color: #2c1910;
  font-family: "AradFDVF", serif;
}
.about-products .item .name span {
  color: #b89d64;
}
.about-products .item .text {
  font-size: 14px;
  line-height: 22px;
  color: #513826;
  font-weight: 300;
}
.about-products .item .btn {
  margin-top: 24px;
}

/* #16 About Market*/
.about-market {
  padding: 40px 0 120px 0;
}
.about-market.alt {
  padding-top: 60px;
  background: #f8f6f1;
}
.about-market .top-text {
  padding-top: 20px;
  text-align: center;
}
.about-market .item {
  padding-top: 40px;
  text-align: center;
}
.about-market .item .icon i {
  font-size: 36px;
  color: #b89d64;
}
.about-market .item .title {
  padding: 30px 0 14px 0;
  font-size: 18px;
  color: #2c1910;
  font-weight: 800;
}

/* #17 Blog Page*/
.blog-content {
  padding: 0;
  font-size: 16.5px;
  line-height: 2;
  color: #2c1910;
}

.blog-content p {
  font-size: 15px;
  text-align: justify;
}

.blog-content h1 {
  font-size: 20px;
  font-weight: 800;
  color: rgba(22, 81, 31, 1);
  text-align: right;
}

.blog-content h2 {
  font-size: 18px;
  font-weight: 800;
  color: rgba(22, 81, 31, 1);
  text-align: right;
}

.blog-content h2::before {
  content: none;
  display: none;
}

.blog-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(22, 81, 31, 1);
  text-align: right;
}

.blog-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(22, 81, 31, 1);
  text-align: right;
}

.blog-content img {
  max-width: 700px;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 16px;
}

.widget-area {
  margin-top: 0;
  font-size: 14px;
}
.widget-area table {
  font-size: 14px;
}
.widget-area h4 {
  padding-top: 16px;
  padding-bottom: 22px;
  margin-top: 0;
  font-weight: 400;
  text-align: left;
  font-size: 24px;
  color: #f5f2eb;
  position: relative;
  z-index: 0;
}
.widget-area h4:after {
  content: "";
  background: #2b1b13;
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.widget-area aside {
  padding: 0 30px 30px 30px;
  margin-bottom: 35px;
  background: #f5f2eb;
  position: relative;
  overflow: hidden;
}
.widget-area aside:last-child {
  margin-bottom: 0;
}
.widget-area aside ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.widget-area aside ul li {
  color: #1f1f1f;
  margin-bottom: 13px;
  vertical-align: middle;
}
.widget-area aside ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " \f105";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
  color: #b89d64;
}
.widget-area aside ul li a {
  color: #1f1f1f;
  vertical-align: middle;
}
.widget-area aside ul li a:hover {
  color: #b89d64;
}
.widget-area aside ul li.current-cat a {
  color: #b89d64;
  cursor: default;
}
.widget-area aside .tags {
  margin: 0;
}
.widget-area aside .gallery-small {
  padding: 0 11px;
}
.widget-area aside .gallery-small a {
  padding: 2px;
}
.widget-area aside .gallery-small a img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.widget-area aside .gallery-small a:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.widget-area aside .wp-searchform {
  padding: 10px 0 0;
  width: 100%;
  display: block;
  position: relative;
}
.widget-area aside .wp-searchform input[type="text"] {
  width: 100%;
  display: block;
  border: 1px solid #e3ded4;
  border-radius: 2px;
}
.widget-area aside .wp-searchform button[type="submit"] {
  right: 20px;
  top: 50%;
  margin-top: -5px;
  font-size: 18px;
  color: #b89d64;
  background: none;
  border: 0 none;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}
.widget-area aside.widget_calendar .calendar_wrap {
  padding: 0;
}
.widget-area aside.widget_calendar caption {
  color: #b89d64;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
}
.widget-area aside.widget_calendar table {
  width: 100%;
  position: relative;
  font-weight: 300;
}
.widget-area aside.widget_calendar th,
.widget-area aside.widget_calendar td {
  text-align: center;
  padding: 10px 0;
}
.widget-area aside.widget_calendar #prev,
.widget-area aside.widget_calendar #next {
  padding-top: 10px;
}
.widget-area aside.widget_calendar #prev {
  text-align: left;
  font-weight: bold;
}
.widget-area aside.widget_calendar #next {
  text-align: right;
  font-weight: bold;
}
.widget-area aside.widget_calendar #today {
  position: relative;
  z-index: 2;
}
.widget-area aside.widget_calendar #today:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  left: 50%;
  top: 50%;
  border: 1px solid #2b1b13;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-area aside.widget_calendar table thead tr th {
  font-weight: 300;
  font-size: 16px;
}
.blog-item {
  padding-bottom: 84px;
}
.blog-item .img-wrap {
  overflow: hidden;
}
.blog-item .img-wrap a {
  display: block;
}
.blog-item:hover .img-wrap a {
  transform: scale(1.1);
}
.blog-item .info {
  padding-bottom: 16px;
  overflow: hidden;
  border-bottom: 1px solid #e5e0d6;
  position: relative;
}
.blog-item .name h4 {
  margin: 0;
  padding: 28px 0 18px 0;
  transition: all 400ms;
  display: inline-block;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #b89d64;
}
.blog-item .name:hover h4 {
  color: #2b1b13;
}
.blog-item .text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.blog-item .item-info {
  padding-top: 12px;
  overflow: hidden;
}
.blog-item .item-info i {
  margin-right: 7px;
  font-size: 14px;
  color: #b89d64;
}
.blog-item .item-info > div {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.blog-item .item-info > div i {
  transition: all 400ms;
}
.blog-item .item-info .date {
  margin: 0;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 300;
  color: #2c1b14;
}
.blog-item .item-info .like {
  padding-right: 15px;
  font-size: 11px;
  font-weight: 300;
  color: #2c1b14;
}
.blog-item .item-info .like:hover i {
  color: #2b1b13;
}
.blog-item .item-info .comm {
  padding-right: 4px;
  font-size: 11px;
  font-weight: 300;
  color: #2c1b14;
}
.blog-post .item-info {
  padding-bottom: 30px;
  padding-top: 12px;
  overflow: hidden;
}
.blog-post .item-info i {
  margin-right: 7px;
  font-size: 14px;
  color: #b89d64;
}
.blog-post .item-info > div {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.blog-post .item-info > div i {
  transition: all 400ms;
}
.blog-post .item-info .date {
  margin: 0;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 300;
  color: #2c1b14;
}
.blog-post .item-info .like {
  padding-right: 15px;
  font-size: 11px;
  font-weight: 300;
  color: #2c1b14;
}
.blog-post .item-info .like:hover i {
  color: #2b1b13;
}
.blog-post .item-info .comm {
  padding-right: 4px;
  font-size: 11px;
  font-weight: 300;
  color: #2c1b14;
}
.paging-navigation .pagination {
  width: 60%;
}
.paging-navigation,
.page-numbers {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
}
.paging-navigation hr,
.page-numbers hr {
  margin-bottom: 20px;
}
.paging-navigation .pagination,
.page-numbers .pagination {
  margin-top: 5px;
  margin-bottom: 0;
}
.paging-navigation .pagination .page-numbers:not(.next):not(.prev),
.page-numbers .pagination .page-numbers:not(.next):not(.prev) {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0;
  color: #2b1b13;
  font-size: 18px;
}
.paging-navigation
  .pagination
  .page-numbers:not(.next):not(.prev):not(.current):hover,
.page-numbers
  .pagination
  .page-numbers:not(.next):not(.prev):not(.current):hover {
  color: #b89d64;
}
.paging-navigation .pagination .page-numbers:not(.next):not(.prev).current,
.page-numbers .pagination .page-numbers:not(.next):not(.prev).current {
  color: #ba9e64;
  cursor: default;
}
.paging-navigation .prev,
.page-numbers .prev,
.paging-navigation .next,
.page-numbers .next {
  margin: 0 30px;
  color: #1f1f1f;
  font-size: 14px;
}
.paging-navigation .prev i,
.page-numbers .prev i,
.paging-navigation .next i,
.page-numbers .next i {
  color: #ba9e64;
  font-size: 14px;
  line-height: 30px;
  margin: 0 8px;
  height: 30px;
  display: inline-block;
}
.paging-navigation .prev:not(.disabled):hover,
.page-numbers .prev:not(.disabled):hover,
.paging-navigation .next:not(.disabled):hover,
.page-numbers .next:not(.disabled):hover {
  color: #ba9e64;
}
.paging-navigation .prev.disabled,
.page-numbers .prev.disabled,
.paging-navigation .next.disabled,
.page-numbers .next.disabled {
  color: #e6e6e6;
  cursor: default;
}
.paging-navigation .prev.disabled i,
.page-numbers .prev.disabled i,
.paging-navigation .next.disabled i,
.page-numbers .next.disabled i {
  color: #e6e6e6;
}
.paging-navigation .prev {
  float: right;
}
.paging-navigation .next {
  float: left;
}

/* #18 Comments*/
.comment-form {
  padding: 30px 30px 43px 30px;
  background: #f5f2eb;
}
.comment-form textarea {
  margin-bottom: 30px;
  height: 140px;
  background: #fff;
}
.comments-area .comment-list {
  list-style: none;
}
.comments-area .comment-list li .comment-single {
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 22px 26px;
  margin-bottom: 26px;
  position: relative;
}
.comments-area .comment-list .children {
  list-style: none;
  padding-left: 100px;
}
.comments-area .comment-info {
  font-size: 14px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  position: relative;
}
.comments-area .comment-info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=")
    0 100% repeat-x;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.comments-area .comment-info .comment-author {
  font-weight: 700;
  margin-right: 10px;
}
.comments-area .comment-info .comment-date {
  margin-right: 10px;
  padding-left: 10px;
}
.comments-area .comment-info .comment-time {
  padding-left: 10px;
}
.comments-area .comments-ol {
  margin-left: -40px;
}
.comments-area .comment-text p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.comments-area .comment-reply-link {
  font-weight: 700;
}
.comments-area .comment-reply-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #inherit;
  font-size: 11pt;
  vertical-align: middle;
  margin-right: 10px;
  content: "\f149";
}
.comments-area .comment-author-avatar {
  position: absolute;
  left: 30px;
  top: 30px;
}
.comments-area .comment-author-avatar img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.comments-area .comment-content {
  padding: 0 0 0 72px;
}
.comments-form-wrap h3:not(.comment-reply-title) {
  margin: 60px 0 20px 0;
}
.comments-form-wrap h3.comment-reply-title {
  margin: 0;
}
.comment-form .comments-field label {
  display: none;
}
.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
}
.comment-form .submit {
  margin: 20px 0 0 0;
}

/* #19 Cart Page*/
.cart-wrap {
  padding: 105px 0 130px 0;
}
.shop_table.cart {
  width: 100%;
}
.shop_table.cart thead tr:first-child {
  background: #2b1b13;
}
.shop_table.cart tr th {
  height: 64px;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  color: #f5f2eb;
  font-family: "AradFDVF", serif;
  font-weight: normal;
}
.shop_table.cart tbody tr td {
  height: 109px;
}
.shop_table.cart .cart_item td {
  background: #f5f2eb;
  border-bottom: 2px solid #fff;
}
.shop_table.cart .product-remove {
  width: 90px;
  text-align: center;
}
.shop_table.cart .product-remove a i {
  font-size: 14px;
  color: #e5481e;
}
.shop_table.cart .product-thumbnail {
  width: 100px;
}
.shop_table.cart .product-name a {
  font-size: 14px;
  font-weight: 800;
  color: #2c1910;
}
.shop_table.cart .product-price {
  text-align: center;
}
.shop_table.cart .product-price span {
  font-size: 24px;
  color: #ba9e64;
  font-weight: 800;
}
.shop_table.cart .product-quantity {
  text-align: center;
}
.shop_table.cart .product-subtotal {
  text-align: center;
}
.shop_table.cart .product-subtotal span {
  font-size: 24px;
  color: #ba9e64;
  font-weight: 800;
}
.shop_table.cart .actions {
  padding-top: 17px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f5f1e9;
}
.shop_table.cart .actions .coupon {
  width: 28%;
  float: left;
  font-size: 0;
}
.shop_table.cart .actions .coupon label {
  display: block;
  font-size: 14px;
  color: #2c1910;
  font-weight: 800;
}

.shop_table.cart .actions .coupon input {
  border-right: 1px solid #f5f1e9;
  border-top: 1px solid #f5f1e9;
  border-bottom: 1px solid #f5f1e9;
  border-left: none;
  border-radius: 0 2px 2px 0;
}

.shop_table.cart .actions > .button {
  margin-top: 25px;
  float: right;
  min-width: 130px;
  height: 36px;
  vertical-align: top;
  line-height: 36px;
  background: #2b1b13;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
  color: #b89d64;
  font-weight: 800;
  transition: all 400ms;
}
.shop_table.cart .actions > .button:hover {
  background: #b89d64;
  color: #2b1b13;
}
.shop_table.cart .actions .input-text {
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  line-height: 36px;
  background: #f5f2eb;
  border: solid #e3ded4;
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
}
.shop_table.cart .actions .coupon > .button {
  min-width: 130px;
  height: 36px;
  vertical-align: top;
  line-height: 36px;
  background: #b89d64;
  border: none;
  font-size: 12px;
  border-radius: 2px;
  color: #3f2c14;
  font-weight: 800;
  transition: all 400ms;
}
.shop_table.cart .actions .coupon > .button:hover {
  background: #2b1b13;
  color: #b89d64;
}
.cart-collaterals {
  display: flex;
  justify-content: end;
  text-align: center;
}
.cart-collaterals .cart_totals {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* float: right; */
}
.cart-collaterals .cart_totals table {
  width: 100%;
}
.cart-collaterals .cart_totals table tr th {
  text-align: right;
}
.cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.cart-collaterals .checkout-button {
  margin-top: 8px;
  min-width: 140px;
  height: 51px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #b89d64;
  background: #2b1b13;
}
.cart-collaterals .checkout-button:hover {
  background: #b89d64;
  color: #2b1b13;
}
.cart_totals {
  padding-top: 27px;
}
.cart-subtotal th {
  height: 20px;
  font-size: 14px;
  font-weight: 800;
  color: #2b1b13;
}
.cart-subtotal td {
  height: 20px;
  font-size: 14px;
  font-weight: 800;
  color: #ba9e64;
}
.cart-total th {
  height: 20px;
  font-size: 24px;
  font-weight: 800;
  color: #2b1b13;
}
.order-total td {
  height: 20px;
  font-size: 24px;
  font-weight: 800;
  color: #ba9e64;
}
.shop_table.cart .quantity {
  margin: 0 auto;
  width: 99px;
  position: relative;
}
.shop_table.cart input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop_table.cart input[type="number"] {
  -moz-appearance: textfield;
}
.shop_table.cart .quantity input {
  width: 99px;
  height: 36px;
  float: left;

  display: block;
  margin: 0;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
  border: none;
}
.shop_table.cart .quantity input:focus {
  outline: 0;
}
.shop_table.cart .quantity-nav {
  float: left;
  position: relative;
  height: 36px;
}
.shop_table.cart .quantity-button {
  transition: all 400ms;
  position: relative;
  right: 0;
  cursor: pointer;
  width: 26px;
  height: 17px;
  border-radius: 2px;
  text-align: center;
  color: #b89d64;
  font-size: 10px;
  line-height: 17px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  background: #2c1910;
}
.shop_table.cart .quantity-button.quantity-up {
  position: absolute;
  top: 0;
}
.shop_table.cart .quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
}
.shop_table.cart .quantity-button:hover {
  color: #2c1910;
  background: #b89d64;
}

/* #20 Checkout*/
.woocommerce-checkout h2 {
  font-size: 19px;
  margin-top: 0;
  text-align: right;
}
.woocommerce-checkout h2:before {
  display: none;
}
.woocommerce-billing-fields__field-wrapper p {
  padding-top: 16px;
}
.woocommerce-billing-fields .input-text {
  background: #f5f2eb;
  border: 1px solid #e3ded4;
  border-radius: 2px;
  font-size: 14px;
  color: #2c1910;
}
.woocommerce-billing-fields .input-text:focus {
  border-color: #e3ded4;
  box-shadow: 0 0 1px 1px #e3ded4;
  background: none;
}
.woocommerce-additional-fields textarea {
  height: 143px;
}
.woocommerce-additional-fields textarea:focus {
  box-shadow: 0 0 1px 1px #e3ded4;
  background: none;
}

.woocommerce-additional-fields h2 {
  margin-top: 5px;
  text-align: right;
  font-size: 19px;
}
.woocommerce-billing-fields abbr[title] {
  border: none;
  color: #e5481e;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #b9e564;
  box-shadow: 0 0 1px 1px #b9e564;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e75a3a;
  box-shadow: 0 0 1px 1px #e75a3a;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
}
.select2-container--default .select2-selection--single {
  height: 49px;
  padding: 10px 22px 10px 22px;
  border-color: #e3ded4;
  background: #f5f2eb;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "\f078";
  width: 100%;
  right: 9px;
  position: absolute;
  top: 10px;
  font-family: FontAwesome;
  font-size: 12px;
  color: #b89d64;
}
.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "\f077";
}
.select2-container--open .select2-selection--single {
  background: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  font-size: 14px;
  color: #2c1910;
}
.woocommerce-checkout-review-order-table {
  width: 100%;
}
.woocommerce-checkout-review-order-table thead {
  font-size: 24px;
  color: #f5f2eb;
  font-family: "AradFDVF", serif;
  position: relative;
  z-index: 0;
}
.woocommerce-checkout-review-order-table thead:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  background: #2b1b13;
  z-index: -1;
}
.woocommerce-checkout-review-order-table thead th {
  height: 64px;
}
.woocommerce-checkout-review-order-table thead .product-total {
  text-align: center;
}
.woocommerce-checkout-review-order-table .cart_item {
  border-bottom: 1px solid #fff;
}
.woocommerce-checkout-review-order-table .cart_item td {
  height: 100px;
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
  font-size: 14px;
  font-weight: 800;
  color: #2c1910;
}
.woocommerce-checkout-review-order-table .cart_item .product-total {
  text-align: right;
  font-size: 24px;
  color: #ba9e64;
  font-weight: 800;
}
.woocommerce-checkout-review-order {
  padding: 0 32px 50px 32px;
  overflow: hidden;
  background: #f5f2eb;
}
.woocommerce-checkout-review-order .cart-subtotal th {
  padding-top: 32px;
  text-align: right;
  font-size: 14px;
}
.woocommerce-checkout-review-order .cart-subtotal td {
  padding-top: 32px;
  text-align: right;
}
.woocommerce-checkout-review-order .order-total th {
  font-size: 24px;
  text-align: right;
}
.woocommerce-checkout-review-order .order-total td {
  font-size: 24px;
  text-align: right;
}
.woocommerce-checkout-payment {
  padding-top: 45px;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  max-height: 52px;
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.wc_payment_method {
  margin-top: 19px;
  position: relative;
}
.payment_box {
  padding: 17px;
  background: #ffffff;
  border-radius: 2px;
  position: relative;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.place-order .button {
  margin-top: 10px;
  min-width: 167px;
  height: 50px;
  float: none;
  vertical-align: top;
  line-height: 50px;
  background: #2b1b13;
  border: none;
  font-size: 14px;
  border-radius: 2px;
  color: #b89d64;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 400ms;
}
.place-order .button:hover {
  background: #b89d64;
  color: #2b1b13;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}
.order_box h2 {
  margin-bottom: 46px;
}

@media (min-width: 768px) {
  .checkout-wrap .woocommerce-billing-fields__field-wrapper > .row {
    direction: rtl;
  }

  .checkout-wrap .woocommerce-billing-fields__field-wrapper > .row > .col-sm-6 {
    float: right;
  }
}

/* #21 Shop*/
.shop-wrap {
  padding: 110px 0 110px 0;
}
.shop-sidebar {
  padding: 0px 30px 66px 30px;
  background: #f5f2eb;
  overflow: hidden;
}
.shop-sidebar .widget_shopping_cart .widget-title {
  margin-top: 38px;
}
.shop-sidebar .widget-title {
  margin-top: 45px;
  text-align: left;
}
.shop-sidebar .mini_cart_item {
  padding: 16px 0 20px 24px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.shop-sidebar .mini_cart_item .remove {
  font-size: 14px;
  color: #e5481e;
  position: absolute;
  left: 0;
  top: 9px;
}
.shop-sidebar .mini_cart_item img {
  float: left;
  margin-right: 20px;
}
.shop-sidebar .mini_cart_item .name {
  font-size: 14px;
  color: #2c1910;
  font-weight: 800;
}
.shop-sidebar .mini_cart_item .quantity {
  color: #513826;
  font-size: 14px;
  font-weight: 300;
}
.shop-sidebar .mini_cart_item .quantity .amount {
  color: #b89d64;
  font-weight: 800;
}
.shop-sidebar .widget_shopping_cart_content .sub-total {
  padding-top: 25px;
  font-size: 14px;
  color: #ba9e64;
  text-align: center;
  font-weight: 800;
}
.shop-sidebar .widget_shopping_cart_content .sub-total strong {
  font-weight: 800;
  color: #2b1b13;
}
.shop-sidebar .widget_shopping_cart_content .total {
  padding-top: 2px;
  padding-bottom: 23px;
  font-size: 18px;
  color: #ba9e64;
  text-align: center;
  font-weight: 800;
}
.shop-sidebar .widget_shopping_cart_content .total strong {
  font-weight: 800;
  color: #513826;
}
.shop-sidebar .widget_shopping_cart_content .buttons {
  text-align: center;
  padding: 20px 0 6px 0;
  border-top: 1px solid #fff;
}
.shop-sidebar .widget_shopping_cart_content .buttons a {
  margin: 0 3px;
  min-width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 2px;
  color: #3f2c14;
  background: #b89d64;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.shop-sidebar .widget_shopping_cart_content .buttons .checkout {
  background: #2b1b13;
  color: #f5f2eb;
}
.shop-sidebar .widget_shopping_cart_content .buttons a:hover {
  background: #2b1b13;
  color: #f5f2eb;
}
.shop-sidebar .widget_shopping_cart_content .buttons .checkout:hover {
  color: #3f2c14;
  background: #b89d64;
}
.shop-sidebar .widget_product_categories .product-categories {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.shop-sidebar .widget_product_categories .product-categories li {
  color: #1f1f1f;
  margin-bottom: 13px;
  vertical-align: middle;
}
.shop-sidebar .widget_product_categories .product-categories li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " \f105";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
  color: #b89d64;
}
.shop-sidebar .widget_product_categories .product-categories li a {
  color: #1f1f1f;
  vertical-align: middle;
}
.shop-sidebar .widget_product_categories .product-categories li a:hover {
  color: #b89d64;
}
.shop-sidebar .ui-widget-content {
  height: 4px;
  background: #fff;
  border-radius: 2px;
  border: none;
}
.shop-sidebar .ui-widget-header {
  background: #b89d64;
}
.shop-sidebar .ui-slider .ui-slider-handle {
  top: -8px;
  cursor: pointer;
  width: 10px;
  height: 20px;
  background: #b89d64;
  border-radius: 1px;
  border: none;
}
.shop-sidebar .amount-wrap {
  padding-top: 25px;
  text-align: center;
}
.shop-sidebar .amount-wrap label {
  font-weight: 300;
}
.shop-sidebar .amount-wrap #amount {
  font-size: 16px;
  color: #b89d64;
  font-weight: 800;
}
.shop-sidebar .filter-btn {
  margin: 7px auto 0 auto;
  min-width: 130px;
  height: 36px;
  border: none;
  line-height: 36px;
  text-align: center;
  border-radius: 2px;
  color: #3f2c14;
  background: #b89d64;
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 400ms;
}
.shop-sidebar .filter-btn:hover {
  background: #2b1b13;
  color: #f5f2eb;
}
.shop-sidebar .tag-cloud a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.shop-sidebar .price_slider_wrapper {
  padding-top: 13px;
}
.product-item {
  margin-bottom: 30px;
  padding: 26px 15px 40px 15px;
  border-radius: 2px;
  text-align: center;
  transition: all 400ms;
}
.product-item:hover {
  box-shadow: 0 0 5px 5px #f3f3f3;
}
.product-item img {
  width: auto;
  display: inline-block;
}
.product-item .name {
  margin-top: 28px;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 18px;
  color: #2c1910;
  font-weight: 800;
}
.product-item .text {
  font-size: 14px;
  font-weight: 300;
  color: #513826;
}
.product-item .price {
  padding: 21px 0 16px 0;
  font-size: 24px;
  color: #ba9e64;
  font-weight: 800;
}
.product-item .btn {
  font-size: 12px;
  font-weight: 800;
  color: #e4cd9a;
  text-transform: none;
}
.product-item .btn i {
  margin-left: 8px;
  color: #fff;
}
.product-item .btn:hover {
  background: #2c1910bd;
  color: #f2ebdb;
}
.product-item .btn:hover i {
  color: #fff;
}
.woocommerce-toolbar {
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f1e9;
}
.woocommerce-toolbar .result {
  padding-bottom: 17px;
  padding-top: 17px;
  font-size: 14px;
  color: #2c1910;
  font-weight: 300;
}
.woocommerce-toolbar
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  top: 15px;
}

/* #22 Product Single*/
.product-single {
  padding: 110px 0 70px 0;
}
.product-single .product-image {
  padding: 40px;
  text-align: center;
  border: 1px solid #f5f2eb;
}
.product-single .product-image img {
  max-width: 100%;
}
.product-single .name {
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
  /* font-family: "Raleway", sans-serif; */
  font-weight: 800;
}
.product-single .top-price {
  padding-bottom: 39px;
  font-size: 24px;
  color: #ba9e64;
  font-weight: 700;
}
.product-single .product-action {
  padding-top: 58px;
}
.product-single .quantity {
  width: 99px;
  position: relative;
  float: right;
}
.product-single input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-single input[type="number"] {
  -moz-appearance: textfield;
}
.product-single .quantity input {
  width: auto;
  height: 36px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2px;
  border: none;
  background: #f5f2eb;
}
.product-single .quantity input:focus {
  outline: 0;
}
.product-single .quantity-nav {
  float: left;
  position: relative;
  height: 36px;
}
.product-single .quantity-button {
  transition: all 400ms;
  position: relative;
  cursor: pointer;
  width: 26px;
  height: 17px;
  border-radius: 2px;
  text-align: center;
  color: #b89d64;
  font-size: 10px;
  line-height: 17px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  background: #2c1910;
}
.product-single .quantity-button.quantity-up {
  position: absolute;
  top: 0;
}
.product-single .quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
}
.product-single .quantity-button:hover {
  color: #2c1910;
  background: #b89d64;
}
.product-single .product-action .btn {
  margin-right: 12px;
  font-size: 12px;
  height: 36px;
  font-weight: 800;
  color: #e4cd9a;
  text-transform: none;
}
.product-single .product-action .btn i {
  margin-left: 5px;
  color: #fff;
}
.product-single .product-action .btn:hover {
  background: #2c1910bd;
  color: #f2ebdb;
}
.product-single .product-action .btn:hover i {
  color: #fff;
}
.product-single .product-info {
  padding-top: 51px;
}
.product-single .product-info .item {
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
}
.product-single .product-info .item a {
  font-weight: 800;
}
.product-single .product-info .item strong {
  font-weight: 800;
  color: #2b1b13;
}
.woocommerce-tabs .tabs {
  margin-top: 70px;
  font-size: 0;
}
.woocommerce-tabs .tabs li {
  display: inline-block;
}
.woocommerce-tabs .tabs li a {
  min-width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 800;
  color: #b89d64;
  background: #2b1b13;
}
.woocommerce-tabs .tabs li a:hover {
  color: #3f2c14;
  background: #f5f2eb;
}
.woocommerce-tabs .tabs li.active a {
  color: #3f2c14;
  background: #f5f2eb;
}
.woocommerce-tabs .wc-tab {
  padding: 30px 30px 38px 30px;
  border: none;
  background: #f5f2eb;
  border-radius: 2px;
  box-shadow: none;
}
.related-title {
  margin-bottom: 36px;
}

#tab-description {
  padding: 30px;
  font-size: 16.5px;
  line-height: 2;
  color: #2c1910;
}

#tab-description p {
  font-size: 15px;
  text-align: justify;
}

#tab-description h1 {
  font-size: 20px;
  font-weight: 800;
  color: rgba(22, 81, 31, 1);
  text-align: right;
}

#tab-description h2 {
  font-size: 18px;
  font-weight: 800;
  color: rgba(22, 81, 31, 1);
  text-align: right;
}

#tab-description h2::before {
  content: none;
  display: none;
}

#tab-description h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(22, 81, 31, 1);
  text-align: right;
}

#tab-description h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(22, 81, 31, 1);
  text-align: right;
}

#tab-description img {
  max-width: 700px;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 16px;
}

/* #23 Contacts*/
.contact-wrap {
  padding: 35px 0 104px 0;
}
.contact-wrap h2 {
  text-align: left;
}
.contact-wrap h2:before {
  display: none;
}
.contact-left h2 {
  text-align: right;
  margin-bottom: 0;
}
.contact-right h2 {
  text-align: right;
  margin-bottom: 46px;
}
.contact-left .item {
  padding-top: 42px;
}
.contact-left .item .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2c1910;
  font-weight: bold;
}
.contact-left .item .title i {
  margin-left: 10px;
  color: #b89d64;
}
.contact-left .item p {
  font-size: 18px;
}
.contact-left .item a {
  font-size: 18px;
  color: #2c1910;
}
.contact-form {
  padding: 30px 30px 43px 30px;
  background: #f5f2eb;
}
.contact-form .contact-input {
  margin-bottom: 29px;
  width: 100%;
  border: 1px solid #e3ded4;
  border-radius: 2px;
  font-size: 16px;
}
.contact-form textarea {
  margin-bottom: 29px;
  height: 165px;
  background: #fff;
  width: 100%;
  font-size: 16px;
}
.contact-form button {
  min-width: 186px;
  height: 48px;
  vertical-align: top;
  line-height: 48px;
  background: #3f2c14;
  border: none;
  font-size: 16px;
  border-radius: 2px;
  color: #b89d64;
  font-weight: 600;
  transition: all 400ms;
}
#map {
  height: 700px;
}

/* #24 Gallery*/
.gallery-wrap {
  padding: 85px 0 100px 0;
}
.gallery-wrap .paging-navigation {
  margin-top: 37px;
}
.gallery-wrap .gallery-item {
  margin-top: 30px;
  display: block;
  overflow: hidden;
}
.gallery-wrap .gallery-item img {
  transition: all 400ms;
}
.gallery-wrap .gallery-item:hover img {
  transform: scale(1.1);
}

/* #25 Testimonials*/
.testimonials {
  padding: 53px 0 150px 0;
}
.testimonials-list .review-item:first-child {
  border: none;
}
.testimonials .review-item {
  padding-bottom: 73px;
  border-top: 1px solid #f5f1e9;
}
.testimonials .review-item .quote {
  padding-top: 57px;
  color: #f5f2eb;
  font-size: 60px;
}
.testimonials .review-item .text {
  color: #2b1b13;
  font-size: 16px;
  line-height: 28px;
}
.testimonials .review-item .img-wrap {
  padding-top: 18px;
  display: inline-block;
}
.testimonials .review-item .img-wrap img {
  width: auto;
}
.testimonials .review-item .name {
  padding-top: 5px;
  color: #b89d64;
  font-size: 18px;
  font-weight: bold;
}
.testimonials .review-item .date {
  padding-top: 4px;
  color: #b89d64;
  font-size: 12px;
  font-weight: 300;
}

/* #26 Footer*/
footer.footer {
  margin: 0;
}
.top-footer {
  padding: 75px 0 60px 0;
  background: #19321d;
}
.footer-about .title {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #b89d64;
  font-family: "AradFDVF", serif;
}
.footer-about p {
  font-size: 12px;
  font-weight: 300;
  color: #d8cfb5;
  line-height: 20px;
}
.footer-contacts {
}
.footer-contacts li {
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #f5f2eb;
}
.footer-contacts li i {
  margin-left: 12px;
  font-size: 18px;
  color: #ba9e64;
}
.footer-social .title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #b89d64;
  font-family: "AradFDVF", serif;
}
.social {
}
.social li {
  padding-left: 8px;
  display: inline-block;
}
.social li:first-child {
  padding-left: 0;
}
.social li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  display: block;
  background: #e5e0d6;
  font-size: 18px;
  color: #2b1b13;
}
.social li a:hover {
  background: #b89d64;
}

.footer-contacts li a {
  color: white;
}

.footer-contacts li a:hover {
  color: #cec5ac;
}

.bottom-footer {
  padding: 28px 0 29px 0;
  background: #1e130e;
}
.bottom-footer .copyrights {
  color: #b89d64;
  font-size: 14px;
}
.bottom-footer .copyrights a {
  font-size: 14px;
  color: #fff;
}
.bottom-footer .copyrights a:hover {
  color: #b89d64;
}

/* #27 Typography*/
.text-page-wrap {
  padding: 60px 0 80px 0;
}
.text-page h1,
.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
  text-align: justify;
}
.text-page h1:before,
.text-page h2:before,
.text-page h3:before,
.text-page h4:before {
  display: none;
}
.text-page .small {
  font-size: 14px;
  line-height: 1.5em;
}
.text-page .small p {
  margin-bottom: 20px;
}
.text-page .date {
  font-size: 14px;
  display: block;
  margin: -14px 0 30px 0;
}
.text-page blockquote {
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 900;
  font-style: italic;
  border-left: 4px solid #b89d64;
  margin: 30px 0 30px 30px;
  padding: 0 0 0 30px;
}
.text-page hr {
  margin: 60px 0 45px 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=")
    0 100% repeat-x;
}
.text-page hr + h1,
.text-page hr + h2,
.text-page hr + h3 {
  margin-top: 30px;
}
.text-page ol,
.text-page ul {
  font-size: 16px;
}
.text-page ol li,
.text-page ul li {
  margin-bottom: 6px;
}
.text-page .tags-short {
  border-top: 1px dashed #f5f5f5;
  margin: 20px 0;
  padding: 16px 0;
  font-weight: 700;
}
.text-page .tags-short strong {
  color: #1f1f1f;
}
.text-page .tags-short a {
  font-weight: 700;
}
.text-page .btn-lg {
  margin-bottom: 25px;
}
.text-page .btn-default {
  margin-bottom: 20px;
}
.text-page .btn-sm {
  margin-bottom: 15px;
}
.text-page .social-small {
  margin-bottom: 15px;
}
.text-page .social-small a {
  padding: 0 5px;
}
.text-page table {
  width: 100%;
  border-collapse: collapse;
}
.text-page table tr:first-child td:first-child,
.text-page table tr:first-child th:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.text-page table tr:first-child td:last-child,
.text-page table tr:first-child th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.text-page table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.text-page table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.text-page table th,
.text-page table td {
  padding: 20px 28px;
  font-size: 16px;
}
.text-page table th {
  text-transform: uppercase;
  background: #b89d64;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 800;
}
.text-page table td {
  background: #f5f5f5;
  border: 1px solid #fff;
}
.alignleft {
  display: inline-block;
  float: left;
  margin-right: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.alignright {
  display: inline-block;
  float: right;
  margin-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.aligncenter {
  clear: both;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
ol {
  margin-top: 25px;
  margin-bottom: 30px;
}
ul.disc,
ul.check {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 25px;
}
ul.disc.strong li,
ul.check.strong li {
  font-weight: 700;
  margin-bottom: 10px;
}
ul.disc li,
ul.check li {
  color: #1f1f1f;
}
ul.disc li:before,
ul.check li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  color: #b89d64;
  position: absolute;
  margin: 4px 0 0 -26px;
}
ul.disc.disc li:before,
ul.check.disc li:before {
  content: "•";
  font-size: 30px;
  margin: -4px 0 0 -22px;
}
.text-page .social {
  margin-top: 30px;
  margin-bottom: 15px;
}

/* #28 404 page*/
.page-coming .center {
  margin: 20% 0 20%;
  text-align: center;
}
.page-404 .center {
  margin: 8% 0 8%;
  text-align: center;
}
.page-404 {
  background: url(../img/404.webp) 50% 50% no-repeat;
}
.page-404 h1 {
  padding-top: 60px;
  font-size: 48px;
  color: #b89d64;
  font-family: "AradFDVF", serif;
}
.page-404 .error-text {
  font-size: 18px;
  color: #cec5ac;
  font-weight: 400;
  line-height: 24px;
}
.page-404 .wp-searchform {
  margin-top: 83px;
  margin-bottom: 60px;
  font-size: 0;
  position: relative;
}
.page-404 .wp-searchform input {
  display: inline-block;
}
.page-404 .wp-searchform input[type="text"] {
  padding-right: 32%;
  width: 100%;
}
.page-404 .wp-searchform input[type="submit"] {
  width: 30%;
  height: 49px;
  line-height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  background: #b89d64;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #3f2c14;
  font-weight: bold;
  transition: all 400ms;
}
.page-404 .wp-searchform input[type="submit"]:hover {
  background: #2b1b13;
  color: #b89d64;
}

/* #29 Coming page*/
.page-coming {
  background: url(../img/coming-bg.jpg) 50% 50% no-repeat;
}
.page-coming.full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  min-height: 600px;
}
.page-coming.full .center {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-coming h1 {
  font-size: 100px;
  color: #cec5ac;
}
.page-coming .error-text {
  padding-top: 24px;
  padding-bottom: 70px;
  font-size: 18px;
  color: #b89d64;
  font-weight: 300;
  line-height: 24px;
}
#getting-started {
  display: table;
  width: 100%;
}
#getting-started .item span {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 800;
  color: #cec5ac;
  display: block;
  font-family: "Raleway", sans-serif;
}
#getting-started .item {
  width: 20%;
  text-align: center;
  display: table-cell;
  font-size: 100px;
  font-weight: bold;
  color: #b89d64;
  font-family: "AradFDVF", serif;
}

/* #30 CUSTOM RESPONSIVE*/
@media (max-width: 1199px) {
  .top-nav {
    padding: 10px 0;
  }
  .top-nav .navbar {
    padding-bottom: 0;
  }
  .top-nav .navbar-collapse {
    background: #19321d;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .main-menu li {
    display: block;
    text-align: right;
  }
  .main-menu > li > a {
    padding: 8px;
  }
  .main-menu .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
  }
  .main-menu .sub-menu > li:hover {
    background: none;
  }
  .main-menu .sub-menu > li a {
    color: #e2ded0;
  }
  .main-menu .sub-menu > li:hover > a {
    color: #b89d64;
    background: none;
  }
  .main-menu > li.parent > a:before {
    display: none;
  }
  .main-menu > li.parent > a:before {
    display: none;
  }
  .main-menu .sub-menu > li.parent > a:before {
    display: none;
  }
  .main-menu .third-level {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
  }
  .main-menu .third-level li:hover {
    background: none;
  }
  .main-menu .third-level li:hover a {
    color: #b89d64;
    background: none;
  }
  .top-social {
    width: 100%;
    text-align: center;
  }
  .about-us {
    padding-top: 90px;
    clear: both;
  }
  .top-nav ¡ {
    padding-top: 0;
    padding-left: 17px;
    padding-right: 17px;
    text-align: left;
  }
  .top-nav .cart .name {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #e2ded0;
  }
  .top-nav .cart {
    display: inline-block;
  }
  .top-nav .search {
    display: block;
  }
  .top-nav .top-search {
    padding-top: 20px;
    display: block;
  }
  .top-nav .top-search input[type="text"] {
    position: relative;
    width: 100%;
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .top-nav .top-search a {
    display: none;
  }
  .top-nav.inner-page {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .top-nav.inner-page.affix {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .top-nav nav.navbar {
    margin-top: 150px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    overflow-y: auto;
  }
  .top-nav.affix nav.navbar {
    margin-top: 90px;
  }
  .top-nav.inner-page.affix nav.navbar {
    margin-top: 79px;
  }
  .shop_table.cart .actions .coupon {
    width: 40%;
  }
  .shop-sidebar .widget_shopping_cart_content .buttons a {
    margin-bottom: 20px;
  }
  .top-nav.inner-page .navbar {
    margin-top: 117px;
  }
  .about-us .about-img {
    text-align: center;
  }
  .about-us .about-img img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .main-logo {
    display: none;
  }
  .top-nav .small-logo {
    display: inline-block;
  }
  .main-slider {
    min-height: 600px;
  }
  .top-prod-types {
    position: relative;
    z-index: 1;
    top: 0;
  }
  .about-us {
    padding-top: 90px;
    clear: both;
  }
  .about-us .about-img {
    padding-top: 0;
  }
  .main-slider-caption p br {
    display: none;
  }
  .where-buy {
    background-size: cover;
  }
  .review-item .text br {
    display: none;
  }
  .main-blog {
    padding-bottom: 60px;
  }
  .subscribe .inner {
    background: none;
  }
  .subscribe .bottom-title {
    padding-bottom: 10px;
  }
  .subs-form {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .main-blog-item .info {
    height: 115px;
  }
  .about-us {
    padding-top: 0;
  }
  .about-us .about-img {
    padding-bottom: 30px;
  }
  .blog-content {
    padding: 70px 0 70px 0;
  }
  .blog-item {
    padding-bottom: 44px;
  }
  .paging-navigation .pagination {
    margin-bottom: 40px;
  }
  .shop_table.cart .actions .coupon {
    width: 70%;
  }
  .woocommerce-toolbar {
    padding-top: 30px;
  }
  .product-single .name {
    padding-top: 20px;
  }
  .top-nav nav.navbar {
    margin-top: 90px;
  }
  .top-bar-contacts li a {
    color: #2c1910;
  }
  .about-us .about-img img {
    max-width: 100%;
  }
  .comment-form {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    right: 20px;
  }
  .popular-item .shop-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .where-buy .nav-tabs > li {
    padding: 0 10px;
  }
  .footer-about {
    padding: 20px 0;
  }
  .footer-social {
    padding-top: 10px;
  }
  footer.footer {
    text-align: center;
  }
  .top-social-wrap {
    display: none;
  }
  .shop_table.cart .product-remove {
    text-align: center;
    display: block;
    width: 100%;
  }
  .shop_table.cart .product-remove:before {
    display: none;
  }
  .shop_table.cart .product-thumbnail {
    text-align: center;
    display: block;

    width: 100%;
  }

  .shop_table.cart .product-thumbnail:before {
    display: none;
  }
  .shop_table.cart .actions:before {
    display: none;
  }
  .shop_table.cart .product-price {
    text-align: right;
  }
  .shop_table.cart .product-subtotal {
    text-align: right;
  }
  .shop_table_responsive.cart tbody tr td {
    vertical-align: top;
    padding: 20px;
    height: auto;
    text-align: right;
    display: block;
    width: 100%;
  }
  .shop_table_responsive.cart thead {
    display: none;
  }
  .shop_table_responsive.cart td:before {
    content: attr(data-title) ": ";
    float: left;
    font-size: 24px;
    line-height: 24px;
    font-family: "AradFDVF", serif;
  }
  .cart_item {
    border-bottom: 20px solid #fff;
  }
  .shop_table.cart .actions {
    text-align: left;
  }
  .shop_table.cart .actions .coupon {
    width: 100%;
  }
  .shop_table.cart .actions .coupon label {
    text-align: left;
  }
  .shop_table.cart .actions > .button {
    float: none;
  }
  .cart-collaterals .cart_totals {
    float: none;
  }
  .shop_table.cart .product-quantity {
    overflow: hidden;
  }
  .shop_table.cart .quantity {
    float: right;
    margin: 0;
  }
  .paging-navigation .pagination {
    width: 100%;
  }
  .text-page table th,
  .text-page table td {
    font-size: 14px;
    padding: 10px 12px;
  }
  .shop_table.cart .cart_item td {
    border: none;
  }
  .page-coming.full h1 {
    font-size: 60px;
    line-height: 60px;
  }
  #getting-started .item {
    font-size: 60px;
  }
  #getting-started .item span {
    font-size: 18px;
  }
  .comments-area .comment-list li .comment-single {
    padding: 18px 18px;
  }
  .comments-area .comment-list .children {
    padding-left: 25px;
  }
  .comments-area .comment-info {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .main-slider-caption .top-title {
    font-size: 28px;
    line-height: normal;
  }
  .main-slider-caption .big-title {
    padding-bottom: 10px;
    font-size: 60px;
    line-height: 50px;
  }
  .main-slider-caption .btn {
    margin-top: 10px;
  }
  .paging-navigation .prev {
    display: none;
  }
  .paging-navigation .next {
    display: none;
  }
}
@media (max-width: 550px) {
  .top-bar-contacts .skype {
    display: none;
  }
  .text-page table th,
  .text-page table td {
    font-size: 12px;
    padding: 5px 7px;
  }
  .page-404 .center img {
    max-width: 100%;
  }
  .where-buy .nav-tabs {
    padding-bottom: 20px;
  }
  .where-buy .nav-tabs > li {
    padding-bottom: 20px;
  }
  .review-slider .owl-nav {
    display: none;
  }
  .page-coming h1 {
    font-size: 80px;
  }
}
@media (max-width: 400px) {
  .top-bar-contacts .mail {
    display: none;
  }
  .shop_table.cart .actions .coupon > .button {
    margin-top: 25px;
  }
  #getting-started .item {
    font-size: 40px;
  }
  #getting-started .item span {
    font-size: 14px;
  }
}

/* ===== POPULAR ITEM SECTION ===== */
.popular-item {
  padding: 45px 0 113px 0;
}

/* ===== SHOP SLIDER CONTAINER ===== */
.popular-item .shop-slider {
  margin-top: 47px;
  min-height: 400px;
  position: relative;
}

/* Ensure Owl Carousel works in RTL */
.owl-carousel {
  direction: ltr;
}

html[dir="rtl"] .owl-carousel {
  direction: rtl;
}

/* ===== CAROUSEL ITEMS ===== */
.popular-item .shop-slider .item {
  margin: 10px 15px; /* Combined from both styles */
  padding: 20px 15px 40px 15px; /* Combined padding */
  border-radius: 2px;
  text-align: center;
  transition: all 400ms;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  min-height: 400px; /* From new styles */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popular-item .shop-slider .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* ===== IMAGE CONTAINER ===== */
.popular-item .shop-slider .img-wrap {
  height: 200px;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popular-item .shop-slider .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain; /* Changed from cover to contain to show full product */
}

/* ===== PRODUCT TEXT ===== */
.popular-item .shop-slider .name {
  margin-top: 28px;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 18px;
  color: #2c1910;
  font-weight: 800;
  text-decoration: none;
}

.popular-item .shop-slider .text {
  font-size: 14px;
  font-weight: 300;
  color: #513826;
  margin-bottom: 15px;
  line-height: 1.5;
  flex-grow: 1;
}

.popular-item .shop-slider .price {
  padding: 21px 0 16px 0;
  font-size: 24px;
  color: #ba9e64;
  font-weight: 800;
  direction: rtl;
}

/* ===== BUTTON STYLES ===== */
.popular-item .shop-slider .btn {
  font-size: 12px;
  font-weight: 800;
  color: #ffffff !important; /* Force white text */
  text-transform: none;
  background: #2c1910 !important; /* Force background */
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
  transition: all 400ms;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.popular-item .shop-slider .btn i {
  margin-right: 8px;
  color: #fff !important;
}

.popular-item .shop-slider .btn:hover {
  background: #b89d64 !important;
  color: #ffffff !important;
}

.popular-item .shop-slider .btn:hover i {
  color: #fff !important;
}

/* ===== OWL CAROUSEL CORE STYLES ===== */
.shop-slider .owl-stage-outer {
  overflow: hidden;
  position: relative;
  padding: 10px 0; /* Add some vertical padding */
}

.shop-slider .owl-stage {
  display: flex;
  transition: all 0.3s ease;
}

.shop-slider .owl-item {
  display: flex;
  justify-content: center;
}

/* ===== NAVIGATION FIXES ===== */
.popular-item .shop-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-top: 0; /* Override old padding */
  pointer-events: none;
  z-index: 10;
}

.popular-item .shop-slider .owl-nav > div {
  position: absolute;
  width: 41px;
  height: 41px;
  font-size: 0;
  border-radius: 2px;
  border: 1px solid #b89d64;
  text-align: center;
  line-height: 41px;
  transition: all 400ms;
  background: transparent !important;
  pointer-events: all;
  cursor: pointer;
}

.popular-item .shop-slider .owl-nav > div:hover {
  background: #b89d64 !important;
}

.popular-item .shop-slider .owl-nav > div:hover:before {
  color: #fff !important;
}

.popular-item .shop-slider .owl-nav .owl-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ba9e64;
  transition: all 400ms;
}

.popular-item .shop-slider .owl-nav .owl-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ba9e64;
  transition: all 400ms;
}

/* For RTL layout - IMPORTANT */
html[dir="rtl"] .popular-item .shop-slider .owl-nav .owl-prev {
  right: -60px; /* Increased from -50px for better positioning */
  left: auto !important;
  margin-right: 0 !important;
}

html[dir="rtl"] .popular-item .shop-slider .owl-nav .owl-next {
  left: -60px; /* Increased from -50px for better positioning */
  right: auto !important;
  margin-left: 0 !important;
}

/* For LTR layout */
html:not([dir="rtl"]) .popular-item .shop-slider .owl-nav .owl-prev {
  left: -60px;
  right: auto !important;
}

html:not([dir="rtl"]) .popular-item .shop-slider .owl-nav .owl-next {
  right: -60px;
  left: auto !important;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 1200px) {
  .popular-item .shop-slider .owl-nav .owl-prev {
    right: -40px;
  }

  .popular-item .shop-slider .owl-nav .owl-next {
    left: -40px;
  }
}

@media (max-width: 992px) {
  .popular-item .shop-slider .item {
    min-height: 380px;
    padding: 15px 10px 30px 10px;
  }

  .popular-item .shop-slider .img-wrap {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .popular-item .shop-slider .owl-nav {
    display: none; /* Hide navigation on mobile */
  }

  .popular-item .shop-slider .item {
    min-height: 350px;
    margin: 10px 10px;
  }
}

/* #31 Login View */
/* .page-head { padding: 73px 0 20px 0; height: 253px; background: url(../img/page-head-bg.jpg) 50% 50% no-repeat; } */
.login-back {
  height: 100vh;
  background: url("../img/login-background.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
  display: flex; /* Enable flexbox */
  align-items: center; /* Center vertically */
  justify-content: center;
}

@media (max-width: 768px) {
  .login-back {
    padding: 10px;
  }
}

.login-back .login-heading {
  color: rgba(255, 255, 255, 0.884);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.auth-box {
  background-color: rgba(255, 255, 255, 0.8);
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}

.auth-box label {
  font-size: 14px;
  font-weight: 500;
}

.auth-box input {
  border-radius: 15px;
}

.auth-box input:focus {
  box-shadow: 0px 0px 13px -4px #16511f;
}

.auth-box .auth-header {
  /* background-color: #16511f; */
  background: #16511f;
  background: linear-gradient(
    90deg,
    rgba(22, 81, 31, 1) 0%,
    rgba(21, 112, 35, 1) 50%,
    rgba(4, 54, 10, 1) 100%
  );
  padding: 20px 20px 20px 0px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 30px;
  display: flex; /* Enable flexbox */
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  row-gap: 10px;
}

.auth-box-container {
  padding: 0 50px 50px 50px;
}

.auth-box .btn-primary {
  background-color: #16511f;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}

.auth-box .btn-primary:hover {
  background-color: #247430;
  padding: 15px 30px;
  border-radius: 15px;
}

.auth-box .auth-link {
  color: #16511f;
  font-size: 14px;
  font-weight: 500;
}

.auth-box .resend-link {
  color: #16511f;
  font-size: 14px;
  font-weight: 500;
}

/* ===== Recursive category dropdown fix ===== */
/* ===== Navbar category recursive dropdown fix ===== */

.main-menu li {
  position: relative;
}

.main-menu > li.parent:hover > .sub-menu {
  top: 61px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

/* Nested submenus generated recursively by Django */
.main-menu .sub-menu .sub-menu {
  padding: 15px 0;
  width: 223px;
  position: absolute;
  top: 0;
  right: 100%;
  left: auto;
  opacity: 0;
  visibility: hidden;
  background: #b89d64;
  transition: all 300ms;
  z-index: 999;
}

.main-menu .sub-menu > li.parent:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu .sub-menu .sub-menu > li:hover {
  background: #2b1b13;
}

.main-menu .sub-menu .sub-menu > li:hover > a {
  color: #e5e0d6;
}

.main-menu .sub-menu .sub-menu > li > a {
  padding: 9px 20px 7px 20px;
  display: block;
  color: #2b1b13;
  font-weight: 800;
  font-size: 14px;
}

/* Move submenu arrows to the left for Persian/RTL */
.main-menu .sub-menu > li.parent > a {
  position: relative;
  padding-left: 35px;
  padding-right: 20px;
}

.main-menu .sub-menu > li.parent > a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 14px;
  color: inherit;
  position: absolute;
  top: 8px;
  left: 22px;
  right: auto;
  transition: all 200ms;
}

.main-menu .sub-menu > li.parent:hover > a:before {
  left: 16px;
  right: auto;
}

/* Mobile/tablet: keep nested menus open inside the collapsed navbar */
@media (max-width: 1199px) {
  .main-menu .sub-menu .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-menu .sub-menu .sub-menu li a {
    color: #e5e0d6;
    padding-right: 40px;
  }

  .main-menu .sub-menu > li.parent > a:before {
    display: none;
  }
}

.no-in-stock-container {
  position: relative;
  margin: 20px 0 25px 0;
  padding: 12px 20px;
  background: #fee2e2;
  border: 1px solid #f87171;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.no-in-stock-text {
  margin: 0;
  color: #b91c1c;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}

.product-action,
.description,
.top-price {
  margin-bottom: 12px;
}

.add-to-cart-form {
  margin-top: 15px;
}

/* Add to Card button in product detail */
.product-single .add-to-cart-form {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.product-single .add-to-cart-form .quantity {
  float: none !important;
  /* width: 99px; */
  flex: 0 0 80px;
  margin: 0;
}

.product-single .add-to-cart-form .add-to-cart-btn {
  margin: 0;
}

/* cart page */
.cart-remove-button {
  border: none;
  background: transparent;
  color: red;
  padding: 0;
  cursor: pointer;
}

.cart-remove-button i {
  pointer-events: none;
}

/* Custom checkout form polish */
.checkout-wrap .checkout-card {
  padding: 30px;
  background: #f5f2eb;
  border-radius: 2px;
}

.checkout-wrap .woocommerce-billing-fields h2,
.checkout-wrap .woocommerce-additional-fields h2,
.checkout-wrap .order_box h2 {
  text-align: right;
}

.checkout-wrap .woocommerce-billing-fields h2:before,
.checkout-wrap .woocommerce-additional-fields h2:before,
.checkout-wrap .order_box h2:before {
  display: none;
}

.checkout-wrap .form-row {
  margin-bottom: 18px;
}

.checkout-wrap .form-row label {
  display: block;
  margin-bottom: 8px;
  color: #2c1910;
  font-size: 14px;
  font-weight: 800;
}

.checkout-wrap .form-control,
.checkout-wrap .input-text,
.checkout-wrap select {
  width: 100%;
  min-height: 49px;
  background: #fff;
  border: 1px solid #e3ded4;
  border-radius: 2px;
  color: #2c1910;
  font-size: 14px;
  box-shadow: none;
}

.checkout-wrap textarea.form-control,
.checkout-wrap textarea.input-text {
  min-height: 120px;
}

.checkout-wrap .form-control:focus,
.checkout-wrap .input-text:focus,
.checkout-wrap select:focus {
  border-color: #b89d64;
  box-shadow: 0 0 1px 1px #e3ded4;
  outline: none;
}

.checkout-help-text {
  display: block;
  margin-top: 7px;
  color: #7a6a55;
  font-size: 12px;
}

.checkout-wrap .errorlist {
  margin-top: 7px;
  color: #e5481e;
  font-size: 13px;
}

.checkout-errors {
  padding: 12px 15px;
  margin-bottom: 20px;
  background: #fff;
  border-right: 3px solid #e5481e;
  color: #e5481e;
}

.checkout-wrap input[readonly],
.checkout-wrap input:disabled {
  background: #eee8dc;
  cursor: not-allowed;
}

.contact-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* ===== ENHANCED BLOG POST STYLES ===== */
.blog-hero {
  height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.blog-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(transparent, rgba(25, 16, 12, 0.8));
}
.blog-hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  color: #fff;
}
.blog-hero-content h1 {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}
.blog-meta {
  display: flex;
  gap: 20px;
  color: #d8c8b5;
  font-size: 15px;
  margin-top: 16px;
}

.blog-main-content {
  padding: 60px 0 40px;
  background: #f8f6f1;
}

.blog-article {
  background: #fff;
  border-radius: 16px;
  padding: 45px 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.blog-tags {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-tag {
  background: #f5f2eb;
  color: #2c1910;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.author-box {
  background: #f5f2eb;
  border-radius: 14px;
  padding: 28px;
  margin: 50px 0;
  display: flex;
  gap: 24px;
  align-items: center;
}
.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.author-info h4 {
  margin: 0 0 6px 0;
  font-weight: 800;
}

.social-share {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.social-share a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f2eb;
  border-radius: 50%;
  color: #2c1910;
  font-size: 18px;
  transition: all 0.3s;
}
.social-share a:hover {
  background: #b89d64;
  color: #fff;
}

.related-posts {
  margin-top: 60px;
}
.related-post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.related-post-card:hover {
  transform: translateY(-5px);
}
.related-post-card img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}
.related-post-card .content {
  padding: 18px 20px;
}
.blog-list-hero {
  padding: 90px 0 60px;
  background:
    linear-gradient(rgba(25, 16, 12, 0.75), rgba(25, 16, 12, 0.75)),
    url("https://picsum.photos/id/1016/2000/800") center/cover no-repeat;
  color: #fff;
  text-align: center;
}
.blog-list-hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #b89d64;
  margin-bottom: 12px;
}
.blog-list-hero p {
  font-size: 18px;
  color: #d8c8b5;
  max-width: 600px;
  margin: 0 auto;
}

.blog-list-container {
  padding: 50px 0 80px;
  background: #f8f6f1;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 32px;
  direction: rtl !important; /* Important fix */
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.blog-card-image {
  height: 220px;
  overflow: hidden;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.08);
}

.blog-card-content {
  padding: 10px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-title {
  font-size: 20px;
  font-weight: 800;
  color: #2c1910;
  line-height: 1.4;
  margin-bottom: 14px;
}

.blog-card-excerpt {
  font-size: 15.5px;
  line-height: 1.8;
  color: #513826;
  flex: 1;
}

.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e5e0d6;
  font-size: 14px;
  color: #888;
}

.blog-read-more {
  color: #b89d64;
  font-weight: 700;
  text-decoration: none;
}
.blog-read-more:hover {
  color: #2c1910;
}

.blog-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.blog-pagination a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3ded4;
  background: #fff;
  color: #2c1910;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}
.blog-pagination a.active,
.blog-pagination a:hover {
  background: #b89d64;
  color: #fff;
  border-color: #b89d64;
}

/* ===== NEW CAFE DETAIL STYLES ===== */
.cafe-detail-hero {
  height: 520px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.cafe-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(transparent, rgba(25, 16, 12, 0.75));
}

.cafe-hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  color: #fff;
}

.cafe-hero-badges {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.cafe-hero-badge {
  background: rgba(184, 157, 100, 0.95);
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
}

.cafe-quick-info-bar {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding: 28px 32px;
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.cafe-info-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.cafe-info-left h1 {
  font-size: 32px;
  font-weight: 800;
  color: #2c1910;
  margin: 0 0 8px 0;
}

.cafe-info-location {
  font-size: 17px;
  color: #513826;
}

.cafe-info-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cafe-meta-rating {
  padding: 7px 12px;
  background: #f8f6f1;
  border: 1px solid #eee7da;
  border-radius: 999px;
}

.cafe-meta-rating-content {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cafe-meta-rating-content strong {
  color: #2c1910;
  font-size: 14px;
  font-weight: 900;
}

.cafe-meta-rating-content small {
  color: #8a7a6d;
  font-size: 12px;
  font-weight: 700;
}

.cafe-quick-rating-stars i {
  font-size: 12px;
}

.cafe-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #2c1910;
}

.cafe-meta-item i {
  color: #b89d64;
  font-size: 18px;
}

.cafe-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.cafe-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cafe-cta-btn.primary {
  background: #2c1910;
  color: #b89d64;
}
.cafe-cta-btn.primary:hover {
  background: #b89d64;
  color: #2c1910;
}

.cafe-cta-btn.secondary {
  background: #f5f2eb;
  color: #2c1910;
  border: 1px solid #e3ded4;
}
.cafe-cta-btn.secondary:hover {
  background: #e8e0d0;
}

.cafe-like-btn {
  background: #fff;
  border: 2px solid #b89d64;
  color: #b89d64;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.cafe-like-btn.liked {
  background: #b89d64;
  color: #fff;
}

.cafe-section {
  margin: 5px auto 0;
  max-width: 900px;
}

.cafe-section-title {
  font-size: 24px;
  font-weight: 800;
  color: #2c1910;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}
.cafe-section-title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 50px;
  height: 3px;
  background: #b89d64;
  border-radius: 3px;
}

.cafe-about-text {
  font-size: 16.5px;
  line-height: 2;
  color: #513826;
  max-width: 820px;
}

.cafe-about-text p {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 0;
}

.cafe-about-text h1 {
  font-size: 20px;
  font-weight: 800;
  color: rgba(22, 81, 31, 1);
  text-align: right;
  margin: 20px 0 10px;
}

.cafe-about-text h2 {
  font-size: 18px;
  font-weight: 800;
  color: rgba(22, 81, 31, 1);
  text-align: right;
  margin: 20px 0 10px;
}

.cafe-about-text h2::before {
  content: none;
  display: none;
}

.cafe-about-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(22, 81, 31, 1);
  text-align: right;
  margin: 20px 0 10px;
}

.cafe-about-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(22, 81, 31, 1);
  text-align: right;
  margin: 20px 0 10px;
}

.cafe-about-text img {
  max-width: 700px;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 16px;
}

.cafe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cafe-tag {
  background: #f5f2eb;
  color: #2c1910;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
}

.cafe-amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.cafe-amenity-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.cafe-amenity-item i {
  font-size: 22px;
  color: #b89d64;
  width: 28px;
}

/* ===== CAFE DETAIL REVIEWS - CLEAN VERSION =====
   Matches the regenerated cafe-detail.html review section.
   Replace every old cafe comments/reviews block with this one.
   Keep the gallery styles below this block.
================================================== */

.cafe-reviews-modern {
  --review-bg: #fbfaf6;
  --review-surface: #ffffff;
  --review-soft: #f5f2eb;
  --review-border: #e8dfd0;
  --review-text: #2c1910;
  --review-muted: #7a6a55;
  --review-gold: #b89d64;
  --review-brown: #2c1910;

  margin-top: 76px;
  padding: 0 0 10px;
  background: transparent;
}

.cafe-reviews-modern * {
  box-sizing: border-box;
}

.cafe-reviews-modern-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--review-border);
}

.cafe-reviews-modern-head .cafe-section-title {
  margin: 8px 0 0;
  text-align: right;
}

.cafe-reviews-modern-head .cafe-section-title::before {
  display: none;
}

.cafe-reviews-modern-head .cafe-section-title::after {
  right: 0;
}

.cafe-reviews-modern-head p {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--review-muted);
  font-size: 15px;
  line-height: 1.9;
}

.cafe-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 13px;
  background: rgba(184, 157, 100, 0.12);
  border: 1px solid rgba(184, 157, 100, 0.24);
  border-radius: 999px;
  color: #80652e;
  font-size: 12px;
  font-weight: 900;
}

.cafe-review-count-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  background: var(--review-soft);
  border: 1px solid var(--review-border);
  border-radius: 999px;
  color: var(--review-text);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.cafe-review-count-pill i {
  color: var(--review-gold);
}

/* Form */
.cafe-review-compose {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 36px;
  padding: 28px 0 34px;
  border-bottom: 1px solid var(--review-border);
  background: transparent;
}

.cafe-review-compose-side {
  padding-left: 24px;
  border-left: 1px solid var(--review-border);
}

.cafe-review-compose-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: var(--review-brown);
  border-radius: 18px;
  color: var(--review-gold);
  font-size: 22px;
}

.cafe-review-compose-side h3,
.cafe-review-login-panel h3,
.cafe-review-empty-modern h3 {
  margin: 0 0 10px;
  color: var(--review-text);
  text-align: right;
  font-size: 21px;
  font-weight: 900;
}

.cafe-review-compose-side h3::before,
.cafe-review-login-panel h3::before,
.cafe-review-empty-modern h3::before {
  display: none;
}

.cafe-review-compose-side p {
  margin: 0;
  color: var(--review-muted);
  font-size: 14px;
  line-height: 1.9;
}

.cafe-review-compose-user {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 8px 12px;
  background: var(--review-soft);
  border: 1px solid var(--review-border);
  border-radius: 999px;
  color: var(--review-text);
  font-size: 12px;
  font-weight: 900;
}

.cafe-review-compose-user i {
  color: var(--review-gold);
}

.cafe-review-compose-main {
  min-width: 0;
}

/* Star input fields */
.cafe-star-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-bottom: 22px;
}

.cafe-star-field {
  min-width: 0;
  padding: 0 0 14px;
  border-bottom: 1px dashed var(--review-border);
}

.cafe-star-field.has-error {
  border-bottom-color: rgba(229, 72, 30, 0.55);
}

.cafe-star-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.cafe-star-label span {
  color: var(--review-text);
  font-size: 13px;
  font-weight: 900;
}

.cafe-star-label small {
  color: #a29482;
  font-size: 11px;
  font-weight: 800;
}

.cafe-star-picker {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  direction: ltr;
  unicode-bidi: bidi-override;
}

.cafe-star-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cafe-star-picker label {
  margin: 0;
  color: #ddd2c1;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 180ms ease,
    transform 180ms ease,
    text-shadow 180ms ease;
}

.cafe-star-picker label:hover,
.cafe-star-picker label:hover ~ label {
  color: #d8a331;
  transform: translateY(-1px);
  text-shadow: 0 0 12px rgba(216, 163, 49, 0.22);
}

.cafe-star-picker input:checked + label,
.cafe-star-picker input:checked + label ~ label {
  color: var(--review-gold);
  text-shadow: 0 0 10px rgba(184, 157, 100, 0.22);
}

.cafe-star-picker input:focus + label {
  outline: 2px solid rgba(184, 157, 100, 0.36);
  outline-offset: 4px;
  border-radius: 5px;
}

.comment-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

/* Textarea */
.cafe-review-textarea-wrap {
  margin-top: 4px;
}

.cafe-review-textarea-wrap label {
  display: block;
  margin-bottom: 10px;
  color: var(--review-text);
  font-size: 14px;
  font-weight: 900;
}

.cafe-review-textarea-wrap .comment-textarea,
.cafe-review-textarea-wrap textarea {
  width: 100%;
  min-height: 142px;
  height: auto;
  margin: 0;
  padding: 16px 18px;
  background: var(--review-surface);
  border: 1px solid var(--review-border);
  border-radius: 18px;
  color: var(--review-text);
  font-size: 15px;
  line-height: 1.9;
  text-align: right;
  resize: vertical;
  box-shadow: none;
}

.cafe-review-textarea-wrap .comment-textarea:focus,
.cafe-review-textarea-wrap textarea:focus {
  border-color: var(--review-gold);
  box-shadow: 0 0 0 4px rgba(184, 157, 100, 0.13);
  outline: none;
}

.cafe-review-compose-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.cafe-review-submit-btn {
  min-height: 46px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--review-brown);
  color: var(--review-gold);
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-transform: none;
}

.cafe-review-submit-btn:hover,
.cafe-review-submit-btn:focus {
  background: var(--review-gold);
  color: var(--review-brown);
}

.cafe-review-compose-actions span {
  color: #8d7f6d;
  font-size: 12px;
  font-weight: 700;
}

/* Logged-out state */
.cafe-review-login-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 0 34px;
  padding: 22px 0 28px;
  border-bottom: 1px solid var(--review-border);
  background: transparent;
}

.cafe-review-login-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--review-soft);
  border: 1px solid var(--review-border);
  border-radius: 18px;
  color: var(--review-gold);
  font-size: 22px;
}

.cafe-review-login-panel p {
  margin: 0;
  color: var(--review-muted);
  font-size: 14px;
  line-height: 1.8;
}

.cafe-review-login-btn {
  min-height: 44px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--review-brown);
  color: var(--review-gold);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-transform: none;
}

.cafe-review-login-btn:hover,
.cafe-review-login-btn:focus {
  background: var(--review-gold);
  color: var(--review-brown);
}

/* Review feed */
.cafe-review-feed {
  display: grid;
  gap: 0;
  background: transparent;
}

.cafe-review-entry {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--review-border);
}

.cafe-review-entry:first-child {
  padding-top: 0;
}

.cafe-review-entry:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cafe-review-entry-avatar {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--review-soft);
  border: 1px solid var(--review-border);
  border-radius: 50%;
  color: var(--review-gold);
  font-size: 20px;
  font-weight: 900;
}

.cafe-review-entry-body {
  min-width: 0;
}

.cafe-review-entry-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.cafe-review-entry-head strong {
  display: block;
  color: var(--review-text);
  font-size: 15px;
  font-weight: 900;
}

.cafe-review-entry-head time {
  display: block;
  margin-top: 4px;
  color: #9b8e7c;
  font-size: 12px;
  font-weight: 700;
}

.cafe-review-score-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
  margin: 0 0 14px;
}

.cafe-review-score-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  padding: 7px 0;
  border-bottom: 1px dashed #efe6d8;
}

.cafe-review-score-mini > span:first-child {
  color: var(--review-muted);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.cafe-review-score-stars {
  display: inline-flex;
  direction: rtl;
  gap: 2px;
  flex: 0 0 auto;
}

.cafe-review-score-stars i {
  color: #ded3c2;
  font-size: 12px;
}

.cafe-review-score-stars i.is-active {
  color: var(--review-gold);
}

.cafe-review-entry-text {
  color: var(--review-text);
  font-size: 15.5px;
  line-height: 2;
}

.cafe-review-empty-modern {
  padding: 42px 20px;
  text-align: center;
  color: var(--review-muted);
  border: 1px dashed var(--review-border);
  border-radius: 22px;
  background: var(--review-bg);
}

.cafe-review-empty-modern i {
  display: block;
  margin-bottom: 14px;
  color: var(--review-gold);
  font-size: 42px;
}

.cafe-review-empty-modern p {
  margin: 0;
  font-size: 14px;
}

/* Errors */
.comment-errors {
  margin-top: 8px;
  color: #e5481e;
  font-size: 13px;
  font-weight: 800;
}

.comment-errors span {
  display: block;
}

.comment-errors--box {
  padding: 12px 15px;
  margin-bottom: 18px;
  background: #fff7f4;
  border-right: 4px solid #e5481e;
  border-radius: 14px;
}

.cafe-like-form {
  margin: 0;
}

@media (max-width: 991px) {
  .cafe-reviews-modern-head {
    display: block;
  }

  .cafe-review-count-pill {
    margin-top: 16px;
  }

  .cafe-review-compose {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cafe-review-compose-side {
    padding-left: 0;
    padding-bottom: 22px;
    border-left: 0;
    border-bottom: 1px solid var(--review-border);
  }

  .cafe-star-fields,
  .cafe-review-score-strip {
    grid-template-columns: 1fr;
  }

  .cafe-review-login-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cafe-review-login-icon {
    margin: 0 auto;
  }

  .cafe-review-login-panel h3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cafe-reviews-modern {
    margin-top: 54px;
  }

  .cafe-review-compose {
    padding-top: 22px;
  }

  .cafe-review-entry {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cafe-review-entry-avatar {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .cafe-review-submit-btn,
  .cafe-review-login-btn {
    width: 100%;
  }

  .cafe-review-compose-actions {
    align-items: stretch;
  }
}

/* Masonry-like layout */
.cafe-gallery {
  column-width: 230px;
  column-gap: 16px;
}

.cafe-gallery-item {
  width: 100%;
  display: block;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 18px;
}

.cafe-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.cafe-gallery-item:hover img {
  transform: scale(1.035);
  filter: brightness(0.88);
}

.cafe-gallery-empty {
  color: #777;
  font-size: 15px;
}

/* Lightbox */
.cafe-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(12, 12, 12, 0.92);
  padding: 24px;
}

.cafe-lightbox.is-open {
  display: flex;
}

body.lightbox-open {
  overflow: hidden;
}

.cafe-lightbox-content {
  position: relative;
  max-width: 92vw;
  max-height: 88vh;
  text-align: center;
}

.cafe-lightbox-content img {
  max-width: 92vw;
  max-height: 84vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.45);
}

.cafe-lightbox-close {
  position: fixed;
  top: 22px;
  left: 24px;
  z-index: 100001;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cafe-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.24);
}

.cafe-lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100001;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 46px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cafe-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.24);
}

.cafe-lightbox-prev {
  right: 24px;
}

.cafe-lightbox-next {
  left: 24px;
}

.cafe-lightbox-counter {
  margin-top: 14px;
  color: #fff;
  font-size: 14px;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .cafe-gallery {
    column-width: 150px;
    column-gap: 10px;
  }

  .cafe-gallery-item {
    margin-bottom: 10px;
    border-radius: 14px;
  }

  .cafe-gallery-item img {
    border-radius: 14px;
  }

  .cafe-lightbox {
    padding: 16px;
  }

  .cafe-lightbox-content img {
    max-width: 94vw;
    max-height: 78vh;
    border-radius: 12px;
  }

  .cafe-lightbox-close {
    top: 14px;
    left: 14px;
  }

  .cafe-lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 36px;
  }

  .cafe-lightbox-prev {
    right: 12px;
  }

  .cafe-lightbox-next {
    left: 12px;
  }
}

/* ============================================
       NEW CAFE LIST STYLES - No conflict with old classes
    ============================================ */

.cafe-discovery-hero {
  padding: 120px 0 60px;
  background:
    linear-gradient(rgba(25, 16, 12, 0.75), rgba(25, 16, 12, 0.75)),
    url("https://picsum.photos/id/1015/2000/1200") center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.cafe-hero-content h1 {
  font-family: "AradFDVF", serif;
  font-size: 48px;
  color: #b89d64;
  margin-bottom: 16px;
}

.cafe-hero-content p {
  font-size: 18px;
  color: #d8c8b5;
  max-width: 600px;
  margin: 0 auto 30px;
  font-width: 500;
}

.cafe-list-container {
  padding: 60px 0 100px;
  background: #f8f6f1;
}

.cafe-filters-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

.cafe-filter-section {
  margin-bottom: 24px;
}

.cafe-filter-label {
  font-weight: 800;
  color: #2c1910;
  margin-bottom: 12px;
  display: block;
  font-size: 15px;
}

.cafe-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cafe-chip {
  padding: 8px 18px;
  background: #f5f2eb;
  border: 1px solid #e3ded4;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #2c1910;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.cafe-chip:hover {
  background: #e8e0d0;
}

.cafe-chip.active {
  background: #b89d64;
  color: #fff;
  border-color: #b89d64;
}

.cafe-select {
  width: 100%;
  height: 52px;
  border: 1px solid #e3ded4;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 15px;
  background: #fff;
}

.cafe-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}

.cafe-results-count {
  font-size: 18px;
  color: #2c1910;
  font-weight: 600;
}

.cafe-sort-select {
  min-width: 220px;
}

.cafe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.cafe-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.cafe-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.cafe-card-image {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.cafe-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cafe-card:hover .cafe-card-image img {
  transform: scale(1.08);
}

.cafe-card-badges {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cafe-vibe-badge {
  background: rgba(184, 157, 100, 0.95);
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cafe-price-badge {
  background: rgba(43, 27, 19, 0.9);
  color: #b89d64;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
}

.cafe-card-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cafe-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.cafe-card-name {
  font-size: 20px;
  font-weight: 800;
  color: #2c1910;
  margin: 0;
  line-height: 1.3;
}

.cafe-card-location {
  font-size: 14px;
  color: #513826;
  margin-bottom: 16px;
}

.cafe-card-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cafe-heart {
  font-size: 22px;
  color: #b89d64;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cafe-heart.liked {
  color: #e74c3c;
}

.cafe-btn {
  background: #2c1910;
  color: #b89d64;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.cafe-btn:hover {
  background: #b89d64;
  color: #2c1910;
}

.cafe-no-results {
  text-align: center;
  padding: 60px 20px;
  color: #513826;
}

/* ===== NEW PRODUCT LIST STYLES ===== */
.tak-shop-hero {
  padding: 80px 0 60px;
  background:
    linear-gradient(rgba(25, 16, 12, 0.85), rgba(25, 16, 12, 0.85)),
    url("https://picsum.photos/id/292/2000/800") center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.tak-shop-hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #b89d64;
  margin: 0;
}

.tak-shop-area {
  padding: 50px 0 80px;
  background: #f8f6f1;
}

.shop-container {
  background: #f8f6f1;
}

.tak-shop-results {
  font-size: 17px;
  font-weight: 700;
  color: #2c1910;
  margin-bottom: 25px;
}

.tak-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

.tak-shop-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.tak-shop-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.tak-shop-thumb {
  display: block;
  height: 180px;
  overflow: hidden;
}

.tak-shop-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s;
}

.tak-shop-item:hover .tak-shop-thumb img {
  transform: scale(1.08);
}

.tak-shop-body {
  padding: 20px 22px 24px;
}

.tak-shop-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}

.tak-shop-title a {
  color: #2c1910;
  text-decoration: none;
}

.tak-shop-title a:hover {
  color: #b89d64;
}

.tak-shop-meta {
  font-size: 14px;
  color: #513826;
  margin-bottom: 12px;
}

.tak-shop-price {
  margin-bottom: 16px;
}

.tak-shop-current-price {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #b89d64;
}

.tak-shop-old-price {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #8a7a6d;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.tak-shop-cart-btn {
  width: 100%;
  background: #2c1910;
  color: #b89d64;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s;
  cursor: pointer;
}

.tak-shop-cart-btn:hover {
  background: #b89d64;
  color: #2c1910;
}

.tak-shop-empty {
  grid-column: 1 / -1;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
  font-weight: 700;
  color: #2c1910;
}

/* ===== NEW PROFILE STYLES - All new classes ===== */
.profile-main-container {
  padding: 40px 0 80px;
  background: #f8f6f1;
  min-height: 100vh;
}

.profile-sidebar {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 30px;
}

.profile-menu a {
  display: block;
  padding: 14px 20px;
  color: #2c1910;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.profile-menu a:hover,
.profile-menu a.active {
  background: #b89d64;
  color: #fff;
}

.profile-content-area {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.profile-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.profile-info-card {
  background: #f8f6f1;
  border-radius: 14px;
  padding: 28px;
}

.profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #b89d64;
}

.profile-order-item {
  border-bottom: 1px solid #e5e0d6;
  padding: 16px 0;
}
.profile-order-item:last-child {
  border-bottom: none;
}

.profile-empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #888;
}
.profile-empty-state i {
  font-size: 48px;
  color: #ddd;
  margin-bottom: 20px;
}

.profile-table {
  width: 100%;
}
.profile-table th,
.profile-table td {
  padding: 14px 12px;
  text-align: right;
}

/* ===== ORDER DETAIL STYLES - All classes start with order-detail- ===== */
.order-detail-hero {
  padding: 50px 0;
  color: #fff;
}

.order-detail-main {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.order-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e5e0d6;
}

.order-detail-meta {
  font-size: 15px;
  line-height: 1.8;
}
.order-detail-meta strong {
  color: #2c1910;
}

.order-detail-status {
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
}
.order-detail-status-delivered {
  background: #d4edda;
  color: #155724;
}
.order-detail-status-processing {
  background: #fff3cd;
  color: #856404;
}
.order-detail-status-cancelled {
  background: #f8d7da;
  color: #721c24;
}

.order-detail-table {
  width: 100%;
  border-collapse: collapse;
}
.order-detail-table th,
.order-detail-table td {
  padding: 16px 12px;
  text-align: right;
  border-bottom: 1px solid #e5e0d6;
}
.order-detail-table th {
  background: #f8f6f1;
  font-weight: 700;
  color: #2c1910;
}

.order-detail-total-row {
  font-size: 18px;
  font-weight: 800;
  color: #b89d64;
}

.order-detail-actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.order-detail-empty {
  text-align: center;
  padding: 80px 20px;
  color: #888;
}

.search-hero {
  padding: 60px 0 40px;
  background: #b89d64;
  background: linear-gradient(
    172deg,
    rgba(184, 157, 100, 1) 0%,
    rgba(63, 44, 20, 1) 100%,
    rgba(216, 200, 181, 1) 100%
  );
  color: white;
  text-align: center;
}

.search-hero h2 {
  color: white;
}

.search-tabs {
  display: flex;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: -30px auto 40px;
  max-width: 520px;
}

.search-tab {
  flex: 1;
  padding: 14px 20px;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.search-tab.active {
  background: #b89d64;
  color: #fff;
}

.search-results-container {
  min-height: 400px;
}

.search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.search-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.search-card:hover {
  transform: translateY(-6px);
}

.search-empty {
  text-align: center;
  padding: 100px 20px;
  color: #888;
}
.search-empty i {
  font-size: 60px;
  color: #ddd;
  margin-bottom: 20px;
}

.cafe-intro-section {
  padding: 33px 0 68px 0;
  background: url(../img/BG_testimonials.jpg);
}

.cafe-intro-section h2 {
  color: #f5f2eb;
}

.cafe-intro-section h2:before {
  background: #f5f2eb;
}

/* ===== BETTER RTL FIX FOR CAFE SECTION ===== */
.cafe-intro-section .row {
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
  margin: 0 -15px;
}

.cafe-intro-section .row > [class*="col-"] {
  padding: 0 15px;
  box-sizing: border-box;
}

/* Make sure cards start from right */
.cafe-intro-section .row > .col-md-4,
.cafe-intro-section .row > .col-sm-6 {
  float: right;
}

/* Responsive */
@media (max-width: 991px) {
  .cafe-intro-section .row > .col-md-4,
  .cafe-intro-section .row > .col-sm-6 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cafe-intro-section .row > .col-md-4,
  .cafe-intro-section .row > .col-sm-6 {
    width: 100%;
  }
}

/* ===== FIX POPULAR ITEMS RTL ===== */
.popular-item {
  direction: rtl !important;
}

/* Fix Owl Carousel navigation for RTL */
.popular-item .shop-slider .owl-nav .owl-prev {
  left: auto !important;
  right: -50px !important;
}

.popular-item .shop-slider .owl-nav .owl-next {
  right: auto !important;
  left: -50px !important;
}

/* Optional: better spacing for RTL */
.popular-item .shop-slider .item {
  margin: 10px 15px;
}

/* #32 Contact Page */
/* Contact page RTL layout fix */
.contact-wrap .contact-row {
  direction: rtl;
}

.contact-wrap .contact-row > [class*="col-"] {
  float: right;
}

.contact-left,
.contact-right {
  position: relative;
  z-index: 1;
}

.contact-form button:hover {
  background-color: rgba(184, 157, 100, 0.3);
  color: rgba(43, 27, 19, 0.9);
}

@media (max-width: 991px) {
  .contact-wrap .contact-row > [class*="col-"] {
    float: none !important;
    width: 100%;
    clear: both;
  }

  .contact-left {
    margin-bottom: 45px;
  }

  .contact-left h2,
  .contact-right h2 {
    margin-top: 0;
  }
}

/* ===========================
ABOUT PAGE V2
=========================== */

.tak-about-hero {
  padding: 80px 0 40px;
}

.tak-about-intro {
  max-width: 850px;
  margin: auto;
  text-align: center;
}

.tak-section-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #f5f2eb;
  color: #b89d64;
  font-weight: 700;
  margin-bottom: 20px;
}

.tak-about-intro p {
  font-size: 18px;
  line-height: 2;
  color: #513826;
}

.tak-story-section {
  padding: 60px 0 100px;
}

.tak-about-image {
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.tak-story-content {
  padding-right: 30px;
}

.tak-story-content h3 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 25px;
}

.tak-story-content p {
  line-height: 2.1;
  color: #513826;
}

.tak-features-section {
  padding: 40px 0 100px;
  background: #faf8f4;
}

.tak-feature-card {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
}

.tak-feature-card:hover {
  transform: translateY(-8px);
}

.tak-feature-card i {
  font-size: 44px;
  color: #b89d64;
  margin-bottom: 20px;
}

.tak-feature-card h4 {
  margin: 0 0 15px;
}

.tak-feature-card p {
  color: #666;
  line-height: 2;
}

.tak-mission-section {
  padding: 100px 0;
}

.tak-mission-card {
  background: #214326;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  height: 100%;
}

.tak-mission-card i {
  font-size: 40px;
  color: #b89d64;
  margin-bottom: 20px;
}

.tak-mission-card h3 {
  margin-top: 0;
  color: #fff;
}

.tak-mission-card p {
  color: #e8e8e8;
  line-height: 2;
}

.tak-values-section {
  padding: 40px 0 100px;
}

.tak-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.tak-values-grid div {
  background: #f5f2eb;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  font-weight: 700;
  color: #214326;
}

@media (max-width: 768px) {
  .tak-values-grid {
    grid-template-columns: 1fr;
  }
  .tak-story-content {
    padding-right: 0;
    margin-top: 40px;
  }
  .tak-feature-card {
    margin-bottom: 25px;
  }
  .tak-mission-card {
    margin-bottom: 25px;
  }
}

/* ===== FIXED SOCIAL ICONS IN FOOTER ===== */
.footer-social .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social .social li {
  margin: 0 !important;
  padding: 0 !important;
}

.footer-social .social a {
  width: 42px; /* کوچکتر کردن آیکون‌ها */
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 242, 235, 0.12);
  border-radius: 50%;
  color: #e2ded0;
  font-size: 19px; /* کوچکتر کردن آیکون */
  transition: all 0.3s ease;
}

.footer-social .social a:hover {
  background: #b89d64;
  color: #2c1910;
  transform: translateY(-3px);
}

/* ===== EQUAL HEIGHT CAFE CARDS ===== */
.cafe-card-col {
  display: flex;
  align-items: stretch;
}

.main-div-cafe-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.cafe-card-col > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.cafe-card-vibe {
  background: rgba(184, 157, 100, 0.95);
  color: #fff;
  display: inline-block;
  width: fit-content;
  padding: 4px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
.cafe-card-col > div:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.cafe-card-info {
  color: rgba(0, 0, 0, 0.22);
  font-size: 14.5px;
  font-weight: 400;
  margin-bottom: 12px;
}
.cafe-card-btn {
  font-size: 13px;
  padding: 10px 24px;
  border-radius: 30px !important;
  width: fit-content !important;
  place-self: end;
}

/* Image stays fixed height */
.cafe-card-col .cafe-card-image {
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.cafe-card-col .cafe-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content area grows to fill space */
.cafe-card-col .cafe-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 20px;
}

/* Push button to bottom */
.cafe-card-col .cafe-card-content > a.btn {
  margin-top: auto;
}
