/**
 * جلوگیری از کراپ شدن box-shadow کارت‌ها در سوایپر (بالا/پایین).
 * سوایپر به‌طور پیش‌فرض overflow:hidden دارد؛ padding فضای شادو را می‌دهد
 * و margin منفی، جابه‌جایی layout را خنثی می‌کند.
 */
.products-slider-widget > .swiper,
.products-slider-widget .swiper,
.grid-product-slider.swiper,
.product-box-small.swiper,
.blog-box.swiper,
.slider-brand.swiper,
.slider-bolg-swiper.swiper,
.comment-slider.swiper,
.slide-team.swiper,
.new-product-swiper.swiper,
.ld-new-product-slider .swiper,
.comma-product-widgets.swiper,
.comma-product-widgets .swiper,
.product-box-vertical.swiper,
.product-box-vertical {
  padding-block: var(--comma-swiper-shadow-gap, 40px);
  margin-block: calc(var(--comma-swiper-shadow-gap, 40px) * -1);
}

.products-slider-widget .swiper-slide,
.grid-product-slider .swiper-slide,
.product-box-small .swiper-slide,
.blog-box .swiper-slide,
.slider-brand .swiper-slide,
.slider-bolg-swiper .swiper-slide,
.comment-slider .swiper-slide,
.comma-product-widgets .swiper-slide,
.slide-team .swiper-slide {
  overflow: visible;
}

/* والدین المنتور نباید شادو را ببرند */
.elementor-widget:has(.products-slider-widget),
.elementor-widget:has(.grid-product-slider),
.elementor-widget:has(.product-box-small),
.elementor-widget:has(.blog-box),
.elementor-widget:has(.slider-brand),
.elementor-widget:has(.slider-bolg-swiper),
.elementor-widget:has(.comment-slider),
.elementor-widget:has(.comma-product-widgets),
.elementor-widget:has(.product-box-vertical),
.elementor-widget:has(.slide-team) {
  overflow: visible;
}

.elementor-widget:has(.products-slider-widget) > .elementor-widget-container,
.elementor-widget:has(.grid-product-slider) > .elementor-widget-container,
.elementor-widget:has(.product-box-small) > .elementor-widget-container,
.elementor-widget:has(.blog-box) > .elementor-widget-container,
.elementor-widget:has(.slider-brand) > .elementor-widget-container,
.elementor-widget:has(.slider-bolg-swiper) > .elementor-widget-container,
.elementor-widget:has(.comment-slider) > .elementor-widget-container,
.elementor-widget:has(.comma-product-widgets) > .elementor-widget-container,
.elementor-widget:has(.product-box-vertical) > .elementor-widget-container,
.elementor-widget:has(.slide-team) > .elementor-widget-container {
  overflow: visible;
}

.slider-hero {
  position: relative;
}

.slider-hero .content {
  position: absolute;
  top: 50%;
  right: 10%;
}

.slider-box_swiper {
  height: auto;
}

.slider-box_swiper .box,
.slider-box_swiper .image {
  height: 30rem;
}

.slider-box_swiper .content {
  position: absolute;
  top: 50%;
  right: 15%;
  display: flex;
  flex-direction: column;
  transform: translate(50px, -50px);
}

.slider-box_swiper .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: auto;
  transform: translateX(-50%);
  white-space: nowrap;
  right: 10%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 20px) !important;
}

.slider-box_swiper .swiper-pagination-bullet-active {
  background: #ffffff;
}

.slider-box_swiper .swiper-pagination {
  text-align: start;
}

