.product_banner_section {
	background-color: #F3F3F3;
}
.product-content-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}
.product-image-wrapper {
	height: 300px;
	overflow-y: hidden;
	overflow-x: clip;
	display: flex;
	justify-content: end;
}

.prod_summary {
	padding: 79px 0;
}

.woocommerce-product-gallery {
	width: 100% !important;
	background-color: var(--white);
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 30px 0px rgba(25, 25, 25, 0.06);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4em 0;
	position: relative;
}
.product-heading {
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
.product-heading span {
	font-size: 22px;
	font-weight: bold;
	color: var(--black);
	font-family: var(--font-Barlow-Condensed);
	text-transform: uppercase;
}
.prod_short_description h2,
.product-subheading {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-family: var(--font-Barlow);
	text-align: left;
	color: #000000;
	margin-bottom: 9px;
}
.prod_short_description p {
	font-family: var(--font-Barlow);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 35px;
}
.item-label {
	font-family: var(--font-Barlow);
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	margin-bottom: 9px;
}
.item-value {
	font-family: var(--font-Barlow);
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
}
.product-details-wrap {
	padding-left: 2em;
}
.additional_info ul {
	list-style-type: disc;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-position: inside;
	padding-left: 0;
	margin-top: 19px;
	margin-bottom: 28px;
}
.additional_info ul li {
	font-family: var(--font-Barlow);
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
}
.buy-now-btn {
	width: 200px;
	background-color: var(--orange-bg);
	border-radius: 48px;
	border: none;
	display: flex;
	justify-content: center;
	gap: 15px;
}
.buy-now-btn span {
	font-family: var(--font-Barlow);
	font-weight: 700;
	font-size: 15px;
	line-height: 51px;
	color: var(--white);
}
.buy-now-btn img {
	width: 15.15px;
}
.view-product-wrap {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 25, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4em 0;
  position: relative;

}

.prod-mango-ginger {
  padding: 79px 0;
}

.zoom-icon {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.zoom_image {
	overflow: hidden;
	cursor: default;
}
.zoom_image.zoom_mode_active {
	cursor: zoom-in;
}

.product_tab {
	padding-bottom: 120px;
}
.product_tab .wc-tabs {
	display: flex;
	justify-content: center;
	gap: 25px;
}
.product_tab .wc-tabs li {
	background: #f5f5f5 !important;
	color: #161616 !important;
}
.product_tab .wc-tabs li.active {
	background: #76A713 !important;
	color: #fff !important;
}
.product_tab .wc-tabs li a {
	font-family: var(--font-Lora);
	font-weight: 700;
	font-size: 18px;
	list-style: 42px;
}
.woocommerce div.product .product_tab ul.tabs li::before,
.woocommerce div.product .product_tab ul.tabs li::after {
	box-shadow: none !important;
}
.product_tab .wc-tab {
	font-family: var(--font-Barlow);
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #383838;
	padding-top: 2em;
}

@media (max-width: 991px) {
	.product_banner_section {
		padding-top: 2em;
	}
	.product-image-wrapper {
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 575px) {
	.product-image-wrapper img {
		width: 100%;
		height: fit-content;
	}
	.product-image-wrapper {
		height:fit-content;
		overflow-y: hidden;
		overflow-x: clip;
		display: flex;
		justify-content: end;
	}
}