@charset "UTF-8";
:before,:after,html *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/}
.clearfix:after,
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
.clearfix:after{content: '';}
input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
a:visited{color: #ffffff; !important}
img{max-width: 100%;vertical-align: top;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{outline: none;border-radius: 0}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}
input[type=number] {-moz-appearance:textfield !important;}
input::placeholder{ 
	color: #1c665a;
	opacity:0.75;
}
textarea::placeholder{ 
	color: #1c665a;
	opacity:0.75;
}
::-moz-placeholder {
	opacity: 1;
}
.cvr-bg-bf:before,
.cvr-bg-af:after,
.cvr-bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cvr-bg-bf:before,
.cvr-bg-af:after{
	content: '';
	display: inline-block;
		vertical-align: middle;
}
body{
	background: rgb(228,216,215);
	color: #e7d7d7;
	font-size: 20px;
	 font-family: 'Inter';
	font-weight:  400;
	position: static;
	overflow-y:auto
}
body.brown--scheme {
	background-color: #b39573;
}
.wrapper{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.rowflex > *{
	flex: 1;
}
.rowflex.halfed{
	justify-content: space-between;
}
.rowflex.halfed.middled{
	align-items: flex-end;
}
.rowflex.halfed > *{
	max-width: calc(50% - 15px);
	flex: calc(50% - 15px);
}
.format-text{
	line-height: 130%;
	font-size: 24px;
}
.format-text > *{
	margin-top: 40px;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text b,
.format-text strong{
	font-weight: 700;
}
.format-text em,
.format-text i:not(.fa){
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	color: #1c665a;
	line-height: 130%;
	font-family: "freight-neo-pro";
	font-style: normal;
	font-weight: 600;
}
.format-text h1 + *,
.format-text h2 + *,
.format-text h3 + *,
.format-text h4 + *,
.format-text h5 + *,
.format-text h6 + *{
	margin-top: 20px;
}
.format-text h1{
	font-size: 30px;
}
.format-text h2{
	font-size: 24px;
}
.format-text h3{
	font-size: 18px;
}
.format-text h4{
	font-size: 14px;
}
.format-text h5{
	font-size: 12px;
}
.format-text h6{
	font-size: 10px;
}
.format-text a:not(.button){
	color: #1c665a;
}
.format-text a:not(.button):hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
	padding-left: 40px;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 10px;
}
.format-text ol{
	list-style: decimal;
}
.format-text ol{
	padding-left: 60px;
}
.format-text sup{
	color: #d90000;
	position: relative;
	top: 0;
	line-height: 100%;
}
.format-text blockquote{
	font-size: 19px;
	line-height: 200%;
}
.centered{
	text-align: center;
}
.rightned{
	text-align: right;
}
.leftned{
	text-align: left;
}
.hpage:not(.noborder){
	margin-bottom: 30px;
}
.hpage:not(.noborder) .hfilter,
.hpage:not(.noborder) .htitle,
.hpage:not(.noborder) .hnav{
	padding-bottom: 20px;
	border-bottom: 2px solid #1c665a;
}
.hpage .htitle h2{
	font-family: "freight-neo-pro";
	font-weight: 500;
	font-style: italic;
	font-size: 54px;
	line-height: 100%;
}
.hpage .htitle h2 small{
	font-size: 28px;
}
.hpage .hnav{
	text-align: right;
}
.hpage .hnav a{
	color: #1c665a;
	font-size: 22px;
	display: inline-block;
	bottom: -49px;
	position: relative;
}
.hpage .hfilter .item > a.arrow-soon:before,
.hpage .hfilter .item > a.arrow-sort:before,
.hpage .hnav a:before{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 13px;
	height: 13px;
	content: '';
	background-image: url(../img/icon/arrow-nav.png);
	margin-right: 10px;
	top: -1px;
	transform: rotate(0deg);
	transition:transform 0.2s ease-in;
}
.hpage .hnav a:hover:before{
	transform: rotate(45deg);
}
.hpage .hfilter .item > a.arrow-sort.hasfilter:before{
	opacity: 0;
	visibility: hidden;
}
.hpage .hfilter .item:not(.showing) > a.arrow-sort.hasfilter{
	font-family: "freight-neo-pro";
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	display: inline-block;
	line-height: 105%;
}
.hpage .hfilter .item > a.arrow-soon:before{
	background-image: url(../img/icon/arrow-filter.png);
}
.hpage .hfilter{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: static !important;
	align-items: flex-end;
}
.hpage .hfilter .item{
	max-width: calc(50% - 15px);
	flex: calc(50% - 15px);
	padding-bottom: 20px;
	text-align: right;
}
.hpage .hfilter .item > a{
	color: #1c665a;
	font-size: 22px;
}

/*** HEADER **/
#top{
		padding: 20px 0 120px;
}
#top .halfed{align-items: center}
#top .logo a > *{
		display: inline-block;
		vertical-align: middle;
}
#top .logo img{
		transition:filter 0.2s ease-in;
		filter:invert(36%) sepia(7%) saturate(3483%) hue-rotate(121deg) brightness(88%) contrast(93%);
}
#top .logo span{
		font-family: "freight-neo-pro";
	font-style: italic;
		color: #1c665a;
		font-size: 28px;
		position: relative;
		font-weight: 500;
}
#top .logo img + span{
		top: -2px;
		margin-left: 23px;
}
.page-soon .tostore,
#top .util a{
		color: #1c665a;
}
#top .mainmenu{
		float: left;
		width: calc(100% - 115px);
}
.mainmenu > ul{
		display: flex;
}
.mainmenu li{
		flex: 1;
}
.mainmenu li a{
		display: inline-block;
		position: relative;
}
.mainmenu li a:after{
		display: block;
		position: absolute;
		bottom: -8px;
		height: 2px;
		left: 50%;
		width: 0;
		transition:all 0.2s ease-in;
		content: '';
		background: #1c665a;
}
.mainmenu li.current-menu-item > a:after,
.mainmenu li a:hover:after{
		left: 0;
		width: 100%;
}
#top .ucart{
		float: right;
}
#top .ucart a > *{
		display: inline-block;
		vertical-align: middle;
}
#top .ucart a span{
		position: relative;
		margin-left: 10px;
		padding-left: 10px;
		border-left: 2px solid #1c665a;
}
/** FOOTER **/
#bottom{
		padding-bottom: 35px;
}
#bottom .txt{
		font-weight: 500;
		font-size: 12px;
		line-height: 160%;
}
#bottom .txt p{
		max-width: 600px;
}
#bottom .menu{
		position: relative;
		top: -8px;
}
#bottom ul{
		display: flex;
		flex-wrap: wrap;
	margin: 0 -15px;
}
#bottom ul li{
		flex: calc(50% - 30px);
	max-width: calc(50% - 30px);
		line-height: 80%;
	margin: 0 15px;
}
#bottom ul li a{
		color: #1c665a;
		font-size: 12px;
		display: inline-block;
		line-height: 100%;
		font-weight: 500;
}
#bottom ul li:not(.ignore) a:hover{
		text-decoration: underline;
}
#bottom ul li.ignore a{
	cursor: default;
}
/** INNER PAGE **/
.inner-soon,
.inner-page{
		padding-bottom: 400px;
}
/** INNER SOON **/
.inner-soon .content .rowflex{
		justify-content: space-between;
		align-items: flex-start;
}
.inner-soon .content .void{
		max-width: calc(24% - 15px);
		flex: calc(24% - 15px);
}
.inner-soon .content .list{
		max-width: calc(76% - 15px);
		flex: calc(76% - 15px);
}
.inner-soon .content .item{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 75px;
}
.inner-soon .content .item:first-child{
		margin: 0;
}
.inner-soon .content .item .hentry{
		flex: calc(33.3% - 15px);
		max-width: calc(33.3% - 15px);
		text-align: center;
}
.inner-soon .content .item .hentry > span{
		display: block;
		font-size: 13px;
		text-transform: uppercase;
		line-height: 100%;
		margin: 0 0 12px;
		font-weight: 600;
	font-family: "freight-neo-pro";
}
.inner-soon .content .item .hentry h3{
		font-size: 28px;
		font-family: "freight-neo-pro";
	font-style: italic;
	font-weight: 400;
		line-height: 110%;
}
.inner-shop .content .item .action,
.inner-soon .content .item .hentry .time{
		margin: 20px 0 0;
		padding: 20px 15px;
		border-top: 2px solid #1c665a;
		border-bottom: 2px solid #1c665a;
}
.inner-shop .content .item .action{
	margin: 0;
}
.inner-shop .content .item .action strong,
.inner-shop .content .item .action b,
.inner-soon .content .item .hentry .time span{
		font-weight: 500;
		font-size: 12px;
		float: right;
}
.inner-shop .content .item .action strong,
.inner-soon .content .item .hentry .time span:first-child{
		float: left;
		text-transform: uppercase;
}
.inner-soon .content .item .caption{
		flex: calc(66.7% - 15px);
		max-width: calc(66.7% - 15px);
		padding-right: 25px;
}

