.product-info-image{
	width: 60%;
}
.product-info-des{
	width: 40%;
}
.product_more{
	width: 60%;
}
.product-extra-info{
	width: 40%;
	padding-left: 3rem;
}
.panel-body .mobile-title{
    display: none;	
}
@media (min-width: 992px) {
	.swiper-pagination{
		display: none;
	}
}
@media (max-width: 992px) {
	.product-info-image{
		width: 100%;
	}
	.slide-list .swiper-slide img{
		width: 100%;
	}
	.product-info-des{
		width: 100%;
		padding-left: 0px;
	}
	.thumb-container{
		display: none;
	}
	.product_more{
		width: 100%;
	}
	.product-extra-info{
		width: 100%!important;
		padding-left: 0rem;
	}
	.product_more .product_feature .panel-body{
		display: none;
	}
	.product_info .slide-list {
	    height: auto;
	}
	.panel-body .mobile-title{
		display: flex;
		justify-content: space-between;
		color: #f50;
		padding: 10px 0px;
	}
	.panel-body .mobile-title h2{
		color: #f50;
	}
	.product_more .product_feature.active .panel-body{
	    display: block;
	    height: 100%;
	    left: 0;
	    margin: 0;
	    overflow-y: auto;
	    position: fixed;
	    scroll-behavior: smooth;
	    top: 0;
	    width: 100%;
	    z-index: 1030;
		background-color: #FFF;
		max-height:100%;
	}
	.crumbs-nav{display:none}
	
}