/*Cutomizer CSS*/
#accordion-section-awada_pro h3.accordion-section-title{

	background: #f8504b;

	color:#fff;
}
#customize-controls #accordion-section-awada_pro .accordion-section-title:focus, #customize-controls #accordion-section-awada_pro .accordion-section-title:hover, #customize-controls #accordion-section-awada_pro.open .accordion-section-title, #customize-controls #accordion-section-awada_pro:hover>.accordion-section-title{
  background: #f84b4b;
  color: #fff;
}
#customize-theme-controls #accordion-section-awada_pro .accordion-section-title:after{
  color:#fff;
}
.btn-lg, .btn-group-lg > .btn {

  padding: 10px 16px;

  font-size: 18px;

  line-height: 1.33;

  border-radius: 6px;

}
.upsell-btn > .btn-success {
    color: #fff;
    background-color: #f8504b;
    border-color: #f8504b;
}
.upsell-btn > .btn-success:hover {
    color: #fff;
    background-color: #f84b4b;
    border-color: #f8504b;
}
.upsell-btn{
  margin-bottom: 20px;
  margin-top: 10px;
}
.upsell-btn-bottom{
  margin-top:20px;
}
.upsell-btn > a.btn.btn-success.btn {
    padding: 10px;
    border-radius: 6px;
}