﻿HTML, HTML * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

HTML {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
	background-color: black;
	overflow: hidden;
}

BODY {
	overflow: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	font-family: NewsPlantinMT;
}

FORM {
	margin: 0;
	position: relative;
	padding: 0;
	width: 100%;
	min-width: 100%;
	height: 100%;
	border: none;
	vertical-align: top;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	scroll-padding-top: 4rem;
}

.wrapall {
	min-height: 100%;
	height: 100%;
	min-width: 310px;
}


TABLE {
	border-collapse: collapse;
	border-width: 0px;
}

TD {
	padding: 0px;
}

IMG {
	border-collapse: collapse;
	border: 0px;
}

h2 {
	font-size: 1.5em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.05em;
	text-transform: uppercase;
}

/* Common */

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.col2 {
	width: 44%;
	display: inline-block;
	margin-left: 2.5%;
	margin-right: 2.5%;
	vertical-align: top;
}

.loader24 {
	background-image: url(../images/loading-24.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: none;
	vertical-align: bottom;
}

.loaderSubmit {
	position: relative;
	left: 50px;
	top: 0px;
	display: none;
}

.icon {
	opacity: 0.7;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	color: transparent;
	text-decoration: none;
}

.notouch .icon:hover {
	opacity: 1;
}

.only {
	display: none;
}

.off .only.off,
.on .only.on {
	display: inline-block
}

.ellipsis:after {
	content: "▼";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 300;
}

.ellipsis:hover:after {
	display: none;
}

.vline {
	height: 1em;
	border-left: 1px solid #808080;
	width: 1px;
	overflow: hidden;
	display: inline-block;
}

/* Basic Forms */

	.basicForm input[type="text"],
	.basicForm textarea {
		background-color: black;
		width: 100%;
		border: 1px solid #575757;
		color: white;
		padding: 1em;
		font-family: bariol_regular;
	}


		.basicForm input[type="text"].error,
		.basicForm textarea.error {
			background-color: #252525;
			border: 1px solid white;
		}

	.basicForm textarea {
		height: 10em;
	}

	.basicForm p {
		margin-bottom: 2em;
	}

	.basicForm .btnBig {
		background-color: #464647;
		color: white;
		border-radius: 5px;
		padding: 0.5em 2.5em;
		font-family: bariol_regular;
		text-transform: uppercase;
		border: none;
		cursor: pointer;
	}

	.basicForm .errorBlock {
		background-color: #252525;
		color: white;
		padding: 1em;
		width: 100%;
		margin-bottom: 2em;
		display: none;
	}

/* Journey Doors */

.divJourneyWrap {
	width: 100%;
	position: relative;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 100vh;
    width: 100%;
}


.divJourneyDoor {
	width: 100%;
	float: left;
	position: relative;
	opacity: 0;
	overflow: hidden;
	display: block;
	width: 100%;
}

	.divJourneyDoor img {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-size: 100% 100%;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all ease 0.3s;
		cursor: pointer;
		object-fit: cover;
	}

.notouch .divJourneyDoor img:hover {
	width: 105%;
	height: 105%;
	left: -2.5%;
	top: -2.5%;
}

.wrapall.tiles .newFooter .footer {
		position: static;
}

.wrapall.tiles .newFooter .footer .copyright {
	bottom: 20px;
}

@media screen and (max-width: 768px) {
	.wrapall.tiles {
		height: auto;
	}

	.wrapall.tiles .newFooter .footer {
		position: sticky;
		top: calc(100% - 44px);
	}
}


@media screen and (max-width: 768px) {
	.divJourneyWrap {
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		height: 100%;
	}

	.divJourneyDoor {
		overflow:visible;
	}

	.divJourneyDoor img {
		position: relative;
		height: auto;
	}

	.notouch .divJourneyDoor img:hover {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}


}

/* Menu */

.menuBar {
	position: absolute;
	z-index: 700;
	top: 0px;
	left: 0;
	right: 0px;
	height: 45px;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.75);
}


	.menuBar .menuLogo {
		height: 20px;
		width: 124px;
		background-image: url(../images/avestan-logo.svg);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 13px;
		left: 15px;
	}

	.menuBar .menuSprite {
		height: 20px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		margin-right: 20px;
		margin-left: 5px;
		margin-top: 12px;
		opacity: 0.5;
	}

		.notouch .menuBar .menuSprite:hover,
		.menuBar .menuSprite.on {
			opacity: 1;
		}


		.menuBar .menuSprite.menuMap {
			background-image: url(../images/icon-map.svg);
			width: 22px;
		}

		.menuBar .menuSprite.menuGrid {
			background-image: url(../images/icon-tiles.svg);
			width: 22px;
		}

		.menuBar .menuSprite.menuProducts {
			background-image: url(../images/icon-bottle.svg);
			width: 10px;
		}

		.menuBar .menuSprite.menuAbout {
			background-image: url(../images/icon-about.svg);
			width: 14px;
		}


	.menuBar .vline {
		height: 20px;
		border-left: 1px solid #808080;
		opacity: 0.5;
		width: 1px;
		overflow: visible;
		display: inline-block;
		margin-right: 14px;
		position: relative;
		top: -5px;
	}

@media (max-width:400px) {
	.menuBar {
		padding-right: 10px;
	}

		.menuBar .menuSprite {
			margin-right: 5px;
		}


		.menuBar .vline {
			margin-right: 5px;
		}
}

/* Product */

.wrapall.fragrance form {
	display:flex;
	flex-direction: column;
}

.wrapall.fragrance .wrapProduct {
	flex: 1;
	height: auto;
}

.wrapall.fragrance .wrapInquire {
	position: absolute;
}

.wrapall.fragrance .footer {
	position: relative;
}