.slider-box_swiper .content a {
  background: #ffff;
  width: max-content;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.slider-box_swiper .content a:hover {
  transition: 0.3s;
}

.slider-box_swiper .content a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.slider-box_swiper .content a span i {
  color: #ffffff;
  padding: 3px 4px;
  background: chartreuse;
  border-radius: 5px;
  margin-right: 5px;
}

/**/

.product-box .box {
  border: 1px solid rgba(196, 196, 196, 0.59);
  margin: 10px 15px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-box .box .scale {
  content: "";
  position: absolute;
  background: #ff8a01;
  border-radius: 10px 0 10px 2px;
  left: -8px;
  top: 20%;
  padding: 2px;
  color: #fff;
  border: 1px solid #d6d2d27a;
  font-size: 14px;
  font-weight: bold;
  box-shadow: -1px 2px 0 1px #ff8a0169;
}

.product-box .box .image {
  width: 30%;
  margin-left: 10px;
}

.product-box .box .content h3 {
  font-size: 1rem;
}

.product-box .box img {
  width: 250px;
  height: 130px !important;
  object-fit: contain;
}

.product-box .box .content {
  width: 50%;
}

.product-box .box .content .btn {
  border-radius: 10px;
  border: 1px solid grey;
  padding: 5px 6px;
  width: 30px;
  height: fit-content;
  color: black;
  transition: 0.4s;
}

.product-box .box:hover .btn {
  transition: 0.4s;
  border: 1px solid var(--first-color);
  transform: scale(1.2);
  color: var(--first-color);
}

.product-box .box .content .btn svg {
  height: 10px;
  fill: #3a3a3a;
}

.product-box .box .content p del {
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.product-box .box .content p del bdi {
  position: relative;
}

.product-box .box .content p del:after {
  content: "";
  width: 45px;
  height: 1.3px;
  background: var(--first-color);
  display: block;
  transform: rotate(-13deg);
  position: absolute;
  top: 9px;
  right: 24%;
}

.product-box .box .content p ins {
  text-decoration-line: none;
}

.product-box .box .content p a {
  color: #000;
  font-weight: 600;
}

/**/

/**/

.product-box-small {
  padding: 50px 0;
}

.product-box-small .box {
  padding-top: 5px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 3px 3px rgba(228, 228, 228, 0.24);
}

.product-box-small .image {
  height: 100px;
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-box-small .image img {
  height: 100% !important;
  object-fit: contain;
}

.product-box-small .content {
  text-align: center;
}

.product-box-small .content h3 {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
}

.product-box-small .content .category {
  color: grey;
  font-size: 12px;
  margin: 10px 0;
}

.product-box-small .content .btn {
  background-color: rgba(3, 168, 31, 0.44);
  color: #ffffff;
  border-radius: 15px 0 15px 0;
  padding: 10px;
  transition: 0.4s;
}

.product-box-small .box:hover .btn {
  background-color: #03a81f;
  transition: 0.4s;
}

.product-box-small .box:hover svg {
  fill: #fff;
  transition: 0.4s;
}

/* یکسان‌سازی ارتفاع اسلایدها و باکس */
.blog-box .swiper-slide {
  height: auto;
  display: flex;
  overflow: visible;
  align-items: stretch;
}

.blog-box .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  border: 1.2px solid rgba(196, 196, 196, 0.59);
  border-radius: 10px;
  padding: 10px 10px 0 10px;
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(212, 211, 211, 0.13);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.blog-box .box .image {
  height: 185px;
  position: relative;
  flex-shrink: 0;
}

.blog-box .box .image img {
  width: 100%;
  height: 100%;
  opacity: 0.64;
  border-radius: 10px;
  object-fit: cover;
  transition: opacity 0.6s ease;
}

.blog-box .box:hover .image img {
  opacity: 1;
}

.blog-box .box .image .meta-data {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  gap: 4px;
}

.elementor-element {
  padding: 0;
}

.blog-box .box .image .meta-data h4 {
  background: #fff;
  margin: 0 !important;
  border-radius: 5px;
  font-size: 12px;
  padding: 4px 8px;
  box-shadow: 0 0 5px 5px rgba(231, 231, 231, 0.37);
}

/* محتوا به صورت فلکس عمودی */
.blog-box .box .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 0 0;
}

.blog-box .box .content h3 {
  font-size: 1rem;
  line-height: 1.4;
}

.blog-box .box .content p {
  color: #999;
  font-size: 13px;
  font-weight: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.blog-box .box .content .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-box .box .content .btn {
  border-radius: 10px;
  border: none;
  padding: 10px;
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.blog-box .info-box {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  padding: 5px 10px;
}

.blog-box .info-box[data-mode="like"] .like-count {
  padding-top: 5px;
}

.blog-box .info-box[data-mode="rating"] .like-text {
  padding-top: 5px;
}

.blog-box .info-box[data-mode="rating"] .like-count {
  padding-top: 8px;
}

.blog-box .info-box .elementor-icon {
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
}

.blog-box .btn svg {
  width: 16.5px;
  height: 16.5px;
}

.blog-box .info-box span {
  font-size: 13px;
}

.blog-box .info-box svg {
  width: 16.5px;
  height: 16.5px;
}

/* واکنش‌گرایی Swiper - فقط با تنظیمات breakpoints خود Swiper */
@media (max-width: 767px) {
  .blog-box .box .image {
    height: 150px;
  }

  .blog-box .box .content h3 {
    font-size: 0.9rem;
  }

  .blog-box .box .content p {
    font-size: 12px;
    /* -webkit-line-clamp: 2; */
  }
}

/* */

.product-box-3d .card-product {
  position: relative;
  /*width: 320px;*/
  height: 420px;
  background: #2d3649;
  border-radius: 20px;
  overflow: hidden;
}

.product-box-3d .card-product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b456359;
  clip-path: circle(193px at 152% 50%);
  transition: 0.5s ease-in-out;
}

.product-box-3d .card-product:hover:before {
  clip-path: circle(300px at 64% 47%);
}

.product-box-3d .card-product:after {
  content: "comma";
  position: absolute;
  top: 30%;
  left: -20%;
  font-size: 12em;
  font-weight: 800;
  /*font-style: italic;*/
  color: rgba(255, 255, 25, 0.13);
}

.product-box-3d .card-product .imgBx {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10000;
  width: 100%;
  height: 220px;
  transition: 0.5s;
}

.product-box-3d .card-product:hover .imgBx {
  top: 0;
  transform: translateY(0%);
}

.product-box-3d .card-product .imgBx img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  width: 210px;
}

.product-box-3d .card-product .contentBx {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: 1s;
  z-index: 10;
  color: #fff;
}

.product-box-3d .card-product:hover .contentBx {
  height: 210px;
}

.product-box-3d .card-product .contentBx h2 {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

.product-box-3d .card-product .contentBx .color {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 8px 20px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.product-box-3d .card-product:hover .contentBx .color {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
  color: #fff;
}

.product-box-3d .card-product:hover .contentBx .color {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}

.product-box .card-product .contentBx .size h3,
.container .card-product .contentBx .color h3 {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 10px;
}

.product-box-3d .card-product .contentBx .color span {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #111;
  background: #fff;
  margin: 0 5px;
  transition: 0.5s;
  border-radius: 4px;
  cursor: pointer;
}

.product-box-3d .card-product .contentBx .color span {
  display: flex;
  width: 20px;
  height: 20px;
  background: #ff0;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.product-box-3d .card-product .contentBx .color span:nth-child(2) {
  background: #9bdc28;
}

.product-box-3d .card-product .contentBx .color span:nth-child(3) {
  background: #03a9f4;
}

.product-box-3d .card-product .contentBx .color span:nth-child(4) {
  background: #e91e63;
}

.product-box-3d .card-product .contentBx a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}

.product-box-3d .card-product:hover .contentBx a {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.75s;
}

/**/

.product-vertical {
  height: 100%;
  position: relative;
}

.product-box-vertical {
  height: 300px;
  width: 100%;
  overflow: hidden !important;
  box-sizing: content-box;
}

.product-box-vertical .swiper-slide {
  padding: 12px 10px;
  overflow: visible;
}

.product-box-vertical .box {
  padding: 10px 25px;
  width: 100%;
  align-items: center;
  box-shadow: 0 0 10px 10px rgba(239, 239, 239, 0.4);
  border-radius: 15px;
  min-height: 0;
}

.product-box-vertical .box > .col-7 {
  min-width: 0;
}

.product-box-vertical .box .product-vertical-image-col {
  min-width: 0;
  flex-shrink: 0;
}

.product-box-vertical .box .image {
  height: 270px;
  position: relative;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 15px;
  overflow: hidden;
  border-radius: 12px;
  isolation: isolate;
}

.product-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.product-price-wrapper .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  line-height: 1.4;
}

.product-price-wrapper ins {
  order: 1;
  text-decoration: none;
  display: block;
}

.product-price-wrapper del {
  order: 2;
  display: block;
  color: #999;
}

.product-price-wrapper .woocommerce-Price-amount {
  display: inline-flex;
  align-items: center;
}

.product-price-wrapper ins .woocommerce-Price-amount bdi {
  font-weight: bold;
  font-size: 16px;
}

.product-price-wrapper .woocommerce-Price-currencySymbol {
  display: none;
}

.product-price-wrapper .woocommerce-Price-amount::after {
  content: "تومان";
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.product-price-wrapper ins .woocommerce-Price-amount::after {
  content: "تومان";
  font-size: 11px;
}

.product-price-wrapper del .woocommerce-Price-amount::after {
  font-size: 9px;
  text-decoration: line-through;
}

.product-price-wrapper ins .woocommerce-Price-amount .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: bold;
}

.product-price-wrapper del .woocommerce-Price-amount .woocommerce-Price-amount {
  font-size: 13px;
  text-decoration: line-through;
}

.product-price-wrapper:has(ins)
  .woocommerce-Price-amount
  .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .product-price-wrapper
    ins
    .woocommerce-Price-amount
    .woocommerce-Price-amount {
    font-size: 16px;
  }

  .product-price-wrapper .woocommerce-Price-amount::after {
    font-size: 9px;
  }
}

.product-box-vertical .box .timer {
  position: absolute;
  top: 5%;
  left: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--first-color, #0057ff);
  font-weight: bold;
  border: 5px solid rgba(128, 128, 128, 0.27);
  border-top-color: var(--first-color, #0057ff);
  border-right-color: var(--first-color, #0057ff);
  width: 50px;
  border-radius: 50%;
  height: 50px;
  z-index: 22;
}

.product-box-vertical .box .image-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.product-box-vertical .box .image-product {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  min-width: 0;
}

.product-box-vertical .box .image-product img,
.product-box-vertical .box .image-product .product-slide-image {
  display: block;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.product-box-vertical .box .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.product-box-vertical .box .content .vertical-footer {
  display: flex;
  justify-content: space-between;
}

.product-box-vertical .box .content h3 {
  font-size: 20px;
}

.product-box-vertical .content h4 {
  font-size: 15px;
  color: rgba(44, 44, 44, 0.46);
  margin-top: 5px;
}

.product-box-vertical .box .content ul li {
  font-weight: 500;
  margin: 5px 0;
}

.product-box-vertical .sale-off {
  position: absolute;
  left: 16px;
  background-image: url(../image/frontend/sale.svg);
  width: 45px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 17px 1px #faf1e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}

.product-box-vertical .sale-off span {
  opacity: 0.6;
  margin-top: -40px;
}

.product-box-vertical .box .content .price {
  font-size: 14px;
}

.product-box-vertical .box .content .sale {
  font-size: 15px;
}

.product-box-vertical .box .content .btn {
  background: var(--first-color, #0057ff);
  color: #fff;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border-radius: 12px;
}

.product-box-vertical .box .content .btn i,
.product-box-vertical .box .content .btn svg {
  background: #ffffff;
  color: var(--first-color, #0057ff);
  padding: 3px;
  border-radius: 4px;
  width: 25px;
}

.product-box-vertical .box .content .btn:hover {
  transition: 0.4s;
}

.product-box-vertical .swiper-pagination-vertical {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.product-box-vertical .swiper-pagination-bullet {
  height: 10px;
  width: 3px;
  background: rgb(10, 83, 190);
  transition: 0.4s;
  border-radius: 2.2px;
}

.product-box-vertical .swiper-pagination-bullet-active {
  height: 16px;
  background: var(--first-color, #0057ff);
  transition: 0.4s;
}

@media (max-width: 770px) {
  .product-box-vertical .box .content {
    position: unset;
    gap: unset;
    height: 100%;
  }

  .product-box-vertical .box .content .vertical-footer {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-box-vertical {
    height: 374px;
  }

  .product-box-vertical .swiper-slide {
    padding: unset;
  }

  .product-box-vertical .box {
    padding: 10px 5px;
  }

  .product-box-vertical .box .image {
    height: 307px;
    margin-left: 6px;
  }

  .product-box-vertical .sale-off {
    left: 10px;
    width: 35px;
    height: 81px;
  }

  .product-box-vertical .box .timer {
    width: 40px;
    height: 40px;
    left: 9%;
  }

  .product-box-vertical .box .content h3 {
    margin-left: 45px;
  }
}

/**/

.slide-team {
  margin: 0 0px;
  overflow: hidden;
  border-radius: 25px;
  padding: 20px 0 !important;
}

.slide-team .box {
  border-radius: 25px;
  box-shadow: 0 0 10px 10px #e5e5e554;
}

.slide-team .box:hover .card-image .card-img {
  transform: scale(1.2);
  transition: 0.4s;
}

.slide-team .box .image-content,
.slide-team .box .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.slide-team .box .image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.slide-team .box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--first-color, #0057ff);
  border-radius: 25px 25px 0 25px;
}

.slide-team .box .overlay::before,
.slide-team .box .overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: var(--first-color, #0057ff);
}

.slide-team .box .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #fff;
}

.slide-team .box .card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}

.slide-team .box .card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--first-color, #0057ff);
  transition: 0.4s;
}

.slide-team .box .name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.slide-team .box .description {
  font-size: 14px;
  color: #707070;
  text-align: center;
  margin-top: 10px !important;
}

.slide-team .swiper-navBtn {
  color: #6e93f7;
  transition: color 0.3s ease;
  background: #fff;
  border-radius: 50px;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 28 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  box-shadow: 0 0 14px 3px #b4b4b457;
}

.slide-team .swiper-navBtn:hover {
  color: var(--first-color, #0057ff);
}

.slide-team .swiper-navBtn::before,
.slide-team .swiper-navBtn::after {
  font-size: 20px;
}

.slide-team .swiper-pagination-bullet {
  background-color: #6e93f7;
  opacity: 1;
}

.slide-team .swiper-pagination-bullet-active {
  background-color: var(--first-color, #0057ff);
}

.slide-team .links {
  width: 80%;
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
}

.slide-team .links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f0f0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.slide-team .links a:hover {
  background: #333;
  color: #fff !important;
}

.slide-team .links a i,
.slide-team .links a svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .slide-team {
    margin: 0 10px;
  }

  .slide-team .swiper-navBtn {
    display: none;
  }
}

/**/

.comment-slider {
  width: 100%;
}

.comment-slider .box_comment {
  position: relative;
  padding: 1rem;
  margin: 10px;
  background-color: #fff;
  height: 250px;
  border-radius: 17px;
  transition: 0.4s;
  box-shadow: 0 4px 15px rgb(221 221 221 / 59%);
}

.comment-slider .box_comment:hover {
  transition: 0.4s;
}

.comment-slider .box_comment p {
  font-size: 1rem;
  color: var(--Secondary-color);
}

.comment-slider .box_comment .box_comment_content {
  position: absolute;
  background: #f0f2fa;
  width: 90%;
  height: 47px;
  font-size: 1.2rem;
  border-radius: 17px;
  margin: 0 auto;
  bottom: 20px;
  padding: 0 16px 0 0;
  align-content: space-between;
  display: flex !important;
  justify-content: space-between;
}

.comment-slider .box_comment .box_comment_content .user_image {
  height: 50px;
  border-radius: 50%;
  width: 50px;
  object-fit: cover;
}

.comment-slider .box_comment_user {
  margin-right: 10px;
  color: var(--Secondary-color);
}

.comment-slider .box_comment_cat {
  margin-right: 10px;
  color: #50598c;
}

.comment-slider .swiper-pagination-bullet {
  transition: 0.4s;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 1;
  padding: 5px;
  background: #d3d3d391;
}

.comment-slider .swiper-button-prev,
.comment-slider .swiper-button-next {
  padding: 10px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.comment-slider .swiper-button-next:after,
.comment-slider .swiper-button-prev:after {
  padding: 12px 15px;
  border-radius: 20px;
  font-size: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 3px 2px #b9b9b930;
}

.comment-slider .swiper-horizontal > .comment_slider .swiper-pagination-bullets,
.comment-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-top: 20px;
  bottom: auto;
  transition: 0.4s;
}

.comment-slider .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #131322;
  padding: 6px;
  transition: 0.4s;
}

/**/

.slider-brand {
  width: 100%;
  height: 100%;
}

.slider-brand .box {
  transition: 0.4s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}

.slider-brand .box .image {
  width: 130px;
  height: auto;
  object-fit: cover;
  transition: 0.4s;
  position: relative;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

.slider-brand .box .content {
  content: "";
  position: absolute;
  bottom: 0;
  background: #3b5998;
  transition: 0.4s;
  width: 100%;
  height: 50%;
  right: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.slider-brand .box:hover .content {
  opacity: 1;
  visibility: visible;
}

.slider-brand .box .image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.slider-brand .swiper-pagination-bullet-active {
  background: #ffffff;
}

/**/

.alis.loop-item {
  width: 25%;
  float: right;
}

.alis .box {
  position: relative;
  display: flex;
  padding: 15px;
  max-width: 245px;
  margin: 0 auto;
}

.alis .box .images {
  position: relative;
  margin-bottom: 15px;
}

.alis .image_bg_pros {
  position: absolute;
  right: 0;
  left: 0;
  transform: scale(0.9);
}

.alis .images .image_bg_pros:nth-child(1) {
  transform: translateX(60px) translateY(15px) scale(0.8);
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
}

.alis .images .image_bg_pros:nth-child(2) {
  transform: translateX(-60px) translateY(15px) scale(0.8);
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
}

.alis .bubble.writing.bl2 {
  transition: all 1000ms 100ms cubic-bezier(1, 0, 0, 1);
  transform: translateX(0) translateY(100px) scale(0);
}

.alis .images {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  z-index: 9;
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
}

.alis .bubble.writing.bl1 {
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  transform: translateX(0) translateY(200px) scale(0);
}

.alis .chat-item {
  z-index: 12;
  position: relative;
}

.alis .bubble {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
}

.alis .bubble.showcm {
  background: #fff;
  padding: 20px 25px;
  color: #0b5ed7;
  font-size: 15px;
  width: 180px;
}

.alis .bubble.writing {
  width: 80px;
}

.alis .bubble.writing.bl2 > div {
  padding: 0 9px 0 0;
}

.alis .bubble.writing > div {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 67px;
  width: 100%;
  padding: 0 0 0 9px;
}

.alis .bubble.showcm.bl3 {
  transform: translateX(0) scale(0);
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  border-radius: 25px 25px 25px 0 !important;
}

.alis .bubble.showcm.bl4 {
  transform: translateX(0) translateY(210px) scale(0);
  transition: all 1000ms 100ms cubic-bezier(1, 0, 0, 1);
  border-radius: 25px 0 25px 25px !important;
}

.alis .box:hover .bubble.writing.bl1 {
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transform: translateX(130px) translateY(200px) scale(1);
}

.alis .box:hover .bubble.writing.bl2 {
  transition: all 300ms 200ms cubic-bezier(1, 0, 0, 1);
  transform: translateX(-130px) translateY(100px) scale(1);
}

.alis .bubble.writing {
  width: 80px;
}

.alis .bubble.writing div i {
  background: grey;
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
}

.alis .bubble.writing div i:nth-child(1) {
  animation: blink 1s 0.1s infinite;
  -webkit-animation: blink 1s 0.1s infinite;
}

.alis .box:hover .bubble.showcm.bl3 {
  transform: translateX(120px) scale(1);
  transition: all 300ms 350ms cubic-bezier(1, 0, 0, 1);
}

.alis .box:hover .bubble.showcm.bl4 {
  transform: translateX(-115px) translateY(205px) scale(1);
  transition: all 300ms 500ms cubic-bezier(1, 0, 0, 1);
}

.alis .box:hover .images .image_bg_pros:nth-child(1) {
  transform: translateX(60px) translateY(15px) scale(0.7) rotate(10deg);
  filter: blur(5px);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
}

.alis .box:hover .images .image_bg_pros:nth-child(2) {
  transform: translateX(-60px) translateY(15px) scale(0.7) rotate(-10deg);
  filter: blur(5px);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
}

.alis .box:hover .images .promain_img {
  transform: translateY(15px) scale(1.3) rotate(-10deg);
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
}

.alis .promain_img {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  z-index: 9;
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
}

.alis .bubble.writing > div {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 100%;
  padding: 0 0 0 9px;
}

/* button comma and effects*/

.button-comma .button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  padding: 15px 25px;
  font-size: 14px;
  color: #1c1a1a;
  z-index: 0;
  background: #909090;
  background: none;
  /*border: solid 2px #1c1a1a;*/
  transition: 0.4s ease-out;
  box-shadow: 0px 5px 6px 6px #7a797921;
  border: none !important;
}

.button-comma .button:after,
.button-comma .button:before {
  transition: 0.4s ease-out;
  background: var(--first-color);
}

.effect1:hover {
  background: var(--first-color);
  color: #ffffff;
}

.effect2:after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.effect2:hover {
  color: #000;
}

.effect2:hover:after {
  height: 100%;
}

.effect3:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.effect3:hover {
  color: #ffffff;
}

.effect3:hover:after {
  height: 100%;
}

.effect4:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.effect4:hover {
  color: #ffffff;
}

.effect4:hover:after {
  width: 100%;
}

.effect5:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

.effect5:hover {
  color: #ffffff;
}

.effect5:hover:after {
  width: 100%;
}

.effect6:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
}

.effect6:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: var(--first-color);
}

.effect6:hover {
  color: #ffffff;
}

.effect6:hover:after {
  height: 50%;
}

.effect6:hover:before {
  height: 50%;
}

.effect7:hover {
  color: #ffffff;
}

.effect7:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1, 0);
}

.effect7:hover:after {
  transform: scale(1, 1);
}

.effect8:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 00%;
  height: 100%;
  /*background: var(--first-color)*/
}

.effect8:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 00%;
  height: 100%;
  background: var(--first-color);
}

.effect8:hover {
  color: #ffffff;
}

.effect8:hover:after {
  width: 50%;
}

.effect8:hover:before {
  width: 50%;
}

.effect9:hover {
  color: #ffffff;
}

.effect9:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
}

.effect9:hover:after {
  transform: scale(1, 1);
}

.effect10:hover {
  box-shadow: 0 0 0 30px var(--first-color) inset;
  color: #ffffff;
}

.effect11:hover {
  color: #ffffff;
}

.effect11:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
}

