/* Add custom CSS styles below */ 
section.banner-images .content-image .cat.rounded-md:nth-of-type(5) ,
section.banner-images .content-image .cat.rounded-md:nth-of-type(6){
    display:none;    
}
section.banner-images .content-image{
    justify-content:center;
}
section.numbers.mt-20.container .products.grid{
        grid-template-columns: repeat(3, 1fr);
}
section.landing-page-fixed-bannar .btn-changing {
    background-color: #CB8A2F;
}
section.landing-page-fixed-bannar{
  margin-top: 6%;
}
footer.store-footer * ,
footer.store-footer{
    color:black ;   
    background-color:white !important;
}