@charset "UTF-8";
#content {
  background-color: #fafafa;
  margin-top: 0px;
}
@media (max-width: 984px) {
  #content {
    margin-top: 0px;
  }
}

* {
  scroll-behavior: smooth;
}

.woocommerce {
  background-color: #fafafa;
}

select {
  border-left: 1rem solid transparent;
}

* {
  --sb-track-color: #e1e6f1;
  --sb-thumb-color: #b1bcd6;
  --sb-size: 8px;
}

*::-webkit-scrollbar {
  width: var(--sb-size);
}

*::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 5px;
}

@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
#main-header .menu-item {
  position: relative;
}
#main-header .menu-item.has-children > a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1rem;
}
#main-header .menu-item.featured-menu-item > a {
  transition: all 0.3s ease;
  border-left: 1px solid #E9E9E9;
}
#main-header .menu-item.featured-menu-item > a:hover {
  border-left-color: #FDB713;
  color: #FDB713;
}
#main-header .menu-item.featured-menu-item > a .active {
  color: #FDB713;
}
#main-header .menu-item.featured-menu-item.menu-1st-sub-li {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
}
#main-header .menu-item.featured-menu-item.menu-1st-sub-li a {
  color: white !important;
  font-weight: 700;
}
#main-header #menu {
  display: flex;
  align-items: center;
  background-color: #333648;
  border-radius: 30rem;
}
#main-header .main-menu {
  display: flex;
  justify-content: center;
}
#main-header .main-menu > .menu-item:not(:last-child):after {
  content: "|";
  position: absolute;
  left: 100%;
  color: #D6D6D6;
}
#main-header .modal-overlay {
  position: absolute;
  display: none;
  inset: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#main-header #mobile_nav .sub-menu {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}
#main-header .menu-1st-sub-li:hover .menu-1st-sub::after {
  display: block;
}
#main-header .menu-1st-sub {
  transition: all 0.3s;
  position: relative;
}
#main-header .menu-1st-sub::after {
  transition: all 0.3s;
  content: "";
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #fdb713;
}
#main-header .has-simple-menu {
  position: relative;
}
#main-header .has-simple-menu .simple-menu-container {
  animation: slideDownFadeIn 0.3s ease forwards;
}
#main-header .has-simple-menu .simple-menu-container:not(.group-hover\:block) {
  animation: slideUpFadeOut 0.3s ease forwards;
}
#main-header .has-simple-menu .simple-menu-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
#main-header .has-simple-menu .simple-menu-item:first-child a {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#main-header .has-simple-menu .simple-menu-item:last-child a {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#main-header .has-simple-menu .simple-menu-item.featured-menu-item {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  border-radius: 8px;
  margin: 4px;
}
#main-header .has-simple-menu .simple-menu-item.featured-menu-item:not(:last-child) {
  border-bottom: none;
}
#main-header .has-simple-menu .simple-menu-item.featured-menu-item a {
  color: white !important;
  font-weight: 700;
}
#main-header .has-simple-menu .simple-menu-item.featured-menu-item a:hover {
  color: white !important;
}
#main-header .has-simple-menu .simple-menu-item:hover img,
#main-header .has-simple-menu .simple-menu-item:hover svg {
  transform: scale(1.1);
}
#main-header .has-mega-menu {
  position: static;
}
@keyframes slideDownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@media (max-width: 1024px) {
  #main-header .has-simple-menu .simple-menu-container,
  #main-header .has-simple-menu > div:not(.hamburger),
  #main-header .has-mega-menu .simple-menu-container,
  #main-header .has-mega-menu > div:not(.hamburger) {
    display: none !important;
  }
}

#menu-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
  row-gap: 16px;
  margin-top: 16px;
}
@media (max-width: 984px) {
  #menu-footer {
    height: 300px;
  }
}
#menu-footer .menu-item {
  font-size: 14px;
}
#menu-footer .menu-item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: 1rem;
  height: 2px;
  background-color: #f5c181;
}

