
.tmenu-mobile__container .dm-headphone{
  display:none;
  align-items:center;
  margin-left:auto;
  margin-right:16px;
  color:#0b70b6;
  font-size:16px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
  text-decoration:none;
}
@media screen and (max-width:980px){
  .tmenu-mobile__container .dm-headphone{display:flex;}
}
@media screen and (max-width:360px){
  .tmenu-mobile__container{padding-left:14px;padding-right:14px;}
  .tmenu-mobile__container .dm-headphone{font-size:14px;margin-right:12px;}
  .tmenu-mobile__burgerlogo .tmenu-mobile__imglogo{width:76px!important;}
}
</style>