.bg-after-before{
	overflow: hidden;
}
.only-m{
	display: none;
}
.pro-img img{
    object-fit: cover;
}
@media(max-width:768px){
	.only-d{
        display: none;
    }
    .background-design{
        overflow: hidden;
    }
	.only-m{
		display: block;
	}

	.custom-layer-1, .custom-layer-2, .custom-layer-3, .custom-layer-4{
		display: none;
	}
	.home-banner-img{
		position: relative;
	}
	#overview{
		padding: 40px;
	}
	#product{
		padding: 40px;
	}
	.product-pa{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.products-area .product-slider{
		flex-basis: 47%;
	}
	.header-text h3{
		font-size: 24px;
		letter-spacing: 4px;
	}
	.product-txt a{
		display: block;
	}
	#footer{
		text-align: center;
	}
	.columns-4-d{
		columns: 3;
	}
	.banner-txt h3{
		font-size: 28px;
	}
	#product{
		padding: 40px 10px;
	}
	#price, #review, #contact, #blog{
		padding: 40px 0;
	}
	.alert-success{
		margin-top: 30px;
	}
}
.banner-img{
	position: relative;
}
.overview{
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}

.color input{
	display: none;
}
.color{
	display: block;
	width: 50px;
	height: 50px;
	background: #c6c6c6;
	border-radius: 8px;
	margin-right: 10px;
}

.color.white{
	background: #fff;
}
.color.black{
	background: #000;
}
.color.blue{
	background: #9acae1;
}
.color.pink{
	background: #e19a9a;
}
.color.purple{
	background: #e19ae1;
}
.color.green{
	background: #9ae19a;
}
.overview .txt{
	position: absolute;
	text-align: left;
}

.pro-img img{
	overflow: visible;

}
@media(min-width:768px){
	#main-image{
		max-height: 470px;
		width: auto;
	}
}
.banner-img{
	text-align: center;
}
.product-gallery .slick-slide img{
	height: 120px;
	width: 120px;
	padding: 10px;
	object-fit: contain;
}
.product-slider h3{
	height: 55px;
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-area{
	justify-content: space-evenly;
}
.banner-img-custom-1{
	border: none;
	border-radius:unset;
}

.home-gallery .item{
	display: flex;
	justify-content: center;
}
.home-gallery img{
	max-height: 400px;
}
@media(min-width:768px){
	.home-gallery .slick-prev{
		left:-35px;
	}
	.home-gallery .slick-next{
		right:-35px;
	}
}
@media(max-width:768px){
	.column-reverse-m{
		flex-direction: column-reverse;
	}
}
.overview{
	min-height: 480px;
}

#overview .filter-image{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
#overview svg{
	width: 80px;
    left: 216px;
    top: 122px;
    position: absolute;
    font-size: 12px;
}
#overview #circlePath{
	opacity: 0;
}
#overview{
	color: #fff;
}