.footer-mask {
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: radial-gradient(47.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
}
@media (max-width: 1024px) {
  .footer-mask {
    border-image-source: radial-gradient(97.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
  }
}

.post-content p a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 > a,
.product-post-content p a,
.product-post-content h2 a,
.product-post-content h3 a,
.product-post-content h4 a,
.product-post-content h5 a,
.product-post-content h6 > a,
.taxonomy-advanced-description p a,
.taxonomy-advanced-description h2 a,
.taxonomy-advanced-description h3 a,
.taxonomy-advanced-description h4 a,
.taxonomy-advanced-description h5 a,
.taxonomy-advanced-description h6 > a {
  color: #1C5DA9;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.product-post-content h2,
.product-post-content h3,
.product-post-content h4,
.product-post-content h5,
.product-post-content h6,
.taxonomy-advanced-description h2,
.taxonomy-advanced-description h3,
.taxonomy-advanced-description h4,
.taxonomy-advanced-description h5,
.taxonomy-advanced-description h6 {
  color: #222222;
}
.post-content p a::before,
.post-content h2 a::before,
.post-content h3 a::before,
.post-content h4 a::before,
.post-content h5 a::before,
.post-content h6 > a::before,
.product-post-content p a::before,
.product-post-content h2 a::before,
.product-post-content h3 a::before,
.product-post-content h4 a::before,
.product-post-content h5 a::before,
.product-post-content h6 > a::before,
.taxonomy-advanced-description p a::before,
.taxonomy-advanced-description h2 a::before,
.taxonomy-advanced-description h3 a::before,
.taxonomy-advanced-description h4 a::before,
.taxonomy-advanced-description h5 a::before,
.taxonomy-advanced-description h6 > a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 100%;
  height: 1px;
}
.post-content p a:hover,
.post-content h2 a:hover,
.post-content h3 a:hover,
.post-content h4 a:hover,
.post-content h5 a:hover,
.post-content h6 > a:hover,
.product-post-content p a:hover,
.product-post-content h2 a:hover,
.product-post-content h3 a:hover,
.product-post-content h4 a:hover,
.product-post-content h5 a:hover,
.product-post-content h6 > a:hover,
.taxonomy-advanced-description p a:hover,
.taxonomy-advanced-description h2 a:hover,
.taxonomy-advanced-description h3 a:hover,
.taxonomy-advanced-description h4 a:hover,
.taxonomy-advanced-description h5 a:hover,
.taxonomy-advanced-description h6 > a:hover {
  color: rgb(var(--color-secondary));
}
.post-content p a:hover::after,
.post-content h2 a:hover::after,
.post-content h3 a:hover::after,
.post-content h4 a:hover::after,
.post-content h5 a:hover::after,
.post-content h6 > a:hover::after,
.product-post-content p a:hover::after,
.product-post-content h2 a:hover::after,
.product-post-content h3 a:hover::after,
.product-post-content h4 a:hover::after,
.product-post-content h5 a:hover::after,
.product-post-content h6 > a:hover::after,
.taxonomy-advanced-description p a:hover::after,
.taxonomy-advanced-description h2 a:hover::after,
.taxonomy-advanced-description h3 a:hover::after,
.taxonomy-advanced-description h4 a:hover::after,
.taxonomy-advanced-description h5 a:hover::after,
.taxonomy-advanced-description h6 > a:hover::after {
  width: 100%;
}
.post-content .social-container.show-social,
.product-post-content .social-container.show-social,
.taxonomy-advanced-description .social-container.show-social {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  right: calc(100% + 10px);
  min-width: 200px;
  z-index: 1;
}
.post-content .blog-img-container,
.product-post-content .blog-img-container,
.taxonomy-advanced-description .blog-img-container {
  border-radius: 10px;
}
.post-content .blog-img-container img,
.product-post-content .blog-img-container img,
.taxonomy-advanced-description .blog-img-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block;
  border-radius: 10px;
}
.post-content img,
.product-post-content img,
.taxonomy-advanced-description img {
  margin: 20px auto 20px auto;
}
.post-content,
.product-post-content,
.taxonomy-advanced-description {
  border-radius: 10px;
}
.post-content p:empty,
.product-post-content p:empty,
.taxonomy-advanced-description p:empty {
  display: none;
}
.post-content h1,
.product-post-content h1,
.taxonomy-advanced-description h1 {
  text-align: right;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.125rem);
  /* Mobile: 24px, Tablet: 34px, Desktop: 34px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h2,
.product-post-content h2,
.taxonomy-advanced-description h2 {
  text-align: right;
  font-size: clamp(1.125rem, 1.5vw, 1.875rem);
  /* Mobile: 18px, Tablet: 24px, Desktop: 30px */
  font-weight: 700;
  /* Bold */
}
.post-content h2:not(:first-of-type),
.product-post-content h2:not(:first-of-type),
.taxonomy-advanced-description h2:not(:first-of-type) {
  margin-bottom: 15px;
  margin-top: 40px;
}
.post-content h2:first-of-type,
.product-post-content h2:first-of-type,
.taxonomy-advanced-description h2:first-of-type {
  margin: 3rem 0 20px 0;
}
.post-content h3,
.product-post-content h3,
.taxonomy-advanced-description h3 {
  text-align: right;
  font-size: clamp(1.125rem, 1.2vw, 1.5rem);
  /* Mobile: 18px, Tablet: 20px, Desktop: 24px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h4,
.product-post-content h4,
.taxonomy-advanced-description h4 {
  text-align: right;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  /* Mobile: 16px, Tablet: 18px, Desktop: 20px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h5,
.product-post-content h5,
.taxonomy-advanced-description h5 {
  text-align: right;
  font-size: clamp(1rem, 1vw, 1.125rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 18px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h6,
.product-post-content h6,
.taxonomy-advanced-description h6 {
  text-align: right;
  font-size: clamp(1rem, 0.9vw, 1rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 16px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content p,
.product-post-content p,
.taxonomy-advanced-description p {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-align: justify;
  margin-bottom: 8px;
}
.post-content img,
.product-post-content img,
.taxonomy-advanced-description img {
  margin: 20px auto;
}
.post-content li,
.product-post-content li,
.taxonomy-advanced-description li {
  position: relative;
  margin: 5px 0;
  color: rgb(var(--color-darkest));
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}
.post-content ol,
.product-post-content ol,
.taxonomy-advanced-description ol {
  position: relative;
  list-style-type: -moz-ethiopic-numeric;
  padding-right: 1.25rem;
}
.post-content ul,
.product-post-content ul,
.taxonomy-advanced-description ul {
  position: relative;
  list-style-type: unset;
  padding-right: 2.5rem;
  margin: 1rem 0;
}
.post-content .wp-block-column,
.product-post-content .wp-block-column,
.taxonomy-advanced-description .wp-block-column {
  padding: 10px;
}
.post-content .blog-img-container,
.product-post-content .blog-img-container,
.taxonomy-advanced-description .blog-img-container {
  border-radius: 10px;
}
.post-content .squares-left,
.post-content .squares-right,
.post-content .squares-bottom,
.product-post-content .squares-left,
.product-post-content .squares-right,
.product-post-content .squares-bottom,
.taxonomy-advanced-description .squares-left,
.taxonomy-advanced-description .squares-right,
.taxonomy-advanced-description .squares-bottom {
  width: 100vw;
}

.swiper-prev,
.swiper-next {
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.swiper-button-lock {
  display: none;
}

.swiper-custom-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  border-radius: 5rem;
  width: 2rem;
  background: #000;
}

.search-results-box .search-item > a,
.mobile-search-results-box .search-item > a {
  background-color: #f3f8fd;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
  font-size: 14px;
}
.search-results-box .search-item > a img,
.mobile-search-results-box .search-item > a img {
  width: 50px;
  height: 50px;
}

.qty[type=number]::-webkit-inner-spin-button,
.qty[type=number]::-webkit-outer-spin-button,
.single-qty[type=number]::-webkit-inner-spin-button,
.single-qty[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dot-loader {
  width: 6px;
  height: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #a7c6ff;
  }
  33% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #3276f8;
  }
  66% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #3276f8;
  }
  100% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #a7c6ff;
  }
}
.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #1C5DA9;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pulse-loader {
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #ffffff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}
.pulse-loader.blue {
  --_g: no-repeat radial-gradient(circle closest-side, #1C5DA9 90%, #0000);
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.woocommerce-NoticeGroup {
  display: none;
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
}
.woocommerce-pagination .page-numbers {
  background-color: transparent;
}
.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin: 2rem 0;
}
.woocommerce-pagination ul li span.current {
  background-color: #1C5DA9;
  color: #fff;
}
.woocommerce-pagination ul li a:hover {
  background-color: #1C5DA9;
  color: #fff;
}
.woocommerce-pagination ul li,
.woocommerce-pagination ul li a {
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575757;
  transition: all 0.1s;
  border: 1px solid #EBEAEA;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  color: #999999;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .woocommerce-breadcrumb {
    font-size: 10px;
  }
}

.toast-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

.toast {
  min-width: 250px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toast.show {
  opacity: 1;
  transform: translateX(0);
}

.toast-success {
  background-color: #28a745;
}

.toast-error {
  background-color: #dc3545;
}

.toast-warning {
  background-color: #ffc107;
  color: #333;
}

.toast-close {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0 5px;
  font-size: 18px;
  opacity: 0.7;
}

.toast-close:hover {
  opacity: 1;
}

div.fp-watermark {
  display: none;
}

.page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  color: #333333;
  background: #fff;
}
.page-numbers.current {
  background-color: #1C5DA9;
  color: #ffffff;
}
@media (max-width: 1248px) {
  .page-numbers {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 1024px) {
  .masked-img {
    -webkit-mask-image: linear-gradient(to left, transparent 10%, black 40%);
            mask-image: linear-gradient(to left, transparent 10%, black 40%);
  }
}

/* Custom radial gradient border */
.brands-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

/* Custom radial gradient border */
.radial-border-top {
  position: relative;
  border-top: none;
}

.radial-border-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, rgba(253, 233, 186, 0.0509803922) 55.98%, rgba(253, 183, 19, 0.2196078431) 100%);
}

