h3.section-heading {
    background-color: #ffffff;
    margin-top: 15px;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    border-left: 4px solid #00a0d2;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
}
#customize-controls .current-panel .control-section>h3.accordion-section-title {
    text-transform: capitalize;
}
h3.accordion-section-title {
    text-transform: capitalize;
}
li.customize-control {
    text-transform: capitalize;
}
input.image-select {
    display: none;
}
#customize-controls img{
    margin: 8px 0px;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    padding: 1px;
    border: 4px solid transparent;
}
.customize-control-select input:checked+img {
    border-color: #00a0d2 !important;
}
#customize-controls .customize-pane-child .customize-section-title h3{
    text-transform: capitalize;
}
input#_customize-input-electro_excerpt_length {
    width: 25%;
}
body #accordion-section-electro_Section_Upsell h3 {
	background-color: #5a5a5a !important;
    color: #fff !important;
    border-left: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
body #accordion-section-electro_Section_Upsell {
    display: block !important;
}
body .control-section .accordion-section-title .button {
    margin-top: -4px;
    font-weight: 700;
    margin-left: 8px;
    background: #ff3c36;
    border: none;
    color: #fff;
}
body .control-section .accordion-section-title .button:hover {
    background-color: #404040;
}
body #accordion-section-electro_GeneratePress_Upsell_Section{
	display: block !important;
}
body #accordion-section-electro_GeneratePress_Upsell_Section h3{
	background-color: #9c9b9b !important;
    color: #fff !important;
    border-left: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* ==========================================================================
   check box
   ========================================================================== */

.customize-control-checkbox label{
    font-weight: 600;
}
.customize-control-nav_menu_auto_add input[type=checkbox] ,
.customize-control-checkbox input[type=checkbox] {
    width: 35px;
    height: 15px;
    background: grey;
    border-radius: 100px;
    position: relative;
    border: none;
    min-width: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.customize-control-nav_menu_auto_add input[type=checkbox]:checked:before,
.customize-control-checkbox input[type=checkbox]:checked:before{display: none;}

.customize-control-nav_menu_auto_add input[type=checkbox]:after ,
.customize-control-checkbox input[type=checkbox]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}
.customize-control-nav_menu_auto_add input:checked,
.customize-control-checkbox input:checked{
    background: #00a0d2;
}
.customize-control-nav_menu_auto_add input:checked:after ,
.customize-control-checkbox input:checked:after {
    left: calc(100% - 0px);
    transform: translateX(-100%);
}
.customize-control-checkbox input:active:after {
    width: 15px;
}
/* ==========================================================================
   check box
   ========================================================================== */