.parent-tag
{
    margin-top: 0px;
}
.without-tag
{
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 26px;
    padding: 0 10px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0395FF;
    color: white;
}
.without-tag::before {
    content: "";
    width: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 3px dashed #0395FF;
}
.without-tag::after {
    content: "";
    width: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 3px dashed #0395FF;
}
.parent-tag > img{
    margin-top: 18px !important;
}
.product-thumbnail.parent-tag{
    position: relative;
}
.product-thumbnail .without-tag
{
    left: unset;
    right: 0;
    top: 10px;
    position: relative;
}
.without-tag-wrapper
{
    position: relative;
}