.header {
  position: relative;
  width: 100%;
  background: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1002; }
  .header.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .burger {
    position: absolute;
    left: 162px;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 24px;
    height: 1rem;
    background: transparent; }
    .header .burger-line {
      position: absolute;
      display: block;
      left: 0px;
      width: 100%;
      height: 2px;
      opacity: 1;
      border: none;
      outline: none;
      background: #000; }
      .header .burger-line:nth-child(1) {
        top: 0px; }
      .header .burger-line:nth-child(2) {
        top: 0.5rem;
        width: 80%; }
      .header .burger-line:nth-child(3) {
        top: 1rem;
        width: 60%; }
    @media only screen and (max-width: 999px) {
      .header .burger {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .site-actions {
    position: relative;
    z-index: 2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* End NavMenu */ }
    @media (max-width: 999px) {
      .header .site-actions {
        padding: 16px 0px; } }
    .header .site-actions .logo img {
      max-width: 198px; }
      @media (max-width: 999px) {
        .header .site-actions .logo img {
          max-width: 135px; } }
    .header .site-actions .actions {
      display: flex;
      align-items: center;
      gap: 12px; }
      .header .site-actions .actions .searchicon {
        cursor: pointer; }
        .header .site-actions .actions .searchicon svg {
          width: 22px; }
      .header .site-actions .actions .language {
        position: relative;
        display: flex;
        align-items: center; }
        @media (max-width: 999px) {
          .header .site-actions .actions .language {
            display: none; } }
        .header .site-actions .actions .language .sublanguage {
          display: flex;
          align-items: center;
          gap: 4px;
          color: #000;
          cursor: pointer; }
          .header .site-actions .actions .language .sublanguage svg {
            min-width: 14px;
            max-width: 14px;
            height: 10px;
            fill: #000; }
          .header .site-actions .actions .language .sublanguage svg.lan-icon {
            min-width: 24px;
            max-width: 24px;
            height: 24px; }
        .header .site-actions .actions .language .showboxlanguage {
          display: none;
          position: absolute;
          top: 54px;
          left: 0px;
          width: 140px;
          background: #fff;
          padding: 12px;
          -webkit-box-shadow: 2px 2px 20px #00000017;
          -moz-box-shadow: 2px 2px 20px #00000017;
          -o-box-shadow: 2px 2px 20px #00000017;
          -ms-box-shadow: 2px 2px 20px #00000017;
          box-shadow: 2px 2px 20px #00000017;
          z-index: 1000; }
          .header .site-actions .actions .language .showboxlanguage a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            color: #000; }
            .header .site-actions .actions .language .showboxlanguage a svg {
              width: 12px;
              height: 12px;
              fill: #891F29;
              opacity: 0; }
            .header .site-actions .actions .language .showboxlanguage a:hover, .header .site-actions .actions .language .showboxlanguage a.active {
              color: #891F29; }
            .header .site-actions .actions .language .showboxlanguage a.active svg {
              opacity: 1; }
      .header .site-actions .actions .user {
        display: flex;
        align-items: center;
        gap: 12px; }
        .header .site-actions .actions .user svg {
          width: 26px; }
        .header .site-actions .actions .user img {
          min-width: 26px;
          max-width: 26px;
          height: 26px;
          background: #F3F4F6;
          border-radius: 50%; }
        .header .site-actions .actions .user p {
          max-width: 92px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          color: #000; }
          @media (max-width: 999px) {
            .header .site-actions .actions .user p {
              display: none; } }
      @media (max-width: 999px) {
        .header .site-actions .actions .bottom {
          display: none; } }
    .header .site-actions .showboxsearch {
      display: none;
      position: absolute;
      top: 0px;
      left: 12px;
      width: calc(100% - 24px);
      height: 100%;
      z-index: 100; }
      .header .site-actions .showboxsearch .formsearch {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0px; }
      .header .site-actions .showboxsearch .form-control {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        border: 0px;
        box-shadow: none;
        outline: none;
        background: #fff;
        text-transform: none;
        padding: 0px;
        padding-inline-end: 70px; }
      .header .site-actions .showboxsearch .btnsearch {
        position: absolute;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        background: none;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #891F29;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .site-actions .showboxsearch .btnsearch:hover {
          background: #000; }
        .header .site-actions .showboxsearch .btnsearch svg {
          width: 18px;
          height: 18px;
          fill: #fff; }
      .header .site-actions .showboxsearch .cancel {
        position: absolute;
        right: 44px;
        z-index: 2;
        cursor: pointer; }
        .header .site-actions .showboxsearch .cancel svg {
          width: 22px;
          fill: #BD3C2F; }
    .header .site-actions .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      padding: 0px; }
      .header .site-actions .navbar .logo {
        display: none;
        position: absolute;
        top: 12px;
        left: 12px; }
        @media screen and (max-width: 999px) {
          .header .site-actions .navbar .logo {
            display: block; } }
        .header .site-actions .navbar .logo img {
          max-width: 135px; }
      .header .site-actions .navbar .language {
        display: none; }
        @media (max-width: 999px) {
          .header .site-actions .navbar .language {
            display: block;
            padding: 12px 0px;
            border: 0px; }
            .header .site-actions .navbar .language .showboxlanguage {
              position: relative;
              top: auto;
              margin-top: 12px;
              width: 100%;
              box-shadow: none;
              background: #F3F4F6;
              padding: 12px; }
              .header .site-actions .navbar .language .showboxlanguage a {
                display: flex;
                justify-content: space-between;
                align-items: center;
                -moz-transition: all 0.5s ease-in-out 0s;
                -o-transition: all 0.5s ease-in-out 0s;
                -webkit-transition: all 0.5s ease-in-out 0s;
                transition: all 0.5s ease-in-out 0s;
                color: #000; }
                .header .site-actions .navbar .language .showboxlanguage a svg {
                  width: 12px;
                  height: 12px;
                  fill: #891F29;
                  opacity: 0; }
                .header .site-actions .navbar .language .showboxlanguage a:hover, .header .site-actions .navbar .language .showboxlanguage a.active {
                  color: #891F29; }
                .header .site-actions .navbar .language .showboxlanguage a.active svg {
                  opacity: 1; }
            .header .site-actions .navbar .language svg {
              min-width: 14px;
              max-width: 14px;
              height: 10px;
              fill: #000; }
            .header .site-actions .navbar .language svg.lan-icon {
              min-width: 24px;
              max-width: 24px;
              height: 24px; } }
      .header .site-actions .navbar .cancel {
        display: none;
        position: absolute;
        top: 18px;
        right: 12px;
        z-index: 10; }
        .header .site-actions .navbar .cancel svg {
          width: 16px;
          height: 16px;
          fill: #BD3C2F; }
      @media screen and (max-width: 999px) {
        .header .site-actions .navbar {
          position: fixed;
          top: 0px;
          left: -100%;
          width: 290px;
          height: 100%;
          z-index: 10;
          overflow: hidden;
          overflow-y: auto;
          visibility: hidden;
          background: #fff;
          padding: 0px 12px;
          transition: all 0.5s ease; }
          .header .site-actions .navbar.active {
            left: 0px;
            opacity: 1;
            visibility: visible;
            display: block; }
          .header .site-actions .navbar .cancel {
            display: block; } }
      .header .site-actions .navbar .bottom {
        display: none; }
        @media (max-width: 999px) {
          .header .site-actions .navbar .bottom {
            display: flex;
            width: 100%; } }
    .header .site-actions .menu {
      display: flex;
      align-items: center;
      gap: 32px; }
      .header .site-actions .menu-item {
        position: relative; }
        @media (max-width: 999px) {
          .header .site-actions .menu-item {
            border-bottom: 1px solid #F3F4F6; } }
      .header .site-actions .menu-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 90px;
        cursor: pointer;
        color: #000;
        text-transform: capitalize;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 999px) {
          .header .site-actions .menu-link {
            height: auto;
            padding: 8px 0px; } }
        .header .site-actions .menu-link::after {
          content: "";
          position: absolute;
          left: 0px;
          top: 56px;
          width: 0px;
          height: 3px;
          border-radius: 4px;
          background: #891F29;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 999px) {
            .header .site-actions .menu-link::after {
              display: none; } }
        .header .site-actions .menu-link svg {
          width: 14px;
          height: 14px;
          fill: #000; }
          @media only screen and (max-width: 999px) {
            .header .site-actions .menu-link svg {
              z-index: -1; } }
      @media only screen and (min-width: 999px) {
        .header .site-actions .menu-dropdown:hover > .submenu {
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
          z-index: 100; } }
      @media only screen and (max-width: 999px) {
        .header .site-actions .menu {
          display: block;
          width: 100%;
          margin-top: 114px; }
          .header .site-actions .menu-link {
            justify-content: space-between; } }
      .header .site-actions .menu .activelink .menu-link,
      .header .site-actions .menu .menu-item:hover .menu-link {
        color: #891F29; }
        .header .site-actions .menu .activelink .menu-link::after,
        .header .site-actions .menu .menu-item:hover .menu-link::after {
          width: 100%; }
      @media only screen and (max-width: 999px) {
        .header .site-actions .menu .activelink .submenu {
          opacity: 1;
          visibility: visible;
          transform: none; } }
    .header .site-actions .submenu {
      position: absolute;
      top: 100%;
      left: 0px;
      width: 180px;
      height: auto;
      visibility: hidden;
      transform: translateY(1rem);
      background: #fff;
      box-shadow: 2px 2px 20px #00000017;
      transition: all 0.5s ease-in-out;
      overflow: hidden;
      padding: 12px; }
      @media only screen and (max-width: 999px) {
        .header .site-actions .submenu {
          display: block;
          position: relative;
          max-height: 0px;
          outline: none;
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);
          box-shadow: none;
          padding: 0px;
          background: #F3F4F6;
          width: 100%; } }
      .header .site-actions .submenu a {
        display: block;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        text-transform: capitalize;
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 8px; }
        @media only screen and (max-width: 999px) {
          .header .site-actions .submenu a {
            padding: 4px 12px; } }
        .header .site-actions .submenu a:last-child {
          border-bottom: 0px;
          padding-bottom: 0px; }
          @media only screen and (max-width: 999px) {
            .header .site-actions .submenu a:last-child {
              padding-bottom: 4px; } }
        .header .site-actions .submenu a:hover {
          color: #891F29; }
    .header .site-actions .overlay {
      position: fixed;
      inset: 0px;
      height: 100%;
      width: 100%;
      z-index: 9;
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.65); }
      @media only screen and (max-width: 999px) {
        .header .site-actions .overlay.active {
          display: block;
          opacity: 1;
          visibility: visible; } }

.bartext {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background: #000;
  padding: 12px; }
  .bartext p,
  .bartext a {
    color: #fff; }
  .bartext a {
    display: flex;
    align-items: center;
    gap: 4px; }
    .bartext a:hover {
      text-decoration: underline; }

.slider {
  padding: 0px !important; }
  .slider .sliderproducts {
    position: relative;
    direction: ltr;
    margin-top: 16px; }
    .slider .sliderproducts .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -8px; }
      .slider .sliderproducts .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .slider .sliderproducts .slick-list .slick-track:after, .slider .sliderproducts .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .slider .sliderproducts .slick-prev,
    .slider .sliderproducts .slick-next {
      position: absolute;
      top: -56px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: #fff;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      -webkit-box-shadow: 0px 0px 20px #00000012;
      -moz-box-shadow: 0px 0px 20px #00000012;
      -o-box-shadow: 0px 0px 20px #00000012;
      -ms-box-shadow: 0px 0px 20px #00000012;
      box-shadow: 0px 0px 20px #00000012;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 1199px) {
        .slider .sliderproducts .slick-prev,
        .slider .sliderproducts .slick-next {
          display: none !important; } }
      .slider .sliderproducts .slick-prev svg,
      .slider .sliderproducts .slick-next svg {
        width: 16px;
        height: 16px;
        fill: #891F29;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .slider .sliderproducts .slick-prev:hover,
      .slider .sliderproducts .slick-next:hover {
        background: #891F29; }
        .slider .sliderproducts .slick-prev:hover svg,
        .slider .sliderproducts .slick-next:hover svg {
          fill: #fff; }
    .slider .sliderproducts .slick-next {
      right: 0px; }
    .slider .sliderproducts .slick-prev {
      right: 44px; }
    .slider .sliderproducts .slick-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 16px; }
      .slider .sliderproducts .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        width: 14px;
        height: 4px;
        border-radius: 5px; }
        .slider .sliderproducts .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 100%;
          height: 100%;
          border: 0px;
          outline: none;
          background: #FFDCE8;
          padding: 0px; }
      .slider .sliderproducts .slick-dots li.slick-active {
        background: #891F29; }
        .slider .sliderproducts .slick-dots li.slick-active button {
          background: none; }
  .slider .slick-prev,
  .slider .slick-next {
    display: none !important; }
  .slider .item {
    vertical-align: top;
    display: inline-block;
    margin: 0px 8px;
    background: #fff; }
    .slider .item .photo {
      display: block;
      position: relative;
      background: #F3F4F6;
      width: 100%;
      height: 72vh;
      border-radius: 12px;
      overflow: hidden; }
      @media (max-width: 999px) {
        .slider .item .photo {
          height: 60vh; } }
      .slider .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .slider .item .contant {
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      position: absolute;
      bottom: 0px;
      width: 100%;
      padding: 24px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .slider .item .contant .tag {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #000;
        text-transform: uppercase; }
        .slider .item .contant .tag .line {
          width: 50px;
          height: 2px;
          background: #891F29; }
      .slider .item .contant .title {
        font-size: 60px; }
        @media (max-width: 999px) {
          .slider .item .contant .title {
            font-size: 34px; } }
      .slider .item .contant .bottom {
        background: #000; }
        .slider .item .contant .bottom:hover {
          background: #891F29; }
    .slider .item .sale {
      opacity: 0;
      display: flex;
      align-items: center;
      gap: 4px;
      position: absolute;
      right: -50px;
      top: 114px;
      color: #000;
      text-transform: uppercase;
      rotate: -90deg;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 999px) {
        .slider .item .sale {
          display: none; } }
      .slider .item .sale .line {
        width: 100px;
        height: 2px;
        background: #891F29; }
    .slider .item.slick-active .contant,
    .slider .item.slick-active .sale {
      opacity: 1; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  direction: rtl;
  text-align: right;
  font: 500 16px / 28px "Noto Sans Arabic", sans-serif; }

.che-box {
  padding-left: 0px !important;
  padding-right: 22px !important; }
  .che-box input[type="radio"],
  .che-box input[type="checkbox"] {
    right: auto !important;
    left: 9000px !important; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    left: auto !important;
    right: 0px !important; }

.header .burger {
  left: auto;
  right: 90px; }
  .header .burger-line {
    left: auto;
    right: 0px; }
.header .site-actions .showboxsearch {
  left: auto;
  right: 12px; }
  .header .site-actions .showboxsearch .form-control {
    padding: 0px;
    padding-left: 70px; }
  .header .site-actions .showboxsearch .btnsearch {
    right: auto;
    left: 0px; }
  .header .site-actions .showboxsearch .cancel {
    right: auto;
    left: 44px; }
.header .site-actions .navbar .logo {
  left: auto;
  right: 12px; }
.header .site-actions .navbar .cancel {
  right: auto;
  left: 12px;
  z-index: 10; }
@media screen and (max-width: 999px) {
  .header .site-actions .navbar {
    left: auto;
    right: -100%; }
    .header .site-actions .navbar.active {
      left: auto;
      right: 0px; } }
.header .site-actions .menu-link .hot {
  left: auto;
  right: 50%;
  margin: 0;
  margin-right: -20px; }
  @media (max-width: 999px) {
    .header .site-actions .menu-link .hot {
      right: auto; } }
.header .site-actions .submenu {
  left: auto;
  right: 0px; }
.header .site-actions .language {
  border-right: 0px;
  padding-right: 0px;
  border-left: 1px solid #cfcfcf;
  padding-left: 12px; }
  .header .site-actions .language .showboxlanguage {
    left: auto;
    right: 0px; }

.video-popup .popup-content .close-btn,
.data-popup .popup-content .close-btn {
  right: auto;
  left: 12px; }

.product-details .sale {
  border-radius: 10px 3px 3px 10px; }

.data-popup .price {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 12px; }
  .data-popup .price span {
    font-size: 18px; }
    .data-popup .price span.new {
      color: #891F29; }
    .data-popup .price span.old {
      text-decoration: line-through; }
    .data-popup .price span i {
      font-size: 14px;
      font-style: normal; }
.data-popup .sale {
  left: auto;
  right: 16px;
  border-radius: 3px 10px 10px 3px; }

#dataShare .copylink .bottom {
  right: auto;
  left: 7px; }

#dataquickly .minhead .close-btn {
  left: auto; }

.sidebar,
.sidebarfilter {
  left: auto;
  right: -480px; }
  .sidebar.active,
  .sidebarfilter.active {
    left: auto;
    right: 0px; }
  @media (max-width: 600px) {
    .sidebar,
    .sidebarfilter {
      left: auto;
      right: -100%; } }
  .sidebar .cards-container li .sale,
  .sidebarfilter .cards-container li .sale {
    left: auto;
    right: 8px;
    border-radius: 3px 10px 10px 3px; }
  .sidebar .cart-summary,
  .sidebarfilter .cart-summary {
    left: auto;
    right: 0px; }
  .sidebar .accordion .accordion-item .accordion-header:after,
  .sidebarfilter .accordion .accordion-item .accordion-header:after {
    right: auto;
    left: 0px; }
  .sidebar .selectfilter .stylebar .ui-slider-handle:last-child,
  .sidebarfilter .selectfilter .stylebar .ui-slider-handle:last-child {
    margin-left: -14px; }
  .sidebar .selectfilter .pr-input .input-box .currency,
  .sidebarfilter .selectfilter .pr-input .input-box .currency {
    left: auto;
    right: 16px; }

.faq .accordion .accordion-item .accordion-header:after {
  right: auto;
  left: 0px; }

.framer-container .itemone .squareimg:nth-child(1) {
  margin: 0;
  margin-right: -10%; }
.framer-container .itemone .squareimg:nth-child(3) {
  margin: 0;
  margin-left: -10%; }

.product-details .informations .nav a:after {
  left: auto;
  right: 0; }
.product-details .informations .rev-it .pr-skill-bar .probox .progress .progress-bar:after {
  right: auto;
  left: -15px; }
.product-details .informations .rev-it .pr-skill-bar .probox .progress .progress-bar .progress-value {
  right: auto;
  left: 0; }
.product-details .informations .detals .rev-sbans span.selected {
  margin-right: 0px;
  margin-left: 16px; }
.product-details .informations .detals .rev-sbans #stars li.star {
  margin-right: 0px;
  margin-left: 4px; }

.icon-pass {
  right: auto !important;
  left: 24px !important; }

.loginpage .text svg,
.forgot .text svg {
  rotate: 180deg; }

.shoppingcart .fieldcode .form-control,
.payment .fieldcode .form-control {
  padding-right: 0.75rem;
  padding-left: 117px; }
.shoppingcart .fieldcode .bottom,
.payment .fieldcode .bottom {
  right: auto;
  left: 1px;
  border-radius: 0.375rem 0px 0px 0.375rem; }

.payment .item .inner .flexproperty .num {
  right: auto;
  left: 4px; }

.iconuser {
  right: auto;
  left: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 8px; }

@media (max-width: 999px) {
  .profile .itemuser {
    left: auto;
    right: -100%; }
    .profile .itemuser.active {
      left: auto;
      right: 0px; } }
.profile .itemuser .clos-user {
  right: auto;
  left: 16px; }
.profile .itemuser .inner .imgcent .file-bro {
  right: auto;
  right: 8px; }
.profile .itemuser .inner .listmenu a .number {
  right: auto;
  left: 12px; }
.profile .item .innerprofile .table th,
.profile .item .innerprofile .table td {
  padding: 0.5rem 0px 0.5rem 0.5rem; }
.profile .item .innerprofile .contactorders .action a svg {
  margin-left: 0px;
  margin-right: 8px; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 12px;
  padding: 16px;
  border-radius: 4px;
  gap: 8px;
  height: 60px; }
  .alert p {
    color: #fff;
    text-transform: capitalize;
    margin: 0px !important; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

.headtitle .title::before {
  left: auto;
  right: -26px; }
  @media (max-width: 999px) {
    .headtitle .title::before {
      left: auto;
      right: -13px; } }

select.form-control {
  background: #fff url(../images/arrow.svg) left 12px center no-repeat !important;
  background-position: 12px 16px; }

.pagination li:last-child svg {
  transform: rotate(90deg); }
.pagination li:first-child svg {
  transform: rotate(-90deg); }

.customer-reviews .slider-customer .item,
.blogs .item {
  direction: rtl; }

.more svg {
  rotate: 180deg; }

.scrollTopBtn {
  right: auto;
  left: -100px; }
  .scrollTopBtn.show {
    right: auto;
    left: 12px; }

.maplink li a {
  padding-right: 0px;
  padding-left: 16px; }
  .maplink li a:before {
    right: auto;
    left: 0; }

.footer .item-whatsapp {
  left: auto;
  right: 16px; }
.footer .item .formsearch .form-control {
  padding-right: 0.75rem;
  padding-left: 84px; }
.footer .item .formsearch .bottom {
  right: auto;
  left: 0px;
  top: 0px;
  border-radius: 0.375rem 0px 0px 0.375rem; }

/*# sourceMappingURL=home-rtl.css.map */
