.in-stock-action{
    display: inline-flex;
    margin-left: 25px;
}

.in-stock-action > div{
    padding: 20px;
}

.quantity-input{
    padding: 13px !important;
}

.uncertain-stock{
    display: flex;
}

.uncertain-stock > div{
    padding-left: 20px;
    padding-right: 20px;
}

.label-active-stock-date{
    margin-right: 35px;
}

.stock-quantity-label{
    position: absolute;
    left: 400px;
}

#quantity-action-block .form-check-input{
    text-align: center;
}

.no-stock{
    margin-bottom: 20px;
}

.date-active-stock{
    margin-top: -3px;
}

.active-date-div{
    left: 30px;
}

.preorder-input{
    left: 140px;
    margin-top: -3px;
}

.big-label{
    padding: 10px;
    border: 2px solid #25b9d7;
    border-radius: 40px;
    cursor: pointer;
}

.no-label{
    padding: 10px;
    cursor: pointer;
}

.no-label:hover{
    border: 1px solid #6c868e;
    border-radius: 40px;
}

.hidden{
    display: none;
}

.custom-stock-info-title{
    border-bottom: 1px solid;
    width: 314px;
    margin-bottom: 15px;
    margin-top: 15px
}


.custom-stock-sufficient,
.custom-no-stock-preorder,
.custom-stock-insufficient{
    color: #323236;
    font-size: 14px;
}

.custom-stock-pieces{
    color: darkgoldenrod;
    text-transform: initial !important;
}

.custom-stock-pieces-quantity{
    font-size: 17px;
}


.custom-no-stock-preorder-title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-stock-preorder-interval{
    margin-left: 8px;
}

.in-stock-preorder{
    margin-left: 155px;
}

.deactivate-active-stock{
    margin-left: 180px;
}

#product .custom-stock-info{
    margin-top: 10px;
}

/*#quantity-action-block label{*/
/*    font-size: 11px;*/
/*}*/

.quantity-info-in-stock{
    font-weight: bold;
    padding: 3px;
    color: #5FBC4C;
    font-size: 14px;
}

.quantity-info-not-in-stock{
    font-weight: bold;
    padding: 3px;
    color: #FF0000;
    font-size: 14px;
}

.quantity-info-in-stock-warning{
    font-weight: bold;
    padding: 3px;
    color: #FF7800;
    font-size: 14px;
}

.pos-featured-products .js-product-miniature .product_desc:before{
    display: none !important;
}

.feature-item .quantity-info{
    margin-bottom: 10px;
}