.ova-price-table {
  border: 1px solid #e8e8e8;
}
.ova-price-table:hover .wp-icon .icon i {
  background-color: #c1b696;
}
.ova-price-table:hover .wp-icon .icon i:before {
  color: #fff;
}
.ova-price-table:hover .readmore a.text-button {
  transition: 0.5s all;
  color: #fff;
  background-color: #25282e;
  border-color: #25282e;
}
.ova-price-table:hover .readmore a.text-button:hover {
  background-color: #c1b696;
  border-color: #c1b696;
}
.ova-price-table h3, .ova-price-table p {
  margin: 0px;
}
.ova-price-table .type {
  border-bottom: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  padding: 16px 0 14px 0;
}
.ova-price-table .type h3 {
  font-size: 20px;
  line-height: 28px;
  color: #25282e;
  font-family: Archivo;
  text-align: center;
  font-weight: 400;
}
.ova-price-table .wp-icon .icon {
  text-align: center;
  margin-top: 20px;
}
.ova-price-table .wp-icon .icon i {
  display: inline-block;
  line-height: 1;
  background-color: #eeeeee;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  transition: 0.5s;
}
.ova-price-table .wp-icon .icon i:before {
  font-size: 25px;
  color: #25282e;
  line-height: 1;
  margin-left: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova-price-table .wp-price {
  text-align: center;
  margin-top: 3px;
}
.ova-price-table .wp-price .price {
  font-size: 30px;
  line-height: 1.2;
  color: #25282e;
}
.ova-price-table .wp-price .per_time, .ova-price-table .wp-price .separator {
  font-size: 16px;
  line-height: 28px;
  color: #777777;
}
.ova-price-table .desc {
  text-align: center;
  padding: 0 50px 0 50px;
  margin-top: 17px;
}
.ova-price-table .desc p {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
}
.ova-price-table .readmore {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 40px;
}
.ova-price-table .readmore a.text-button {
  font-size: 16px;
  line-height: 26px;
  color: #25282e;
  border: 1px solid #e5e5e5;
  padding: 5px 30px 4px 30px;
  display: inline-block;
  font-weight: 500;
}