.basket-item-weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 88px;
    right: -2px;
    z-index: 3;
    flex: 0;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .basket-item-weight {
        position: relative;
        bottom: unset;
        right: unset;
        z-index: unset;
    }
}
@media (max-width: 768px) {
    .basket-item-weight {
        position: relative !important;
        bottom: unset !important;
        right: unset !important;
        z-index: unset !important;
    }
}

.basket-item-weight .selectbox-dropdown {
    align-items: baseline !important;
}

.article__amount__input .basket-item-weight {
    display: inline-block;
}
.article__amount__input .basket-item-weight .selectbox-dropdown .dropdown {

}
.article__amount__input .basket-item-weight .selectbox-amount {
    width: 118px;
}
.article__amount__input .basket-item-weight .selectbox-amount .input-group {
    flex-wrap: nowrap;
}
.amountInput-list{
    display: flex !important;
}
.weightInput{
    border-radius: 2px;
    display: flex;
    flex-grow: 1;
    width: 100%;
    position: relative;
}
.selectbox-weight-label{
    padding-left: 10px;
    font-size: 12px;
}
.amountToBasket{
    min-width: 60px;
    text-align: center;
    padding: 0;
}
.selectbox-and{
    position: absolute;
    right: -3%;
    top: 23px;
    background-color: white;
    padding: 3px;
}
.weightButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 2px;
    height: 44px;
    width: 44px;
    margin: 0 3px 0 0!important;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.input-group-prepend.weightButtons {
    margin: 0!important;
}
.amount-and{
    vertical-align: middle;
    padding-left: 15px;
}
#selectbox-and-details{
    position: absolute;
    right: 40px;
    top: 25px;
    background-color: white;
    padding: 3px;
    z-index: 100;
}




@media (min-width: 768px) and (max-width: 991px) {
    .order__card-article .article__singleprice, 
    .order__card-article .article__totalprice,
    .order__card-article .article__amount {
        width: 80px;
    }
    .order__card-header .header__amount, 
    .order__card-header .header__singleprice, 
    .order__card-header .header__totalprice {
        width: 90px;
    }
    .article__title_weight, .article__title_productform {
        display: block;
    }
    .toBasketInputDiv .amountInput .amountToBasket {
        width: 38px!important;
    }
    .basket-item-weight  {
        margin-right: 0px;	
    }
}