body.customize_preview {
    position: relative
}

body.customize_preview .detailx_customizer_scheme_helper {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border: 2px solid #a00;
    pointer-events: none
}

body.customize_preview .detailx_customizer_scheme_helper .detailx_customizer_scheme_helper_name {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #a00;
    display: inline-block;
    vertical-align: top;
    padding: 4px 1em;
    font-size: 11px;
    line-height: 15px;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease
}

body.customize_preview>.detailx_customizer_scheme_helper {
    z-index: 10000;
    border-color: #2271b1
}

body.customize_preview>.detailx_customizer_scheme_helper .detailx_customizer_scheme_helper_name {
    right: auto;
    left: 0;
    background-color: #2271b1
}

body.customize_preview *:hover>.detailx_customizer_scheme_helper {
    border: 4px solid #0a0
}

body.customize_preview *:hover>.detailx_customizer_scheme_helper .detailx_customizer_scheme_helper_name {
    background-color: #0a0;
    top: -2px;
    right: -2px
}