@font-face {
    font-family: "Tajawal";
    src: url('fonts/JF-Flat-regular-1.ttf');
}
body{
    font-family: "Tajawal" !important;
      text-transform: capitalize
}
h2{
    font-family: "Tajawal" !important;
      text-transform: capitalize
}
h5{
    font-family: "Tajawal" !important;
      text-transform: capitalize
}
p{
    font-family: "Tajawal" !important;
      text-transform: capitalize
}

.header__menu ul li:last-child{
    margin-right: 45px;
}
.footer__widget .footer__newslatter form button {
    right: 20rem;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic{
    float: right;
    margin-left: 30px;
    margin-right:unset;
}
.shop__sidebar__accordion .card-heading a:after, .shop__sidebar__accordion .card-heading>a.active[aria-expanded="false"]:after {
    right: unset;
    left: 0px;
}
.product__details__tab .nav-tabs .nav-item:last-child {
    margin-right: 50px;
}
.contact__form button {
    letter-spacing: 0px;
}
.shop__sidebar__search form button {
    right: 87%;
}
.shop__sidebar__accordion .card-heading.active a:after {
    right: unset;
    left: 0px;
}
body{
    height: 100%;
}
a{
    text-decoration: none;
     text-transform: capitalize
}
.header__menu {
    padding: 10px 0 15px !important;
}   
.header__nav__option{
    padding: 38px 0 !important;
}
.footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #134221 ;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  .footer .social-links a:hover {
    background: #ca9f29;
    color: #fff;
    text-decoration: none;
  }
  .showMoreGallery{
      color: #ca9f29 !important;
  }
  .showMoreGallery:hover{
    color: #b9932a !important;
  }
  .ResponsFoot{
    height: 110px;
    }
    .dNoneForPc{
        display: none;
    }
    .dNoneForPcOnly{
        display: none;
    }
   .marginRespons{
    margin-top: 55%;

   }
   .filter__type li{
    color: #b7b7b7;
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    display: inline-block !important; 
    margin-right: 48px;
    cursor: pointer;
   }
   .filter__type li.active {
    color: #111;
}
.filter__controls li{
    margin-right:unset !important;
    font-weight: unset !important;
}
.page-item.active .page-link {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111 !important;
    height: 30px !important;
    width: 30px !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
    line-height: 30px !important;
    text-align: center !important;
    border-color: #111 !important;
    background-color:unset !important;
}
.page-link{
    padding:unset;
}
.product__pagination span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    padding-left: 10px;
    padding-right: 10px;
}
.page-item{
    padding-left: 10px;
}
.activeATagProduct{
    color: #000000 !important;
}
.header__menu ul li.myActive a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.myBgSet{
    height: 120px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__menu ul li a:after{
    background: #ca9f29 !important;
}
.banner__item:hover .banner__item__text a:after{width:40px;background:#ca9f29 !important}
.product__item__text a{
    color:#ca9f29 !important;
    font-weight: unset !important;
}
.header__top{
    background: #072f13 !important;
}
.hot__deal__sticker{
    background: #072f13 !important;
}
.primary-btn{
    background: #072f13 !important;
}
.section-title span{
    color:#ca9f29 !important;
    font-size: 25px !important;
    font-family:"Tajawal" !important;
    letter-spacing:unset !important;
    font-weight:unset !important;
}
.blog__item:hover a::after{
    background:#ca9f29;
}
.footer{
    background:#072f13 !important;

}
.footer__copyright__text p a{
    color:#ca9f29;
}
.footer__widget ul li a:hover{
    color:#ca9f29;
} 
.footerTag:hover{
    color:#ca9f29 !important;
} 
.footerTag{
    color:#072f13 !important;
} 
.footer__widget .footer__newslatter form button {
    right: unset !important;
    left: 0;
}
.site-btn{
    background: #072f13 !important ;
}
::placeholder {
    color: #b7b7b7 !important;
    opacity: 1; /* Firefox */
  }
  /* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .myactive, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .myfade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
  .slideshow-container{
    max-width: unset !important;
  }
  a:hover {
    color: #072f13;
}
.titleSlider{
    color:#ca9f29 !important;
    text-shadow: 2px 2px #072f13;
}
.bg-my-slider{
    background-color: white;
}
.hoverBtnShow:hover{
color: #ca9f29;
font-family: "Tajawal" !important;
letter-spacing: 4px !important;
transition: all , 1.1s;
}
.hoverBtnShow{
    letter-spacing: 2px !important;
}
.ProductTitle{
        font-size:unset !important;
        font-weight: 700;
        position: unset !important;
        left: unset !important;
        top: unset !important;
        opacity: unset !important;
        visibility: unset !important; 
        font-family: "Tajawal" !important;
    }
    .product__item__text .ProductTitle{
        color: black !important ;
    }
    .product__item__text .ProductTitle:hover{
        color: #ca9f29 !important ;
    }
    .secondryHover:hover{
        color: #ca9f29 !important;
        transition: all , 1.1s;
        text-decoration: none !important;
    }
    .shop__sidebar__accordion .card-heading a:after, .shop__sidebar__accordion .card-heading>a.active[aria-expanded="false"]:after {
        content: unset !important;
        font-family: "FontAwesome";
        font-size: 24px;
        font-weight: 700;
        color: #111;
        position: absolute;
        right: 0;
        top: 2px;
        line-height: 20px;
    }
    #default{
        text-align:center;
      }
      
    .easyzoom img {
        display: block;
    }
    
    
    /* Shrink wrap strategy 2 */
    .easyzoom {
        display: inline-block;
    }
    .easyzoom img {
        vertical-align: bottom;
    }

    .spad_count_3{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .blog__item__text a:hover{
        color: #ca9f29 !important;
        transition: all , .3s;
    }
    .banner__item.banner__item--last {
        margin-top: 60px !important;
    }
    figure.newGall{
        width:240px !important;
        margin-right: 40%;
    }
    .product__details__tab .nav-tabs .nav-item .nav-link.active{
        border-bottom:2px solid #072f13 !important;
    }

    .product__details__tab .nav-tabs .nav-item:last-child {
        margin-right: 0 !important;
    }
.aTageCursor{ cursor: pointer !important; }
.blog__item__text a{
    letter-spacing:unset !important;
}
.slicknav_arrow{
    padding-right: 10px !important;
}
.header__menu ul li a{
    font-weight: unset !important;
    color: white !important;
}
.header {
    background:#072f13 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Tajawal" !important;
    font-weight: unset !important;
     text-transform: capitalize !important;
}
.hero__items{
    height: 660px !important;
    padding-top: 230px;
    background-size: cover !important;

}
.marginNav{
    margin-top: 20px !important;
    margin-bottom: unset !important;
}
.footer__widget h6{
    letter-spacing:unset !important;
    font-family: "Tajawal" !important;
}
.dNoneForPc{
    display: none;
}
.product__item:hover .product__item__text a{
    top:0px !important;
}
  
  h2{
    text-align:center;
    padding: 20px;
    background-size: cover !important;
  }
  /* Slider */
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  .marginPc{
      margin-left: 10px;
  }
  .header__logo {
    padding: 15px 0 !important;
  }
  .a-class{
    color: white !important;
  }

  .a-class:hover{
    color: #ca9f29 !important;
   cursor:pointer;
  }
  .myResHeight{
      max-height: 500px!important;
      min-width: 50% !important;
       
  }
  .text-test{
    word-break: break-all;
  }
  .blog__item__text{
    padding: 15px 9px 0px !important;
    margin: unset !important;
    margin-top: -5px !important;
    background: #fff;
    word-break: break-word;
    
  }
  .widthHeightBg{
    background-size: 100% 100%;
  }
  .search-switch{
      color: white !important;
  }
  .serchStyle{
    color: #b7b7b7;
    font-size: 15px;
    border: none;
    background: transparent;
    position: absolute;
    left: 0;
    padding: 0 15px;
    top: 0;
    height: 100%;
  }
  .serch-relative{
      position: relative;
  }
  .header__nav__option a {
      margin-right:0px;
  }
  .header__menu ul li ul li:hover .dropdown2 {
    top: 10px;
    opacity: 1;
    visibility: visible;
}
.header__menu ul li ul li .dropdown2 {
    position: absolute;
    right: 142px;
    top: 80px;
    width: 150px;
    background: #111;
    text-align: left;
    padding: 5px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all , .3s;
    -o-transition: all , .3s;
    transition: all , .3s;
}
.header__menu ul li ul li:hover .dropdownen {
    top: 10px;
    opacity: 1;
    visibility: visible;
}
.header__menu ul li ul li .dropdownen {
    position: absolute;
    left: 142px;
    top: 80px;
    width: 150px;
    background: #111;
    text-align: left;
    padding: 5px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all , .3s;
    -o-transition: all , .3s;
    transition: all , .3s;
}
.page-item:last-child .page-link{
    display: none;
}
.page-item:first-child .page-link {
    display: none;
}
.slick-track
{
    display: flex !important;
}
.slick-slide
{
    height: inherit !important;
}
.text-weight{
    font-weight: 600;
}
.rightLogo{
    right: unset !important;
}
.product__details__tab__content{
    word-break: break-word;
}
.this_unset_height{
    height: unset !important;
}

