.pl_add_rgt_0{
	padding-right:0px;
}
.pro_dc_prc{
	color: #388e3c;
	padding-top: 2px;
	text-align: center;
	font-size: 14px;
	margin: 0px;
}
.pro_dctnm{
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: black;
}
.owl-pagination{
	display:none;
}
.mx_ig {
    /* max-height: 100%; */
    height: 107px;
    width: 100%;
    object-fit: contain;
}
#owl-demo .item{
	display: block;
	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: 3px 14px;
}

.owl-theme .owl-buttons i{
	margin-top: 2px;
}

/*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: -21px;
	top: 56px; 
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    left: -21px;
    top: 56px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.3);
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -21px;
	top: 56px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover{
	right: -21px;
	top: 56px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,.3);
}
.owl-theme .owl-controls .owl-buttons .disabled{
    opacity: 1;
    cursor: default;
	display:block;
}
@media (max-width:768px)
{
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: -32px;
		top: 56px;
		display:block;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: -32px;
		top: 56px;
		display:block;
	}
}