/*
 *  @author YooMoney <cms@yoomoney.ru>
 *  @copyright © 2025 "YooMoney", NBСO LLC
 *  @license  https://yoomoney.ru/doc.xml?id=527052
 */

p.payment_module a.yoomoney_yoo_money {
	background: url(../img/yoo_money.png) 23px 30px no-repeat #fbfbfb;
}

p.payment_module a.yoomoney_yoo_money:hover{
	background-color: #f6f6f6;
}

p.payment_module a {
	-webkit-transition-duration: 0.5s; 
	-o-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	transition-duration: 0.5s;
}

p.payment_module a.yoomoney_yoo_money:after{
	display: block;
	content: "\f054";
	position: absolute;
	right: 15px;
	margin-top: -11px;
	top: 50%;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	color: #777777;
}
