.admin__menu .level-0.item-magehq-core > .submenu > ul > .level-1:only-of-type > .submenu-group-title {
    display: block;
}
.magehq-menu {
    color: #41362f;
    float: left;
    font-size: 1.6rem;
    margin-top: .7rem;
}
.page-main-actions._hidden .magehq-menu {
    display: none;
}
.magehq-menu .dropdown {
    display: inline-block!important;
    position: relative;
}
.magehq-menu .dropdown:before, .magehq-menu .dropdown:after {
    content: "";
    display: table;
}
.magehq-menu .admin__action-dropdown {
    font-size: 1.6rem;
    letter-spacing: .025em;
    background-color: #f8f8f8;
    z-index: 20;
    transition: border-color 0.15s ease;
}
.magehq-menu .dropdown .dropdown-menu {
    margin: 0;
    padding: 6px 0 3px 0;
    list-style: none none;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px #007bdb solid;
    position: absolute;
    z-index: 1000;
    top: 100%;
    line-height: 1.36;
    min-width: 18.5rem;
    margin-top: -1px;
    display: none;
    transition: all 0.15s ease;
    visibility: hidden;
    opacity: 0;
}
.magehq-menu .dropdown.active .admin__action-dropdown-text:after {
    background-color: #ffffff;
    content: '';
    height: 6px;
    position: absolute;
    top: 100%;
    right: -6px;
    left: 0;
}
.magehq-menu .dropdown.active .admin__action-dropdown,
.magehq-menu .dropdown.active .dropdown-menu {
    border-color: #007bdb;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.magehq-menu .dropdown.active .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.magehq-menu .dropdown .dropdown-menu li:hover,
.magehq-menu .dropdown .dropdown-menu li.current {
    background: #e0f6fe;
    cursor: pointer;
}
.magehq-menu .dropdown-menu>li>a:focus,.magehq-menu .dropdown-menu>li>a:hover{
    background: #e0f6fe;
}
.magehq-menu .dropdown-menu li {
    margin: 0;
    border: 0;
    cursor: default;
    font-size: 1.4rem;
    list-style-type: none;
}
.magehq-menu .dropdown-menu li a {
    text-decoration: none;
    color: #41362f;
    display: block;
    padding: .6rem 1.8rem;
}
.magehq-menu .dropdown-menu li.separator {
    border-top: 1px #adadad solid;
}
.magehq-menu .dropdown-menu li.separator a {
    padding-top: .8rem;
}

/* The container <div> - needed to position the dropdown content */
.magehq-menu .dropdown-child {
    position: relative;
}

/* Dropdown Content (Hidden by Default) */
.magehq-menu .dropdown-content {
    border-radius: 2px;
    left: 100%;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    top: 0;
    border: 1px #adadad solid;
}

/* Links inside the dropdown */
.magehq-menu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.magehq-menu .dropdown-content a:hover {background-color: #e0f6fe}

/* Show the dropdown menu on hover */
.magehq-menu .dropdown-child:hover .dropdown-content {
    display: block;
}
.entry-edit .preview-product {
    margin-top: 20px;
}
#preview-product-btn {
    background-color: #eb5202;
    color: #fff;
    border: 1px solid #adadad;
    padding: 0.6rem 1em 0.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.36;
    cursor: pointer;
}


.magehq-tt {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.magehq-license .magehq-vitem {
    float: left;
    margin-bottom: 2%;
    width: 42%;
    margin-right: 2%;
    border: 1px solid #ccc;
    padding: 2%;
}
.magehq-license .pdetails {
    padding-top: 10px;
}
.magehq-license .pdetails a {
    color: #ff5501;
    font-weight: 600;
}
.magehq-license .plicense {
    padding-bottom: 5px;
    display: block;
}

.accordion .config .magehq-license .pd-license input[type="text"],
.magehq-license .pd-license input[type="text"] {
    width: 400px;
    max-width: 100%;
}
.magehq-license .pmeta {
    padding-top: 10px;
}
.magehq-license .pmeta span.pinvalid {
    color: #ff0000;
}
.magehq-license .pmeta span.pvalid {
    color: #008000;
}