.btn-ghost {
	background-color: transparent;
	color: #ff9b00;
	border: 1px solid #ff9b00;
}
.btn-ghost:hover {
	background-color: #ff6b00;
	border-color: #ff6b00;
	color: #fff;
}

.promotion-header {
	display: none;
}
.dis-table {
    display: table;
}
.dis-table-cell {
    display: table-cell;
}
.v-middle {
    vertical-align: middle;
}
    .v-middle > img {
        vertical-align: top;
    }
    
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	display: none;
}

/*------------------------------------*\
    # - COLLAGE DESIGNER
\*------------------------------------*/

/* guest mode*/
.collage-designer.gm .top > .wrap:first-child,
.collage-designer.gm .js-delete-all,
.collage-designer.gm .uploads li .js-delete,
.collage-designer.gm .uploads .edit-tools {
	display: none !important;
}
/* */

.transfer-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	z-index: 1;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #bc3e1e;
	color: #fff;
	font-weight: bold;
}
.transfer-icon[data-val="0"] {
	background: none;
}
.transfer-icon[data-val="1"] {
	background-color: #457123;
}
	.transfer-icon > .icon {
		display: block;
		color: #fff;
		font-size: 14px;
		line-height: 24px;
		position: static;
		background: none;
		margin-left: 2px;
	}
	.transfer-icon > span {
		font-size: 12px;
		line-height: 24px;
	}

.collage-designer {
    position: relative;
}

.drop-info {
    display: none;
    position: absolute;
    left: 250px;
    top: 200px;
    z-index: 3;
}

.upload-progress {
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom, #f2f2f2, #f9f9f9);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    width: 100%;
    height: 20px;
    overflow: hidden;
    text-align: left;
    margin-top: 0;
}
.upload-progress.error {
    box-shadow: 0 0 0 2px #f00;
}
    .upload-progress div {
        background-color: #82b338;
        border-radius: 5px;
        display: inline-block;
        height: 100%;
        overflow: hidden;
        position: relative;
        transition: width 0.3s;
    }
        .upload-progress div p {
            background: #82b338 url("/wp-content/plugins/xxlpix-app-config/includes/assets/images/progress_animation.gif") repeat-x scroll 0 0;
            display: block;
            height: 100%;
            margin: 0;
            opacity: 0.25;
        }
        .upload-progress div span {
            color: #fff;
            font-weight: 600;
            position: absolute;
            right: 10px;
            top: 0;
            z-index: 1;
        }
        
.guestflag {
	background-color: #f2f2f2;
	font-size: 12px;
	padding: 0 10px;
	position: relative;
}
	.guestflag .js-leave-gm {
		position: absolute;
		right: 10px;
		top: 0px;
	}

