.woocommerce-lookbook-hidden{
	display: none !important;
}
.wlb-add-new{
	width: 100%;
}
#woo-lookbook .wlb-image-container {
	position: relative;
	overflow: hidden;
}

#woo-lookbook .wlb-image-container {
	clear: both;
	float: left;
}

#woo-lookbook .wlb-image-container .wlb-node {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	line-height: 28px;
	text-align: center;
	z-index: 1;
	font-weight: 300;
	top: 0;
	font-size: 20px;
	left: 0;
	cursor: move;
}

#woo-lookbook .wlb-image-container .wlb-active {
	background: #4fc2f7;
}

#woo-lookbook select {
	width: 100%;
}

#woo-lookbook .hide-if-no-js {
	clear: both;
}

/*Sidebar*/
#woo-lookbook-sidebar .wlb-data .wlb-remove {
	position: absolute;
	background: #212121;
	height: 25px;
	width: 25px;
	display: block;
	border-radius: 50%;
	right: -12px;
	color: #fff;
	text-align: center;
	line-height: 23px;
	top: -12px;
}

#woo-lookbook-sidebar .wlb-data {
	position: relative;
	background: #f7f5a0;
	padding: 10px;
	margin: 0 0 10px;
}

#woo-lookbook-sidebar .wlb-data.wlb-active {
	outline: 1px solid #9e1317;
}

#woo-lookbook-sidebar .wlb-data:nth-child(2n) {
	background: #eee;
}

#woo-lookbook-sidebar .wlb-field select {
	width: 100%;
}

#woo-lookbook-sidebar .wlb-field {
	margin: 2px 0;
}
#woo-lookbook-sidebar .wlb-error{
	color: #db2828;
}
/*Shortcode*/
.wlb-shortcode {
	font-size: 1.5em;
	color: #aaa;
	margin: 10px 0 0;
}

.wlb-shortcode input {
	width: 265px;
	height: 2em;
	line-height: 100%;
}