.isures-fsb--elm_wrap {
    margin: 10px 0 10px 0;
}

.isures-fsb--elm_wrap *,
.isures-iaov--popup_inner * {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.isures-fsb--elm_wrap a {
    text-decoration: none!important;
}

.isures-progress--container {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.isures-progress--container:before {
    content: "";
    position: absolute;
    background-color: rgb(235, 235, 240);
    border-radius: 100px;
    width: 100%;
    height: 6px;
    transform: translateY(-50%);
    top: 50%;
    z-index: 0;
}

.isures-iaov--icon_gifts {
    position: absolute;
    top: -25px;
}

.isures-bar--col {
    position: absolute;
    top: calc(50% - 8px);
}

.isures-bar--col[data-index="end"] {
    left: calc(100% - 16px)!important;
}

.isures-bar--col[data-index="end"] .isures-bar--col_label {
    left: auto;
    right: 0;
}

.isures-bar--col[data-index="end"] .isures-iaov--icon_gifts {
    left: auto;
    right: 0;
    justify-content: flex-end;
}

.isures-bar--col .isures-iaov--check_icon {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 2;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 227);
}

.isures-bar--col.complete .isures-iaov--check_icon {
    background-color: rgb(214, 250, 223);
    border: 1px solid rgb(8, 145, 72);
}

.isures-bar--col svg {
    stroke: currentcolor;
    fill: currentcolor;
    stroke-width: 0;
    height: 8px;
    width: 8px;
    display: none;
}

.isures-bar--col.complete svg {
    color: rgb(8, 145, 72);
    display: block;
}

.isures-progress--bar_cart {
    position: absolute;
    background: linear-gradient(90deg, var(--isures-progress-left) 0%, var(--isures-progress-right) 105.65%);
    border-radius: 100px;
    height: 6px;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    transition: width 0.5s ease-in 0s;
}

.isures-bar--col_label {
    position: absolute;
    left: calc(-50% - 8px);
    display: block;
}

.isures-iaov--notice_wrap {
    border-left: 3px solid var(--isures-iaov-success);
    padding-left: 20px;
}

.complete_message,
.missing_message {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--isures-iaov-success);
}

.missing_message {
    color: rgb(39, 39, 42);
    margin-top: 5px;
}

.isures-bar--col_label .amount {
    font-size: 14px;
    font-weight: 700;
}

.isures-iaov--icon_gifts {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.isures-iaov--view_gifts svg {
    stroke: currentcolor;
    fill: currentcolor;
    stroke-width: 0;
    height: 15px;
    width: 15px;
    color: red;
    display: block;
    transition: all 200ms ease-in-out;
}

.isures-bar--col:hover .isures-iaov--view_gifts svg {
    transform: scale(1.5);
}

.isures-iaov--popup_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .86);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.isures-iaov--popup_wrap.active {
    opacity: 1;
    visibility: visible;
}

.isures-iaov--popup_inner {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 680px;
    width: 80%;
    position: relative;
    transform: translateY(-50px);
    transition: all 200ms ease-in-out;
}

.isures-iaov--popup_wrap.active .isures-iaov--popup_inner {
    transform: translateY(0);
}

.isures-iaov--gift_items {
    display: none;
}

.isures-iaov--close_popup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 99px;
    position: absolute;
    z-index: 2;
    right: -10px;
    top: -10px;
    text-decoration: none;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.isures-iaov--gift_items>a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #333;
    transition: all 200ms ease-in-out;
    text-decoration: none;
    font-size: 15px;
}

.isures-iaov--title_gifts {
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}

.isures-iaov--gift_items .iaov-item--image {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.isures-free--itemname {
    display: block;
}