.js-digitrans-express {
	border: 1px solid #ff9b00;
	border-radius: 5px;
	width: 100%;
	display: block;
	padding: 6px;
	line-height: 1.5em;
	color: #ff9b00;
	cursor: pointer;
}
.page-template-editor-page .tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
	box-shadow: 0 2px 5px 0 #666;
}
.page-template-editor-page .tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
	filter: drop-shadow(0px -3px 2px rgba(0,0,0,0.1));
}
.page-template-editor-page .sp-container {
	background-color: #fff;
	border: 0;
	box-shadow: 0 2px 5px 0 #666;
	overflow: visible;
	border-radius: 5px;
}
.page-template-editor-page .sp-container::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -6px;
	left: 55px;
	filter: drop-shadow(0px -3px 2px rgba(0,0,0,0.1));
}
.collage-designer .top-bar {
    display: table;
    margin: 0;
    width: 100%;
}
    .collage-designer .top-bar li {
        background-color: #82b338;
        color: #fff;
        cursor: pointer;
        display: table-cell;
        font-size: 14px;
        border-right: 1px solid #fff;
        padding: 15px 0;
        text-align: center;
        vertical-align: middle;
    }
    .collage-designer .top-bar li:first-child {
        background-color: #82b338;
        padding: 0;
        position: relative;
        width: 310px;
        overflow: hidden;
        z-index: 2;
    }
    .collage-designer .top-bar li:first-child:hover {
        background-color: #8cbe41;
    }
    .collage-designer .top-bar li.active:first-child {
        animation: pulse 1s;
        animation-iteration-count: 3;
        -webkit-font-smoothing: subpixel-antialiased;
        /*backface-visibility: hidden;*/
        transform: translateZ(0);
        background-color: #ff9b00;
    }
    .collage-designer .top-bar li.active:first-child:hover {
        background-color: #ff6b00;
        /*animation-play-state: paused;*/
    }
    .collage-designer .top-bar li:hover {
        background-color: #8cbe41;
    }
    .collage-designer .top-bar li.disabled {
        background-color: #ccc;
    }
        .collage-designer .top-bar li a {
            color: #fff;
            display: block;
            text-decoration: none;
        }
        .collage-designer .top-bar .icon {
            font-size: 20px;
            vertical-align: -2px;
        }
    	.tooltipster-box .bg-colors .white,
    	.tooltipster-box .bg-colors .black {
		    display: inline-block;
		    height: 20px;
		    width: 100px;
		    border: 1px solid #ddd;
		}
		.tooltipster-box .bg-colors .black {
		    background-color: #000;
		}
		.tooltipster-box .bg-colors p {
			margin-bottom: 10px;
		}	
	.collage-designer .top-bar .js-collage-save {
		position: relative;
		background-color: #4e8028;
	}
	.collage-designer .top-bar .js-collage-save.saved {
		background-color: #ddd !important;
	}
	.collage-designer .top-bar .js-collage-save:hover {
		background-color: #457123;
	}
		.js-collage-save .hidden {
			display: none;
			position: absolute;
			top: 65px;
			background-color: #fff;
			padding: 10px 20px;
			width: 300px;
			z-index: 10;
			cursor: default;
			box-shadow: 0 2px 5px 0 #666;
			border-radius: 5px;
			color: #8d8d8d;
	    }
	    .js-collage-save .hidden::before {
	    	content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 6px 6px 6px;
			border-color: transparent transparent #ffffff transparent;
			position: absolute;
			top: -6px;
			left: 12px;
			filter: drop-shadow(0px -3px 2px rgba(0,0,0,0.1));
	    }
	    .js-collage-save form input {
			position: static;
			opacity: 1;
			min-height: auto;
			padding: 5px 10px;
			width: 80%;
			margin-top: 5px;
			float: left;
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
			cursor: text;
			border-right: 0 !important;
	    }
	    .js-collage-save form .btn {
	    	margin-top: 5px;
			line-height: 1.3em;
			width: 20%;
			float: left;
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			cursor: pointer;
			padding-bottom: 6px;
		}
			.es .js-collage-save .hidden,
			.it .js-collage-save .hidden {
				width: 330px;
			}
			.it .js-collage-save form input {
				width: 66%;
			}
			.it .js-collage-save form .btn {
				width: 34%;
			}
			.es .js-collage-save form input {
				width: 72%;
			}
			.es .js-collage-save form .btn {
				width: 28%;
			}
			.fr .js-collage-save form input {
				width: 76%;
			}
			.fr .js-collage-save form .btn {
				width: 24%;
			}
			.nl .js-collage-save form input {
				width: 72%;
			}
			.nl .js-collage-save form .btn {
				width: 28%;
			}