.inner-soon .content .void,
.inner-soon .content .item .caption,
.inner-soon .content .item .hentry{
		padding-top: 25px;
		border-top: 2px solid #1c665a;
}
/** INNER PRODUCT **/
.inner-product{
		padding-bottom: 150px;
}
.inner-product .thumb{
		text-align: center;
		padding-top: 35px;
		border-top: 2px solid #1c665a;
}
.inner-product .content .util{
		border-top: 2px solid #1c665a;
		border-bottom: 2px solid #1c665a;
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 100px;
}
.inner-product .content .util .hentry{
		flex: 65%;
		max-width: 65%;
		padding: 35px 10px 10px 0;
}
.inner-shop .content .item .hentry span,
.inner-product .content .util .hentry span{
		display: block;
		font-size: 14px;
	font-family: "freight-neo-pro";
		font-weight: 600;
		text-transform: uppercase;
		line-height: 100%;
		margin: 0 0 10px;
}
.inner-shop .content .item .hentry h3,
.inner-product .content .util .hentry h2{
		font-family: "freight-neo-pro";
		font-size: 28px;
		line-height: 120%;
		max-width: 350px;
	font-style: italic;
	font-weight: 400;
}
.inner-product .content .util a.action{
		flex: 35%;
		max-width: 35%;
		background: #1c665a;
		color: #e7d7d7;
		text-align: right;
		padding: 35px 35px 30px 20px;
	position: relative;
}
.inner-product .content .util a.action:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	transition:background 0.2s ease-in;
	background: rgba(255,255,255,0);
}
.inner-product .content .util a.action.fetching:after{
	background: rgba(255,255,255,.3);
}
.inner-product .content .util a.action .pqty button{
	position: relative;
	z-index: 2;
}
.inner-product .content .util a.action strong,
.inner-product .content .util a.action b{
		display: block;
		line-height: 100%;
		font-weight: 500;
		font-size: 12px;
		margin: 0 0 10px;
		text-transform: uppercase;
}
.inner-product .content .util a.action strong{
		font-size: 24px;
		margin: 10px 0 0;
		font-weight: 400;
		letter-spacing: -0.9px;
}
.inner-product .pqty > *{
		display: inline-block;
		vertical-align: middle;
		position: relative;
}
.inner-product .pqty > button{
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: no-repeat;
		border: none;
		cursor: pointer;
}
.inner-product .pqty > button.inactive{
		cursor: default;
		
}
.inner-product .pqty > button:after,
.inner-product .pqty > button:before{
		display: block;
		position: absolute;
		content: '';
		background: #e7d7d7;
}
.inner-product .pqty > button.plus:after,
.inner-product .pqty > button.min:after{
		width: 10px;
		height: 2px;
		left: 5px;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}
