.header-sticky.sticky {
    background: #4fc1f0;;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    z-index: 1049;
}

.select-search-category ul.list {
	height: auto;
	overflow-y: auto;
	overscroll-behavior-x: none;
}

.add-cart{
    cursor: pointer;
}