.wrapall.fragrance #content {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.wrapProduct {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 0.1;
	background-color: #f9f8f0;
}


	.wrapProduct .corner {
		width: 75px;
		height: 75px;
		position: absolute;
		background-size: 100vw;
		background-position: bottom left;
		background-repeat: no-repeat;
		bottom: 0;
		left: 0;
		z-index: 10;
		text-transform: none;
		color: transparent;
	}

		.wrapProduct .corner:after {
			content: "";
			background-image: url(../images/corner1.png);
			position: absolute;
			width: 100%;
			height: 100%;
			background-size: 100%;
			background-position: top left;
			background-repeat: no-repeat;
			top: 0;
			left: 0;
		}

	.wrapProduct .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 120px 15px 0;
		overflow: auto;
	}

	.wrapProduct .products {
		display: flex;
		flex-direction: row;
		max-width: 75rem;
		width: 100%;
	}

	.wrapProduct .product {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		margin-bottom: 80px;
		align-items: center;
	}

	.wrapProduct .product-image {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: center;
		max-height: 425px;
		height: 100%;
		margin-bottom: 90px;
		width: 100%;
	}

	.wrapProduct .product-image img {
		max-width: 208px;
		width: 100%;
		height: auto;
	}

	.wrapProduct .product-info {
		display: none;
		flex-direction: column;
		align-items: center;
	}

	.wrapProduct .product-info span {
		display: flex;
		flex-direction: column;
		text-align: center;
		font-family: NewsPlantinMT;
		margin-bottom: 1rem;
	}

	.wrapProduct .product-info .btnInfo {
		width: 20px;
		height: auto;
		margin-bottom: 24px;
	}

	.wrapProduct .product-label {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		max-width: 501px;
	}

	.wrapProduct .product-label img {
		width: 100%;
		height: auto;
	}

	.wrapProduct .product.perfume .product-label img {
		max-width: 356px;
	}

	.wrapProduct .imgProduct {
		width: 460px;
		height: 460px;
		right: 60%;
		margin-right: 30px;
		top: 55%;
		margin-top: -320px;
		background-color: #f9f8f0;
		background-position: right bottom;
		position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.wrapProduct #divNote {
		top: 77%;
		width: 100%;
		text-align: center;
		font-family: bariol_regular;
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		padding-bottom: 7rem;
	}

		.wrapProduct #divNote #email1 {
			color: black!important;
			text-decoration:none!important;
		}

	.wrapProduct .cellLabel {
		width: 50%;
		display: block;
		position: absolute;
		left: 45%;
		text-align: left;
		top: 56%;
		margin-top: -325px;
	}

	.wrapProduct .divLabel {
		width: 500px;
		height: 308px;
		margin-left: 30px;
		background-color: white;
		background-position: right bottom;
		position: absolute;
		-webkit-box-shadow: 3px 3px 15px 1px rgba(0,0,0,0.25);
		-moz-box-shadow: 3px 3px 15px 1px rgba(0,0,0,0.25);
		box-shadow: 3px 3px 15px 1px rgba(0,0,0,0.25);
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-image: url(../images/avestan-label.jpg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.wrapProduct .imgLabel {
		width: 100%;
	}

	.wrapProduct .labelContent {
		position: relative;
		width: 100%;
		height: 100%;
		font-family: bariol_regular;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		display: inline-block;
		text-align: left;
	}

		.wrapProduct .labelContent .box1 {
			width: 60%;
			height: 20%;
			border-bottom: 2px solid black;
			display: block;
			float: left;
			padding-bottom: 1em;
			padding-right: 1em;
		}

		.wrapProduct .labelContent .box2 {
			width: 38%;
			height: 20%;
			border-bottom: 2px solid black;
			border-left: 2px solid black;
			display: block;
			float: left;
			padding-left: 1em;
		}

		.wrapProduct .labelContent .box3 {
			width: 100%;
			height: 15%;
			border-bottom: 2px solid black;
			display: block;
			clear: both;
			padding-top: 1em;
			position: relative;
		}

			.wrapProduct .labelContent .box3 .btnAddToCart {
				position: absolute;
				right: 0em;
				font-size: 1.35em;
				top: 50%;
				margin-top: -1em;
				background-color: #575757;
				color: white;
				padding: 0.25em 0.5em 0.35em 0.5em !important;
				text-decoration: none;
			}


		.wrapProduct .labelContent .box4 {
			width: 100%;
			height: 35%;
			border-bottom: 2px solid black;
			display: block;
			clear: both;
			padding-bottom: 1em;
			padding-top: 1em;
			position: relative;
		}

		.wrapProduct .labelContent .box5 {
			width: 60%;
			height: 20%;
			border-bottom: 2px solid black;
			display: block;
			float: left;
		}

		.wrapProduct .labelContent .box6 {
			width: 38%;
			height: 20%;
			border-bottom: 2px solid black;
			border-left: 2px solid black;
			display: block;
			float: left;
		}

		.wrapProduct .labelContent .box7 {
			width: 38%;
			height: 10%;
			border-right: 2px solid black;
			display: block;
			float: left;
		}

		.wrapProduct .labelContent .box8 {
			width: 60%;
			height: 10%;
			display: block;
			float: left;
		}


		.wrapProduct .labelContent .barcode {
			font-family: Code39AzaleaFont;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
		}


		.wrapProduct .labelContent .labMadeIn {
			font-size: 1em;
			padding-top: 1em;
			white-space: nowrap;
			overflow: hidden;
			width: 100%;
		}

			.wrapProduct .labelContent .labMadeIn .EUAdress {
				text-decoration: underline;
			}

.bold {
	font-weight: bold;
	font-family: bariol_bold,bariol_regular,sans-serif;
}


.wrapProduct .labelContent .imgLogo {
	background-image: url(../images/avestan-logo-02.svg);
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	width: 90%;
	margin-left: 10%;
	height: 100%;
}

.wrapProduct .labelContent .imgExpiry,
.wrapProduct .labelContent .imgRecycle {
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5%;
	height: 100%;
	width: 20%;
}

.wrapProduct .labelContent .imgRecycle {
	background-image: url(../images/icon-recycle.svg);
}

.wrapProduct .labelContent .imgExpiry {
	background-image: url(../images/icon-expiry.svg);
}

.wrapProduct .labelContent .labJourneyName {
	display: block;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1em;
	font-family: bariol_bold,bariol_regular,sans-serif;
}

.wrapProduct .labelContent .labProdName {
	display: block;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1em;
	margin-top: 0.2em;
}

.wrapProduct .labelContent .labIngredients {
	display: block;
	height: 10em;
	font-size: 1.2em;
	-webkit-line-clamp: 3;
	height: 9em;
	overflow: hidden;
	padding-right: 1em;
	position: absolute;
	left: 0;
	top: 1em;
}

.wrapProduct .labelContent .labIngredients:hover {
	z-index: 300;
	background-color: rgba(255, 255, 255, 0.9);
	height: auto;
	padding-bottom: 1em;
}

.wrapProduct .labelContent .labFootNote {
	display: block;
	font-size: 1.25em;
	line-height: 1.5em;
	padding-right: 1em;
}

.wrapProduct .labelContent .labVolume1 {
	display: block;
	font-size: 2.7em;
	width: 100%;
	text-align: right;
	padding-top: 0.4em;
}

.wrapProduct .labelContent .labVolume2 {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 1.2em;
}

.wrapProduct[data-product-type='PACK4'] .labelContent .labVolume1 {
	font-size: 2em;
}

.wrapProduct .labelContent .labJourneyDesc {
	display: block;
	font-size: 1.1em;
}


.wrapProduct .labelContent .imgBarCode {
	width: 100%;
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.wrapProduct .divFooter {
	height: 190px;
	border-top: 2px solid black;
	width: 100%;
	height: 190px;
	bottom: 0px;
	left: 0px;
	padding-left: 100px;
	padding-right: 100px;
	position: absolute;
	text-align: center;
	padding-top: 20px;
	background-color: rgba(249, 248, 240, 0.90)
}

	.wrapProduct .divFooter .imgProductThm {
		width: 65px;
		height: 140px;
		margin-left: 40px;
		margin-right: 40px;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: top;
	}



.nav {
	font-family: bariol_regular;
	font-size: 14px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

.notouch .nav:hover {
	color: black;
}

.nav.left:before {
	content: "";
	position: absolute;
	left: -40px;
	top: 51px;
	background-image: url(../images/arrow-left.png);
	width: 21px;
	height: 38px;
}

.nav.right:before {
	content: "";
	position: absolute;
	right: -40px;
	top: 51px;
	background-image: url(../images/arrow-right.png);
	width: 21px;
	height: 38px;
}

.wrapProduct .divFooter .nav {
	line-height: 140px;
	height: 140px;
	display: inline-block;
	vertical-align: central;
}

.wrapProduct .divFooter .navMoreJourneys {
	margin-left: 40px;
}

.wrapProduct .divFooter .navMoreProducts {
	margin-right: 40px;
	text-transform: uppercase;
}

.wrapProduct .productName {
	display: none;
}

.wrapProduct .divBack {
	display: none
}

.email-wrapper #message {
	font-family: "bariol_regular";;
}

@media screen and (max-width: 768px)
{

	.wrapProduct .content {
		padding: 120px 15px 80px;
	}

	.wrapProduct .products {
		flex-direction: column;
	}

	.wrapProduct .product {
		margin-bottom: 0;
	}

	.wrapProduct .product-image {
		margin-bottom: 20px;
	}

	.wrapProduct .product-info {
		display: flex;
	}

	.product .perfume {
		margin-top: -75px;
		margin-bottom: 60px ;
	}

	.wrapProduct #divNote {
		padding-bottom: 0;
	}
}

.wrapall.fragrance .newFooter .footer {
	position: static;
}

.wrapall.fragrance .newFooter .footer .copyright {
	bottom: 20px;
}

.wrapall.fragrance form {
	height: calc(100vh - 44px);
	height: auto;
}

@media screen and (max-width: 768px) {
	.wrapall.fragrance {
		height: auto;
	}

	.wrapall.fragrance form {
		height: auto;
	}
}

/*Legal*/

.copyBlock {
	line-height: 1.5em;
	color: white;
	font-family: "bariol_regular";
	font-size: 14px;
}

.legalWrap {
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-bottom: 50px;
}

@media (max-width:850px) {

	.legalWrap {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Map */

.wrapMap {
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	height: 100%;
	display: block;
	position: relative;
	display: none;
	background-image: url(../images/world68b3.svg?ver=1);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

	.wrapMap:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em; /* Adjusts for spacing */
	}

	.wrapMap .mapFlags {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		max-height: 100%;
	}

		.wrapMap .mapFlags:before {
			content: "";
			display: block;
			padding-top: 68.75%; /* display ratio 16:11 */
		}


	.wrapMap .wrapMapFlag {
		position: absolute;
		background-color: transparent;
		display: inline-block;
		text-decoration: none;
		color: transparent;
		overflow: visible;
		width: 20px;
		height: 20px;
		font-family: bariol_regular;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		display: none;
	}

		.wrapMap .wrapMapFlag .wrapMarker {
			width: 16px;
			height: 16px;
			border: 2px;
			border-radius: 50%;
			border: 3px solid #fbfbfb;
			position: absolute;
			top: 2px;
			left: 2px;
			opacity: 0.8;
		}

			.wrapMap .wrapMapFlag.wrapMarker:hover {
				opacity: 1;
			}

		.wrapMap .wrapMapFlag .lblName,
		.wrapMap .wrapMapFlag .lblCoordenates {
			display: inline-block;
			position: absolute;
			text-align: right;
			right: 100%;
			bottom: 100%;
			transition: opacity 0.5s ease-out;
			white-space: nowrap;
			color: #f9f8f0;
		}

		.wrapMap .wrapMapFlag .lblCoordenates {
			margin-bottom: 1.2em;
		}

		.wrapMap .wrapMapFlag.right .lblName,
		.wrapMap .wrapMapFlag.right .lblCoordenates {
			text-align: left;
			left: 33px;
		}

		.wrapMap .wrapMapFlag.bottom .lblName {
			margin-top: 1.2em;
			top: 18px;
		}

		.wrapMap .wrapMapFlag.bottom .lblCoordenates {
			margin-bottom: 0;
			top: 18px;
		}

		.wrapMap .wrapMapFlag.center .lblName,
		.wrapMap .wrapMapFlag.center .lblCoordenates {
			bottom: -10px;
			right: 33px;
		}

		.wrapMap .wrapMapFlag .wrapMarker:hover ~ .lblName,
		.wrapMap .wrapMapFlag .wrapMarker:hover ~ .lblCoordenates {
			opacity: 1;
		}

@media screen and (max-width:768px) {
	.wrapMap .wrapMapFlag.right .lblName,
		.wrapMap .wrapMapFlag.right .lblCoordenates {
			left: 16px;
		}
}


@media (max-width:600px) {

	.wrapMap {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		background-size: 150%;
		overflow: hidden;
		vertical-align: middle;
	}

		.wrapMap .mapFlags {
			width: 150%;
			display: inline-block;
			vertical-align: middle;
			left: -25%;
			max-height: 150%;
			max-width: 10000px;
			position: absolute;
			top: 50%;
		}

		.wrapMap .wrapMapFlag .wrapMarker {
			width: 12px;
			height: 12px;
			top: 2px;
			left: 2px;
			opacity: 0.8;
		}
}

@media (max-width:400px) {
	.wrapMap .wrapMapFlag .wrapMarker {
		width: 8px;
		height: 8px;
		border-width: 1px;
		top: 2px;
		left: 2px;
		opacity: 0.8;
	}
}


/* Journey */

.wrapJourney {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-color: black;
	opacity: 0.1;
	z-index: 50;
	overflow: hidden;
}

	.wrapJourney #cover {
		width: 100%;
		height: 100%;
		background-color: black;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 110;
		text-align: center;
		display: table;
	}

		.wrapJourney #cover .lblCoverBlurb {
			color: #f9f8f0;
			padding-left: 20%;
			padding-right: 20%;
			display: table-cell;
			vertical-align: middle;
			font-family: bariol_regular;
			font-size: 20px;
		}

	.wrapJourney .imgJourney {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.wrapJourney #imgVignette {
		position: absolute;
		width: 400px;
		height: 200px;
		bottom: 0;
		right: 0;
		z-index: 55;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-image: url(../images/vignette68b3.png?ver=1);
	}

	.wrapJourney .vidJourney {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 50;
		background-color: transparent;
		background-size: cover;
		display: none;
	}

	.journey .wrapAudioPlayer {
		right: 60px;
		bottom: 16px;
	}


@media (min-aspect-ratio: 16/9) {
	.wrapJourney .vidJourney {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16/9) {
	.wrapJourney .vidJourney {
		width: 300%;
		left: -100%;
	}
}

.wrapJourney #mobileControls {
	position: absolute;
	width: 100%;
	padding-left: 20px;
	bottom: 20px;
	left: 0;
	z-index: 100;
	cursor: pointer;
	font-family: bariol_bold;
	font-style: normal;
	font-weight: normal;
	color: black;
	white-space: nowrap;
	display: none;
}

.wrapJourney #btnPlay,
.wrapJourney #btnSkipMobile {
	width: auto;
	padding: 5px 10px;
	display: inline-block;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
	white-space: nowrap;
	margin-right: 20px;
}

.wrapJourney #btnSkipMobile {
	background-color: rgba(100,100,100, 0.8);
}

