@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700&display=swap');

:root {
  --theme-color: #c4820a;
  --theme-dark: #1a1f2e;
  --theme-green: #2d5a27;
}

html { direction: rtl; }
body { font-family: 'Assistant', Arial, sans-serif; }

.bg-color1, nav .bg-color1, .topbar.bg-color1 { background-color: var(--theme-dark) !important; }
.topbar-inner { flex-direction: row-reverse; }
.logo-info-bar-inner { flex-direction: row-reverse; }
nav ul { flex-direction: row-reverse; }
footer { background-color: var(--theme-dark) !important; }
.add-cart { display: none !important; }

nav ul li a { font-family: 'Assistant', sans-serif; font-weight: 600; }
.banner-area h2 { font-family: 'Assistant', sans-serif; font-weight: 700; }

@media (max-width: 991px) {
  .rspn-mnu { right: 0; left: auto; }
}
