.delivery-date-table {
    width: 100%;
    margin: 10px 0 30px;
    border-collapse: collapse;
}
.delivery-date-table td, .delivery-date-table th {
    padding: 16px 24px;
    text-align: left;
}
.delivery-date-table thead tr {
    background-color: #000000;
    color: #fff;
}
.delivery-date-table thead th {
    width: 25%;
}
.delivery-date-table tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}
.delivery-date-table tbody tr:nth-child(even) {
    background-color: #e9ecef;
}
.delivery-date-table {
    width: 100%;
    margin: 10px 0 30px;
    border-collapse: collapse;
}
.delivery-date-table td, .delivery-date-table th {
    padding: 16px 24px;
    text-align: left;
}
.delivery-date-table thead tr {
    background-color: #000000;
    color: #fff;
}
.delivery-date-table thead th {
    width: 25%;
}
.delivery-date-table tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}
.delivery-date-table tbody tr:nth-child(even) {
    background-color: #e9ecef;
}
.dimensions span:first-child {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}
.dimensions.last {
    margin: 5px 0 30px;
}
#uploadBtn.active {
    margin: 20px 0 30px !important;
}

body.open-frame {
    overflow: hidden;
}
body.open-frame #main-header {
    z-index: auto;
}

.frame-upload-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    transform: translateX(100%);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.frame-upload-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: auto;
}
.frame-upload-container.active {
    transform: translateX(0%);
}
.frame-upload-panel .form-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 120px;
}
.frame-upload-panel .upload-files-container {
    background-color: #f7fff7;
    max-width: 420px;
    padding: 30px 60px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.frame-upload-panel .drag-file-area {
    border: 2px dashed #feac00;
    border-radius: 40px;
    margin: 10px 0 15px;
    padding: 30px 50px;
    text-align: center;
    width: 350px;
}
.frame-upload-panel .drag-file-area .upload-icon img {
    width: 40px;
}
.frame-upload-panel .drag-file-area h3 {
    font-size: 18px;
    margin: 15px 0;
}
.frame-upload-panel .drag-file-area label {
    font-size: 19px;
}
#frame-img1,
#frame-img2 {
    display: none !important;
}
.frame-upload-panel .drag-file-area label .browse-files-text {
    color: #feac00;
    font-weight: bolder;
    cursor: pointer;
}
.frame-upload-panel .browse-files span {
    position: relative;
    top: -25px;
}
.frame-upload-panel .default-file-input {
    opacity: 0;
}
.frame-upload-panel .cannot-upload-message {
    background-color: #ffc6c4;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #BB0000;
    display: none;
    font-size: 14px;
}
.frame-upload-panel .cannot-upload-message span, .frame-upload-panel .upload-button-icon {
    padding-right: 10px;
}
.frame-upload-panel .cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}
.frame-upload-panel .cannot-upload-message .warning img,
.frame-upload-panel .cannot-upload-message .cancel-alert-button img,
.frame-upload-panel .material-icons-outlined .file-icon img,
.frame-upload-panel .upload-button-icon {
    position: relative;
    top: 2px;
}
.frame-upload-panel .file-block {
    color: #000;
    background-color: #c8c8c8;
    transition: all 1s;
    width: 390px;
    position: relative;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    overflow: hidden;
}
.frame-upload-panel .material-icons-outlined img,
.frame-upload-panel .remove-file-icon img ,
.frame-upload-panel .material-icons img {
    width: 20px;
}
.frame-upload-panel .file-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}
.frame-upload-panel .file-icon {
    margin-right: 10px;
}
.frame-upload-panel .file-name {
    padding: 0 3px;
}
.frame-upload-panel .remove-file-icon {
    cursor: pointer;
}
.frame-upload-panel .upload-button {
    background-color: #c8c8c8;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    padding: 7.5px 50px;
    cursor: pointer;
}
.frame-upload-panel .frame-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    transform: rotate(180deg);
}
.frame-upload-panel .frame-close img {
    width: 20px;
}

.frame-upload-container.load:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url('../images/loader.gif');
    background-size: 100px;
    width: 100px;
    height: 100px;
    z-index: 9;
}
.frame-upload-container.load:after {
    content: '';
    background: #e5e5e591;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.frame-upload-panel .frame-section .add-to-cart{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.frame-upload-panel .frame-section .cropper-block.hide {
    display: none;
}
.frame-upload-panel .frame-section .cropper-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.frame-upload-panel .frame-section .cropper-block .crop-btns {
    width: 100%;
    margin-bottom: auto;
    text-align: center;
    margin-top: 20px;
}
.frame-upload-panel .frame-section .cropper-block .crop-btns  #btnCrop {
    background: #feac00;
    border: none;
    padding: 13px 10px;
    width: 250px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.frame-upload-panel .frame-section .cropper-block img {
    max-width: 100%;
}
.frame-upload-panel .frame-section .cropper-block .section-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin-top: 120px;
}
.frame-upload-panel .frame-section .cropper-block .section-block > div:first-child {
    display: flex;
    justify-content: center;
}
.frame-upload-panel .frame-section .cropper-block .section-block > div {
    width: 50%;
}
.frame-upload-panel .frame-section .cropper-block .container-block {
    width: 500px;
    height: 500px;
}
.frame-upload-panel .frame-section .cropper-block #frame-canvas-block {
    height: 300px;
    width: 300px;
    background-color: #ffffff;
    cursor: default;
    border: 1px dashed black;
    display: inline-block;
}
.frame-upload-panel .frame-section .cropper-block .preview {
    overflow: hidden;
    width: 300px;
    height: 300px;
}
.frame-upload-panel .frame-section .frame-upload-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.frame-upload-panel .frame-section .frame-upload-overlay p {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
}
.frame-upload-panel .frame-section .cropper-block #result {
    display: none;
}
.gallery-placeholder .fotorama__stage img[alt="frame-pattern-canvas-img"] {
    max-width: 300px;
}
.gallery-placeholder .fotorama__nav-wrap img[alt="frame-pattern-canvas-img"] {
    width: 50px;
    position: relative;
    left: 5px;
}

