@import url('https://fonts.googleapis.com/css2?family=Roboto');
body {
	background-color: #000;
	background: linear-gradient(208deg, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
	background-image: url("images/bkg.svg");
	background-image: url("images/bkg.svg"), linear-gradient(208deg, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	background-color: #000;
	margin:0;
	margin-left: 10px;
	margin-right: 10px;
}


input {
	outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


.full-screen {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}


.container {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
  gap:10px;
  width: 100%;
  max-width: 1600px;
}


.low20 {
	padding-bottom: 20px;
}


.low40 {
	padding-bottom: 40px;
}


.top40 {
	padding-top: 40px;
}


.widthfiller {
	width: 100%;
}


.item {
	flex-grow: 1;
}

.header {
	padding-bottom: 7%; padding-top: 20px;
}


.centering {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	align-content: center;
}


.container-link {
	display: flex;
	flex-flow: column wrap;
	justify-content:space-around;
	align-items: center;
	width: 100%;
	max-width: 1600px;
}


.container-text {
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	align-items: center;
	width: 100%;
	max-width: 1600px;
}


.container-options {
	max-width: 1000px;
	justify-content: space-around;
	flex-flow: row wrap;
}	


.end {
	padding-right: 5px;
}


.end svg {
	fill:rgb(255 255 255);
	width: 16px;
}


.logo {
	max-width: 80%;
	max-height: 80px;
}


.figure {
	width: 100%; max-height: 300px;
}


.progress-box {
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  align-content:center;
  text-align: right;
	
}


.progress-back {
	background-color: #666;
	width: 108%;
	height: 12px;
	margin-bottom:5px;
	max-width: 900px;
}


.progress-bar  {
	height:12px;
	background-color: rgb(0 255 133);
	height: 100%;
	width:0%;
}


.progress-text {
	font-size: 12px;
	margin-top: 10px;
}


.btn {
	background: rgb(0 255 133);
	-webkit-border-radius: .1em;
	-moz-border-radius: .1em;
	border-radius: .1em;
	display: block;
	border: none;
	color: #000;
	font-size: 2em;
	margin: 0 0 .25em 0;
	padding: .5em 0 .5em 0;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}


.btncontainer {
	text-align: center; width: 100%; max-width: 400px;
}

.btnender {
	text-align: center; width: 100%; max-width: 600px;
}

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

}


.btn:hover {
	transform: scale(1.05);
	cursor: pointer;
}


.item {

}

.textfield {
	border-top:0px;
	border-left: 0px;
	border-right:0px;
	background: rgba(255, 255, 255, 0);
	color:rgba(255,255,255, 1);
	font-size: 24px;
	width: 100%;
}

.textarea {
	border:2px solid #FFF;
	background: #111;
	color:rgba(255,255,255, 1);
	font-size: 24px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
}

#area  {
	display: none;
}


.option {
	display: block;
	position: relative;
	width: auto;
	border: 3px solid rgb(255 255 255);
	border-radius: 10px;
	margin: 10px;
}


.selected {
	position: absolute;
	top:0px;
	right:0px;
	z-index: 1;
	display: none;
	margin-right: 10px;
	margin-top: 10px;
}


.check {
	width:30px;
}


.option_thumb{
	border-radius: 8px;
	width: 100%;
}


.option-size {
	width: 12%;
}


.option:hover {
	transform: scale(1.05);
	cursor: pointer;
}


#reference {
	display: block; width: 100%; position: relative;
}


#slidercontainer {
	width: 100%;
	height: 25px;
	background-color: #666;
}


#d3 {
    width: 25px;
    height: 25px;
    background-color : rgb(0 255 133);
    float:left;
}

#whitedick {
	max-width: 800px;
}
    
#greendick {
	background-image: url("//images.galleries.pornpros.com/tours/assets/surveys/s2/images/d_green2.png");
	background-repeat: none;
	background-size: cover;
	width: 10px;
	height: 100%;
	max-width:800px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: block;
	width: 0px;
}


#dickdescriptor {
	font-weight:bolder;
}


#slider svg {
	fill:rgb(255 255 255);
	width: 16px;
}

.sizecontainer {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap
}

.greyspace {
	width: 32%;
	padding-top: 5px;
	padding-bottom: 5px
}

.greybutton {
	width: 95%;
	background-color: #222;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	border: 2px solid #666;
}

.greybutton:hover {
	transform: scale(1.05);
	cursor: pointer;
	border: 2px solid rgb(0 255 133);
	color: rgb(0 255 133);
}


#boxbox {
	width: 5%;
	height: 12px;
	background-color : rgb(0 255 133);
} 

#boxback {
	background-color: #666;
	width: 108%;
	height: 12px;
	margin-bottom:5px;
}

.textbiggest {
	font-size: 48px;
}

.textbigger {
	font-size: 32px;	
}

.textbig {
	font-size: 16px;	
}

.texthighlight {
	color:rgb(0 255 133);
}


.w900 {
	max-width: 900px;
}

.w800 {
	max-width: 800px;
}

.w600 {
	max-width: 600px;
}


@media (max-width: 500px) {

	.btnender {
		text-align: center; width: 100%; max-width: 300px;
	}

	.btncontainer {
		text-align: center; width: 100%; max-width: 300px;
	}

	.btn {
		font-size:24px;
	}

	.textbiggest {
		font-size: 24px;
	}

	.textbigger {
		font-size: 16px;	
	}

	.textbig {
		font-size: 14px;	
	}

	.progress-back {
		width: 98%;
		height: 12px;
	}

	.option-size {
		width: 25%;
	}

	.textfield {
		font-size: 18px;
	}
	
	.textarea {
		font-size: 18px;
		display: block;
	}
	
	#field {
		display: none;
	}
	
	#area {
		display: block;	
	}
	
	.low20 {
		padding-bottom: 15px;
	}

	.low40 {
		padding-bottom: 25px;
	}

	.logo {

	}
	
	.top40 {
		padding-top: 15px;
	}
	
	.hideyo {
		display: none;
	}
	.option {
		margin: 5px;
		background-color: #FFF;
	}
	.selected {
		margin-right: 5px;
		margin-top: 5px;
	}
	.check {
		width:15px;
	}
	#boxback {
		width: 100%;
	}

}

@media (max-width: 321px) {

	.btnender {
		text-align: center; width: 100%; max-width: 280px;
	}

	.btncontainer {
		text-align: center; width: 100%; max-width: 280px;
	}

	.btn {
		font-size:18px;
	}
	
	.logo {

	}

	.textbiggest {
		font-size: 20px;
	}

	.textbigger {
		font-size: 16px;	
	}

	.textbig {
		font-size: 12px;	
	}
	#boxback {
		width: 200px;
	}

}