@media only screen and (min-width: 767px) and (max-width: 1025px) {
    .widget_text .widgettitle {
        margin: 0 !important;
    }
}

@media screen and (min-width: 1025px) {
    header #header-mobile {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
    #ajaxsearchlite3 {
        display: none;
        position: absolute;
        border-bottom: 1px solid #ebebeb;
        width: 87% !important;
        transition: all ease 0.5s;
        box-shadow: none;
    }
}

@media screen and (max-width: 1028px) and (min-width: 1025px) {
    .header-logo img {
        margin-left: -40px !important;
    }
}

@media screen and (max-width: 1080px) and (min-width: 1025px) {
    .widget_newsletterwidgetminimal {
        margin-left: -54px !important;
    }

    .naver-search {
        margin-left: -102px !important;
    }

    .widget_text {
        margin-right: -100px !important;
    }

    .tooltip-naver {
        left: 300px !important;
    }
}