:root{
    --body-color:#ffffff;
    --primary-color:#223D2C;
    --secondary-color:#CAA153;
  --store-background:#fff
    
}

.home section .section-title{
    color:var(--primary-color)!important;
    font-weight:600
}
.home section .section-subtitle{
    color:#caa153!important
}
.nav-tabs .nav-link.active{
    color:var(--secondary-color)!important
}
 .sl_cat_02{
     display: none 
}