
/*--- Upsell link ---*/

#accordion-section-upsell.control-section-upsell .accordion-section-title{
    cursor: pointer;
    text-align: center;
    font-weight: 700;
	background-color: #E96868;
    color: #fff;
}

#accordion-section-upsell.control-section-upsell .accordion-section-title:hover{
	background-color: #E64E4E;
	color: #fff;
}

#accordion-section-upsell.control-section-upsell a{
	text-decoration: none;
}

/*--- Upsell link End ---*/