
.obacars-header-search{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;

    height:46px !important;
    padding:0 14px !important;
    margin-left:auto !important;
    margin-right:10px !important;

    background:#e6002d !important;
    color:#fff !important;

    border:0 !important;
    border-radius:14px !important;

    text-decoration:none !important;

    font-size:14px !important;
    font-weight:800 !important;
    white-space:nowrap !important;

    box-shadow:0 6px 18px rgba(230,0,45,.22) !important;
}

.obacars-header-search svg{
    width:21px !important;
    height:21px !important;
    flex:0 0 21px !important;

    stroke:#fff !important;
    fill:none !important;
    stroke-width:2 !important;
}

.obacars-header-search span{
    color:#fff !important;
}

.obacars-header-search:active{
    transform:scale(.97) !important;
}


/* TELEFON */

@media(max-width:600px){

    .obacars-header-search{
        width:52px !important;
        height:52px !important;

        padding:0 !important;
        margin-right:9px !important;

        border-radius:13px !important;
    }

    .obacars-header-search span{
        display:none !important;
    }

    .obacars-header-search svg{
        width:25px !important;
        height:25px !important;
    }
}


/* Telefon butonunu biraz sağa kaydır */
@media(max-width:600px){
    .obacars-header-search{
        position:relative !important;
        left:10px !important;
    }
}

/* Telefon butonunu biraz sağa kaydır */
@media(max-width:600px){
    .obacars-header-search{
        position:relative !important;
        left:10px !important;
    }
}

/* TELEFON BUTONU BIRAZ DAHA SAGA */
@media(max-width:600px){
    .obacars-header-search{
        margin-right:2px !important;
        transform:translateX(6px) !important;
    }

    .obacars-header-search:active{
        transform:translateX(6px) scale(.97) !important;
    }
}

/* TELEFON BUTONU 12PX SAGA */
@media(max-width:600px){
    .obacars-header-search{
        transform:translateX(12px) !important;
    }

    .obacars-header-search:active{
        transform:translateX(12px) scale(.97) !important;
    }
}

/* TELEFON BUTONU DAHA FAZLA SAGA */
@media(max-width:600px){
    .obacars-header-search{
        transform:translateX(20px) !important;
    }

    .obacars-header-search:active{
        transform:translateX(20px) scale(.97) !important;
    }
}

/* TELEFON BUTONU 28PX SAGA */
@media(max-width:600px){
    .obacars-header-search{
        transform:translateX(28px) !important;
    }

    .obacars-header-search:active{
        transform:translateX(28px) scale(.97) !important;
    }
}

/* TELEFON BUTONU 36PX SAGA */
@media(max-width:600px){
    .obacars-header-search{
        transform:translateX(36px) !important;
    }

    .obacars-header-search:active{
        transform:translateX(36px) scale(.97) !important;
    }
}

/* TELEFON BUTONU 44PX SAGA */
@media(max-width:600px){
    .obacars-header-search{
        transform:translateX(44px) !important;
    }

    .obacars-header-search:active{
        transform:translateX(44px) scale(.97) !important;
    }
}
