.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;
    margin-top: -42px;
    -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: 90px;
    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-header {
    display: flex;
    align-items: center;
    width: 100%;
    background: #EC008C;
    height: 42px; }
    .header .site-header .listcontact {
      display: flex;
      align-items: center;
      gap: 16px; }
      @media (max-width: 999px) {
        .header .site-header .listcontact {
          display: none; } }
      .header .site-header .listcontact a {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #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; }
        .header .site-header .listcontact a:hover {
          opacity: 0.7; }
        .header .site-header .listcontact a svg {
          width: 16px; }
    @media (max-width: 999px) {
      .header .site-header .social {
        width: 100%;
        justify-content: center; } }
  .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: 8px 0px; } }
    .header .site-actions .logo img {
      max-width: 100px; }
      @media (max-width: 999px) {
        .header .site-actions .logo img {
          max-width: 70px; } }
    .header .site-actions .actions {
      display: flex;
      align-items: center;
      gap: 12px; }
      .header .site-actions .actions .bottoms {
        display: flex;
        align-items: center;
        gap: 12px; }
        .header .site-actions .actions .bottoms a {
          position: relative;
          display: flex;
          align-items: center;
          gap: 8px;
          cursor: pointer; }
          .header .site-actions .actions .bottoms a .number {
            position: absolute;
            top: -11px;
            right: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 16px;
            height: 16px;
            background: #EC008C;
            color: #fff;
            border-radius: 50%;
            font-size: 12px; }
          .header .site-actions .actions .bottoms a svg {
            width: 26px; }
          .header .site-actions .actions .bottoms a.searchicon svg {
            width: 22px; }
          .header .site-actions .actions .bottoms a img {
            min-width: 26px;
            max-width: 26px;
            height: 26px;
            background: #F3F4F6;
            border-radius: 50%; }
          .header .site-actions .actions .bottoms a p {
            max-width: 92px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #000; }
            @media (max-width: 999px) {
              .header .site-actions .actions .bottoms a p {
                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-right: 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: #EC008C;
        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: #9c005d; }
        .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: 70px; }
      .header .site-actions .navbar .language {
        display: none; }
        @media (max-width: 999px) {
          .header .site-actions .navbar .language {
            display: block;
            padding: 12px;
            border: 0px; }
            .header .site-actions .navbar .language .showboxlanguage {
              position: relative;
              top: auto;
              margin-top: 12px;
              width: 100%;
              box-shadow: none;
              background: #F3F4F6; } }
      .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;
          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 .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 12px; } }
        .header .site-actions .menu-link .hot {
          position: absolute;
          top: 14px;
          left: 50%;
          background: #EC008C;
          color: #fff;
          font-size: 11px;
          line-height: 17px;
          padding: 0px 8px;
          margin-left: -20px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          background-clip: padding-box; }
          @media (max-width: 999px) {
            .header .site-actions .menu-link .hot {
              position: relative;
              left: auto;
              top: auto; } }
          .header .site-actions .menu-link .hot:after {
            content: "";
            position: absolute;
            bottom: -4px;
            left: 12px;
            border-top: 5px solid #EC008C;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            height: 0px;
            width: 0px;
            z-index: 100; }
            @media (max-width: 999px) {
              .header .site-actions .menu-link .hot: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: #EC008C; }
      @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: #EC008C; }
    .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; } }
    .header .site-actions .language {
      position: relative;
      display: flex;
      align-items: center;
      border-right: 1px solid #cfcfcf;
      padding-right: 12px;
      line-height: 18px; }
      @media (max-width: 999px) {
        .header .site-actions .language {
          display: none; } }
      .header .site-actions .language .sublanguage {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #000;
        cursor: pointer; }
        .header .site-actions .language .sublanguage svg {
          min-width: 14px;
          max-width: 14px;
          height: 10px;
          fill: #000; }
      .header .site-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 .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 .language .showboxlanguage a svg {
            width: 12px;
            height: 12px;
            fill: #EC008C;
            opacity: 0; }
          .header .site-actions .language .showboxlanguage a:hover, .header .site-actions .language .showboxlanguage a.active {
            color: #EC008C; }
          .header .site-actions .language .showboxlanguage a.active svg {
            opacity: 1; }

.slider-item {
  padding: 0px !important;
  height: 80vh; }
  @media (max-width: 999px) {
    .slider-item {
      height: 60vh; } }
  .slider-item .carousel {
    overflow: hidden;
    height: 100%; }
    .slider-item .carousel:hover .carousel-control-next {
      right: 24px; }
    .slider-item .carousel:hover .carousel-control-prev {
      left: 24px; }
    .slider-item .carousel .carousel-inner {
      height: 100%; }
    .slider-item .carousel .carousel-item {
      overflow: hidden;
      height: 100%; }
      .slider-item .carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .slider-item .carousel .carousel-control-next,
    .slider-item .carousel .carousel-control-prev {
      width: 44px;
      height: 44px;
      top: 50%;
      background: #00000087;
      opacity: 1;
      margin-top: -24px;
      border-radius: 50%;
      -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 .carousel .carousel-control-next,
        .slider-item .carousel .carousel-control-prev {
          display: none; } }
      .slider-item .carousel .carousel-control-next svg,
      .slider-item .carousel .carousel-control-prev svg {
        width: 18px;
        height: 18px;
        fill: #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; }
      .slider-item .carousel .carousel-control-next:hover,
      .slider-item .carousel .carousel-control-prev:hover {
        background: #EC008C; }
    .slider-item .carousel .carousel-control-next {
      right: -90px; }
    .slider-item .carousel .carousel-control-prev {
      left: -90px; }
      .slider-item .carousel .carousel-control-prev svg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .slider-item .carousel .carousel-indicators {
      position: relative;
      padding: 0px;
      margin: 0px;
      gap: 8px;
      margin-top: 16px; }
      .slider-item .carousel .carousel-indicators [data-bs-target] {
        text-indent: 0;
        width: 100px;
        height: 100px;
        margin: 0px;
        border: 2px solid #F3F4F6;
        opacity: 1; }
        @media (max-width: 999px) {
          .slider-item .carousel .carousel-indicators [data-bs-target] {
            width: 60px;
            height: 60px; } }
        .slider-item .carousel .carousel-indicators [data-bs-target].active {
          border: 2px solid #EC008C; }
        .slider-item .carousel .carousel-indicators [data-bs-target] img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .slider-item .container {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%; }
    .slider-item .container .contant {
      max-width: 50%; }
      @media (max-width: 999px) {
        .slider-item .container .contant {
          max-width: 100%; } }
      .slider-item .container .contant .title {
        color: #9c005d;
        font-size: 50px; }
        @media (max-width: 999px) {
          .slider-item .container .contant .title {
            font-size: 30px; } }
      .slider-item .container .contant p {
        font-size: 18px; }
        @media (max-width: 999px) {
          .slider-item .container .contant p {
            display: none; } }
      .slider-item .container .contant .bottom {
        margin-top: 16px; }

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: #EC008C; }
    .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 */
