.delivery-cost {
    margin-top:32px;
    font-size:14px;
}

.delivery-cost.rs-in-loading {
    opacity:0.5;
    position:relative;
}

.delivery-cost.rs-in-loading:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.delivery-cost__price {
    font-weight:bold;
}

.delivery-cost__lines {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.delivery-cost__lines li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delivery-cost__lines li::before {
     content: '';
     position: absolute;
     z-index: -1;
     height: 3px;
     left: 0;
     top: 50%;
     width: 100%;
     background: url(/modules/deliverycost/view/img/leader.svg) repeat-x 0% 0%;
}

.delivery-cost__lines li:not(:last-child) {
     margin-bottom: 8px;
}

@media screen and (max-width: 767.98px) {
    .delivery-cost__lines li:not(:last-child) {
        margin-bottom: 4px;
    }
}

.city-confirm {
    position: absolute;
    left: 0;
    right: 0;
    top: 138px;
    z-index: 7;
}

.rs-admin-top-panel .city-confirm {
    margin-top:62px;
}

.city-confirm__inner {
    padding: 16px 50px 16px 24px;
    border-radius: 8px;
    background: white;
    border: 1px solid var(--theme-primary);
    box-shadow:0 0 15px #999;
    display:inline-flex;
    position:relative;
}

.city-confirm__inner .btn {
    padding: 7px 16px;
}

@media screen and (max-width: 991.98px) {
    .city-confirm__inner {
        padding: 16px;
        padding-right:50px;
    }

    .city-confirm {
        top: 64px;
    }
}

@media screen and (max-width: 575.98px) {
    .city-confirm {
        top: 114px;
    }

    .city-confirm__inner {
        padding-right:16px;
    }
}

.city-confirm__inner .btn-close {
    position:absolute;
    right:10px;
    top:16px;
}

.city-confirm__quest {
    padding-right:25px;
}
