/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
  --mondibal-blue: #64baf4;
  --mondibal-blue-deep: #41a8ed;
  --mondibal-bg: #efefef;
  --mondibal-card: #ffffff;
  --mondibal-text: #1f2430;
  --mondibal-muted: #68717d;
  --mondibal-border: #e4e8ee;
}

body {
  background: var(--mondibal-bg);
}

.site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whb-mobile-center .site-logo,
.whb-column_mobile3 .site-logo {
  min-width: 148px;
  width: 148px;
  overflow: visible;
}

.site-logo .wd-logo {
  display: block;
  min-width: 235px;
}

.site-logo .wd-logo img {
  opacity: 1;
}

.home .wd-page-title.page-title,
.page-id-9156 .wd-page-title.page-title,
.page-id-135 .wd-page-title.page-title,
.page-id-25924 .wd-page-title.page-title,
.page-id-25931 .wd-page-title.page-title,
.page-template-default.page .entry-content .elementor h1:first-child + .wd-page-title.page-title {
  display: none;
}

.home .main-page-wrapper,
.page-id-9156 .main-page-wrapper,
.page-id-135 .main-page-wrapper,
.page-id-25924 .main-page-wrapper,
.page-id-25931 .main-page-wrapper {
  padding-top: 28px;
}

.mondibal-homepage,
.mondibal-page-shell,
.mondibal-blog-layout {
  color: var(--mondibal-text);
}

.mondibal-blog-sidebar,
.mondibal-category-grid {
  color: var(--mondibal-text);
}

.mondibal-homepage {
  display: grid;
  gap: 24px;
}

.home {
  --mondibal-home-blue: #5bb8f5;
}

.home .main-page-wrapper {
  background: #fff;
  padding-top: 24px;
}

.home .site-content {
  padding-bottom: 44px;
}

.mondibal-front-page .elementor-section {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.mondibal-front-page .elementor-container {
  max-width: 1140px !important;
}

.mondibal-home-section {
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.mondibal-home-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.mondibal-home-hero-grid,
.mondibal-home-social-grid,
.mondibal-home-mini-cover-grid {
  display: grid;
  gap: 12px;
}

.mondibal-home-hero-grid {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: stretch;
  direction: ltr;
}

.mondibal-home-hero-main,
.mondibal-home-hero-side a,
.mondibal-home-panel,
.mondibal-home-social-grid a,
.mondibal-home-mini-cover-grid a,
.mondibal-home-bottom-banners a {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.mondibal-home-hero-main {
  position: relative;
  height: 250px;
  min-height: 250px;
  direction: rtl;
}

.mondibal-home-hero-slide {
  display: none;
  height: 100%;
}

.mondibal-home-hero-slide.is-active {
  display: block;
}

.mondibal-home-hero-main img,
.mondibal-home-hero-side img,
.mondibal-home-social-grid img,
.mondibal-home-mini-cover-grid img,
.mondibal-home-bottom-banners img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mondibal-home-hero-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  direction: rtl;
}

.mondibal-home-hero-side a {
  min-height: 0;
}

.mondibal-home-hero-dot {
  position: absolute;
  top: 50%;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #6b7280;
  font-size: 24px;
  line-height: 1;
}

.mondibal-home-hero-dot--right {
  right: 12px;
  left: auto;
}

.mondibal-home-panel {
  padding: 14px;
  border: 1px solid #e6ebf1;
}

.mondibal-home-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mondibal-home-panel-head h2 {
  flex: 1;
  margin: 0;
  color: #222831;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.mondibal-home-panel-head a {
  color: var(--mondibal-home-blue);
  font-size: 12px;
  font-weight: 700;
}

.mondibal-home-product-grid,
.mondibal-home-blog-grid,
.mondibal-home-brand-grid {
  display: grid;
  gap: 12px;
}

.mondibal-home-product-grid,
.mondibal-home-blog-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mondibal-home-product-card,
.mondibal-home-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 260px;
  padding: 10px;
  border: 1px solid #edf0f4;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

.mondibal-home-product-img,
.mondibal-home-blog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
}

.mondibal-home-product-img img,
.mondibal-home-blog-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mondibal-home-product-card h3,
.mondibal-home-blog-card h3 {
  margin: 0 0 8px;
  color: #2d333b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.mondibal-home-price {
  margin-top: auto;
  color: var(--mondibal-home-blue);
  font-size: 13px;
  font-weight: 800;
}

.mondibal-home-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 10px;
  border-radius: 5px;
  background: var(--mondibal-home-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.mondibal-home-buy:hover {
  color: #fff;
  background: #3ea5ec;
}

.mondibal-home-character-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mondibal-home-character {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mondibal-home-blue);
}

.mondibal-home-character img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mondibal-home-character:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(91, 184, 245, 0.08), rgba(91, 184, 245, 0.85));
}

