#yith_wcmap_panel_banners {
    .yith-plugin-fw-panel-wc-row.toggle-element {
        > td {
            padding-top: 0 !important;
        }
    }

    .banner-input-number {
        width: 80px;
    }

    .yith-plugin-fw-multi-colorpicker {
        max-width: 700px;
    }
}

// Fix select2 position

.yith-plugin-fw-select2-container {
    z-index: 999999;
}