.product_card .productgrid {
	display: grid;
}
.product_card .productgrid .grid-item {
	position: relative;
}
.product_card .grid-item .prd_tag {
	position: absolute; 
	transform: rotate(-45deg);
	top: 20px;
	left: 10px;
	z-index: 1;
}
.product_card .contentbox {
	transition: all 0.2s ease;
	position: relative;
	z-index: 0;
}
.product_card .contentbox img.prd_img {
	object-fit: cover;
	display: inline-block;
}
.prd_2 {
	margin-bottom: 8px;
}
.product_card .grid-item .textcontent .prd_desc,
.product_card .productdetail_popup .popupcontent .flexitem_right.textcontent .tprd_desc,
.product_card .grid-item .textcontent .btn_area a {
	display: inline-block;
}
@media (max-width: 950px) {
	.product_card .productgrid.prd-3,
	.product_card .productgrid.prd-4 {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.product_card .productgrid .grid-item img.prd_img {
		max-height: 100% !important;
		min-height: 100% !important;
	}
}
@media (max-width: 650px) {
	.product_card .productgrid.prd-3,
	.product_card .productgrid.prd-4,
	.product_card .productgrid.prd-2 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}
{# Popup Css #}
.product_card .productdetail_popup.popupopen {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	z-index: 9999; 
	height: auto;
	max-height: 80vh;
	overflow: auto;
	animation: zoomIn 0.5s forwards;
}
@keyframes zoomIn {
	from {
		transform: translate(-50%, -50%) scale(0);
	}
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}
.product_card .productdetail_popup .close_btn a {  
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer !important;
	text-decoration: none;
	z-index: 1;
}
.popupshow::before {
	content: "";
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.8 );
	z-index: 999;
}
.product_card .productdetail_popup .popupcontent .prd_tag {
	position: absolute;
	transform: rotate(-45deg);
	top: 36px;
	left: 25px;
	z-index: 1;
}
.product_card .productdetail_popup .popupcontent .flexitem_right.textcontent .prd_title {
	font-size: 25px;
}
.product_card .productdetail_popup .flexcontent {
	display: flex;
	flex-flow: row wrap;
	flex-direction: row;
}
.product_card .productdetail_popup .popupcontent {
	position: relative;
	width: 100%;
	height: 100%;
}
.product_card .productdetail_popup .popupcontent .flexitem_left.img_content {
	width: 40%;
}
.product_card .productdetail_popup .popupcontent .flexitem_right.textcontent {
	padding-left: 30px;
	width: 60%;
}
.product_card .productdetail_popup .popupcontent ul {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	padding-left: 15px; 
	line-height: 1.6;
}
.product_card .productdetail_popup .popupcontent h1,
.product_card .productdetail_popup .popupcontent h2,
.product_card .productdetail_popup .popupcontent h3,
.product_card .productdetail_popup .popupcontent h4,
.product_card .productdetail_popup .popupcontent h5,
.product_card .productdetail_popup .popupcontent h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
.product_card .productdetail_popup .popupcontent .flexitem_right.textcontent .tprd_desc {
	max-height: 330px;
	overflow-y: auto;
	overflow-x: hidden;
	height: auto; 
	width: 100%; 
}
.product_card .productdetail_popup .popupcontent .flexitem_right.textcontent .tprd_desc::-webkit-scrollbar {
	width: 5px;
}
.product_card .productdetail_popup .popupcontent .flexitem_right.textcontent .tprd_desc::-webkit-scrollbar-track {
	background-color: #ebebeb; 
	border-radius: 10px; 
}
.product_card .productdetail_popup .popupcontent .flexitem_right.textcontent .tprd_desc::-webkit-scrollbar-thumb {
	border-radius: 10px; 
	background: #6d6d6d; 
}
.product_card .productdetail_popup .popupcontent .flexitem_right .btn_area a {
	display: inline-block;
}
.image-menu {
	z-index: 99;
}
.product_card .productdetail_popup .popupcontent .flexitem_left.img_content img {
	padding: 20px;
}
@media (max-width: 1024px) {
	.product_card .productdetail_popup.popupopen {
		max-width: 100% !important;
		min-width: 100% !important;
		padding: 0 20px;
		top: 60%;
	}
}
@media (max-width: 768px) {
	.product_card .productdetail_popup .flexcontent {
		flex-direction: column;
	}
	.product_card .productdetail_popup .popupcontent .flexitem_left.img_content {
		width: 100%;
		margin-bottom: 20px;
	}
	.product_card .productdetail_popup .popupcontent .flexitem_left.img_content img {
		max-width: 100% !important;
		min-width: auto !important;
	}
	.product_card .productdetail_popup .popupcontent .flexitem_right.textcontent {
		padding-left: 0px;
		width: 100%;
	}
	.product_card .productdetail_popup .popupcontent {
		height: calc(100vh - 80px);
		overflow-y: auto;
	}
	.product_card .productdetail_popup .popupcontent .flexitem_right.textcontent .tprd_desc {
		max-height: 100%;
		overflow: hidden;
	}
	.product_card .productdetail_popup .popupcontent .flexitem_left.img_content {
		background-position: inherit !important;
	}
	.product_card .productdetail_popup .popupcontent .flexitem_left.img_content img {
		padding: 10px !important;
	}
}
.product_card a,
.product_card a:hover,
.product_card a:focus {
	text-decoration: none;
}
*, :after, :before {
	box-sizing: border-box;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
}