#oneclick-checkout-modal button.close {
    position: absolute;
    right: 16px;
    top: 13px;
    font-size: 24px;
}
#oneclick-checkout-modal .modal-footer {
    text-align: center;
    padding-bottom: 0;
}
#oneclick-checkout-modal .success {
    padding:20px;
    text-align: center;
}
#oneclick-checkout-modal label {
    color:black;
}
#oneclick-checkout-modal .product-info {display: flex;margin-bottom: 20px;}
#oneclick-checkout-modal .product-info .product-image {

margin-right: 20px;
}
#oneclick-checkout-modal .product-info .product-image img {

}
#oneclick-checkout-modal .product-info .product-detail {

}
#oneclick-checkout-modal .product-info .product-name {

font-weight: bold;

margin-bottom: 4px;

color: black;
}
#oneclick-checkout-modal .product-info .product-model {color: gray;margin-bottom: 15px;}
#oneclick-checkout-modal .product-info .product-price {color: #f5ab1e;font-size: 17px;display: flex;}
#oneclick-checkout-modal .product-info .product-price-old {
    text-decoration: line-through;
    color:gray;
    margin-right:7px;
}
#oneclick-checkout-modal .product-info .product-price-new {

}