@font-face {
	font-family: "woo-lookbook";
	src: url("../fonts/woo-lookbook.eot");
	src: url("../fonts/woo-lookbook.eot?#iefix") format("embedded-opentype"),
	url("../fonts/woo-lookbook.woff") format("woff"),
	url("../fonts/woo-lookbook.ttf") format("truetype"),
	url("../fonts/woo-lookbook.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "woo-lookbook";
		src: url("../fonts/woo-lookbook.svg") format("svg");
	}
}

.woo-lookbook .woo-lookbook-inner {
	display: inline-block;
	clear: both;
	position: relative;
}

.woo-lookbook .woo-lookbook-inner img {
	border-radius: 3px;
}

.woo-lookbook .wlb-clearfix {
	clear: both;
}

.woo-lookbook .woo-lookbook-inner .wlb-image {
	max-width: 100%;
	width: 100%;
}

/*Shortcode*/
.wlb-align-center {
	text-align: center;
}

.wlb-align-left {
	text-align: left;
}

.wlb-align-right {
	text-align: right;
}

.wlb-single-lookbook .woo-lookbook {
	margin: 10px 0;
	display: inline-block;
}

/*Quickview*/
.woo-lookbook-quickview {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999999;
}

.woo-lookbook-quickview-inner:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.woo-lookbook-quickview-inner {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	text-align: center;
}

.woo-lookbook-quickview-inner .wlb-product-wrapper {
	max-width: 1000px;
	vertical-align: middle;
	z-index: 1;
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 10px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.5;
}

