.stock-style{
    position: absolute;
    height: 106px;
    transform: rotate(270deg);
    z-index: 9;
    top: -4px;
    left: -6px;
}
.stock-style-product{
    position: absolute;
    height: 146px;
    transform: rotate(270deg);
    z-index: 9;
    top: -4px;
    left: 39px;
}
@media (max-width: 768px) {
    .stock-style {
        height: 51px;
        top: -2px;
        left: -3px;
    }
    .stock-style-product {
        height: 84px;
        top: -2px;
        left: -5px;
    }
}