.collage-designer > .wrap {
    background-color: #f4f4f4;
}
    .collage-designer .editor {
		background-image: url('/wp-content/plugins/xxlpix-app-config/includes/assets/images/checkerboard.png');
        background-repeat: repeat;
        display: table;
        float: left;
        height: 578px;
        width: 650px;
    }
    .collage-designer .ui-droppable-active {
        background-color: #acde61;
    }
    .collage-designer .ui-droppable-hover {
        background-color: #8cbe41;
    }
    	.collage-designer .ui-droppable-hover img,
    	.zoom-box .ui-droppable-hover img {
	        opacity: 0;
	    }
        .c-layout-wrap {
            display: table-cell;
            position: relative;
            vertical-align: middle;
        }
        .c-layout.blackwhite .c-slot img {
		    filter: grayscale(100%);
		}
            .text-editor {
                background-color: #fff;
                border-radius: 4px;
                box-shadow: 0 2px 5px 0 #666;
                display: none;
                left: 55px;
                padding: 20px;
                position: absolute;
                text-align: center;
                width: 540px;
                z-index: 3;
            }
            .text-editor.expanded {
				margin-top: -48px;
			}
                .text-editor .close {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    cursor: pointer;
                }
                .text-editor .close:hover {
                    color: #f00;
                }
                .text-editor .row {
					margin-bottom: 0;
                }
                .text-editor .row + .row {
					margin-top: 0;
                }
                .text-editor .col {
                    padding-left: 2%;
                    padding-right: 2%;
                }
                .text-editor .col:first-child {
                    width: 25%;
                }
                .text-editor .col:first-child + .col {
                    width: 45%;
                }
                .text-editor .col:first-child + .col + .col {
                    width: 30%;
                }
                .text-editor label {
                    display: block;
                    margin-bottom: 10px;
                }
                .text-editor span {
                    border: 2px solid #fff;
                    vertical-align: top;
                }
                .text-editor span:hover {
                    border-color: #aaa;
                }
                .text-editor span.active {
                    border-color: #ff9b00 !important;
                }
                .text-editor .colors {
                    margin: 0 auto;
                    max-width: 110px;
                }
                    .text-editor .colors span,
                    .bg-colors span[data-color] {
                        border-radius: 4px;
                        cursor: pointer;
                        display: inline-block;
                        height: 22px;
                        width: 22px;
                        border-color: #aaa;
                    }
                    .bg-colors span[data-color] {
                    	border: 2px solid #aaa;
                        margin: 0 3px;
                    }
                .text-editor .font-family span,
                .text-editor .font-size span {
                    background-color: #eee;
                    border-radius: 4px;
                    color: #000;
                    cursor: pointer;
                    display: inline-block;
                    font-size: 18px;
                    line-height: 35px;
                    width: 40px;
                }
                .text-editor .font-family span[data-family="bastian"] {
					font-size: 9px;
                }
                .text-editor .font-family span[data-family="auteur"] {
					font-size: 10px;
                }
                .text-editor .font-family span[data-family="signerica"] {
					font-size: 14px;
                }
                .text-editor .arrow {
                    border-color: #fff transparent transparent;
                    border-style: solid;
                    border-width: 10px 10px 0;
                    bottom: -10px;
                    height: 0;
                    left: 259px;
                    position: absolute;
                    width: 0;
                    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
                }
                .text-editor .js-toggle-more {
                	border: 0;
					bottom: 5px;
					right: 5px;
					color: #ccc;
					position: absolute;
					font-size: 14px;
                }
                .text-editor .icon-down-dir,
                .text-editor .icon-right-dir {
                	border: 0;
					font-size: 21px;
					margin-left: -5px;
                }
                .text-editor .icon-down-dir:hover {
                	border: 0;
				}
				.text-editor .hidden {
					display: none;
					margin-top: -15px;
				}
				.text-editor.expanded .hidden {
					display: block;
				}
    .top-bar input {
        cursor: pointer;
        height: 100%;
        left: 0;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 50px;
    }
    .collage-designer .pictures {
		float: left;
		margin-right: 5px;
		margin-top: 15px;
		width: 304px;
		padding: 0 13px;
    }
    	.collage-designer .top > .wrap:first-child {
			font-size: 12px;
			color: #7b7b7b;
    	}
        .collage-designer .pictures .top .wrap .pos-relative {
            display: none;
        }
        .collage-designer .pictures .top input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            cursor: pointer;
        }
        .collage-designer .pictures .uploads-wrap {
            border: 2px dashed #ccc;
            position: relative;
            margin-bottom: 20px;
            padding: 1px 2px 1px 1px;
        }
            .collage-designer .pictures .hover .dropzone,
            .collage-designer .pictures .in .dropzone {
                background-color: #82b338;
            }
            .collage-designer .uploads-wrap .text {
                color: #a0a0a0;
                left: 55px;
                position: absolute;
                text-align: center;
                top: 170px;
                width: 160px;
            }
            .collage-designer .uploads-wrap.hover .text,
            .collage-designer .uploads-wrap.in .text {
                color: #fff;
            }
        .collage-designer .pictures .top {
            color: #b1b1b1;
            text-align: center;
            margin-bottom: 20px;
            height: 20px;
        }
            .collage-designer .cheer-wrap:has(.create-btn) {
              display: block;
            }
            .collage-designer .create-btn {
                font-size: 16px;
                line-height: 1em;
                width: 220px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                margin-top: 7px;
                margin-bottom: 7px;
            }
            .collage-designer .pictures .create-btn .icon:before {
                margin: 0;
                vertical-align: top;
            }
            .collage-designer .create-btn.disabled {
                background-color: #cccccc;
            }
            .collage-designer.full .create-btn + p {
                margin-bottom: 20px !important;
            }
        .collage-designer .pictures .top .loading {
            display: none;
        }
        .collage-designer .uploads {
            height: 395px;
            max-height: 395px;
            margin: 0;
            padding: 10px 1px;
            
            overflow-y: auto;
            scrollbar-width: thin;
            scrollbar-color: #ccc #f4f4f4;
        }
        .collage-designer .pictures *::-webkit-scrollbar {
            width: 8px;
        }
        .collage-designer .pictures *::-webkit-scrollbar-thumb {
        	background-color: #ccc;
            border: 0;
            border-radius: 0;
        }
        .collage-designer .pictures *::-webkit-scrollbar-track {
		    background: #f4f4f4;
		}
		.collage-designer .pictures p .hidden:not(.active) {
			display: none;
		}
        
            .collage-designer .uploads li {
                background-color: #fff;
                border: 1px solid #ddd;
                float: left;
                height: 75px;
                margin: 0 0 10px 10px;
                position: relative;
                width: 75px;
            }
                .collage-designer .uploads li img {
                    max-height: 73px;  
                    max-width: 73px; 
                    /*
                    max-height: 100%;  
                    max-width: 100%; 
                    width: auto;
                    height: auto;
                    position: absolute;  
                    top: 0;  
                    bottom: 0;  
                    left: 0;  
                    right: 0;  
                    margin: auto;
                    */
                }
                span.ui-draggable-dragging {
                    background: #fff;
                    max-width: 73px;
                    max-height: 73px;
                    margin-top: 50px;
                    margin-left: 50px;
                    pointer-events: none;
                }
                
                .uploads li .icon {
                	display: none;
                	position: absolute;
                    right: 3px;
                    top: 3px;
                    line-height: 18px;
                    width: 18px;
                    border-radius: 5px;
                    color: #7b7b7b;
                    cursor: pointer;
                    display: none;
                    font-size: 14px;
                    text-align: center;
                    z-index: 1;
				}
                .uploads li .icon-cancel {
                    background-color: rgba(255, 255, 255, 0.7);
                }
                .uploads li .icon-ok {
                	display: block;
                    color: #fff !important;
                }
                
                .uploads li:hover .icon {
                    display: block;
                }
                .uploads .icon:hover {
                    color: #000;
                }
                
                /*
				.collage-designer .uploads .transfer-icon,
				.fancybox-container .uploads .transfer-icon {
					position: absolute;
					top: 0;
					left: 0;
					width: 24px;
					height: 24px;
					z-index: 1;
					border-radius: 100%;
					overflow: hidden;
					text-align: center;
					background-color: #bc3e1e;
					color: #fff;
					font-weight: bold;
				}
				.collage-designer .uploads .transfer-icon[data-val="0"],
				.fancybox-container .uploads .transfer-icon[data-val="0"] {
					background: none;
				}
				.collage-designer .uploads .transfer-icon[data-val="1"],
				.fancybox-container .uploads .transfer-icon[data-val="1"] {
					background-color: #457123;
				}
					.collage-designer .uploads .transfer-icon > .icon,
					.fancybox-container .uploads .transfer-icon > .icon {
						display: block;
						color: #fff;
						font-size: 14px;
						line-height: 24px;
						position: static;
						background: none;
						margin-left: 2px;
					}
					.collage-designer .uploads .transfer-icon > span,
					.fancybox-container .uploads .transfer-icon > span {
						font-size: 12px;
						line-height: 24px;
					}
					*/
		.collage-designer .pictures .uploads-wrap + div .link,
		.collage-designer .pictures .uploads-wrap + div .hidden.active {
            display: inline-block;
        }
                
