/* Loader*/

.loader-wrap {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0, 0, 0, 0.6);

    z-index: 9999;



}

.loader {

    border: 4px solid #f3f3f3;

    border-radius: 50%;

    border-top: 4px solid #3498db;

    width: 80px;

    height: 80px;

    -webkit-animation: spin 1s linear infinite;

    animation: spin 1s linear infinite;

}

/* Safari */

@-webkit-keyframes spin {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes spin {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}

/* Loader*/

.wctp_tiles_container {

    background: #F0F0F0;

    border: #e0dfdf 1px solid;

    padding: 20px;

    border-radius: 2px;

    width: 100%;

    margin-bottom: 10px;

    position: relative;

}

.cart.tile_add_to_cart label[for="custom_field"] {

    display: flex;

    align-items: center;

    background: #f0f0f0;

    padding: 30px;

    box-sizing: border-box;

}

.cart.tile_add_to_cart label[for="custom_field"] input {

    width: 25px;

    height: 25px;

    margin-left: 15px;

}

.cart.tile_add_to_cart label[for="custom_field"] input:first-child {

    margin-left: 0;

}

.cart.tile_add_to_cart label[for="custom_field"] span {

    margin-left: 5px;

}

.ctp_img_container {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-gap: 15px;

}

.wctp_tiles_container .wctp_save {

    background: #ba8a62 !important;

    padding: 10px 30px;

    margin: 10px 0 0;

    font-weight: normal;

    border-radius: 4px;

}

.wctp_tiles_container .wctp_save:hover {

    opacity: 0.4;

}

.selncls-inr svg {

    width: 20px;

    height: 20px;

}

.uploaded_file-wrap {
    cursor: pointer;
    max-width: 155px;
    width: 28vw;
    height: 28vw;
    max-height: 155px;
    background: #d1e4dd;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}
.wctp_uploadForms {
    max-width: 155px;
    width: 28vw;
    height: 28vw;
    max-height: 155px;
}

.selncls {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0, 0, 0, 0.4);

    visibility: hidden;

    opacity: 0;

}

.uploaded_file-wrap:hover .selncls {

    visibility: visible;

    opacity: 1;

}

.selncls-inr {

    background: #c7c7c7;

    padding: 7px;

    margin: 0 5px;

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50px;

}

.selncls-inr:hover {

    background: #fff;

}

.wctp_progress {

    display: none;

    position: relative;

    margin: 20px;

    width: 400px;

    background-color: #ddd;

    border: 1px solid blue;

    padding: 1px;

    left: 15px;

    border-radius: 3px;

}

.wctp_percent {

    position: absolute;

    display: inline-block;

    color: #fff;

    font-weight: bold;

    top: 50%;

    left: 50%;

    margin-top: -9px;

    margin-left: -20px;

    -webkit-border-radius: 4px;

}

.wctp_error {

    color: #ad7b7b;

    background: #ffb3b3;

    padding: 10px;

    box-sizing: border-box;

    margin: 10px;

    border-radius: 3px;

    border: #f1a8a8 1px solid;

}

#wctp_uploadImage {

    border: #f1f1f1 1px solid;

    padding: 6px;

    border-radius: 3px;

}

#outputImage img {

    max-width: 300px;

    max-height: 300px;

}

#wctp_submitButton {

    padding: 7px 20px;

    background: #9a9a9a;

    border: #898a89 1px solid;

    color: #F0F0F0;

    margin-left: 10px;

    border-radius: 3px;

    font-size: 0.8em;

}

#wctp_image {

    max-width: 100%;

}

.wctp-box-2 {

    width: calc(100%/2 - 1em);

}

.tiled_product.wctp_disabled, .wctp_processing,  .wctp_disabled{

    pointer-events: none;

}

.img_wrapper {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 80px;

    background: #ddd;

}

.cropper-container {

    width: 100%;

    max-width: 100%;

}

.progress_wrap {

    display: -ms-flexbox;

    display: flex;

    height: 10px;

    overflow: hidden;

    line-height: 0;

    font-size: .75rem;

    background-color: #e9ecef;

    border-radius: .25rem;

    position: absolute;

    left: 10px;

    right: 10px;

    /*top: 10px;*/

}

.buttons_row {

    position: relative;

    height: 44px;

    background: #34495e;

    padding: 5px 10px;

    border-radius: 4px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.wctp_disabled_save {

    opacity: 0.5;

    pointer-events: none;

    filter: grayscale(1);

}

.wctp_progress-bar {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-direction: column;

    flex-direction: column;

    -ms-flex-pack: center;

    justify-content: center;

    overflow: hidden;

    color: #fff;

    text-align: center;

    white-space: nowrap;

    background-color: #ba8a62;

    transition: width .6s ease;

}

.progress-bar-striped {

    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);

    background-size: 1rem 1rem;

}

.img_opt-wrap {

    width: 100%;

    display: block;

    padding: 15px 0 0;

}

.buttons_row::before {

    content: '';

    position: absolute;

    left: 15px;

    bottom: -4px;

    width: 10px;

    height: 10px;

    background: #34495e;

    transform: rotate(45deg);

}
.hidden{
   visibility:hidden;
}

.progress_wrap-outer {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgb(52 73 94 / 59%);

    border-radius: 4px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.file_choose-heading {

    margin-bottom: 15px;

}

/* File Upload */

.file-upload {

    display: block;

    text-align: center;

    font-size: 16px;
	/* Sarah Edit 10.11 */
	width:100%;
	height:100%;

}

.file-upload .file-select {

    display: flex;

    align-items: center;

    justify-content: center;

    border: 4px dashed #dce4ec;

    color: #34495e;

    cursor: pointer;

    /* Sarah Edit 10.11
    height: 28vw;
	
	width:28vw;*/
	height:100%;
	width:100%;
	
	max-width:155px;
    
    max-height: 155px;
    
    border-radius: 4px;

    line-height: 40px;

    text-align: left;

    background: url(../images/plus.svg);

    background-size: 50px;

    background-repeat: no-repeat;

    background-position: center;

    overflow: hidden;

    position: relative;

}

.file-upload .file-select .file-select-button {

    background: #dce4ec;

    padding: 0 10px;

    display: inline-block;

    height: 40px;

    line-height: 40px;

}

.file-upload .file-select .file-select-name {

    line-height: 40px;

    display: inline-block;

    padding: 0 10px;

}

.file-upload .file-select input[type=file] {

    z-index: 100;

    cursor: pointer;

    position: absolute;

    height: 100%;

    width: 100%;

    top: 0;

    left: 0;

    opacity: 0;

    filter: alpha(opacity=0);

}

.file-upload .file-select:hover {

    border-color: #34495e;

    transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

}

.file-upload .file-select:hover .file-select-button {

    background: #34495e;

    color: #FFFFFF;

    transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

}

.file-upload.active .file-select {

    border-color: #3fa46a;

    transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

}
.grayscale img{
    filter: grayscale(1);
}

.sepia img{
    filter: sepia(80%);
}
/* Sarah Edits 8.26, 10.11 */
.wctp_uploadForms {
    /* 8.26 
    min-width: 155px;
    min-height: 155px;
    max-height: 155px;
    max-width: 155px;
    height: 155px;
    width: 155px;*/
	min-width: 100px;
    min-height: 100px;
    max-height: 155px;
    max-width: 155px;
    height: 28vw;
    width: 28vw;
}
.file-select.wctp_disabled:hover {
    border: 4px dashed #dce4ec;
}

/* File Upload */