#search {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.related-item-column {
    margin-bottom: 0px !important;
}

.sold {
    width: 60px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: red;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.sold_itemview {
    width: 120px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: red;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}















@media screen and (min-width: 768px) {
    .items-box-body {
        position: relative;
        height: 58px;
        padding: 8px 12px;
    }

    .items-box-name {
        font-size: 14px;
    }

    .items-box-name:after {
        width: 30%;
    }

    .items-box-price {
        z-index: 2;
        position: absolute;
        top: -30px;
        left: 0;
        padding: 4px 12px 4px 8px;
        border-radius: 0 16px 16px 0;
        font-weight: 600;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .items-box-num .font-2 {
        position: absolute;
        right: 12px;
        bottom: 10px;
        padding-left: 32px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 24px);
    }

    .item-sold-out-badge>div {
        top: 18px;
        font-size: 20px;
    }

    .item-sold-out-badge:after {
        border-width: 80px 80px 0 0;
    }
}