.btn-border_ab1 {
  display: inline-block;
  width: 380px;
  text-align: center;
  background-color: #0091DB;
  border: 1px solid #0091DB;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 14px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_ab1:hover {
  background-color: #ffffff;
  border-color: #0091DB;
  color: #0091DB;
}

.btn-border_ab2 {
  display: inline-block;
  width: 250px;
  text-align: center;
  background-color: #C84052;
  border: 1px solid #C84052;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 14px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_ab2:hover {
  background-color: #ffffff;
  border-color: #C84052;
  color: #C84052;
}

 .del {
   color: #f00;
   text-decoration : line-through ;
 }
 .del span {
   color: #000;
 }