.custom-btn-1{
	padding: 0 15px;
	font-size: 13px !important;
}
.post-wrap.style3 article .title-post h2{
	font-size: 16px;
	line-height: 1.25;
}
.column-count-3-d{
	column-count:3;
}
@media(max-width: 768px){
	.column-count-3-d{
		column-count: 1;
	}
}
.flexslider .flex-control-thumbs li{
	width: calc(100% / 4 - 27px);
}
.flexslider .flex-control-thumbs li img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.product-content-custom .product{
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
}
.product-content.product-content-custom .product .product-item{
	float: unset;
}
.lity{
	z-index: 9999;
}
.mfp-bg{
	z-index: 99996;
}
.mfp-wrap{
	z-index: 99997;
}
.float-wp{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 30px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 34px;
    z-index: 101;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.float-wp:hover{
	background-color: #25d366;
	color: #fff;
}
.salon-detail .cat-img{
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.salon-detail .cat-img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
    content: "";
}
.salon-detail .cat-img img{
    aspect-ratio: 16/11;
    object-fit: cover;
    transition: 0.5s;
}
.salon-detail .cat-img:hover img{
    transform: scale(1.05);
}
.salon-detail .cat-img .after:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
}
.salon-detail .cat-img a:not(.after){
    opacity: 1;
    transition: none;
}
.salon-detail .cat-img:hover a:not(.after){
    opacity: 0;
}
.salon-detail .cat-img h4{
    position: absolute;
    margin: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90%;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 3px;
    line-height: 30px;
    text-align: left;
    top: 25%;
    color: #fff;
}