<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.qq-gallery .qq-btn {
    float: right;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.qq-gallery .qq-upload-button {
    display: inline;
    width: 120px;
    padding: 7px 10px;
    float: left;
    text-align: center;
    background: #dadada;
    color: #000;
    border-radius: 2px;
    border: none;
    box-shadow: none;
    font-weight: normal;
}
.qq-gallery .qq-upload-button-hover {
    background: #a7a7a7;
    color: #fff;
}

.qq-gallery .qq-upload-button-focus {
    outline: 1px dotted #000
}

.qq-gallery.qq-uploader {
    position: relative;
    min-height: auto;
    max-height: auto;
    overflow-y: hidden;
    width: inherit;
    border-radius: 6px;
    border: 1px solid;
    background-color: #fafafa;
    padding: 9px 5px 7px;
    border-color: rgba(17, 1, 139, 0.93)
}

.qq-gallery.qq-uploader:before {
    content: attr(qq-drop-area-text) " ";
    position: absolute;
    font-size: 200%;
    left: 0;
    width: 100%;
    text-align: center;
    top: 45%;
    opacity: 0;
}

.qq-gallery .qq-upload-drop-area,
.qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #f9f9f9;
    border-radius: 4px;
    text-align: center
}

.qq-gallery .qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px
}

.qq-gallery .qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px
}

.qq-gallery .qq-upload-drop-area-active {
    background: #fdfdfd;
    border-radius: 4px
}

.qq-gallery .qq-upload-list {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    max-height: 450px;
    overflow-y: hidden;
    clear: both;
    box-shadow: none
}

.qq-gallery .qq-upload-list li {
    display: inline-block;
    position: relative;
    max-width: 90px;
    width: 100%;
    margin: 0 5px 5px 0;
    padding: 0;
    line-height: 16px;
    font-size: 13px;
    color: #424242;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: none;
    vertical-align: top;
    height: auto;
}

.qq-gallery .qq-upload-continue,
.qq-gallery .qq-upload-delete,
.qq-gallery .qq-upload-failed-text,
.qq-gallery .qq-upload-pause,
.qq-gallery .qq-upload-retry,
.qq-gallery .qq-upload-size,
.qq-gallery .qq-upload-spinner {
    display: inline
}

.qq-gallery .qq-upload-continue:hover,
.qq-gallery .qq-upload-delete:hover,
.qq-gallery .qq-upload-pause:hover,
.qq-gallery .qq-upload-retry:hover {
    background-color: transparent
}

.qq-gallery .qq-upload-cancel,
.qq-gallery .qq-upload-continue,
.qq-gallery .qq-upload-delete,
.qq-gallery .qq-upload-pause {
    cursor: pointer
}

.qq-gallery .qq-upload-continue,
.qq-gallery .qq-upload-delete,
.qq-gallery .qq-upload-pause {
    border: none;
    background: 0 0;
    color: #00a0ba;
    font-size: 12px;
    padding: 0
}

.qq-gallery .qq-upload-status-text {
    color: #333;
    font-size: 12px;
    padding-left: 3px;
    padding-top: 2px;
    width: inherit;
    display: none;
    width: 108px
}

.qq-gallery .qq-upload-fail .qq-upload-status-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    display: block
}

.qq-gallery .qq-upload-retrying .qq-upload-status-text {
    display: inline-block
}

.qq-gallery .qq-upload-retrying .qq-progress-bar-container {
    display: none
}

.qq-gallery .qq-upload-cancel {
    background-color: #525252;
    color: #f7f7f7;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 12px;
    border: none;
    height: 22px;
    width: 22px;
    padding: 4px;
    position: absolute;
    right: -5px;
    top: -6px;
    margin: 0;
    line-height: 17px
}

.qq-gallery .qq-upload-cancel:hover {
    background-color: #525252
}

.qq-gallery .qq-upload-retry {
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -31px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .37) inset, 1px 0 1px rgba(255, 255, 255, .07) inset, 0 4px 4px rgba(0, 0, 0, .5), 0 -2px 12px rgba(0, 0, 0, .08) inset;
    padding: 3px 4px;
    border: 1px solid #d2ddc7;
    border-radius: 2px;
    color: inherit;
    background-color: #ebf6e0;
    z-index: 1
}

