.total-amt {
    border-bottom: solid 1px rgba(112, 112, 112, 0.18);
    padding: 15px 25px 15px;
}

.total-amt p {
    font: 23px/28px "poppinssemibold";
    color: #0C9543;
}

.cart-amount-bottom {
    padding: 0 !important;
}

.cart-btn-cover .cart-btn-block .amt.tax-amt p {
    font: 17px/21px "poppinslight";
    font-weight: 600;
}

.cart-btn-cover .cart-btn-block .amt {
    flex-grow: 1;
    text-align: right;
    color: #00a443;
}

.cart-btn-cover .cart-amount-bottom .total-amt p {
    font: 23px/28px "poppinssemibold";
    color: #00a443;
}

.order-type {
    display: flex;
    padding: 20px 25px;
    margin-bottom: 0;
}

.custom-radio {
    flex: 1;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 8px 14px;
}

.green-border {
    border-color: #00a443;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio [type="radio"]:checked+label,
.custom-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 0;
}

.custom-radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-radio [type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #00a443;
    border-radius: 100%;
    background: #fff;
}

.custom-radio [type="radio"]:checked+label:after,
.custom-radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #00a443;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.discountInfo {
    background: #f9f9f9;
    padding: 15px 25px 10px;
}

.discountInfo .amt-label {
    display: flex;
    margin-bottom: 15px;
}

.discountInfo .amt-label span {
    font: 14px/22px "poppinssemibold";
    color: #000;
}

.discountInfo .amt-label span:first-child {
    flex: 1;
}

.order-info {
    background: #f9f9f9;
    padding: 15px 25px 10px;
}

.order-info h4 {
    font: 14px/22px "poppinssemibold";
    color: #000;
    margin-bottom: 10px;
}

.order-info textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.deliver-wrapper {
    padding: 15px 25px 10px;
}

.delivery-time table td {
    border-bottom: none;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
}

.Registered-Address {
    padding: 15px 25px 15px;
}

.Registered-inner {
    display: flex;
    background: #f2faf5;
    border: 1px solid #a9dfbf;
    border-radius: 8px;
    padding: 12px 16px;
}

.Registered-Address .custom-radio {
    border: none;
    border-radius: 0;
    flex: inherit;
    padding: 0;
}

@media (max-width: 1679px) {
    .cart-btn-cover .cart-btn-block .amt-label p {
        font: 14px/18px "poppinsregular";
        color: #545454;
    }
    .total-amt p {
        font-size: 20px;
    }
}
.cart-btn-cover .cart-amount-bottom .total-amt {
    display: flex;
    align-items: center;
}
.cart-btn-cover .cart-amount-bottom .total-amt span {
    flex: 1;
    text-align: left;
    font: 14px/18px "poppinsregular";
    color: #545454;
}