.effect11:hover:after {
  transform: scale(1);
}

.effect12 {
  overflow: hidden;
}

.effect12:hover {
  color: #ffffff;
}

.effect12:after {
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  /*background: var(--first-color);*/
  position: absolute;
  top: 150%;
  left: 0;
  transform: skewY(20deg);
}

.effect12:before {
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: var(--first-color);
  position: absolute;
  bottom: 150%;
  left: 0;
  transform: skewY(20deg);
}

.effect12:hover:after {
  top: 48%;
}

.effect12:hover:before {
  bottom: 48%;
}

.effect13 {
  color: rgba(33, 150, 243, 0.75);
}

.effect13:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 150, 243, 0.6);
  transform: translateX(-100%);
}

.effect13:hover {
  color: rgba(33, 150, 243, 0.75);
}

.effect13:hover:before {
  transform: translateX(0);
}

.effect14 {
  color: rgba(33, 150, 243, 0.75);
}

.effect14:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid var(--first-color);
  transform: translateX(-100%);
}

.effect14:hover {
  color: rgba(33, 150, 243, 0.75);
}

.effect14:hover:before {
  transform: translateX(0);
}

.effect15 {
  color: rgba(33, 150, 243, 0.75);
}

.effect15:before,
.effect15:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 80px solid rgba(33, 150, 243, 0.6);
}