.wrapJourney #menuBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	padding-top: 23px;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
	text-align: center;
	overflow: visible;
}

.wrapJourney #bottomHotSpot {
	height: 20px;
	top: -20px;
	width: 100%;
	position: absolute;
}


.wrapJourney #menuBottom #track {
	position: absolute;
	width: 40%;
	height: 1px;
	left: 30%;
	top: 44px;
	overflow: visible;
	background-color: #C0C0C0;
}

.wrapJourney #menuBottom #trackHostspot {
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	height: 10px;
	cursor: pointer;
}

.wrapJourney #menuBottom #cursor {
	position: absolute;
	width: 4px;
	height: 10px;
	background-color: #C0C0C0;
	top: -5px;
	cursor: pointer;
}

.wrapJourney #menuBottom #btnTrack {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -5px;
	left: -20px;
	background-image: url(../images/sprite-btn-play.svg);
	background-size: 200% 100%;
	background-position: left top;
	cursor: pointer;
}

.wrapJourney #menuBottom #btnSkip {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -5px;
	right: -20px;
	background-image: url(../images/btn-cancel.svg);
	background-size: 100% 100%;
	background-position: center center;
	cursor: pointer;
}

.wrapJourney #menuBottom #track.pause #btnTrack {
	background-position: right top;
}



