.header-wrapper .header {
    position: static;
}

header.header{
    border-bottom: none;
}

/* checkout 页面 小费 */
.step-payment #wb-order-tipping-header, 
.step-payment .wb-order-tip-div {
    display: block;
}

/* subheader 浮动样式 */
.header-sticky aside.subheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}
 
/* sub-menu 移动端样式 */
@media only screen and (max-width: 1068px) {
 
    /* 移动端显示subheader */
    #wrapper .subheader {
        display: inline-flex;
        align-items: center;
    }
}
