<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Woocommerce Fpay */
html, body {
	background-color: #fff !important;
}
.fpay-preloader {
	background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.fpay-preloader_inner {
	text-align: center;
	display: inline-block;
	width: 100%;
}
body.page-two-column.woocommerce-account:not(.archive) #primary .entry-header, body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-header, body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-header {
	width: 100%;
}
body.page-two-column.woocommerce-account:not(.archive) #primary .entry-content, body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content, body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-content {
	width: 100%;
}
.fpay-body {
	margin-top: 40px;
}
.checkout-page {
    font-family: 'Roboto', 'Arial', sans-serif;
}
.checkout-header {
    background: #0d0d0c;
    color: #fff;
    padding: 5px 30px 5px 10px;
    font-size: 1.2em;
	display: flex;
	align-items: center;
}
.checkout-header-inner {
    width: 50%;
}
.fpay-checkout-logo-left {
	text-align: left;
	display: inline-flex;
}
.fpay-checkout-logo-right {
    color:#fff;
	text-align: right;
	line-height: normal;
}
img.fpay-checkout-logo-img {
    max-width: 100px;
    margin-bottom: 0;
}
.checkout-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    border-radius: 20px;
	overflow:hidden;
}
.checkout-inner-wrap {
    display: inline-block;
    width: 100%;
    padding: 5%;
}
.checkout-title {
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 15px;
	padding: 0;
    color: #555;
}
#checkout_label, .checkout-wrapper label {
    color: #555;
    font-weight: unset;
}
.checkout-wrapper .shop_table td, .checkout-wrapper .shop_table th {
    width: 50%;
	color: #555;
}
.checkout-wrapper .shop_table td.text-right, .checkout-wrapper .shop_table th.text-right {
    text-align: right;
}
.checkout-wrapper .shop_table thead tr {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.checkout-wrapper .shop_table tr {
    border-bottom: none;
}
.checkout-wrapper .shop_table thead tr:first-child td {
	font-weight: bold;
}
.checkout-wrapper .shop_table tr.order_total {
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}
.checkout-wrapper .shop_table tr td {
    padding: 5px 10px;
	border-top: none;
}
.fpay-body .checkout-wrapper ul.payment_methods {
    list-style: none;
}
.woocommerce .checkout-wrapper table.shop_table tbody th, .woocommerce .checkout-wrapper table.shop_table tfoot td, .woocommerce .checkout-wrapper table.shop_table tfoot th
.checkout-wrapper .entry-content p {
    font-weight: normal;
}
.checkout-wrapper #payment {
    color: #555;
    margin-top: 40px;
	background: #fff;
}
.checkout-wrapper .wc_payment_method .payment_box {
    padding: 15px 15px 10px 15px;
    text-align: right;
	position: relative;
	background: #eee;
}
.checkout-wrapper .wc_payment_method input.input-radio[name=payment_method]:checked+label::before {
	background: #49b45d;
}
.checkout-wrapper .wc_payment_method input.input-radio[name=payment_method]+label::before {
	border: 3px solid #fff;
    box-shadow: 0 0 0 1px #777;
}
.checkout-wrapper .woocommerce #payment #place_order, .woocommerce a.button.fpay-btn {
    background: #0d0d0c;
    color:#fff;
    font-size: 1em !important;
    font-weight: unset;
    padding: 5px 15px;
    border-radius: 5px;
    line-height: unset;
	border: none;
}
.checkout-wrapper .woocommerce #payment #place_order:hover, .woocommerce a.button.fpay-btn:hover {
    color:#fff;
    background: #145b95;}
    
.woocommerce a.button.fpay-btn:hover {
	border:none;
}
.checkout-wrapper .payment_box:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #eee;
    content: '';
    position: absolute;
    left: 30px;
    top: -12px;
}
.checkout-wrapper .shop_table td:first-child {
    text-align: left;
}
ul.order_details {
    list-style: none;
}
.woocommerce-order {
	padding: 0 10px;
}
.display-none {
	display: none !important;
}
.woocommerce table.shop_table thead th {
	border-bottom: none;
}
.pay_now_loading {
	margin: 5px;
}
.woocommerce-order.fpay-order table.woocommerce-table.woocommerce-table--order-details tfoot th {
	text-align:left;
}
.woocommerce-order-pay .checkout-wrapper .woocommerce-notices-wrapper, .woocommerce-order-pay .checkout-wrapper .woocommerce-error{
	display: none;
}
/* Hide Billplz Image */
.payment_method_billplz img {
    display: none;
}
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
	max-width: 100%;
}
/* Preloader */
.checkout-wrapper #order_review {
	position: relative;
}
.pay_now_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    height: 100%;
    text-align: center;
    align-items: center;
    display: none;
	margin: 0;
}
.pay_now_loading.loading_now {
	display: flex;
}
.pay_now_loading_inner {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.pay_now_loading img {
    max-width: 45px;
}

.cancel_button{border:1px solid #0d0d0c;border-radius: 5px;background:#fff;color:#000;padding: 10px 15px;display:block;margin-top:0.5em;font-size:1em;text-align:center;position:relative;width:100%;}
.cancel_button:hover{border:1px solid #0d0d0c;background:#145b95;color:#fff;}

@media screen and (max-width: 575px) {
	/* Fpay */
	img.fpay-checkout-logo-img {
		max-width: 100px;
		margin-bottom: 0;
		width: 100%;
		height: auto;
	}
	.fpay-checkout-logo-left {
		display: inline-block;
	}
	.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
		max-width: 100%;
	}
}

</pre></body></html>