/*OWL CAROUSEL*/

.owl-item {
	transition: .25s;
}

.owl-nav > button {
	width: 30px;
	height: 30px;
	display: block;
	color: #fff!important;
	font-size: 29px!important;
	transition: .25s;
}

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

.owl-nav {
	display: flex;
	/* margin-right: -50px; */
	/* position: relative; */
	/* left: -20px; */
}

span.jr-angle.left {
	position: relative;
	left: 5px;
	display: block;
	width: 20px;
	height: 20px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin: 0;
}

span.jr-angle.right {
	position: relative;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	margin: 0;
}


/*DISPLAY MODE : STRAIS DOWN*/
.vc_lp_carousel.display-stairs_down .owl-nav button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	left: -30px;
	transform: translateY(-105px);
}

.vc_lp_carousel.display-stairs_down button.owl-prev {
	top: -50px;
}

.vc_lp_carousel.display-stairs_down button.owl-next {
	top: 50px;
}

.vc_lp_carousel.display-stairs_down .owl-stage {
	padding-bottom: 210px;
}

.vc_lp_carousel.display-stairs_down .owl-item {
	transform: translateY(-70px);
}

.vc_lp_carousel.display-stairs_down .owl-item.active {
	transform: translateY(0);
}

.vc_lp_carousel.display-stairs_down .owl-item.active + .owl-item.active {
	transform: translateY(70px);
}

.vc_lp_carousel.display-stairs_down .owl-item.active + .owl-item.active + .owl-item.active {
	transform: translateY(140px);
}

.vc_lp_carousel.display-stairs_down .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
	transform: translateY(210px);
}

.vc_lp_carousel.display-stairs_down .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item {
	transform: translateY(280px);
}

/*DISPLAY MODE : STRAIS UP*/
.vc_lp_carousel.display-stairs_up .owl-nav button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	left: -60px;
	transform: translateY(105px);
}

.vc_lp_carousel.display-stairs_up button.owl-prev {
	top: -80px;
}

.vc_lp_carousel.display-stairs_up button.owl-next {
	top: 30px;
}

.vc_lp_carousel.display-stairs_up .owl-stage {
	padding-top: 210px;
}

.vc_lp_carousel.display-stairs_up .owl-item {
	transform: translateY(70px);
}

.vc_lp_carousel.display-stairs_up .owl-item.active {
	transform: translateY(0);
}

.vc_lp_carousel.display-stairs_up .owl-item.active + .owl-item.active {
	transform: translateY(-70px);
}

.vc_lp_carousel.display-stairs_up .owl-item.active + .owl-item.active + .owl-item.active {
	transform: translateY(-140px);
}

.vc_lp_carousel.display-stairs_up .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
	transform: translateY(-210px);
}

.vc_lp_carousel.display-stairs_up .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item {
	transform: translateY(-280px);
}

/*DISPLAY MODE : SHUFFLE*/
.vc_lp_carousel.display-shuffle .owl-stage {
	padding-top: 350px;
}

.vc_lp_carousel.display-shuffle .owl-item.active {
	transform: translateY(-320px);
}

.vc_lp_carousel.display-shuffle .owl-item.active + .owl-item.active {
	transform: translateY(-130px);
}

.vc_lp_carousel.display-shuffle .owl-item.active + .owl-item.active + .owl-item.active {
	transform: translateY(-210px);
}

.vc_lp_carousel.display-shuffle .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
	transform: translateY(-350px);
}

/*CONTENT TYPE : PRODUCT*/

.vc_lp_carousel.type-product .lp-carousel-item {
	padding: 0;
}

.vc_lp_carousel.type-product .lp-carousel-infos {
	padding: 30px;
	text-align: center;
}

.vc_lp_carousel.type-product .lp-carousel-title {
	padding: 0;
	margin-bottom: 15px;
	font-weight: 600;
}

.vc_lp_carousel.type-product .lp-carousel-subtitle {
	margin-bottom: 15px;
}

/**/
.lp-carousel-item {
	background: #fff;
	padding: 20px;
	height: 100%;
}

.lp-carousel-title {
	text-transform: uppercase;
	font-weight: 500;
	color: #1b418a;
	letter-spacing: 2px;
	font-size: 12px;
	margin: 0;
	padding: 40px 20px 20px 20px;
	line-height: 1.5;
	font-weight: 500;
}

.vc_lp_carousel {
	height: 100%;
	min-height: 100%;
}

