@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
html{
overflow-x:hidden;
}
body{
margin:0;
padding:0;
font-family:verdana,_sans;
font-family: 'Montserrat', sans-serif;
font-size:13px;
font-weight:400;
overflow-x:hidden;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
/*
html.edit ,body.edit #content{
overflow:hidden;
position:relative;
height:100%;
}
*/
footer#footer {
    padding: 30px;
    background-color: white;
    position: relative;
}
div#hide_all {
    position:fixed;
    z-index:1000;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
display:none;
}
div#hide_all>div{
    max-width:80%;
    width:600px;
    background-color:white;
    padding:10px;
    margin:auto;
    top: 25%;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
    font-weight: bold;
}
#reset_edit{font-size:24px;z-index:10;position:relative;margin-top: 0px;}
.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip {
  position: relative;
  cursor:pointer;
  margin:0px;
  margin-left:5px;
  font-size:14px;
  display:inline-block;
  vertical-align:top;
  margin-top:-5px;
  float:right;
  color: orange;
}
.tooltip .tooltiptext {
visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -70px;
    font-size: 12px;
    padding: 7px;
    font-weight: bold;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif,Arial,"Lucida Sans Unicode","Lucida Grande",sans-serif;
    transition: opacity 0.5s;
    opacity: 0;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
opacity:1;
}
div#opties {
    display:none;
}
div,ul,li,p{
font-size:13px;
}
#wrapper{
	background-color: white;
    position: relative;
	box-shadow: 0px -20px 20px 0px rgb(0 0 0 / 10%);
    padding-top: 20px;
}
#info{padding:10px;float:right;width:50%;box-sizing:border-box;background-color: white;z-index: 1;position: relative;}
#info .head{color: red;}
div.price{color:white;padding:10px;width:80px;height:80px;box-sizing:border-box;border-radius:50%;float: right;background-color:black;font-weight:600;text-align:center;margin-right:30px;line-height:55px;font-size:15px;transform:rotate(-10deg);}
.clearfix{
clear:both;
}

#collection,#backgrounds{position:relative;overflow:auto;transition: 0.5s;max-height:0px;border: 1px solid transparent;background-color: white;}
#collection.open,#backgrounds.open{max-height:800px;border: 1px solid silver;background-color: #e3e3e3;}
#collection .background .fa{
position:absolute;
background-color:yellow;
padding:3px;
display:block;
}
#collection.open{
	overflow:visible;
}
#collection .background,#backgrounds .background{
	width: 80px;
	margin-right: 2px;
	margin-bottom: 2px;
	height: 80px;
	overflow:visible;
	border: 1px solid transparent;
	box-sizing:border-box;
	opacity:0.8;
	transition:all 0.5s;
	cursor: pointer;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.background[used]:before {
  position:absolute;
  font-family:fontAwesome;
  content:"\f00c";
  padding:4px;
  color:red;
  background-color:white;
   
}
.directory.open:empty:before{
	content:"[No images found, please upload your images]";
	margin-left:4px;
	display:block;
}
.directory{
	/* transition: 0s; */
	max-height:0px;
	overflow:auto;
	min-height: 0px;
}
.directory.open{max-height:600px;min-height: 100px;}
.directory.closed{
max-height:0px;
}

#backgrounds .background[selected]{
	border:3px solid #1039dc;
	opacity:1;	
}
#collection .background img,#backgrounds .background img{
width:100%;
height:auto;
touch-action: manipulation;
}
span.score {
    background-color: orange;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: white;
    font-size: 13px;
}
#slider_holder{
	display: inline-block;
}
#slider_container {display:inline-block;width: 150px;padding:5px;box-sizing: border-box;}

#scale_img {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  padding: 0;
  margin: 0;
  border: none;
}

#scale_img:hover {
  opacity: 1;
}

#scale_img::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #4CAF50;
  cursor: pointer;
}

#editor_hider{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background-color:rgba(255,255,255,0);
transition:background-color 0.5s,z-index 2s;

z-index:-1;
}
#editor_hider.show{
background-color:rgba(0,0,0,0.5);
transition:background-color 0.5s;
z-index:2;
}
#editor{opacity:1;position:fixed;top:0px;left: 110%;transition:all 0.5s;min-height:100%;box-sizing:border-box;padding:0;margin:0;overflow:auto;z-index:2;background-color:white;display:block;overflow-x: hidden;}
#move_editor{
	width: 100%;
	height: 100%;
	position: absolute;
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	border:none;
	top:0px;
	left:0px;
	cursor:move;
	overflow: hidden;
	background-color: #edecec;
}

#playthegame{
position:absolute;
opacity:0;
background-color: #ffffff;
min-height:100%;
}
#playthegame.play{
	background-color: white;
	opacity:1;position:absolute;top:0;left:0;width:100%;min-height:100%;box-sizing:border-box;padding: 5px;margin:0;overflow:auto;z-index: 3;display:block;height: auto;}

#playthegame.play.round #play>div{
	border-radius:50%;
	
}
#playthegame #play{width:100%;background-color:#fff;/* padding: 5px; */overflow: hidden;/* position: relative; *//* height: 100%; */}
#playthegame div.game{
background-color:#fff;
display:block;
position:relative;
box-sizing:border-box;
padding:0px;
margin:0px;
}

#playthegame div .fa{font-size:24px;color: orange;text-align:center;display: block;z-index: 1;position: relative;width: 100%;box-sizing: border-box;height: 60%;padding-top: 40%;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}

