
.itake-scrolling-wrapper-flexbox {
  display: none;
}
.itake-scrolling-wrapper-flexbox-child {
  display: none;
}
.itake-scrolling-searchbar-div {
  display: none;
}

@media (max-width: 922px){
  .itake-scrolling-searchbar-div{
    display: none;
  }
  .itake-scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: sticky;
    top:0px;
    z-index:8000;
  }
  .itake-scrolling-wrapper-flexbox .itake-card {
    flex: 0 0 auto;
  }
  
  .itake-card {
    height: 44px;
    background-color: #fafafa;
    font-size: 1.15em;
    padding-left:20px;
    padding-right:20px;
    display:flex; 
    align-items:center; 
  }
  
  .itake-scrolling-wrapper-flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .itake-scrolling-wrapper-flexbox::-webkit-scrollbar {
    display: none;
  }
  .itake-card>a.active{
      color: #fb4b7a;
      border-bottom: 2px solid #fb4b7a;
  }



  


  .itake-scrolling-wrapper-flexbox-child {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: sticky;
    top:44px;
    z-index:8000;
  }
  .itake-scrolling-wrapper-flexbox-child .itake-card-child {
    flex: 0 0 auto;
  }
  
  .itake-card-child {
    height: 44px;
    background-color: #ffebd0;
    font-size: 1.15em;
    padding-left:20px;
    padding-right:20px;
    display:flex; 
    align-items:center; 
  }
  
  .itake-scrolling-wrapper-flexbox-child {
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .itake-scrolling-wrapper-flexbox-child::-webkit-scrollbar {
    display: none;
  }
  .itake-card-child>a.active{
      color: #fb4b7a;
      border-bottom: 2px solid #fb4b7a;
  }
}




.widget.widget_block {
  display: block;
}
@media (max-width: 544px){
  .widget.widget_block{
    display: none;
  }
}

