.mt-6 {
    margin-top: 2rem !important;
}

.mt-7 {
    margin-top: 2.5rem !important;
}

.ecommerce_orders fieldset {
    padding: 20px;
    margin-top: 0px;
    border: solid;
    border-width: 5px;
    border-color: #efefef;
}

.ecommerce_orders legend {
    font-size: 16px;
    font-weight: 400;
    color: #d7d7d7;
    padding-left: 10px;
}

.ecommerce_orders .input-label {
    margin-bottom: 0rem;
    color: #242424;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
}

.ecommerce_orders .col-md-12.form-field .input-label {
    width: 220px;
}

#child_order_modal .col-md-12.form-field .input-label {
    width: 0px;
    min-width: fit-content;
    padding-right: 10px;
}

.ecommerce_orders .col-md-6.form-field .input-label {
    width: 0px;
    min-width: fit-content;
    padding-right: 10px;
}

.ecommerce_orders .form-field {
    display: flex;
    align-items: center;
    padding: 0rem 2rem !important;
}

.ecommerce_orders .bmd-form-group {
    display: flex;
    align-items: center;
}

.ecommerce_orders .bmd-form-group i {
    margin-left: -18px;
}

.ecommerce_orders input {
    margin: 0.3125rem;
    padding: 0.6rem 0.2rem;
    line-height: 1;
}

.ecommerce_orders .bootstrap-select {
    margin: 0rem 0rem 0rem 0.5rem;
}

.ecommerce_orders .bootstrap-select .btn {
    margin: 0.3125rem 0rem 0.3125rem 0.3125rem;
}

.ecommerce_orders .bmd-form-group {
    width: 100%;
}

.ecommerce_orders .checkbox-field .checkbox-label {
    color: #242424;
    font-weight: 500;
    font-size: 13px;
    margin-right: 2rem;
}

.ecommerce_orders .form-check .form-check-sign .check {
    border: 1px solid rgb(147 147 147 / 54%);
}

.ecommerce_orders .form-check .form-check-input:checked+.form-check-sign .check {
    background-color: #ffffff;
}

.ecommerce_orders .form-check .form-check-input:checked+.form-check-sign .check:before {
    color: #e2445c;
}

@media screen and (min-width: 768px) {
    .product_order_size_table {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .product_order_size_table {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .product_order_size_table {
        width: 100%;
    }
}

.personalized_product_order_size_table {
    width: 100%;
}

.product_order_size_table>thead>tr>th,
.personalized_product_order_size_table>thead>tr>th,
#ecommerce_order_items_table>thead>tr>th {
    font-size: 13px;
    font-weight: 400;
    color: #424242;
    white-space: nowrap;
    border: 1px solid #d7d7d7;
    text-align: center;
    background-color: #f5f5f5;
}

.product_order_size_table td,
.personalized_product_order_size_table td {
    padding: 0rem 0.5rem;
}

.product_order_size_table .bootstrap-select,
.personalized_product_order_size_table .bootstrap-select {
    margin: 0rem;
}

.btn-remove-order-size {
    padding: 0.5rem 1rem;
}

.not-edited {
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    background-color: #e2445c;
    padding: 0.45rem 1rem;
    border-radius: 5px;
}

.edited {
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    background-color: #31bf69;
    padding: 0.45rem 1rem;
    border-radius: 5px;
}

#child_order_modal .modal-dialog {
    min-width: 70%;
    display: flex;
    align-items: center;
}

.modal-body.ecommerce_orders {
    padding: 2rem;
}

.artwork-preview-loading {
    width: 200px;
}

.label-image-preview {
    max-width: 75px;
    max-height: 75px;
    transition: transform 0.3s ease-in-out;
}

.label-image-preview:hover {
    transform: scale(1.2);
}

.artwork-preview {
    z-index: 1;
}

.artwork-image-preview {
    max-width: 200px;
    max-height: 200px;
    transition: transform 0.3s ease-in-out;
}

.artwork-image-preview:hover {
    transform: scale(1.5);
}
