#customize-controls .control-section-upsell .accordion-section-title:hover,
#customize-controls .control-section-upsell .accordion-section-title:focus {
	background-color: #fff;
}

.control-section-upsell .accordion-section-title .button {
	color: #fff;
	margin-top: -4px;
	font-weight: 400;
	margin-left: 8px;
	border-color:rgba(88, 201, 233, 0.82);
	background-color: rgba(88, 201, 233, 0.82);
}
.control-section-upsell .accordion-section-title .button:hover {
	border-color: #58c9e9;
	background-color: #58c9e9;
}

	.rtl .control-section-upsell .accordion-section-title .button {
		margin-left: 0;
		margin-right: 8px;
	}
