:root {
    --main-color: #f3a13c;
}

.account-item .nav-dropdown ul li a{color:#f3a13c;}
.account-item .nav-dropdown ul li a:hover{color:#fff;}

@media (min-width: 1099px) {
    body #headerNew .header-main .header-nav.nav-left {justify-content: center;} 
    body #headerNew .account-item .header-button {height: 50px;padding: 0 15px;background: var(--main-color);border-radius: 50px;}
    body #headerNew .cart-item .header-button {height: 50px;padding: 0 15px;background: var(--main-color);border-radius: 50px;}
    body #headerNew .cart-item #spnTopSepetToplamUrun {position: absolute;left: 15px;top: 10px;background: #fff;width: 15px;height: 15px;display: flex;align-items: center;justify-content: center; border-radius: 100%;color: var(--main-color);text-align: center;font-size: 12px; font-weight: bold;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-wrap {max-width: 1320px; margin: 0 auto;padding: 0 40px;border-bottom-left-radius:5px;border-bottom-right-radius: 5px;}
}


@media screen and (min-width: 1300px) and (max-width: 1379px){
    body #headerNew .header-main .headerContainer, body #headerNew .header-main .headerContainer {max-width: 1240px!important;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-wrap {max-width: 1240px; margin: 0 auto;padding: 0 20px;}
}

@media screen and (min-width: 1240px) and (max-width: 1299px){
    body #headerNew .header-main .headerContainer, body #headerNew .header-main .headerContainer {max-width: 1180px!important;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-wrap {max-width: 1180px; margin: 0 auto;padding: 0 20px;}
}

@media screen and (min-width: 1160px) and (max-width: 1239px) {
    body #headerNew .header-main .headerContainer, body #headerNew .header-main .headerContainer {max-width: 1100px!important;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-wrap {max-width: 1100px; margin: 0 auto;padding: 0 20px;}   
}

@media screen and (min-width: 1025px) and (max-width: 1159px) {
    body #headerNew .header-main .headerContainer, body #headerNew .header-main .headerContainer {max-width: 960px!important;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-wrap {max-width: 960px; margin: 0 auto;padding: 0 20px;}   
}


@media (min-width: 1025px) and (max-width: 1099px) {
    body #headerNew .cart-item {right: 35px;}
    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {background: var(--main-color);}
}

@media (max-width:1099px) {
    body #headerNew .newMenuBtnClick a,
    body #headerNew .newSearcBtnClick a,
    body #headerNew .mobile-user-item .account-link,
    body #headerNew .mobile-cart-item .cart-icon {color: var(--main-color);} 
}

@media (min-width: 768px) and (max-width: 1024px) {
    body #headerNew .header-main .headerContainer, body #headerNew .header-main .headerContainer {max-width: 720px!important;}
    body #headerNew .cart-item {right: 35px;}
    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {background: var(--main-color);}
    body #headerNew .cart-item {right: 35px;}
}

@media (max-width:767px) {
    body #top-bar {min-height: 30px;}
    #headerNew #top-bar .headerContainer {padding: 0!important;}
    body #headerNew .cart-item {right: 0px;}
    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {background: var(--main-color);}
}