.backbutton{
background: rgb(85,175,208);
background: -moz-linear-gradient(163deg, rgba(85,175,208,1) 13%, rgba(130,132,215,1) 59%, rgba(177,90,223,1) 100%);
background: -webkit-linear-gradient(163deg, rgba(85,175,208,1) 13%, rgba(130,132,215,1) 59%, rgba(177,90,223,1) 100%);
background: linear-gradient(163deg, rgba(85,175,208,1) 13%, rgba(130,132,215,1) 59%, rgba(177,90,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55afd0",endColorstr="#b15adf",GradientType=1);
border-radius: 5px;
}
.button.alt{
background: rgb(85,175,208);
background: -moz-linear-gradient(163deg, rgba(85,175,208,1) 13%, rgba(130,132,215,1) 59%, rgba(177,90,223,1) 100%);
background: -webkit-linear-gradient(163deg, rgba(85,175,208,1) 13%, rgba(130,132,215,1) 59%, rgba(177,90,223,1) 100%);
background: linear-gradient(163deg, rgba(85,175,208,1) 13%, rgba(130,132,215,1) 59%, rgba(177,90,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55afd0",endColorstr="#b15adf",GradientType=1);
border-radius: 5px;
}
.storefront-handheld-footer-bar ul li.home > a:before {
	content: "\f015";
}
.select2-container--default .select2-selection--single {
background-color: #35353585;
border: 0;
color: #ffffff;
}