.sc_icons_item_description {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .sc_layouts_menu_mobile_button .sc_layouts_item_icon {
    font-size: 2em !important;
    margin-top: -40px !important;
  
  }
}

@media (max-width: 799px) {
  /* Remove 3 dots menu */
  .sc_layouts_menu_nav li.menu-collapse {
    display: none !important;
  }

.sc_layouts_menu_nav a {
    color: #ffc400 !important;
  }

  .sc_layouts_menu_nav .sf-with-ul:after,
  .sc_layouts_menu_nav .sf-with-ul:before {
    color: #ffc400 !important;
  }

  .sc_layouts_menu_mobile_button {
    pointer-events: auto !important;
    z-index: 9999 !important;
  }
}