@charset "UTF-8";
/* direction ltr rtl */
.ltr {
  direction: ltr !important;
}

.rtl {
  direction: rtl !important;
}

/* text align */
.text-justify {
  text-align: justify !important;
}

/* h */
.h-200px {
  height: 200px !important;
}

.h-300px {
  height: 300px !important;
}

.h-400px {
  height: 400px !important;
}

.h-500px {
  height: 500px !important;
}

/* error */
.input-error-validation {
  border: 2px solid rgb(166, 23, 23) !important;
}

.text-error-validation {
  color: rgb(166, 23, 23) !important;
}

/* font-size */
.fs-50 {
  font-size: 50px;
}

.fs-45 {
  font-size: 45px;
}

.fs-40 {
  font-size: 40px;
}

.fs-38 {
  font-size: 38px;
}

.fs-37 {
  font-size: 37px;
}

.fs-36 {
  font-size: 36px;
}

.fs-35 {
  font-size: 35px;
}

.fs-34 {
  font-size: 34px;
}

.fs-33 {
  font-size: 33px;
}

.fs-32 {
  font-size: 32px;
}

.fs-31 {
  font-size: 31px;
}

.fs-30 {
  font-size: 30px;
}

.fs-29 {
  font-size: 29px;
}

.fs-28 {
  font-size: 28px;
}

.fs-27 {
  font-size: 27px;
}

.fs-26 {
  font-size: 26px;
}

.fs-25 {
  font-size: 25px;
}

.fs-24 {
  font-size: 24px;
}

.fs-23 {
  font-size: 23px;
}

.fs-22 {
  font-size: 22px;
}

.fs-21 {
  font-size: 21px;
}

.fs-20 {
  font-size: 20px;
}

.fs-19 {
  font-size: 19px;
}

.fs-18 {
  font-size: 18px;
}

.fs-17 {
  font-size: 17px;
}

