.pro-pic {
	align-items: stretch;
	
}

.pro-pic .left {
	display: flex;
	width: 670px;
	flex: 0 0 auto;
	margin-right: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pro-pic .right {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	margin-left: 10px;
	padding: 20px 30px;
	background-color: #f3f1e8;
	box-sizing: border-box;
}

.big-pic {
	position: relative;
	width: 560px;
	height: auto;
	aspect-ratio: 1/1;
	order: 2
}

.sm-pic {
	position: relative;
	width: 92px;
	height: 560px;
	order: 1
}

.mySwiper2 {
	height: 100%;
	width: 100%;
	margin: 0 !important
}

.mySwiper {
	height: 100%;
	width: 100%;
	margin: 0 !important;
	overflow: hidden !important
}

.mySwiper .swiper-slide {
	width: 100%;
	aspect-ratio: 1/1;
	height: auto;
}
.mySwiper .swiper-slide img{
	transition: all .24s ease;
	filter: brightness(80%) contrast(100%) saturate(100%) blur(0) hue-rotate(0);
	height: auto;
	aspect-ratio: 1/1;
}

.mySwiper .swiper-slide-thumb-active img {
	filter: none
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.swiper-slide1 {
	display: none
}
.right .service-text{
	padding: 0
}
.right .service-text p{
	margin-bottom: 40px;
}
.pro-detail{
	background: #fff;
	padding:50px 110px;
	flex-direction: column;
}
.pro-detail h2{
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-family: brands;
	color: var(--e-global-color-primary );
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
}
.rich-text{
	margin-top:30px ;
}
.rich-text p{
	font-family: pop;
	margin-bottom: 30px;
}
.table-wrap {
    overflow: auto;
    background-color: #f4f4f4;
    padding: 20px;
	font-family: pop;
}
.table-wrap table td {
    border: 1px solid #ccc;
    padding: 15px 30px;
    color: #333;
    font-size: 15px;
}
.table-wrap table td:first-child {
    font-weight: 600;
    border-left: none;
}
.table-wrap table td:last-child {
    border-right: none;	
}

@media (max-width: 420px) {
	.big-pic {
		width:100% !important;
		height:auto;
		aspect-ratio: 1/1;
		order: 1;
	}
	.sm-pic {
		width:100% !important;
		height: 60px;
		order : 2;
		margin-top:10px;
		margin-right:0
	}
	.pro-pic {
		flex-direction: column;
	}
	.pro-pic .left {
	    width: calc(100% - 20px) !important;
	    margin: 0 10px 30px 10px ;
		box-sizing: border-box;
	
	}
	.pro-pic .right{
		margin: 0 10px !important;
	}
	.pro-detail {
		padding: 20px 10px !important
	}
	.heading-breadcrumbs{
		font-size: 14px !important;
	}
	.breadcrumbs-separator{
		margin: 0 10px;
	}
	.wp-section {
		margin: 20px 0;
		padding: 20px 0;
	}

}