.qq-gallery .qq-upload-retry:hover {
    background-color: #f7ffec
}

.qq-gallery .qq-file-info {
    padding: 10px 6px 4px;
    margin-top: -3px;
    border-radius: 0 0 2px 2px;
    text-align: left;
    overflow: hidden
}

.qq-gallery .qq-file-info .qq-file-name {
    position: relative
}

.qq-gallery .qq-upload-file {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden
}

.qq-gallery .qq-upload-spinner {
    display: inline-block;
    background: url(loading.gif);
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.qq-gallery .qq-drop-processing {
    display: block
}

.qq-gallery .qq-drop-processing-spinner {
    display: inline-block;
    background: url(processing.gif);
    width: 24px;
    height: 24px;
    vertical-align: text-bottom
}

.qq-gallery .qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: 700
}

.qq-gallery .qq-upload-failed-icon {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.qq-gallery .qq-upload-fail .qq-upload-failed-text {
    display: inline
}

.qq-gallery .qq-upload-retrying .qq-upload-failed-text {
    display: inline
}

.qq-gallery .qq-upload-list li.qq-upload-success {
    background-color: #f2f7ed
}

.qq-gallery .qq-upload-list li.qq-upload-fail {
    background-color: #f5eded;
    box-shadow: 0 0 1px 0 red;
    border: 0
}

.qq-gallery .qq-progress-bar {
    display: block;
    background: #00abc7;
    width: 0;
    height: 15px;
    border-radius: 6px;
    margin-bottom: 3px
}

.qq-gallery .qq-total-progress-bar {
    height: 25px;
    border-radius: 9px
}

.qq-gallery .qq-total-progress-bar-container {
    margin-left: 9px;
    display: inline;
    float: right;
    width: 400px
}

.qq-gallery .qq-upload-size {
    float: left;
    font-size: 11px;
    color: #929292;
    margin-bottom: 3px;
    margin-right: 0;
    display: inline-block
}

.qq-gallery INPUT.qq-edit-filename {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.qq-gallery .qq-upload-file.qq-editable {
    cursor: pointer;
    margin-right: 20px
}

.qq-gallery .qq-edit-filename-icon.qq-editable {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

.qq-gallery INPUT.qq-edit-filename.qq-editing {
    position: static;
    height: 28px;
    width: 90px;
    width: -moz-available;
    padding: 0 8px;
    margin-bottom: 3px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
    opacity: 1
}

.qq-gallery .qq-edit-filename-icon {
    display: none;
    background: url(edit.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.qq-gallery .qq-delete-icon {
    background: url(trash.gif);
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block
}

.qq-gallery .qq-retry-icon {
    background: url(retry.gif);
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block;
    float: none
}

.qq-gallery .qq-continue-icon {
    background: url(continue.gif);
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block
}

.qq-gallery .qq-pause-icon {
    background: url(pause.gif);
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block
}

.qq-gallery .qq-hide {
    display: none
}

.qq-gallery .qq-in-progress .qq-thumbnail-wrapper {
    /* makes the spinner on top of the thumbnail more visible */
    opacity: .5
}

.qq-gallery .qq-thumbnail-wrapper {
    overflow: hidden;
    position: relative;
    height: 60px;
    width: 100%
}

.qq-gallery .qq-thumbnail-selector {
    border-radius: 2px 2px 0 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block
}

:root *&gt;.qq-gallery .qq-thumbnail-selector {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.qq-gallery.qq-uploader DIALOG {
    display: none
}

.qq-gallery.qq-uploader DIALOG[open] {
    display: block
}

.qq-gallery.qq-uploader DIALOG {
    display: none
}

.qq-gallery.qq-uploader DIALOG[open] {
    display: block
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons {
    text-align: center;
    padding-top: 10px
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
    margin-left: 5px;
    margin-right: 5px
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-message-selector {
    padding-bottom: 10px
}

.qq-gallery .qq-uploader DIALOG::backdrop {
    background-color: rgba(0, 0, 0, .7)
}


/*# sourceMappingURL=fine-uploader-gallery.min.css.map */

.product_images_container ul li.image, #product_images_container ul li.image {
    width: 120px !important;
    height: 120px;
}
.product_images_container ul li.image img, #product_images_container ul li.image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}</pre></body></html>