@charset "utf-8";

/* ******************************
:: Upload ArtWork
****************************** */

.upload-artwork-page-wrap {
    /* padding-bottom: 50px; */
}

.upload-artwork-page-head {
    font-size: 26px;
    line-height: 36px;
    color: #2368c3; 
    margin: 15px 0 15px 0;
    padding: 0;
    font-weight: 700;
}

.upload-artwork-page-sub-head {
    margin: 12px 0;
    padding: 0;
    font-weight: 600; 
    font-size: 25px;
    line-height: 29px;
}

.upload-artwork-instr h4 {
    margin: 13px 0 13px 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
}

.upload-artwork-instr-list {
    margin: 0 0 0 23px;
    padding: 0;
    color: #7f7f7f;
}

.upload-artwork-instr-list li {
    margin-bottom: 3px;
}

.upload-artwork-instr-list li span {
    color: #0f0f0f;
}

.upload-artwork-instr-list li strong { 
    font-weight: 700;
}

.upload-artwork-pro-head {
    background: #e8e8e8;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: flex;
}

.upload-artwork-pro-sno {
    padding: 6px 5px 7px 5px;
    float: left;
    min-width: 42px;
    box-sizing: border-box;
    text-align: center;
    border-right: 4px solid #fff;
    line-height: 19px;
}

.upload-artwork-pro-title {
    padding: 6px 10px 7px 10px;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 19px;
}

.upload-artwork-pro-sec {
    margin-top: 20px;
}

.upload-artwork-pro-head:after,
.upload-artwork-pro-mid:after,
.upload-artwork-pro-details:after,
.upload-artwork-box:after,
.upload-artwork-list-top::after,
.upload-artwork-list-bottom:after,
.upload-artwork-bottom-sec:after {
    content: "";
    clear: both;
    display: block;
}

.upload-artwork-pro-mid-left {
    float: left;
    width: 37.5%;
}

.upload-artwork-pro-mid-right {
    float: left;
    width: 62.5%;
    box-sizing: border-box;
    border-left: 1px solid #ededed;
    padding-left: 15px;
}

.upload-artwork-pro-pic {
    width: 130px;
    height: 130px;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border: 1px solid #ededed;
}

.upload-artwork-pro-pic img {
    max-width: 100%;
    height: auto;
}

.upload-artwork-pro-mid {
    padding: 15px 0;
}

.upload-artwork-pro-dec {
    margin-left: 18px;
    float: left;
    width: calc(100% - 149px);
}

.upload-artwork-pro-dec-row {
    margin-bottom: 4px;
}

.upload-artwork-pro-dec-row span {
    font-weight: 600;
}

.upload-artwork-img {
    width: 66px;
    height: 66px;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #ececec;
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.upload-artwork-img img {
    display: block;
    width: 100%;
    height: auto;
}

.upload-artwork-img-details {
    float: left;
    width: calc( 100% - 68px);
    box-sizing: border-box;
    padding-left: 12px;
}

.upload-artwork-img-size {
    font-size: 13px;
    color: #aaaaaa;
    display: none;
}

.upload-artwork-box {
    border: 1px solid #ececec;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    margin: 3px;
    width: calc( 33.333% - 6px);
    float: left;
    box-sizing: border-box;
}
 

.upload-artwork-action {
    list-style: none;
    margin-top: 7px;
    display: flex;
    align-items: center;
}

.upload-artwork-action li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    border-left: 1px solid #dbdbdb;
    padding: 0 10px;
}

.upload-artwork-action li a {
    color: #0f0f0f;
    cursor: pointer;
}

.upload-artwork-action li a:hover {
    color: #e0162b;
}

.upload-artwork-action li:first-child {
    border-left: 0;
    padding-left: 0;
}

.upload-artwork-action li:last-child {
    padding-right: 0;
}

.upload-artwork-img-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.upload-artwork-uploader {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 17px;
}

.upload-artwork-uploader section {
    background: #f3f3f3;
    min-height: 106px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.upload-artwork-text-box {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 17px;
}

.upload-artwork-textarea {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    width: 100%;
    min-height: 105px;
    max-height: 105px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding: 12px;
}

.upload-artwork-list-bottom {
    padding: 3px 3px 5px 3px;
}

.upload-artwork-bottom-sec {
    border-top: 1px solid #ececec;
    padding: 13px 0;
}

.upload-artwork-bottom-left h4 { 
    font-weight: 600;
    font-size: 22px;
    color: #2368c3;
    margin: 0 0 6px 0;
}

.qq-uploader-wrap {
    padding: 7px;
    background: #f4f4f4;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.upload-artwork-bottom-left {
    float: left;
    width: 70%;
}
.upload-artwork-bottom-left aside a {
    text-decoration: underline;
    color: #0f0f0f;
}
.upload-artwork-bottom-left aside a:hover { 
    color: #e0162b
}

.upload-artwork-bottom-right {
    float: right;
    width: 30%;
    text-align: right;
    padding-top: 6px;
}
.pim-btn.artwork-send-btn {
    padding: 15px 33px;
    font-size: 16px;
}
.artworks-submit-msg {
    width: 100%;
    float: left;
    text-align: right;
    font-weight: 600;
    font-size: 17px;
    color: #019326;
    margin-top: 20px;
    display: none;
}
.artworks-submit-msg span {
    background: url(../images/artworks-submit-msg-icon.png) left no-repeat;
    padding-left: 40px;
    margin-right: 20px;
}
/*.artwork-send-btn.artwork-send-success {
    background: #91a3ae !important;
    pointer-events: none;
}*/
.upload-artwork-title {
    font-size: 26px;
    color: #262626; 
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 800;
}
.artwork-step-info {
    font-size: 20px;
    background: #f4f4f4;
    border: 1px dashed #d4d4d4;
    font-weight: 600;
    padding: 18px 25px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.upload-artwork-action li:empty {
    display: none;
}
.qq-upload-loader.loader-row-1,
.qq-upload-loader.loader-row-2 {
    background: #f1f1f1;
    width: 100%;
    height: 16px;
}
.qq-upload-loader.loader-row-2 {
    width: 70%;
    margin-top: 5px;
}
li.qq-upload-cancel-li {
    position: relative;
    overflow: hidden;
    border-left: 0 ;
    width: 100%;
    padding: 0;
    margin-top: -7px;
}
li.qq-upload-cancel-li button {
    display: none;
}
.qq-upload-cancel-li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
    -webkit-animation: loaderAnimation 0.8s linear infinite;
    animation: loaderAnimation 0.8s linear infinite;
    content: " ";
    pointer-events: none;
}

@-webkit-keyframes loaderAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}

