.subsubsub {
  display: none !important; }

.wp-header-end + .notice.elementor-message {
  display: none !important; }

body.post-type-scenario #wpcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  body.post-type-scenario #wpcontent > * {
    width: 100%; }
  body.post-type-scenario #wpcontent #wpbody {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  body.post-type-scenario #wpcontent #story {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 100px; }

body.post-type-scenario #wpbody-content {
  padding-bottom: 0; }

.field-read-only {
  position: relative; }
  .field-read-only,
  .field-read-only * {
    cursor: not-allowed; }
    .field-read-only::-moz-selection,
    .field-read-only *::-moz-selection {
      background: none;
      color: none; }
    .field-read-only::selection,
    .field-read-only *::selection {
      background: none;
      color: none; }
  .field-read-only > div {
    opacity: 0.8; }
  .field-read-only::after {
    content: "";
    cursor: inherit;
    position: absolute;
    opacity: 0.5;
    background: #eee;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

body:not(.administrator) #wp-admin-bar-root-default,
body:not(.administrator) #wp-admin-bar-edit-profile {
  display: none; }

body:not(.administrator) #adminmenu > li[class*=menu-icon-product] .wp-submenu {
  display: none; }

body:not(.administrator) #slugdiv {
  display: none; }

body:not(.administrator)[class*=post-type-product] .page-title-action {
  display: none; }

body:not(.administrator)[class*=post-type-product] .misc-pub-visibility,
body:not(.administrator)[class*=post-type-product] .misc-pub-curtime {
  display: none; }

body:not(.administrator)[class*=post-type-product] #preview-action {
  display: none; }

body:not(.administrator)[class*=post-type-product] #edit-slug-box {
  display: none !important; }

body:not(.administrator)[class*=post-type-product]:not([class*=lampeberger]) .subsubsub {
  display: none; }

body:not(.administrator) .tablenav > .actions {
  display: none; }

body:not(.administrator) .row-actions {
  display: none; }

body.lampeberger[class*=post-type-product] .page-title-action {
  display: block; }

html.wp-toolbar {
  padding-top: 0 !important; }

#wpadminbar {
  background: transparent !important;
  display: none !important; }
  #wpadminbar .ab-item,
  #wpadminbar a.ab-item,
  #wpadminbar a {
    border-bottom-left-radius: 3px;
    background: #32373c; }

body.administrator #wp-admin-bar-root-default {
  display: none; }

#adminmenu {
  margin-top: 0; }
  #adminmenu li.wp-menu-separator {
    display: none !important; }
  #adminmenu > li.wp-first-item:hover {
    background: transparent !important; }
  #adminmenu > li.wp-first-item > a {
    padding-top: 120px;
    background: url(logo.png) !important;
    background-repeat: no-repeat !important;
    background-size: 130px !important;
    background-position: center !important;
    background-color: transparent !important; }
    #adminmenu > li.wp-first-item > a + .wp-submenu {
      display: none; }

.folded #adminmenu > li.wp-first-item > a {
  padding-top: 10px;
  background: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #033040 !important; }

body[class*=post-type-product] a[href*="preview=true"] {
  display: none; }

#postbox-container-2 .postbox {
  height: 0;
  overflow: hidden;
  opacity: 0; }
  #postbox-container-2 .postbox.full {
    height: auto;
    opacity: 1;
    -webkit-transition: 0.1s opacity ease-out;
    transition: 0.1s opacity ease-out; }

#publish_product div.inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0; }
  #publish_product div.inside > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 15px; }
    #publish_product div.inside > div select {
      width: 100%; }
    #publish_product div.inside > div:last-child {
      background-color: #eee;
      border-top: 1px solid #ddd; }

a.edit-post-status,
a.cancel-post-status,
a.save-post-status,
#post-status-display {
  display: none !important; }

#post-status-select {
  display: block !important; }

#acf-group_5af2b4784a4a3 {
  display: none !important; }

#dashboard-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #dashboard-products > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

table.widefat td {
  vertical-align: middle; }

