/*** make win10 logo on the top of laptop splitter page ***/
.splitter-hero-logo {
    z-index: 99;
}

/*** hide "Filter by attributes" button of splitter, brand, series page ***/
.bar_3-leftLink {
    display: none !important;
}

/*** hide "Email signup" on footer ***/
.v-footer .footerEmail {display: none;}
.o-mainFooter .m-footerSignUp {display: none;}
.o-mainFooter .m-footerSocial {padding-left: 0;}

/*** hide battery info in compare section for all series page 2023.04.12 ***/
ul.cd-features-list li:nth-child(5) {
    display: none;
}