.effect15:before {
  right: -50px;
  border-right: 50px solid transparent;
  transform: translateX(-100%);
}

.effect15:after {
  left: -50px;
  border-left: 50px solid transparent;
  transform: translateX(100%);
}

.effect15:hover {
  color: rgba(33, 150, 243, 0.75);
}

.effect15:hover:before {
  transform: translateX(-40%);
}

.effect15:hover:after {
  transform: translateX(40%);
}

.effect16 {
  color: rgba(33, 150, 243, 0.75);
}

.effect16:before,
.effect16:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.effect16:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid rgba(33, 150, 243, 0.6);
  transform: translateX(-100%);
}

.effect17 {
  line-height: 12px;
}

.effect17 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.effect17:before,
.effect17:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
}

.effect17:before {
  height: 0;
  width: 2px;
}

.effect17:after {
  width: 0;
  height: 2px;
}

.effect17:hover {
  background: transparent;
  box-shadow: none;
}

.effect17:hover:before {
  height: 100%;
}

.effect17:hover:after {
  width: 100%;
}

.effect17 span:hover {
  color: rgba(2, 126, 251, 1);
}

.effect17 span:before,
.effect17 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.effect17 span:before {
  width: 2px;
  height: 0;
}

.effect17 span:after {
  width: 0;
  height: 2px;
}