.inner-product .pqty > button.plus:before{
		top: 5px;
		left: 9px;
		height: 10px;
		width: 2px;
}
.inner-product .pqty > input{
		-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
		width: 30px;
		height: 30px;
		background: none;
		border: none;
		text-align: center;
		font-size: 22px;
		font-family: 'Inter';
		font-weight: 400;
		padding: 0;
		color: #e7d7d7;
}
.inner-product .content .main{
	position: relative;
	padding-bottom: 40px;
}
.inner-product .content .main .bck{
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	color: #1c665a;
}
.inner-product .content .main .bck:before{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 18px;
	background-image: url(../img/icon/arrow-home.png);
	transform: rotate(-180deg);
	position: relative;
	margin-right: 10px;
	left: 0;
	transition:left 0.2s ease-in;
	top: -1px;
}
.inner-product .content .main .bck:hover:before{
	left: -5px;
}
/** INNER HOMEPAGE **/
.inner-home{
		padding-bottom: 30px;
}
.inner-home .rowflex.halfed{
	align-items: flex-end;
}
.inner-home .hpage {
		margin-bottom: 30px;
}
.inner-home .hpage .htitle {
		z-index: 8888;
		position: relative;
		padding-bottom: 30px;
}
.inner-home .hpage .htitle > *{
		display: inline-block;
		vertical-align: middle;
}
.inner-home .txt,
.inner-home .hpage .htitle > b{
		font-size: 56px;
		font-family: "freight-neo-pro";
	font-style: italic;
		font-weight: 500;
		margin-left: 30px;
		letter-spacing: -1px;
}
.inner-home .hpage .htitle em{
		display: block;
		position: absolute;
		left: 0;
		bottom: -60px;
		font-family: "freight-neo-pro";
	font-style: italic;
	font-weight: 400;
		font-size: 28px;
		cursor: pointer;
		opacity: 0;
		visibility: hidden;
		transition:all 0.2s ease-in;
}
body.showsplash .inner-home .hpage .htitle em{
		opacity: 1;
		visibility: visible;
}
.inner-home .hpage .htitle em:after{
		width: 15px;
		height: 13px;
		background-image: url(../img/icon/arrow-explore.png);
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 9px;
}
.inner-home .txt{
		margin: 0;
		line-height: 115%;
}
.inner-home .txt > *{
		margin-top: 60px;
}
.inner-home .txt > *:first-child{
		margin: 0;
}
/*body.home,
body.locked{
		height: 100vh;
		overflow: hidden;
	margin-right: 17px;
}*/
.inner-home .lock-remove,
.inner-home .splash{
		position: fixed;
		z-index: 7777;
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition:all 0.2s ease-in;
}
body.showsplash .inner-home .lock-remove,
body.showsplash .inner-home .splash{
		opacity: 1;
		visibility: visible;
}
.inner-home .lock-remove{
		cursor: pointer;
		z-index: 9999;
		cursor: pointer;
}
/** INNER SHOP **/
.inner-shop{
		padding-bottom: 110px;
	position: relative;
}
.inner-shop .content .item.fetching:after,
.inner-shop.fetching:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	content: '';
	background: rgba(231,215,215,.7);
}
.inner-shop .hpage:not(.noborder) .hfilter,
.inner-shop .hpage:not(.noborder) .htitle{
	padding-bottom: 0;
	position: relative;
}
.hpage .hfilter .item:first-child:after,
.inner-shop .hpage .hfilter:after,
.inner-shop .hpage .htitle:after{
		display: block;
		position: absolute;
		left: calc(50% - 15px);
		bottom: -2px;
		width: 30px;
		height: 2px;
		z-index: 2;
		background: #e7d7d7;
		content: '';
}
.hpage .hfilter .item:first-child{
		position: relative;
}
.hpage .hfilter .item:first-child:after{
		left: auto;
		right: -30px;
}
.inner-shop .content .rowflex{
		margin: 0 -15px;
}
.inner-shop .content .item{
		flex: calc(25% - 30px);
		max-width: calc(25% - 30px);
		margin: 0 15px 30px;
	position: relative;
	z-index: 1;
}
.inner-shop .content .item figure{
		text-align: center;
		padding-bottom: 35px;
		border-bottom: 2px solid #1c665a;
}
.inner-shop .content .item .hentry{
		text-align: center;
}
.inner-shop .content .item .hentry h3{
		max-width: 350px;
		margin: 0 auto;
}
.inner-shop .content .item .hentry  a{
	display: block;
	padding: 20px 0;
	color: #1c665a;
}
.inner-shop .content .item .hentry span a,
.inner-shop .content .item .hentry h3 a{
		color: #1c665a;
}
.inner-shop .content .item .hentry span a:hover,
.inner-shop .content .item .hentry h3 a:hover{
		text-decoration: underline;
}
.inner-shop .content .item .action b{
		text-transform: uppercase;
}
.inner-shop .content .item .action{
		background: #e7d7d7;
		transition:background 0.2s ease-in;
		display: block;
}
.inner-shop .content .item .action:hover{
		background: #1c665a;
}
.inner-shop .content .item .action b,
.inner-shop .content .item .action strong{
		transition:color 0.2s ease-in;
		color: #1c665a;
}
.inner-shop .content .item .action:hover b,
.inner-shop .content .item .action:hover strong{
		color: #e7d7d7;
}
.inner-shop .content .item .btn-clear-item{
	display: block;
	text-align: center;
	border-bottom: 2px solid #1c665a;
	color: #1c665a;
	height: 60px;
	line-height: 58px;
}
.inner-shop .hpage .wrapper{
		position: relative;
}
.inner-shop .hfilter .filter{
		position: absolute;
		left: 0;
		width: 100%;
		margin-top: 22px;
		background: #e7d7d7;
		padding-top: 30px;
		display: none;
	height: 1000vh;
}
#shell{
	overflow: hidden;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.inner-shop .hfilter .filter form{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
		text-align: left;
}
.inner-shop .hfilter .filter form > *{
		flex: calc(25% - 30px);
		max-width: calc(25% - 30px);
		margin: 0 15px 50px;
}
.inner-shop .hfilter .filter form > *:not(.noborder){
		padding-top: 30px;
		border-top: 2px solid #1c665a;
}
.inner-shop .hfilter .filter form label input,
.inner-shop .hfilter .ifilter.showing .arrow-sort,
.inner-shop .hfilter .ifilter .arrow-soon{
		display: none;
}
.inner-shop .hfilter .ifilter.showing .arrow-soon{
		display: inline-block;
}
.inner-shop .hfilter .filter form h4{
		font-size: 14px;
		font-weight: 500;
		line-height: 100%;
		display: block;
		text-transform: uppercase;
		margin-bottom: 30px;
}
.inner-shop .hfilter .filter form ul{
		padding-right: 50px;
}
.inner-shop .hfilter .filter form li{
		display: block;
		margin: 30px 0 0;
}
.inner-shop .hfilter .filter form li:first-child{
		margin: 0;
}
.inner-shop .hfilter .filter form span{
		font-size: 20px;
		display: block;
		position: relative;
		padding-left: 20px;
}
.inner-shop .hfilter .filter form input:checked + span{
		font-family: "freight-neo-pro";
	font-style: italic;
	font-weight: 400;
		font-size: 28px;
		line-height: 29px;
}
.inner-shop .hfilter .filter form span:before{
		display: block;
		position: absolute;
		left: 0;
	top: 9px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	content: '';
	width: 10.88px;
	height: 11.88px;
}
.inner-shop .hfilter .filter form label:hover input:not(:checked) + span:before{
	background-image: url(../img/icon/plus.svg);
}
.inner-shop .hfilter .filter form label:not(:hover) input:checked + span:before{
	background-image: url(../img/icon/asterik.svg);
}
.inner-shop .hfilter .filter form label:hover input:checked + span:before{
		width: 9.81px;
	height: 8.89px;
	background-image: url(../img/icon/cross.svg);
	top: 11px;
	left: 1px;
}
.inner-shop .hfilter .filter form label{
		cursor: pointer;
		-webkit-user-select: none; /* Safari */        
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* IE10+/Edge */
		user-select: none; /* Standard */
}
.inner-shop  .scroll-wrapper.scrollbar-inner{
		margin-left: -20px;
}
.inner-shop .scrollbar-inner{
		max-height: 300px !important;
		min-height: 300px !important;
}
.inner-shop .hfilter .filter form .fvintage ul{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -20px;
		padding: 0;
		max-width: calc(100% - 50px);
}
.inner-shop .hfilter .filter form .fvintage ul li{
		flex: calc(33.333333333333% - 40px);
		max-width: calc(33.333333333333% - 40px);
		margin: 0 20px 30px;
}
.inner-shop .hpage{
	position: relative;
	z-index: 2;
}
#form-filter-product .faction a{
	display: block;
	text-align: center;
	height: 60px;
	line-height: 58px;
	color: #1c665a;
	border-bottom: 2px solid #1c665a;
}
#form-filter-product .faction .btn-apply{
	background: #1c665a;
	color: #fff;
	border: none;
	line-height: 60px;
}
/** WOO **/
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	background: #1c665a;
	font-weight: 400;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #103832;
}
div.woocommerce form input[type='text'],
div.woocommerce form input[type='email'],
div.woocommerce form input[type='password'],
div.woocommerce form input[type='tel'],
div.woocommerce form textarea{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: block;
	width: 100%;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	height: 35px;
	border: 1px solid #1c665a;
	padding: 0 10px;
}
div.woocommerce form textarea{
	min-height: 80px;
	resize: vertical;
	padding: 10px;
}
.select2-dropdown{
	border: 1px solid #1c665a;
	border-radius: 0;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
}
div.woocommerce form .select2-container--default .select2-selection--single{
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	height: 35px;
	border: 1px solid #1c665a;
	padding: 0;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top: 1px;
}
.lost_password a,
.woocommerce-message a,
.woocommerce-privacy-policy-text a,
.woocommerce-LostPassword a,
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation li a,
.product-name a,
.woocommerce-info a{
	color: #1c665a;
}
.lost_password a:hover,
.woocommerce-message a:hover,
.woocommerce-privacy-policy-text a:hover,
.woocommerce-LostPassword a:hover,
.woocommerce-MyAccount-content a:hover,
.woocommerce-MyAccount-navigation li a:hover,
.product-name a:hover,
.woocommerce-info a:hover{
	text-decoration: underline;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
	top: 5px;
	right: 10px;
}
body.woocommerce-cart .inner-page{
	padding-bottom: 100px;
}
.woocommerce .quantity .qty{
	background: none;
	border: none;
	border-bottom: 1px solid #1c665a;
	color: #1c665a;
	font-size: 24px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	height: 54px;
	width: 200px;
	margin-right: 10px;
	padding: 0 15px;
}
.cart-collaterals .cart_totals  > h2{
	margin: 0 0 15px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	font-size: 14px;
	color: #1c665a;
}
.woocommerce-info{
	border-top-color: #1c665a;
}
.woocommerce-info::before{
	color: #1c665a;
	top: 15px;
}
.woocommerce form .form-row .required{
	color: #1c665a;
}
.woocommerce form .form-row label{
	font-weight: 600;
	font-family: "freight-neo-pro";
	font-size: 14px;
}
#customer_details{
	margin-bottom: 30px;
}
#order_review_heading{
	margin-bottom: 15px;
}
body.page-template-page-splash .hpage .hnav.void,
body.page-template-page-splash #top,
body.page-template-page-splash #bottom{
	opacity: 0;
}
body.page-template-page-splash{
	background: #ace8df;
}
/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){
		
}
.popfilter,
.inner-shop .mnav,
.inner-home .mfoot,
.page-template-page-homepage  #top .logo img,
.home #top .logo img,
.inner-product .maction,
.tostore,
.popmenu,
.hmpage,
#top .umobile{
	display: none;
}
@media (max-width: 1800px) {

}
@media (max-width: 1499px) {
	.inner-shop .hfilter .filter,
	.wrapper{
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.hpage .htitle h2{
		font-size: 54px;
	}
	.inner-home .txt, .inner-home .hpage .htitle > b{
		font-size: 48px;
	}
	.hpage .htitle h2 small{
		font-size: 22px;
	}
	.hpage .hnav a{
		bottom: 0px;
	}
	.inner-splash .hpage .htitle{
		max-width: 100%;
		flex: 100%;
	}
}

@media (max-width: 991px) {
	.inner-soon .content .void{
		display: none;
	}
	.inner-soon .content .list{
		flex: 100%;
		max-width: 100%;
	}
	.inner-soon .content .item .hentry,
	.inner-soon .content .item .caption {
		flex: calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.inner-shop .hfilter .filter form > *{
		flex: calc(33.3333333333333333333% - 30px);
		max-width: calc(33.3333333333333333333% - 30px);
	}
	.inner-shop .hfilter .filter form >.void{
		display: none;
	}
	.hpage .htitle h2{
		line-height: 60%;
	}
	.inner-shop .content .item {
		flex: calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}
@media only screen and (min-width: 769px) and (max-width: 991px)  {

}
@media (max-width: 768px) {
	.inner-home:not(.inner-splash) .hpage img,
	.page-template-page-homepage #top .logo span,
	.home #top .logo span,
	.inner-product .content .util a.action,
	.page-soon .tohome,
	.rowflex.halfed > .void,
	.hpage,
	#top .logo img + span,
	#top .ucart,
	#top .mainmenu{
		display: none;
	}
	.inner-home .hpage,
	.page-soon .tostore,
	.hmpage,
	#top .umobile{
		display: block;
	}
	.inner-home:not(.inner-splash) .hpage b{
		margin: 0;
		font-size: 30px;
	}
	#top .umobile{
		text-align: right;
	}
	.inner-soon .content .item .hentry,
	.inner-soon .content .item .caption ,
	.rowflex.halfed > *{
		flex: 100%;
		max-width: 100%;
	}
	#top .rowflex.halfed > * {
		max-width: calc(50% - 15px);
		flex: calc(50% - 15px);
	}
	.hmpage{
		background: #1c665a;
		border-right: 30px solid #e7d7d7;
		color: #e7d7d7;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		padding: 35px 0;
		margin: 0 0 35px;
		font-family: "freight-neo-pro";
	}
	.format-text{
		line-height: 160%;
	}
	.format-text > *{
		margin-top: 20px;
	}
	.format-text > *:first-child{
		margin: 0;
	}
	.format-text h1 + *,
	.format-text h2 + *,
	.format-text h3 + *,
	.format-text h4 + *,
	.format-text h5 + *,
	.format-text h6 + * {
		margin-top: 5px;
	}
	.inner-soon, .inner-page{
		padding-bottom: 100px;
	}
	#bottom .txt{
		margin: 0 0 30px;
	}
	#bottom ul{
		margin: 0;
	}
	#bottom ul li {
		flex: 50%;
		max-width: 50%;
		line-height: 85%;
		padding-left: 30px;
		margin: 0;
	}
	#bottom ul li:nth-child(odd){
		padding-left: 0;
	}
	#top{
		position: relative;
		z-index: 99;
	}
	/*body.home*/ #top{
		height: 30px;
		overflow: hidden;
		padding: 0;
	}
	body.open-menu #top{
		z-index: 99999;
	}
	#top .wrapper{
		position: relative;
		z-index: 10;
	}
	.popmenu{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9;
		height: 100vh;
		background: #b7946e;
		width: 100%;
		padding: 150px 30px 20px;
		display: none;
	}
	.popmenu b{
		font-family: "freight-neo-pro";
		font-style: italic;
		font-weight: 500;
		color: #e7d7d7;
		font-size: 32px;
		display: block;
		line-height: 100%;
		margin: 0 0 30px;
	}
	.popmenu a{
		display: block;
		color: #e7d7d7;
		font-weight: 600;
		font-family: "freight-neo-pro";
		font-size: 15px;
		text-transform: uppercase;
		padding: 28px 0 30px;
		border-bottom: 2px solid #d8c2b6;
		line-height: 100%;
	}
	.popmenu li:first-child a{
		border-top: 2px solid #d8c2b6;
	}
	.page-soon .tostore,
	#top .util a{
		font-family: "freight-neo-pro";
		font-weight: 600;
		font-size: 14px;
		text-transform: uppercase;
		transition:color 0.2s ease-in;
	}
	.open-menu.page-soon .tostore,
	.open-menu #top .util a{
		color: #e7d7d7;
	}
	#top .logo img{
		transition:all 0.2s ease-in;
	}
	.open-menu #top .logo img{
		filter: invert(93%) sepia(8%) saturate(360%) hue-rotate(314deg) brightness(97%) contrast(85%); /** https://codepen.io/sosuke/pen/Pjoqqp **/
	}
	body.open-menu{
		height: 100vh;
		overflow: hidden;
	}
	.inner-soon .content .item{
		margin-top: 50px;
	}
	.inner-soon .content .item .caption{
		border: none;
		padding-right: 0px;
	}
	/*#bottom .txt{
		border-top: 2px solid #1c665a;
		padding-top: 24px;
	}*/
	.inner-soon{
		margin-top: -70px
	}
	.inner-product{
		padding-bottom: 80px;
		margin-top: -180px;
	}
	.inner-product .thumb{
		padding: 0;
		border: none;
		margin: 0 0 40px;
	}
	#top .ucart.hascart{
		display: block;
		position: absolute;
		right: 30px;
		bottom: -25px;
		opacity: 1;
		visibility: visible;
		transition:all 0.2s ease-in;
	}
	#top .ucart a > *{
		line-height: 100%;
	}
	.open-menu #top .ucart.hascart{
		opacity: 0;
		visibility: hidden;
	}
	#top .ucart a span{
		border-width: 1px;
		margin-left: 8px;
		padding-left: 8px;
	}
	.inner-product .content .util .hentry{
		flex: 100%;
		max-width: 100%;
		text-align: center;
		padding: 20px 10px;
	}
	.inner-product .content .util{
		margin: 0 0 50px;
	}
	.inner-product .maction{
		display: block;
		margin: 0 0 50px;
	}
	.inner-product .maction .mcalc{
		padding-bottom: 19px;
		margin-bottom: 20px;
		border-bottom: 2px solid #1c665a;
	}
	.inner-product .maction .mqty{
		position: relative;
		float: left;
	}
	.inner-product .maction .mqty select{
		display: block;
		position: relative;
		z-index: 2;
		background: none;
		text-align: left;
		width: 80px;
		height: 40px;
		border: 2px solid #1c665a;
		color: #1c665a;
		font-size: 14px;
		font-family: 'Inter';
		font-weight: 500;
		text-transform: uppercase;
		-webkit-appearance: none;
		padding-left: 53px;
		text-align: left;
	}
	select::-ms-expand {
		display: none;
	}
	.inner-product .maction .mqty select option{
		padding: 0;
	}
	.inner-product .maction .mqty span{
		display: inline-block;
		position: absolute;
		z-index: 1;
		font-size: 14px;
		font-family: 'Inter';
		font-weight: 500;
		left: 15px;
		top: 12px;
		letter-spacing: -1px;
	}
	.inner-product .maction .mprice{
		float: right;
		font-size: 24px;
		font-weight: 500;
		position: relative;
		top: 14px;
	}
	.inner-product .maction .mprice small{
		font-size: 14px;
		text-transform: uppercase;
	}
	.inner-product .maction .matc{
		display: block;
		text-align: center;
		width: 100%;
		background: #1c665a;
		transition:all 0.2s ease-in;
		color: #e7d7d7;
		font-size: 24px;
		height: 55px;
		line-height: 55px;
	}
	.inner-product .maction .matc:hover{
		background: #103a34;
	}
	.inner-home .splash{
		background-image: var(--mobile) !important;
	}
	.inner-splash .hpage .htitle > b{
		margin: 20px 0 0;
		font-size: 30px;
		display: block;
	}
	/*.showsplash #top{
		z-index: 9999;
	}*/
	.page-template-page-homepage  #top .logo img,
	.home #top .logo img{
		display: inline-block;
		position: relative;
		top: 8px;
	}
	.inner-home .splash{
		position: absolute;
		height: 100vh;
	}
	/*body.home*/,
	body.locked {
		margin: 0;
	}
	.inner-home .content{
		position: relative;
	}
	.inner-home .content .thumb{
		order: 1;
		margin: 10px 0 30px;
	}
	.inner-home .content .txt{
		font-size: 26px;
		letter-spacing: -0.5px;
		order: 2;
	}
	.inner-home .txt > *{
		margin-top: 30px;
	}
	.inner-home .mfoot{
		display: block;
		margin: 100px 0 0;
	}
	.page-template-page-homepage #top{
		padding-bottom: 80px;
	}
	.inner-home .mfoot a{
		float: right;
	}
	.inner-home .mfoot a:first-child{
		float: left;
		color: #1c665a;
		font-size: 24px;
		position: relative;
		top: 75px;
	}
	.inner-home .mfoot a.cvr-bg-af:after{
		width: 20px;
		height: 18px;
		background-image: url(../img/icon/arrow-home.png);
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}
	.inner-shop .content .rowflex{
		margin: 0;
	}
	.inner-shop .content .item {
		flex: 100%;
		max-width:100%;
		margin: 0 0 35px;
	}
	.inner-shop{
		padding-bottom: 60px;
	}
	.inner-shop .mnav{
		display: block;
		margin-bottom: 30px;
	}
	.inner-shop .mnav a{
		display: block;
		color: #1c665a;
		font-size: 14px;
		font-weight: 600;
		font-family: "freight-neo-pro";
		text-transform: uppercase;
		padding: 30px 0;
		border-bottom: 2px solid #1c665a;
		position: relative;
	}
	.inner-shop .mnav a span{
		display: block;
		position: relative;
		z-index: 2;
	}
	.inner-shop .mnav a:first-child{
		border-top: 2px solid #1c665a;
	}
	.page-shop #top{
		padding-bottom: 120px;
	}
	body.open-mfilter{
		overflow: hidden;
		height: 100vh;
	}
	.popfilter{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #e7d7d7;
		z-index: 999;
		display: none;
	}
	.popfilter .mnu,
	.popfilter .bck{
		position: absolute;
		left: 30px;
		top: 20px;
		color: #1c665a;
		font-family: "freight-neo-pro";
		font-weight: 600;
		font-size: 14px;
		text-transform: uppercase;
	}
	.popfilter .mnu{
		left: auto;
		right: 30px;
	}
	.popfilter .mfilter{
		position: absolute;
		left: 0;
		top: 180px;
		width: 100%;
	}
	.popfilter .mfilter .fselect{
		border-bottom: 2px solid #1c665a;
		position: relative;
	}
	.inner-shop .mnav a:before,
	.popfilter .mfilter .fselect:before{
		display: block;
		position: absolute;
		z-index: 1;
		content: '';
		width: calc(100% + 30px);
		height: calc(100% + 4px);
		left: -30px;
		top: -2px;
		background: #1c665a;
		opacity: 0;
		visibility: hidden;
		transition:all 0.2s ease-in;
	}
	.inner-shop .mnav a.selected:before,
	.popfilter .mfilter .fselect.selected:before{
		opacity: 1;
		visibility: visible;
	}
	.popfilter .mfilter .fselect:first-child{
		border-top: 2px solid #1c665a;
	}
	.popfilter .mfilter select{
		position: relative;
		z-index: 3;
		display: block;
		-webkit-appearance: none;
		width: 100%;
		background: none;
		border: none;
		color: #1c665a;
		font-size: 14px;
		font-weight: 500;
		font-family: 'Inter';
		text-transform: uppercase;
		height: 75px;
		opacity: 0;
	}
	.popfilter .mfilter .fselect b{
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		z-index: 1;
		color: #1c665a;
		font-size: 14px;
		font-weight: 600;
		font-family: "freight-neo-pro";
		text-transform: uppercase;
	}
	.popfilter .mfilter .fselect.selected b,
	.inner-shop .mnav a.selected,
	.popfilter .mfilter .fselect.selected select{
		color: #e7d7d7;
	}
	
	.home #bottom{
		padding: 0;
	}
	#bottom{
		opacity: .33;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon .input-text+.button{
		float: none;
		width: 100%;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text{
		margin: 0 0 5px;
	}
	.woocommerce-privacy-policy-text{
		margin: 0 0 15px;
	}
	/** FONT SIZE **/
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
		font-size: 20px;
	}
	.woocommerce .quantity .qty,
	.woocommerce table.shop_table,
	#order_review,
	.format-text{
		font-size: 14px;
	}
}
/* Custom mobile */
@media (max-width: 480px) {

}

