.S_DeliveryAddress .divimg{
    position: relative;
    height: 60px;
    margin: 10px;
    width: calc(100% - 20px);
}

.S_DeliveryAddress .img{
    width: 40px;
}

.S_DeliveryAddress .imgl{
    width: 70px;
    position: absolute;
    left: 0;
    text-align: center;
}

.S_DeliveryAddress .imgc{
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    text-align: center;
}

.S_DeliveryAddress .imgr{
    width: 70px;
    position: absolute;
    right: 0;
    text-align: center;
}

.S_DeliveryAddress .divthanhngang{
    margin-left: 40px;
    margin-right: 40px;
    height: 20px;
    border-bottom: 1px dashed #cdcdcd;
}

.S_DeliveryAddress .divkengang{
    width: 100%;
    height: 5px;
    background: #eeeeee;
}

.S_DeliveryAddress .div-bottom-cart{
    /* display: -webkit-box; */
    background: #efefef;
    position: fixed;
    bottom: 0;
    z-index: 888;
    width: 100%;
    /* color: white; */
    padding: 10px;
    font-size: 17px;
}

.S_DeliveryAddress .divoder{
    text-align: center;
    padding: 7px;
    background: #394665;
    color: white;
}

.S_DeliveryAddress .divaddress{
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.S_DeliveryAddress .divcontentadd{
    line-height: 1.7em;
}

.S_DeliveryAddress .dived{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

.S_DeliveryAddress .imged{
    width: 18px;
}

.S_DeliveryAddress .divaddnew{
    position: relative;
    align-items: center;
    display: flex;
    padding: 10px;
}

.S_DeliveryAddress [type="radio"]:checked,
.S_DeliveryAddress [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.S_DeliveryAddress [type="radio"]:checked + label,
.S_DeliveryAddress [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.S_DeliveryAddress [type="radio"]:checked + label:before,
.S_DeliveryAddress [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #18a8fe;
    border-radius: 100%;
    background: #fff;
}
.S_DeliveryAddress [type="radio"]:checked + label:after,
.S_DeliveryAddress [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #18a8fe;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.S_DeliveryAddress [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.S_DeliveryAddress [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}