.radial-border-bottom {
  position: relative;
  border-bottom: none;
}

.radial-border-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(253, 233, 186, 0.0509803922) 55.98%, rgba(253, 183, 19, 0.2196078431) 100%);
}

.border-box {
  position: relative;
  border-top: none;
}

.border-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(52, 49, 49, 0) 0%, #343131 50%, rgba(52, 49, 49, 0) 100%);
}

@media (max-width: 500px) {
  .radial-border-top::before {
    height: 1px;
  }
  .radial-border-bottom::before {
    height: 1px;
  }
  .border-box::before {
    height: 1px;
  }
}
.product-card:hover {
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.1490196078);
}

.boxshadowblog:hover {
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.1490196078);
}

.swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  background-color: #BABABA !important;
  width: 10px;
  height: 10px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 10px;
  width: 32px !important;
  background: #4E4E4E !important;
}

/* پیشگیری از شکسته شدن layout در موبایل */
@media (max-width: 768px) {
  /* انیمیشن‌های ملایم که layout رو نمی‌شکنن */
  [data-aos=fade-up] {
    transform: translate3d(0, 15px, 0) !important;
  }
  [data-aos=fade-down] {
    transform: translate3d(0, -15px, 0) !important;
  }
  [data-aos=fade-left] {
    transform: translate3d(15px, 0, 0) !important;
  }
  [data-aos=fade-right] {
    transform: translate3d(-15px, 0, 0) !important;
  }
  /* مهم: جلوگیری از overflow */
  [data-aos] {
    overflow: hidden !important;
  }
  /* کاهش مدت انیمیشن در موبایل */
  [data-aos][data-aos] {
    transition-duration: 0.3s !important;
  }
}
/* جلوگیری از بهم ریختن کل صفحه */
body {
  overflow-x: hidden;
}

