body{
    min-width:400px !important;
}
/* ########################################### */
/* ########################################### */
#myDropzone{
    position:absolute;
    top:0px;
    left:0px;
    border-color:var(--template-default-border-color);
    padding:0px;
    width:100% !important;
    max-height:100% !important;
    min-height:100% !important;
    overflow:hidden;
    background:#ddd;
    color:#000;
    opacity:0;
}
#myDropzone .dz-file-preview.dz-preview.dz-processing.dz-complete,#myDropzone .dz-image,#myDropzone .dz-details,#myDropzone .dz-progress,#myDropzone .dz-error-message,#myDropzone .dz-success-mark,#myDropzone .dz-error-mark{
    width:0px !important;
    height:0px !important;
    overflow:hidden !important;
    display:none !important;
}
/* ########################################### */
/* ########################################### */



/* ########################################### */
/* ########################################### */
.type-calc-box{
    border:1px solid var(--template-default-border-color);
    margin:0 0 25px 0;
    /* padding:12px 15px; */
}
.type-calc-box h6{
    border-bottom:1px solid var(--template-default-border-color);
    background:#f4f4f4;
    font-size:16px;
    padding:10px 15px;
    margin:0px;
}
.type-calc-box .row{
    padding:15px;
}
.btn-product-upload, .btn-product-upload-disabled{
    position:relative;
    background:#071C35;
    border-color:#071C35;
    color:#FFF !important;
    padding:10px 25px;
    border-radius:4px;
    font-size:14px;
    white-space:nowrap !important;
    cursor:pointer;
}
.btn-product-upload-disabled{
    background:#6c788c;
    border-color:#6c788c;
    cursor:default;
    opacity:0.65;
}
#myDropzoneSpanResponse{
    font-size:12px;
    margin-top:10px;
}
/* ########################################### */
/* ########################################### */


/* ########################################### */
/* ########################################### */
.wkr-ecommerce-shipping:hover .wkr-ecommerce-shipping-remove{
    opacity:1;
}
.wkr-ecommerce-shipping-remove{
    opacity:0;
    transition:0.2s;
    cursor:pointer;
}
/* ########################################### */
/* ########################################### */