.image-boxs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.image-boxs .m-box {
    border: 1px solid rgba(0, 0, 0, .8);
    margin: 3px;
    text-align: center;
    padding: 5px;
}

.m-content label {
    font-weight: 800
}

.m-content input {
    margin-top: 3px;
}

.m-content {
    padding: 10px;
    display: grid;
    grid-template-columns: 15px 1fr;
    justify-content: start;
    justify-items: start;
    text-align: left;
    grid-column-gap: 10px;
    align-items: start;
}

.image-boxs .m-box {
    border: none;
    margin: 3px;
    text-align: center;
    padding: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 34, 51, .1), 0 0 0 1px rgba(0, 34, 51, .1);
    border-radius: 5px;
    overflow: hidden;
}

.image-boxs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 5px;
    grid-gap: 5px;
}

.m-img {
    max-height: 145px;
    overflow: hidden;
    min-height: 145px;
    object-fit: contain;
    height: 100%;
}

.m-img img {
    width: auto;
}

.m-img {
    max-height: 145px;
    overflow: hidden;
    min-height: 145px;
    object-fit: contain;
    height: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
}

li#menu-damconsultants-bynder-menu>a:before {
    content: url('../images/bynder_log_magento.png');
    height: 28px;
    margin: 0 auto;
    width: 30px;
}

/******* 17-03-2023 *********/
.product-imp-sec {
    max-width: 100%;
    border: 1px solid #777777;
    padding: 24px;
    border-radius: 0px;
}

.dear-stock-sec .actions-split:hover,
.product-imp-sec button.primary {
    box-shadow: none;
    margin-left: auto;
    display: block;
    margin-top: 10px;
}

.main_header_master .main_container_masterdata .form-check {
    display: flex;
    flex-wrap: wrap;
}

.main_header_master .main_container_masterdata .form-check .form-check-label {
    width: calc(25% - 10px);
    margin: 5px;
}

#btn_del {
    position: relative;
    top: 15px;
    right: -17px
}

#btn_add {
    position: relative;
    top: -25px;
    right: -1597px
}

/******* 17-03-2023 *********/