/*Cutomizer CSS*/
#accordion-section-businesso_pro h3.accordion-section-title{
	background: #F22853 !important;
	color:#fff !important;
	
}
#accordion-section-businesso_pro h3:hover.accordion-section-title:hover{
	background: #eee !important;
	color:#555 !important;
	
}
li#accordion-section-awesome-beauty_pro h3 {
    background-color: #F22853 !important;
    color: #fff !important;
}
li#accordion-section-awesome-beauty_pro h3:hover {
    background-color: #af1738 !important;
    color: #fff !important;
}
.businesso-content{
float:none;
margin-left: 20px;
}
.pro-btn-success {
  color: #fff;
  background-color: #F22853;
  border-color: #4cae4c;
  text-decoration: none;
}
.pro-btn-success:hover { color: #fff;
  background-color: #af1738; }
.btn {
  display: inline-block;
  padding: 6px 9px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.businesso-content a:hover {color:#fff;}