#playthegame div.with-image{
background-color:green;background-size:cover;background-repeat:no-repeat;cursor: pointer;
box-shadow:2px 2px 4px rgba(0,0,0,0.5);
}

#playthegame div.with-image img{
box-shadow:2px 2px 4px rgba(0,0,0,0.5);
display:block;
position:absolute;
transition:all 1s;
-webkit-transition:all 1s;
transform: rotateY(90deg);
backface-visibility: hidden;

-webkit-transform: rotateY(90deg);
-webkit-backface-visibility: hidden;

}
#editor_mask_holder,#editor_mask{width:80%;margin:auto;overflow:hidden;position: absolute;box-sizing:border-box;border:1px solid red;max-width: 500px;margin-top: 3%;cursor: move;left: 0;right: 0;}
#editor_mask_holder.round, #editor_mask.round{
	border-radius:50%;
}
#editor_mask_holder{
	opacity: 0.5;
	overflow: visible;
}
#editor_mask_holder{
	pointer-events:none;
}
#editor_mask_holder img,#editor_mask img{
position:absolute;
}

#debug{
position:absolute;
/* padding:5px; *//* min-height: 36px; */
}
#debug>span{
	background-color:red;
	padding:5px;
	display:inline-block;
	color:white;
	margin-bottom: 3px;
}
label.button,button,a.button,input[type="button"], input[type="submit"], input[type="reset"],button[type="submit"],button[type="button"]{
	display:inline-block;
	background-color: #fff;
	border-radius:0px;
	color: #000;
	cursor: pointer;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	appearance:none;
	-webkit-appearance: none;
	-moz-appearance:none;
	padding: 10px;
	border:none;
	font-size:13px;
	margin:4px;
	margin-left: 0px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	outline:none;
touch-action: manipulation;
}
button:hover{
background-color:red;
color:white
}
#choose_shape button {
    
}
#choose_shape button.set {
    background-color:red;
	color:white;
}
#collection button{
	margin-left:3px;
}
button.again{
display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 80px;
    font-size: 20px;
max-width:200px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
#buttons button{
font-size:20px;
}
#progressholder{display:none;position:fixed;height: 6px;}
#progressholder.open{
left:0px;
width:100%;
top:0%;
height:100%;
background-color:rgba(0,0,0,0.5);
z-index:1000;
display:block;
}
#progress_upload{top: 50%;background-color:red;height: 6px;width:0px;box-sizing:border-box;position: absolute;}
div#status_upload {
    margin:auto;
    text-align:center;
    color:white;
    font-size:20px;
    top: 46%;
    position: absolute;
    width: 100%;
}
#tools{position:absolute;bottom:10px;transition:all 0.5s;padding:0;margin:0;box-sizing:border-box;padding-left: 5px;/* text-align: center; */width: 100%;}
#tools.active{
bottom:0px;
}
#addtocart{background-color: #cc1414;color: white;}
#memory{margin: auto;padding:0;box-sizing:border-box;position:relative;display:block;overflow:hidden;max-width: 50%;margin-left: 0px;background-color: white;float: left;}
#memory >div,#play >div{transition: border-radius 0.5s,opacity 0.5s;opacity:1;width: 20%;padding:0;margin:0;height:200px;float:left;border:1px solid red;box-sizing:border-box;overflow:hidden;display:block;position:relative;}
#play >div{border-radius: 0px;border:none;}
#memory .memory{
opacity:1;
}
#memory .memory.no-image {
cursor: pointer;
}
#memory .memory.no-image::before{content: '\f093';font:normal normal normal 30px/1 FontAwesome;display:block;text-align:center;color:#ccc;cursor: pointer;margin-top: 40%;}
#memory .memory img{width:100%;height:auto;position:absolute;left:0px;top:0px;cursor: pointer;}
#memory .memory button,#memory .memory span{position:relative;z-index:2;background-color:white;padding:4px;margin:3px;display:inline-block;color:black;cursor: pointer;}
#memory.round .memory span{
    border: 1px solid #ccc;
}
div#memory.round .memory{
    border-radius:50%;
    
}
div#memory.round .memory button{
    margin-left:30%;
    margin-top:10px;
}
#memory .memory span{
	/* display:none; */
}
#memory.pieces36 .memory{
	width:calc(100%/6)
}
#memory.pieces25 .memory{
	width:calc(100%/5)
}
#memory.pieces49 .memory{
	width:calc(100%/7)
}
#opties button.selected{
background-color:red;
color:white;
}
@media (min-width:800px){
#editor{
min-width:50%;
}
#collection{
	position:absolute;
}

	#editor.edit{
opacity:1;
		
		max-width: 50%;
left:50%;		
		box-shadow: -5px 2px 13px rgba(0,0,0,0.5);
	}
	#memory.edit{
		margin-left:0px;
		max-width:50%
	}
}
@media (max-height: 800px){
	#memory{
		max-width: 50%;
	}
}
@media (max-width:800px){
#memory >div{
	width:25%;
}
.tooltip{
display:none;
}
#editor{
width:100%;
min-width:100%;
}
#editor.edit{
opacity:1;
left:0px;
}
#info{
float:none;
width:auto;
}
#memory{
	margin:auto;
	max-width: 100%;
	float: none;
}
#memory .memory span{

}
#tools{
text-align:left;
}
}
@media (max-width:500px){
#collection .background,#backgrounds .background{
width:50px;
height:50px;
}
#collection .background img,#backgrounds .background img{
width:100%;
}
}