.wrapJourney #menuSide {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	z-index: 50;
	text-align: center;
	overflow: hidden;
	padding-top: 60px;
	color: white;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	transition: height ease 1000ms;
}

	.wrapJourney #menuSide:before {
		content: "";
		position: absolute;
		z-index: 30;
		top: 0;
		left: 0;
		right: 0;
		bottom: 60px;
		background-color: rgba(0, 0, 0, 0.75);
		display: block;
	}

	.wrapJourney #menuSide #sideViewport {
		position: absolute;
		overflow: hidden;
		z-index: 40;
		top: 120px;
		left: 0;
		right: 0;
		bottom: 0px;
		width: 100%;
	}

	.wrapJourney #menuSide .wrapProductList {
		position: relative;
	}

	.wrapJourney #menuSide.off {
		height: 130px;
	}

	.wrapJourney #menuSide .lblJourneyName {
		line-height: 5em;
		cursor: pointer;
		width: 100%;
		position: relative;
		overflow: visible;
		font-family: bariol_regular;
		font-size: 14px;
		z-index: 300;
	}

	.wrapJourney #menuSide .iconStatus {
		height: 20px;
		width: 20px;
		display: block;
		background-repeat: no-repeat;
		position: absolute;
		left: 10px;
		top: 62px;
		font-size: 1em;
		margin-top: -0.5em;
		font-family: Verdana;
		cursor: pointer;
		z-index: 301;
	}

		.wrapJourney #menuSide .iconStatus:before {
			content: "―";
			display: block;
			width: 100%;
			height: 100%;
			cursor: pointer;
		}

	.wrapJourney #menuSide.off .iconStatus:before {
		content: "+";
	}


	.wrapJourney #menuSide .btnUp,
	.wrapJourney #menuSide .btnDown {
		width: 100%;
		height: 60px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px;
		position: absolute;
		left: 0;
		z-index: 50;
		cursor: pointer;
	}

		.wrapJourney #menuSide.off .btnUp,
		.wrapJourney #menuSide.off .btnDown,
		.wrapJourney #menuSide .btnUp.off,
		.wrapJourney #menuSide .btnDown.off {
			background-image: none;
			pointer-events: none;
		}

		.wrapJourney #menuSide .btnDown.off {
			z-index: 30;
		}


	.wrapJourney #menuSide .btnUp {
		background-image: url(../images/icon-up.svg);
		top: 34px;
	}

	.wrapJourney #menuSide .btnDown {
		background-image: url(../images/icon-down.svg);
		bottom: 0px;
		background-color: rgba(0, 0, 0, 0.75);
	}

	.wrapJourney #menuSide .productCell {
		display: block;
		padding-bottom: 1em;
		padding-top: 1em;
		font-size: inherit;
		text-decoration: none;
		color: inherit;
		width: 100%;
		margin: auto;
		text-align: center;
	}

		.wrapJourney #menuSide .productCell .prodImage {
			width: 60px;
			display: block;
			margin: auto;
			padding-bottom: 1.2em;
		}

		.wrapJourney #menuSide .productCell .prodName {
			display: none;
		}