.effect17 span:hover:before {
  height: 100%;
}

.effect17 span:hover:after {
  width: 100%;
}

/**/

#accordion-comma .accordion-item {
  border: none;
  transition: 0.4s;
  box-shadow: 0 0 10px 10px rgb(225 225 225 / 45%);
  opacity: 0;
  transform: translateX(-50px);
  visibility: hidden;
  border-radius: 8px;
  overflow-x: hidden;
}

.accordion-button:not(.collapsed) {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #8796ae1f;
}

#accordion-comma .accordion-item:nth-child(2) {
  width: 98%;
  margin-right: auto;
}

#accordion-comma .accordion-item:nth-child(3) {
  width: 96%;
  margin-right: auto;
  overflow-x: hidden;
}

#accordion-comma .accordion-item.is-visible {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0.6s;
  overflow-x: hidden;
}

#accordion-comma .accordion-item:nth-child(2).is-visible {
  transition-delay: 0.8s;
}

#accordion-comma .accordion-item:nth-child(3).is-visible {
  transition-delay: 1s;
}

#accordion-comma .accordion-button {
  background: rgba(255, 255, 255, 0);
  border-radius: 12px 12px 0 0;
}

.button-comma {
  display: flex;
}

/**/

.HolooWP_slider.dots_2_HolooWP .swiper-pagination-bullet {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  background: #ffffff !important;
  border: 1px solid var(--first-color) !important;
  position: relative;
  opacity: 1;
}

.HolooWP_slider.dots_2_HolooWP .swiper-pagination-bullet:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--first-color) !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.HolooWP_slider.dots_2_HolooWP .swiper-pagination-bullet-active {
  background: #fff !important;
  border: 1px solid var(--first-color) !important;
  opacity: 1;
}

.HolooWP_slider.dots_2_HolooWP .swiper-pagination-bullet-active:before {
  background: var(--first-color) !important;
}

.dots_2_HolooWP .slick-dots li.slick-active {
  background: #fff !important;
  border: 1px solid var(--first-color);
}

.dots_2_HolooWP .slick-dots li.slick-active:before {
  background: var(--first-color);
}

