#main {
    margin-top: 20px;
    margin-bottom: 20px;
}
#main .row {
    margin-top:20px;
    margin-bottom: 20px;
}
.text {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    width: 60%;
}
.text h1 {
    font-size: 4em;
    color: #d88c00;
}
.product-wrap {
    margin-top: 30px;
}
.product-name {
    margin-top: 0;
    color:#ffa500;
}
.product-type {
    margin: 0;
    color: #bbbbbb;
}
.product-price {
    font-weight: 600;
    font-size: 1.2em;
    color: #424242;
}
.price-old {
    color: #bbbbbb;
    text-decoration: line-through;
    font-size: 1em;
    line-height: 20px;
}

.product-description {
    margin-bottom: 20px;
    margin-top: 20px;
}
.test {
    width: 425px;
    min-height: 350px;

}
.test img {
    width: 100%;
}
.del {
  color:red;
  font-size:2em;
  font-family: FontAwesome;
  font-style: normal;
}
