.notification-bar {
    background-color: #cea17a;
/*    box-shadow: 0px 1px 11px gray;
*/
}

.notification-bar p {
    color: black;
/*    font-weight: bold;
*/    font-size: 13px;
}  
    
.text-primary {
  color: #1a3c52 !important;

  
}

img {
      border-radius: 8px;
}


.service-banner .row > div:nth-child(2n+1) .service-box {
    /*background-color: #cea17a;*/
    background-color:#E9E9E9;
    
/*    box-shadow: -3px 1px 5px #c5c1c1;
*/}

.service-banner .service-box p {
    color: black;
    font-weight: bold;
    font-size: 12px;

}

.product-box .product-info h5 {
    color: #000;
}

.category .category-block .category-content h5 {
    color: #000;
}

/*footer .sub-footer .payment-card-bottom {*/
/*        color: #444ca1;*/

/*}*/

footer .subscribe-section {
    background-color:#525252;
}

footer.footer-2 .sub-footer {
    background-color: #000;;
}


.category .category-block:hover {
    background-color: #cdcee1;
 
}

footer .call-text .call-no {
    color: #000;

}

.service-banner .row > div:nth-child(2n) .service-box {
    /*background-color: #cea17a;*/
    background-color: #E9E9E9;
    font-weight: bold;
    /*box-shadow: -3px 1px 5px #c5c1c1;
*/}

/* Style the dropdown button */
.dropbtn {
    background-color: #e3e1e2;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;  
}
/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Style the dropdown links */
.dropdown-content a {
    color: #333;
    padding: 12px 7px;
    text-decoration: none;
    display: block;
    width: 70px;
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.img-fluid bg-img {
height: 300px;  

}

.product-box .img-block .cart-details i, .product-box .img-block .cart-wrap i {
    color: #ffffff;
    
}


header .search-bar .search-icon {

background-color: #cea17a;

}

footer .footer-social ul li a i {
    font-size: 22px;
    color: #cea17a;
}

.tap-top {
color: white;
  background: #1a3c52;
    }



footer.footer-2 .sub-footer {
    background-color: #cea17a;
    font-weight: bold;
    color : black;
/*    box-shadow: 0px 1px 11px gray;
*/
}

footer .sub-footer p {
    color: #000;
  
}

footer .subscribe-section {
    /*background-color: #525252;*/
    background-color: #e9e9e9;
    color:#000000;
}

.btn-solid {

color: #fff;
  background-color: #2d4976;
}

footer.footer-2 .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    background-color: #736f6f;
    color:#ffffff;
}

.add_to_cart .cart-inner .cart_media li .buttons a {
    font-size: 16px;
    color: #000;
}

header .toggle-nav {
/*    display: none;
*/}

/*slider.home-fix .slider-contain {
    height: 70px;

height: 0px;
}*/

header.header-4 .brand-logo img {
    width:145px;
}

.home-slider.home-fix .home, .home-slider.home-fix .slider-contain {
    height: 0vh;
}

.bg-gradient {
    background: #cea17a;

}




.product-buttons {
            color: #cea17a;

}


.img-fluid {
  /*max-width: 100%;*/
  height: auto;
  }
  
  .img-fluid1 {
      
  }
  
  
  .service-banner .row > div:nth-child(2n+1) .service-box {
      background-color: #cea17a;
  }
  
  
  .service-banner .row > div:nth-child(2n) .service-box {
    background-color: #cea17a;
    
  }
  
  .title {
      font-family:Tajawal-Light !important;
  }
  
  h2 {
      font-family:Tajawal-Light !important;
  }
  
  
  
  
  /*new css*/
  .fade-in{animation:fadeIn 1s ease-in-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}
    .drawer-enter{animation:drawer .25s ease-out both}@keyframes drawer{from{transform:translateX(100%)}to{transform:translateX(0)}}
    .slider{display:flex;transition:transform .6s ease-in-out}
    .icon{width:28px;height:28px;display:inline-block}
    
    .cat_title
    {
        background-color:#f4ede4;
        color:#333;
    }
    .cat_title:hover{
        color:#333;
    }
    .video_div
    {
        background-color:#f4ede4;
    }
    
    .btn-pro-home
    {
      
        background-color: rgb(26 60 82);
    }
    .bg-footer
    {
        background-color: rgb(26 60 82);
    }
    .footer_li li
    {
        display:block;
        text-align:right!important;
         
    }
    .footer_li li a
    {
        color:rgb(244 237 228 / 0.9);
         
    }
  
  