.first-a {
    color: #2b2b2b;
    font-size: 18px;
}

.dropdown-menu1:hover > .dropdown-menu {
    display: block;
    background-color: white;
    width: 145%;
    padding: 6px;
    height: 450px;
    position: relative;
    z-index: 9999 !important;
}
.dropdown-menu{
    display: none;
}
.dropdown-sub-all-category{
    float: right;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 15px;
}
.dropdown-menu-h1{
    margin-left: 35px;
}
.one-colon{
    overflow: hidden; /* taşacak kısımları gizle. */
    white-space: nowrap; /* alt satırı gösterme, alt satıra inme. */
    text-overflow: ellipsis; /* uzunsa sonuna üç nokta koy. */
    padding: 5px 20px;
}
.dropdown-a-all-categoriy{
    font-weight: bold;
    margin-left: 4px;
    color: #404040;
}
.dropdown-menu-h1 > a{
    color: #ffd445;
    text-decoration: underline;
}
.navbar-dark .navbar-nav .nav-link {
    color: #25211e;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #25211e;
}

.dropdown-submenu {
    position: initial;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin: 1px;
    padding: 7px;
    border-bottom: solid 0.5px;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    top: 15px;
    left: 100%;
    font-size: 12px;
    padding: 5px;
    height: 440px;
    width: 630px;
    position: absolute;
    background-color: white;
}

.dropdown-submenu > a:after {
    display: none;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.register-search {
    color: #2b2b2b;
    margin: 0px;
    top: 7px;
    position: relative;
}

.login-search {
    color: #2b2b2b;
    margin: 25px;
    top: 7px;
    position: relative;
}
.category-menu{
    padding-top: 6px;
    width: 20%!important;
}
.search-up{
    width: 60%!important;
}
.search-bar-login{
    padding-top: 4px;
    width: 20%!important;
}
@media only screen and (max-width: 425px) {
    .search-bar-login{
        position: relative !important;
        display: none !important;
    }
    .category-menu{
        position: relative !important;
        display: none !important;
    }
    .search-up{
        width: 100%!important;
    }
}
@media (min-width: 425px) and (max-width: 768px) {
    .search-bar-login{
        position: relative !important;
        display: none !important;
    }
    .category-menu{
        position: relative !important;
        display: none !important;
    }
    .search-up{
        width: 100%!important;
    }

}
@media (min-width: 768px) and (max-width: 1024px) {
    .dropdown-menu1:hover > .dropdown-menu {
        display: block;
        background-color: white;
        width: 145%;
        padding: 6px;
        height: 650px;
        position: relative;
        z-index: 9999 !important;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        top: 15px;
        left: 100%;
        font-size: 12px;
        padding: 5px;
        height: 576px;
        width: 630px;
        position: absolute;
        background-color: white;
    }
}
