.vc_lp_product {
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	display: flex;
}

.lp-product-img {
	width: 48%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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

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

.vc_lp_product.active .lp-product-infos {
	padding-bottom: 0;
}

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

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

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

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

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

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

.lp-product-inner {
	margin-bottom: 15px;
}

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

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

.lp-product-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-product-btn.vc_post_button {
	margin-bottom: 0px;
}

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

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

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

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

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

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

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

.lp-product-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-product-related .owl-nav button i {
	font-size: 30px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1440px){

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

}

/*@media (min-width: 1024px) and (max-width: 1280px){

	.vc_lp_product {
		flex-direction: column;
	}

	.lp-product-img {
		width: 100%;
		height: 350px;
	}

	.lp-product-infos {
		width: 100%;
		flex: auto;
	}

	.lp-product-description {
		font-size: 15px;
	}

	h2.lp-product-title {
		font-size: 20px;
	}

	.lp-product-subtitle {
		font-size: 11px;
	}

}*/

@media (max-width: 1024px){

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

}

@media (max-width: 768px){

	section.lp-products .wpb_column {
		padding: 0!important;
	}

	.vc_lp_product {
		display: block;
	}

	.lp-product-img {
		width: 100%;
		height: 180px;
		padding-top: 56.25%;
		padding-top: 66%;
		height: auto;
	}

	.lp-product-infos {
		width: 100%;
		padding: 25px;
	}

	.lp-products > .vc_row {
		padding: 0 25px;
	}

	h2.lp-product-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	h2.lp-product-title br {
		display: none;
	}

	.lp-product-subtitle {
		font-size: 8px;
	}

	.lp-product-description:before {
		margin: 10px 0;
	}

	.lp-product-description {
		font-size: 13px;
		line-height: normal;
		text-align: left!important;
	}

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

	.lp-product-price {
		font-size: 18px;
	}

	.lp-product-btn a {
		font-size: 8px;
		padding: 15px 20px;
	}

	.lp-product-more-btn {
		font-size: 8px;
		padding: 15px 0;
	}

	.lp-product-related .owl-carousel {
		padding: 30px 40px;
		padding-top: 0;
	}

	.lp-product-related .owl-nav button.owl-prev {
		left: 0;
	}

	.lp-product-related .owl-nav button.owl-next {
		right: 0;
	}

	section.lp-products .wpb_column.active {
		margin-bottom: 30px!important;
	}

	.lp-product-related {
		margin-bottom: 0;
	}

	.vc_lp_product.active .lp-product-infos {
		padding-bottom: 25px;
	}

	.lp-product-related .jr_product_item_title a {
		padding: 0;
	}

	.lp-product-related .jr_product_item_title h2 {
		font-size: 8px;
	}

	.lp-product-related .material_name, .lp-product-related .color_name {
		font-size: inherit;
	}

	.lp-product-related  a.price-link {
		font-size: 10px;
	}

}