body{
    font-family: "Barlow Condensed",sans-serif;
}

.d-inline-table{
    display: inline-table;
}

.card{
    /* width: 51rem; */
}

.w40-px{
    width: 40px;
}

.h40-px{
    height: 40px;
}

.mt--3{
    margin-top: -3px;
}

.oster-border-bottom{
    border-bottom: 2px solid #C3C3C3;
}

.card-header{
    background-color: unset;
    border-bottom: unset;
    font-size: 3.2rem;
    line-height: 1.2;
}

.form-label{
    font-size: 1.2rem;
    margin-bottom: unset;
    margin-top: .2rem;
    color: #000;
    font-weight: 500;
}

.col-md-4{
    padding-right: unset;
}

.form-control{
    height: 44px;
    border-radius: 0px;
    border: 2px solid #C3C3C3;
}

.form-control:focus{
    outline: 0;
    border-color: #000;
    box-shadow: unset;
}

.oster-button{
    background: #e60000;
    padding: 10px 46px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    transition: 500ms;
    opacity: 1;
    position: relative;
    letter-spacing: 1px;
}

.ci-form-error{
    background-color: #e60000;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0 5px 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 28px;
    width: 100%;
}

.ci-form-error:before {
    position: absolute;
    border: 7px solid transparent;
    border-bottom-color: #e60000;
    top: -14px;
    left: 20px;
    content: '';
}

.alert{
    border: unset;
    border-radius: unset;
    margin-top: 2rem;
    /* height: 100%; */
    font-size: 19px;
    /* padding: 0.45rem 0.8rem; */
    padding: 0.45rem 1.3rem;
    line-height: 1.4;
}

.bottom-text{
    font-size: 1.4rem;
    margin-bottom: unset;
    margin-top: .2rem;
    color: #000;
}

.plus-btn__wrap{
    display: grid;
    /* justify-content: end; */
    align-content: space-around;
}

.plus-btn{
    width: 45px;
    height: 45px;
    border: none;
    font-size: 45px;
    background-color: #e60000;
    color: #fff;
    font-weight: 400;
    line-height: 1.1px;
}

.total-weight{
    font-size: 2rem;
}

.weight-kg{
    font-size: 1.8rem;
}

.ml--50{
    margin-left: -50px;
}

.platte-wrapp{
    margin-top: 2rem;
}

.platte-wrapp__img{
    background-image: url('../img/config-img.png');
    /* height: 200px; */
    /* height: 213px; */
    height: 197px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.img_nl{
    background-image: url('../img/config-img-nl.png');
}

.img_fr{
    background-image: url('../img/config-img-fr.png');
}

input.js-length::placeholder, input.js-width::placeholder, input.js-strength::placeholder, input.js-density::placeholder{
    color: #999;
    font-size: 18px;
    line-height: 44px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat, repeat;
    background-position: right 13px top 50%, 0 0;
    background-size: 16px;
}

select:focus {
    background-image: url('../img/up-arrow.png');
}


.is-opened{
    background-image: url('../img/up-arrow.png') !important;
}

.is-closed{
    background-image: url('../img/arrow.png') !important;
}
/* 
select:focus-visible {
    background-image: url('../img/arrow.png');
} */