@media (max-width: 360px) {
	
}
@media (min-width: 1230px) {

}

#responsive{
	display:block;
	width:10px;
	height: 10px;
	position: fixed;
	bottom:10px;
	left: 10px;
	z-index: 9999;
}
/** RESPONSIVE VIEWER **/
@media (max-width: 1499px) {  #responsive{background: blueViolet !important;}}
@media (max-width: 991px) {  #responsive{background: red !important;}}
@media (max-width: 768px) {  #responsive{background: blue !important;}}
@media (max-width: 480px) {  #responsive{background: cyan !important;}}
@media (max-width: 360px) {  #responsive{background: green !important;}}

/* ADDED by ALI */
/*body.home {
	background-color: #e5d2d1 !important;
}*/
.bg--video--wrapper {
}
.page-template-page-template-home-php {
	margin-right: 0 !important;
}

/* OFF CANVAS MENU */
.offcanvas--menu {
	height: 100%;
	position: fixed;
	background-color: #1b6659;
	width: 50%;
	right: -50%;
	transition: 0.5s;
	z-index: 999;
	overflow-y: scroll;
}
.menu--open .offcanvas--menu {
	transition: right .5s;
	right: 0;
}
.offcanvas--inner {
	position: relative;
	padding: 20px;
}
.offcanvas--content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}
.trigger--button {
	display: flex;
	justify-content: flex-end;
}
.trigger--close {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.trigger--close:before, .trigger--close:after {
	position: absolute;
	content: '';
	height: 1px;
	width: inherit;
	background: #e7d6d5;
	left: 0;
	transition: all .3s ease-in;
}
.trigger--close:before {
	top: 50%; 
	transform: rotate(45deg);  
}
.trigger--close:after {  
	bottom: 50%;
	transform: rotate(-45deg);  
}
.mobile--trigger {
	display: none;
}
.offcanvas--footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.offcanvas--footer .footer--address {
	flex-basis: 88%;
}
.offcanvas--footer .footer--logo {
	flex-basis: 10%;
}
.offcanvas--footer .footer--address p {
	color: #e7d6d5 !important;
}
.ocm--label {
	margin-bottom: 40px;
}
.ocm--label h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid;
}
.ocm--item a {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	display: block;
	font-size: 14px;
	color: #e7d6d5;
}
.ocm--content {
	flex-basis: 48%;
}

.brown--bg,
.brown--bg .hanging--header {
	background-color: #b39573;
}
.brown--bg .logo--dark {
	display: none;
}
.white--scheme .logo--light {
	width: 53px;
}

.default--bg {
	color: #1b6659;
}
.default--bg .hanging--header {
	background-color: rgb(228,216,215);
}
.default--bg .hamburger--bar {
	background-color: #1b6659;
}
.default--bg .logo--light {
	display: none;
}
.default--bg .header--nav a {
	color: #1b6659;
}
.default--bg .ocm--label h3 {
	color: #e5d2d1;
}
.default--bg .footer--address p, .default--bg .menu--text p, .default--bg .menu--wrapper ul li a {
	color: #1c665a;
}
.default--bg .footer--section .rowflex {
	border-color: #1c665a;
}
.default--bg .offcanvas--menu .logo--light {
	display: block !important;
}
.default--bg .offcanvas--menu .logo--dark {
	display: none !important;
}

.green--bg {
	background-color: #1b6659;
}
.green--bg .logo--dark {
	display: none;
}
.green--bg .offcanvas--menu {
	background-color: #e5d2d1;
	color: #1b6659;
}
.green--bg .offcanvas--menu {
	background-color: #e5d2d1;
	color: #1b6659 !important;
}
.green--bg .mobile--trigger {
	color: #e5d2d1 !important;
}
.green--bg .trigger--close:before, .green--bg .trigger--close:after {
	background: #1b6659;
}
.green--bg .ocm--item a, .green--bg  .offcanvas--menu .footer--address p {
	color: #1b6659 !important;
}
.green--bg .fixed--element, .page-template-page-template-events .fixed--element {
	background-color: #1b6659;
}
.green--bg .section--page--title {
	margin-bottom: 0;
}
.green--bg .offcanvas--menu .logo--dark {
	display: block !important;
}
.green--bg .offcanvas--menu .logo--light {
	display: none !important;
}


.page-template-page-template-events .page--title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.page--title a {
	color: #e5d2d1;
	font-size: 22px;
}
.brown--scheme .fixed--element {
	background-color: #b39573;
}

#top {
	display: none;
}
.hero--title {
	position: absolute;
	bottom: 40px;
	left: 30px;
}
.hero--title h1 {
	display: flex;
	align-items: center;
	font-family: "freight-neo-pro";
	font-style: italic;
	font-weight: 500;
	letter-spacing: -1px;
	font-size: 48px;
}
.hero--title h1 a {
	display: flex;
}
.hero--title img {
	max-width: 158px;
	margin-right: 30px;
	height: 68px;
}
.hero--title span {
	color: #1c665a;
}
.hanging--header {
	padding: 20px 30px 15px;
}
.header--inner {
	display: flex;
	align-items: center;
	overflow: hidden;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.header--left {
	display: flex;
	align-items: center;
	flex-basis: 50%;
}
.header--right {
	display: flex;
	align-items: center;
	flex-basis: 50%;
	justify-content: flex-end;
}
.hamburger--menu {
	width: 40px;
}
.hamburger--menu:hover{
	cursor: pointer;
}
.hamburger--bar {
	display: block;
	background-color: #e7d7d7;
	height: 1px;
	margin-bottom: 10px;
}
.green--scheme .hamburger--bar {
	background-color: #1c665a;
}
.green--scheme .logo--light {
	display: none;
}
.brown--scheme .logo--dark {
	display: none;
}
.header--logo img {
	max-width: 53px;
	width: 53px;
}
.header--nav {
	margin-left: 20px;
	margin-top: -13px;
}
.header--nav a {
	font-family: "freight-neo-pro";
	font-style: italic;
	color: #e7d7d7;
	font-size: 28px;
	position: relative;
	font-weight: 500;
}
.fixedElement {
	background-color: #e7d6d5;
	position:fixed;
	top:0;
	width:100%;
	z-index:8;
/* 	max-width: 1440px; */
}
.fixed--element {
	position:fixed;
	top:0;
	width:100%;
	z-index:8;
}
.header--container {
	max-width: 1440px;
	margin: 0 auto;
}
.the--container {
	max-width: 1440px;
	margin: 0 auto;
}
#body {
	padding-top: 160px;
}

#video-viewport {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	overflow: hidden;
	z-index: -1;
}
video {
	display: block;
	width: 100%;
	height: auto;
}
.fullsize-video-bg {
	height: 768px;
	overflow: hidden;
	position: relative;
}
#background_video {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%; width: 100%;
}
#hero--video {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
}
.video--wrapper {
    position: relative;
    height: 100vh;
}



