﻿

.language-select-class {
    outline: none;
    height: 28px;
    background-size: 10px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transition: width .4s ease-in-out;
    background-color: #000000 !important;
    color: #ffffff !important;
    border-left: 1px solid #707070;
    padding-left: 5px;
}

    .language-select-class > option {
        background-color: #000000 !important;
        color: #ffffff !important;
    }

@media (max-width: 359px) {
    .language-select {
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 3;
    }
}

@media(min-width:360px) and (max-width: 419px) {
    .language-select {
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 3;
    }
}

@media(max-width: 600px) {
    .header-sanal-tur-li {
        display: none !important;
    }
}

@media (min-width:420px) and (max-width:768px) {
    .language-select {
        position: absolute;
        top: 26px;
        right: 10px;
        z-index: 3;
    }
}

@media (min-width:360px) and (max-width: 768px) {
    .social-media-top-lang {
        margin-right: 132px;
    }

    .show-search {
        margin-right: 40px;
    }

    .menu-list.responsive .res-icon {
        right: 92px !important;
    }

    .social-media-top > ul {
        border-right: 1px solid #707070;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .language-select {
        position: absolute;
        top: 33px;
        right: 10px;
        z-index: 3;
    }

    .social-media-top-lang {
        margin-right: 132px;
    }

    .show-search {
        margin-right: 40px;
    }

    .menu-list.responsive .res-icon {
        right: 92px;
    }

    .social-media-top > ul {
        border-right: 1px solid #707070;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .language-select {
        position: absolute;
        top: 33px;
        right: 10px;
        z-index: 3;
    }

    .show-search {
        margin-right: 40px;
    }

    .menu-list.responsive .res-icon {
        right: 139px;
    }

    .social-media-top-lang {
        margin-right: 175px;
    }

    .social-media-top > ul {
        border-right: 1px solid #707070;
        padding-right: 8px;
    }

    .header-sanal-tur-li {
        border-right: none;
    }
}

@media (min-width: 1300px) {
    .language-select {
        position: absolute;
        top: 29px;
        right: 27px;
        z-index: 3;
    }

    .social-media-top-lang {
        margin-right: 75px;
    }
}