.woo-lookbook-quickview-inner .wlb-overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-left, .woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right {
	display: inline-block;
	box-sizing: border-box;
	width: 49%;
	vertical-align: middle;
	padding: 10px 5px;
	font-size: 0;
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right > * {
	font-size: 13px;
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right .wlb-instagram-description,
.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right .wlb-instagram-controls {
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px;
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right .wlb-instagram-controls > div {
	display: inline-block;
	padding: 0 0 0 18px;
	position: relative;
	margin: 0 10px 0 0;
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right .wlb-instagram-controls > div:before {
	font-family: "woo-lookbook";
	position: absolute;
	top: 0;
	left: 0;
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right .wlb-instagram-controls .wlb-instagram-controls-likes:before {
	content: "\f100";
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right .wlb-instagram-controls .wlb-instagram-controls-comments:before {
	content: "\f104";
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right .wlb-instagram-controls .wlb-instagram-controls-link:before {
	content: "\f103";
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right .wlb-instagram-controls .wlb-instagram-controls-link a {
	color: inherit;
	display: block;
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-left {
	padding: 0;
}

.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-left img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.woo-lookbook-quickview .wlb-close {
	color: #000;
	border-radius: 50%;
	display: block;
	text-align: center;
	top: -18px;
	line-height: 100%;
	position: absolute;
	right: -24px;
	cursor: pointer;
	font-size: 24px;
	font-weight: 300;
}

.woo-lookbook-quickview select {
	border: 1px solid #eee;
}

.woo-lookbook-quickview .wlb-close:hover {
	color: #fff;
}

.woo-lookbook-quickview .wlb-close:before {
	content: "\f101";
	font-family: "woo-lookbook";
}

.woo-lookbook-quickview .wlb-read-more a {
	text-decoration: none;
	display: inline-block;
	color: inherit;
	text-transform: uppercase;
	padding-right: 21px;
	position: relative;
	font-size: 16px;
}

.woo-lookbook-quickview .wlb-read-more a:before {
	content: "\f107";
	font-family: "woo-lookbook";
	position: absolute;
	right: 0;
}

.woo-lookbook-quickview .wlb-read-more {
	text-align: right;
}

.woo-lookbook-quickview .wlb-right .quantity {
	display: inline-block;
}

.woo-lookbook-quickview .wlb-right .quantity input {
	line-height: 1.5;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
	padding: .6180469716em;
	background: #f2f2f2;
	color: #43454b;
	border: 0;
	outline: 0;
	font-weight: 400;
	box-sizing: border-box;
}

.woo-lookbook-quickview .wlb-right .cart button {
	display: inline-block;
	background: #333;
	border-color: #333;
	color: #fff;
	text-transform: uppercase;
	padding: .6180469716em 1.41575em;
	font-weight: 300;
	margin: 0;
	cursor: pointer;
}

.woo-lookbook-quickview .wlb-right .cart button.wlb-adding {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all 0s linear, opacity .1s ease;
	transition: all 0s linear, opacity .1s ease;
	color: transparent !important;
}

.woo-lookbook-quickview .wlb-right .cart button.wlb-adding:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	-webkit-animation: button-spin .6s linear;
	animation: button-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: .2em;
	box-shadow: 0 0 0 1px transparent;
}

.woo-lookbook-quickview .wlb-right .cart button.wlb-adding:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	border-radius: 500rem;
	border: .2em solid rgba(0, 0, 0, .15);
}

.woo-lookbook-quickview .wlb-product-title {
	font-size: 20px !important;
	padding: 0;
	margin: 0 0 5px;
	color: inherit;
}

.woo-lookbook-quickview .wlb-product-title a {
	display: block;
	color: inherit;
}

.woo-lookbook-quickview .wlb-product-short-description,
.woo-lookbook-quickview .wlb-product-price {
	font-size: 14px;
	margin: 0 0 5px;
}

.woo-lookbook-quickview div.single-product .wlb-product-wrapper form.cart {
	padding: 0;
	margin: 0 0 5px;
	font-size: 13px;
}

.woo-lookbook-quickview div.single-product .wlb-product-wrapper form.cart table.variations td,
.woo-lookbook-quickview div.single-product .wlb-product-wrapper form.cart table.variations th {
	padding: 3px 3px 0 0;
	margin: 0;
}

.woo-lookbook-quickview div.single-product .wlb-product-wrapper form.cart a {
	color: inherit;
}

.woo-lookbook-quickview div.single-product div.variations_button {
	padding: 5px 0 0;
}

/*Quickview RTL*/

.woo-lookbook-quickview.wlb-rtl .wlb-product-wrapper {
	text-align: right;
}

.woo-lookbook-quickview.wlb-rtl .wlb-product-wrapper .wlb-read-more {
	text-align: left;
}

/*Quickview Instagram*/
.woo-lookbook-quickview .wlb-product-wrapper .wlb-product-galleries {
	display: inline-block;
}

.woo-lookbook-quickview div.single-product .wlb-product-wrapper .wlb-product-galleries .wlb-product-gallery {
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	font-size: 0;
	vertical-align: top;
	padding: 0 5px 5px;
}

.woo-lookbook-quickview div.single-product .wlb-product-wrapper .wlb-product-galleries .wlb-product-gallery form.cart {
	padding: 0;
	margin: 0 0 5px;
	font-size: 13px;
}

/*Style node*/
.woo-lookbook .woo-lookbook-inner {
	width: 100%;
	counter-reset: section;
}

.woo-lookbook .woo-lookbook-inner .wlb-item.wlb-redirect a.wlb-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 11;
}

.woo-lookbook .woo-lookbook-inner .wlb-item {
	position: absolute;
	cursor: pointer;
	font-family: tahoma;
	font-size: 20px;
	box-sizing: border-box;
	line-height: 27px;
	text-align: center;
}

.woo-lookbook .woo-lookbook-inner .wlb-item.default {
	width: 28px;
	height: 28px;
	background: #212121;
	color: #fff;
	border-radius: 50%;
}

.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pulse {
	width: 28px;
	height: 28px;
	border: 5px solid #7fd2e6;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #00a6cd;
	z-index: 10;
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	position: relative;
}

.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pulse:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	counter-increment: section;
	content: counter(section);
}

.woo-lookbook .woo-lookbook-inner .wlb-item.wlb-alphabet .wlb-pulse:before {
	content: counter(section, lower-alpha);
}

.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-dot {
	position: absolute;
	height: 60px;
	width: 60px;
	top: -15px;
	left: -16px;
	z-index: 2;
	opacity: 0;
	border: 10px solid rgba(0, 166, 205, 1);;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-animation: wlb-flash 2s ease-out;
	-moz-animation: wlb-flash 2s ease-out;
	animation: wlb-flash 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-moz-keyframes wlb-pulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes wlb-flash {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pin {
	width: 28px;
	height: 28px;
	border-radius: 50% 50% 50% 0;
	background: #E8CE40;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	-webkit-animation-name: wlb-bounce;
	-moz-animation-name: wlb-bounce;
	-o-animation-name: wlb-bounce;
	-ms-animation-name: wlb-bounce;
	animation-name: wlb-bounce;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;

}

.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pin:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #e5e5e5;
	position: absolute;
	text-align: center;
	border-radius: 50%;
	top: 7px;
	left: 9px;
}

@-moz-keyframes wlb-bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}
	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-webkit-keyframes wlb-bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}
	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-o-keyframes wlb-bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}
	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes wlb-bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}
	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

.woo-lookbook .wlb-speech {
	position: absolute;
	top: -22px;
	left: -5px;
	z-index: 99;
	-webkit-animation-name: wlb-bounce-y;
	-moz-animation-name: wlb-bounce-y;
	-o-animation-name: wlb-bounce-y;
	-ms-animation-name: wlb-bounce-y;
	animation-name: wlb-bounce-y;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}

@-moz-keyframes wlb-bounce-y {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes wlb-bounce-y {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes wlb-bounce-y {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes wlb-bounce-y {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.woo-lookbook .wlb-speech-bubble {
	position: relative;
	background: #00aabb;
	border-radius: 5px;
	white-space: nowrap;
	font-size: 10px;
	padding: 0 7px;
	line-height: 20px;
}

.woo-lookbook .wlb-speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 28px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #00aabb;
	border-bottom: 0;
	border-left: 0;
	margin-left: -4px;
	margin-bottom: -8px;

}

/*Loading*/
/*Rotating*/
.wlb-rotating-plane {
	width: 40px;
	height: 40px;
	background-color: #333;
	margin: 40px auto;
	-webkit-animation: wlb-rotatePlane 1.2s infinite ease-in-out;
	animation: wlb-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes wlb-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes wlb-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

/*Double bounce*/
.wlb-double-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto;
}

.wlb-double-bounce .wlb-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: wlb-doubleBounce 2s infinite ease-in-out;
	animation: wlb-doubleBounce 2s infinite ease-in-out;
}

.wlb-double-bounce .wlb-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes wlb-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes wlb-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*Wave*/
.wlb-loading {

}


.wlb-wave {
	margin: 40px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.wlb-wave .wlb-rect {
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: wlb-waveStretchDelay 1.2s infinite ease-in-out;
	animation: wlb-waveStretchDelay 1.2s infinite ease-in-out;
}

.wlb-wave .wlb-rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.wlb-wave .wlb-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.wlb-wave .wlb-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.wlb-wave .wlb-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.wlb-wave .wlb-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes wlb-waveStretchDelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes wlb-waveStretchDelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

/*Wandering cubes*/
.wlb-wandering-cubes {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.wlb-wandering-cubes .wlb-cube {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: wlb-wanderingCube 1.8s ease-in-out -1.8s infinite both;
	animation: wlb-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.wlb-wandering-cubes .wlb-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes wlb-wanderingCube {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
		transform: translateX(30px) rotate(-90deg) scale(0.5);
	}
	50% {
		/* Hack to make FF rotate in the right direction */
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg);
	}
	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes wlb-wanderingCube {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
		transform: translateX(30px) rotate(-90deg) scale(0.5);
	}
	50% {
		/* Hack to make FF rotate in the right direction */
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg);
	}
	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

/*Pulse*/
.wlb-spinner-pulse {
	width: 40px;
	height: 40px;
	margin: 40px auto;
	border-radius: 100%;
	-webkit-animation: wlb-pulseScaleOut 1s infinite ease-in-out;
	animation: wlb-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes wlb-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes wlb-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

/*Chasing dots*/
.wlb-chasing-dots {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: wlb-chasingDotsRotate 2s infinite linear;
	animation: wlb-chasingDotsRotate 2s infinite linear;
}

.wlb-chasing-dots .wlb-child {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-animation: wlb-chasingDotsBounce 2s infinite ease-in-out;
	animation: wlb-chasingDotsBounce 2s infinite ease-in-out;
}

.wlb-chasing-dots .wlb-dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes wlb-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes wlb-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes wlb-chasingDotsBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes wlb-chasingDotsBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*Three Bounce*/
.wlb-three-bounce {
	margin: 40px auto;
	width: 80px;
	text-align: center;
}

.wlb-three-bounce .wlb-child {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: wlb-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: wlb-three-bounce 1.4s ease-in-out 0s infinite both;
}

.wlb-three-bounce .wlb-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.wlb-three-bounce .wlb-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes wlb-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes wlb-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*Circle*/
.wlb-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.wlb-circle .wlb-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.wlb-circle .wlb-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	border-radius: 100%;
	-webkit-animation: wlb-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: wlb-circleBounceDelay 1.2s infinite ease-in-out both;
}

.wlb-circle .wlb-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.wlb-circle .wlb-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.wlb-circle .wlb-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wlb-circle .wlb-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.wlb-circle .wlb-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.wlb-circle .wlb-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.wlb-circle .wlb-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.wlb-circle .wlb-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.wlb-circle .wlb-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.wlb-circle .wlb-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.wlb-circle .wlb-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.wlb-circle .wlb-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.wlb-circle .wlb-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.wlb-circle .wlb-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.wlb-circle .wlb-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.wlb-circle .wlb-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.wlb-circle .wlb-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.wlb-circle .wlb-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.wlb-circle .wlb-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.wlb-circle .wlb-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.wlb-circle .wlb-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.wlb-circle .wlb-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes wlb-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes wlb-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*Cube Gird*/
.wlb-cube-grid {
	width: 40px;
	height: 40px;
	margin: 40px auto;
	/*
	 * Spinner positions
	 * 1 2 3
	 * 4 5 6
	 * 7 8 9
	 */
}

.wlb-cube-grid .wlb-cube {
	width: 33.33%;
	height: 33.33%;
	float: left;
	-webkit-animation: wlb-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: wlb-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.wlb-cube-grid .wlb-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.wlb-cube-grid .wlb-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.wlb-cube-grid .wlb-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.wlb-cube-grid .wlb-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.wlb-cube-grid .wlb-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.wlb-cube-grid .wlb-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.wlb-cube-grid .wlb-cube7 {
	-webkit-animation-delay: 0.0s;
	animation-delay: 0.0s;
}

.wlb-cube-grid .wlb-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.wlb-cube-grid .wlb-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes wlb-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes wlb-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

/*Fading circle*/
.wlb-fading-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.wlb-fading-circle .wlb-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.wlb-fading-circle .wlb-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	border-radius: 100%;
	-webkit-animation: wlb-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: wlb-circleFadeDelay 1.2s infinite ease-in-out both;
}

.wlb-fading-circle .wlb-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.wlb-fading-circle .wlb-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.wlb-fading-circle .wlb-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wlb-fading-circle .wlb-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.wlb-fading-circle .wlb-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.wlb-fading-circle .wlb-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.wlb-fading-circle .wlb-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.wlb-fading-circle .wlb-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.wlb-fading-circle .wlb-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.wlb-fading-circle .wlb-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.wlb-fading-circle .wlb-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.wlb-fading-circle .wlb-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.wlb-fading-circle .wlb-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.wlb-fading-circle .wlb-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.wlb-fading-circle .wlb-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.wlb-fading-circle .wlb-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.wlb-fading-circle .wlb-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.wlb-fading-circle .wlb-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.wlb-fading-circle .wlb-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.wlb-fading-circle .wlb-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.wlb-fading-circle .wlb-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.wlb-fading-circle .wlb-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes wlb-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

@keyframes wlb-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

/*Folding cube*/
.wlb-folding-cube {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.wlb-folding-cube .wlb-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wlb-folding-cube .wlb-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: wlb-foldCubeAngle 2.4s infinite linear both;
	animation: wlb-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.wlb-folding-cube .wlb-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.wlb-folding-cube .wlb-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.wlb-folding-cube .wlb-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.wlb-folding-cube .wlb-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.wlb-folding-cube .wlb-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.wlb-folding-cube .wlb-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes wlb-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes wlb-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.wlb-rotating-plane, .wlb-double-bounce .wlb-child, .wlb-wave .wlb-rect, .wlb-wandering-cubes .wlb-cube, .wlb-spinner-pulse, .wlb-chasing-dots .wlb-child, .wlb-three-bounce .wlb-child, .wlb-circle .wlb-child:before, .wlb-cube-grid .wlb-cube, .wlb-fading-circle .wlb-circle:before, .wlb-folding-cube .wlb-cube:before {
	background-color: #fff;
}
/*Slides*/
.wlb-lookbook-slide {
	clear: both;
	display: block;
	position: relative;
	z-index: 1;
}

.wlb-lookbook-slide .slidesjs-navigation.slidesjs-next {
	right: 0;
	background-image: url("../images/button.png");
	background-position: -58px center;
}

.wlb-lookbook-slide .slidesjs-navigation.slidesjs-previous {
	left: 0;
	background-image: url("../images/button.png");
	background-position: 0px center;
}

.wlb-lookbook-slide .slidesjs-navigation {
	top: 41%;
	display: inline-block;
	position: absolute;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.5);
	color: #212121;
	padding: 14px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
	width: 58px;
	height: 58px;
	opacity: 0;
	font-size: 0;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.wlb-lookbook-slide:hover .slidesjs-navigation, .wlb-lookbook-slide:hover .slidesjs-pagination {
	opacity: 1;
}

.wlb-lookbook-slide .slidesjs-navigation:hover {
	background-color: rgba(255, 255, 255, 1);
}

.wlb-lookbook-slide .slidesjs-pagination {
	display: block;
	list-style: none;
	padding: 0;
	text-align: center;
	margin: -30px 0 0;
	z-index: 9999999;
	position: relative;
	font-size: 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.wlb-lookbook-slide .slidesjs-pagination li {
	display: inline-block;
	font-size: 0;
	line-height: 30px;
	margin: 5px;
}

.wlb-lookbook-slide .slidesjs-pagination li a {
	display: block;
	background: rgba(0, 0, 0, 0.8);
	text-indent: -99px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.wlb-lookbook-slide .slidesjs-pagination li a.active, .wlb-lookbook-slide .slidesjs-pagination li a:hover {
	background: rgba(255, 255, 255, 0.8);

}

/*Gallery*/
.woo-lookbook {
	display: inline-block;
	font-size: 0;
}

.woo-lookbook .wlb-lookbook-instagram-item {
	box-sizing: border-box;
	display: inline-block;
	font-size: 0;
	overflow: hidden;
}

.woo-lookbook .wlb-lookbook-instagram-item .wlb-lookbook-instagram-item-inner {
	position: relative;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.wlb-lookbook-gallery .wlb-col-5 {
	width: 20%;
	padding: 3px;
}

.wlb-lookbook-gallery .wlb-col-4 {
	width: 25%;
	padding: 5px;
}

.wlb-lookbook-gallery .wlb-col-3 {
	width: 33.3%;
	padding: 10px;
}

.wlb-lookbook-carousel.woo-lookbook .woo-lookbook-inner .wlb-item.default,
.wlb-lookbook-gallery.woo-lookbook .woo-lookbook-inner .wlb-item.default {
	width: 16px;
	height: 16px;
	font-size: 10px;
	line-height: 15px;
	font-weight: 300;
}

.wlb-lookbook-carousel.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pulse,
.wlb-lookbook-gallery.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pulse {
	width: 16px;
	height: 16px;
	line-height: 12px;
	border-width: 2px;
	font-size: 8px;
}

.wlb-lookbook-carousel.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-dot,
.wlb-lookbook-gallery.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-dot {
	height: 40px;
	width: 40px;
	top: -12px;
	left: -12px;
}

.wlb-lookbook-carousel.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pin,
.wlb-lookbook-gallery.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pin {
	width: 16px;
	height: 16px;
}

.wlb-lookbook-carousel.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pin:after,
.wlb-lookbook-gallery.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pin:after {
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
}

.wlb-lookbook-carousel.woo-lookbook .wlb-speech,
.wlb-lookbook-gallery.woo-lookbook .wlb-speech {
	top: -24px;
	left: -12px;
	visibility: hidden;
}

.wlb-lookbook-carousel.woo-lookbook .wlb-speech-bubble,
.wlb-lookbook-gallery.woo-lookbook .wlb-speech-bubble {
	font-size: 8px;
}

.wlb-lookbook-carousel.woo-lookbook .woo-lookbook-inner .wlb-lookbook-instagram-item-inner:hover .wlb-speech,
.wlb-lookbook-gallery.woo-lookbook .woo-lookbook-inner .wlb-lookbook-instagram-item-inner:hover .wlb-speech {
	visibility: visible;
}

.wlb-lookbook-gallery.woo-lookbook .woo-lookbook-inner .wlb-lookbook-instagram-item-inner:hover {
	transform: scale(1.05);
}

.woo-lookbook .wlb-zoom {
	position: absolute;
	right: 0;
	bottom: -50%;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
	color: #212121;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
}

.woo-lookbook .wlb-zoom:before {
	content: "\f102";
	font-family: "woo-lookbook";
}

.woo-lookbook .woo-lookbook-inner .wlb-lookbook-instagram-item-inner:hover .wlb-zoom {
	bottom: 0;
}

.wlb-controls .wlb-controls-previous,
.wlb-controls .wlb-controls-next {
	font-size: 40px;
	font-family: "woo-lookbook";
	position: absolute;
	top: 45%;
	cursor: pointer;
	color: #000;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.wlb-controls .wlb-controls-previous:hover,
.wlb-controls .wlb-controls-next:hover {
	color: #fff;
}

.wlb-controls .wlb-controls-previous {
	left: -30px;
}

.wlb-controls .wlb-controls-next {
	right: -30px;
}

.wlb-controls .wlb-controls-next:before {
	content: "\f105";
}

.wlb-controls .wlb-controls-previous:before {
	content: "\f106";
}

.wlb-added {
	position: fixed;
	right: 5px;
	top: 37px;
	border: 1px solid #66BB6A;
	padding: 10px 15px;
	color: #66BB6A;
	font-size: 16px;
	z-index: 999999;
	border-radius: 3px;
	background: #C8E6C9;
	display: none;
}

/*Carousel*/
.wlb-lookbook-carousel {
	position: relative;
}

@keyframes button-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@media (max-width: 1024px) {
	.woo-lookbook-quickview-inner .wlb-product-wrapper {
		width: 85%;
	}

	.wlb-lookbook-gallery .wlb-col-5, .wlb-lookbook-gallery .wlb-col-4, .wlb-lookbook-gallery .wlb-col-3 {
		width: 33.3%;
		padding: 10px;
	}
}

@media (max-width: 768px) {
	.woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-left, .woo-lookbook-quickview-inner .wlb-product-wrapper .wlb-right {
		width: 100%;
	}

	.woo-lookbook-quickview-inner .woocommerce-product-details__short-description {
		display: none;
	}

	.woo-lookbook-quickview-inner .product p, .woo-lookbook-quickview-inner .product h1, .woo-lookbook-quickview-inner .product h2, .woo-lookbook-quickview-inner .product h3, .woo-lookbook-quickview-inner .variations_button, .woo-lookbook-quickview-inner form.cart {
		margin: 2px !important;
		padding: 0 !important;
	}

	.woo-lookbook-quickview .wlb-right .cart button {
		font-size: 0;
	}

	.woo-lookbook-quickview .wlb-right .cart button:before {
		content: "\f108";
		font-family: "woo-lookbook";
		font-size: 12px;
		padding: .6180469716em 1.41575em;
		display: block;
	}

	.woo-lookbook-quickview div.single-product .wlb-product-wrapper form.cart table.variations td, .woo-lookbook-quickview div.single-product .wlb-product-wrapper form.cart table.variations th {
		display: table-cell;
	}

	.wlb-instagram-description {
		display: none;
	}

	.wlb-lookbook-gallery .wlb-col-5, .wlb-lookbook-gallery .wlb-col-4, .wlb-lookbook-gallery .wlb-col-3 {
		width: 50%;
		padding: 5px;
	}

	.woo-lookbook .woo-lookbook-inner .wlb-item.default {
		width: 16px;
		height: 16px;
		font-size: 10px;
		line-height: 15px;
	}

	.woo-lookbook .wlb-speech {
		left: -12px;
	}

	.woo-lookbook .wlb-speech-bubble {
		font-size: 8px;
	}

	.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pulse {
		width: 16px;
		height: 16px;
		line-height: 12px;
		border-width: 2px;
		font-size: 8px;
	}

	.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-dot {
		height: 40px;
		width: 40px;
		top: -12px;
		left: -12px;
	}

	.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pin {
		width: 16px;
		height: 16px;
	}

	.woo-lookbook .woo-lookbook-inner .wlb-item .wlb-pin:after {
		top: 4px;
		left: 4px;
		width: 8px;
		height: 8px;
	}
}

@media (max-width: 420px) {
	.wlb-lookbook-gallery .wlb-col-5, .wlb-lookbook-gallery .wlb-col-4, .wlb-lookbook-gallery .wlb-col-3 {
		width: 100%;
		padding: 10px;
	}

	.woo-lookbook-quickview .wlb-product-short-description {
		display: block;
		max-height: 3em;
		line-height: 1.5em;
		overflow: hidden;
		word-wrap: break-word;
		text-overflow: ellipsis;
	}

	.woo-lookbook-quickview .wlb-product-title a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.5em;
	}
}
