@font-face {
  font-family: "theSans";
  src: url("../fonts/WOFF2/TheSansOffice-Regular_TRIAL.woff2") format("woff2"),
    url("../fonts/TTF/TheSansOffice-Regular_TRIAL.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "theSans";
  src: url("../fonts/WOFF2/TheSansOffice-Bold_TRIAL.woff2") format("woff2"),
    url("../fonts/TTF/TheSansOffice-Bold_TRIAL.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "theSans";
  src: url("../fonts/WOFF2/TheSansOffice-Italic_TRIAL.woff2") format("woff2"),
    url("../fonts/TTF/TheSansOffice-Italic_TRIAL.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "theSans";
  src: url("../fonts/WOFF2/TheSansOffice-BoldItalic_TRIAL.woff2")
      format("woff2"),
    url("../fonts/TTF/TheSansOffice-BoldItalic_TRIAL.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

body.rtl {
  direction: rtl;
  text-align: right;
  font-family: "theSans" !important;
}
body.rtl a:not(.arabic) {
  font-weight: bold;
}
body.rtl label {
  font-size: 18px;
}
body.rtl input {
  font-size: 15px;
}
body.rtl input , select {
  font-family: "inherit";
}
/* ================ HEADER ================ */
body.rtl .header-top form.search input {
display:none;
}
body.rtl .header-top form.search button {
    display:none;
}

@media screen and (max-width: 992px) {
  body.rtl .header-top form.search {
    right: auto;
    left: 0;
  }
  body.rtl .header-top form.search.active {
    left: 0;
  }
}

body.rtl .cart-box-overlay .cart-box {
  right: auto;
  left: -400px;
  opacity: 1;
  visibility: visible;
}

body.rtl .cart-box-overlay .cart-box .cart-box-product {
  padding-right: 0;
}
body.rtl .cart-box-overlay .cart-box .cart-box-product .me-3 {
  margin-right: auto !important;
  margin-left: 1rem;
}
body.rtl .cart-box-overlay .cart-box.active {
  right: auto;
  left: 0;
}
body.rtl .cart-box-overlay .cart-box .me-2 {
  margin-right: auto !important;
  margin-left: 1rem;
}

body.rtl .header-top .head-right {
  gap: 18px;
}

/* ================ MENU ================ */
body.rtl .menu a,
body.rtl .mobile a {
  font-size: 18px;
  font-weight: bold;
}

body.rtl .our-store .store-head li {
  margin-right: 0;
  font-size: 22px;
}
body.rtl .our-store .store-head li a {
  font-size: 17px;
}
body.rtl .our-store .store-head li:not(:last-child) {
  margin-left: 35px;
}
body.rtl .btn {
  font-size: 15px;
  letter-spacing: 0;
}
body.rtl .services .service-desc h2 {
  font-size: 32px;
}
body.rtl .services .service-desc a {
  font-size: 18px;
}
body.rtl .footer .me-auto {
  margin-right: 0 !important;
  margin-left: auto;
}
body.rtl .footer h3 {
  font-size: 20px;
}

body.dir .owl-carousel {
  direction: rtl;
}

body.rtl .forget .forget-inner span.close-forget {
  right: auto;
  left: 20px;
  font-size: 28px;
}

body.rtl .pin-code input {
  margin-right: 0px !important;
  margin-left: 10px !important;
}
body.rtl .classic .sort {
  padding-left: 30px;
  padding-right: 10px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(11% - 10px) center;
  background-image: url(../images/select-arrow.svg);
}
body.rtl .classic .classic-top .text-right {
  text-align: left ;
}
@media screen and (max-width: 576px) {
  .classic .classic-top h3,
  .classic .classic-top .text-right {
    text-align: center !important;
  }
}

body.rtl .design h3 {
  font-size: 30px;
}
body.rtl .design p {
  font-size: 18px;
}

body.rtl .sec-head {
  font-size: 20px;
}
body.rtl .left-catalog h4 {
  font-size: 25px;
}
@media screen and (min-width: 992px) {
  body.rtl .contact .form-circle {
    float: left;
}
}
body.rtl .contact .form-circle li .pe-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}
body.rtl .cart-parent table.table-cart tbody td img {
  margin-left: 1rem;
  margin-right: 1rem;
}


body.rtl .slider-caption {
  float: right !important;
  text-align: right !important;
}

body.rtl .slider-items.slider01 {
  background: url(../images/slider01Ar.jpg) center / cover no-repeat;
  height: 500px;
}

body.rtl .slider-items.slider02 {
  background: url(../images/slider01En.jpg) center / cover no-repeat;
  height: 500px;
}

body.rtl .slider-items .slider-caption h2 {
  font-size: 35px;
}
body.rtl .slider-items .slider-caption p {
  font-size: 18px;
}
.slider-caption {
  float: left;
  text-align: left;
}


#filter-icon {
    font-size: 20px;
    color: #555;
    cursor: pointer;
    text-align:right;
    margin-left: 200px !important;
}
