.fpi-buy-button {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #CF0010;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.fpi-overlay, .fpi-payment-modal, .fpi-success-toast {
    display: none;
}

.fpi-overlay {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
}

.fpi-payment-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    /* width: 300px; */
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 999;
}

.fpi-product-info, .fpi-loading-section {
    text-align: center;
}

.fpi-product-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}

.fpi-modal-buttons {
    margin-top: 20px;
}

.fpi-modal-buttons button {
    padding: 8px 16px;
    margin: 0 8px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.fpi-pay-btn {
    background-color: #CF0010;
    color: white;
}

.fpi-cancel-btn {
    background-color: #CF0010;
    color: white;
}

.fpi-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #CF0010;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 15px auto;
    animation: fpi-spin 1s linear infinite;
}

@keyframes fpi-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fpi-success-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #28a745;
    color: white;
    padding: 16px 30px;
    border-radius: 6px;
    z-index: 2000;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    animation: fpi-fadeInOut 2.5s ease-in-out forwards;
}

@keyframes fpi-fadeInOut {
    0% { opacity: 0; transform: translate(-50%, -60%); }
    20% { opacity: 1; transform: translate(-50%, -50%); }
    80% { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, -60%); }
}

.pay_big_box .input_item{
   display: flex;
   justify-items: center;
   align-items: center;
}

.pay_big_box .input_item .item_title{
    width: 25%;
}
.pay_big_box .input_item .item_{
    width: 75%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.pay_big_box tr td,.pay_big_box tr th{
    border: 1px solid #ccc;
}

.pay_big_box tr{
    border: unset !important;
}

.count_control input{
    border: unset !important;
}

.input_box_p {
    display: flex;
    justify-items: center;
    align-items: center;
}

.price_color{
    color:red;
    font-weight: bold;
}

.woocommerce-Price-currencySymbol{
	display:none !important;
}
.summary-container>.cart,.summary-container>.price{
	display:none !important;
}