div.customer-menu-controlled {
    font-size: 18px;
}

div.customer-menu-controlled .clearfix:before, div.customer-menu-controlled .clearfix:after {
    display: table;
    content: " ";
}

div.customer-menu-controlled .clearfix:after {
    clear: both;
}

div.customer-menu-controlled div {
    /* background-color: #8c198b; */
}

div.customer-menu-controlled div>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.customer-menu-controlled li {
    float: left;
}

div.customer-menu-controlled div>ul>li>a {
    display: block;
    /* background-color: #d611d4; */
    /* color: #FFFFFF; */
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
}

div.customer-menu-controlled div>ul>li>a>span {
    vertical-align: bottom;
}

div.customer-menu-controlled div>ul>li.current_page_item>a, div.customer-menu-controlled div>ul>li>a:hover {
    /* background-color: #a03a9f; */
}

div.customer-menu-controlled li>ul {
    display: none;
}


/* menu-right */

div.customer-menu-controlled div.menu-right {}

div.customer-menu-controlled div.menu-right>ul {
    float: right;
}


/* menu-center */

div.customer-menu-controlled div.menu-center {}

div.customer-menu-controlled div.menu-center>ul {
    display: table;
    margin: 0 auto;
}


/* menu-justify */

div.customer-menu-controlled div.menu-justify {}

div.customer-menu-controlled div.menu-justify>ul {
    width: 100%;
}

div.customer-menu-controlled div.menu-justify>ul>li {
    display: table-cell;
    float: none;
}

div.customer-menu-controlled div.menu-justify>ul>li>a {}

div.customer-menu-controlled div.menu-justify>ul>li>a:hover {}

.direction-control {
    position: relative;
}

.direction-control li {
    position: relative;
}

.direction-control a {
    display: block;
}

.direction-control ul {
    display: none;
    min-width: 180px;
    position: absolute;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #dddddd;
}

.direction-control li>ul {
    top: 100%;
    left: 0;
}

.direction-control li:hover>ul {
    display: block;
}

.direction-left li li>ul {
    top: 0;
    left: 100%;
}

.direction-right li>ul {
    top: 100%;
    left: auto;
    right: 0;
}

.direction-right li li>ul {
    top: 0;
    left: auto;
    right: 100%;
}

div.menu-vertical-orientation {}

div.menu-vertical-orientation li {
    float: none;
}

div.menu-vertical-orientation li ul {
    top: 70%;
    right: auto;
    bottom: auto;
    left: 15px;
}

div.menu-vertical-orientation .direction-right li ul {
    top: 70%;
    right: 15px;
    bottom: auto;
    left: auto;
}

a.hamburger-show-button {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10000;
    background: #fff;
    border: 1px solid;
    color: #444;
    border-radius: 4px;
    padding: 10px 12px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

a.placement-left-top, a.placement-right-top {
    top: -100%;
}

a.placement-left-bottom, a.placement-right-bottom {
    bottom: -100%;
}

.show-hamburger a.hamburger-show-button {
    display: block;
}

.show-hamburger a.placement-left-top {
    bottom: auto;
    top: 10px;
    left: 10px;
}

.show-hamburger a.placement-left-bottom {
    bottom: 10px;
    left: 10px;
}

.show-hamburger a.placement-right-top {
    bottom: auto;
    top: 10px;
    right: 10px;
    left: auto;
}

.show-hamburger a.placement-right-bottom {
    bottom: 10px;
    right: 10px;
    left: auto;
}

body.show-hamburger-menu {
    overflow: hidden !important;
}

div.hamburger-wrapper {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    z-index: 9999999;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

body.show-hamburger-menu div.hamburger-wrapper {
    left: 0;
}

body.show-hamburger-menu div.placement-left-top, body.show-hamburger-menu div.placement-left-bottom {
    left: 0;
}

body.show-hamburger-menu div.placement-right-top, body.show-hamburger-menu div.placement-right-bottom {
    left: calc(100% - 300px);
}

div.hamburger-menu {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

div.hamburger-menu:hover {
    overflow-y: auto;
}

div.hamburger-wrapper ul {
    display: block;
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0 none;
}

div.hamburger-wrapper li ul {
    margin: 0 0 0 15px;
    border-left: 1px dashed #444;
}

div.hamburger-wrapper li a {
    padding: 10px 15px;
}

div.hamburger-wrapper li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

a.hamburger-hide-button {
    position: absolute;
    bottom: 8px;
    right: 18px;
    z-index: 4000;
    border: 1px solid #444;
    color: #444;
    border-radius: 2px;
    padding: 8px 12px;
    display: block;
    text-shadow: 0 -1px 0 #000;
    text-decoration: none;
}

div.overlay-hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: none;
}

.show-hamburger>div.overlay-hamburger-menu {
    display: block;
}

.show-hamburger .in-hamburger-menu {
    display: none;
}

.show-hamburger {
    padding-bottom: 62px;
}

body+div.hamburger-wrapper {}

body+div.hamburger-wrapper {}