@media only screen and (max-width: 768px) {
ul.cart_dropdown { display: none!important; }}

html body#top #mobile-advanced {
    top: 0;
    left: auto;
    right: -100%;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    transition: right 0.6s;
}

html body#top .show_mobile_menu #mobile-advanced {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    right: 0;
}


#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
content: "\25BA";
}


#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
color: #666666;
border-color: #e1e1e1;
font-size: 18px;
}

@media only screen and (max-width: 767px) {
.avia-fullscreen-slider .avia-slideshow>ul>li {
    background-position: center center !important;
}
}

@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}