body #divTopProductSearch{margin: 0 auto;}

@media screen and (min-width: 1160px) and (max-width: 1280px) {
    body #headerNew .headerContainer{max-width: 100%!important;padding: 0 10px!important;}
    body #headerNew .newHeaderNavigation:not(.mobileStyle) .menu-list-row{max-width: 100%!important;padding: 0 10px!important;}
}
@media screen and (min-width: 1025px) and (max-width: 1159px) {
    body #headerNew .headerContainer{max-width: 100%!important;padding: 0 10px!important;}
    body #headerNew .newHeaderNavigation:not(.mobileStyle) .menu-list-row{max-width: 100%!important;padding: 0 10px!important;}
}
@media (min-width: 768px) and (max-width: 1024px) {
    body #headerNew .headerContainer{max-width: 100%!important;padding: 0 10px!important;}
}
@media (max-width:767px) {
    body #headerNew #top-bar{display: none;}
    body {padding-top: 49px;}
    body.sepetimBody {padding-top: 0;}
    body #headerNew #masthead {height: 50px; }
    body #headerNew { border: none; margin: 0; padding: 0; box-shadow: none; position: fixed; left: 0; right: 0; top: 0;z-index: 1000;background: #fff; }
}