.product-row {
    border-radius: 20px;
}
.product-form-img {
    border-radius: 20px;
}
.choose-icon>div {
    padding: 12px;
    background-color: #fff;
    border: 2px solid #0c4da2;
    border-radius: 50%;
    box-shadow: 4px 4px 5px 2px #b4b4b4;
    width: 58px;
}

.bg-light.p-3.product-select-wrapper {
    border-radius: 6px;
}
.choose-icon:hover div, .choose-icon.active div {
    background-color: #0c4da2;
}
.product-form-img h1 {
    z-index: 1;
    width: 450px;
}
.product-form-img:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(12, 77, 162, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.product-select-wrapper img {
    top: 10px;
    left: 13px;
    width: 25px;
    height: auto;
}

.product-slide .button-wrap a {
    font-size: 12px;
}
.fa-spinner.fa-spin{
    font-size:100px;color: #d0e0f4;
}
.product-select-wrapper  span.select2.select2-container {
    width: 100% !important;
}
.product-select-wrapper span.select2-selection.select2-selection--single {
    width: 100%;
    padding-left: 35px;
}
.product-select-wrapper span.select2-selection__arrow {
    width: 100% !important;
    left: 0;
    right: initial !important;
}
.product-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: initial;
    right: 15px;
}
.product-select-wrapper  ul.select2-selection__rendered{
    padding-left: 35px !important;
}
.product-select-wrapper  ul.select2-selection__rendered li:before {
    content: none;
}
.product-select-wrapper span.select2-selection.select2-selection--multiple {
    min-height: 46px;
    border: 1px solid #ced4da !important;
}
.product-select-wrapper input.select2-search__field {
    width: 100% !important;
    line-height: 32px;
}
li.select2-selection__choice {
    font-size: 12px !important;
    padding: 0 !important;
}
.need-product .button-wrap {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.need-product .card-body {
    padding-bottom: 40px !important;
}