.home .header--nav a, .home .block--title h2, .home .block--content p {
	color: #1c665a;
}
.home .block--title {
	border-color: #1c665a;
}
 
/* PEARL BLOCK */
.pearl--block {
	margin-bottom: 60px;
}
.no--padding {
	margin-bottom: 0;
}
.block--wrapper {
	padding-left: 30px;
	padding-right: 30px;
}
.block--title {
	padding-bottom: 20px;
	border-bottom: 1px solid #e7d7d7;
}
.block--title h2 {
	font-family: "freight-neo-pro";
	font-weight: 500;
	font-style: italic;
	font-size: 54px;
	line-height: 100%;
}
.block--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.flex--item {
	flex-basis: 48%;
}
.block--content p:not(p:empty) {
	font-size: 24px;
	margin-bottom: 20px;
}
.block--cta {
	margin-top: 20px;
}
.block--cta a {
	color: #1c665a;
	display: inline-block;
	border-bottom: 1px solid #1c665a;
	font-size: 24px;
	line-height: 1.6;
}

/* PAGE */
.page--title {
	padding-bottom: 20px;
	border-bottom: 1px solid;
}
.no--border {
	border-bottom: none;
}
.page--title h2 {
	font-family: "freight-neo-pro";
	font-weight: 500;
	font-style: italic;
	font-size: 54px;
	line-height: 100%;
}
.items--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex--item {
	flex-basis: 49%;
}
.menu--title {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7d7d7;
	border-top: 1px solid #e7d7d7;
	font-style: italic;
	font-family: "freight-neo-pro";
}
.menu--content {
	padding-top: 20px;
}
.menu--content p {
	font-size: 24px;
}
.menu--image {
	padding-top: 30px;
	padding-bottom: 30px;
}
.the--cta {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7d7d7;
	border-top: 1px solid #e7d7d7;
	font-size: 24px;
}
.no--bb {
	border-bottom: none;
	padding-top: 20px;
}
.the--cta a {
	font-size: 22px;
	color: #e7d7d7;
	line-height: 2.5;
}
.the--favourites {
	padding-top: 20px;
	padding-bottom: 20px;
}
.fav--wrapper {
	margin-top:  20px;
}
.fav--title {
	font-size: 24px;
	font-style: italic;
	font-family: "freight-neo-pro";
}
.fav--item {
	padding-top: 10px;
	padding-bottom: 20px;
}
.fav--item h4 {
	font-size: 18px;
	color: #e7d7d7;
	line-height: 0;
}
.fav--item p {
	font-size: 24px;
	font-style: italic; 
	margin-top: 10px;
	line-height: 1;
	color: #e7d7d7;
	font-family: "freight-neo-pro";
}

