.product-lines {
	/* padding: 3rem 0; */
	position: relative;
}
.product-lines__title {
	position: relative;
}
.product-lines__card {
	background: white;
	padding: 0 0 20px;
	position: relative;
}
.product-lines__card__title {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0;
	bottom: 20px;
}
.product-lines__card h3 {
	font-size: 2.5rem;
	margin-bottom: 0;
}
.product-lines__card__image_bg {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-top: 150%;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.product-lines__card__image_float {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

.product-lines__card__overlay {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.product-lines__card__overlay__opacity {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
}

.product-lines__card__overlay__title {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	z-index: 3;
}
.product-lines__card__overlay__title h3,
.product-lines__card__overlay__title h4 {
	color: white;
}
.product-lines__card__overlay__close_button {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 32px;
	z-index: 5;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.product-lines__card__overlay__close_button:before,
.product-lines__card__overlay__close_button:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #ffffff;
}

.product-lines__card__overlay__close_button:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.product-lines__card__overlay__close_button:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.product-lines__card__overlay__close_button:hover {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.product-lines__card__overlay ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
}

.product-lines__card__overlay ul li a {
	text-decoration: none !important;
	display: block;
}
.product-lines__card__overlay ul li a h5 {
	color: white;
	font-size: 1.6rem;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.product-lines__card__overlay ul li a:hover h5 {
	font-size: 1.7rem;
	padding: 10px 0;
}

.product-lines__card.active .product-lines__card__overlay {
	visibility: visible;
	top: 0;
	opacity: 1;
}

.product-lines__card:hover:not(.active) .product-lines__card__image_bg {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.product-lines__card:hover:not(.active) .product-lines__card__image_float {
	bottom: -20px;
	-webkit-transform: translateX(-50%) scale(1.05);
	-moz-transform: translateX(-50%) scale(1.05);
	-ms-transform: translateX(-50%) scale(1.05);
	-o-transform: translateX(-50%) scale(1.05);
	transform: translateX(-50%) scale(1.05);
}

.product-lines__card button {
	margin: 3rem 0 1rem;
}

.product-lines__card button:focus,
.product-lines__card button:active,
.product-lines__card button:focus-within {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.product-lines__card button:hover {
	background-color: transparent;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.product-lines .owl-just-theme .owl-nav button {
	position: absolute;
	padding: 0;
}
.product-lines .owl-just-theme .owl-nav button.disabled {
	display: none;
}

.product-lines .owl-just-theme .owl-nav button span {
	background: white;
	display: block;
	line-height: 32px;
	padding: 10px;
	width: 40px;
	height: 50px;
	font-size: 1rem;
}

.product-lines .owl-just-theme .owl-nav .owl-prev {
	left: -15px;
}

.product-lines .owl-just-theme .owl-nav .owl-next {
	right: -15px;
}
.product-lines .revealed .owl-nav {
	display: none;
}

@media screen and (min-width: 767px) {
	.product-lines__card .swissed {
		opacity: 0;
		-webkit-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.product-lines__card button:hover + .swissed {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.product-lines {
		padding: 0 15px;
	}
}

@media screen and (max-height: 736px) {
	.product-lines__card__image_bg {
		padding-top: 125%;
	}
	.product-lines__card__overlay ul {
		top: 50%;
		transform: translateY(-40%);
	}
	.product-lines__card__overlay ul li a {
		padding: 0.2rem 0 !important;
	}
}