.mondibal-home-character span {
  position: relative;
  z-index: 1;
  padding: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.mondibal-home-social-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mondibal-home-social-grid a {
  min-height: 120px;
}

.mondibal-home-brand-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mondibal-home-brand-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  border: 1px solid #edf0f4;
  border-radius: 6px;
  background: #fff;
}

.mondibal-home-brand-grid img {
  display: block;
  max-width: 82%;
  max-height: 82px;
  object-fit: contain;
}

.mondibal-home-mini-cover-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mondibal-home-mini-cover-grid a {
  min-height: 110px;
}

.mondibal-home-roleplay .mondibal-home-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 420px;
  margin-right: 0;
  margin-left: auto;
}

.mondibal-home-blog-card {
  min-height: 210px;
}

.mondibal-home-blog-link {
  margin-top: auto;
  color: var(--mondibal-home-blue);
  font-size: 12px;
  font-weight: 800;
}

.mondibal-home-bottom-banners {
  display: grid;
  gap: 12px;
}

.mondibal-home-bottom-banners a {
  min-height: 92px;
}

.mondibal-hero {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.mondibal-hero-side {
  display: grid;
  gap: 16px;
}

.mondibal-promo-card,
.mondibal-character-card,
.mondibal-social-banner,
.mondibal-bottom-banner,
.mondibal-product-block,
.mondibal-brand-strip,
.mondibal-page-card,
.mondibal-side-card {
  background: var(--mondibal-card);
  border: 1px solid var(--mondibal-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(17, 24, 39, 0.04);
}

.mondibal-promo-card img,
.mondibal-character-card img,
.mondibal-social-banner img,
.mondibal-bottom-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mondibal-promo-card--hero {
  position: relative;
  min-height: 320px;
}

.mondibal-promo-card--hero img {
  min-height: 320px;
}

.mondibal-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.14) 100%);
}

.mondibal-hero-logo {
  width: 160px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  padding: 10px 16px;
}

.mondibal-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #6a5148;
  font-weight: 700;
  font-size: 22px;
}

.mondibal-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 8px;
}

.mondibal-section-heading h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--mondibal-text);
}

.mondibal-section-heading a {
  color: var(--mondibal-blue-deep);
  font-size: 13px;
  font-weight: 600;
}

.mondibal-product-grid,
.mondibal-blog-grid {
  display: grid;
  gap: 18px;
  padding: 12px 20px 20px;
}

.mondibal-product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mondibal-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--mondibal-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.mondibal-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 12px;
  background: #fff;
}

.mondibal-product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mondibal-product-body {
  display: grid;
  gap: 10px;
  padding: 0 14px 14px;
}