/* EVENTS PAGE */
.event--item {
	margin-bottom: 30px;
}
.event--left {
	flex-basis: 28%;
}
.event--center {
	flex-basis: 25%;
}
.event--right {
	flex-basis: 44%;
}
.event--heading {
	padding: 20px;
	border-top: 1px solid #e7d7d7;
	border-bottom: 1px solid #e7d7d7;
}
.event--heading span {
	font-size: 14px;
	font-family: "freight-neo-pro";
}
.event--heading h3 a {
	font-size: 32px;
	padding-right: 80px;
	color: #e7d7d7;
	font-family: "freight-neo-pro";
	font-style: italic;
}
.event--date {
	padding: 20px;
	border-bottom: 1px solid #e7d7d7;
}
.event--date h5 {
	font-size: 14px;
	line-height: 0;
}
.event--desc {
	border-top: 1px solid #e7d7d7;
	padding-top: 20px;
}
.event--desc p {
	font-size: 24px;
}
.event--cta {
	margin-top: 20px;
}
.event--cta a {
	font-size: 24px;
	color: #e7d7d7;
	border-bottom: 1px solid #e7d7d7;
}
.event--image {
	text-align: center;
}
.page-template-page-template-events .section--event-items {
	margin-top: 40px;
}
.single-event .section--event-single {
	margin-top: 40px;
}

