/* المان اصلی */
#google_translate_element {
  position: fixed;
  top: 22px;
  left: 14px;
  z-index: 9999;
  direction: rtl;
}

/* کانتینر اصلی گجت */
.skiptranslate.goog-te-gadget {
  font-family: inherit !important;
  background: rgb(237, 237, 237) !important;
  border-radius: 10px !important;
  padding: 0px 10px !important;
  border: 1px solid #e0e0e0 !important;
}

/* دکمه اصلی انتخاب زبان */
.goog-te-gadget-simple {
  background: transparent !important;
  border: none !important;
  font-size: 14px !important;
  font-family: inherit !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  padding-top: 4px !important;
}

.goog-te-gadget-simple:hover {
  opacity: 0.8;
}

/* آیکون گوگل (پنهان) */
.goog-te-gadget-icon {
  display: none !important;
}

/* لینک انتخاب زبان */
.goog-te-menu-value {
  text-decoration: none !important;
  color: #333 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

/* متن داخل دکمه */
.goog-te-menu-value span {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  vertical-align: middle !important;
}

/* آیکون فلش */
.goog-te-menu-value img {
  width: 20px !important;
  height: 20px !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* حذف بنر بالای صفحه */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* جلوگیری از جابجایی body */
body {
  top: 0 !important;
}

body.translated-ltr {
  top: 0 !important;
}

/* استایل iframe منو */
.goog-te-menu-frame.skiptranslate {
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #e0e0e0 !important;
}

/* حذف پرچم پیش‌فرض CSS که قبلا داشتیم */
.goog-te-gadget-simple::before {
  display: none !important;
}


/* پنهان کردن در صفحات غیر از menu817 */
.goog-te-gadget[style*="display: none"],
.goog-te-gadget.ng-hide {
  display: none !important;
}


iframe#\:2\.container {
    display: none;
}

.menu-widget ion-list .item-icon-right, .menu-widget ion-list .item-avatar-right {
  padding-right: 20px;
}

.menu-widget ion-list .item-icon-right .icon {
  right: 85% !important;
}

.item-icon-left .icon::before, .item-icon-right .icon::before {
	color: #4F8A70;
}

.item-icon-left .icon::before, .item-complex, a.item.item-complex, button.item.item-complex {
	color: #252525;
}





.page-builder .ecommerce-products .layout1.item,
.page-builder .card-item .layout1.item {
    position: relative;
    overflow: visible;
    margin: 10% 0% 6% 8%;
    height: auto;
    aspect-ratio: 25 / 7;
    max-height: 150px;
    box-shadow: 0px 0px 2px 3px rgb(201 211 220 / 32%);
    padding: 6% 47% 0 0;
    border-radius: 5px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}

.page-builder .ecommerce-products .layout2.item,
.page-builder .card-item .layout2.item {
    position: relative;
    margin: 4% 16% 0% 8%;
    overflow: visible;
    height: auto;
    aspect-ratio: 84 / 37;
    max-height: 150px;
    box-shadow: 0px 0px 2px 3px rgb(201 211 220 / 32%);
    padding: 1% 20% 0 0;
    width: 84%;
    border-radius: 10px;
    background-color: #fff;
}

    .page-builder .ecommerce-products .layout1.item .card-img,
    .page-builder .card-item .layout1.item .card-img {
        width: 31%;
        aspect-ratio: 1;
    }
    .page-builder .ecommerce-products .layout2.item,
    .page-builder .card-item .layout2.item {
        margin: 2% 10% 0% 8%;
        max-height: 191px;
        padding: 9% 17% 0 0;
        width: 90%;
    }
    .page-builder .ecommerce-products .layout2.item .card-img,
    .page-builder .card-item .layout2.item .card-img {
        width: 22%;
        aspect-ratio: 1;
        right: -11%;
    }