.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container--default .select2-selection--single {
    border-color: rgb(133,133,133)
}
.delete_button_container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.add_product, .delete_bundle {
    margin-top: 30px;
}
.bundle_products .Polaris-Card__Section.product {
    border-top: 1px solid #eee;
}
.bundle_products .Polaris-Card__Section.product:first-child {
    border-top: none;
}
.mt-10 {
    margin-top: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-60 {
    margin-bottom: 60px;
}
.modal_content, .modal_backdrop {
    display: none;
}
.modal_content {
    z-index: 999;
}
.modal_backdrop {
    z-index: 998;
}
.Polaris-Connected__Item--connection:focus {
    z-index: 999;
}
.Polaris-Page-Header__MainContent {
    align-items: start;
}
.quantity_column {
    max-width: 90px;
    margin-left: 10px;
}
.button_column {
    margin-top: 29px;
    margin-left: 10px;
}
.product_column {
    flex: 1 1 auto;
}
#editor {
    height: 600px;
}