select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff !important;
}


.item-goto {
  background-position: 50% 50%;
  background-size: cover;
}
.shopify-challenge__container {
	margin-top: 125px;
}
.shopify-challenge__button {
	border-color: #61bf2d;
    color: #61bf2d;
}
.shopify-challenge__button:hover {
	background-color: #61bf2d;
    color: #fff;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 479px) {

}