.quick-templates {
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 15px;
    overflow: hidden;
    max-height: 142px;
}
    .quick-templates .headline {
        color: #aaaaaa;
        float: left;
        width: 35%;
        line-height: 107px;
        margin-bottom: 0;
        text-align: center;
    }
    .quick-templates .wrap {
        position: relative;
        float: left;
        width: 65%;
        padding: 0 15px;
    }
        .quick-templates .js-prev,
        .quick-templates .js-next {
            position: absolute;
            top: 50px;
            z-index: 1;
            cursor: pointer;
        }
        .quick-templates .js-prev {
            left: 0;
        }
        .quick-templates .js-next {
            right: 0;
        }
        .quick-templates [data-template] {
            text-align: center;
            padding: 2px 0;
        }
        .quick-templates [data-template] img {
            cursor: pointer;
            max-width: unset;
            max-height: 107px;
            vertical-align: top;
            border: 1px solid #ddd;
            box-shadow: 0 0 3px 0 #ccc;
        }
        .quick-templates .link-all {
            background-color: #82b338;
            color: #fff;
            display: inline-block;
            width: 142px;
            height: 107px;
            line-height: 107px;
        }
            .quick-templates .link-all span {
                display: inline-block;
                vertical-align: middle;
                line-height: normal;
                text-decoration: underline;
            }
    