.wrapJourney .btnNextJourney {
	background-image: url(../images/icon-next.svg);
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 110;
}

.wrapJourney .iconCycle {
	background-image: url(../images/icon-cycle.svg);
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	right: 70px;
	z-index: 400;
	cursor: pointer;
	display: inline-block;
	color: transparent;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}

	.wrapJourney .iconCycle.on {
		-webkit-animation-play-state: running;
		-moz-animation-play-state: running;
		animation-play-state: running;
	}


@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Audio Player */

.wrapAudioPlayer {
	z-index: 110;
	width: 40px;
	height: 28px;
	overflow: visible;
	visibility: hidden;
	/* position: absolute; */
	right: 16px;
	bottom: 8px;
}

	.wrapAudioPlayer .icoAudio {
		position: relative;
		/* right: 0; */
		opacity: 0.6;
		width: inherit;
		height: inherit;
		font-size: 1px;
		cursor: pointer;
		white-space: nowrap;
		position: absolute;
		/* bottom: 10px;
		right: 20px; */
		opacity: 0.6;
		z-index: 1;
	}

		.wrapAudioPlayer .icoAudio:before {
			content: "";
			height: 100%;
			width: 1px;
			white-space: nowrap;
			display: inline-block;
			line-height: 100%;
		}


		.wrapAudioPlayer .icoAudio div {
			display: inline-block;
			line-height: 100%;
			vertical-align: bottom;
			background-color: white;
			width: 4px;
			border-radius: 1px 1px 0px 0px;
			margin-right: 10%;
			transition-property: opacity, height;
			transition-timing-function: ease-out;
			cursor: pointer;
			bottom: 0;
		}

.notouch .wrapAudioPlayer .icoAudio:hover {
	opacity: 0.9;
}

.wrapAudioPlayer.neg .icoAudio div {
	background-color: black;
}

.wrapAudioPlayer .icoAudio.off {
	opacity: 0.5;
}

/* Intro */

#wrapIntro {
	width: 100%;
	height: 100%;
	background-image: url(../images/intro.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 45em;
	font-size: 1.2vw;
	display: none;
}

	#wrapIntro #divCopy {
		display: none;
		width: 100%;
		position: absolute;
		top: 6em;
		left: 25%;
		width: 50%;
		text-align: center;
		font-size: 1.2vw;
		line-height: 1.2em;
		font-family: 'Arimo', sans-serif;
		text-align: justify;
	}

		#wrapIntro #divCopy p {
			font-size: inherit;
			line-height: inherit;
		}

@media (max-width:1150px) {
	#wrapIntro #divCopy {
		font-size: 14px;
		width: 570px;
		left: 50%;
		margin-left: -285px;
	}

	#wrapIntro {
		min-height: 580px;
	}
}

@media (max-width:650px) {
	#wrapIntro #divCopy {
		width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		top: 20px;
		left: 0;
		margin-left: 0;
		font-size: 12px;
	}


	#wrapIntro {
		min-height: 520px;
	}
}

@media (max-width:430px) {
	#wrapIntro #divCopy {
		font-size: 10px;
	}
}


/* About */

#wrapAbout {
	background-image: url(../images/bt-large68b3.jpg?ver=1);
	background-position: left center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.1;
}

	#wrapAbout #imgAbout {
		display: none;
	}

	#wrapAbout #divCopy {
		position: absolute;
		margin-top: 60px;
		top: 5%;
		right: 5%;
		width: 50%;
		height: auto;
		background-color: rgba(0, 0, 0, 0.75);
		color: white;
		font-family: bariol_regular;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 1.2em;
		letter-spacing: 0.01em;
		padding: 2em 3em;
		opacity: 0.1;
	}


	#wrapAbout #signature {
		text-align: right;
		position: relative;
		padding-top: 5.5em;
	}

		#wrapAbout #signature::after {
			content: "";
			background-image: url(../images/bt-signature.png);
			background-position: left center;
			background-size: contain;
			background-repeat: no-repeat;
			width: 4.4em;
			height: 10.20em; /*(w*2.32)*/
			display: inline-block;
			bottom: -1em;
			right: 0.5em;
			position: absolute;
		}

@media screen and (max-width: 768px) {

	.wrapall.about {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.wrapall.about .mainForm {
		display: flex;
		flex-direction: column;
	}

	#wrapAbout {
		flex: 1;
		margin-bottom: 2rem;
		height: auto;
	}

	.wrapall.about .wrapInquire {
		position: relative;
		bottom: 0;
	}

	.wrapall.about #content {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	
}