.dots_2_HolooWP .slick-dots li {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  background: #ffffff !important;
  border: 1px solid var(--first-color) !important;
  position: relative;
}

.dots_2_HolooWP .slick-dots li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--first-color) !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.HolooWP_slider .HolooWP_slider_slide {
  height: 518px;
  background-repeat: no-repeat;
  padding: 0 60px;
  display: flex !important;
}

.HolooWP_slider_slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
}

.HolooWP_slider .HolooWP_slider_slide_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  padding: 30px;
  z-index: 1;
  transition: 0.3s;
}

.HolooWP_slider_slide_icon svg {
  width: 39px;
  margin-inline-start: 12px;
}

.HolooWP_slider_slide_icon_two svg {
  width: 39px;
  margin-inline-start: 12px;
}

.HolooWP_slider_slide_icon_two i {
  font-size: 20px;
  margin-inline-start: 12px;
}

.HolooWP_slider_image img {
  height: 100% !important;
  width: 472px !important;
  object-fit: cover;
}

.HolooWP_slider_slide_top_heading {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 10px 8px;
  width: max-content;
  margin-bottom: 12px;
}

.HolooWP_slider_slide_top_heading_two {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 10px 8px;
  margin-bottom: 12px;
  width: 100%;
  word-wrap: break-word;
}

.HolooWP_slider_slide_description {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  margin-bottom: 12px;
  width: 100%;
}

.HolooWP_slider_slide_description p {
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  color: #ffffff;
  text-shadow: 0px 2px 5px rgba(51, 51, 51, 0.36);
}

.HolooWP_slider_slide_btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.3s;
}

.HolooWP_slider_slide_btn a {
  color: #222c34;
  padding: 8px;
  filter: drop-shadow(0px 0px 15px rgba(58, 58, 58, 0.15));
  background: #fff;
  display: flex;
  width: max-content;
  transition: 0.3s;
}

.HolooWP_slider_slide_btn a span {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #222c34;
  padding: 13px;
  transition: 0.3s;
}

.HolooWP_slider .swiper-pagination {
  bottom: 25px !important;
  text-align: center;
  padding: 0 60px;
}

.HolooWP_slider .swiper-button-prev:after,
.HolooWP_slider .swiper-button-next:after {
  display: none;
}

.HolooWP_slider .swiper-button-prev,
.HolooWP_slider .swiper-button-next {
  background: none !important;
}

.HolooWP_slider .slick-next,
.HolooWP_slider .slick-prev {
  z-index: 10;
  color: var(--first-color);
  font-size: 20px;
  background: #fff;
  transition: 0.3s;
  border-radius: 10px;
  width: 43px;
  height: 43px;
}

.HolooWP_slider .slick-next:before,
.HolooWP_slider .slick-prev:before {
  display: none;
}

.HolooWP_slider_slide_top_heading .top-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.HolooWP_slider_slide_top_heading .top-icon_two {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.HolooWP_slider .HolooWP_slider_image {
  height: 100%;
}

/**/
/* start style responsive */

@media (max-width: 576px) {
  .slider-box_swiper .box,
  .slider-box_swiper .image {
    height: 12rem;
  }

  .category-box {
    flex-wrap: wrap;
  }
}

/* end style responsive */

/* ========== ویجت‌های هدر کاما (استایل پیش‌فرض) ========== */

/* لوگو هدر */

.header-logo {
  display: inline-block;
  line-height: 0;
}

.header-logo a {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.2s;
}

.header-logo a:hover {
  opacity: 0.85;
}

.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  /* vertical-align: middle; */
}

/* منوی هدر */

.header-menu-nav .header-menu-ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5em 1.5em;
  align-items: center;
}

.header-menu-nav .header-menu-ul li {
  margin: 0;
  padding: 0;
}

.header-menu-nav .header-menu-ul a {
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  transition: color 0.2s;
}

.header-menu-empty {
  margin: 0;
  color: #646970;
  font-size: 14px;
}

/* جستجوی هدر */

.header-search {
  display: inline-flex;
  align-items: center;
}

.header-search-form {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
}

.header-search-form input[type="search"] {
  border: none;
  font-size: 14px;
  min-width: 160px;
  background: transparent;
}

.header-search-form input[type="search"]:focus {
  outline: none;
}

.header-search-form button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.header-search-form button:hover {
  opacity: 0.8;
}

.header-search-form .eicon-search {
  font-size: 18px;
  display: block;
}

/* سبد خرید هدر */

.header-cart,
.comma-mini-cart--elementor {
  display: inline-flex;
  align-items: center;
}

.header-cart-link,
.comma-mini-cart--elementor .comma-mini-cart__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition:
    opacity 0.2s,
    transform 0.2s;
}

.header-cart-link:hover,
.comma-mini-cart--elementor .comma-mini-cart__toggle:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.header-cart-icon,
.comma-mini-cart--elementor .header-cart-icon {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-cart-count,
.comma-mini-cart--elementor .comma-mini-cart__count {
  position: absolute;
  top: -6px;
  inset-inline-end: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  border-radius: 9px;
  background: var(--first-color, #0057ff);
  color: #fff;
}

.header-dark-mode-empty {
  margin: 0;
  font-size: 13px;
  color: #888;
}

.header-cart-empty {
  margin: 0;
  color: #646970;
  font-size: 14px;
}

/* تماس هدر */

.header-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.header-contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.2s;
}

.header-contact a:hover {
  opacity: 0.9;
}

.header-contact-icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-contact-empty {
  margin: 0;
  color: #646970;
  font-size: 14px;
}

/* دکمه هدر */

.header-button {
  display: inline-block;
}

.header-button-a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid transparent;
  transition:
    color 0.2s,
    background-color 0.2s,
    border-color 0.2s;
}

.header-button-a:hover {
  text-decoration: none;
}

/* متن هدر */

.header-text {
  margin: 0;
}

.header-text-inner {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* آیکون هدر */

.header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  transition:
    color 0.2s,
    opacity 0.2s;
}

.header-icon-link:hover {
  opacity: 0.85;
  text-decoration: none;
}

.header-icon-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* حساب کاربری هدر */

.header-account-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.header-account-link:hover {
  opacity: 0.85;
  text-decoration: none;
}

.header-account-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* دکمه منوی موبایل */

.header-mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 8px;
}