.collage-designer .btn .icon:before {
    margin-right: 0.2em;
    margin-left: -0.2em;
}


/*
.collage-designer + div {
	font-weight: bold;
	color: #bcbcbc;
	font-size: 14px;
	margin-top: 50px;
}
.collage-designer + div span {
	color: #82b338;
	display: inline-block;
	margin-right: 20px;
}
.collage-designer + div img {
	vertical-align: middle;
	height: 23px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
*/
        
        
/* slot update */
.c-slot.error {
	background-color: #cc9595;
}
.c-slot input {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* crop update */
.crop-wrap {
    margin-bottom: 10px;
    margin-top: 10px;
}
.crop-wrap img {
    max-width: 100%;
}
.crop-wrap.blackwhite img {
    filter: grayscale(100%);
}
.crop-tools {
    text-align: center;
}
    .crop-tools li {
        display: inline-block;
        cursor: pointer;
        color: #7b7b7b;
        margin: 0 5px;
        font-size: 21px;
    }
    .crop-tools li:hover {
        color: #000;
    }
.uploads .edit-tools {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
    li .edit-tools .icon,
    li:hover .edit-tools .icon {
        display: inline-block;
        position: static;
        border-radius: 0;
        background: none;
    }

/* slot move update */
.c-slot.slot-to-slot img {
    opacity: 0;
}




.fb-help-box p {
    color: #7b7b7b;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 0;
}
.fb-help-box .js-response {
    display: none;
}
    .fb-help-box p strong {
        font-size: 28px;
        line-height: 1.3em;
    }
    .fb-help-box textarea {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 16px;
        height: 170px;
        line-height: 1.3em;
        padding: 10px;
        resize: none;
        width: 100%;
        margin: 20px 0;
    }
    
.help-box {
    background-color: #dddddd;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 50%;
    color: #fff;
    display: none;
    left: 0;
    position: fixed;
    height: 52px;
    width: 58px;
    line-height: 52px;
    vertical-align: middle;
}
.help-box:hover {
    background-color: #bbb;
}
    .help-box p {
        display: inline-block;
        vertical-align: middle;
        line-height: 14px;
        width: 100%;
    }
    .help-box strong {
        font-size: 26px;
        line-height: 1.2em;
    }





/*------------------------------------*\
    # - ANIMATION
\*------------------------------------*/

@keyframes bg-fade {
    /*
    25%, 75% {
        background-color: #f00;
    }
    50%, 100% {
        background-color: #ff6b00;
    }
    */
    50% {
        background-color: #f00;
    }
    0%, 100% {
        background-color: #ff6b00;
    }
}
    
@keyframes pulse {
    50% {
        transform: scale(1.1);
    }
    0%, 100% {
        transform: scale(1);
    }
}

@keyframes testpulse {
    50% {
        transform: scale(1.1);
    }
    0%, 100% {
        transform: scale(1);
    }
}




/*------------------------------------*\
    # - LETTERS
\*------------------------------------*/

.c-slot {
    /*background-color: #f00 !important;*/
}
/*
.c-slot img {
    min-width: 100%;
    min-height: 100%;
}
*/

.letter {
    width: 200px;
    height: 200px;
    /*background-color: #f00;*/
    position: absolute;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
    background-size: cover;
    top: 0;
    image-rendering: optimizequality;
}

.c-layout .js-zoom {
    cursor: pointer;
    color: #565656;
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    padding: 0 4px;
    line-height: 30px;
}
.c-layout:hover .js-zoom {
    display: block;
}
/*
.shadow-letter {
    position: absolute;
    padding: 7px 7px 28px 7px;
    box-sizing: content-box;
    margin-left: -7px;
    margin-top: -7px;
    z-index: 4;
    text-align: center;
    pointer-events: visible;
}
.shadow-letter.active {
    outline: 2px dotted #82b338;
}
    .shadow-letter > div {
        display: none;
        text-align: center;
        position: absolute;
        bottom: 7px;
        left: 0;
        line-height: 1em;
        width: 100%;
        font-size: 12px;
    }
    .active.shadow-letter > div {
        display: block;
    }
*/
.c-slot {
    height: 100px;
    width: 150px;
}




/*------------------------------------*\
    # - RESPONSIVE
\*------------------------------------*/

@media screen and (max-width: 960px) {
    
}






/*------------------------------------*\
    # - ZOOMBOX
\*------------------------------------*/

.zoom-box {
    text-align: center;
}
    .zoom-box .btn {
        margin-bottom: 20px;
    }
.z-layout {
    position: relative;
    display: inline-block;
}
.z-layout .ui-droppable-active {
        background-color: #acde61;
    }
    .z-layout .ui-droppable-hover {
        background-color: #8cbe41;
    }
.fancybox-inner .uploads-wrap {
    border: 2px dashed #ccc;
    position: relative;
    margin: 20px auto 0 auto;
    min-width: 350px;
    box-sizing: border-box;
}
    .fancybox-inner .uploads-wrap .hover .dropzone,
    .fancybox-inner .uploads-wrap .in .dropzone {
        background-color: #82b338;
    }
    .fancybox-inner .uploads-wrap .text {
		color: #a0a0a0;
		left: calc(50% - (160px/2));
		position: absolute;
		text-align: center;
		top: 60px;
		width: 160px;
    }
.fancybox-inner .uploads-wrap .top {
    color: #b1b1b1;
    text-align: center;
    margin-bottom: 20px;
    height: 20px;
}
    .fancybox-inner .create-btn {
        font-size: 16px;
        line-height: 1em;
        width: 220px;
    }
    .fancybox-inner .uploads-wrap .create-btn .icon:before {
        margin: 0;
        vertical-align: top;
    }
    .fancybox-inner .create-btn.disabled {
        background-color: #cccccc;
    }
.fancybox-inner .uploads-wrap .top .loading {
    display: none;
}
.fancybox-inner .uploads {
    height: 395px;
    max-height: 180px;
    margin: 0;
    overflow: auto;
    padding: 10px;
}
    .fancybox-inner .uploads li {
        background-color: #fff;
        border: 1px solid #ddd;
        float: left;
        height: 75px;
        margin: 0 0 10px 10px;
        position: relative;
        width: 75px;
    }
        .fancybox-inner .uploads li img {
            max-height: 73px;  
            max-width: 73px; 
        }
        
        
        
        
/*------------------------------------*\
    # - FULL VIEW
\*------------------------------------*/

.collage-designer.full > .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.collage-designer.full .pictures,
.collage-designer.full .editor {
    width: 100%;
    margin: 0;
    float: none;
}
.collage-designer.full .pictures {
    order: 2;
}
.collage-designer.full .editor {
    order: 1;
}
.collage-designer.full .editor {
    height: auto;
    padding: 40px 0;
}
.collage-designer.full .pictures .top .wrap .pos-relative {
    display: inline-block;
}

.full .c-format-32-L {
    height: 373px;
    width: 560px;
}
.full .c-format-21-L {
    height: 440px;
    width: 880px;
}
.full .c-format-31-L {
    height: 293px;
    width: 879px;
}
.full .c-format-41-L {
    height: 220px;
    width: 880px;
}
.full .c-format-51-L {
    height: 176px;
    width: 880px;
}

.collage-designer.full .pictures .top {
    text-align: right;
    margin-bottom: 0;
    height: auto;
    padding: 8px 0;
}
.collage-designer.full .uploads {
    max-height: 192px;
}
.collage-designer.full .create-btn {
    margin-bottom: 20px;
}

.collage-designer.full .uploads-wrap .text {
    left: 375px;
    top: 62px;
}

.info-wrap {
    font-size: 14px;
    line-height: 1.3em;
}
    .info-wrap .headline {
        margin-bottom: 20px;
    }
    .info-wrap p {
        
    }
    .info-wrap .headline strong {
        font-size: 22px;
        line-height: 1.3em;
    }
    .info-wrap ul {
        margin: 10px 0;
    }
    
.js-tips {
	position: relative;
}
.collage-tips {
	cursor: initial;
}
.collage-tips.active {
	left: 0;
	bottom: 40px;
	z-index: 10;
	background-color: #fff;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
	padding: 20px;
	position: absolute;
}
.collage-tips.active > .wrap::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
}
.collage-tips:not(.active) {
	opacity: 0;
	visibility: 0;
	position: absolute;
	pointer-events: none;
}
    

    
.fancybox-container .fb-collage {
	padding: 0;
}

.ani-reset {
	animation-name: none !important;
}

.ani-blink-2 {
    animation: testpulse 1s;
    animation-iteration-count: 3;
    -webkit-font-smoothing: subpixel-antialiased;
    /*backface-visibility: hidden;*/
    transform: translateZ(0);
    background-color: #ff9b00;
}


/* digi xmas update */
/*
.fb-collage .step-2 .products {
    margin-top: 25px;
}
.fb-collage .product-selector {
	margin-bottom: 10px;
}
*/


@media screen and (max-width: 960px) {
	.fb-collage {
		max-width: 95%;
	}
	.fb-collage .step-2 .headline {
	    font-size: 26px;
	    font-weight: bold;
	    margin-bottom: 15px;
	    text-align: center;
	}
	.fb-collage .step-2 .wrap {
		background: none;
		height: auto;
	}
	.fb-collage .step-2 .preview,
	.fb-collage .step-2 .products {
	    width: 100%;
	    height: auto;
	    display: block;
	    text-align: center;
	}
	.fb-collage .step-2 .thumb-wrap {
	    display: block;
	    vertical-align: middle;
	    width: 100%;
	}
	.fb-collage .step-2 .products {
		margin-top: 10px;
	}
		.fb-collage .product .icon {
			display: none;
		}
	.fb-collage .share-box,
	.fb-collage .download-box {
	    background-color: #f2f2f2;
	    height: auto;
	    max-height: none;
	    max-width: 100%;
	    padding: 55px 15px 15px 15px;
	    overflow: hidden;
	    text-align: left;
	    margin-top: 30px;
	    margin-bottom: 0;
	    position: relative;
	}
	.fb-collage .download-box {
	    padding: 25px 15px 15px 15px;
	}
		.fb-collage .download-box .col {
			width: 100%;
		}
		.fb-collage .download-box .btn-green {
			float: right;
			max-width: 25%;
		}
		.fb-collage .download-box input {
		    margin-bottom: 10px;
		    width: 70%;
		    float: left;
		}
		
	.fb-collage .share-box.active {
	    height: auto;
	    max-height: none;
	}
		.fb-collage .mail-form {
			display: none;
		}
		.fb-collage .share-box.active .mail-form {
			display: block;
		}
		.fb-collage .share-box > .row .col:first-child {
			display: none;
		}
		.fb-collage .share-box > .row .col:first-child + .col {
			width: 100%;
		}
		.fb-collage .share-box .col:first-child + .col + .col {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		}
}


.collage-history {
  background-color: #f2f2f2;
  padding: 10px;
}
#page .collage-history h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px !important;
  line-height: 1em;
  font-family: 'Open Sans', sans-serif !important;
  color: #7b7b7b;
}
.collage-history > div {
  display: flex;
  align-items: center;
  flex-direction: row; 
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;  
  overflow: auto;
}
  .collage-history img {
    cursor: pointer;
    max-width: 150px;
    flex: 0 0 auto; 
    margin: 5px;
  }

@media screen and (max-width: 960px) {
  .collage-history:not(.active) {
    background-color: transparent;
  }
  #page .collage-history h2 {
    color: #7b7b7b;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    text-decoration: underline;
  }
  .collage-history:not(.active) > div {
    display: none;
  }
    .collage-history img {
      max-width: 100px;
    }
}

.collage-maker-extra .js-extra-toggle-more {
  display: none;
}