.fs-16 {
  font-size: 16px;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.fs-11 {
  font-size: 11px;
}

.fs-10 {
  font-size: 10px;
}

.fs-9 {
  font-size: 9px;
}

.fs-8 {
  font-size: 8px;
}

.fs-7 {
  font-size: 7px;
}

/* اندازه فونت برای صفحات با عرض حداقل 768px (تبلت‌ها و بزرگ‌تر) */
@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 50px;
  }
  .fs-md-45 {
    font-size: 45px;
  }
  .fs-md-40 {
    font-size: 40px;
  }
  .fs-md-38 {
    font-size: 38px;
  }
  .fs-md-37 {
    font-size: 37px;
  }
  .fs-md-36 {
    font-size: 36px;
  }
  .fs-md-35 {
    font-size: 35px;
  }
  .fs-md-34 {
    font-size: 34px;
  }
  .fs-md-33 {
    font-size: 33px;
  }
  .fs-md-32 {
    font-size: 32px;
  }
  .fs-md-31 {
    font-size: 31px;
  }
  .fs-md-30 {
    font-size: 30px;
  }
  .fs-md-29 {
    font-size: 29px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .fs-md-27 {
    font-size: 27px;
  }
  .fs-md-26 {
    font-size: 26px;
  }
  .fs-md-25 {
    font-size: 25px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .fs-md-23 {
    font-size: 23px;
  }
  .fs-md-22 {
    font-size: 22px;
  }
  .fs-md-21 {
    font-size: 21px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .fs-md-19 {
    font-size: 19px;
  }
  .fs-md-18 {
    font-size: 18px;
  }
  .fs-md-17 {
    font-size: 17px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .fs-md-15 {
    font-size: 15px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-13 {
    font-size: 13px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-11 {
    font-size: 11px;
  }
  .fs-md-10 {
    font-size: 10px;
  }
}
/* اندازه فونت برای صفحات با عرض حداکثر 767px (موبایل‌ها) */
@media (max-width: 767px) {
  .fs-sm-20 {
    font-size: 20px;
  }
}
/* line-height */
.lh-0 {
  line-height: 0px;
}

.lh-10 {
  line-height: 10px;
}

.lh-20 {
  line-height: 20px;
}

.lh-26 {
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.lh-33 {
  line-height: 33px;
}

.lh-40 {
  line-height: 40px;
}

.lh-55 {
  line-height: 55px;
}

/* cursor: pointer*/
.cursor-pointer,
.pointer-cursor {
  cursor: pointer;
}

/* border-radius */
.b-r-20px {
  border-radius: 20px;
}

.b-r-12px {
  border-radius: 12px;
}

.b-r-10px {
  border-radius: 10px;
}

.b-r-8px {
  border-radius: 8px;
}

.b-r-7px {
  border-radius: 7px;
}

.b-r-6px {
  border-radius: 6px;
}

.b-r-5px {
  border-radius: 5px;
}

/* در فایل styles.css یا هر فایل CSS که به پروژه شما اضافه کرده‌اید */
.btn-close-white {
  color: #fff !important;
  border: 2px solid #000000 !important;
  font-size: 25px !important;
}

/* font */
@font-face {
  font-family: "Bebas-Neue";
  src: url(/fonts/BebasNeue.woff2?77be100f3967a2e4c8b610270c135a71);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf") format("truetype");
}
.ng-svg-menu {
  width: 100%;
  /* عرض */
  height: 35px;
  /* ارتفاع متناسب */
  display: block;
  /* برای جلوگیری از فاصله غیرضروری */
}

.ng-svg-menu g {
  fill: #ed1c24;
  transition: background-color 0.3s;
}

.ng-svg-menu:hover g {
  fill: #b3090f;
}

.ng-header-menu {
  direction: ltr;
}

.ng-header-menu .menu-div {
  background-color: #000000;
}

.ng-header-menu .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* آیتم‌ها به سمت چپ نزدیک می‌شوند */
  flex-wrap: wrap;
  /* ریسپانسیو برای خطوط بعدی */
  /* padding: 0.5em; */
}

.ng-header-menu .menu a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: color 0.3s;
}

.ng-header-menu .menu a:hover {
  color: #ff0009;
}

.ng-header-menu .menu .categories-btn {
  background-color: #ed1c24;
  color: #000000;
  /* background-color: rgba(58, 58, 58, 1); */
  /* color: #ffffff; */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.ng-header-menu .menu .categories-btn:hover {
  /* background-color: rgba(78, 78, 78, 1); */
  background-color: #b3090f;
  color: #ffffff;
}

.ng-header-menu .menu .categories-btn:hover svg {
  stroke: rgb(255, 255, 255) !important;
}

.menu-middle {
  padding-top: 5px;
  padding-bottom: 5px;
  /* height: 80px; */
}

.ng-menu-middle-logo {
  display: flex;
  justify-content: flex-start;
  height: 70px;
  /* width: 100px; */
}

.categories-btn svg {
  margin-right: 5px;
  stroke: black !important;
}

.menu-topbar {
  height: 45px;
  background-color: #000000;
  align-items: center;
  justify-content: center;
  display: flex;
  color: white;
}

.menu-search-bar {
  color: black;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 0px;
  min-width: 550px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.menu-search-bar .search-input {
  border: unset !important;
  padding: 5px 0px 5px 10px;
  /* float: left; */
}

.menu-search-bar .search-input:focus-visible {
  border: none !important;
  /* یا border: 0; */
  outline: none;
  /* برای حذف outline پیش‌فرض */
}

@media (max-width: 768px) {
  /* تنظیمات برای دستگاه‌هایی با عرض حداکثر 768 پیکسل */
  .menu-search-bar {
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.search-input-btn {
  background-color: #000000;
  /* background-color: #ed1c24; */
  height: 100%;
  width: 50px;
  padding: 5px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
}

.search-input-btn:hover {
  background-color: #b3090f;
}

svg.svg-inline--fa.fa-magnifying-glass {
  color: white;
}

.search-input-btn:hover svg {
  color: black;
}

.ng-menu-lang {
  height: 35px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.ng-menu-lang img {
  height: 100%;
}

.ng-menu-lang span {
  padding-top: 3px;
  padding-left: 5px;
}

.menu-shopping-bag,
.menu-account {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.menu-shopping-bag img,
.menu-account img {
  height: 100%;
}

.menu-middle .menu {
  justify-content: space-between;
}

.ng-menu-middle-icons {
  display: flex;
  gap: 30px;
}

.languageDropdown ul {
  background: rgba(0, 0, 0, 0.9294117647);
  min-width: 210px;
  padding: 20px 15px;
}

/* هاور برای نمایش مگا منو */
.nav-item.dropdown:hover .mega-menu {
  display: flex;
}

.nav-item {
  margin: 0px 15px;
  list-style: none;
}

@media (max-width: 768px) {
  .ng-svg-menu {
    height: 25px;
  }
  .ng-menu-lang {
    height: 30px;
    font-size: 15px;
  }
  /* تنظیمات برای دستگاه‌هایی با عرض حداکثر 768 پیکسل */
  .menu.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* فاصله مساوی بین آیتم‌ها */
    gap: 0 !important;
  }
  .ng-menu-mobile,
  .ng-menu-middle-logo,
  .ng-menu-middle-icons {
    flex: 0 0 auto;
    /* اندازه خودکار و جلوگیری از کشیده شدن */
    display: flex;
    align-items: center;
    /* ترازبندی عمودی */
  }
  .ng-menu-mobile {
    background-color: #ed1c24;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
  }
  .ng-menu-mobile svg {
    stroke: #ffffff;
    width: 20px;
    height: 20px;
  }
  .ng-menu-middle-logo {
    max-width: unset;
    width: 50%;
    height: auto;
    /* تنظیم عرض لوگو در حالت موبایل */
  }
  .ng-menu-middle-icons {
    /* width: 35%; */
    gap: 10px;
    /* فاصله بین آیکون‌ها */
    justify-content: space-between;
  }
}
.mega-menu {
  display: none;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.8784313725);
  color: white;
  min-width: 1000px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  overflow-y: hidden;
}

.ng-menu-content,
.mega-menu {
  min-height: 320px;
  max-height: 460px !important;
}

.ng-menu-content a {
  padding: 0px 2px;
}

.ng-menu-content {
  overflow-y: auto !important;
}

/*
.ng-menu-item a {
    padding: 5px 10px;
    height: 100%;
    width: 100%;
    display: block;
} */
.ng-menu-item {
  padding: 5px 10px !important;
  /* height: 100%; */
  width: 100%;
  display: block;
}

.ng-menu-item:hover {
  background-color: rgba(157, 157, 157, 0.1450980392);
  cursor: pointer;
}

.ng-submenu-column {
  margin-bottom: 15px;
  padding: 0px;
}

.ng-submenu-column .ng-menu-item {
  font-size: 16px;
}

.menu-rtl-dropdown .dropdown-menu {
  right: 0;
}

.loginRegister {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 600;
}

.loginRegister:hover {
  color: #8f0106 !important;
}

.shoppingCartDropdown .empty-cart {
  color: rgb(0, 0, 0) !important;
}

.shoppingCartDropdown a {
  color: black !important;
}

.shoppingCartDropdown ul {
  background: rgba(255, 255, 255, 0.9294117647);
  min-width: 460px;
  padding: 20px 15px;
  color: #000000;
}

.language-switcher-dropdown {
  display: flex;
  justify-content: start;
  align-items: center;
  min-width: 130px;
}

.language-switcher-dropdown button {
  cursor: pointer;
}

/* .languageDropdown {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.ssss {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}

.ssss::after {
  color: black;
}

/* پنهان کردن منوی کشویی به طور پیش‌فرض */
.dropdown-menu {
  display: none;
}

/* نمایش منوی کشویی زمانی که کلاس show به آن اضافه می‌شود */
.dropdown-menu.show {
  display: block;
}

.ng-footer-spiliter1 {
  /* border-top: 1.5px solid #C7C7C787; */
  border-top: 1px solid rgba(237, 28, 36, 0.2588235294);
}

.svg-social-footer {
  width: 100%;
  height: 35px;
  display: block;
  /* برای جلوگیری از فاصله غیرضروری */
}

.svg-social-footer g {
  fill: white;
  transition: background-color 0.3s;
}

.svg-social-footer:hover g {
  fill: #b3090f;
}

.ng-footer {
  background-color: #000000;
  direction: ltr;
}

.ng-footer-spiliter {
  /* border-top: 1.5px solid #C7C7C787; */
  border-top: 1px solid rgba(237, 28, 36, 0.431372549);
}

.ng-footer-bottom,
.ng-footer-middle-items a,
.ng-footer-middle-items {
  color: white;
  direction: ltr;
  text-align: left;
  line-height: 2rem;
  font-size: 16px;
}

.ng-footer-bottom {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ng-footer-middle {
  width: 100% !important;
}

@media (max-width: 768px) {
  /* تنظیمات برای دستگاه‌هایی با عرض حداکثر 768 پیکسل mobile */
  .ng-footer-bottom {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}
.ng-footer-bottom-right a {
  color: #ffffff;
}

.ng-footer-middle-items span {
  /* font-weight: 600; */
  font-size: 24px;
  color: #ffffff;
  border-bottom: 2px solid #ed1c24;
  font-family: "Bebas-Neue";
  letter-spacing: 2px;
  /* فاصله 2 پیکسل بین حروف */
}

.ng-footer-middle-items ul {
  margin-top: 15px;
}

.svg-social-footer-div {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
}

.svg-social-footer-div img {
  height: 100%;
}

.ng-footer-middle-items a:hover,
.ng-footer-bottom-right a:hover {
  color: #ed1c24;
  transition: background-color 0.3s;
}

.ng-footer-logo img {
  height: 115px;
}

.ng-footer-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ng-footer-social-top {
  font-size: 13px;
  text-align: justify;
  line-height: 20px;
}

.ng-footer-logo-column {
  max-width: 257px;
  margin-right: auto;
  margin-left: auto;
}

.ng-product-item {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ng-product-item:is(:hover, :focus-visible) {
  border-color: #e6c498;
}

.ng-product-title,
.ng-product-details,
.ng-product-price {
  padding: 0 20px;
}

.ng-product-price {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ng-product-price {
  font-family: "Bebas-Neue";
  letter-spacing: 2px;
  font-size: 24px;
  color: #006200;
}

.ng-product-title,
.ng-product-price {
  text-align: left;
}

.ng-product-title,
.ng-product-details,
.ng-product-price {
  direction: ltr;
}

.ng-product-img img {
  width: 100%;
}

.ng-product-img {
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ng-product-title {
  font-weight: 600;
  min-height: 50px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
}

.ng-product-details {
  text-align: justify;
  font-size: 14px;
  min-height: 70px;
}

.ng-product-price {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
}

.ng-product-price b {
  font-size: 20px;
}

.ng-product-arrow {
  float: right;
}

.ng-product-arrow-left {
  padding-right: 2px;
}

.ng-product-arrow-right {
  padding-left: 2px;
}

.ng-product-arrow-right,
.ng-product-arrow-left {
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.ng-product-arrow-right:hover,
.ng-product-arrow-left:hover {
  background-color: #b3090f;
  color: white;
}

.ng-product-more1,
.ng-product-more {
  text-align: center;
  float: left;
  direction: ltr;
  cursor: pointer;
  padding: 6px 40px !important;
  border-radius: 5px;
  color: white;
  transition: background-color 0.3s;
  white-space: nowrap;
  /* جلوگیری از چندخطی شدن */
}

.ng-product-more1 {
  background-color: #000000;
}

.ng-product-more1:hover {
  background-color: #b3090f;
}

.ng-product-more {
  background-color: #000000;
}

.ng-product-more:hover {
  background-color: #b3090f;
}

.zoomWindow {
  border-radius: 15px;
}

.product-big-img-div,
.product-thumb-img-div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
}

.product-thumb-img-div {
  padding: 10px;
  border-radius: 5px;
}

.product-big-img-div {
  margin-bottom: 15px;
  border-radius: 15px;
}

.product-thumb-img-div img {
  mix-blend-mode: darken;
  max-height: 150px;
  width: 100%;
  background-size: cover;
}

.product-big-img-div img {
  mix-blend-mode: darken;
  max-height: 450px;
  width: 100%;
  max-width: 450px;
}

.product-img-div1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 270px;
  margin-bottom: 8px;
  border-radius: 10px;
}

.product-img-div1 img {
  border-radius: 5px;
  mix-blend-mode: darken;
  max-height: -webkit-fill-available;
  max-width: -webkit-fill-available;
  max-height: 220px;
  width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-img-div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 270px;
  margin-bottom: 8px;
  /* background-color: #f5f5f5; */
  background-color: #f0f8fd;
  border-radius: 10px;
  border: 1px solid rgba(0, 113, 172, 0.1098039216);
}

.product-img-div img {
  mix-blend-mode: darken;
  max-height: -webkit-fill-available;
  max-width: -webkit-fill-available;
}

/* product items */
.ng-product-3item-1img {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-bottom: 50px;
}

.ng-product-3item-1img img {
  flex-grow: 1; /* تصویر فضای باقی‌مانده را پر کند */
  max-width: calc(100% - 50px); /* برای جلوگیری از خارج شدن از صفحه */
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; /* حفظ تناسب تصویر */
  overflow: hidden;
}

/* Media Queries */
@media (max-width: 768px) {
  .ng-product-3item-1img {
    width: 100%;
    padding: 0;
  }
  .ng-product-3item-1img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .ng-product-3item-1img-block {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .ng-sec-product-vertical-text {
    font-size: 30px;
    letter-spacing: 8px;
    padding: 5px;
  }
}
.ng-product-item-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 15px;
  width: 20%;
  padding: 5px;
}

/* استایل اسکرول‌بار دسکتاپ */
.ng-product-item-container .row::-webkit-scrollbar {
  height: 10px;
  /* ارتفاع اسکرول‌بار */
  background: transparent;
  /* پس‌زمینه شفاف */
  border-radius: 10px;
  /* گوشه‌های گرد برای کل اسکرول‌بار */
  cursor: pointer;
}

/* دستگیره اسکرول‌بار */
.ng-product-item-container .row::-webkit-scrollbar-thumb {
  background: #b3090f !important;
  /* رنگ دستگیره */
  border-radius: 10px;
  /* گوشه‌های گرد برای دستگیره */
  border: 2px solid #f1f1f1;
  /* فاصله بین دستگیره و پس‌زمینه */
  cursor: pointer;
}

/* هاور روی دستگیره */
.ng-product-item-container .row::-webkit-scrollbar-thumb:hover {
  background: #700206 !important;
  /* رنگ دستگیره هنگام هاور */
}

/* پس‌زمینه کامل اسکرول‌بار */
.ng-product-item-container .row::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  /* رنگ پس‌زمینه کل اسکرول‌بار */
  border-radius: 10px;
  /* گوشه‌های گرد برای کل اسکرول‌بار */
  cursor: pointer;
}

/* اسکرول افقی در حالت موبایل */
@media (max-width: 768px) {
  .ng-product-item-container .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    /* اسکرول بار همیشه نمایش داده می‌شود */
    -webkit-overflow-scrolling: touch !important;
    scrollbar-color: #b3090f rgba(179, 9, 15, 0.231372549);
    /* رنگ اسکرول‌بار */
    scrollbar-width: thin;
    /* ضخامت باریک */
    padding-bottom: 8px;
    /* فضای اضافی برای جلوگیری از پوشش اسکرول بار */
    margin-left: 0px;
    padding-left: 0px !important;
  }
  .ng-product-item-card {
    margin-bottom: 20px;
    flex: 0 0 auto;
    /* آیتم‌ها به‌صورت افقی و پشت سر هم قرار گیرند */
    width: calc(70% - 20px);
    margin: 0;
  }
  .ng-product-item-container .row::-webkit-scrollbar {
    height: 8px !important;
    /* ارتفاع اسکرول‌بار */
  }
}
.ng-sec-product-category-item {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* تنظیمات برای دستگاه‌هایی با عرض حداکثر 768 پیکسل */
  .ng-sec-product-category-item {
    font-size: 16px;
  }
}
.ng-sec-product-category-item .ng-div-img-zoom {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
}

.ng-sec-product-category-item .ng-div-img-zoom img {
  width: 100%;
}

.ng-sec-product-category-item span {
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.ng-sec-product-category-item:hover span {
  border-bottom: 1px solid #b3090f;
  color: #b3090f;
}

.ng-sec-product-category-item:hover .ng-zoom-box-rotate {
  transform: rotate(10deg) scale(1.2);
  transition: all 0.3s ease;
}

.ng-zoom-box-rotate {
  transition: all 0.2s;
}

.ng-sec-product-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-right: 10px;
  font-family: "Bebas-Neue";
  letter-spacing: 13px;
  font-size: 50px;
  color: rgba(142, 0, 0, 0.61);
  font-weight: 600;
  text-align: center;
  border-right: 1px solid rgba(142, 0, 0, 0.61);
  border-left: 1px solid rgba(142, 0, 0, 0.61);
  padding: 10px 6px;
  flex-shrink: 0; /* جلوگیری از تغییر عرض */
}

@media (max-width: 768px) {
  /* تنظیمات برای دستگاه‌هایی با عرض حداکثر 768 پیکسل */
  .ng-sec-product-vertical-text {
    font-size: 38px;
    letter-spacing: 7px;
  }
}
/* product-carousel */
.ng-product-carousel-block-title {
  font-size: 30px;
  white-space: nowrap;
  font-family: "Bebas-Neue";
  letter-spacing: 2px;
}

.ng-product-carousel-block-spiliter {
  border-top: 1px solid rgba(237, 28, 36, 0.2588235294);
  width: 100%;
  display: flex;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.ng-product-carousel-block-btn {
  float: left;
  direction: ltr;
  cursor: pointer;
  padding: 2px 25px 3px 25px;
  border-radius: 5px;
  color: white;
  transition: background-color 0.3s;
  white-space: nowrap;
  background-color: #000000;
}

.ng-product-carousel-block-btn:hover {
  background-color: #b3090f;
}

.ng-product-short-desc ul {
  list-style-type: disc;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.6;
}

.ng-product-features,
.ng-single-product-area {
  direction: ltr;
  overflow: hidden;
}

.ng-product-features {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  /* padding: 10px; */
}

.ng-single-product-category,
.ng-single-product-sku {
  font-size: 18px;
  padding-top: 20px;
  /* font-family: 'Bebas-Neue'; */
  /* letter-spacing: 5px; */
}

.ng-single-product-category a:hover {
  color: #ed1c24;
}

.ng-single-product-desc {
  direction: ltr;
  display: flex;
  justify-content: space-between;
  /* فاصله بین دو عنصر */
  align-items: center;
  /* تراز کردن عمودی */
}

@media (max-width: 767px) {
  .ng-single-product-category,
  .ng-single-product-sku {
    width: 100% !important;
    display: block;
    padding-top: 15px;
  }
  .ng-single-product-desc {
    display: block;
    text-align: left;
  }
}
.ng-single-product-desc-spiliter {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 20px;
}

.ng-single-product-title h1 {
  font-size: 24px;
  text-align: left;
  margin: 0px;
  font-weight: 600;
}

.ng-product-features-title {
  font-size: 24px;
  font-family: "Bebas-Neue";
  letter-spacing: 3px;
  background-color: black;
  color: white;
  padding: 8px 0px 4px 0px;
  border-radius: 15px 15px 0px 0px;
}

.ng-product-features-spiliter {
  width: 100%;
  border-bottom: 1px solid #ba6363;
  margin: 10px 0px;
}

.ng-product-features-list {
  list-style-type: disc;
  margin: 0px 15px;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-align: left;
  padding: 20px 15px 15px 20px;
}

.ng-product-features-list li {
  margin-bottom: 8px;
}

.ng-download-price-list-btn {
  color: #ffffff;
  background-color: #b3090f;
  /* border: 1px solid #ba6363; */
  border-radius: 5px;
  padding: 10px 5px;
  cursor: pointer;
  /* color: #b3090f; */
  margin: 0px 20px 30px 15px;
  transition: all 0.3s;
}

.ng-download-price-list-btn:hover {
  /* border: 1px solid #ba6363; */
  border: unset;
  /* color: #b3090f; */
  color: white;
  /* background-color: #ffffff; */
  background-color: #006200;
}

.ng-product-attribute-item {
  border: 1px solid rgba(186, 99, 99, 0.5607843137);
  /* border: 1px solid #d9d9d9; */
  padding: 10px 10px;
  border-radius: 8px;
  direction: ltr;
  text-align: left;
  height: 100%;
}

.ng-product-short-desc {
  text-align: left;
  line-height: 30px;
}

.ng-product-short-desc p {
  margin: 0;
}

/* .ng-single-product-prices p {
    margin: 0;
    padding-bottom: 5px;
}

.ng-single-product-prices {
    direction: ltr;
    text-align: left;
    padding: 20px 0px;
}
*/
.ng-single-product-prices {
  padding: 20px 0;
  direction: ltr;
  text-align: left;
}

.ng-single-product-prices table {
  width: 100%;
  border-collapse: separate;
  /* برای اعمال border-radius */
  border-spacing: 0;
  /* حذف فاصله بین سلول‌ها */
  text-align: left;
  border: 1px solid rgba(217, 217, 217, 0.3098039216);
  /* خطوط خارجی جدول */
  border-radius: 8px;
  /* گوشه‌های گرد */
  overflow: hidden;
  /* جلوگیری از بیرون‌زدگی گوشه‌ها */
}

.ng-single-product-prices th,
.ng-single-product-prices td {
  padding: 5px 15px;
  border: 1px solid #ddd;
}

.ng-single-product-prices th {
  background-color: #000000;
  font-weight: 400;
  color: white;
  font-size: 22px;
  font-family: "Bebas-Neue";
  letter-spacing: 2px;
  padding: 5px 15px;
}

.ng-single-product-prices tr:nth-child(even) {
  background-color: #f9f9f9;
}

.ng-single-product-prices tr:hover {
  background-color: #f1f1f1;
}

.ng-single-product-item-price {
  font-size: 24px;
  font-family: "Bebas-Neue";
  letter-spacing: 2px;
  /* color: #b3090f; */
  color: #006200;
}

/**/
.align-x-center-y-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale-price {
  color: #dc3545 !important;
  text-decoration: line-through;
}

.percent-sale {
  background-color: #006200;
  border-radius: 5px;
  padding: 3px 6px 0px 6px;
  line-height: 25px;
  color: white !important;
}

.contact-info-area {
  text-align: left;
  direction: ltr;
}

.contact-us {
  direction: ltr;
  text-align: justify;
  line-height: 30px;
}

.contact-us h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 15px 0 5px;
}

.contact-us p {
  line-height: 30px;
  text-align: justify;
  direction: ltr;
}

.contact-us li {
  margin-right: 0in;
  margin-left: 25px;
  text-align: justify;
  direction: ltr;
}

.contact-us ul {
  margin-top: 0in;
  /* list-style-type: disclosure-closed; */
  margin-bottom: 10px;
}

.contact-us img {
  width: 20px;
  margin-right: 8px;
}

.contact-us-map-img img {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* -------------------------- Frequently Asked Questions (FAQ) ------------------------- */
.soal-motedavel .accordion-button::after {
  margin-right: unset !important;
  margin-left: auto !important;
}

.accordion-header {
  border-top: 1px solid #dee2e6;
}

.accordion-button:focus {
  border-color: #fe8686;
  box-shadow: 0 0 0 0.1rem rgba(237, 28, 36, 0.34);
}

.accordion-button:not(.collapsed) {
  background-color: rgba(249, 178, 180, 0.2901960784) !important;
}

.accordion-button:not(.collapsed),
.soal-motedavel .accordion-button:hover {
  color: #a04646 !important;
}

/* -------------------------- about-us ------------------------- */
.about-us {
  direction: ltr;
  text-align: justify;
  line-height: 30px;
}

.about-us h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 15px 0 5px;
}

.about-us p {
  line-height: 30px;
  text-align: justify;
  direction: ltr;
}

.about-us li {
  margin-right: 0in;
  margin-left: 0.5in;
  text-align: justify;
  direction: ltr;
}

.about-us ul {
  margin-top: 0in;
  list-style-type: disclosure-closed;
  margin-bottom: 10px;
}

.custom-container h5 {
  font-size: 16px;
}

.custom-container img {
  padding: 22px 5px 5px 5px !important;
  width: 100px;
}

.custom-container2 h5 {
  font-size: 16px;
  text-align: right;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.custom-container2 img {
  width: 46px;
  height: 22px;
}

.carousel-inner img {
  -o-object-fit: cover;
     object-fit: cover;
}

#SecBannerSlider .carousel-item {
  max-height: 700px !important;
}

.main-container-1 {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0 15px 60px 0 rgba(56, 93, 165, 0.1);
  background-color: #ffffff;
}

.main-container-sm-1 {
  border-radius: 8px;
  box-shadow: 0 15px 60px 0 rgba(56, 93, 165, 0.1);
  background-color: #ffffff;
  padding: 17px 15px;
  border: 1px solid rgba(31, 75, 179, 0.1294117647);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.main-container-sm-1:hover {
  border: 1px solid rgba(31, 75, 179, 0.2196078431);
  box-shadow: 0 5px 30px 0 rgba(31, 75, 179, 0.2392156863);
}

.main-container-sm-1 p {
  text-align: justify;
  margin: 0px;
  line-height: 26px;
  font-size: 14px;
}

/* ------------------------- headline-dynamic ------------------------- */
.headline-dynamic-wrapper .headline-text-active {
  display: inline;
}

.headline-dynamic-wrapper .headline-text-inactive {
  display: none;
}

.headline-dynamic-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: height 0.5s ease-in-out;
  margin-right: 5px;
}

.headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
  transition: width 1s ease-in-out;
}

.headline-dynamic-wrapper > span {
  white-space: nowrap;
  color: #f2bf32;
  padding-left: 5px;
}

/* ------------------------- section-banner-slideshow ------------------------- */
.section-banner-slideshow-desc {
  /* background: rgb(0 0 0 / 24%); */
  padding: 20px 50px;
  border-radius: 8px;
  color: white;
  /* text-align: justify; */
}

.section-banner-slideshow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
}

.f-family-Bebas-Neue {
  font-family: "Bebas-Neue";
  letter-spacing: 2px;
}

.ng-section-banner-slider-item .row {
  direction: ltr;
}

.ng-section-banner-slider-item {
  overflow: hidden;
  /* جلوگیری از نمایش بخش بیرون زده تصویر */
  position: relative;
  /* برای کنترل محتوا درون بلاک */
  display: inline-block;
  width: 100%;
  /* عرض والد را پر کند */
  height: 470px;
  /* ارتفاع ثابت */
}

.ng-section-banner-slider-item img {
  position: absolute;
  /* برای کنترل دقیق‌تر موقعیت تصویر */
  top: 50%;
  /* محور Y به مرکز */
  left: 50%;
  /* محور X به مرکز */
  transform: translate(-50%, -50%);
  /* تنظیم مرکز تصویر */
  min-width: 100%;
  /* عرض تصویر حداقل به اندازه والد باشد */
  min-height: 100%;
  /* ارتفاع تصویر حداقل به اندازه والد باشد */
  -o-object-fit: cover;
     object-fit: cover;
  /* تصویر بدون deform کردن به داخل کادر جا بگیرد */
}

/* اندازه فونت برای صفحات با عرض حداکثر 767px (موبایل‌ها) */
@media (max-width: 767px) {
  .ng-section-banner-slider-item img {
    width: 100% !important;
  }
  .ng-section-banner-slider-item {
    height: 460px;
  }
  .menu-middle {
    padding-bottom: 0px;
  }
}
.sec-banner-title-style-1 {
  letter-spacing: 10px;
  font-size: 36px;
  display: block;
  text-align: center;
  font-family: "Bebas-Neue";
}

.sec-banner-title2-style-1 {
  letter-spacing: 5px;
  font-size: 56px;
  display: block;
  text-align: center;
  font-family: "Bebas-Neue";
}

.sec-banner-desc-style-1 {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}

.ng-banner-btn {
  border: 1px solid white;
  border-radius: 5px;
  padding: 2px 25px;
  color: white;
  transition: all 0.3s;
}

.ng-banner-btn:hover {
  border: 1px solid #b3090f;
  background-color: #b3090f;
  color: white;
}

/* اندازه فونت برای صفحات با عرض حداکثر 767px (موبایل‌ها) */
@media (max-width: 767px) {
  .section-banner-slideshow-desc {
    padding: 0px 10px !important;
    background-color: rgba(0, 0, 0, 0.2509803922);
    padding: 10px 10px 10px 10px !important;
    width: 90%;
    margin: auto auto;
  }
  .section-banner-slideshow-desc p {
    display: none;
  }
  .section-banner-slideshow {
    top: 82%;
    width: 100%;
  }
  .sec-banner-title2-style-1 {
    letter-spacing: 2px;
    font-size: 30px;
    padding-bottom: 3px;
    line-height: 1;
  }
  .sec-banner-title-style-1 {
    letter-spacing: 5px;
    font-size: 25px;
    line-height: 1;
  }
  .ng-banner-btn {
    border: 1px solid #b3090f;
    background-color: #b3090f;
    color: white;
  }
  .ng-banner-btn:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: white;
  }
}
/* ------------------------- ng-brand-logo ------------------------- */
.ng-brand-logo {
  width: 100%;
}

.ng-brand-logo img {
  width: 100%;
  cursor: pointer;
  max-width: 140px;
}

/* ------------------------- OurServiceFeaturesItem ------------------------- */
.OurServiceFeatures {
  direction: ltr;
  background-color: #dedede;
  border-radius: 5px;
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.OurServiceFeaturesItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.OurServiceFeaturesItem img {
  margin-right: 1.3rem !important;
  width: 45px;
}

.OurServiceFeaturesItem b {
  direction: ltr;
  text-align: left;
}

.OurServiceFeaturesItem span {
  max-width: 330px;
  font-size: 14px;
  direction: ltr;
  text-align: left;
}

.OurServiceFeaturesItem span,
.OurServiceFeaturesItem b {
  display: block;
}

/* اندازه فونت برای صفحات با عرض حداکثر 767px (موبایل‌ها) */
@media (max-width: 767px) {
  .OurServiceFeaturesItem {
    display: block;
    padding-bottom: 20px;
  }
  .OurServiceFeaturesItem span,
  .OurServiceFeaturesItem b {
    text-align: center;
    max-width: 100%;
  }
  .OurServiceFeaturesItem img {
    padding-bottom: 10px;
    margin: 0 !important;
  }
}
/* ------------------------- ng-product-item ------------------------- */
.ng-product-item-container {
  position: relative;
}

/* -------------------------  ------------------------- */
.ng-breadcrumb-area .active a,
.ng-breadcrumb-area li a {
  font-size: 20px;
  font-family: "Bebas-Neue";
  letter-spacing: 3px;
}

.ng-breadcrumb-area li a {
  color: #656464;
}

.ng-breadcrumb-area .active a {
  color: black;
}

.ng-breadcrumb-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  direction: ltr;
  overflow: hidden;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid rgba(142, 0, 0, 0.6117647059);
  border-top: 1px solid rgba(142, 0, 0, 0.6117647059);
  margin: 25px auto;
}

@media (max-width: 767px) {
  .ng-breadcrumb-area {
    padding: 5px 0px;
    margin: 8px 0px 12px 0px;
  }
}
.ng-breadcrumb-area .active a {
  color: #8f0106 !important;
}

.ng-breadcrumb-area ul {
  /* display: inline-flex; */
  display: flex;
  flex-wrap: wrap;
  /* المان‌ها را به خطوط بعدی منتقل می‌کند */
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* برای جلوگیری از اسکرول افقی */
  width: 100%;
  /* اطمینان از استفاده از عرض کامل */
}

.ng-breadcrumb-area ul li {
  position: relative;
  padding: 0 5px;
  line-height: 1.5;
  /* تنظیم فاصله خط */
  /* line-height: 10px; */
}

.ng-breadcrumb-area ul li::after {
  content: ">";
  margin-left: 8px;
  color: #b5b5b5;
  font-size: 30px;
}

@media (max-width: 767px) {
  .ng-breadcrumb-area ul li::after {
    font-size: 20px;
  }
  .ng-breadcrumb-area .active a,
  .ng-breadcrumb-area li a {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .ng-breadcrumb-area ul li {
    line-height: 1.2;
  }
}
.ng-breadcrumb-area ul li:last-child::after {
  content: "";
  /* حذف جداکننده برای آخرین آیتم */
}

/* ------------------------- leyouts-master ------------------------- */
.ng-container-px0-alignCenter {
  direction: ltr;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

/* owl-carousel */
.owl-carousel {
  position: relative;
  /* برای اینکه دکمه‌ها بر اساس این عنصر تنظیم شوند */
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  /* مرکز ارتفاع */
  width: 100%;
  /* دکمه‌ها در گوشه‌ها قرار بگیرند */
  transform: translateY(-45%);
  /* تنظیم مرکزیت دقیق */
  display: flex;
  /* برای قرار دادن دکمه‌ها در دو طرف */
  justify-content: space-between;
  /* دکمه‌ها در چپ و راست قرار گیرند */
  pointer-events: none;
  /* برای جلوگیری از تداخل */
}

.owl-carousel .owl-nav button {
  pointer-events: all;
  /* فعال کردن کلیک روی دکمه‌ها */
  z-index: 10;
  /* قرارگیری دکمه‌ها بالای محتوا */
  background-color: #fff;
  /* استایل دلخواه */
  border: none;
  border-radius: 50%;
  padding: 10px;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-color: #b3090f;
  color: white;
  transition: all 0.3s;
}

.owl-carousel .owl-nav .owl-next:hover button,
.owl-carousel .owl-nav .owl-prev:hover button,
.owl-theme .owl-nav [class*=owl-]:hover {
  background: red !important;
  color: white !important;
}

.owl-carousel .owl-prev {
  left: 5px;
  /* فاصله از چپ */
}

.owl-carousel .owl-next {
  right: 5px;
  /* فاصله از راست */
}

.owl-theme .owl-dots {
  padding-top: 15px;
}

.dropdown-toggle::after {
  width: 9px;
  height: 100%;
  margin-right: 5px;
  margin-bottom: -3px;
  margin-left: 0px;
}

svg.fa-magnifying-glass {
  width: 20px;
  height: 20px;
}

.menu-theme4 .nav-item.dropdown:hover .dropdown-menu {
  border: unset !important;
  padding: 10px !important;
  border-radius: 5px !important;
  background-color: white !important;
}

.menu-theme4 .nav-item.dropdown:hover .dropdown-menu:after {
  display: none !important;
}

.menu-theme4 .menu-icon,
.menu-theme4 .dropdown-item {
  color: black !important;
}

.custom-mega-menu1 {
  max-height: 400px;
  overflow-y: auto;
  line-height: 30px;
  direction: ltr;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 767px) {
  #menu-items .dropdown-item,
  #menu-items-mobile .dropdown-item {
    text-wrap: balance !important;
    border-bottom: 1px solid rgba(191, 191, 191, 0.6196078431) !important;
    font-size: 13px !important;
    line-height: 30px;
  }
}
.menu-theme4 #menu-items-mobile a,
.menu-theme4 #menu-items a {
  font-size: 14px;
}

.menu-theme4 .dropdown-item:hover,
.menu-theme4 .dropdown-item:focus {
  color: #1e2125 !important;
  background-color: #e9ecef !important;
  padding: 5px 7px !important;
}

.menu-item-sub a {
  color: #7f8184;
  display: inline-block;
  width: 100%;
}

.menu-item-sub a:hover {
  color: red !important;
}

svg.bag-shop-menu {
  color: white !important;
}

.scrolled svg.bag-shop-menu {
  color: black !important;
}

/*
svg.bag-shop-menu {
    color: black;
} */
.text-tosi {
  color: #81858b;
}

.shop-area div#pagination li {
  padding: 10px;
}

.shop-area div#pagination {
  display: flex;
  padding: 10px;
  overflow: auto;
  align-items: center;
  justify-content: center;
}

.shop-area li.active {
  background-color: #001e60;
  padding-right: 5px;
  border-radius: 3px;
}

.shop-area li.active a {
  color: #ffffff !important;
}

.sli-arrow-left,
.sli-arrow-right {
  content: "قبلی";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-color: black;
}

.menu-padding {
  min-height: 60px;
  background-color: #000ea3 !important;
}

#navbarNav .nav-a-menu > a {
  color: white;
}

.scrolled #navbarNav .nav-a-menu > a {
  color: black;
}

@media only screen and (max-width: 576px) {
  /* استایل برای موبایل */
  .overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  /* استایل برای تبلت */
}
.scrolled button.navbar-toggler {
  background-color: #5246a0;
}

.svg-hmax-500 svg {
  max-height: 500px;
}

.portfolio-img:hover {
  background-position: center bottom !important;
}

.portfolio-img {
  background-position: top center;
  background-size: cover;
  -webkit-transiton: ease-in-out 6s !important;
  transition: ease-in-out 6s !important;
  height: 360px;
  border-radius: 5px;
}

.star1 img,
.star2 img,
.star3 img,
.star4 img,
.star5 img {
  height: 17px !important;
}

.star1,
.star2,
.star3,
.star4,
.star5 {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.star5 {
  width: 100px !important;
}

.star4 {
  width: 80px !important;
}

.star3 {
  width: 60px !important;
}

.star2 {
  width: 40px !important;
}

.star1 {
  width: 20px !important;
}

.tarefe table td:last-child {
  text-align: end !important;
}

.tarefe .check {
  width: 23px;
  height: 20px;
}

.tarefe .close {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.tarefe {
  max-height: 500px;
  overflow-y: scroll;
}

.tarefe thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.fixed-contact-btn-tooltip {
  background-color: #f9f9f9;
  border-radius: 6px;
  bottom: 100%;
  box-shadow: 0 3px 12px rgba(29, 34, 65, 0.32);
  color: rgb(29, 34, 65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
  padding: 10px 15px 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 1;
}

.fixed-contact-btn-tooltip:before {
  background-color: inherit;
  border-radius: 0 0 4px 0;
  bottom: -6px;
  box-shadow: 6px 6px 10px rgba(46, 48, 59, 0.15);
  content: "";
  height: 12px;
  position: absolute;
  right: 21px;
  transform: rotate(45deg);
  width: 12px;
}

.fixed-contact-btn {
  bottom: 36px;
  position: fixed;
  right: 36px;
  z-index: 999;
}

.fixed-contact-btn a {
  background: #dfb02e;
  border-radius: 100%;
  color: #fff !important;
  display: block;
  font-size: 18px;
  height: 52px;
  line-height: 52px !important;
  position: relative;
  text-align: center;
  transform: scale(1);
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: 52px;
  z-index: 2;
}

.soal-motedavel .accordion-button:hover {
  color: #5246a0;
}

.soal-motedavel .accordion-button {
  border-radius: 7px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.soal-motedavel {
  margin-bottom: 13px;
  border-radius: 7px;
}

.soal-motedavel .accordion-body {
  background-color: white;
  text-align: justify;
  border-radius: 0px 0px 10px 10px;
}

/* ------------------------------------  */
.maghale {
  border: solid 1px rgba(0, 0, 0, 0.0901960784) !important;
}

.img-grayscale {
  filter: grayscale(100%) brightness(70%);
  transition: filter 0.5s;
  opacity: 0.4;
}

.img-grayscale:hover {
  filter: grayscale(0%) brightness(100%);
  transition: filter 0.5s;
  opacity: 1;
}

body {
  /* background-color: #f9f9f9; */
  background: #ffffff !important;
}

/* -----------------  taybad persian project css  --------------- */
.comment-description-1 {
  position: relative;
}

.comment-description-1:before {
  content: "";
  position: absolute;
  bottom: 100%;
  inset-inline-start: 30px;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #f7f7f7;
  border-left: 10px solid transparent;
  transition: inherit;
  direction: rtl;
}

.tarefe1 {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(149, 149, 149, 0.1215686275);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  color: black;
}

.tarefe2 {
  background-color: #5246a0;
  color: white;
  border-radius: 10px 10px 10px 10px;
}

.tarefe-items hr {
  border: 1.5px dashed black;
}

.tarefe-items2 hr {
  border: 1.5px dashed rgb(255, 255, 255);
}

.tarefe-items hr,
.tarefe-items2 hr {
  margin: 10px 0px;
}

.tarefe-items2 img,
.tarefe-items img {
  max-width: 27px;
}

.tarefe-items span {
  text-align: right;
}

.infographic img {
  max-width: 90px;
}

.menu-theme4 .nav-item.dropdown:hover .dropdown-menu:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5215686275);
  transition: opacity 0.15s linear;
  pointer-events: none;
}

.menu-theme4 .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  border: 1px solid rgba(24, 54, 121, 0.8509803922);
  box-shadow: 0 5px 25px 0 rgba(16, 29, 118, 0.81);
  pointer-events: auto;
}

.menu-theme4 {
  z-index: 9999999 !important;
}

.social-icon-footer svg {
  margin-bottom: 8px;
}

/* اندازه فونت برای صفحات با عرض حداکثر 767px (موبایل‌ها) */
@media (max-width: 767px) {
  .footer-background-overlay {
    margin: -50px !important;
  }
  .footer-background-overlay img {
    margin: 0px !important;
  }
  .bg-footer-custom2 {
    padding-top: 50px !important;
  }
}
/* product shop site */
body {
  font-family: "Roboto", sans-serif;
}

a {
  color: black;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.BtnTooltip {
  position: relative;
  /* display: inline-block; */
}

.BtnTooltip:hover .BtnTooltipTxt {
  visibility: visible;
}

.BtnTooltip .BtnTooltipTxt {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 5px 5px 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 113%;
  left: 50%;
  margin-left: -60px;
}

.zoom-box-rotate-div:hover img,
.zoom-box-rotate:hover {
  transform: rotate(10deg) scale(1.4);
  /* transform: rotate(25deg) scale(1.7); */
  transition: all 0.3s ease;
}

.zoom-box-rotate-div img,
.zoom-box-rotate {
  transition: all 0.2s;
}
