header#headerNew { position: sticky; top: 0; z-index: 1001; }
#top-bar { background-image: url('https://static.ticimax.cloud/46929/customcss/ticimax/images/headertop.jpg'); }

@media screen and (min-width:1100px) {
    #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi { display: block; position: absolute; right: -8px; top: 12px; width: 14px; line-height: 14px; text-align: center; border-radius: 100%; color: #fff; font-size: 10px; background-color: #e7040f; }

    #headerNew .header-favori-item a.favori-link .header-favori-count #favCount { display: block; position: absolute; right: 0px; top: 8px; width: 14px; line-height: 14px; text-align: center; border-radius: 100%; color: #fff; font-size: 10px; background-color: #e7040f; }
}

@media screen and (min-width: 1180px) and (max-width: 1239px) {
 .footerTempContainer {max-width: 1160px!important;}
}
 
@media screen and (min-width: 1100px) and (max-width: 1179px) {
 .footerTempContainer {max-width: 1080px!important;}
}
 
@media screen and (min-width: 1024px) and (max-width: 1099px) {
    .footerTempContainer {max-width: 1004px!important;}
}

@media screen and (min-width:768px) and (max-width:1099px) {
    .cart-item a.header-cart-link.headerButon .sepetUrunSayisi { right: -12px; top: -8px; }
}

@media screen and (max-width: 767px) {
    body:has(#headerNew) {
        padding-top: 0px;
    }
}