.category_inactive{
    text-decoration: line-through;
    color: #ff0000;
}
.multiselect_select_items{
    height: 200px!important;
}
.cdf_required_item{
    color: #ff0000;
    font-weight: 800;
}
.products_show_photo_img{
    height: 100px!important;
}
#product_details_field_box{
    height: 300px!important;
    overflow: auto;
}
.product_view_video_button, .product_remove_video_button{
    cursor: pointer;
}
.warehouse_actions_form_hide_part, .warehouse_entries_purchase_items_show{
    display: none;
}
@media (min-width: 992px) {
    .fixed_box {
        position: fixed;
        padding: 10px;
    }
}