/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 14:40:00 */
.checkout.woocommerce-checkout
li.wc_payment_method.payment_method_vivacom_smart
label::after {
    content: "";
    display: inline-block;
    width: 40%; /* Adjust as needed */
    height: 32px;
    margin-left: 10px;
    vertical-align: middle;
    background: url("https://climaweb.gr/wp-content/plugins/viva-com-smart-for-woocommerce/includes/assets/vivacom.png") no-repeat center;
    background-size: contain;
}

@media(max-width:768px){
        .checkout.woocommerce-checkout
    li.wc_payment_method.payment_method_vivacom_smart
    label::after {
        width: 60%; /* Adjust as needed */
    }
}