[dir="rtl"] .aiz-top-menu-sidebar .collapse-sidebar {
    /* transform: translate(0%,0%) !important; */
    right: 0 !important;
    left: auto !important;
  }

  [dir="rtl"] .aiz-top-menu-sidebar.active .collapse-sidebar {
    transform: translate(0%, 0%);
  }

  [dir="rtl"] .aiz-top-menu-sidebar .collapse-sidebar {

    transform: translateX(100%);
  }
  .img-circle {
      width: 150px;
      height: 150px;
      object-fit: fill;
      border-radius: 50%;
  }
  .hov-scale-img:hover img, .hov-scale:hover{
  transform: scale(1.02);
  }
  .news-ticker-container {
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
      background-color: #f8f9fa; /* لون خلفية اختياري */
      border: 1px solid #ddd; /* حدود اختيارية */
      padding: 10px 0;
  }

  .news-ticker-track {
      display: inline-block;
      white-space: nowrap;
      animation: ticker-scroll 20s linear infinite;
  }


  .news-ticker-track_banner_2{
        display: inline-block;
      white-space: nowrap;
      animation: ticker-scroll_banner_2 20s linear infinite;
  }
  .news-ticker-item {
      display: inline-block;
      margin-right: 30px;
  }

  .news-ticker-item img {
      height: 250px;
      vertical-align: middle;
      border-radius: 4px;
  }
  .w-100-percentag{
    width: 100%;
  }
  .flash-deal-item .flash-deal-price{
    padding-top: 0 !important;
  }


  @keyframes ticker-scroll {
      0% {
          transform: translateX(0%);
      }
      /* 1%{

      } */

      100% {
          transform: translateX(-50%);
      }
  }
  @keyframes ticker-scroll_banner_2 {
      0% {
          transform: translateX(-48%);
      }
      100% {
          transform: translateX(0%);
      }
  }


  /* إخفاء القوائم الفرعية افتراضياً */
  .submenu {
    width: 100%;
      display: none;
      list-style: none;
      padding-left: 0;
      margin: 0;
      position: static; /* لأن القائمة داخل قائمة عمودية */
      background: #fff;
      border-left: 3px solid #007bff;
      border: none;
  }

  /* عرض القائمة الفرعية عند إضافة class show */
  .submenu.show {
      display: block;
      box-shadow: none !important;
  }

  /* تنسيق عناصر القائمة الفرعية */
  .submenu li a {
      padding-left: 1.5rem;
      display: flex;
      align-items: center;
      color: #333;
      text-decoration: none;
      border-bottom: 1px solid #ccc;
  }

  .submenu li a:hover,
  .submenu li a.active {
      background-color: #fefefe;
      color: #007bff !important;
  }


  @media only screen and (max-width: 600px) {

    .h-200px {
      height: 157px !important;
    }
    .news-ticker-item img {
      height: 200px;
    }

  }
  @media only screen and (max-width: 992px) {
     .lang-change_none,.currency-change-none{
      display: none;
    }
  }