section.checkout-section {
    margin-top: 50px;
}

.address-col h3 {
    display: inline-block;
}

tr.address-name {
    font-weight: bold;
}

tr.address-name {
    font-weight: bold;
    display: block;
}

tr.address-name i {
    margin-left: 20px;
    padding-right: 2px;
}

.address tbody, td, tfoot, th, thead, tr {
    /* border-color: inherit;
    border-style: solid;
    border-width: 0; */
    padding-left: 10px;
    /* display: block; */
}

.address-col button {
    display: inline-block;
    text-align: right;
 
}
.address_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.address-col .address_title button {
    padding: 12px 37px;
    background-color: #000;
    color: #ffF;
    font-size: 18px;
}
.address-info {
    /* display: flex; */
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.address-info .address {
    width: 100%;
    border: 1px solid #000;
    padding: 16px;
    position: relative;
}

.address-info .address table tr td:first-child {
    /* font-weight: bold; */
}

.address-col .address-info button {
    float: unset;
    position: absolute;
    top: 11px;
    right: 6px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    border: unset;
}
.address-col .address-info button svg {
    width: 28px;
    height: 20px;
}
.address-info .address h4 {
    margin-bottom: 20px;
    font-weight: bold;
}
.order_sec {
    padding: 0 0  0 40px;
}

.order_table {
    border: 1px solid #000;
    padding: 20px 30px;
    margin-top: 50px;
    color: #000;
}
.sub_total,.total,.product ,.sub_totle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}

.sub_total {
    font-weight: bold;
}

.total {
    font-weight: bold;
}
.total.last h4 {
    color: #ef262c;
    font-weight: bold;
}
.payment_btn {
    margin-top: 20px;
}

.payment_btn button {
    border: 1px solid #000;
    width: 100%;
    background-color: #ddd;
    margin-bottom: 20px;
    padding: 20px 0;
}
.payment_btn button.stripe img {
    width: 70px;
}
.payment_btn button img {
    width: 100px;
}
.payment_btn button.order {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
section.checkout-section h3 {
    font-weight: bold;
}
.product h4 {
    font-size: 18px;
}
.total.last {
    margin-top: 50px;
}
.form {
    display: none;
    margin-top: 20px;
}
button.back {
    display: none;
}
.address-col.active button.add {
    display: none;
}
.address-col.active button.back {
    display: block;
}
.address-col.active .form {
    display: block;
}
.address-col.active .address-info {
    display: none;
}
.custom-control.custom-radio {
    background-color: #ddd;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    height: 74px;
    width: 100%;
    line-height: 74px;
}

.custom-control.custom-radio input {
    position: absolute;
    right: 0;
    -webkit-appearance: unset;
    -moz-appearnace: unset;
    appearance: unset;
    width: 100%;
    height: 74px;
    top: 0;
}

.custom-control.custom-radio input:checked {
    border: 2px solid #000;
    background-image: url(http://127.0.0.1:8000/images/check-mark.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    position: absolute;
    top: 0;
    right: 0;
}
label.custom-control-label.stripe img {
    width: 100px;
}
/*form css*/

.form form {
    margin-top: 10px;
}

.form form label.form-label {
    color: #797979;
    font-size: 14px;
}

.form form .form-control,.form form 
 select.form-select {
    border-radius: 0;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}
.form-check {
    display: inline-block;
    margin: 0 20px 0 0;
}

.form button.btn.btn-primary {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    border: unset;
    border-radius: 0;
    font-size: 18px;
    font-weight: normal;
    height: 55px;
}
.custom-control.custom-radio-box input:checked {
    border: 2px solid #ff9a03;
    position: absolute;
    background-color: #f3b75d;
    z-index: -1;
}

/* .custom-control.custom-radio-box {
    position: relative;
    width: 49%;
    margin-bottom: 20px;
} */
.custom-control.custom-radio-box {
    position: relative;
    /* width: 49%; */
    /* margin-bottom: 20px; */
    /* border: 1px solid #000; */
    margin-bottom: 30px;
}

.custom-control.custom-radio-box input {
    /* width: 100%;
    height: 100%; */
    position: absolute;
    top: 22px;
    z-index: 0;
    /* appearance: unset; */
    background-color: #fff !important;
    border: 2px solid #000 !important;
}

.custom-control.custom-radio-box input:checked {
    border: 1px solid #000;
}

/* .custom-control.custom-radio-box input:checked {
    border: 2px solid #ff9a03;
    position: absolute;
    background-color: #f3b75d;
    z-index: -1;
} */
.custom-control.custom-radio-box label {
    width: 100%;
}

/*media start*/

@media(max-width:991px){
    .order_sec {
        padding: 0 0  0 0px;
    }
    .address-col .address_title button {
        padding: 6px 20px;
    }
    .order_table {
        margin-top: 43px;
    }
    .order_table {
        padding: 20px 15px;
    }
}

@media(max-width:767px){
    .address-info {
        flex-wrap: wrap;
    }
    .custom-control.custom-radio-box {
        width: 100%;
        margin-bottom: 20px;
    }
    section.checkout-section {
        margin-top: 0;
    }
    .order_sec {
        padding: 30px 0  0 0px;
    }
}