#message {
    border: solid 4px red;
    text-align: justify;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 1.5% 2.5% 2.5%;
    margin-top: 1%;
    margin-bottom: 4%;
    line-height: 1.5em;
}

.message-title {
    font-size: 1.25rem !important;

}

.message-day {
    font-weight: bold;
}

.new {
    background-color: #f92525;
    padding: 0.5% 1.5%;
    border-radius: 35px;
    color: white;
    font-size: 0.7rem;
    margin-right: 1%;
    font-weight: normal;
}

.product-detail {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* -webkit-justify-content: space-between; */
}

.product-link {
    width: 70%;
}

.product-image {
  	 width: 37%;
    margin-right: 2%;
}

.product-image img {
    width: 100%;
}

.product-link-detail {
    margin-left: 3%;
}