@media screen and (min-width: 700px) and (max-width: 768px) {
	.wrapall.about .wrapInquire {
		position: absolute;
	}
}


@media (min-width:1800px) {
	#wrapAbout #divCopy {
		font-size: 18px;
	}
}

@media (max-width:1080px) {
	#wrapAbout {
		background-position-x: 70%;
	}

		#wrapAbout #divCopy {
			font-size: 12px;
			width: 55%;
		}
}


@media (max-width:768px) {
	#wrapAbout {
		position: relative;
		height: auto;
		overflow: visible;
		padding-top: 0;
		background: none;
	}

		#wrapAbout #imgAbout {
			width: 100%;
			display: block;
		}

		#wrapAbout #divCopy {
			position: relative;
			font-size: 13px;
			background-color: #030202;
			top: 0;
			left: auto;
			right: auto;
			padding-bottom: 50px;
			width: 100%;
			margin: 0;
		}
}



/* Product Scroll */

#wrapProductScroll {
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	text-wrap: none;
	white-space: nowrap;
	height: 150px;
	position: relative;
	opacity: 0;
}

	#wrapProductScroll #btnLeft,
	#wrapProductScroll #btnRight {
		display: inline-block;
		width: 80px;
		height: 130px;
		background-position: center center;
		background-size: 32px 58px;
		background-repeat: no-repeat;
		cursor: pointer;
		transition: opacity linear 200ms;
		position: absolute;
		top: 0;
	}

		#wrapProductScroll #btnLeft.off,
		#wrapProductScroll #btnRight.off {
			opacity: 0;
			cursor: default;
		}

	#wrapProductScroll #btnLeft {
		background-image: url(../images/arrow-left.png);
		left: 0;
	}

	#wrapProductScroll #btnRight {
		background-image: url(../images/arrow-right.png);
		right: 0;
	}



	#wrapProductScroll #viewport {
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: inline-block;
		position: relative;
	}

	#wrapProductScroll .track {
		text-wrap: none;
		white-space: nowrap;
		position: absolute;
		left: 0px;
		top: 0px;
		font-size: 0;
	}


	#wrapProductScroll .productCell {
		display: inline-block;
		font-size: 12px;
		text-decoration: none;
		color: black;
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		height: 150px;
		text-align: center;
	}

		#wrapProductScroll .productCell .prodImage {
			display: block;
			height: 120px;
			width: auto;
			margin: auto;
			padding-bottom: 1.2em;
		}

		#wrapProductScroll .productCell .prodName {
			font-family: bariol_regular, sans-serif, Arial;
			font-style: normal;
			font-weight: normal;
			white-space: nowrap;
		}

@media (max-width:600px) {
	#wrapProductScroll .productCell .prodImage {
		height: 80px;
	}

	#wrapProductScroll .productCell {
		height: 100px;
	}

	#wrapProductScroll {
		height: 100px;
		padding-left: 60px;
		padding-right: 60px;
	}

		#wrapProductScroll #btnLeft, #wrapProductScroll #btnRight {
			height: 40px;
			width: 55px;
			background-size: contain;
		}
}

/* Inquiry */

.wrapInquire {
	position: absolute;
	z-index: 300;
	width: 100%;
	opacity: 0.8;
	height: auto;
	bottom: 0;
	font-size: 30px;
}

	.wrapInquire .footer {
		position: absolute;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		bottom: 0;
		min-height: 44px;
		width: 100%;
		background-color: #000;
		padding: 0 78px 0 16px;
	}

	.wrapInquire .footer .wrapfooter {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.wrapInquire #content {
		overflow: hidden;
		height: 0;
		position: relative;
		background-color: #eae6d7;
	}

	.wrapInquire .inquire,
	.wrapInquire .terms,
	.wrapInquire .privacy {
		display: inline-block;
		font-family: bariol_regular;
		color: #B0B0B0;
		font-size: 14px;
		text-decoration: none;
		padding: 0 10px;
	}

	.wrapInquire .inquire {
		text-decoration: underline;
		text-decoration-color: #F9F8F0;
	}


	.wrapInquire #btnShowInquire {
		position: relative;
		font-family: bariol_regular;
		color: white;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		margin-right: auto;
	}

	.wrapInquire #copyLeft {
		font-family: NewsPlantinMT;
		font-size: 1em;
		color: black;
		line-height: 1.2em;
		position: absolute;
		bottom: 3em;
		left: 2em;
		width: 10em;
		border-right: 1px solid black;
	}

	.wrapInquire #copyRight {
		font-family: bariol_regular;
		color: black;
		line-height: 1.2em;
		white-space: nowrap;
		position: relative;
		left: auto;
		margin-top: 1em;
		bottom: auto;
		left: 1.8em;
		font-size: 0.6em;
		white-space: pre-line;
		width: auto;
	}

	.wrapInquire #btnCloseInquire {
		font-family: bariol_regular;
		font-size: 30px;
		width: 12px;
		height: 12px;
		right: 10px;
		top: 0px;
		position: absolute;
		cursor: pointer;
	}

	.wrapInquire #hideHotSpot {
		position: absolute;
		height: 100%;
		bottom: 100%;
		width: 100%;
		z-index: 300;
		color: transparent;
		cursor: pointer;
	}

	.wrapInquire.off #hideHotSpot {
		display: none;
	}

@media screen and (max-width: 768px) {
	.wrapInquire #btnShowInquire {
		margin-right: initial;
	}

	.wrapInquire .footer .wrapfooter {
		justify-content: flex-start;
		padding: 5px 0;
	}

	.wrapInquire .wrapfooter > div,
	.wrapInquire .wrapfooter> a {
		margin-bottom: 5px;
	}
}

/* New Footer */

.newFooter {
	position: relative;
}

.newFooter a,
.newFooter span {
	font-family: bariol_regular;
    color: #B0B0B0;
    font-size: 14px;
    text-decoration: none;
}

