
/* Main menu bar background */

.purple {
  color: #5C068C !important;
  background-color: transparent; 
  font-weight: bold;
}
.btn {
	background-color:white !important;
	background-image:none;
	transition:all .5s;
	border: 1px solid #5C068C !important;
	color:#5C068C !important;
}
.btn:hover {
	background-color: #5C068C !important;
  	border-color:#5C068C !important;
  	color:white !important;
}
.btn-default {
	background-color:white !important;
	background-image:none;
	transition:all .5s;
	border: 1px solid #5C068C !important;
	color:#5C068C !important;
}
.btn-default:hover {
	background-color: #5C068C !important;
  	border-color:#5C068C !important;
  	color:white !important;
}
.btn-default:hover .fa-shopping-cart{
	color:white;
}
.btn.btn-success{
	background-image: none;
	transition: all .5s;
	color:white;
	border: 1px solid #5C068C !important;
	border-color:#5C068C !important;
}
.btn.btn-primary{
	background-color: white !important;
	background-image: none;
	transition: all .5s;
	border-radius: 15px;
	color: #5C068C !important;
	border: 1px solid #5C068C !important;
	border-color: #5C068C !important;
}
.btn.btn-primary:hover{
	background-color:#5C068C !important;
	border-color:#5C068C !important;
	color:white !important;
	background-image:none;
	color:white !important;
}
