del {
  color: rgba(orange, 0.5);
  text-decoration: none;
  position: relative;
  font-size: 20px;
  font-weight: 100;
}
del::before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 4px solid red;
    height: 4px;
    position: absolute;
    bottom: 15px;
    left: 0;
    transform: rotate(-11deg);
    opacity: 0.5;
}
del::after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 4px solid red;
    height: 4px;
    position: absolute;
    bottom: 15px;
    left: 0;
    transform: rotate(11deg);
    opacity: 0.5;
}


ins {
    font-size: 28px;
    font-weight: 800;
    text-decoration: none;
    padding: 1em 1em 1em .5em;
}

.single-featured-property .property-thumb .list-price p {
    opacity: 0.5;
    text-align: center;
}