
header{
  direction: rtl !important;
}


@media (min-width: 768px) {
  #mainmenu {
      display: flex !important;
    }
}

/* الموبايل */
@media (max-width: 767px) {

    header.header-mobile #mainmenu {
      width: 100%;
      padding-right: 30px;
      position: absolute;
      text-align: end;
    }
    .de-quick-search{
      margin-right: 1rem;
      margin-left:0;
    }
    #menu-btn {
      /* display: none; */
      float: right;
      width: 32px;
      height: 32px;
      padding: 4px;
      text-align: center;
      cursor: poInter;
      color: #fff;x
      margin-top: 0px;
      margin-right: 0px;
      margin-left: 0px;
    }
}

#extra-wrap.open {
    left: 0;
}
#extra-wrap {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: -500px;
  right: 0px;
  width: 500px;
  height: 100%;
  overflow: hidden;
  background: rgba(var(--bg-dark-3-rgb), .8);
  -webkit-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.rtl{
  direction: rtl !important;
}
footer{
  direction: rtl !important;
}
.number-1{
  left: 0;
  right: unset !important;
}
.number-2{
  text-align: end !important;
}
.icon-ar{
      margin-left: 0.5rem !important;
}
.dropcap{
  display:none;
}
.new-css {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  direction: rtl;
}
.new-css-33{
      display: flex;
        flex-direction: row-reverse;
}
.new-prod{
  text-align: end;
}
