
/* Mobile */
@media (max-width: 576px) {


  .toggle-menu-button{
    display:block;
    text-align:center;
    width:100%;
    font-weight:bold;
  }
  .smart-toggle{
    display:block;
    width:100%;
  }
  .header-pc{

  }
  .header-pc .header-top{
    padding-top:0px;
    padding-bottom:5px;
  }
  .header-pc .header-top .logo{
    text-align: center;
    padding-bottom:5px;
  }
  .header-pc .header-top .text-end{
    text-align:left !important;
  }
  .header-top .info.separator-left{
    border-left:none;
  }
  .header-top .info .icon{
      font-size:24px;
  }
  .header-top .info .text h4{
    font-size:14px;
  }
  .header-top .info{
    padding-left:0px !important;
  }



  .pachet-item .info ul{
    -webkit-column-count: 1;
      column-count: 1;
      list-style: none;
      line-height: 2;
      margin: 0;
      padding: 0;
      font-size:14px;
  }
  .top-main-menu .nav-item{
    width:100%;
  }
  .top-main-menu{
    display:none;
  }
  .main-container{
    padding:10px;
  }

  .recent-posts .card-recent .thumb img{
    width:100%;
    max-width:none;
  }

}