.column-translations {
  text-align: center !important; }
  .column-translations > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .column-translations span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 40px;
    margin: 2px;
    height: 28px;
    width: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: lowercase;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; }
    .column-translations span.draft {
      background-color: #d8d8d8; }
    .column-translations span.publish {
      background-color: #37ca89; }
    .column-translations span.pending {
      background-color: #37b2ca; }
    .column-translations span.base {
      background-color: #949494; }
      .column-translations span.base::after {
        content: "";
        border-left: 1px solid #000;
        height: 36px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: -3px; }

.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 8px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  color: #fff;
  font-weight: 700;
  font-size: 12px; }

span.status {
  text-transform: lowercase;
  color: #fff;
  background: #242424; }
  span.status.status-publish {
    background-color: #37ca89; }
  span.status.status-to_edit_content {
    background-color: #949494; }
  span.status.status-to_edit_seo {
    background-color: #ad6174; }
  span.status.status-pending {
    background: #37b2ca; }
  span.status.status-draft {
    background: #d8d8d8; }
  span.status.status-raw {
    background: #000; }
  span.status.status-disabled {
    background: #c50000; }

td .updater-button {
  cursor: pointer; }

td .field-updater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  td .field-updater span {
    cursor: pointer; }

td:not(.show-field-updater) > div.field-updater {
  display: none; }

td.show-field-updater > .badge {
  display: none; }

.bulkactions {
  width: 100%; }

#table-extra-filters {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 790px) {
    #table-extra-filters {
      padding-right: 240px; } }
  #table-extra-filters > div {
    margin-top: 10px; }
  #table-extra-filters > div:not(:last-child) {
    margin-right: 5%; }
  #table-extra-filters strong {
    display: block;
    margin-bottom: 5px; }
  #table-extra-filters .badge {
    white-space: nowrap; }
  #table-extra-filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px; }
    #table-extra-filters ul > li {
      margin: 0 5px; }
      #table-extra-filters ul > li .material-icons {
        color: #fff;
        margin-right: 6px;
        font-size: 14px;
        -webkit-transform: scale(1.6);
        transform: scale(1.6); }
      #table-extra-filters ul > li a {
        display: block;
        position: relative;
        text-decoration: none; }
        #table-extra-filters ul > li a.active::after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 8px 0 8px;
          border-color: #c1c1c1 transparent transparent transparent;
          left: calc(50% - 10px);
          bottom: -11px; }

p.search-box {
  margin-top: -52px; }

#translation li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #translation li em {
    font-size: 11px;
    margin: auto 3px auto auto; }

#translation label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #translation label input {
    margin: auto 5px auto 0; }

#image img {
  max-width: 100%; }

.login h1 a {
  background: none; }

#backtoblog {
  display: none; }

#backtoblog,
#ure-sidebar,
#ure_pro_advertisement {
  display: none !important; }

div#timeline .inside {
  overflow: auto; }

ul#timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 70px 30px 60px;
  text-align: center;
  width: 1300px; }
  ul#timeline > li.line {
    height: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 200px; }
  ul#timeline > li {
    background-color: #aeb6bf;
    position: relative; }
    ul#timeline > li.active {
      background-color: #2c3e50; }
  ul#timeline > li.point {
    height: 12px;
    width: 12px;
    border-radius: 12px; }
    ul#timeline > li.point > strong {
      position: absolute;
      bottom: 24px;
      width: 90px;
      left: -39px;
      font-size: 11px;
      line-height: 1.2;
      display: block; }
    ul#timeline > li.point > div:not(.note) {
      position: absolute;
      top: 24px;
      width: 120px;
      left: -54px;
      text-align: center;
      font-size: 11px;
      line-height: 1.2;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      ul#timeline > li.point > div:not(.note):hover {
        white-space: normal; }
    ul#timeline > li.point.has-note {
      cursor: pointer; }
    ul#timeline > li.point div.timeline-note {
      display: none;
      max-width: 600px; }

.column-magento_status {
  text-align: center !important; }

