.lookbooks {
    margin-bottom: 20px;
}
#lookbooks .lb-item {
    position: relative;
}
.lb-product-box {
    position: absolute;
    opacity: 1;
	visibility: visible;
	transition: 0.8s;
	margin-left: -16px;
    margin-top: -16px;
}
.lbci-active, .lbc-active, .lbp-content {
	opacity: 1;
	visibility: visible;
	transition: 1s;
}
.lb-shower {
	cursor: pointer;
}
.lbp-content {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}
.lbc-active .lbp-content {
	opacity: 1;
	visibility: visible;
	transition: 1s;
}
.lbp-content {
    position: absolute;
    top: -60px;
    left: 10px;
}
.leftside .lbp-content {
    left: auto;
    right: 30px;
}
.downside .lbp-content {
    top: auto;
    bottom: -60px;
}
.lb-shower {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
}
.lb-shower > i {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 32px;
}
.circlephone, .circlephone2, .circlephone3{
	border: 1px solid #fff;
    width: 62px;
    transform-origin: center;
    height: 62px;
    top: -15px;
    left: -15px;
    position: absolute;
    border-radius: 100%;
    animation: circle-anim 3s infinite cubic-bezier(0.4, 0, 1, 1);
}
.circlephone2 {
	animation-delay: -1s;
}
.circlephone3 {
	animation-delay: -2s;
}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: 1;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: 0.6;}
  100% {transform: rotate(0deg) scale(1.5) skew(1deg);opacity: 0.1;}
}
.lookbooks area {
	outline: none !important;
} 
.lbp-content .product-thumb .button-group button {
    width: 100%;
}
.lbp-content .product-thumb {
    background: #fff;
    min-width: 190px;
}
.lbp-content .product-thumb .caption {
    min-height: 0;
}