.mondibal-product-body h3 {
  margin: 0;
  min-height: 48px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.mondibal-price {
  min-height: 22px;
  color: var(--mondibal-blue-deep);
  font-weight: 700;
  font-size: 15px;
}

.mondibal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  border-radius: 8px;
  background: var(--mondibal-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.mondibal-button:hover {
  color: #fff;
  background: var(--mondibal-blue-deep);
}

.mondibal-promo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mondibal-character-card {
  position: relative;
  min-height: 142px;
  background: linear-gradient(135deg, #5ab6f6 0%, #4a9ee6 100%);
}

.mondibal-character-card span {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.mondibal-social-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mondibal-social-banner {
  min-height: 142px;
}

.mondibal-social-banner--telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(135deg, #4ab1ff 0%, #7ec8ff 100%);
}

.mondibal-social-copy {
  display: grid;
  gap: 8px;
  color: #fff;
  text-align: center;
}

.mondibal-social-copy strong {
  font-size: 34px;
  line-height: 1;
}

.mondibal-social-copy span {
  font-size: 15px;
  line-height: 1.8;
}

.mondibal-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 12px 20px 22px;
}

.mondibal-brand-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  border: 1px solid var(--mondibal-border);
  border-radius: 12px;
  background: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}

.mondibal-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mondibal-category-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--mondibal-border);
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.mondibal-category-card img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.mondibal-category-card span {
  font-size: 18px;
  font-weight: 700;
}

.mondibal-blog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mondibal-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--mondibal-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.mondibal-blog-thumb {
  display: block;
  aspect-ratio: 4 / 3;
  background: #f8fafc;
}

.mondibal-blog-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mondibal-blog-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--mondibal-muted);
  font-weight: 700;
}

.mondibal-blog-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.mondibal-blog-body h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.mondibal-blog-body p {
  margin: 0;
  color: var(--mondibal-muted);
  font-size: 14px;
  line-height: 2;
}

.mondibal-blog-meta {
  color: #9aa3ad;
  font-size: 12px;
}

.mondibal-page-shell {
  display: grid;
  direction: rtl;
  text-align: right;
}

.page-id-9156 .entry-content,
.page-id-135 .entry-content,
.page-id-9156 .elementor,
.page-id-135 .elementor {
  direction: rtl !important;
  text-align: right !important;
}

.page-id-9156 .elementor-section,
.page-id-9156 .elementor-column,
.page-id-9156 .elementor-widget,
.page-id-9156 .elementor-widget-container,
.page-id-9156 .elementor-heading-title,
.page-id-9156 .elementor-text-editor,
.page-id-9156 .elementor-widget-text-editor,
.page-id-9156 .elementor-widget-text-editor p,
.page-id-135 .elementor-section,
.page-id-135 .elementor-column,
.page-id-135 .elementor-widget,
.page-id-135 .elementor-widget-container,
.page-id-135 .elementor-heading-title,
.page-id-135 .elementor-text-editor,
.page-id-135 .elementor-widget-text-editor,
.page-id-135 .elementor-widget-text-editor p {
  direction: rtl !important;
  text-align: right !important;
}

.mondibal-page-card {
  padding: 24px 24px 28px;
}

.mondibal-page-header {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--mondibal-border);
}

.mondibal-page-header span {
  font-size: 28px;
  font-weight: 700;
}

.mondibal-page-copy,
.mondibal-contact-copy {
  display: grid;
  gap: 16px;
  line-height: 2.2;
  font-size: 17px;
}

.mondibal-map-frame {
  margin-top: 22px;
  overflow: hidden;
  border-radius: 12px;
}

.mondibal-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.mondibal-blog-layout {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: start;
}

.mondibal-blog-layout > * {
  direction: rtl;
}

.mondibal-blog-sidebar {
  display: grid;
  flex: 0 0 280px;
  gap: 18px;
  align-self: start;
}

.mondibal-blog-main {
  flex: 1 1 auto;
}

.mondibal-side-card {
  padding: 18px;
}

.mondibal-side-card h3 {
  margin: 0 0 16px;
  color: var(--mondibal-text);
  font-size: 20px;
}

.mondibal-side-links,
.mondibal-latest-posts {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mondibal-side-links a {
  color: var(--mondibal-text);
  font-weight: 600;
}

.mondibal-blog-search {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.mondibal-blog-search input,
.mondibal-blog-search button {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  border-radius: 10px;
}

.mondibal-blog-search input {
  border: 1px solid var(--mondibal-border);
  padding: 0 14px;
  background: #fff;
  direction: rtl;
  text-align: right;
}

.mondibal-blog-search button {
  border: 0;
  background: var(--mondibal-blue);
  color: #fff;
  font-weight: 700;
}

.mondibal-latest-post {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.mondibal-latest-post img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
}

.mondibal-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.mondibal-pagination .page-numbers a,
.mondibal-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--mondibal-border);
  border-radius: 999px;
  background: #fff;
}