.newFooter .wrapper {
	padding: 180px 16px 80px 16px;
	max-width: 875px;
	margin-left: auto;
}

.newFooter .footer-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.newFooter .footer-column a {
    text-decoration: none;
}

.newFooter .footer-column a {
	display: block;
	text-decoration: none;
}

.newFooter .footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 44px ;
	position: absolute;
	top:-44px;
	background-color: #000;
}

.newFooter .footer .copyright {
	font-size: 10px;
	color: #646360;
	margin-right: 16px;
}

.newFooter .footer .wrapAudioPlayer {
	margin-right: 16px;
}

.newFooter .footer .inquire {
	margin: 0 auto 0 16px;
	cursor: pointer ;
	text-decoration: underline;
}

@media (max-width: 1024px) {

	.newFooter .wrapper {
		margin-left: 0;
		padding-top: 100px;
	}

    .newFooter .footer-column {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {

	.newFooter .wrapper {
		margin-left: 0;
		padding-top: 100px;
		padding-bottom: 68px;
	}

    .newFooter .footer-column {
        grid-template-columns: repeat(2, 1fr);
    }

	.newFooter .footer .copyright {
		position: absolute;
		bottom: -275px;
		left: 16px;
	}
}

/* New popup */

#content {
	overflow: hidden;
	height: auto;
	width: 100%;
	position: absolute;
	background-color: #eae6d7;
	bottom: 0;
}


/* Categories */

body.page-categories {
	background-color: #f9f8f0;
}

#wrapCategories {
	background-color: #f9f8f0;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 100px;
	opacity: 0.1;
}

	#wrapCategories #catHeader {
		width: 76%;
		margin-left: 12%;
		height: 10%;
		top: 20%;
		position: relative;
		z-index: 300;
	}

	#wrapCategories #cellInfo {
		display: inline-block;
		float: left;
		text-align: left;
		line-height: 0px;
	}

	#wrapCategories .lblCategoryName {
		font-family: bariol_regular;
		font-size: 0.30em;
		line-height: 1em;
		display: block;
	}


	#wrapCategories .lblVolume {
		font-family: bariol_regular;
		font-size: 0.14em;
		line-height: 2em;
		display: block;
	}

	#wrapCategories .lblContent ul {
		font-family: bariol_regular;
		font-size: 0.14em;
		line-height: 2em;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1.5em;
		list-style-position: inside;
		text-align: left;
		position: absolute;
		top: 0;
	}


	#wrapCategories .cellNav {
		display: inline-block;
		float: right;
		text-align: right;
		line-height: 0px;
		overflow: visible;
		width: auto;
		white-space: nowrap;
		vertical-align: top;
		font-size: 0.40em;
		line-height: 0.40em;
		position: relative;
		top: -10px;
	}

		#wrapCategories .cellNav .cat {
			height: 100%;
			display: inline-block;
			vertical-align: bottom;
			margin-left: 0.1em;
			cursor: pointer;
		}

		#wrapCategories .cellNav .cat {
			opacity: 0.5;
		}

			.notouch #wrapCategories .cellNav .cat:hover,
			#wrapCategories .cellNav .cat.on {
				opacity: 1;
			}

		#wrapCategories .cellNav .vline {
			border-left-color: #C7C5BD;
			border-left-width: 2px;
			height: 0.6em;
			vertical-align: bottom;
			margin-left: 0.4em;
			margin-right: 0.3em;
		}

	#wrapCategories .arrow {
		height: 0.5em;
		width: 12%;
		display: block;
		position: absolute;
		top: 50%;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
	}

		#wrapCategories .arrow.left {
			left: 0;
			background-image: url(../images/arrow-left.png);
		}

		#wrapCategories .arrow.right {
			right: 0;
			background-image: url(../images/arrow-right.png);
		}

	#wrapCategories #viewport {
		position: absolute;
		left: 12%;
		right: 12%;
		top: 20%;
		margin-top: 0.55em;
		height: 60%;
		width: 76%;
		overflow: visible;
		z-index: 400;
	}


	#wrapCategories .track {
		position: absolute;
		left: 0px;
		top: 0;
		width: auto;
		height: 100%;
		white-space: nowrap;
		width: 300%;
	}

		#wrapCategories .track .cell {
			width: 33.3%;
			height: 100%;
			display: inline-block;
			/* float:left; */
			position: absolute;
			left: 0;
			top: 0;
		}

			#wrapCategories .track .cell.multi {
				overflow: hidden;
			}

				#wrapCategories .track .cell.multi .cell {
					display: block;
					width: 100%;
				}


	#wrapCategories .sublinks {
		font-size: 0.15em;
		font-family: bariol_regular;
		cursor: pointer;
		position: relative;
		z-index: 500;
	}

		#wrapCategories .sublinks .link,
		#wrapCategories .sublinks .link:hover
		#wrapCategories .sublinks .link:hover.on {
			margin-bottom: 0.5em;
			float: left;
			height: 1em;
			line-height: 1em;
		}

			#wrapCategories .sublinks .link:first-child {
				margin-left: 0;
			}

			#wrapCategories .sublinks .link:after {
				content: "|";
				font-family: bariol_regular !important;
				margin-left: 1em;
				margin-right: 1em;
			}

			#wrapCategories .sublinks .link:last-child:after {
				display: none;
			}

			.notouch #wrapCategories .sublinks .link:hover,
			#wrapCategories .sublinks .link.on {
				font-family: bariol_bold;
			}