/* Custom */
.frame-upload-overlay > p {
    display: none;
}
#react-quick-custom-picture-flow {
    width: 100%;
    height: 100%;
}
#react-quick-custom-picture-flow .main-container {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}

#react-quick-custom-picture-flow .main-container .left-container {
    order: 2;
}
#react-quick-custom-picture-flow .main-container .left-container .uppy-Dashboard-inner {
    background-color: rgba(248,245,237,1)!important;
    height: 400px !important;
    min-height: auto !important;
    width: auto !important;
}
#react-quick-custom-picture-flow .main-container .right-container {
    display: flex;
    flex-direction: column;
    align-items: end;
    order: 1;
}
#react-quick-custom-picture-flow .main-container .right-container button, .uppy-Dashboard-browse {
    box-sizing: border-box;
    padding: 1.21rem 1.43rem;
    border: none;
    z-index: 1;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
    background: #feac00;
    color: #000;
    font-family: "Rubik medium";
}
#react-quick-custom-picture-flow .main-container .right-container button {
    width: 50%;
}
#react-quick-custom-picture-flow .main-container .right-container button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100% !important;
    transition: width 600ms cubic-bezier(0.6, 0, 0.01, 0.99) 200ms;
    z-index: -1;
}
#react-quick-custom-picture-flow .main-container .right-container button:hover:before {
    width: 100%;
    left: 0;
    background: #f5f5ef;
}
.uppy-Dashboard-browse:before, .uppy-Dashboard-browse:after {
    display: none !important;
}
.uppy-Dashboard-browse:hover {
    background-color: rgba(254,214,0,.9);
}
.frame-upload-panel .frame-section {
    max-width: 110.76923rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.frame-upload-container .upload-files-container {
    display: none;
}
.uppy-Dashboard-inner .uppy-Dashboard-close {
    display: none;
}
.uppy-Dashboard-inner .uppy-Dashboard-innerWrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.uppy-Dashboard-inner .uppy-Dashboard-innerWrap .uppy-DashboardTabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-wrapper {
    margin-top: 30px;
}
.btn-wrapper button {
    width: 100%;
    text-align: center;
}
.uppy-DashboarAddFiles .uppy-DashboarAddFiles-info {
    display: none;
}
.uppy-Dashboard-innerWrap .uppy-Dashboard-progressindicators {
    text-align: center;
}
.uppy-Dashboard-innerWrap .uppy-Dashboard-progressindicators .uppy-StatusBar-progress {
    font-size: 50px;
}

.uppy-StatusBar-statusPrimary {
    font-size: 18px;
    font-weight: bold;
}

.uppy-DashboardItem.is-inprogress, .uppy-StatusBar-actions, .uppy-DashboardContent-back, .uppy-DashboardContent-title, .uppy-StatusBar-spinner, .uppy-Dashboard-files {
    display: none !important;
}


@media only screen and (min-width: 1024px) {
    #react-quick-custom-picture-flow .main-container .right-container {
        order: 2;
        width: 37.5%;
        background-color: #f8f5ed;
        padding: 5%;
        justify-content: center;
        align-items: center;
    }
    #react-quick-custom-picture-flow .main-container .left-container {
        order: 1;
        width: 62.5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #react-quick-custom-picture-flow .main-container {
        flex-direction: row;
        height: 100%;
        padding-top: 0;
    }
    .frame-upload-panel .frame-section {
        height: 100%;
        padding: 0;
        margin: 0;
        max-width: none;
    }
    .frame-upload-panel .frame-close img {
        width: 40px;
    }
    #react-quick-custom-picture-flow .main-container .left-container .uppy-Dashboard-inner {
        background-color: #fff !important;
        height: 550px !important;
        width: 750px !important;
    }
    #react-quick-custom-picture-flow .main-container .right-container button {
        margin-top: 30px;
        width: 267px;
        text-align: center;
    }
    /* body.open-frame #main-header {
        z-index: 12;
    } */
    .frame-upload-panel .frame-close {
        top: 40px;
        right: 40px;
    }
}