.mondibal-pagination .page-numbers .current {
  border-color: var(--mondibal-blue-deep);
  background: var(--mondibal-blue-deep);
  color: #fff;
}

.mondibal-page-hero {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 28px 0 8px;
}

.mondibal-page-hero span {
  color: var(--mondibal-blue-deep);
  font-size: 14px;
  font-weight: 800;
}

.mondibal-page-hero h1 {
  margin: 0;
  color: var(--mondibal-text);
  font-size: 34px;
  line-height: 1.5;
}

.mondibal-blog-page-shell,
.mondibal-category-page-shell {
  padding: 34px 0 58px;
  background:
    linear-gradient(180deg, #f7fbff 0, #fff 250px),
    #fff;
}

.mondibal-blog-main {
  min-width: 0;
}

.mondibal-empty-state {
  margin: 0;
  padding: 28px;
  border: 1px solid var(--mondibal-border);
  border-radius: 12px;
  background: #fff;
  color: var(--mondibal-muted);
  text-align: center;
}

.mondibal-category-grid--rich {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mondibal-category-grid--rich .mondibal-category-card {
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 245px;
  padding: 22px;
  overflow: hidden;
  text-align: right;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mondibal-category-grid--rich .mondibal-category-card:before {
  content: "";
  position: absolute;
  inset: auto -24px -54px auto;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--cat-color) 22%, transparent);
}

.mondibal-category-grid--rich .mondibal-category-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--cat-color) 55%, var(--mondibal-border));
  box-shadow: 0 16px 34px rgba(31, 36, 48, 0.09);
}

.mondibal-category-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--cat-color) 18%, #fff);
  color: var(--cat-color);
  font-size: 36px;
  font-weight: 900;
}

.mondibal-category-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mondibal-category-name {
  font-size: 20px;
  font-weight: 900;
  color: var(--mondibal-text);
}

.mondibal-category-count {
  color: var(--mondibal-muted);
  font-size: 13px;
  font-weight: 700;
}

.mondibal-category-children {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.mondibal-category-children small {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f5f7fa;
  color: #5f6875;
  font-size: 11px;
  font-weight: 700;
}

.woocommerce-checkout .main-page-wrapper {
  padding-top: 34px;
}

.woocommerce-checkout .entry-content > .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
  direction: rtl;
  text-align: right;
}

.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(460px, 520px) minmax(0, 1fr);
  grid-template-areas: "summary details";
  gap: 28px;
  align-items: start;
  direction: ltr;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout .checkout-order-review,
.woocommerce-checkout #order_review {
  width: 100%;
  max-width: none !important;
  min-width: 0;
  flex: none !important;
}

.woocommerce-checkout #customer_details {
  grid-area: details;
  direction: rtl;
}

.woocommerce-checkout .checkout-order-review {
  grid-area: summary;
  direction: rtl;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .checkout-order-review {
  border: 1px solid var(--mondibal-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 36, 48, 0.05);
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  padding: 22px;
}

.woocommerce-checkout .checkout-order-review,
.woocommerce-checkout #order_review {
  position: static;
  padding: 22px;
}

.woocommerce-checkout #order_review {
  padding: 0;
  background: transparent;
}

.woocommerce-checkout .checkout-order-review:before,
.woocommerce-checkout .checkout-order-review:after,
.woocommerce-checkout #order_review:before,
.woocommerce-checkout #order_review:after {
  display: none !important;
}

.woocommerce-checkout #order_review_heading {
  margin-bottom: 18px;
  text-align: right;
}

