.mainCategory {
    /* background-color: red; */
    min-height: 300px;
}



.mainCategory li {
    color: white;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    background: #0d4195;
    min-height: 40px;
    font-weight: 600;
}

.mainCategory a>li:hover {
  background: white;
  color: #0d4195;
  border: 2px solid #0d4195;
  font-weight: bold;
}

.mainCategory a>li.activeCategory{
  background: white;
  color: #0d4195;
  border: 2px solid #0d4195;
  font-weight: bold;
}
/* .mainCategory ul{
    width:105%;
} */


.subCategory {
  padding-left: 50px;
    min-height:800px;
    /* display: none; */
}

.default {
    display:block;
  }
  
  
  /* :target {
    display:block;
    scroll-margin-top: 20px;
  }
  
  :target ~ .default {
    display:none;
  }
 
  :target::before{
    color: black;
  } */

  .productsbanner{
    margin-top: 30px;
  }