/**
 * Theme Name: Vetrics Group
 * Description: Theme for Vetrics Group
 * Author: GN
 * Template: blocksy
 * Text Domain: vetrics
 */

.button,
.wp-block-button__link {
	padding-right: 60px!important;
}
.wp-block-button__link:after,
.button:after {
	content:"";
	display: block!important;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	line-height: 46px;
	border-left: 1px solid rgba(0,0,0,0.25);
	padding-left: 5px;

	background:  url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 18.96 16.56' fill='%237cafde'><path d='M10.69 0H6.65l8.28 8.28-8.28 8.28h4.04l8.27-8.28L10.69 0z'/><path class='cls-1' d='M4.04 0H0l8.28 8.28L0 16.56h4.04l8.28-8.28L4.04 0z'/></svg>") no-repeat 75% 50% / 15px 15px;
	transition: all 0.15s ease-out;
}
.wp-block-button__link:hover:after,
.button:hover:after {
	background-position: 100% 50%;
}