.co-wi-po-img {
	padding: 71px 0 59px;
}

.co-wi-po-img .left {
	float: left;
	overflow: hidden;
	width: 432px;
	margin-right: -30px;
	position: relative;
	margin-bottom: 3em;
	font-size: 0px;
	line-height: 0px;
	opacity: 1;
	transition: opacity 0.25s ease-in-out 0s;
}

.co-wi-po-img .right {
	margin-left: 452px;
	margin-top: auto;
}

.co-wi-po-img .product_title.entry-title {
	font-size: 36px;
	line-height: 1;
	margin-bottom: auto;
	margin-top: auto;
	font-weight: 600;
}

.co-wi-po-img .price {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 15px;
	text-indent: 0;
}

.co-wi-po-img .woocommerce-product-details__short-description p {
	line-height: 1.5em;
	margin-bottom: 1.333em;
}

.co-wi-po-img .cart {
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

.co-wi-po-img .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 100%;
	box-sizing: content-box;
	transition: all 0.2s ease;
	display: inline;
}

.co-wi-po-img .product-gallery__wrapper-widget_1675759875961 {
	margin: 0;
}

.co-wi-po-img .woocommerce-product-gallery__trigger:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: "\f002";
	font-family: fontawesome;
	font-size: 16px;
}

.co-wi-po-img .product-gallery__wrapper {
	margin: 0;
	display: block;
}

.co-wi-po-img .product-gallery__image {
	position: relative;
	overflow: hidden;
}

.co-wi-po-img .wp-post-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.co-wi-po-img .zoomImg {
	position: absolute;
	top: -326.701px;
	left: -627.167px;
	opacity: 0;
	width: 1280px;
	height: 723px;
	border: none;
	max-width: none;
	max-height: none;
}



.co-wi-po-img .woocommerce-product-gallery__trigger:hover {
	color: rgb(217,66,85);
}


@media (max-width:900px){
	.co-wi-po-img .left {
		width: 400px;
	}

	.co-wi-po-img .right {
		margin-left: 415px;
	}
}

@media (max-width:767px){
	.co-wi-po-img {
		padding: 30px 0 30px;
	}

	.co-wi-po-img .left {
		float: none;
		width: 100%;
	}

	.co-wi-po-img .right {
		margin: 0;
		margin-top: 30px;
	}
}