@font-face {
  font-family: "Al-Jazeera";
  src: url('../fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype');
  font-weight: bold
}
@font-face {
  font-family: "Al-Jazeera";
  src: url('../fonts/Al-Jazeera-Arabic-Regular.ttf') format('truetype');
  font-weight: normal
}
body.rtl-mode {
  direction: rtl;
  font-family: 'Al-Jazeera' !important;
  text-align: right
}

body.rtl-mode .slick{
  direction: ltr;
  text-align: right;
}

.slick-pagination:not(.slick-pagination-vertical){
  left: 0 !important;
  right: 0 !important;
}

.product-image img{
  height: 255px;
  object-fit: cover;
}



.available {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #949cb0;
}

.available .btn{
  border: 1px solid #949cb0;
  color: #949cb0;
  margin: 5px;
}

.view-video{
  padding-bottom: 60px;
}

.view-video .video-js{
  width: 100%;
  height: 600px;
}

.rating-stars{
  color: #fff;
}

.btn-warning:not(label.btn), .btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-warning:not([href]), .btn-warning:not([href]):not([href]):not(:disabled):not(.disabled){
  background: #ffb50d;
  color: #fff;
}

.navbar-brand, .navbar-brand > img{
  width: auto;
  height: 45px;
}

.navbar-expand-xl .navbar-nav .nav-link .fa-phone{
  transform: rotate(100deg);
}

.video-main-description p{
  color: #fff;
}

.rating-stars .btn{
  width: 40.45px;
  height: 36.97px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.timeslot {
  font-size: 12px;
  font-weight: normal;
  display: inline-flex;
  margin-top: 10px;
}

.popover-body ul {
  margin: 0;
}

.popover-body ul li{
  margin: 0 5px;
}

.popover-body ul li a{
 display: flex;
 color: #333;
 font-size: 16px;
 align-items: center;
}
.popover-body ul li a i{
  margin: 0 5px;
  color: #24baef;
 }



 @media (max-width: 767px){
  .navbar-brand, .navbar-brand > img{
    height: auto;
  }

  .navbar-expand-xl .navbar-brand, .navbar-expand-xl .navbar-brand > img{
    width: auto;
    height: 40px;
  }
  .navbar-collapse{
    padding: 0 15px;
  }

  .btn-icon{
    padding: 0;
    width: auto !important; 
    height: auto !important;
    background: transparent;
  }

  .navbar form.d-inline-flex{
    display: flex !important;
    width: 100%;
    padding: 0 15px 20px;
  }
 }