.widget-snippet .header-button a{
  border: 2px solid #EC3237;
  width: 100%;
  max-width:170px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  display: block;
  text-align: center;
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height:45px;
  text-align: center;
  color: #332F6A;
}
.widget-snippet .header-button a:before{
  position: absolute;
  content: "";
  background:red;
  width:51px;
  height:49px;
  top:-2px;
  right:-45px;
}
.widget-snippet .header-button a:after{
  position: absolute;
  content: "";
  background:url(/template/2807cd30/images/right-arrow.svg) no-repeat;
  width:21px;
  height:26px;
  top:13px;
  right:-29px;
}
.widget-snippet .header-button a:hover{
  background:transparent;
  border:2px solid #0098DB;
  color: #332f6a;
}
.widget-snippet .header-button a:hover:before{
  background: #0098DB;
}
