.itnes-stock-status {
    margin-bottom: 10px;
    text-align: center;
}

.itnes-stock-status .stock-label {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4;
}

.itnes-stock-status-variant {
  padding: 5px 0;
  display: flex !important;
  flex-direction: column;
  /* width: 40%; */
  /* align-items: baseline; */
  /* left: -5.3em; */
  /* position: relative; */
}

.itnes-stock-status-variant .stock-label {
    display: inline-block;
    /*padding: 5px 10px 5px 0;*/
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
    align-self: center
}

/* Style dla różnych stanów magazynowych */
.stock-out-of-stock {
    background-color: #dc3545 !important;
    color: white;
    width: 0% !important;
}

.stock-low {
    background-color: #fd7e14 !important;
    color: white;
    width: 25% !important;
}

.stock-medium {
    background-color: #ffc107 !important;
    color: #212529;
    width: 50% !important;
}

.stock-high {
    background-color: #28a745 !important;
    color: white;
    width: 100% !important;
    border-radius: 15px !important;
}

.stock-in-delivery {
  background-color: #dddddd !important;
}

.strck-progress-bar-background {
    height: 1em;
    background-color: transparent;
    /* width: 50% !important; */
    border-radius: 20px;
    box-shadow: -2px 5px 13px 0px #d7d7d7;
    margin-bottom: 0.7em !important;
}

.strck-progress-bar-fill {
    display: flex !important;
    gap: 0.5em;
    justify-content: flex-start;
    align-items: center;
    width: 98% !important;
    height: 70%;
    background: #dddddd2e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    border-radius: 20px;
    box-shadow: -6px 8px 11px 0px #d7d7d7 inset;
}

.stock-quantity-box {
    /* Dynamieczne ustawienie szerokości */
    /* width: 10em; */
    /* ---------------------------- */
    height: 95%;
    position: relative;
    border-radius: 15px 3px 3px 15px;
    background: #006bb7;
    left: 1px;
    z-index: 1;
    box-shadow: inset 0px 3px 9px -2px #414141;
}

.itnes-stock-status-variant-miniature {
    flex-direction: column;
    margin: 0px 0 10px 0;
    align-items: center;
    left: 0;
    width: 100%;
}

.stock-label-miniature {
    font-size: 10px !important;
    padding: 0 !important;
    line-height: 1.4;
    text-align: center;
    position: relative;
}

.stock-progress-bar-background-miniature {
    width: 90% !important;
    height: 1.3em;
    margin-bottom: 0.7em !important;
    box-shadow: -2px 5px 13px -3px #d7d7d7;
    position: relative;
}

.stock-progress-bar-fill-miniature {
    width: 99%;
}

.stock-label-miniature-hr {
    border-bottom: 1px solid #5d5d5d4c;
    margin: 0;
    width: 70%;
    position: relative;
    margin: 3px 0px;
}

.stock-in-delivery-label {
  text-align: center;
  /* color: red; */
}
