

.promo3 {
    text-align: center;
}
.discount{
    font-size: .8em;
}

.style-1 del {
    color: rgba(255, 0, 0, 0.5);
    text-decoration: none;
    position: relative;
}
.style-1 del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}
.style-1 ins {
    color: green;
    font-size: 32px;
    text-decoration: none;
    padding: 1em 1em 1em .5em;
}

.style-2 del {
    color: rgba(128, 128, 128, 0.5);
    text-decoration: none;
    position: relative;
    font-size: 40px;
    font-weight: 100;
}
.style-2 del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(128, 128, 128, 0.8);
    border-bottom: 2px solid rgba(128, 128, 128, 0.8);
    height: 4px;
    position: absolute;
    bottom: 22px;
    left: 0;
    transform: rotate(-11deg);
}
.style-2 ins {
    font-size: 80px;
    font-weight: 100;
    text-decoration: none;
    padding: 1em 1em 1em .5em;
}

.promo3 del {
    
    
    color: rgba(255, 0, 0, 0.5);
    text-decoration: none;
    position: relative;
}
.promo3 del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    height: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}
.promo3 ins {
    font-size:1em;
    font-weight: 800;
    text-decoration: none;
    padding: 1em 1em 1em .5em;
}

.style-4 del {
    color: rgba(169, 169, 169, 0.5);
    text-decoration: none;
    position: relative;
    font-size: 1.5em;
    font-weight: 100;
}
.style-4 del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(169, 169, 169, 0.8);
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(-11deg);
}
.style-4 del:after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(169, 169, 169, 0.8);
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(11deg);
}
.style-4 ins {
    font-size: 60px;
    font-weight: 500;
    text-decoration: none;
    padding: 1em 1em 1em .5em;
}
