
.product-slider .owl-nav button[type=button] {
	font-size: 30px;
	position: absolute;
	left: -1px;
	top: 25%;
	color: #171717;
	opacity: 0.3;
	display:none;
}

.product-slider .owl-nav button[type=button].owl-next {
	left: auto;
	right: -1px;
	color: #171717;
	opacity: 1;
	display:none;
}

.product-slider .owl-dots {
	text-align: center;
	margin-top: 27px;
}

.product-slider .owl-dots button {
	width: 6px;
	height: 6px;
	background: #172d56;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product-slider .owl-dots button:last-child {
	margin-right: 0;
}

.product-slider .owl-dots button.active {
	width: 30px;
	background: #00abc7;
	border-radius: 50px;
}

.product-item{ background:#ffffff}
.product-item .pi-pic img {
	min-width: 100%;
}

.product-item  { 
}

.product-item .pi-text h5{
	text-align: center;
	padding-top: 26px; 
	color:#343434;
	text-decoration:none; 
	font-size:18px; font-weight:600;
}

