.checkout-popup {
    max-width: 800px;
    -webkit-box-shadow: 0px 0px 39px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 39px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 39px -12px rgba(0,0,0,0.75);
    border-radius: 35px;
    margin: 5vw auto;
    font-family: "BalooExtra" !important;
}
.checkout-popup img, .checkout-popup table {
    width: 100%;
}
.checkout-popup table tr td, .checkout-popup table tr td .product-info, .checkout-popup table tr td .product-order {
    font-size: 17px;
}
.checkout-popup table tr td:first-child {
    width: 30%;
    color: #696969;
}
.checkout-popup table tr td:first-child h3 {
    font-size: 17px;
    font-weight: 900;
}
.checkout-popup table tr td:last-child {
    width: 70%;
    text-align: end;
}
.checkout-popup table tr td:last-child h3, .checkout-popup table tr td:last-child i {
    font-size: 21px !important;
    font-weight: 900;
}
.bg-popup {
    padding: 0;
}
.bg-popup img {
    height: 100%;
}
.checkout-popup .icon {
    margin: 40px 0;
}
.checkout-popup .icon img {
    width: 64px;
    height: 64px;
}
.icon .momo-lg {
    float: right;
}
.checkout-title {
    font-family: "BalooExtra" !important;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: #282828;
}
.confirm-button {
    padding: 5px 0;
    width: 100%;
    border-radius: 25px;
    color: #ffffff;
    font-size: 25px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: #ad2070;
    margin-top: 30px;
    margin-bottom: 15px;
}
.confirm-button:hover {
    text-decoration: none;
    color: #ffffff;
}
.note {
    color: red;
}