.price-filter-wrapper{
	width: 200px
}

.price-filter-wrapper select{
	padding: 3.5% 6%;
	background-image: -webkit-linear-gradient(0deg, #ff934b 0%, #ff5e62 100%);
	border: 1px #ff934b solid;
	color: white;
	font-weight: 600;
	border-radius: 8px;
}

.sort-by-filter-wrapper select{
	padding: 6% 6%;
	background-image: -webkit-linear-gradient(0deg, #ff934b 0%, #ff5e62 100%);
	border: 1px #ff934b solid;
	color: white;
	font-weight: 600;
	border-radius: 8px;
}
.list-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.filter-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}



@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 460px) {
	.list-header{

	  flex-direction: column;
	  padding: 3%;
	  position: sticky;
        top: 26px;
        z-index: 4;
        background-color: #fff;
	}

}

