.headtoppart{
    position: relative;
    z-index: 3000;
}
.siparishatti{
    font-size: 16px;
    color: green;
    font-weight: bold;
}
.siparistel a{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.siparistel a:hover{
    color: #FF5733;
    text-decoration: none;
}   
.mobilsepetbtn{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.mobilsepetbtn .badge{
    position: absolute;
margin-top: 0px;
margin-left: -5px;

}
.urunara-input-wrap{
    position: relative;
    z-index: 3500;
}
.urunara-sonuclar{
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    border: 1px solid #e4e7eb;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.14);
    max-height: 320px;
    overflow-y: auto;
    z-index: 4000;
    display: none;
}
.urunara-sonuc{
    display: block;
    width: 100%;
    padding: 11px 14px;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    color: #212529;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}
.urunara-sonuc:last-child{
    border-bottom: 0;
}
.urunara-sonuc:hover,
.urunara-sonuc.active{
    background: #f8f9fa;
    color: #000;
}
.urunara-sonuclar.acik{
    display: block;
}
@media (max-width: 991px){
    .urunara-sonuclar{
        border-radius: 10px;
        box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    }
}
