.cart-payment {
    padding: 25px 0;
    background-color: #FCFCFC;
}

.cart-payment .container {
    max-width: 500px;
}

.cart-payment .cart-payment-inner {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px 20px 10px 20px;
    border-radius: 10px !important;
    overflow: hidden;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: absolute;
    bottom: 4em;
    width: 100%;
    z-index: 11111;
    display: none;
}

#map-canvas {
    margin: 0 -17px;
    margin-top: -16px;
}

.doorstep-div {
    border-radius: 10px 10px 0 0 !important;
    position: relative;
    box-shadow: 0px -4px 10px #9f9b9b5e;
    padding: 12px 15px;
    margin: 0 -33px;
    margin-top: -5px;
}

.single-doorsep {
    margin-top: -15px;
    border-radius: 0px !important;
    box-shadow: none;
}

.adress-loc::after {
    content: "\f044";
    position: absolute;
    right: 0px;
    top: 50%;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    transform: translate(0px, -50%);
    color: var(--main-bg-color);
    pointer-events: none;
}

.upper-cart {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.upper-cart img {
    width: 100%;
    max-width: 25px;
}

.cart-heading {
    font-size: 20px;
    color: #11141A;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.cart-heading .back-btn {
    width: 100%;
    max-width: 15px;
    margin-right: 0;
    margin-right: 6px;
    vertical-align: initial;
}

.adress-pointers {
    display: flex;
    padding: 0px;
    list-style: none;
    flex-wrap: wrap;
    margin: 0px;
}

.adress-pointers li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}

.address-status {
    width: 100%;
    max-width: 14%;
}

.address-text {
    width: 100%;
    max-width: 65%;
    font-size: 14px;
    padding-left: 7px;
    line-height: 22px;
    color: #848484;
    word-break: break-word;
}

.address-status span {
    height: 45px;
    width: 45px;
    text-align: center;
    background-color: #EEF8F3;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.address-text b {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.address-btn {
    width: 100%;
    max-width: 21%;
    font-size: 14px;
    padding-left: 7px;
    line-height: 22px;
    color: #848484;
}

@media only screen and (max-width: 767px) {
    .cart-heading {
        font-size: 18px;
    }

    .cart-payment {
        padding: 0;
        background-color: #fff;
    }

    .cart-payment .cart-payment-inner {
        padding: 15px 0px 10px 0px;
        box-shadow: none;
    }

    #map-canvas {
        margin: 0 5px;
        margin-top: -15px;
    }

    .doorstep-div {
        margin: -5px -10px 0 -10px;
        border-radius: 10px 10px 0 0 !important;
        box-shadow: 0px -4px 10px #9f9b9b5e;
        padding: 12px 15px;
    }

}