.categoryHeaderNavigation{display: none;position: absolute;left: 0;bottom: 0;width: 100%;height: 40px;padding-top: 16px;font-size: 13px;text-align: center;text-transform: uppercase;color: #ffffff;background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.3) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0,0,0,0.3)));background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.3) 100%);background: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.3) 100%);background: -ms-linear-gradient(top, transparent 0%, rgba(0,0,0,0.3) 100%);background-image: linear-gradient(to bottom,transparent 0%, rgba(0,0,0,0.3) 100%);z-index: 2;}.categoryHeaderNavigation__mover::-webkit-scrollbar{display: none;}.categoryHeaderNavigation__item{position: relative;padding: 0 10px 11px;font-size: 13px;opacity: 0.7;}.categoryHeaderNavigation__item.current{opacity: 1;}.categoryHeaderNavigation__item.current:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background-color: #10c0bc;}@media (max-width: 600px) and (min-width: 426px) {.categoryHeaderNavigation__mover { display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;} .categoryHeaderNavigation__item{-webkit-box-flex: 1;-moz-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}}@media (max-width: 425px) {.categoryHeaderNavigation__mover { display: block;-webkit-user-select: none;-webkit-overflow-scrolling: touch;overflow-y: hidden;overflow-x: scroll;white-space: nowrap;font-size: 0;} .categoryHeaderNavigation__item{display: inline-block;}}