.sale-container {
    width: 40px;
    height:40px;
    border-radius: 50%!important;
    background-color: #FF0036;
    position: relative;
    margin: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 7px;
    display : none !important;
}

.sale-img {
    width: 18px;
    height:24px;
    border: 0 !important;
}

.new-container {
    display: inline-block;
    padding: 5px;
    background-color: #ffffff;
    margin: 0 5px;
}

.new-label {
    height: 28px;
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 2px;
}

.discount-container {
    padding: 5px;
    background-color: #ffffff;
    margin: 0 5px;
    position: absolute;
    bottom: 15%;
    left: 5px;
}

.discount-label {
    height: 28px;
    font-weight: 700;
    font-size: 12px;
    color: #FC1647;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 2px;
    white-space: nowrap;
}
