/* Lists */
.btl_component_menu_white ul {
    margin: 0;
    padding: 0;
}

/* Menu Button */
.menu-btn {
    height: 25px;
    width: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 20px;
}

.menu-btn-2 {
    background: transparent;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border: 0px;
    width: auto;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.navbars-line {
    background-color: #fff;
    display: inline-block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
}

.navbars-line:before {
    top: -6px;
    left: 0;
}

.navbars-line:after {
    bottom: -6px;
    left: 0;
}

.navbars-line:before, .navbars-line:after {
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    transform-origin: 3px center;
    transition: 0.3s;
    background-color: #fff;
}

.navbar-center {
    align-items: center;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
}

.btl_component_menu_white{
    height: 100%;
}

.btl_component_menu_pushy {
    background-color: white;
    width: 400px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ccc;
    transition: 0.5s;
}

.pushy-left {
    -webkit-transform: translate3d(-400px,0,0);
    -moz-transform: translate3d(-400px,0,0);
    -ms-transform: translate3d(-400px,0,0);
    -o-transform: translate3d(-400px,0,0);
    transform: translate3d(-400px,0,0);
}

.pushy .pushy-link a, .pushy-submenu button, .pushy-submenu ul li a {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1; 
    text-decoration: none;
    outline: none;
    padding: 0px;
    display: inline;
}

.pushy .pushy-content ul li, .pushy-submenu, .pushy-submenu ul li  {
    display: block;
    padding: 17px 28px 15px;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 14px;
}

.pushy .pushy-link a.Home {
    color: #000;
}

.pushy-submenu button:hover {
    color: #999;
}

.pushy-submenu ul li a:hover {
    color: #999;
}

.pushy-content a.close-menu {
    padding: 20px 28px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
}

.navbar-close-icon {
    transition: all 0.4s;
    display: inline-block;
    height: 25px;
    width: 20px;
    position: relative;
}

.navbar-cross-line {
    transform: rotate(225deg);
    width: 25px;
    transition: 0.4s;
    display: inline-block;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: 50%;
    left: 0;
}

.navbar-cross-line:after {
    bottom: 0;
    transform: rotate(270deg);
    transform-origin: center center;
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #222;
    transition: 0.3s;
}

#menu-header_1_3.menu {
    margin-bottom: 10px;
}

.menu-item-search {
    padding: 15px 28px 30px;
    position: relative;
}

.menu-item-search .fa-search {
    display: inline-block;
    text-rendering: auto;
    transform: translate(0, 0);
    position: absolute;
    top: 18px;
    right: 28px;
    font-size: 20px;
    color: #999;
}

.pushy-submenu > a::after, .pushy-submenu > button::after {
    right: 9px;
}

.menu-item-search .search-field {
    width: 100%;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-right: 30px;
}

.menu-item-search .search-form input {
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: rgb(170, 170, 170);
}

.menu-item-search .search-form .btn-submit {
    position: absolute;
    top: 14px;
    right: 28px;
    opacity: 0;
    z-index: 10;
    width: 20px;
}

.pushy-open-left #container, .pushy-open-left .push{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (max-width: 480px) {
    .pushy-content ul.menu li {
        padding: 10px 28px 8px;
    }
}

@media (max-width: 480px) {
    .btl_component_menu_pushy {
        width: 300px;
        padding-bottom: 30px;
    }
}