.lookbooks {
    margin-bottom: 20px;
}
#lookbooks .lb-item, .lb-item, .lookbooks  {
    position: relative;
}
.lb-item {
    margin: 20px;
}
.lb-item img {
    width: 100%;
    border-radius: 28px;
}
.lbp-content .button-group {
    display: none;
}
.lb-product-box {
    position: absolute;
    /*opacity: 0;
	visibility: hidden;*/
	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: 46px;
}
.leftside .lbp-content {
    left: auto;
    right: 36px;
}
.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 {
    background: #bdbdbd9c;
    min-width: 190px;
    backdrop-filter: blur(6px);
    color: #fff;
}
.lbp-content .product-thumb h4 a {
    color:#fff;
    font-weight: 600;
}


.lbp-content .product-thumb .caption {
    min-height: 0;
}