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

.vc_jr_product_simple_list_items .owl-item{
	position: relative;
}

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

.vc_jr_product_simple_list_items .owl-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	background: #e9e9e9;
	height: 100%;
	transition:.25s;
}

.vc_jr_product_simple_list_items .owl-item:last-child:after{
	content: none;
}

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

.vc_jr_product_simple_list_item a{
	color: inherit;
}

.vc_jr_product_simple_list_items.owl-carousel .owl-nav button.owl-prev,
.vc_jr_product_simple_list_items.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	color: #0052a0;
	font-size: 25px;
	transition: .25s;
	outline: none;
	background: white;
	height: 100%;
}

.vc_jr_product_simple_list_items div.owl-nav button.disabled {
	color: #edefee!important;
}

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

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

.vc_jr_product_simple_list_item_title {
	text-align: center;
	font-size: 1em;
	margin-top: 1.5em;
	box-sizing: border-box;
	font-weight: bold;
	text-transform: uppercase;
}

.vc_jr_product_simple_list_item_title a{
	display: block;
	padding: 0 20px;
}

.vc_jr_product_simple_list_item {
	width: 100%;
}

.owl-carousel .owl-item .vc_jr_product_simple_list_item_img img {
	display: block;
	max-height: 100%;
	width: auto;
	margin: auto;
}

/*new*/
.vc_jr_product_simple_list_item .product_img {
	position: relative;
}

.vc_jr_product_simple_list_item a.hover_img {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	transition: .25s;
}

.vc_jr_product_simple_list_item .product_img:hover a.hover_img {
	opacity: 1;
	visibility: visible;
}

.vc_jr_product_simple_list_items.owl-carousel .owl-nav button.owl-prev {
	left: 1px;
}

.vc_jr_product_simple_list_items.owl-carousel .owl-nav button.owl-next {
	right: 4px;
}

.vc_jr_product_simple_list_items {
	box-sizing: border-box;
	padding: 0 30px;
}

.vc_jr_product_simple_list_items.owl-carousel .owl-nav button:not(.disabled):hover i {
	opacity: .5;
}

.vc_jr_product_simple_list_items .owl-item {
	position: relative;
}

.vc_jr_product_simple_list_items.owl-carousel .owl-nav button i {
	transition: .25s;
}


/*GRID*/

.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item {
	position: relative;
	width: 25%;
	margin-bottom: 50px;
}

.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_items {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 1024px){

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item {
		width: 33.33%;
	}

}

@media screen and (max-width: 768px){

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item {
		width: 50%;
	}

}

@media screen and (max-width: 480px){

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item {
		width: 100%;
	}

}

/*GRID BORDER*/

@media screen and (min-width: 480px){

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 1px;
		background: #e9e9e9;
	}

}

@media screen and (min-width: 1024px){

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:nth-child(4n):before {
		content: '';
		position: absolute;
		bottom: -25px;
		left: -300%;
		width: 400%;
		height: 1px;
		background: #e9e9e9;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:nth-child(4n):after {
		content: none;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:last-child:after {
		content: none;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:last-child:before {
		content: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px){

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:nth-child(3n):before {
		content: '';
		position: absolute;
		bottom: -25px;
		left: -200%;
		width: 300%;
		height: 1px;
		background: #e9e9e9;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:nth-child(3n):after {
		content: none;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:last-child:after {
		content: none;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:last-child:before {
		content: none;
	}

}

@media screen and (min-width: 480px) and (max-width: 768px){

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:nth-child(2n):before {
		content: '';
		position: absolute;
		bottom: -25px;
		left: -200%;
		width: 300%;
		height: 1px;
		background: #e9e9e9;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:nth-child(2n):after {
		content: none;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:last-child:after {
		content: none;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:last-child:before {
		content: none;
	}

}

@media screen and (max-width: 480px){

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:after {
		content: '';
		position: absolute;
		bottom: -25px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #e9e9e9;
	}

	.vc_jr_product_simple_list.display_mode_1 .vc_jr_product_simple_list_item:last-child:after {
		content: none;
	}

}

