@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700";
@import "https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
body{
    direction: rtl;
       font-family: "Cairo", sans-serif !important;
       text-align: right;
}
html,h1,
h2,
h3,
h4,
h5,
h6,a,span,div {

   font-family: "Cairo", sans-serif !important;
}
.my-icon,
[class*="icon-"] {
   font-family: "icomoon" !important;
}
html:not([dir="rtl"]) .our-products.v1 .slider .prev-btn, html:not([dir="rtl"]) .our-products.v2 .slider .prev-btn {
    right: unset;
    left: 0;
}
.hero-slider .swiper-button-next {
    right: unset;
    left: 18px;
}
.hero-slider .swiper-button-prev {
    right: unset;
    right: auto;
    left: 78px;
}
html:not([dir="rtl"]) .about-beeberry.v3 .abou-o-img img:nth-child(2) {
    right: calc(38% - 12px);
}
html:not([dir="rtl"]) .about-beeberry.v3 .content-left {
    padding: 0 100px 0 0px;
}
html:not([dir="rtl"]) .make-a-new-story.v1 li {
    margin-left: 0;
    margin-right: auto;
}
html:not([dir="rtl"]) .make-a-new-story.v1 li:nth-child(2n + 0) {
    margin-left: 0;
    margin-right: inherit;
}
html:not([dir="rtl"])
  .v1
  .blog-sidebar__wrapper
  .blog-sidebar__widget-head
  .blog-sidebar__widget-title:before {
    left: 0;
    right: 0;
}
html:not([dir="rtl"])
  .v1
  .blog-sidebar__wrapper
  .blog-sidebar__widget-head
  .blog-sidebar__widget-title {
    padding-left: 0;
    padding-right: 30px;
}
html:not([dir="rtl"]) .menu-bar .main-menu li.has-dropdown > a:after {
    margin-left: 0;
    margin-right: 8px;
}
html:not([dir="rtl"])
  .menu-bar
  .main-menu
  li.has-dropdown
  .has-dropdown
  > a:after {
    
    right: unset;
    /* margin-left: 0; */
    left: 33px;
    margin-right: 0;
}
html:not([dir="rtl"]) .menu-bar .main-menu li ul ul {
    left: 0;
    right: 100%;
}
html:not([dir="rtl"]) .blog-news.v2 .blog-card .blog-content .left-btn {
    left: unset;
    right: -40px;
    rotate: 180deg;
}
html:not([dir="rtl"]) .blog-news.v2 .blog-card .blog-content {
    margin-left: 0;
    margin-right: 40px;
}
.v1 .blog-sidebar__wrapper .my-range-slider .tag-price p {
  padding-left: 0;
  padding-right: 10px;
}
.my-icon.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}