/* Lookbook group page */
.lb-title {
  width: 100%; 
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  max-width: 420px;
  text-align: center;
}
.lookbook-title {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline;
  padding: 10px 15px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  opacity: 0;
}
.lookbook-group .baked-head {
  margin-top: 0px;
  margin-bottom: 50px;
}
.lookbookdetail .baked-head {
  margin-top: 0px;
  margin-bottom: 35px;
}
.lookbookgroup li img{
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.lookbookgroup li:hover img{
	opacity:0.2;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.lookbookgroup li:hover .lookbook-title{
	background: #fff;
	color: #000;
	border-color: #000;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	opacity: 1
}

.lookbookgroup li:hover {
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
 
}

/* Lookbook page */

#module-bakedlookbook-detail li .quick-view {
    color: #fff;
    z-index: 100 !important;
    border: 0px;
    padding: 0px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
    background: none !important;
}
#module-bakedlookbook-detail li .quick-view:hover {
    background: none;
    color: #007d8e;
    -webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.showcase-plus-anchor {
    opacity: 1;
    position: absolute;
    z-index: 9999;
}
.showcase-plus-anchor:after {
	content: "\f055";
	font-family: "FontAwesome"
}
.showcase-tooltips {position: absolute; top:0; height: 100%; width: 100%}
#lookbook li {float: left; /* width: 50% */}
#lookbook .lb-container {position: relative}
#lookbook li img {padding:15px; width: 100%}