.color-success {
  color: #b6c500; }

.color-warning {
  color: #c50000; }

#status_note,
div.timeline-note {
  border-color: #3c5969;
  background: #4d7489;
  color: #fff;
  max-width: 600px; }
  #status_note .toggle-indicator,
  div.timeline-note .toggle-indicator {
    color: #fff; }
  #status_note h2,
  div.timeline-note h2 {
    border-color: #3c5969;
    color: #fff; }
  #status_note strong,
  div.timeline-note strong {
    text-decoration: underline; }
  #status_note .author,
  div.timeline-note .author {
    margin-top: 15px; }
  #status_note p,
  div.timeline-note p {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1px; }

#titlediv #title {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #24292d;
  font-size: 32px;
  padding: 0;
  margin: 0; }
  #titlediv #title:not([disabled="disabled"]) {
    padding: 10px;
    border-bottom: 2px solid #4d7489; }

#image.postbox {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #image.postbox h2,
  #image.postbox button {
    display: none; }
  #image.postbox .inside {
    display: block !important; }

.fancybox-inner .note {
  padding: 30px;
  width: 600px;
  height: 300px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out; }
  .fancybox-inner .note h2 {
    font-weight: normal;
    font-size: 14px; }
  .fancybox-inner .note textarea {
    width: 100%;
    padding: 10px;
    height: 150px; }
  .fancybox-inner .note .buttons {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fancybox-inner .note.loading {
    width: 270px;
    height: 270px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
    .fancybox-inner .note.loading .custom-loader {
      opacity: 1; }

.back-action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 190px;
  background: #fff;
  padding: 5px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-shadow: 1px 1px 1px #d8d8d8;
  box-shadow: 1px 1px 1px #d8d8d8;
  border-radius: 2px; }
  .back-action a span {
    margin-right: 10px; }

.custom-loader {
  opacity: 0;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #0085ba;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0085ba), color-stop(42%, rgba(0, 133, 186, 0)));
  background: linear-gradient(to right, #0085ba 10%, rgba(0, 133, 186, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out; }
  .custom-loader:before {
    width: 50%;
    height: 50%;
    background: #0085ba;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .custom-loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#wpfooter div {
  text-align: center; }

.copy-to-clipboard {
  margin: 5px 0 0 5px; }

.editor-code {
  float: right; }
  .editor-code:after {
    content: "\f475";
    color: #666; }

.upload-block {
  float: right; }
  .upload-block:after {
    content: "\f317";
    color: #666; }

.notice.elementor-message {
  display: none !important; }

.update-nag {
  display: none; }

#dashboard-widgets .postbox-container {
  width: 100% !important; }
  #dashboard-widgets .postbox-container #dashboard_navigation {
    background: none;
    border: 0; }
    #dashboard-widgets .postbox-container #dashboard_navigation h2,
    #dashboard-widgets .postbox-container #dashboard_navigation button {
      display: none; }
    #dashboard-widgets .postbox-container #dashboard_navigation .inside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      margin: 0 -15px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #dashboard-widgets .postbox-container #dashboard_navigation .inside ul,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside li {
        list-style: none;
        padding: 0;
        margin: 0; }
      #dashboard-widgets .postbox-container #dashboard_navigation .inside > li {
        width: 130px;
        margin: 15px;
        background: #fff;
        border: 1px solid #e5e5e5;
        -webkit-transition: 0.1s all ease-out;
        transition: 0.1s all ease-out; }
        #dashboard-widgets .postbox-container #dashboard_navigation .inside > li:hover {
          -webkit-transition: 0.2s all ease-out;
          transition: 0.2s all ease-out;
          -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
          border-color: #5db5d2; }
        #dashboard-widgets .postbox-container #dashboard_navigation .inside > li > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          min-height: 60px; }
          #dashboard-widgets .postbox-container #dashboard_navigation .inside > li > a div.wp-menu-image:before {
            font-size: 32px;
            height: 32px;
            width: 32px;
            color: #5db5d2;
            padding: 10px 0; }
          #dashboard-widgets .postbox-container #dashboard_navigation .inside > li > a div.wp-menu-name {
            padding-bottom: 10px; }
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #menu-dashboard,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #menu-appearance,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #menu-plugins,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #menu-settings,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #menu-media,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #toplevel_page_edit-post_type-acf-field-group,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #toplevel_page_acf-options-options-generales,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #toplevel_page_elementor,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #toplevel_page_pmxi-admin-home,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside .wp-menu-separator,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside .wp-submenu,
      #dashboard-widgets .postbox-container #dashboard_navigation .inside #collapse-menu {
        display: none; }

#export-page {
  padding: 40px 20px 40px 0; }
  #export-page #export-actions {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    #export-page #export-actions .btn {
      margin-right: 15px;
      cursor: pointer;
      text-decoration: none;
      color: #fff; }
    #export-page #export-actions .btn-default {
      background: #aaa; }
    #export-page #export-actions .btn-primary {
      background: green; }
    #export-page #export-actions .btn-cancel {
      background: red; }
  #export-page #export-entries {
    background: #fff;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc; }
    #export-page #export-entries .no-result {
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #export-page #export-entries #export-entries-list .export-entry-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #export-page #export-entries #export-entries-list .export-entry-item:not(:last-child) {
        border-bottom: 1px solid #eee; }
      #export-page #export-entries #export-entries-list .export-entry-item > span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
        white-space: nowrap;
        text-align: center; }
        #export-page #export-entries #export-entries-list .export-entry-item > span.item-id, #export-page #export-entries #export-entries-list .export-entry-item > span.item-processed {
          max-width: 50px; }
        #export-page #export-entries #export-entries-list .export-entry-item > span.item-post_type, #export-page #export-entries #export-entries-list .export-entry-item > span.item-user_id {
          max-width: 100px; }
    #export-page #export-entries #export-entries-list .export-entry-item-heading > span {
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      padding: 10px 5px; }

#edit-slug-box {
  display: none; }