/* اطمینان از عدم تداخل انیمیشن‌ها */
[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

/* برای prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}
.p-cont-cta,
.p-cont-cta-e {
  line-height: 50px;
}

.p-cont-cta-e {
  font-size: 40px;
}

.p-cont-cta {
  font-size: 30px;
}

@media (max-width: 786px) {
  .p-cont-cta,
  .p-cont-cta-e {
    font-size: 17px;
    line-height: 30px;
  }
}
/* Table styling without additional classes */
table {
  width: 100%;
  min-width: 300px;
  border-collapse: separate;
  border-spacing: 0;
  background-color: transparent;
  direction: rtl;
  margin: 1.5rem 0;
  /* Responsive styles */
}
table th,
table td {
  min-width: 120px;
}
table th:first-child,
table td:first-child {
  min-width: 160px;
}
table.normal-header {
  min-width: 300px;
}
table.normal-header thead tr {
  background-color: #E8EFF6;
}
table.normal-header thead tr th {
  background-color: #E8EFF6;
  color: #1e3a8a;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #E2E5ED !important;
  white-space: nowrap;
}
table.normal-header thead tr th:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: none;
}
table.normal-header thead tr th:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: none;
}
table.normal-header tbody::before {
  content: "";
  display: block;
  height: 15px;
}
table.normal-header tbody tr {
  background-color: #fff;
}
table.normal-header tbody tr:first-child td:first-child {
  border-top-right-radius: 10px;
}
table.normal-header tbody tr:first-child td:last-child {
  border-top-left-radius: 10px;
}
table.normal-header tbody tr:last-child td:first-child {
  border-bottom-right-radius: 10px;
}
table.normal-header tbody tr:last-child td:last-child {
  border-bottom-left-radius: 10px;
}
table.first-col-header {
  min-width: 300px;
  width: auto !important;
  table-layout: auto !important;
}
table.first-col-header tbody tr {
  background-color: #fff;
}
table.first-col-header tbody tr th {
  background-color: #E8EFF6;
  color: #1e3a8a;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #E2E5ED !important;
  border-right: none;
  white-space: nowrap;
  min-width: 160px;
}
table.first-col-header tbody tr:first-child th {
  border-top-right-radius: 10px;
}
table.first-col-header tbody tr:first-child td:last-child {
  border-top-left-radius: 10px;
}
table.first-col-header tbody tr:last-child th {
  border-bottom-right-radius: 10px;
}
table.first-col-header tbody tr:last-child td:last-child {
  border-bottom-left-radius: 10px;
}
table.both-headers {
  min-width: 300px;
  table-layout: auto !important;
}
table.both-headers thead tr {
  background-color: #E8EFF6;
}
table.both-headers thead tr th {
  background-color: #E8EFF6;
  color: #1e3a8a;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #E2E5ED !important;
  white-space: nowrap;
}
table.both-headers thead tr th:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: none;
  min-width: 160px;
}
table.both-headers thead tr th:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: none;
}
table.both-headers tbody::before {
  content: "";
  display: block;
  height: 15px;
}
table.both-headers tbody tr {
  background-color: #fff;
}
table.both-headers tbody tr th {
  background-color: #E8EFF6;
  color: #1e3a8a;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #E2E5ED !important;
  border-right: none;
  white-space: nowrap;
  min-width: 160px;
}
table.both-headers tbody tr:first-child th {
  border-top-right-radius: 10px;
}
table.both-headers tbody tr:first-child td:last-child {
  border-top-left-radius: 10px;
}
table.both-headers tbody tr:last-child th {
  border-bottom-right-radius: 10px;
}
table.both-headers tbody tr:last-child td:last-child {
  border-bottom-left-radius: 10px;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) {
  min-width: 300px;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) thead tr {
  background-color: #E8EFF6;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) thead tr th {
  background-color: #E8EFF6;
  color: #1e3a8a;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #E2E5ED !important;
  white-space: nowrap;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) thead tr th:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: none;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) thead tr th:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: none;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) tbody::before {
  content: "";
  display: block;
  height: 15px;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) tbody tr {
  background-color: #fff;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) tbody tr th {
  background-color: #E8EFF6;
  color: #1e3a8a;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #E2E5ED !important;
  border-right: none;
  white-space: nowrap;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) tbody tr:first-child th:first-child {
  border-top-right-radius: 10px;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) tbody tr:first-child td:first-child {
  border-top-right-radius: 10px;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) tbody tr:first-child td:last-child {
  border-top-left-radius: 10px;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) tbody tr:last-child th:first-child {
  border-bottom-right-radius: 10px;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) tbody tr:last-child td:first-child {
  border-bottom-right-radius: 10px;
}
table:not(.normal-header):not(.first-col-header):not(.both-headers) tbody tr:last-child td:last-child {
  border-bottom-left-radius: 10px;
}
table td {
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #E2E5ED !important;
  font-size: 16px;
  color: #334155;
  line-height: 24px;
  background-color: #fff;
}
table td:first-child {
  border-right: none;
}
table td:last-child {
  border-left: none;
}
table td:nth-child(3) {
  color: #475569;
}
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    max-height: 500px;
    overflow-y: auto;
    min-width: auto;
    scrollbar-width: thin;
    scrollbar-color: #b0b9d1 #f1f1f1;
  }
  table th,
  table td {
    min-width: 70px;
  }
  table th:first-child,
  table td:first-child {
    min-width: 100px;
  }
  table::-webkit-scrollbar {
    width: 8px;
    height: 4px !important;
  }
  table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }
  table::-webkit-scrollbar-thumb {
    background: #b0b9d1;
    border-radius: 4px;
    min-height: 20px;
  }
  table::-webkit-scrollbar-thumb:hover {
    background: #8896bd;
  }
  table.first-col-header tbody tr th, table.both-headers tbody tr th {
    padding: 12px 15px;
    min-width: 120px;
  }
  table tbody tr th {
    padding: 12px 15px;
  }
  table td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #E2E5ED !important;
    font-size: 16px;
    color: #334155;
    line-height: 24px;
  }
  table thead th {
    padding: 12px 15px;
  }
}