.woocommerce-checkout .checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper {
  margin-bottom: 20px;
  padding: 0;
  overflow-x: auto;
  border: 1px solid var(--mondibal-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.woocommerce-checkout .form-row {
  text-align: right;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 46px;
  border-radius: 8px;
}

.woocommerce-checkout .shop_table {
  direction: rtl;
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
  text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  min-width: 360px;
}

.woocommerce-checkout #delivery_date_field {
  margin-top: 20px;
}

.woocommerce-checkout #delivery_date_field h3 {
  margin-bottom: 14px;
  color: var(--mondibal-text);
  font-size: 20px;
  line-height: 1.7;
  text-align: right;
}

.woocommerce-checkout #delivery_date_field .delivery_dates {
  display: table;
  width: 100%;
  min-width: 440px;
  table-layout: fixed;
}

.woocommerce-checkout #delivery_date_field .delivery_dates tr {
  display: table-row;
}

.woocommerce-checkout #delivery_date_field .delivery_dates th,
.woocommerce-checkout #delivery_date_field .delivery_dates td {
  display: table-cell;
  padding: 12px 8px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid var(--mondibal-border);
}

.woocommerce-checkout #delivery_date_field .delivery_dates label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  line-height: 1.7;
  text-align: center;
  white-space: normal;
}

.woocommerce-checkout #delivery_date_field .delivery_dates input[type="radio"] {
  position: static;
  margin: 0 0 6px;
}

@media (max-width: 1199px) {
  .mondibal-product-grid,
  .mondibal-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mondibal-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mondibal-home-section {
    max-width: calc(100% - 28px);
  }
}

@media (max-width: 991px) {
  .mondibal-hero,
  .mondibal-social-row {
    grid-template-columns: 1fr;
  }

  .mondibal-blog-layout {
    flex-direction: column;
  }

  .mondibal-promo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mondibal-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .mondibal-home-hero-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 2;
  }

  .mondibal-home-product-grid,
  .mondibal-home-blog-grid,
  .mondibal-home-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mondibal-blog-sidebar,
  .mondibal-blog-main {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-logo .wd-logo {
    min-width: 170px;
  }

  .mondibal-product-grid,
  .mondibal-blog-grid,
  .mondibal-brand-grid,
  .mondibal-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mondibal-home-product-grid,
  .mondibal-home-blog-grid,
  .mondibal-home-brand-grid,
  .mondibal-home-character-grid,
  .mondibal-home-social-grid,
  .mondibal-home-mini-cover-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mondibal-home-hero-main {
    height: 190px;
    min-height: 190px;
  }

  .mondibal-home-roleplay .mondibal-home-product-grid {
    max-width: none;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "details"
      "summary";
    direction: rtl;
  }

  .woocommerce-checkout .checkout-order-review,
  .woocommerce-checkout #order_review {
    position: static;
  }

  .woocommerce-checkout #delivery_date_field {
    overflow-x: auto;
  }

  .mondibal-page-hero h1 {
    font-size: 25px;
  }

  .mondibal-section-heading,
  .mondibal-page-card,
  .mondibal-side-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mondibal-product-grid,
  .mondibal-blog-grid,
  .mondibal-brand-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mondibal-page-header span {
    font-size: 22px;
  }

  .mondibal-social-copy strong {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .mondibal-product-grid,
  .mondibal-blog-grid,
  .mondibal-brand-grid,
  .mondibal-category-grid {
    grid-template-columns: 1fr;
  }

  .mondibal-home-product-grid,
  .mondibal-home-blog-grid,
  .mondibal-home-brand-grid,
  .mondibal-home-character-grid,
  .mondibal-home-social-grid,
  .mondibal-home-mini-cover-grid,
  .mondibal-home-hero-side {
    grid-template-columns: 1fr;
  }

  .mondibal-home-hero-main {
    height: 160px;
    min-height: 160px;
  }
}

@media (max-width: 1024px) {
  body.rtl .mobile-nav.wd-side-hidden.wd-left {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0);
  }

  body.rtl .mobile-nav.wd-side-hidden.wd-left.wd-opened {
    transform: none;
  }
}
