.designContainer {
	position: relative;
	text-align: center;
	min-height: 200px;
}

#goweb_wallpaper_visualizer_varlink1, #goweb_wallpaper_visualizer_varlink2, .goweb_wallpaper_visualizer_productlink {
	display: none !important;
}

.designContainer #Backimg {
	width: 100%;
}

#wallpaper_title {
	text-align: center;
	color: #000000;
}

#Backimg {
	vertical-align: top;
	position: relative;
	left: 0;
	top: 0px;
	max-width: 100%;
	width: auto;
	Height: auto;
	border: 1px solid gray;
	z-index: 998;
	border-radius: 7px;
}

.designContainer .text, .designContainer .t {
	font-family: "Roboto";
	margin: 200px auto auto 200px;
	max-height: 546px;
	max-width: 326px;
	position: absolute;
	z-index: 999;
}

.designContainer .text p {
	width: auto;
	height: auto;
	display: block;
	-webkit-transition: display .3s;
	-moz-transition: display .3s;
	-o-transition: display .3s;
	transition: display .3s;
	margin: auto !important;
	z-index: 9999;
}

.NextStep {
	box-shadow: inset 0 0 0 6px #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
	border: solid 6px #f8f9fa;
	text-align: center;
	height: 50px;
	display: grid;
	align-items: center;
}

.NextStepButton {
	margin-top: 4% !important;
	padding: 10px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-shadow: none !important;
	background-color: #fb1822!important;
	background-image: linear-gradient(to bottom, #fb1822, #fb1822) !important;
}

.NextStepButton:hover,
.NextStepButton:focus {
	border: solid 2px #ffffff00;
}

.Selected_wallpaper {
	font-size: 15px;
	margin-top: 3% !important;
}

.goweb_wallpaper_visualizer_div,.Rooms_div,.Types_div {
	margin-left: 0 !important;
	color: black;
}

.Types_list {
	margin: auto;
	padding-top: 0%;
	margin-bottom: 0%;
	margin-top: 2%;
	margin-left: 0%;
	border-radius: 7px;
	box-shadow: 1px 1px 40px -30px rgba(0,0,0,0.5);
	border: solid 0.5px #ccc;
	color: black;
	padding-left: 0%;
}

.Types_list li {
	width: 50%;
	height: auto;
	background-repeat-x: no-repeat;
	list-style: none !important;
	text-align: center;
	cursor: pointer;
	padding: 4% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}

.Types_list img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 0 0 !important;
}

.Types_list li:hover {
	border: 1px solid #C6C5BB;
	font-size: 102% !important;
	font-weight: bold !important;
}

.goweb_wallpaper_visualizer_list {
	padding-top: 0%;
	margin-bottom: 0%;
	padding-left: 0%;
	margin-top: 3px;
	overflow-y: scroll;
	max-height: 570px;
	margin-left: 0;
	color: black;
	border-radius: 7px;
	box-shadow: 1px 1px 40px -30px rgba(0,0,0,0.5);
	border: solid 0.5px #ccc;
}

.goweb_wallpaper_visualizer_list li {
	width: 38%;
	height: auto;
	background-repeat-x: no-repeat;
	list-style: none !important;
	text-align: center;
	cursor: pointer;
	padding: 2% !important;
	margin: 5% 0% 5% 8% !important;
	font-size: 0% !important;
	float: left  !important;
}

.goweb_wallpaper_visualizer_list img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 0 0 !important;
}

.Rooms_list {
	padding-top: 0%;
	margin-bottom: 5px;
	margin-top: 0px;
}

.Rooms_list li {
	float: left;
	padding: 5px !important;
	list-style: none !important;
	text-align: center;
	cursor: pointer;
}

.Rooms_list li a {
	border-radius: 15px;
	color: #4d160a;
	display: inline-block;
	letter-spacing: -0.2px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.6s;
	padding: 4px 16px 5px 16px  !important;
}

.Rooms_list li a:hover {
	background-color: rgba(39,39,39,0.8);
	color: #fff !important;
}

.Rooms_list img {
	display: none;
}
