:root {
    --main-color: #FE676D;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: var(--main-color);
    text-decoration-thickness: 2px;
}


@media (min-width: 1099px) {
    #spnTopSepetToplamUrun {
        position: absolute;
        top: 0;
        right: -5px;
        color: #fff;
        width: 15px;
        height: 15px;
        background: var(--main-color);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        border-radius: 100%;
    }
}

body #headerNew #txtbxArama {display: block;position: relative;}

@media screen and (min-width: 1540px) and (max-width: 1660px){
    body #headerNew .header-main .headerContainer {max-width: 1480px;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {max-width: 1480px;}
}

@media screen and (min-width: 1500px) and (max-width: 1539px){
    body #headerNew .header-main .headerContainer {max-width: 1440px;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {max-width: 1440px;}
}

@media screen and (min-width: 1380px) and (max-width: 1499px){
    body #headerNew .header-main .headerContainer {max-width: 1320px;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {max-width: 1320px;}
}

@media screen and (min-width: 1300px) and (max-width: 1379px){
    body #headerNew .header-main .headerContainer {max-width: 1240px;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {max-width: 1240px;}
}

@media screen and (min-width: 1240px) and (max-width: 1299px){
    body #headerNew .header-main .headerContainer {max-width: 1180px;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {max-width: 1180px;}
}

@media screen and (min-width: 1160px) and (max-width: 1239px) {
    body #headerNew .header-main .headerContainer {max-width: 1100px;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {max-width: 1100px;}
}

@media screen and (min-width: 1025px) and (max-width: 1159px) {
    body #headerNew .header-main .headerContainer {max-width: 960px;}
    body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {max-width: 960px;}
}


@media (min-width: 1025px) and (max-width: 1099px) {
    body #headerNew .cart-item {right: auto;}
    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {background: var(--main-color);}
}

@media (max-width:1099px) {

}

@media (min-width: 768px) and (max-width: 1024px) {
    body #headerNew .header-main .headerContainer {max-width: 720px;padding: 0;}
    body #headerNew .cart-item {right: auto;}
    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {background: var(--main-color);}
}

@media (max-width:767px) {
    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {background: var(--main-color);}
    body #headerNew .header-main {height: 65px;}
    body #headerNew .cart-item {top: 15px;}
}