.ihn4-product-set{
	padding: 22px 0 50px;
	background-color: #dcebf0;
	margin-bottom: 35px;
}
.ihn4-product-set-title{
	color: #006072;
}
.ihn4-product-set-title h2{
	background-color: #6bbec6;
}
.ihn4-product-set-card{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.ihn4-product-set-card-container{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 100%;
}

.ihn4-product-set-img{
	max-width: 100%;
	width: 180px;
	margin-bottom: 25px;
}
.ihn4-product-set-btn{
	display: block;
	border: none;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	cursor: pointer;
	background-color: #006072;
	white-space: nowrap;
}
.ihn4-product-set-btn:hover,
a.ihn4-product-set-btn:hover{
	background-color: #afe2e3;
	border-color: #afe2e3;
	color: #006072;
}
.ihn4-product-set-price{
	width: 100%;
	margin-top: 22px;
	color: #006072;
	font-size: 22px;
}
.ihn4-product-set-price span{
	display: block;
	margin-bottom: 5px;
	color: #333;
	font-size: 18px;
	text-decoration: line-through;
}
.ihn4-product-set-title{
	display: flex;
	flex-flow: row wrap;
	padding: 0 22px 22px;

	justify-content: center;
	text-align: center;
}

.ihn4-product-set-title h2{
	display: flex;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 60px;
	width: auto;

	margin-bottom: 30px;
}
.ihn4-product-set-title h2,
.ihn4-product-set-title h3{
	font-size: 30px;
}
.ihn4-product-set-title h2 i {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #dcebf0;
}
.ihn4-product-set-title h2 i.top {
	top: -10px;
}
.ihn4-product-set-title h2 i.bottom {
	bottom: -10px;
}
.ihn4-product-set-title h2 i.left {
	left: -10px;
}
.ihn4-product-set-title h2 i.right {
	right: -10px;
}

.ihn4-product-set-product{
	flex: 0 0 100%;
	width: 100%;
}
.ihn4-product-set-product-img{
	display: flex;
	height: 170px;
	background: #ffffff;
	align-items: center;
}
.ihn4-product-set-product-img img{
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	width: auto!important;
}
.ihn4-product-set-product-text{
	display: flex;
	flex-flow: row wrap;

	justify-content: center;
	text-align: center;
	padding-top: 20px;
}
.ihn4-product-set-product-counter{
	display: inline-block;
	background-color: #006072;
	color: #afe2e3;
	padding: 4px 12px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
}
.ihn4-product-set-product-text h3{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.4Em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 6px;
	color: #006072;
}
.ihn4-product-set-product-text a:hover{
	color: #afe2e3;
}
.ihn4-product-set-product-text span{
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 12px;
	line-height: 1.4Em;
}
.ihn4-product-set-products .owl-nav div {
	position: absolute;
	top: 85px;
	transform: translatey(-50%);
	left: -15px;
	font-size: 45px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.ihn4-product-set-products:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.ihn4-product-set-products .owl-nav div:hover{
	color: #006072;
}
.ihn4-product-set-products .owl-nav div.owl-next{
	right: -15px;
	left: auto;
}

@media (max-width: 768px) {
	.ihn4-product-set-block{
		width: 100% !important;
	}
	.ihn4-product-set-block:first-child{
		margin-bottom: 25px;
	}
	.ihn4-product-set-title h2,
	.ihn4-product-set-title h3{
		font-size: 20px;
	}
}