.quantity input[type="button" i] {
    padding: 0px !important;
}

.quantity input[type="text" i] {
    padding: 0px !important;
    margin: 0 -5px;
}

.popup_back {
    text-decoration: none;
}

.popup_back:hover {
    text-decoration: none;
}

.popup_back span {
    padding-left: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2196F3;
}



.content-left .form-check {
    display: flex;
}

.content-left .form-check .form-check-label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-top: 4px;
}

.content-left .form-check .form-check-label .form-check-label-icon {
    font-size: 9px;
    background: #D93333;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 2px 6px;
    color: #ffffff;
}


.btn-submit {
    max-width: 300px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    padding: 12px;
    color: #FFFFFF;
    background: #1296D4;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}


.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-box {
    background: #F0F0F0;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    padding: 8px !important;
}

.popup-nav-item img {
    padding-right: 28px;
}

a {
    text-decoration: none;
}

.popup_success_content p {
    margin-bottom: 6px;
    font-style: normal;
    line-height: 19px;
}

.notification_success {
    /*position: absolute;*/
    width: 463px;
    height: 584px;
    background: #FFFFFF;
    border: 1px solid #1296D4;
    border-radius: 8px;
    margin: auto;
}

.notification_text_success {
    font-weight: 500;
    font-size: 24px;
    line-height: 19px;
    color: #29B354;
    margin-top: 24px;

}
.notification_text_fail {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #F52100;
}

.notification_text_wail {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFC225;
}

.popup_notification_success_content p {
    margin-bottom: 12px;
    font-style: normal;
    line-height: 19px;

}

.popup_notification_success_content_1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
}

.popup_notification_success_content_2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: right;
    padding-left: 10px;
}
.btn-submit {
    padding: 20px;
}
@media only screen and (max-width: 320px) {
    .notification_success {
        width: 100% !important;
    }
    .notification_success_2 {
        width: 100% !important;
    }
    #payment-success {
        margin-top: 24px;
    }

    .notification_success {
        width: 100% !important;
    }
}

@media only screen and (max-width:439px) and (min-width:321px) {
    .notification_success {
        width: 100% !important;
    }
    .notification_success_2 {
        width: 100% !important;
    }
    #payment-success {
        margin-top: 24px;
    }
    .notification_success {
        width: 100% !important;
    }
}

@media only screen and (min-width: 414px) and (max-width: 667px) {
    .notification_success {
        width: 100% !important;
    }
    .notification_success_2 {
        width: 100% !important;
    }
    #payment-success {
        margin-top: 24px;
    }
    .notification_success {
        width: 100% !important;
    }
}

@media only screen and (max-width:767px) and (min-width:576px) {
    .notification_success {
        width: 100% !important;
    }
    .notification_success_2 {
        width: 100% !important;
    }
    #payment-success {
        margin-top: 24px;
    }
    .notification_success {
        width: 100% !important;
    }
}
@media only screen and (max-width:1023px) and (min-width:768px) {
    .notification_success {
        width: 100% !important;
    }
    .notification_success_2 {
        width: 100% !important;
    }
    #payment-success {
        margin-top: 24px;
    }
    .notification_success {
        width: 100% !important;
    }
}
