.pro_dc_prc{
	color: #388e3c;
	padding-top: 2px;
	text-align: center;
	font-size: 14px;
	margin: 0px;
}
.pro_dctnm{
	margin-bottom: 0px;
	font-size: 14px;
	//font-weight: 600;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: black;
	font-family: Karla;
}
.owl-pagination{
	display:none;
}
.mx_ig{
	max-width: 119%;
    height: 99px;
}
#owl-demo .item{
	display: block;
	//padding: 30px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	padding: 0px 8px;
}

.owl-theme .owl-buttons i{
	margin-top: 2px;
	font-weight: 600;
}

/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0px;
	top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -0px;
    top: 50%;
    transform: translateY(-50%);
}