::-webkit-scrollbar {
	width: 0.7em;
	height: 1em;
	border-radius: 30px;
}

::-webkit-scrollbar-button {
	background: #fff;
	height: 0;
	border-radius: 30px;
}

::-webkit-scrollbar-track-piece {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #94b182;
	border-radius: 30px;
}

::-moz-selection {
	background: #94b182;
	color: #fff;
}

::selection {
	background: #94b182;
	color: #fff;
}
input.t-store__filter__input.js-store-filter-search{
    width: 320px;
    height: 40px;
    border-radius: 300px;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #94b182;
}