/* SINGLE EVENT */
.event--meta {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.event--meta span {
	flex-basis: 50%;
	font-size: 14px;
	font-family: "freight-neo-pro";
}
.meta--date {
	text-align: right;
	font-family: "freight-neo-pro";
}
.event--desciption {
	padding-top: 20px;
}
.event--desciption p {
	font-size: 16px;
}
.event--desciption p a, .faq--answer p a {
    color: #fff;
}

/* FAQ PAGE */
.faq--left {
	flex-basis: 20%;
	border-top: 1px solid;
}
.faq--right {
	flex-basis: 78%;
	border-top: 1px solid;
}
.right--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
	padding-top: 20px;
	border-bottom: 1px solid;
}
.faq--question {
	flex-basis: 25%;
}
.faq--answer {
	flex-basis: 65%;
}
.faq--question h3 {
	font-style: italic;
	font-family: "freight-neo-pro";
}
.faq--item:last-child {
	border-bottom: none;
}

/* ABOUT */
.about--content {
	padding-top: 20px;
	border-top: 1px solid;
}
.about--content p {
	font-size: 24px;
}

/* CONTACT */
.contact--content {
	padding-top: 20px;
	border-top: 1px solid;
}
.contact--desc p {
	font-size: 24px;
}
.contact--content span {
	font-size: 18px;
	color: #1c665a;
}

.contact--content .map--address p {
	font-size: 40px;
	line-height: 40px;
	margin-top: 20px;
	font-style: italic;
	padding-right: 180px;
	font-family: "freight-neo-pro";
}
.contact--content .map--address a {
	font-size: 16px;
	color: #e7d7d7;
}
.phone--number {
	margin-top: 20px;
}
.phone--number a {
	display: block;
	color: #e7d7d7;
	font-size: 18px;
}
.contact--form {
	margin-top: 60px;
}
.contact--form h3 {
	font-family: "freight-neo-pro";
	border-bottom: 1px solid;
	font-style: italic;
	line-height: 2;
    margin-bottom: 20px;
}
.wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox), .wpcf7-form-control-wrap textarea {
	background: none;
	border: none;
	border-bottom: 1px solid #1b6659;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 10px;
	width: 100%;
	color: #1b6659;
}
.wpcf7-form-control-wrap textarea {
	line-height: 1 !important;
}
span.wpcf7-list-item label {
	display: flex;
}
.contact--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.general-enquiry {
	flex-basis: 50%;
}
.wpcf7-list-item {
	margin-left: 0;
    color: #1c665a;
}
button.contact--submit {
	background: none;
	border: none;
	font-size: 20px;
	margin-top: 20px;
	color: #1b6659;
	padding-left: 0;
}
.wpcf7-form-control-wrap textarea {
	font-family: 'Inter';
}
.wpcf7-list-item input {
    opacity: 0;
	z-index: 9;margin-right: -30px;width: 30px;height: 30px;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #1b6659;
    margin-right: 10px;
    transition:background-color 1s;
}
.custom-checkbox:hover {
    opacity: 0.6;
}
.hiddenCheckbox:checked ~ .custom-checkbox {
    background-color: dodgerblue;
    border: 1px solid white;
    opacity: 1;
}
.hiddenCheckbox:checked ~ .custom-checkbox::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    border: white solid;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    right: 3px;
    top: 5px;
}

#wpcf7-f275-o1 .wpcf7-list-item {
	display: flex;
}
#wpcf7-f275-o1  span.wpcf7-list-item-label {
    margin-right: 20px;
}



/* PRESS RELEASE */
.press--section--title h3 {
	font-size: 24px;
	font-style: italic;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-family: "freight-neo-pro";
}
.press--item {
	margin-bottom: 40px;
}
.post--item {
	border-bottom: 1px solid #e7d7d7;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.post--title {
	flex-basis: 50%;
	padding: 15px;
	font-size: 16px;
	color: #e7d7d7;
}
.post--date {
	flex-basis: 50%;
	padding: 15px;
	text-align: right;
	font-size: 16px;
	color: #e7d7d7;
}
.press--meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.press--meta h3 {
	flex-basis: 75%;
	font-style: italic;
	padding-bottom: 10px;
}
.press--meta span {
	flex-basis: 25%;
	text-align: right;
	font-size: 16px;
}
.press--image {
	padding-top: 20px;
	padding-bottom: 20px;
}
.press--desc p {
	font-size: 24px;
}
.post--item:hover {
	background: #e7d7d7;
	cursor: pointer;
}
.post--item:hover .post--title, .post--item:hover .post--date {
	color: #1c665a;
}


/* FOOTER  */
.footer--section {
	padding-left: 30px;
	padding-right: 30px;
}
.footer--section .rowflex {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #e7d7d7;
}
.menu--flex {
	display: flex;
}
.footer--logo {
	flex-basis: 5%;
}
.menu--wrapper {
	flex-basis: 95%;
}
.menu--wrapper ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.menu--wrapper ul li {
	flex: calc(50% - 30px);
	max-width: calc(50% - 30px);
	line-height: 80%;
	margin: 0 15px;
}
.menu--wrapper ul li a {
	font-size: 14px;
	color: #e7d7d7;
	font-weight: 600;
}
.menu--text p {
	color: #e7d7d7;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer--address p {
	color: #e7d7d7;
	font-size: 22px;
	font-family: "freight-neo-pro";
	font-style: italic;
}
.home .footer--address p, .home .menu--text p, .home .menu--wrapper ul li a {
	color: #1c665a;
}
.home .footer--section .rowflex {
	border-color: #1c665a;
}
.col--right {
	display: none;
}
.section--membership .block--image img {
	max-width: 300px;
}

/* GALLERY SLIDER */
.nav--slider--item {
	position: relative;
	flex-basis: 24%;
}
.top--slider--nav {
	margin-top: 20px;
}
.nav--slider--item:hover {
	cursor: pointer;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 7;
}
.slick-arrow:hover {
	cursor: pointer;
} 
.prev--arrow {
	left: 20px; 
}
.next--arrow {
	right: 40px; 
}
.svg-icon {
	position: absolute;
	width: 32px;
	padding: 8px;
	height: 32px;
	display: flex;
	top: 0;
	right: 0px;
	z-index: 1;
}
.section--gallery {
	margin-top: 30px;
}
.title--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.video--mobile {
	display: none;
}