.lp-carousel-img {
	width: 100%;
	height: 330px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.lp-carousel-btn a {
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 2px;
	font-size: 13px;
}

.lp-carousel-infos {
	/* padding: 40px; */
	/* width: 52%; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	transition: .25s;
}

.vc_lp_carousel.active .lp-carousel-infos {
	padding-bottom: 0;
}

.lp-carousel-subtitle {
	text-transform: uppercase;
	font-weight: 600;
	color: #a0a0a0;
	letter-spacing: 2px;
	line-height: 1.4;
	font-size: 12px;
}

.lp-carousel-description:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #a0a0a0;
	margin: 25px 0;
}

.lp-carousel-description {
	font-weight: 500;
	font-size: 17px;
}

.lp-carousel-description *{
	text-align: left!important;
}

h2.lp-carousel-title {
	margin-top: 0;
	font-family: 'Merriweather', serif;
	text-transform: none;
	font-size: 29px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.lp-carousel-price {
	margin-bottom: 40px;
}

.lp-carousel-inner {
	/* margin-bottom: 15px; */
}

.lp-carousel-price span.mjr-suffix {
	display: none;
}

.lp-carousel-price {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	line-height: normal;
	font-style: italic;
}

.lp-carousel-more-btn {
	position: relative;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #d2d2d2;
	letter-spacing: 1px;
	cursor: pointer;
}

.lp-carousel-btn.vc_post_button {
	margin-bottom: 0px;
}

.lp-carousel-more-btn i {
	position: absolute;
	right: 0;
}

.lp-carousel-more-btn i.fa-chevron-down {
	font-size: 22px;
	transition: .25s;
}

.vc_lp_carousel.active .lp-carousel-more-btn i.fa-chevron-down {
	transform: rotate(180deg);
}

.lp-carousel-more-btn i.fa-spin{
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}

.vc_lp_carousel.loading i.fa-chevron-down {
	opacity: 0;
	visibility: hidden;
}

.vc_lp_carousel.loading i.fa-spin {
	opacity: 1;
	visibility: visible;
}

.lp-carousel-related {
	width: 100%;
	/*height: 250px;*/
	/* height: auto; */
	background: #ffffff;
	margin-bottom: 30px;
	z-index: 100;
}

.lp-carousel-related .owl-nav button {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px!important;
	outline: none;
}

.lp-carousel-related .owl-nav button i {
	font-size: 30px;
}

.lp-carousel-related .owl-nav button span {
	font-size: 40px;
	line-height: normal;
	display: block;
}

.lp-carousel-related .owl-nav button.owl-prev {
	left: 55px;
}

.lp-carousel-related .owl-nav button.owl-next {
	right: 55px;
}

.lp-carousel-related .owl-nav button.disabled {
	color: #d2d2d2;
}

.lp-carousel-related .owl-carousel {
	padding: 40px 130px;
	box-sizing: border-box;
}

.lp-carousel-related .owl-item {
	width: 20%;
}

.lp-carousel-related .owl-stage {
	display: flex;
	margin: auto;
}

.lp-carousel-related .jr_product_item_title {
	border-top: 1px solid #d2d2d2;
}

.lp-carousel-related .jr_product_item_title h2 {
	margin-top: 25px;
}

.lp-carousel-related span.woocommerce-Price-amount.amount {
	color: #000000;
	font-weight: 600;
	font-style: normal!important;
}

.lp-carousel-btn.vc_post_button a {
	border-color: #1b418a;
	color: #1b418a;
}

@media (max-width: 1024px){
	/*@media (max-width: 1440px){*/

		.vc_lp_carousel .owl-stage {
			padding-top: 0;
			display: flex;
		}

		.vc_lp_carousel .owl-item {
			transform: none!important;
			flex: 1;
		}

		h2.lp-carousel-title {
			font-size: 25px;
		}

	}

	@media (max-width: 1024px){

		h2.lp-carousel-title {
			font-size: 22px;
		}

	}

	@media ( max-width: 1024px ){

		.vc_lp_carousel.display-stairs_up .owl-stage,
		.vc_lp_carousel.display-stairs_down .owl-stage,
		.vc_lp_carousel.display-shuffle .owl-stage{
			padding: 0;
		}

		.lp-carousel-item{
			padding: 15px;
		}

		.lp-carousel-title {
			padding: 20px 10px 10px 10px;
			font-size: 12px;
			letter-spacing: 2px;
		}

		.vc_lp_carousel button.owl-dot {
			width: 6px;
			height: 6px;
			background: #fff;
			border-radius: 100%;
			margin: 5px;
			opacity: .4;
			transition: .25s;
		}

		.vc_lp_carousel .owl-dots {
			display: flex;
			justify-content: center;
			margin-top: 15px;
		}

		.vc_lp_carousel button.owl-dot.active {
			opacity: 1;
		}

		.vc_lp_carousel .owl-nav {
			display: block;
		}

		div.vc_lp_carousel .owl-nav button {
			position: absolute;
			top: 0!important;
			bottom: 0!important;
			margin: auto;
			height: 20px!important;
			width: 10px!important;
			font-size: 10px!important;
			transform: none;
			left: auto;
			transform: none!important;
		}

		.vc_lp_carousel .owl-nav button.owl-prev {
			left: -5px;
		}

		span.jr-angle.left {
			width: 11px;
			height: 11px;
			left: 0;
		}

		span.jr-angle.right {
			right: 0;
			width: 11px;
			height: 11px;
		}

		.vc_lp_carousel .owl-nav button.owl-next {
			right: -5px;
			left: auto;
		}

	}
