.category__list{
display:none;
width:100%;
padding: 11px;
box-sizing: border-box;
position: fixed;
z-index: 999;
background-color: #F4FAFF;
top: 0;
height:100%;
bottom: 0;
left: 0;
right: 0;
}
.category__list__heading,
.subcats__list__mobile li{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.subcats__list__mobile{
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
}
.subcats__list__mobile li{
margin-bottom: 11px;
padding-bottom: 11px;
padding-right: 10px;
margin-right:10px;
border-bottom: 1px solid #DEE6EA;
font-weight: 300;
font-size: 16px;
box-sizing: border-box;
}
.subcats__list__mobile li a{
color: #2C2C2C;
}
.category__block__mobile{
  margin-top:15px;
  height:100%;
  overflow-y: auto;
}
.category__list__heading{
  font-weight: 700;
  font-size: 18px;
}
.name__category{
  color: #00A0E3
}
.category__list.show{
  display:block;
}
