/* --- fonts --- */
@font-face {
  font-family: "kalameh";
  font-weight: 100;
  src: url("./assets/fonts/Kalameh/Kalameh-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 200;
  src: url("./assets/fonts/Kalameh/Kalameh-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 300;
  src: url("./assets/fonts/Kalameh/Kalameh-Light.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 400;
  src: url("./assets/fonts/Kalameh/Kalameh-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 500;
  src: url("./assets/fonts/Kalameh/Kalameh-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 600;
  src: url("./assets/fonts/Kalameh/Kalameh-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 700;
  src: url("./assets/fonts/Kalameh/Kalameh-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 800;
  src: url("./assets/fonts/Kalameh/Kalameh-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 900;
  src: url("./assets/fonts/Kalameh/Kalameh-Black.ttf") format("truetype");
}

.dam-project--section .dam-projectbox {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.5) !important;
}

.dam-project--section .details-hide {
  padding-inline: 6px;
  position: absolute;
  bottom: 5px;
  width: 100% !important;
  display: none;
}

.dam-project--section .dam-project_swiper .swiper-slide-active .details-hide {
  display: flex;
  flex-direction: column;
}

.dam-project--section .image-box-projects img {
  border-radius: 24px !important;
  width: 100% !important;
  border: 5px solid #fff !important;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat !important;
  height: 488px !important;
  filter: brightness(0.5);
  /* تیره شدن تصویر */
  transition: filter 0.3s ease;
}

.dam-project--section .swiper-button-next-projects-wg {
  color: #ffd74d;
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 48px;
  z-index: 23;
  background-color: unset !important;
}

.dam-project--section .swiper-button-prev-projects-wg {
  color: #ffd74d;
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 48px;
  z-index: 23;
  background-color: unset !important;
}

.dam-project--section .dam-project__title {
  display: flex;
  color: #fff;
  gap: 8px;
  text-align: right;

  font-family: iranyekanx;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 200% */
  letter-spacing: -0.36px;
  background: rgba(0, 0, 0, 0.8);
  padding: 16px 24px;
}

.dam-project--section .dam-project_swiper {
  padding-right: 50px !important;
}

.htmobile-aside-button {
  color: #69727d !important;
}

.dam-project--section .detail-item {
  display: flex;
  gap: 7px;
}

.htmega-menu-area {
  border: 0px !important;
  width: fit-content;
}

.btn-tejarat-menue {
  display: none;
}

.dam-project--section .dam-project__details {
  height: 148px;
  align-items: center;
  border-radius: 0px 0px 19px 19px;

  background: rgba(0, 0, 0, 0.5);

  color: #fff;
  text-align: right;

  /* Paragraph 1/Medium */
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.32px;
}

.dam-project--section .dam-project__details {
  padding: 12px;
  display: flex;
  gap: 8px;
  justify-content: space-around;
}

@media only screen and (min-width: 1024px) {
  .dam-project--section .swiper-slide {
    width: calc(33.33% - 16px) !important;
    transition: width 0.3s ease !important;
    height: 488px;
    opacity: 0.6;
  }

  .dam-project--section .swiper-slide-active {
    width: calc(45% - 16px) !important;
    opacity: 1;
    height: 488px;
  }

  .dam-project--section .swiper-slide-active .image-box-projects img {
    width: 576px !important;
    filter: brightness(1);
  }

  .dam-project--section .swiper-slide-prev,
  .dam-project--section .swiper-slide-next {
    height: 488px;
    width: calc(23% - 20px) !important;
    opacity: 0.7;
  }
}

div#searchWrapper.active .search-toggle {
  background: #707070;
}

div#searchWrapper.active .search-toggle svg path {
  fill: #fff;
}

.carousel-next {
  color: #fff;
  padding: 32px 10px;

  border-radius: 10px;
  background: var(--Primary-shade-90, #bf9400);
  position: absolute;
  left: 0px;
  z-index: 234;
  top: 36%;

  font-size: 24px;
}

.carousel-prev {
  color: #fff;
  padding: 32px 10px;

  border-radius: 10px;
  background: var(--Primary-shade-90, #bf9400);
  position: absolute;
  right: 0px;
  z-index: 234;
  top: 36%;
  font-size: 24px;
}

.carousel-slide {
  padding-inline: 24px;
}

.hidden-element {
  /* display: none; */
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
}

.slider-team-arch:hover .hidden-element {
  transition: all 0.3s ease;
  visibility: visible;

  display: flex;
  opacity: 0.9;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.team-arch-image {
  position: relative;
  width: fit-content;
}

.team-arch-image img {
  position: relative;
  z-index: 3;
}

.hidden-element {
  color: #fff !important;
  z-index: 4;
  text-align: center;

  /* Paragraph 1/DemiBold */
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.32px;
}

.icons-social-teams a {
  width: 24px !important;
  height: 24px !important;
}

.bg-img-team {
  border-radius: 24px;
  background: var(--Primary-Main-Primary, #ffc500);
  width: 168px;
  height: 72px;
  flex-shrink: 0;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: 17px;
}

.container-bg-team {
  width: 100%;
  align-items: end;
  justify-content: end;
  display: flex;
}

.team-arch-content {
  margin-top: 24px;
  width: 83%;
}

.team-arch-title {
  color: var(--Secondary-60, #848484);
  text-align: right;
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: -0.32px;
}

.team-arch-name {
  color: var(--Secondary-80, #5b5b5b);
  text-align: right;
  font-family: iranyekanx;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  letter-spacing: -0.4px;
}

.team-arch-text p {
  color: var(--Secondary-50, #989898);
  text-align: right;
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: -0.32px;
}

.team-arch-next {
  color: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  z-index: 4;
  align-items: center;
  display: flex;
  justify-content: center;
  background: var(--Primary-Main-Primary, #ffc500);
}

.team-arch-prev {
  color: #fff;

  position: absolute;
  right: 0px;
  top: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Primary-Main-Primary, #ffc500);
  z-index: 4;
}

.swiper-team2 {
  width: 100%;
  position: relative;
  padding-inline: 30px !important;
}

.team-arch {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comments-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.name-person-commnet {
  text-align: center;
}

.text-descriptions-commnets {
  margin-top: 24px;
  text-align: center;
}

.comments-slide {
  border-radius: 24px;
  background: var(--Secondary-05, #f4f4f4);
  padding: 40px;
}

.name-commnet-wg {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.comments-slide img {
  position: absolute;
  top: -7px;
}

.slider-commnets {
  padding-block: 73px;
}

.name-person-commnet {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.name-cmnt {
  color: var(--Secondary-80, #5b5b5b);
  text-align: center;

  /* Heading 3/Bold */
  font-family: iranyekanx;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 200% */
  letter-spacing: -0.48px;
}

.option-cmnt {
  color: var(--Secondary-60, #848484);
  text-align: center;

  /* Paragraph 1/DemiBold */
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.32px;
}

.text-descriptions-commnets {
  width: 75%;
  color: var(--Secondary-50, #989898);
  text-align: center;

  /* Paragraph 1/Regular */
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.32px;
}

.contaner-btn-cmnt {
  width: 22%;
  position: absolute;
  top: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contaner-btn-cmnt .btn-cmnt {
  border-radius: 10px;
  background: var(--Primary-Main-Primary, #ffc500);
  box-shadow: 0px 2px 5px 0px rgba(71, 71, 71, 0.15);

  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contaner-btn-cmnt .swiper-button-disabled {
  border-radius: 10px;
  background: var(--Secondary-10, #ebebeb) !important;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adadad !important;
}

.icons-comments-1 {
  position: absolute;
  right: 4%;
  top: 31px;
}

.icons-comments-2 {
  position: absolute;
  left: 4%;
  transform: scaleX(-1);
  rotate: 180deg;
  bottom: 45px;
}

.swi-blog {
  display: flex;
  width: 384px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 17px;
  border-radius: 16px;
  background: var(--Secondary-05, #f4f4f4);
  box-shadow: 0px 4px 25px 0px rgba(71, 71, 71, 0.4);
}

.blog-card-img {
  width: 352px !important;
  height: 152px !important;
  align-self: stretch !important;
  border-radius: 14px !important;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.swi-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 16px; */
}

.category-blog {
  display: flex;
  gap: 8px;
}

.btn-blog-cards {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button-blog {
  border-radius: 8px;

  background: var(--Secondary-20, #d6d6d6);
  color: var(--Secondary-80, #5b5b5b);
  text-align: center;
  font-family: iranyekanx;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: -0.32px;
  width: 112px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.blog-cards-title {
  color: var(--Secondary-80, #5b5b5b);
  text-align: right;

  /* Heading 5/Bold */
  font-family: iranyekanx;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 200% */
  letter-spacing: -0.36px;
}

.blog-card-footer {
  color: var(--Secondary-50, #989898);
  text-align: justify;

  /* Paragraph 1/Regular */
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.32px;
}

.blog-cards:hover .button-blog {
  background: var(--Primary-Main-Primary, #ffc500);
  color: #fff;
}

.category-blog {
  color: var(--Secondary-40, #adadad);
  text-align: right;

  /* Paragraph3/Regular */
  font-family: iranyekanx;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: -0.28px;
}

.elementor-1 .elementor-element.elementor-element-3302c17 {
  border: 0px !important;
}

.elementor-1 .elementor-element.elementor-element-fbd680f {
  border: 0px !important;
}

.swiper-button-prev-blog,
.swiper-button-next-blog {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Primary-Main-Primary, #ffc500);

  color: #ffff;
}

.swiper-button-disabled {
  background: var(--Secondary-10, #ebebeb);
  color: #adadad;
}

.swiper-button-next-blog {
  position: absolute;
  left: -50px;
  top: 50%;
  z-index: 10;
}

.swiper-button-prev-blog {
  position: absolute;
  right: -50px;
  top: 50%;
  z-index: 10;
}

.blogSwiper {
  padding: 31px !important;
}

.archive-content-pt-style-wg {
  width: 240px !important;
  position: relative;
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  border-radius: 16px;
  background: var(--Secondary-05, #f4f4f4);
  padding: 8px;
  height: 323px;
  flex-shrink: 0;
}

.product-price-arch {
  display: flex;
  direction: ltr;
  justify-content: space-between;
  align-items: end;
}

.price-fb {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.price-and-add-to-cart-arch {
  padding: 6px;
}

.discount-percentage {
  border-radius: 4px;
  background: #ef394e;
  color: #fff;
  font-family: kalameh;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 200% */
  letter-spacing: -0.24px;
  display: inline-flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.hidden-temp-produvts-wg {
  /* display: none; */
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  height: 0px;
}

.single-link-products-wg {
  border-radius: 8px !important;
  background: var(--Primary-Main-Primary, #ffc500) !important;
  display: inline-flex !important;
  padding: 4px 20px !important;
  justify-content: center !important;
  align-items: center !important;
  color: #fff;
  text-align: center;

  /* CTA/ExtraBold */
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.32px;
}

.archive-content-pt-style-wg:hover .price-and-add-to-cart-arch {
  opacity: 0;
  height: 0px;
  z-index: -1;
}

.archive-content-pt-style-wg:hover .hidden-temp-produvts-wg {
  text-align: end;
  opacity: 1;
  z-index: 1;
  height: 40px !important;
  /* margin-bottom: 16px ; */
}

.custom-div-before-thumbnail img {
  width: 100% !important;
  height: 160px !important;
  flex-shrink: 0;
  border-radius: 8px !important;
}

.title-product-wg {
  color: var(--Secondary-80, #5b5b5b);
  text-align: right;

  /* Paragraph 1/DemiBold */
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.32px;
}

.liner-products-wg {
  width: 100%;
  height: 2px;
  border-radius: 28px;
  background: #fff;
}

.about-products {
  color: var(--Secondary-50, #989898);
  text-align: right;

  /* Paragraph 2/regular */
  font-family: iranyekanx;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: -0.28px;
}

.price-fb .regular-price-sale {
  color: var(--Secondary-40, #adadad);
  font-family: iranyekanx;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: -0.28px;
  text-decoration-line: line-through;
}

.price-fb .sale-price {
  color: var(--Secondary-80, #5b5b5b);
  text-align: right;

  /* Heading 5/Bold */
  font-family: iranyekanx;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 200% */
  letter-spacing: -0.36px;
}

.product-price-arch .regular-price {
  color: var(--Secondary-80, #5b5b5b);
  text-align: right;

  /* Paragraph 1/DemiBold */
  font-family: iranyekanx;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.32px;
}

.bg-products-wg {
  width: 152px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 21px;
  background: var(--Primary-Main-Primary, #ffc500);
  position: absolute;
  bottom: 1px;
  right: 74px;
}

.wg-products-pt {
  height: 350px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.main-products-wg {
  /* padding-inline: 50px; */
  position: relative;
}

.swi-btn-product-so-next {
  position: absolute;
  left: -30px;
  top: 50%;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #fff;

  border-radius: 10px;
  background: var(--Primary-Main-Primary, #ffc500);
  justify-content: center;
}

.swi-btn-product-so-prev {
  border-radius: 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--Primary-Main-Primary, #ffc500);
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -30px;
  top: 50%;
}

.main-products-wg .swiper-button-disabled {
  background: var(--Secondary-10, #ebebeb) !important;
  color: #adadad !important;
}

/* استایل اصلی ویجت سبد خرید */
.cart-hover-widget {
  position: relative;
}
.cart-hover-widget:hover .ht-menu-cart-widget-cart-hover-content {
    display:block !important;
}

.cart-total-amount {
  border-radius: 4px;
  background: var(--Secondary-Main-Secondary, #323232);
  color: #FFF;
  text-align: right;

  /* Paragraph 2/regular */
  font-family: kalameh !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 200% */
  letter-spacing: -0.28px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.ht-menu-cart-widget-cart-total {
  font-size: 16px;
  margin-bottom: 0;
  z-index: 223;
  position: absolute;
  font-weight: bold;
  top: -10px;
  right: -9px;
}

/* دکمه سبد خرید */
.ht-menu-cart-widget-cart-hover-button {
  /* margin-top: 10px; */
  padding: 9px !important;
  width: 37px !important;
  height: 37px !important;

  display: flex;
  align-items: center;
  background-color: #ff5e00;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.ht-menu-cart-widget-cart-hover-button:hover {
  background-color: #ff7b30;
  color: #fff;
}

/* استایل برای آیکون دکمه */
.ht-menu-cart-widget-cart-hover-button i {
  margin-right: 10px;
}

/* استایل برای محتوا */
.ht-menu-cart-widget-cart-hover-content {
  position: absolute;
  width: 381px;
  top: 34px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: 20;
  display: none;
  /* برای نمایش فقط هنگام هاور */
  max-height: 400px;
  overflow-y: auto;
}

.ht-menu-cart-widget-cart-hover-button:hover+.ht-menu-cart-widget-cart-hover-content {
  display: block;
}

/* استایل برای فهرست اقلام سبد خرید */
.ht-menu-cart-widget-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec-under-wg {
  display: flex;
  justify-content: space-between;
}

.ht-menu-cart-widget-ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ht-menu-cart-widget-cart-item-thumbnail {
  display: flex;
  align-items: center;
}

.ht-the-thumbnail {
  width: 96px;
}

.ht-the-thumbnail img {
  width: 96px;
  height: 96px !important;
  border-radius: 8px !important;
}

.ht-menu-cart-widget-cart-item-title {
  font-size: 14px;
  font-weight: bold;
}

.ht-menu-cart-widget-cart-item-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* استایل برای تعداد اقلام */
.product-quantity {
  display: flex;
  align-items: center;
}

.product-quantity .quantity input {
  width: 40px;
  text-align: center;
  margin: 0 5px;
}

/* استایل برای قیمت */
.ht-menu-cart-widget-price {
  font-size: 14px;
  color: #ff5e00;
}

/* استایل دکمه حذف از سبد خرید */
.ht-menucard-remove-cart-item {
  background: none;
  border: none;
  color: #989898;
  cursor: pointer;
  width: 22px;
}

.ht-menucard-remove-cart-item:hover {
  color: #d64d00;
}

/* استایل برای مجموع و دکمه‌های پرداخت */
.ht-menu-cart-cart-summary {
  margin-top: 15px;
}

.ht-menu-cart-cart-summary-title {
  font-size: 16px;
  color: var(--Secondary-40, #adadad);
  text-align: right;

  /* Paragraph 2/regular */
  font-family: iranyekanx;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: -0.28px;
}

.cart-hover-fb .woocommerce-Price-amount {
  color: var(--Secondary-80, #5b5b5b) !important;
  text-align: right;

  /* Heading 5/Medium */
  font-family: iranyekanx !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

.ht-menu-cart-checkout .checkout-button {
  border-radius: 11px;
  background: var(--Primary-Main-Primary, #ffc500);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
}

.ht-menu-cart-checkout .checkout-button:hover {
  /*background-color: #ff7b30;*/
}

/* اسپینر برای بارگذاری */
#spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ff5e00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ht-menu-cart-widget-cart-item-details .ht-menu-cart-widget-price {
  color: var(--Secondary-80, #5b5b5b) !important;
  text-align: right;

  /* Heading 5/Medium */
  font-family: iranyekanx;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 200% */
}

.ht-muncart-cart-item-thumbnail {
  justify-content: space-between;
}

.product-quantity-wg-fb {
  width: 96px;
  border-radius: 8px;
  border: 1px solid var(--Secondary-10, #ebebeb);
  margin-top: 10px;
  height: 32px;
}

span.ht-woo-single-quantity.position-absolute.iconsax-outline-add,
.ht-woo-single-quantity-fb {
  top: 14px !important;
  height: 10px !important;
}

span.ht-woo-single-quantity-off.position-absolute.iconsax-outline-minus,
.ht-woo-single-quantity-off-fb {
  left: -4px !important;
}

.ht-the-product-name {
  color: var(--Secondary-80, #5b5b5b) !important;
  text-align: right;

  /* Heading 5/Bold */
  font-family: iranyekanx;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 200% */
  letter-spacing: -0.36px;
}

.sec-under-wg .ht-menu-cart-widget-price {
  color: var(--Secondary-80, #5b5b5b) !important;

  /* Heading 5/Medium */
  font-family: iranyekanx !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 36px;
  /* 200% */
}

.cart-hover-fb {
  height: 47px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.sadasdw32 {
  margin-top: 20px !important;
  border-top: 1px solid var(--Secondary-10, #EBEBEB);
  ;
}

@media only screen and (max-width: 768px) {
  .htmegamenu-content-wrapper .e-lazyloaded {
    height: 246px !important;
    overflow: scroll !important;
  }

  .team-arch-text P {
    text-align: center;
  }

  #bgbg {
    background: #fff;
  }

  .swiper-button-next-blog {
    display: none;
  }

  .productsarch {
    padding-inline: 70px !important;
  }

  .blogSwiper {
    padding-inline: 41px !important;

  }

  .swiper-team2 {
    padding-inline: 54px !important;
  }


  .dam-project--section .dam-project_swiper {
    padding-right: 0px !important;
  }

  .text-descriptions-commnets {
    width: 100%;
  }

  .comments-slide {
    padding: 10px;
  }

  .contaner-btn-cmnt {
    width: 68%;
  }

  .swiper-button-next-projects-wg,
  .swiper-button-prev-projects-wg,
  .team-arch-next,
  .team-arch-prev,
  .swi-btn-product-so-prev,
  .swi-btn-product-so-next {
    display: none !important;
  }

  .team-arch-content,
  .team-arch-title,
  .team-arch-name,
  .team-arch-text {
    text-align: center;
  }

  .icons-social-teams {
    flex-direction: column;
    display: flex;
    margin: 6px;
    gap: 10px;
  }

  .icons-social-teams a {
    display: flex !important;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--Primary-Main-Primary, #ffc500);
    color: #fff;
    align-self: stretch;
  }

  .icons-social-teams svg {
    stroke: #fff;
  }

  .hidden-element {
    align-items: start;
    justify-content: end;
    visibility: visible;

    opacity: 1;
    background-color: unset !important;
  }

  .team-arch-text-second {
    display: none;
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--Primary-Main-Primary, #ffc500) !important;
}

.swiper-pagination span {
  width: 10px !important;
  height: 10px !important;
}

.product-widget-swiper-pagination {
  text-align: center;
}

.cc-ha {
  --Primary-Main-Primary,
  #FFC500: #FFC107;
  position: relative;
  display: inline-flex;
}

.cc-ha * {
  box-sizing: border-box;
}

.cc-ha-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 8px;
  border: 0;
  border-radius: 8px;
  background: var(--Secondary-10, #EBEBEB);
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  transition: .2s ease;
}

.cc-ha-trigger:hover {
  transform: translateY(-1px);
}

/* Panel */
.cc-ha-panel {
  z-index: 55;
  width: 240px;
  height: fit-content;
  flex-shrink: 0;
  position: absolute;
  /* inset-inline-end: 0; */
  top: 39px;
  /* width: min(92vw, 420px); */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .06);
}

.cc-ha:focus-within .cc-ha-panel,
.cc-ha:hover .cc-ha-panel,
.cc-ha.is-open .cc-ha-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Header (phone) */
.cc-ha-header {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
}

.cc-ha-call-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--Primary-Main-Primary, #FFC500);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.cc-ha-call-number {
  font-weight: 800;
  font-size: 20px;
}

.cc-ha-call-sub {
  color: #888;
  font-size: 13px;
  margin-top: 2px;
}

/* Card */
.cc-ha-card {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, .06);
  padding: 12px 0 8px;
}

.cc-ha-user {
  margin: 8px;
  padding: 8px;
  border: 1px solid var(--Primary-Main-Primary, #FFC500);
  border-radius: 16px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 12px;
}

.cc-ha-user-name {
  font-weight: 900;
  font-size: 22px;
}

.cc-ha-user-phone {
  color: #666;
  margin-top: 4px;
  font-size: 14px;
}

.cc-ha-avatar {
  width: 57px;
  height: 57px;
  overflow: hidden;
  border-radius: 10px;
}



/* Menu */
.cc-ha-menu {
  display: flex;
  flex-direction: column;
  padding: 0px !important;
  gap: 2px;
}

.cc-ha-item {
  padding-inline: 8px;
  color: var(--Secondary-40, #ADADAD);
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: -0.28px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px;
  margin: 8px;
  padding-inline: 8px;

  border-radius: 14px;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}

.svg-after-profile-widget {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.cc-ha-item:hover .svg-after-profile-widget {

  background: var(--Primary-Main-Primary, #FFC500);

  flex-shrink: 0;

}

.cc-ha-item-border-rt {
  background-color: var(--Secondary-10, #EBEBEB);
  width: 100%;
  height: 1px;
  margin-inline: 8px;
}

.cc-ha-item:hover .svg-after-profile-widget svg path {
  fill: #fff !important;

}

.cc-ha-item:hover {

  color: var(--Secondary-70, #707070);

  border: 1px solid var(--Secondary-10, #EBEBEB);

  transform: translateX(-2px);
}

.cc-ha-item:hover svg path {

  fill: #FFC500;
}

.cc-ha-item-ico {
  width: 28px;
  display: inline-flex;
  justify-content: center;
}

/* Small screens: make panel full width if needed */
@media (max-width:520px) {
  .cc-ha-panel {
    inset-inline: 0;
    margin-inline: 12px;
    width: auto;
  }
}

.htmobile-menu-wrap .htmobile-navigation .htmega-megamenu .main-menu-item {}

/*بببببببببببببببببببببببببببببب*/

/* زمانی که بدنه صفحه حاوی یک مگامنوی هاور شده است */
body:has(.htmega_mega_menu:hover) .ht-page-the-content {
  filter: brightness(0.5);
  transition: filter 0.3s ease;

  /*filter: brightness(0.5);*/
}

/* برای بازگشت نرم به حالت عادی */
.ht-page-the-content {
  transition: filter 0.3s ease;
}

.ht-muncart-cart-item-thumbnail .variation-item-custom {
  gap: 2px !important;
}

.ht-menu-cart-widget-ul .ht-menu-cart-widget-price {
  display: flex !important; 
  flex-direction: column !important;
}
.ht-menu-cart-widget-ul .ht-menu-cart-widget-price del{ 

color: var(--Secondary-40, #ADADAD) !important;
font-size: 12px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 24px !important; 
letter-spacing: -0.24px !important;
text-decoration-line: line-through !important;
}
.gheymat-widgetsa {
  
  color: var(--Secondary-40, #ADADAD);
text-align: right;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 200% */
letter-spacing: -0.28px;

}