/*
    Theme Name: Maxcoach Child
    Theme URI: http://maxcoach.thememove.com/
    Author: George Zamfir
    Version: 1.0.61
    Template: maxcoach
    Text Domain:  maxcoach-child
*/

/*=======================================================*/

/* remove PSD2 message from checkout page */
#novalnet-psd2-notification {
    display: none;
}

/* add cvv image example on checkout */
#payment .wc-payment-form {
	position: relative;
}
#payment .wc-payment-form::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9;
	top: 90%;
	right: 0;
}
@media screen and (min-width: 340px) and (max-width: 767px),
	   screen and (min-width: 840px) {
	#payment .wc-payment-form::after {
        background-image: url('/wp-content/themes/maxcoach-child/images/cvv-number-light-400x332.png');
        display: block;
	}
}
@media screen and (min-width: 1025px) {
	#payment .wc-payment-form::after {
		background-image: url('/wp-content/themes/maxcoach-child/images/cvv-number-dark-400x332.png');
		display: block;
	}
}