.wp-block-table thead {
  border-bottom: 0px !important;
}

.menu-item-divider {
  position: relative;
  height: 1px;
  background-color: #E5E7EB;
  width: 100%;
  overflow: hidden;
}
.menu-item-divider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #EAB308, #f9cd46);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-menu-item:hover .menu-item-divider::after {
  width: 100%;
}

.mobile-menu-divider {
  position: relative;
  height: 1px;
  background-color: #F3F4F6;
  margin: 0 1rem;
  overflow: hidden;
}
.mobile-menu-divider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #EAB308, #fad45e);
  transition: width 0.3s ease;
}

.mobile-category-item:hover .mobile-menu-divider::after {
  width: 100%;
}

.category-sidebar-content {
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.submenu-card {
  position: relative;
}
.submenu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, transparent 0%, rgba(234, 179, 8, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.submenu-card:hover::before {
  opacity: 1;
}

.category-menu-item:hover .menu-icon {
  filter: drop-shadow(0 0 4px rgba(234, 179, 8, 0.4));
}

.mobile-submenu {
  animation: expandDown 0.3s ease-out;
}

@keyframes expandDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}
/* *************** AzarMehr *************** */
@font-face {
  font-family: "AzarMehr";
  src: url("../fonts/AzarMehr/AzarMehr-FD[DSTY,KSHD,wght].woff2");
  font-display: swap;
}
/* *************** Pinar *************** */
@font-face {
  font-family: Pinar;
  src: url("../fonts/Pinar/Pinar-VF-FD[DSTY,KSHD,wght].woff2");
  font-display: swap;
}
/* *************** YekanBakh-VF *************** */
@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/YekanBakh/YekanBakh-VF[DSTY,KSHD,wght].woff2");
  font-display: swap;
}
/* Assigning Fonts */
:root {
  font-family: "AzarMehr", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}/*# sourceMappingURL=main.css.map */