/*home wishlist and cart*/
.head_style
{
    background-color:#fff;
}
.product-box {
        position: relative;
    }

    .img-block {
        position: relative;
    }

    .cart-info {
        opacity: 1;
        position: absolute;
        bottom: 79px;
        left: 0;
        display: flex;
        gap: 5px; /* Adjust the gap as needed */
    }

    .cart-info a {
        width: 35px;
        height: 35px;
        background-color: #fff;
        /* padding: 5px; */
        border-radius: 50%;
        text-decoration: none;
        color: #000;

    }

    .wishlist-icon {
        position: absolute;
        bottom: 20px; /* Adjust the distance from the bottom as needed */
        left: 0;
        background-color: transparent;
        padding: 5px;
        border-radius: 50%;
        text-decoration: none;
        color: #000;
    }


/*social media footer*/
.social-media-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container {
    text-align: center;
    margin: 0 10px; /* Adjust the margin as needed */
}

.icon-container a {
    width:50px;
    height:50px;
    display: block;
    background: #FFFFFF;
    text-decoration: none;
    color: #dfb861; /* Adjust the color as needed */
}

.icon-title {
    font-weight: bold;
    position: relative;
    top: -8px;
    display: block;
    font-size: 8px; 
}



/*lines in home across catgoery title*/
.title-basic {
    position: relative;
}

.line-left,
.line-right {
    position: absolute;
    top: 20%;
    border-top: 1px solid #000;
    width: 40%;
}

.line-left {
    left: 0;
    transform: translate(0, -50%);
}

.line-right {
    right: 0;
    transform: translate(0, -50%);
}
@media (max-width: 767px) {
    .line-left,
    .line-right {
        width: 100px; /* Adjust the width for smaller screens */
    }
}

.top-navbar {
    background-color:black;
    padding: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add box-shadow here */
}
    /* Style the dropdown button */
/* Style the dropdown button */
.dropbtn {
    background-color: black;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;  
}


/* Rest of the styles remain unchanged */
/* ... */


/* 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;
}

.badge_count
{
   border-radius: 50% !important;
  color: #fff;
  background-color: #423a3ad1 !important;
}
.input-group-prepend
{
    z-index:0!important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
 }
 #preloader-img img {
    width: 150px; /* Adjust as needed */
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-20px) scale(1.2);
    }
    60% {
        transform: translateY(-10px) scale(0.8);
    }
}
 
.notification-bar {
  background-color: black;
  box-shadow: 0px 1px 11px #8b4e4e;
  /*border-radius: 3px;*/
 

}

.field-label{
        color:#241e20;

}

label {
    color:#241e20;
}

.notification-bar p {
    color: white;
/*    font-weight: bold;
*/    font-size: 13px;
    
    

  
}

img {
      border-radius: 8px;
}


.service-banner .row > div:nth-child(2n+1) .service-box {
    /*background-color: #000000;*/
    background-color:#000000;
    
/*    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:#000000;
}

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: #000000;*/
    background-color: #000000;
    font-weight: bold;
    /*box-shadow: -3px 1px 5px #c5c1c1;
*/}



.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: #000;

}

footer .footer-social ul li a i {
    font-size: 22px;
    color: #000000;
    
}

.tap-top {
color: #000000;
background: #ffffff;

    }



footer.footer-2 .sub-footer {
    background-color: #000000;
    font-weight: bold;
    color : white;
/*    box-shadow: 0px 1px 11px gray;
*/
}
.btn
{
    border-radius:0px!important;
}
footer .sub-footer p {
    color: black;
  
}

footer .subscribe-section {
    /*background-color: #000000;*/
    background-color: #000000;
    color:#000000;
}

.btn-solid {

color: #fff;
background-color: black;
}

footer.footer-2 .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    background-color: #000000;
    color:#ffffff;
}

.add_to_cart .cart-inner .cart_media li .buttons a {
    font-size: 16px;
    color: #fff;
}

header .toggle-nav {
/*    display: none;
*/}

/*slider.home-fix .slider-contain {
    height: 70px;

height: 0px;
}*/

header.header-4 .brand-logo img {
    width:100px;
}

.home-slider.home-fix .home, .home-slider.home-fix .slider-contain {
    height: 0vh;
}

.bg-gradient {
    background: #000000;

}




.product-buttons {
            color: #000000;

}


.img-fluid {
  /*max-width: 100%;*/
  height: auto;
  }
  
  .img-fluid1 {
      
  }
  
  
  .service-banner .row > div:nth-child(2n+1) .service-box {
      background-color: #000000;
  }
  
  
  .service-banner .row > div:nth-child(2n) .service-box {
    background-color: #000000;
     
    
  }
  
  footer .call-text h3 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: -68px;
}

footer .call-us, footer .callus {
    border:none;   
}
  
  
.title-basic {
    top: 16px;
}
  
  
  
.slick-slide slick-current slick-active {
    width: 100px!important;
}
  
.mobile_logo
{
    display:none;
}
.announce_bar
{
    display:block;
}
.brand-logo
{
    display:block;
}
.lang_nav_mobile
{
    display:none;
}

.text-white {
  color: #000 !important;
}

.image_height
{
    height:300px;
}


/* === BASE HEADING === */ 

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

 

/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: black;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  right: 50%;
  margin-right: -50px;
  background-color: black;
}