@media only screen and (min-width: 10px) and (max-width: 1024px) {
  .cms_full_menu {
    display: none;
  }
  .cms_full_menu_sub {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .cms_full_menu {
    display: block;
  }
  .cms_full_menu_sub {
    display: none;
  }
}

#tm,
.cms_checkbox {
  display: none;
}

#tm:checked + .cms_full_menu_one_menu,
.cms_checkbox:checked + .cms_full_menu_one_menu-menu {
  display: block;
}
.cms_full_menu_one_menu,
.cms_full_menu_one_menu-menu {
  display: none;
}
.cms_full_menu_sub {
  /*text-align: right;*/
}
.my_white_sub,
.my_white_sub a {
  color: #fff !important;
}
.my_white_sub > span.drop-icon {
  padding-left: 20px;
}
label.my_white_sub.my_menu {
  font-family: sans-serif;
  font-size: 1.3rem;
  line-height: 40px;
}
.my_white_sub span.drop-icon {
  font-size: 1.4rem;
}
