div.type-product .images .owl-theme .owl-nav {
	margin-top: 0px;
	position: absolute;
	top: 45%;
	width: 100%;
}

div.type-product .images .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -30px;
	color: #35a296;
	font-size: 20px;
	margin: 5px;
	padding: 4px 7px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

div.type-product .images .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -30px;
	color: #35a296;
	font-size: 20px;
	margin: 5px;
	padding: 4px 7px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

div.type-product .images .owl-theme .owl-nav .owl-next:hover,
div.type-product .images .owl-theme .owl-nav .owl-prev:hover {
	color: #2d2d2c;
}

div.type-product .images .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #80c8c1;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

div.type-product .images .owl-theme .owl-dots .owl-dot.active span,
div.type-product .images .owl-theme .owl-dots .owl-dot:hover span {
	background: #35a296;
}