a.vc_jr_related_product_item_link {
	text-align: center;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	text-transform: uppercase;
}

.vc_jr_related_product_items .owl-item{
	display:flex;
	flex:1 0 auto;
}

.vc_jr_related_product_items .owl-stage{
	display:flex;
}

.vc_jr_related_product_items .owl-item:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #dfdfdf;
	height: 1px;
	transition:.25s
}

.vc_jr_related_product_items .owl-item:hover:after {
	background-color: #0052a0;
}

.vc_jr_related_product_item a {
	padding: 20px;
	display: block;
	height: 100%;
	box-sizing: border-box;
}

.vc_jr_related_product_items .owl-nav {
	text-align: right;
}

.vc_jr_related_product_items.owl-carousel .owl-nav button.owl-prev,
.vc_jr_related_product_items.owl-carousel .owl-nav button.owl-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #bfbfbf;
	color: #fff;
	font-size: 25px;
	transition: .25s;
	outline: none;
}

.vc_jr_related_product_items .owl-nav button.disabled {
	opacity: .5;
}

.vc_jr_related_product_items button.owl-prev {
	margin-right: 2px;
}

.vc_jr_related_product_item_img {
	height: 80%;
	text-align: center;
}

.vc_jr_related_product_item_title {
	height: 20%;
	padding-top: 25px;
	box-sizing: border-box;
}

.vc_jr_related_product_item {
	width: 100%;
	height: 300px;
}
.owl-carousel .owl-item .vc_jr_related_product_item_img img {
	display: block;
	max-height: 100%;
	width: auto;
	margin: auto;
}