.item-form-group .btn-black {
    border-radius: 0;
    height: 41px;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    width: 220px;
    display: flex;
    align-items: center;
    background-color: #000;
    line-height: normal;
    color: #fff;
    justify-content: center;
}
.productBuilding .modal-dialog {
    max-width: 406px
}

.productBuilding .modal-body {
    background: #fff;
    padding: 20px;
}

.productBuilding button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #4d4d4d;
    z-index: 111;
    font-size: 25px;
    opacity: 1;
}



.form-bundle {
    width: 100%;
}

.search-box-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.search-box-item input {
    border: solid 1px #979797;
    display: inline-flex;
    width: 301px;
    height: 40px;
    padding: 0 15px;
}

.search-box-item button {
    width: 50px;
    height: 40px;
    background-color: #000000;
    color: #fff;
    margin-left: auto;
    border: none;
}

.found-items {
    display: flex;
    width: 100%;
    height: 113px;
    background: #f0f0f0;
    overflow-x: auto;
    padding: 15px;
    flex-direction: column;
}

.found-items .fancy-checkbox{
    overflow: unset;
}
.found-items .fancy-checkbox.checkbox-sm input[type="checkbox"]+label {
    background-image: url(../images/checkbox_unselected.svg);
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    background-size: 25px;
    margin: 0 !important;
    display: table;
    width: 100%;
    background-color: transparent;
    border: none;
    text-align: start;
    box-shadow: none;
}

.found-items .fancy-checkbox label:after{display: none;}
.found-items .fancy-checkbox.checkbox-sm input[type="checkbox"]:checked+label {
    background-image: url(../images/checkbox_selected_black.svg);
}

.found-items .fancy-checkbox label span,
.found-items .fancy-checkbox label {
    height: 30px;
}
.found-items .fancy-checkbox label span{
    display: table-cell;
    padding-left: 22px;
    text-indent: initial;
    vertical-align: middle;
    min-height: auto;
    white-space: normal;
    word-break: break-word;
}

.bundling-wrapper hr {
    margin-left: -20px;
    margin-right: -20px;
    opacity: 0.26;
    background-color: #000000;
    width: calc(100% + 40px);
    height: 1px;
    position: relative;
    display: flex;
}


.selected-items {
    display: flex;
    width: 100%;
    background: #f0f0f0;
    overflow-x: auto;
    height: 164px;
    flex-direction: column;
}

.selected-items ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.selected-items ul li {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-left: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 20px;
}

.selected-items ul li>span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

.selected-items ul li>i {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    margin-left: auto;
    font-size: 12px;
    border-radius: 100%;
}

.form-bundle.align-center {
    justify-content: center;
}

.form-bundle .btn-black {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    height: 40px;
    width: 162px;
    margin: 15px auto 0;
    background-color: #000;
    color: #fff;
    float: none;
    margin-right: auto !important;
}
.form-bundle .btn-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    height: 40px;
    width: 162px;
    margin: 15px auto 0;
    background-color: #001e62;
    color: #fff;
    float: none;
    margin-right: auto !important;
}

.found-items .fancy-checkbox.checkbox-sm > input[type="checkbox"] {
    display: none !important;
}