.inner-soon .content .item .hentry {
	text-align: left;
}
.inner-soon .content .void, .inner-soon .content .item .caption, .inner-soon .content .item .hentry {
    padding-top: 25px;
    border-top: 1px solid #1c665a;
}
.inner-shop .content .item .action, .inner-soon .content .item .hentry .time {
	border-top: 1px solid #1c665a;
    border-bottom: 1px solid #1c665a;
}
.page .hnav ul{
	text-align: right;
}
.page .hnav ul li{
	list-style: none;
	display: inline-block;
}
.page .hnav ul li a{
	bottom: 0;
	font-size: 14px;
}
.page .hnav ul li a:before{
	display: none;
}
._sep{
	font-size: 12px;
	display: inline-block;
	margin: 0 5px;
}
.page .hnav {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page .hnav .nav--left {
	flex-basis: 73%;
	text-align: left;
}
.page .hnav .nav--right {
	flex-basis: 25%;
}
.page .hnav .nav--right a {
	bottom: 0;
}
.nav--left ul {
	text-align: left !important;
}
.page-template-page-soon .hnav {
	align-items: center !important;
}
.page-template-page-woo .hnav a {
    flex-basis: 100%;
}
.hpage .hnav a {
	width: 100%;
}
.limited ._no_action,
.member_only ._no_action{
    border-top: 1px solid #1c665a !important;
    border-bottom: 1px solid #1c665a !important;
}
.inner-shop .content .item .hentry h3 {
	padding-left: 10px;
	padding-right: 10px;
}
.inner-shop .content .item figure {
	border-bottom: 1px solid #1c665a !important;
}
._ndok_bar {
	border-top: 1px solid #1c665a !important;
}
.post-type-archive-product .content .item:nth-child(1), .post-type-archive-product .content .item:nth-child(2), .post-type-archive-product .content .item:nth-child(3), .post-type-archive-product .content .item:nth-child(4) {
	border-top: 1px solid #1c665a !important;
}
.member_only {
    background-color: rgb(224,211,210) !important;
}
.limited {
    background-color: rgb(219,210,208) !important;
}
.zoom-instagram-widget h2 {
	display: none;
}
li.zoom-instagram-widget__item a {
	width: 330px !important;
	height: 330px !important;
}
.post--content--wrapper {
	display: none;
}

/* MOBILE  */
@media( max-width:  767px) {
	.flex--item {
		flex-basis: 100%;
	}
	.header--nav {
		display: none;
	}
	.mobile--trigger {
		display: block;
	}
	.hamburger--bar {
		display: none;
	}
	.hamburger--menu {
		width: 65px;
	}
	.mobile--trigger {
		color: #1c665a;
	}
	.block--cta {
		margin-bottom: 30px;
	}
	.mobile--block--flex {
		flex-direction: column-reverse;
	}
	.footer--address {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.col--left {
		flex-basis: 90%;
	}
	.col--right {
		flex-basis: 10%;
		display: block;
	}
	.footer--section .footer--logo {
		display: none;
	}
	.footer--menu {
		margin-top: 20px;
	}
	.offcanvas--menu {
		width: 100%;
		right: -100%;
	}
	.offcanvas--content {
		display: block;
	}
	.section--membership .block--image {
		text-align: right;
	}
	.contact--content .map--address p {
		padding-right: 0;
	}
	.section--membership .block--image img {
		max-width: 120px;
		height: 120px;
	}
	.hero--title img {
		 max-width: 80px;
		 height: 32px;
	}
	.hero--title span {
		font-size: 18px;
	}
	.fullsize-video-bg {
		height: 680px;
	}
	.hero--title {
		bottom: 30px;
	}
	.video--desktop {
		display: none;
	}
	.video--mobile {
		display: block;
	}
	#body {
	    padding-top: 80px;
	}
	.offcanvas--menu {
		overflow-y: scroll;
	}
	ul#menu-footer-new-menu-1 li:nth-child(2), ul#menu-footer-new-menu-1 li:nth-child(4) {
		display: flex;
		justify-content: flex-end;
	}
	.page--title h2 {
		font-size: 32px;
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid;
	}
	.items--flex {
		display: block;
	}
	.event--center {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page--title {
		border-bottom: none;
		display: block;
	}
	.page-template-page-template-events .section--event-items {
		margin-top: 0;
	}
	.page--title a {
	    font-size: 14px;
	    display: block;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    border-bottom: 1px solid;
	}
	.block--title h2 {
		font-size: 32px;
	}
	.page-template-page-template-events .page--title a {
		border-bottom: none;
	}
	.page-template-page-template-events .page--title {
		padding-bottom: 0;
	}
	.page-template-page-template-menu .page--title h2 {
		border-bottom: none;
		padding-bottom: 0;
	}
	.right--flex {
		display: block;
	}
	.faq--question {
		margin-bottom: 10px;
	}
	.faq--right, .faq--left {
		border-top: none;
	}
	.about--content, .contact--content {
		border-top: none;
	}
	.brown--bg .mobile--trigger {
		color: #e7d7d7;
	}
	.contact--item .contact--content:first-child {
		padding-bottom: 80px;
		border-bottom: 1px solid;
	}
	.section--page--title {
	    margin-top: 40px;
	}
	.nav--slider--item {
	    flex-basis: 48% !important;
	    margin-bottom: 15px;
	}
	.header--nav {
		display: none; 
	}
	.next--arrow {
		right: 0;
	}
	.prev--arrow {
		left: 0;
	}
	.contact--flex {
		display: block;
	}
	.event--heading, .event--date {
		padding-left: 0;
	}
	.event--image {
		text-align: left;
	}
	.post--title {
		padding-left: 0;
	}
	.press--wrap.items--flex {
	    display: flex !important;
	    /*flex-direction: column-reverse;*/
	}
	.press--wrap .contact--content:last-child {
	    display: none;
	}
	.zoom-instagram-widget__items {
		display: flex;
		flex-wrap: wrap;
	}
	.zoom-instagram-widget__item {
		margin-right: 14px !important;
		flex-basis: 40% !important;
	}
	li.zoom-instagram-widget__item a {
		width: 168px !important;
		height: 168px !important;
	}
	li.zoom-instagram-widget__item:nth-child(2), li.zoom-instagram-widget__item:nth-child(4) {margin-right: 0 !important;}
	
	.menu--wrapper ul li:nth-child(3) {
	    max-width: 51% !important;
	}
	.menu--wrapper ul li:nth-child(4) {
	    max-width: 32% !important;
	}
	.header--logo img {
		margin-top: 5px;
	}
	span.wpcf7-form-control-wrap.private-function {
		flex-basis: 100%;
	}
	.general-enquiry {
	    flex-basis: 100%;
	}
	#wpcf7-f275-o1 span.wpcf7-list-item-label {
	    margin-right: 20px;
	    flex-basis: 85%;
	}
	.post--content--wrapper {
		padding: 10px;
	}
	.post--content--wrapper p {
		color: #1c665a;
		font-size: 18px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.video--wrapper, #hero--video {
		height: 80vh;
	}
}

@media( min-width: 1024px) and (max-width:  1279px) {
	li.zoom-instagram-widget__item a {
	    width: 226px !important;
	    height: 226px !important;
	}
}
@media( min-width: 1280px) and (max-width:  1365px) {
	li.zoom-instagram-widget__item a {
	    width: 290px !important;
	    height: 290px !important;
	}
}
@media( min-width: 1366px) and (max-width:  1439px) {
	li.zoom-instagram-widget__item a {
	    width: 311px !important;
	    height: 311px !important;
	}
}
@media( min-width: 1500px) {
	.hpage .hnav a {
		bottom: 0;
	}
	.header--container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media( min-width: 1600px) and (max-width:  1919px) {
	.hero--title {
		left:  7.2%;
	}
}
@media( min-width: 1920px) {
	.hero--title {
		left:  12.5%;
	}
}

/* ----------- iPhone ----------- */
@media (max-width: 375px) {
	li.zoom-instagram-widget__item a {
		width: 150px !important;
		height: 150px !important;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    /* CSS */
	li.zoom-instagram-widget__item a {
		width: 158px !important;
		height: 158px !important;
	}
}

.grecaptcha-badge {
		visibility: hidden;
   }