.heading-custom-field{
    background: #0085ba;
    color: #fff;
    padding: 8px 0;
    font-size: 16px;
    margin: 0;
    position: relative;
}

.heading-custom-field .customize-control-title{
    margin-bottom: 0;
    font-size: 17px;
    font-weight: normal;
}

.heading-custom-field::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;left: -15px;
    background: #0085ba;
}

.heading-custom-field::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;right: -15px;
    background: #0085ba;
}

.select2.select2-container{
    width: 100%!important;
    display: block;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    border-radius: 5px;
}

.setted-image-wrap img{
    max-width: 150px;
}

.out-of-viewport{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: -999999;
}
