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

.control-section-button .accordion-section-title .button {
	margin-top:  -4px;
	font-weight: 400;
	margin-left: 8px;
	background: rgb(10, 10, 100);
    border: none;
    color: #fff;
}

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

.customize-control .button-description {
	float: left;
	font-weight: 600;
}

.customize-control .upsell-button {
	float: right;
	border-radius: 5px;
}

.customize-control .upsell-button a {
	background-color: rgb(10, 10, 100);
}