.stock-wrapper {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 5px;
    width: auto;
    padding: 1px 15px 1px 20px;
    height: auto;
    text-align: center;
}

.stock-status {
    color: white;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.clip {
    clip-path: polygon(0 0, 100% 0, 100% 30px, 100% 100%, 10% 100%, 0 -3px);
    border: 1px solid #035d9b;
    border-radius: 2px;
}

.stock-in {
    background: #006eb9;
}

.stock-not-available {
    background: #ef5339;
}

.stock-pre-order,
.stock-to-order,
.stock-wait {
    background: #ffc100;
}

.stock-in-text {
    color: green;
    font-weight: bold !important;
}

.stock-not-available-text {
    color: red;
    font-weight: bold !important;
}

.stock-pre-order-text,
.stock-to-order-text,
.stock-wait-text {
    color: #ffc100;
    font-weight: bold !important;
}