.header-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition:
    transform 0.2s,
    opacity 0.2s;
}

.header-mobile-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header-mobile-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.header-mobile-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* نوار اعلان هدر */

.header-notice-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.5;
  background: var(--header-notice-bg, #0054f7);
  color: var(--header-notice-text, #fff);
}

.header-notice-icon {
  display: inline-flex;
  align-items: center;
  color: var(--header-notice-icon, currentColor);
  font-size: 18px;
}

.header-notice-text {
  color: inherit;
  text-decoration: none;
}

.header-notice-close {
  border: none;
  background: transparent;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  margin-inline-start: auto;
  padding: 0 4px;
}

/* منوی دراپ‌داون موبایل */

@media (max-width: 991px) {
  .header-mobile-toggle {
    display: inline-flex;
  }

  .header-menu-dropdown.header-menu-nav {
    display: none;
    width: 100%;
  }

  .header-menu-dropdown.header-menu-nav.is-open {
    display: block;
  }

  .header-menu-dropdown .header-menu-ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .header-menu-dropdown .header-menu-ul a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
}

/* ========== ویجت‌های فوتر کاما ========== */

.footer-logo {
  display: inline-block;
  line-height: 0;
}

.footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer-text-inner {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.footer-menu__title,
.footer-contact__title,
.footer-social__title,
.footer-newsletter__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.footer-menu-nav .footer-menu-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-nav .footer-menu-ul li {
  margin: 0 0 8px;
}

.footer-menu-nav .footer-menu-ul a {
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.2s;
}

.footer-menu-nav .footer-menu-ul a:hover {
  opacity: 0.85;
}

.footer-menu-empty,
.footer-contact-empty,
.footer-social-empty,
.footer-trust-logos-empty,
.comma-wc-category-list__empty {
  margin: 0;
  color: #646970;
  font-size: 14px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact a,
.footer-contact-address {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
}

.footer-contact-icon {
  display: inline-flex;
  font-size: 16px;
  margin-top: 2px;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.2s,
    opacity 0.2s;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.footer-newsletter__desc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
}

.footer-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-newsletter-input {
  flex: 1 1 180px;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
}

.footer-newsletter-submit {
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: var(--first-color, #0057ff);
  color: #fff;
}

.footer-copyright-inner {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.footer-trust-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-trust-logos img {
  display: block;
  height: auto;
  object-fit: contain;
}

.comma-wc-category-list__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.comma-wc-category-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comma-wc-category-list__items li {
  margin: 0 0 8px;
}

.comma-wc-category-list__items a {
  text-decoration: none;
  font-size: 14px;
}

.comma-wc-category-list__count {
  opacity: 0.7;
  font-size: 12px;
}

/* اسلایدر گریدی محصولات*/

.grid-product-slider .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-product-slider > .swiper-wrapper {
  flex-direction: row !important;
}

.grid-product-slider .box {
  border: 1px solid #e6e6e6;
  margin: 10px 15px;
  border-radius: 10px;
  padding: 12px 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: 0.4s;
  box-shadow: 0 4px 12px 0 #c2c2c20f;
  background: #ffffff33;
}

.grid-product-slider .box .image {
  width: 30%;
  margin-left: 10px;
}

.grid-product-slider .box .content h3 {
  font-size: 15px;
  font-weight: 600;
  min-height: 37px;
}

.grid-product-slider .box img {
  width: 105px;
  height: 105px !important;
  object-fit: contain;
}

.grid-product-slider span.woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 600;
}

.grid-product-slider .woocommerce-Price-currencySymbol {
  display: none;
}

.grid-product-slider .box .content {
  width: 65%;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.grid-product-slider .box .content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  width: 41px;
  height: 41px;
  color: rgba(0, 0, 0, 0.11);
}

.grid-product-slider .box:hover {
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}

.grid-product-slider .box:hover .btn {
  transition: 0.4s;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(217, 217, 217, 0.35);
}

.grid-product-slider .box .content .btn svg {
  height: 17px;
  fill: #3a3a3a;
}

.grid-product-slider .box .content p del {
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.grid-product-slider .box .content p del bdi {
  position: relative;
}

.grid-product-slider .box .content p del:after {
  content: "";
  width: 45px;
  height: 1.3px;
  background: var(--first-color);
  display: block;
  transform: rotate(-13deg);
  position: absolute;
  top: 9px;
  right: 24%;
}

.grid-product-slider .box .content p ins {
  text-decoration-line: none;
}

.grid-product-slider .box .content p a {
  font-weight: 500;
  font-size: 14px;
  word-spacing: -4px;
}

/**/

/* start new product slider ->moh<- */
.ld-new-product-slider .box {
  /*height: 466px;*/
  /*width: 256px;*/
  background-color: #fff;
  box-shadow: 0px 4px 82px rgba(0, 0, 0, 0.04);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding-top: 1px;
  flex-direction: column;
}

.new-product-swiper {
  padding: 4rem 25px;
}

.new-product-swiper .swiper-pagination-bullet {
  border-radius: 2px !important;
  width: 17px !important;
  transition: 0.3s;
}

.new-product-swiper .swiper-pagination-bullet-active {
  width: 24px !important;
  transition: 0.3s;
}

.ld-new-product-slider .image-box {
  width: 255px;
  background-image: url(./assets/img/lkejfioewjfelfer/bg.png);
  height: 229px;
  display: flex;
  margin-top: -120px;
  align-items: center;
  justify-content: center;
}

.ld-new-product-slider .box {
  padding: 20px;
}

.ld-new-product-slider .title-box {
  font-size: 25px;
  font-weight: 400;
  line-height: 39px;
}

.ld-new-product-slider .title-box-en {
  font-size: 25px;
  font-weight: 400;
  line-height: 38.75px;
  opacity: 0.9;
}

.ld-new-product-slider .coption {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
  line-height: 162.5%;
}

.ld-new-product-slider .price-box {
  display: flex;

  align-items: flex-end;
  justify-content: center;
}

.ld-new-product-slider .box .content-box .footer-box .price-box .off span {
  background-color: rgba(255, 96, 0, 1);
  color: #fff;
  border-radius: 6px;
  font-size: 10px;
  line-height: 13.5px;
  font-weight: 700;
  padding: 2px 4px;
}

.ld-new-product-slider .swiper-button-next {
  background-color: #fff;
  padding: 20px;
  border-radius: 20%;
  color: rgba(90, 90, 90, 1);
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.6);
  left: 30px;
  transition: 0.2s;
}

.ld-new-product-slider .swiper-button-next:hover {
  background-color: #ff6000;
  color: #fff;
  transition: 0.2s;
}

.ld-new-product-slider .swiper-button-prev {
  top: 40%;
  right: auto;
  left: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20%;
  transition: 0.2s;
  color: rgba(90, 90, 90, 1);
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.6);
}

.ld-new-product-slider .swiper-button-prev:hover {
  background-color: #ff6000;
  color: #fff;
  transition: 0.2s;
}

.ld-new-product-slider .box .content-box .footer-box .price-box .off {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-items: flex-end;
  margin-right: 15px;
}

.ld-new-product-slider .box .content-box .footer-box .price-box .off p {
  color: #353535;
  text-decoration: line-through;
  opacity: 0.15;
}

.ld-new-product-slider .box .content-box .footer-box .price-box .price {
  color: #ff6000;
  font-size: 20px;
}

.ld-new-product-slider .box .content-box .footer-box .price-box .price span {
  color: #5c5c5c;
  font-size: 10px;
  margin-right: 5px;
}

.ld-new-product-slider .box .content-box .footer-box .btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  margin-bottom: 27px;
}

.ld-new-product-slider .box .content-box .footer-box .btn-eye {
  background-color: rgba(240, 240, 240, 1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-inline: 10px;
}

.ld-new-product-slider .box .content-box .footer-box .btn-buy {
  background-color: rgba(32, 32, 32, 1);
  border-radius: 10px;
  padding: 8px 20px 8px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.ld-new-product-slider .box .content-box .footer-box .btn-buy .arrow_icon {
  padding-right: 23px;
  transition: 0.3s;
}

/* end new product slider ->moh<- */

/* start timer box ->moh<- */
.ld-timer .flex-timer-box {
  display: flex;
  text-align: center;
  background:
    linear-gradient(143.5deg, rgb(0 0 0 / 2%) 21.26%, rgb(0 0 0 / 6%) 115.28%),
    linear-gradient(0deg, #d9d9d900, rgb(239 239 239 / 0%));
  width: 242px;
  padding: 44px;
  border-radius: 40px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: flex-start;
  border: 0.7px solid #e1e1e1;
}

.ld-timer .flex-timer-box .ld-timer {
  background-color: #d9d9d9a3;
  width: 47.06px;
  height: 47.06px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: rgba(74, 74, 74, 1);
  font-size: 20px;
  font-weight: 400;
  margin: 10px 5px 0px 5px;
}

.ld-timer .flex-timer-box .days {
  background-color: #ff6000 !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0px 4px 40px 0px #ff600036;
}

/* end timer box ->moh<- */

/* start timer off year box ->moh<- */
.ld-timer-off-year {
  text-align: center;
  max-width: fit-content;
  margin: 0 auto;
}

.ld-timer-off-year .flex-timer-box {
  display: flex;
  text-align: center;
  width: 242px;
  padding: 44px;
  justify-content: space-around;
  align-items: center;
  align-content: flex-start;
}

.ld-timer-off-year .flex-timer-box .ld-timer {
  background-color: #fff;
  width: 47.06px;
  height: 47.06px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: rgba(74, 74, 74, 1);
  font-size: 20px;
  font-weight: 400;
  margin: 10px 10px 0px 5px;
  position: relative;
}

.ld-timer-off-year .flex-timer-box .box-timer .ld-timer::before {
  content: ":";
  color: rgba(184, 184, 184, 1);
  display: block;
  position: absolute;
  top: 20%;
  right: -10px;
}

.ld-timer-off-year .flex-timer-box .box-timer:first-child .ld-timer::before {
  content: "";
}

.ld-timer-off-year .flex-timer-box .days {
  color: #ff6000 !important;
}

/* end timer off year box ->moh<- */

/* start rs  */
@media (max-width: 576px) {
  .ld-single-product-slider .box-slider {
    padding: 20px;
    flex-direction: column-reverse;
    border-radius: 30px;
  }

  .ld-single-product-slider .content-box .title-box {
    margin: 20px 0;
    font-size: 20px;
  }

  .ld-single-product-slider .ld-footer-box {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .ld-plugin-slider {
    height: 50rem;
  }

  .ld-plugin-slider .box {
    /* align-items: center; */
    flex-direction: column;
    padding: 20px;
  }

  .ld-plugin-slider .box .content-box {
    width: 100%;
    padding: 10px;
  }

  .ld-plugin-slider .box .image-box {
    margin-bottom: 15px;
  }

  .ld-new-product-slider {
    padding: 0 60px;
  }

  .ld-new-product-slider .swiper-button-next {
    right: auto;
    left: 30px;
  }

  .ld-new-product-slider .swiper-button-prev {
    top: 50%;

    right: 30px;
    left: auto;
  }

  .ld-new-product-slider .box .content-box .footer-box .btn-flex {
    justify-content: space-evenly;
  }
}

@media (max-width: 768px) {
  .ld-single-product-slider .box-slider {
    padding: 20px;
    flex-direction: column-reverse;
    border-radius: 30px;
  }

  .ld-single-product-slider .content-box .title-box {
    margin: 30px 0;
    font-size: 20px;
  }

  .ld-single-product-slider .ld-footer-box {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .ld-single-product-slider .ld-timer-box {
    justify-content: flex-end;
  }

  .ld-single-product-slider .ld-timer-box .ld-timer {
    margin-inline: 8px;
  }

  .ld-single-product-slider .content-box {
    padding: 0 50px;
  }
}

@media (max-width: 992px) {
}

/* end rs  */

/* آرشیو فروشگاه / بلاگ — تمپلیت Elementor از پنل تنظیمات */
.archive-shop-elementor,
.archive-blog-elementor {
  width: 100%;
}

.archive-shop-elementor-notice,
.archive-blog-elementor-notice {
  padding: 1.5rem;
  text-align: center;
  background: var(--bg_box, #f8f9fa);
  border-radius: 8px;
}

@media (max-width: 500px) {
  .grid-product-slider .box .content .btn {
    width: 36px;
    height: 36px;
  }

  .grid-product-slider .box .content p a {
    font-size: 12px;
  }

  .grid-product-slider .box .product-price ins .woocommerce-Price-amount {
    font-size: 17px;
  }
}
