
#customize-theme-controls #accordion-section-xcel-setting-styling h3:hover,
#customize-theme-controls #accordion-section-xcel-setting-website h3:hover,
#customize-theme-controls #accordion-section-xcel-setting-header h3:hover,
#customize-theme-controls #accordion-section-xcel-setting-title h3:hover,
#customize-theme-controls #accordion-section-xcel-setting-layout h3:hover,
#customize-theme-controls #accordion-section-xcel-setting-slider h3:hover,
#customize-theme-controls #accordion-section-xcel-setting-blog h3:hover,
#customize-theme-controls #accordion-section-xcel-setting-social h3:hover,
#customize-theme-controls #accordion-section-xcel-setting-footer h3:hover {
    background-color: rgba(12, 55, 104, 0.2);
}

#customize-theme-controls #accordion-section-xcel-setting-styling.control-section.open h3,
#customize-theme-controls #accordion-section-xcel-setting-website.control-section.open h3,
#customize-theme-controls #accordion-section-xcel-setting-header.control-section.open h3,
#customize-theme-controls #accordion-section-xcel-setting-title.control-section.open h3,
#customize-theme-controls #accordion-section-xcel-setting-layout.control-section.open h3,
#customize-theme-controls #accordion-section-xcel-setting-slider.control-section.open h3,
#customize-theme-controls #accordion-section-xcel-setting-blog.control-section.open h3,
#customize-theme-controls #accordion-section-xcel-setting-social.control-section.open h3,
#customize-theme-controls #accordion-section-xcel-setting-footer.control-section.open h3 {
    background-color: rgba(12, 55, 104, 0.2) !important;
}

.kaira-upsell {
    padding: 10px 0 5px;
}
.kaira-upsell-title {
    font-weight: 600;
}
.kaira-upsell-btn {
    background-color: #955cce;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    margin: 8px 0 0;
    padding: 8px 20px 10px;
    color: #ECECEC;
}
.kaira-upsell-btn:hover {
    background-color: #7f18ce;
    color: #FFF;
}
.kaira-upsell-desc {
    font-size: 12px;
    padding: 4px 0 0;
}