.fancybox-wrap.lookbook-model .fancybox-outer {
	padding: 0;
}
.fancybox-wrap.lookbook-model .fancybox-inner {
	overflow: hidden !important;
}
/*
.fancybox-content.lookbook-model {
	height: 100%;
	font-size: 0;
	letter-spacing: 0;
	background-color: #f1f1f1;
}*/
.single-lookbook {
	height: 100%;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}
.single-lookbook .lookbook-section,
.single-lookbook .products-section {
	display: inline-block;
	vertical-align: top;
}
.single-lookbook .lookbook-section {
/*	width: 450px;*/
	width: 52%;
	height: 100%;
}
.single-lookbook .lookbook-section img {
	width: 100%;
}
.single-lookbook .products-section {
/*	width: 420px;*/
	width: 48%;
	height: 100%;
	padding: 45px 29px;
	overflow: auto;
}
.products-section .lookbook-product {
	width: 355px;
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 45px;
}
.products-section .lookbook-product:last-child {
	margin-bottom: 0;
}
.products-section .lbp-left-content,
.products-section .lbp-right-content {
	display: inline-block;
	vertical-align: top;
}
.products-section .lookbook-product-image {
	width: 105px;
	margin-right: 20px;
}
.products-section .lookbook-product-image img {
	width: 100%;
}
.products-section .lbp-right-content {
	width: 230px;
}
.lookbook-product-info {
	margin-bottom: 17px;
}
.lookbook-product-info .lookbook-product-name,
.lookbook-product-info .lookbook-product-brand {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
}
.lookbook-product-info .lookbook-product-brand {
	margin-right: 5px;
}
.lookbook-product-info .lookbook-product-prices-wrapper {
	font-size: 12px;
}
.lookbook-product-prices-wrapper .price {
	color: #000;
	font-weight: 700;
}
.lookbook-product-prices-wrapper .promo-price {
	margin-right: 5px;
	color: #bd1e2d;
	font-weight: 700;
}
.lookbook-product-prices-wrapper .old-price {
	margin-right: 5px;
	color: #6d6e71;
	text-decoration: line-through;
}
.lookbook-product-prices-wrapper .promo-percent {
	color: #bd1e2d;
	font-weight: 700;
}
.order-form .configurable-option {
	margin-bottom: 11px;
}
.order-form .configurable-option .help-inline {
	display: none;
	margin-top: 2px;
}
.order-form .configurable-attribute {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 35px;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.order-form .configurable-attribute:hover {
	border-color: #000;
	cursor: pointer;
}