header.header.header-normal{
    position: fixed;
    width: 100%;
    z-index: 200;
}
header.header.header-normal.fixedBar {
    position: fixed;
    width: 100%;
    z-index: 200;
}
header.header.fixedBar + .site-content-wrap {
    margin-top: 156px;
}
header.header.fixedBar .head-mast-inner{
	padding: 5px 0;
}
header.header.fixedBar .head-mast-inner .head-content-slot-search-bar{
	visibility: hidden; !important;
}

header.header.header-normal.mobileFixedBar {
    position: fixed;
    width: 100%;
    z-index: 200;
}
header.header.mobileFixedBar + .site-content-wrap {
    margin-top: 102px;
}
header.header.mobileFixedBar .head-mast-inner{
	padding: 10px 0 !important;
}
header.header.mobileFixedBar .head-mast-inner .head-content-slot-search-bar{
	display: none; !important;
}
.crox-badge {
    z-index: 100 !important;
}