.ngpluginparavcardbutton {
    display: flex;
    margin-bottom: 10px;
}

.ngpluginparavcardbutton-left {
    justify-content: flex-start;
}

.ngpluginparavcardbutton-right {
    justify-content: flex-end;
}

.ngpluginparavcardbutton-center {
    justify-content: center;
}



.ngpluginparavcardbutton a
{
	border-color: #f9ffe7;
	border-width: 0px;
	border-style: solid;
	padding: 15px 25px 15px 25px;
	background: url(../../../../../images/gradient/?s=889953&e=a3b271&h=52) repeat-x #a3b271;
	font: bold 14px Inter,Verdana,Helvetica,sans-serif;
	color: #faf7f8;
	letter-spacing: 1.9px;
	text-transform: uppercase;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

.ngpluginparavcardbutton a:hover
{
	border-color: #2e282a;
	background: #2e282a;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

.ngpluginparavcardbutton a:focus
{
	border-color: #6e3c4b;
    background: #6e3c4b;    	font-weight: bold;
    font-style: normal;
	text-transform: uppercase;
	color: #faf7f8;
    outline: none;
}

.ngpluginparavcardbutton a svg {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.75em;
}