@keyframes loaderAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 0 !important;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
    display: none !important;
}
.qq-dialog-buttons,
.qq-edit-filename-selector,
.qq-upload-pause-selector,
.qq-upload-continue-selector,
.qq-prompt-dialog-selector {
    display: none !important;
}
.upload-artwork-order-det{
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	padding:15px 0px;
	width:760px;
}
.upload-artwork-continue-shopping {
    /* border-top: 1px solid #ececec;
    padding: 20px 0;
    text-align: right; */
}
.artworks-submit-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #ececec;
    padding: 20px 0;
}

/* .upload-artwork-continue-shopping .cmd-btn {
    padding: 15px 33px;
    font-size: 16px;
} */
.upload-artwork-order-sec,
.upload-artwork-amount-sec { 
    font-weight: 600;
    margin-bottom: 4px;
}

.upload-artwork-order-sec label,
.upload-artwork-amount-sec label { 
    margin: 0;
    font-weight: normal;
}

.upload-artwork-order-id,
.upload-artwork-order-id a {
    text-decoration: underline;
    color: #0f0f0f;
    cursor: pointer;
}
.upload-artwork-order-id a:hover {
    color: #e0162b;
}
.converted_alert {                        
    background: #cae9fe;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
padding: 10px 0px;
  }
    /* customer feedback in success page start*/
.customer-feedback { display: block; }
.customer-feedback .popupnew { width: 750px; margin: 50px auto; background: #FFFFFF; padding: 15px; border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; font-family: 'Open Sans', sans-serif; font-size: 15px; color: #333232; position: relative; }
.customer-feedback .popupinr { padding: 20px; position: relative; border: 1px dashed #d9d9d9; border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; font-family: 'Open Sans', sans-serif; font-size: 15px; color: #333232; }
.customer-feedback .popupnew_order_details { color: #333232; font-weight: 600; margin: 15px 0; font-family: 'Open Sans', sans-serif; font-size: 15px; color: #333232; }
.customer-feedback .feedbacktotal { padding-left: 15px; border-left: 1px solid #656464; }
.customer-feedback .feedbackorder { padding-right: 15px; }
.customer-feedback .popupnewleft { width: 100%; font-family: 'Open Sans', sans-serif; font-size: 15px; color: #333232; }
.customer-feedback .rate_title { color: #696969; margin: 10px 0 10px 0; font-family: 'Open Sans', sans-serif; font-size: 15px; color: #333232; }
.customer-feedback .msg_box { padding: 10px; border: 0; background: #e9e9e9; border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; font-family: 'Open Sans', sans-serif; font-size: 15px; width: 100%; min-height: 60px; margin-bottom: 5px; box-sizing: border-box; }
  /*Stars*/ 
.customer-feedback div.stars { display: inline-block; }
.customer-feedback input.star { display: none; }
.customer-feedback label.star { float: right; padding: 0 6px; font-size: 30px; color: #c3c3c3; transition: all .2s; cursor: pointer; }
.customer-feedback label.star:last-child { padding-left: 0; }
.customer-feedback input.star:checked~label.star:before { content: '\f005'; color: #f69c0e; transition: all .25s; }
.customer-feedback input.star-5:checked~label.star:before { color: #f69c0e; }
.customer-feedback input.star-1:checked~label.star:before { color: #F62; }
.customer-feedback label.star:hover { transform: rotate(-15deg) scale(1.3); }
.customer-feedback label.star:before { content: '\f005'; font-family: FontAwesome; }
.customer-feedback .succlose { position: absolute; right: 3px; top: 3px; cursor: pointer; z-index: 1; }
.customer-feedback .topa { margin: 10px 0px; }
.customer-feedback .overlay { height: 100%; width: 100%; position: fixed; z-index:1000; top: 0; left: 0; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.8); overflow-x: hidden; transition: 0.5s; }
.customer-feedback #shopping_feedback .validerror { bottom: -10px;color: red; font-size: 12px; position: absolute; width: 100%; right: 0; text-align: right; }
  /* customer feedback in success page end */