/* your custom style rtl goes here */
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/ar-fonts/Droid_Arabic_Kufi.eot');
    src: url('../fonts/ar-fonts/Droid_Arabic_Kufi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ar-fonts/Droid_Arabic_Kufi.woff') format('woff'),
    url('../fonts/ar-fonts/Droid_Arabic_Kufi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Sakkal Majalla';
    src: url('../fonts/ar-fonts/Sakkal_Majalla.eot');
    src: url('../fonts/ar-fonts/Sakkal_Majalla.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ar-fonts/Sakkal_Majalla.woff') format('woff'),
    url('../fonts/ar-fonts/Sakkal_Majalla.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  /* *{font-family: 'Droid Arabic Kufi',serif !important;} */

  h1, h2, h3, h4, h5, p, .has-sub a,strong, .header ul li a, .navbar-nav > li > a, .dropdown-menu > li > a, .btn, footer ul.link-list li a, .list-group li a {
    /*font-family: smart4dsTitles, sans-serif;*/
    font-family: 'Droid Arabic Kufi',serif !important;
  }

  body {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }

.featured-section-title{
    background: var(--primary);
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.text-truncate-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mr-top-5{
    margin-top: 5px;
}
.jssocials-share:last-child{margin-right: 0.6em;}

.product-status {
  position: absolute;
    /*background: #268543;*/
    right: 0px;
    top: 20px;
    /*width: 35%;*/
    height: 30px;
    /* line-height: 30px; */
    color: #fff;
    /* padding-left: 12px; */
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.img-fit-1 {
  max-height: 100%;
  /*width: 100%;*/
  object-fit: none;
}
.section-store-description{
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgb(239, 238, 238);
}
#store-description {
  min-height: 150px;
}

#store-description h1 {
  /*color: #000;*/
  font-size: 26px;
  font-weight: 600;
  padding-top: 25px;
  color: rgb(239, 238, 238);
}

#store-gulf-description h1 {
  /*color: #000;*/
  font-size: 26px;
  font-weight: 600;
  padding-top: 25px;
  color: rgb(0, 0, 0);
}

.lightener[data-v-0760ba2e] {
  background-color: rgba(255,255,255,.04);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

#store-description p {
  /*color: #000;*/
  font-size: 16px;
  line-height: 26px;
  color: rgb(239, 238, 238);
}

#store-gulf-description p {
  /*color: #000;*/
  font-size: 16px;
  line-height: 26px;
  color: rgb(0, 0, 0);
}

#store-description .social-bar {
  margin: 15px 0;
}
.scroll-y{
  height:543px;
  overflow-y: scroll;
}
.scroll-y-400{
  height:400px;
  overflow-y: scroll;
}
.text-red {
  color: rgb(248, 6, 6) !important;
  font-style: italic;
}

.phone-rotate {
  animation: shake 10s linear infinite;
}
@keyframes shark {
  100% {transform: rotate(180deg);}
}
.whatsapp{
  background: #075E54;
}
