.order-printer-image{
    margin-right: 20px;
    background: white;
    padding: 20px;
    width: 200px;
    height: 200px;
    width: 300px;
    border: 1px dashed #000;
    border-radius: 5px;
    object-fit: contain;
    transition: 0.2s;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;

}
.order-printer-image:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.custom-file-upload-box {
    margin: 20px 0;
}
.custom-file-upload-box .title{
    color: #000;
}
.custom-file-upload-box .btn{
    margin-bottom: 20px;  
}

.sub-cat-visible {
    column-count: 3;
}
.sub-cat-visible + .wd-content-area.site-content{
    /* display: none !important; */
}