/**
 * Custom CSS Overrides
 *
 * Styles here are loaded at maximum priority AND injected inline
 * in the footer, so they will override virtually everything.
 *
 * Use !important when you need to beat inline styles from other plugins.
 *
 * Examples:
 *
 * .woocommerce .button.add_to_cart_button {
 *     background-color: #ff6600 !important;
 *     color: #fff !important;
 * }
 *
 * .site-header {
 *     position: sticky !important;
 *     top: 0;
 *     z-index: 9999;
 * }
 */

/* Add your custom styles below this line: */
.woocommerce .payment_method_venezuela_pagos .payment_method_title_wrap,
#cfw-billing-methods .cfw-payment-method-information-wrap h4.secure-notice {
	display: none;
}

.woocommerce .payment_method_venezuela_pagos .cfw-radio-reveal-content .payment_box,
.woocommerce .payment_method_venezuela_pagos .cfw-accordion {
	border-top: 0;
	border: 0;
}

.woocommerce .payment_method_venezuela_pagos,
.woocommerce-checkout-payment .cfw-radio-reveal-group {
	background-color: transparent;
	border-top: 0;
	border: 0;
}

.woocommerce .vzla-pagos-details .vzla-pagos-details__badge {
	color: #ffffff;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
}

.payment_method_venezuela_pagos .payment_box { padding: 1rem 0; }

body.checkout-wc main.checkoutwc h3 { font-size: 2rem; }

.shipping .cfw-input-wrap-row a { border-bottom: 2px dashed #E7C2D3; }

.woocommerce div.product form.cart table.variations th { vertical-align: top; }