.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.invester-status {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #BB6622;
    padding: 7px 7px;
    position: absolute;
    top: -25px;
    left: 41px;
    border: 2px solid #fff;
    border-radius: 9px;
}

.product-box {
    padding: 0;
    /* border: 1px solid #e7eaec; */
}

.ibox-content {
    clear: both;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 0px 0px 0px 0px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.product-imitation {
    text-align: center;
    padding: 20px 0px 0px 0px;
    /* background-color: #f8f8f9; */
    color: #fff;
    font-weight: 600;
}

.product-desc {
    padding: 20px;
    position: relative;
}

.product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}

.text-muted {
    color: #888888;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t {
    margin-top: 15px;
}
