//header {display: none;} .vats-menu { min-height: 128px; width: 100%; background: white; .caption-container { background: #F1F2F2; .caption { font-weight: 700; font-size: 24px; line-height: 61px; color: #000; text-transform: capitalize; padding-left: 26px; } } &>.centered{ position: relative; } .dragscroll{ //overflow: hidden; //overflow-x: hidden; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: unset; margin: 0 20px; &::-webkit-scrollbar { display: none; } &:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; width: 70px; pointer-events: none; background-image: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.7) 20%,hsla(0,0%,100%,.9)); } } .scroll-btn{ -webkit-transition: opacity .3s; transition: opacity .3s; z-index:39; position: absolute; top: 0; bottom: 0; padding: 2px; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; opacity: 1; cursor: pointer; background: rgba(255,255,255,.3); &:focus { outline: 0; } &.js-scroll-left{ left: 0; //background-image: radial-gradient(90deg,hsla(0,10%,100%,0.1),hsla(0,0%,100%,.9)); } &.js-scroll-right{ right: 0; //background-image: radial-gradient(270deg,hsla(0,0%,100%,0.1),hsla(0,0%,100%,.9)); } &.opacity-0{ opacity: 0; } .arrow-icon{ width: 13px; height: 25px; fill: #bbb; margin-top: 12px; } &:hover{ .arrow-icon{ fill:#aaa; } } } ul { display: flex; justify-content: space-between; flex-wrap: nowrap; white-space: nowrap; padding: 25px 15px 0; li { padding: 7px 10px; font-size: 15px; line-height: 20px; //text-transform: capitalize; border-bottom: 2px solid transparent; list-style-type: none; a { display: block; } &, a { color: #999996; } &.active , &:hover { position: relative; z-index: 5; &, a { color: #000; } border-bottom: 2px solid #FF0092; } } } } @media screen and (max-width: 1030px) { .vats-menu ul { justify-content: initial; //flex-wrap: wrap; } } @media screen and (max-width: 767px) {} @media screen and (max-width: 600px) {}