.printinglocation-data-table{
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    margin-top:15px;
}
.printinglocation-data-table thead tr th {
    background-color: #F4F4F4;
    font-weight: 400;
}
.printinglocation-data-table tbody tr td{
    vertical-align: middle;
}
.printinglocation-data-table tbody tr:nth-child(even) td{
   background-color: #f8f8f8;
}
.printinglocation-data-table .location-name-icon .design-icon {
    max-width: 30px;
    max-height: 30px;
}
.printinglocation-data-table .file-upload{
   position: absolute;
   opacity: 0;
}
.checkbox-container input {
    display: none;
}
.checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}
.checkbox-container span {
    width: 22px;
    height: 22px;
    border: 2px solid #c3c3c3;
    border-radius: 4px;
    background-color: #eee;
    margin-right: 10px;
    position: relative;
}
.checkbox-container input:checked + span {
    background-color: #000000;
    border-color: #000000;
} 
.checkbox-container span:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked + span:after {
    display: block; 
}
.checkbox-container span:after {
    left: 6px;
    top: 0;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.field-printing-method{
    display:none;
}
.file-upload-wrapper .upload-icon img {
    vertical-align: bottom;
}
.file-upload-wrapper .upload-text{
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    text-decoration: underline;
}

.file-upload-wrapper.active .upload-icon{
   display: none;
}
.file-upload-wrapper.active .file-preview{
   display: block;
}
.file-upload-wrapper .file-preview .uploaded-file-icon{
   width: 30px;
   height: 30px;
   margin: 0 5px 0 0;
}
.file-upload-wrapper .error-message{
   color: #ff0000;
}
.file-upload-wrapper .file-preview .icon-cross{
    cursor: pointer;
    vertical-align: middle;
 }

 .file-preview {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.uploaded-file-icon {
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
}

.icon-cross img {
    width: 16px;
    cursor: pointer;
}
#printing-locations {
    display: none;
}
.label.printing-method-title {
    margin-bottom: 5px !important;
    font-size: 16px !important;
    display: block;
    font-weight: 600;
} 
.modal-popup button.action-primary.action-accept {
    padding: 0.5em 2em;
}
.qty-error-msg{
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 20px;
}

.cart.table-wrapper .item-actions .actions-toolbar{
    flex-direction: row;
}