body {
    font-family: 'Nunito', sans-serif;
}

#topbar{
    text-align: center;
    margin: 9px 0;
	font-size: 12px;
}

.topbar-link{
    display: inline-block;
    color: #444;
    margin: 0 10px;
}

.topbar-link span{
    margin-right: 5px;
    position: relative;
    top: 1.2px;
}

.logo{
    max-width: 166px;
}

#menu2 .btn-orange{
    background-image: linear-gradient(to bottom,#fd7f3e 0,#fd7f3e 100%);
    color: #fff;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
    line-height: 44px;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
    height: 44px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.has-search a{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0;
}

.has-search a:focus{
    outline: none;
}

.hizli-arama a{
    color: #000;
    font-weight: 200;
	font-size:11px;
}
.hizli-arama a:hover{
    color: #002385;
    font-weight: 200;
	font-size:11px;
}

.dropdown-toggle{
    display: flex;
    align-items: center;
}

.dropdown-toggle .dropdown-icon{
    font-size: 22px;
}

.dropdown-toggle h3{
    font-size: 14px;
    margin: 0 10px;
}

.dropdown-toggle h3 span{
    font-size: 11px;
    color: #a5a5a5;
}

.sepetim{
    display: flex;
    align-items: center;
    line-height: 1;
}

.sepetim h3{
    font-size: 12px;
    margin: 0;
}

.sepetim:focus{
    outline: none;
}


.sepetim span{
    font-size: 27px;
    margin-right: 5px;
}

.dropdown-menu li a{
    font-size: 12px;
}

#dropdown-menu{
    margin-right: 5px;
}

#dropdown-menu .dropdown-menu{
    right: 0 !important;
    left: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 10px;
}

#dropdown-menu .dropdown-menu:before{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: #fff;
    top: -1px;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    border: 1px solid #222;
    border-width: 1px 0 0 1px;
}

#dropdown-menu, #sepetim-button{
    display: inline-block;
}

.btn-primary-outline {
    background-color: transparent;
    border-color: #000;
}

@media (max-width: 1200px) {
 #menu2{
     margin-top: 20px;
 }
}

#ulNoLogin{display: flex;}
#ulLogin{display: flex;}