.wrapCategoryCell {
	white-space: normal;
	text-align: center;
	position: relative;
}

	.wrapCategoryCell .products {
		width: auto;
		text-align: left;
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		white-space: normal;
	}

	.wrapCategoryCell .imgProduct {
		width: 16.5%;
		height: 50%;
		margin-top: 2.5%;
		margin-bottom: 2.5%;
		display: inline-block;
		position: relative;
		padding-top: 0.2em;
		float: left;
		color: transparent;
	}

		.wrapCategoryCell .imgProduct .img {
			width: 100%;
			height: 100%;
			/* margin-bottom:2.5%; */
			display: inline-block;
			background-position: center center;
			background-size: contain;
			background-repeat: no-repeat;
			color: transparent;
			position: relative;
			display: block;
			margin-left: auto;
			margin-right: auto;
			color: transparent;
		}

	.wrapCategoryCell .lblJourney {
		display: block;
		height: 1em;
		font-size: 10px;
		position: absolute;
		top: 50%;
		width: 100%;
		left: 0;
		right: 0;
		text-align: center;
		text-transform: uppercase;
		color: black;
		text-decoration: none;
		font-family: bariol_regular;
	}

	.wrapCategoryCell[data-category-key='YAZ'] .lblJourney {
		padding-top: 34%;
	}

	.wrapCategoryCell[data-category-key='PACK4'] .products {
		padding-top: 100px;
	}

	.wrapCategoryCell[data-category-key='PACK4'] .lblJourney {
		position: relative;
		top: auto;
		margin-top: 1em;
	}


	.wrapCategoryCell[data-category-key='PACK4'] .imgProduct {
		width: 40%;
		min-height: 40%;
		padding-bottom: 20px;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 0;
		margin-bottom: 0%;
	}

	.wrapCategoryCell[data-category-key='PACK4'] .img {
		width: 80%;
		height: 1px;
		padding-top: 40%;
	}


	.wrapCategoryCell[data-category-key='CANDLE'] .imgProduct {
		width: 25%;
		padding-left: 2%;
		padding-right: 2%;
	}




	.wrapCategoryCell[data-category-key='PAPERFRAGRANCE'] .imgProduct {
		width: 100%;
		height: 70%;
		margin-top: 7%;
		margin-bottom: 0%;
	}

@media screen and (min-width:700px) {
	.wrapCategoryCell[data-category-key='YAZ'] .products {
		width: 50%;
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		right: 0;
	}

		.wrapCategoryCell[data-category-key='YAZ'] .products:before {
			content: "";
			width: 100%;
			position: absolute;
			left: -100%;
			top: 0;
			bottom: 0;
			right: 0;
			background-size: 70%;
			background-position: center;
			background-repeat: no-repeat;
			background-image: url(../images/products/large/A-Violin-Atelier-Candle-200g.jpg);
		}
}

.wrapCategoryCell[data-category-key='YAZ'] .imgProduct {
	width: 27%;
	margin-left: 3%;
	margin-right: 3%;
	height: 50%;
}

.wrapCategoryCell[data-category-key='YAZ'] .img {
	height: 80%;
}


.multi .wrapCategoryCell .imgProduct {
	width: 25%;
	height: 90%;
	padding-top: 6%;
}

.wrapCategoryCell[data-category-key='BUBBLEBATH'] .imgProduct {
	width: 100%;
}

@media (max-width:1100px) {
	.wrapCategoryCell[data-category-key='FRAGRANCE'] .imgProduct,
	.wrapCategoryCell[data-category-key='OIL'] .imgProduct {
		width: 20%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}

@media (max-width:700px) {
	#wrapCategories {
		font-size: 85px;
	}

		#wrapCategories .cellNav .cat {
			margin-right: -4px;
		}

		#wrapCategories .cellNav .vline {
			margin-right: -3px;
			margin-left: 4px;
		}

	.wrapCategoryCell[data-category-key='FRAGRANCE'] .imgProduct .img,
	.wrapCategoryCell[data-category-key='OIL'] .imgProduct .img {
		background-size: contain;
	}

	.wrapCategoryCell[data-category-key='CANDLE'] .imgProduct {
		width: 33%;
		height: 33%;
	}

	.wrapCategoryCell[data-category-key='PACK4'] .imgProduct {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		min-height: 0;
	}

		.wrapCategoryCell[data-category-key='PACK4'] .imgProduct .lblJourney {
			font-size: 14px;
			margin-top: 0.5em;
		}

	@media screen and (max-width:550px) {

		#wrapCategories .arrow {
			width: 5%;
			top: 60%;
		}

			#wrapCategories .arrow.left {
				left: 10px;
			}

			#wrapCategories .arrow.right {
				right: 10px;
			}

		#wrapCategories #cellInfo,
		#wrapCategories .cellNav {
			float: none;
			display: block;
			text-align: left;
			position: static;
		}

		#wrapCategories #viewport {
			margin-top: 1.2em;
			height: auto;
			bottom: 10px;
		}


		#wrapCategories .cell[data-category-key='LIFESTYLE'] #subcells {
			position: relative;
			z-index: 500;
			height: 60%;
			overflow: visible;
			width: 100%;
		}

		.wrapCategoryCell[data-category-key='YAZ'] .imgProduct {
			width: 40%;
			margin-left: 2.5%;
			margin-right: 2.5%;
			height: 27%;
			margin-bottom: 3%;
		}



		.wrapCategoryCell[data-category-key='PACK4'] .products {
			padding-top: 50px;
		}

		.wrapCategoryCell .lblContent ul {
			list-style: none;
		}

			.wrapCategoryCell .lblContent ul li {
				display: inline;
			}

				.wrapCategoryCell .lblContent ul li::after {
					content: ",";
					margin-right: 0.1em;
				}

				.wrapCategoryCell .lblContent ul li:last-child::after {
					display: none;
				}
	}
}

/* Terms  */

.document {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-family: bariol_regular;
	align-items: center;
	padding: 200px 15px;
}

.document .content {

	display: flex;
	flex-direction: column;
	max-width: 702px;
}

.document h1,
.document h2 {
	display: block;
	color: #fff;
	font-family: bariol_regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.72px;
	text-transform: uppercase;
}

.document h2 {
	margin-bottom: 1rem;
}

.document a {
	color: #fff;
}

.document p {
	margin-bottom: 1rem;
}

.terms-table {
	margin-bottom: 1rem;
}

.terms-table th {
	text-align: left;
}

.terms-table td,
.terms-table th,
.terms-table tr {
	border: 1px solid white;
	padding: 5px;
}