.main-menu.main-menu-light-white>nav>ul>li>a {
    color: #000 !important;
}

.header-bottom .header-action-right a span.pro-count {
    color: #fff;
}

.header-top-ptb-1 {
    background-color: #8a5522;
}

#news-flash ul li a,
#news-flash ul li i,
#news-flash ul li span{
  color: #fff;
}

.banners .banner-img .banner-text{
 	display: none; 
}

.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-track {
    display: flex;
    width: calc(300px * 10); /* total items */
    animation: scroll 20s linear infinite;
}

.logo-item {
    width: 271px;
    flex-shrink: 0;
}

.logo-item img {
    width: 100%;
    height: auto;
}

/* Continuous animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.main-menu.main-menu-light-white>nav>ul>li>a{
	color: #a63c11 !important;
	font-size: 18px;
}

.main-menu.main-menu-light-white>nav>ul>li>a:hover {
    color: #4e2906 !important;
}



.header-info > ul > li:hover > a {
  color: #fff;
}

.popular-categories {
 	background: #8a552212;  
}

.product-tabs {
 	/* background: #f9fff0;  */
}

.featured-product-section{
 	background: #8a552212;  
}

.featured-product-section .product-cart-wrap{
 	margin: 0px 10px; 
}

.featured-blogs-section .card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

.img-ads-section img{
  border-radius: 15px;
}