@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Naskh+Arabic:wght@400..700&display=swap');


body{
    direction: rtl;
      /* font-family: "Cairo", sans-serif; */
}
h1,h2,h3,h4,h5,h6,p,a,i,span{
      /* font-family: "Cairo", sans-serif; */

}
.tf-product-info-list .style-2{
    text-align: right !important;
}
.infor-heading{
    text-align: right !important;
}
.form-search-product .btn-submit-form{
        margin-right: 594px !important;
}
h5, .main-title, .title-normal{
      /* margin-right: 43% !important; */
      font-size: 22px !important;
}
.flat-title-has-icon {
   text-align:center;
   justify-content:center;
}

.tf-nav-menu .item-link::after {
    right: 250px !important;
    rotate: 180deg !important;
    top: 21%;
}
.form-search-product .search-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  direction: rtl;
}
.menu-item > .sub-menu-container{
    right:100%;
}

.form-search-product .select-category select {
  width: 200px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
  flex-shrink: 0;
}

.form-search-product .search-box {
  position: relative;
  flex: 1;
  min-width: 0;
}

.form-search-product .search-box input {
  width: 100%;
  padding: 10px 12px 10px 44px; /* الأيقونة على اليسار */
  border-radius: 6px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: right;
}

.form-search-product .search-box .btn-submit-form {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  z-index: 9999;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-search-product .search-box .btn-submit-form i {
  font-size: 18px;
}


@media (max-width: 768px) {
  .form-search-product .search-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .form-search-product .select-category select,
  .form-search-product .search-box {
    width: 100%;
  }

   .form-search-product .search-box .btn-submit-form {
    left: 10px !important;
    top:62px !important;
    background-color: black !important;
  }
}
.checkout-status .checkout-bar::after {
  content: "";
  position: absolute;
  height: 4px;
  right: 0;
  top: 0;
  background-color: var(--primary);
  border-radius: 999px;
}

.hover-tooltip.tooltip-left .tooltip{
    left:100%;
}

.box-btn-slide-2{
    text-align:center;
}
