@charset "utf-8";

/* Table of Contents
----------------------------------
1.  GENERAL
2.  HEADER
3.  FOOTER
4.  HOME

----------------------------------*/


/*************************
*
*	1. GENERAL
*
*************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-width: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "jaf-facitweb", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	line-height: 26px;
	line-height: 2.6rem;
}
p,
ul li,
ol li {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 26px;
	line-height: 2.6rem;
	font-family: "jaf-facitweb", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
	word-wrap: break-word;
}
a {
	border: none;
	outline: none;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	text-transform: none;
	font-family: "jaf-facitweb", Arial, sans-serif;
	word-wrap: break-word;
}
a:hover {
	text-decoration: none;
}
a:active,
a:focus {
	color: inherit;
}
ol,
ul {
	list-style: none;
}
ul {
	margin: 0 0 19px;
}
ul li {
	list-style-type: none;
	word-wrap: break-word;
}
input:focus,
textarea {
	outline: none;
}
button,
input,
select,
textarea {
	font-size: 100%;
	word-wrap: break-word;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

/*Remove button padding in FF*/

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=password] {
	display: inline-block;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	resize: none;
	overflow: auto;
}
img {
	max-width: 100%;
	height: auto;
}

/* Clearfix */

.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: block;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.no-margin {
	margin: 0 !important;
}
.hidden-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.container{
	width: 1030px;
	max-width: 100%;
	margin: auto;
}


/*************************
*
*	FONT ICON
*
*************************/

@font-face{font-family:'fontello';src:url(../font/fontello.eot?46185349);src:url(../font/fontello.eot?46185349#iefix) format("embedded-opentype"),url(../font/fontello.woff2?46185349) format("woff2"),url(../font/fontello.woff?46185349) format("woff"),url(../font/fontello.ttf?46185349) format("truetype"),url(../font/fontello.svg?46185349#fontello) format("svg");font-weight:400;font-style:normal}
[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-down:before{content:'\e800'}
.icon-left:before{content:'\e801'}
.icon-right:before{content:'\e802'}
.icon-play-circled2:before{content:'\e803'}
.icon-heart:before{content:'\e804'}
.icon-comment-1:before{content:'\e805'}
.icon-comment-alt:before{content:'\e806'}
.icon-facebook:before{content:'\e807'}
.icon-plus-1:before{content:'\e808'}
.icon-minus:before{content:'\e809'}
.icon-resize-full-alt:before{content:'\e80a'}
.icon-down-open-big:before{content:'\e80b'}
.icon-up-open-big:before{content:'\e80c'}
.icon-cancel-circled2:before{content:'\e80d'}
.icon-phone:before{content:'\e80e'}
.icon-cancel-2:before{content:'\e80f'}
.icon-down-micro:before{content:'\e810'}
.icon-menu:before{content:'\f0c9'}
.icon-instagram:before{content:'\f16d'}
.icon-comment:before{content:'\f4ac'}


a{
	color: inherit;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
/*************************
*
*	2. HEADER
*
*************************/
#header{
	height: 120px;
	position: relative;
	z-index: 1000;
	font-size: 0;
}
.logo{
	width: 230px;
	height: 120px;
	background: #FFF;
	display: inline-block;
	text-align: center;
	line-height: 120px;
}
.logo img{
	vertical-align: middle;
	max-width: 170px;
}
.cart-button {
	display: inline-block;
	margin-left: calc(100% - 390px);
	width: 60px;
}
.menu-button{
	width: 60px;
	height: 50px;
	line-height: 50px;
	background: #FFF;
	text-align: center;
	font-size: 40px;
	color: #676767;
	display: inline-block;
	margin-left: calc(100% - 290px);
	vertical-align: top;
	cursor: pointer;
}
.main-nav{
	background: #0A4650;
	width: 630px;
	max-width: 100%;
	/* height: 690px; */
	height: 795px;
	max-height: 100%;
	-ms-overflow-y: auto;
	    overflow-y: auto;
	position: fixed;
	right: -630px;
	top: 0;
	padding-left: 80px;
	-webkit-transition: right .5s;
	transition: right .5s;
}
.menu-opened .main-nav{
	right: 0;
}
.close-menu{
	color: #FFF;
	font-size: 32px;
	display: block;
	margin-left: auto;
	margin-right: 0;
	width: 54px;
	margin-top: 10px;
}
.close-menu:focus{
	color: #FFF;
}
.main-menu{
	margin-top: 40px;
}
.main-menu li a{
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
}
.main-menu li a:hover{
	color: #66ccdf;
}
.menu-item-has-children > a:after{
	content: "\e810";
	color: #66CCDF;
	font-family:'fontello';
	font-size: 30px;
	padding-left: 15px;
	vertical-align: bottom;
}
.main-menu li{
	margin-bottom: 15px;
}
.main-menu li ul{
	margin-top: 15px;
}
.main-menu li ul li{
	padding-left: 20px;
}
.social-menu{
	padding-top: 40px;
	border-top: 1px solid #66ccdf;
	margin-top: 40px;
	padding-bottom: 40px;
}
.social-button{
	margin-right: 10px;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	font-size: 20px;
	text-align: center;
	color: #66ccdf;
	border: 1px solid #66CCDF;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.social-button:hover{
	border: 1px solid #fff;
	background: #FFF;
}
.flag-button{
	display: inline-block;
	width: 50px;
	height: 34px;
	line-height: 34px;
	float: right;
	margin-right: 10px;
}
.flag-button img{
	width: 100%;
	height: 100%;
	display: none;
}

/*************************
*
*	3.  FOOTER
*
*************************/
#footer{
	display: flex;
	height: 130px;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	padding: 0 30px; 
	margin-top: 30px;
}
.footer-menu{
	display: inline-block;
}
.footer-menu li{
	display: inline-block;
	color: #666;
	padding-right: 5px;
}
.footer-menu li:not(:last-child):after{
	content: "|";
	color: #CCC;
	padding-left: 10px;
}
.logo-footer{
	display: inline-block;
	height: 130px;
	line-height: 130px;
	margin-right: 50px;
}
.logo-footer img{
	vertical-align: middle;
}
.footer-menu li a:hover{
	color: #66CCDF;
}
.footer-right .social-button{
	color: #666;
	border-color: #666;
}
.footer-right .social-button:hover{
	color: #66CCDF;
	border-color: #66CCDF;
}
.footer-email a{
	color: #666;
	padding-right: 15px;
}
.footer-email a:hover{
	color: #66CCDF;
}
.footer-email strong{
	color: #666;
}
/*************************
*
*	4.  HOME
*
*************************/
.page-container{
	margin-top: -120px;
	overflow-y: hidden;
}
.reset_variations, .woocommerce-variation-price {
	display: none !important;
}
.top-wrap{
	height: 100vh;
	position: relative;
}
.top-wrap:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.15);
}
.top-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-top {
	overflow: hidden;
}
.home-top video {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
.top-content{
	position: absolute;
	top: 300px;
	color: #FFF;
	font-size: 0;
	width: 100%;
	z-index: 99;
}
.top-title, .top-text{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}
.top-title{
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	line-height: 34px;
}
.top-text{
	padding-top: 20px;
	border-top: 2px solid #66CCDF;
}
.top-text p{
	max-width: 500px;
	color: #FFF;
}
.our-story{
	color: #FFF;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 20px;
	font-size: 24px;
	z-index: 99;
}
.our-story p a:hover {
	color: #FFF;
}
.our-story p{
	margin-bottom: 10px;
}
.our-story .icon-down{
	font-size: 32px;
}
.second-content{
	font-size: 0;
}
.s-left-pic{
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 20px 10px 20px 20px;
	height: calc(100vw * 0.45);
}
.s-right-pic{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	/*width: 66.6%;*/
	width: 100%;
}
.s-right-pic .item{
	height: calc(100vw * 0.45);
	padding: 0 20px 20px 10px;
	position: relative;
}
.second-content a img, .s-right-pic .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.r-text{
	position: absolute;
	bottom: 150px;
	border-top: 1px solid #fff;
	right: 0;
	width: 615px;
	color: #FFF;
	padding-top: 40px;
}
.lcs-text{
	position: absolute;
	color: #FFF;
	padding-left: 12%;
	top: 15%;
	width: 100%;
	z-index: 9999;
	display: block;
}
.lcs-text p{
	margin-bottom: 0;
	font-size: 40px;
	max-width: 100%;
	line-height: 46px;
}
.slide-1 p:nth-child(2){
	font-size: 25px;
}
#right-carousel .item{
	display: flex;
}
.slide-s{
	width: 33%;
	overflow: hidden;
}
.slide-b{
	width: 67%;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
}
.slide-s-item{
	height: 49%;
	overflow: hidden;
}
video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-content{
	position: absolute;
	color: #FFF;
	border-top: 1px solid #fff;
	left: 12%;
	bottom: 50px;
	width: calc(100% - 12%);
	padding-top: 15px;
}
.slide-content p{
    font-size: 15px;
    line-height: 24px;
	width: 400px;
	max-width: 100%;
}
.l-content{
	width: 700px;
	max-width: 100%;
	left: 0;
}
.l-content p{
	float: right;
}
.item4 .slide-b,
.item5 .slide-b{
	padding-left: 0;
	padding-right: 20px;
}
#right-carousel{
	margin: 15px 0px 15px 5px;
}
#right-carousel .item6 .video{
	overflow: hidden;
	width: 100%;
}
#right-carousel .item6 video{
	width: 100%;
}
.item6 .l-content1{
	border-top: none;
	bottom: 150px;
	width: calc(330px + 12%);
    max-width: 100%;
    left: 0;
    border-bottom: 2px solid #fff;
}
.s-after{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.s-after:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.15);
}
.item6 .l-content1 p{
	float: right;
}
.item6 .slide6p1, .item6 .slide6p3{
	font-size: 60px;
	font-weight: 700;
}
#right-carousel .slide-content p{
	width: 330px;
}
.item6 .l-content{
	width: 330px;
	margin-left: 12%;
	border-top: none;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
#right-carousel .item6 .slide6p3{
	width: 110px;
}
#right-carousel .item6 .slide6p4{
	width: 300px;
}
.item7 .slide-s{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.item7 .slide-s .slide-s-item:nth-child(1){
	width: 48.5%;
	height: 48.5%;
}
.item7 .slide-s .slide-s-item:nth-child(2){
	width: 48.5%;
	height: 48.5%;
}
.item7 .slide-s .slide-s-item:nth-child(3){
	width: 100%;
	height: 49%;
	margin-top: 3%;
}

.r-text p{
	width: 340px;
	line-height: 24px;
}

.owl-prev {
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px;
}

.owl-next {
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px;
}

.owl-dots {
	counter-reset: slides-num;
	position: absolute;
	/*left: calc(100% - 615px);*/
	right: 200px;
	bottom: 70px;
	margin-top: 15px;
}
.owl-dots:after {
	content: counter(slides-num, decimal-leading-zero);
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	vertical-align: text-top;
	padding-left: 55px;
}

.owl-dot {
	display: inline-block;
	counter-increment: slides-num;
	margin-right: 5px;
}
.owl-dot span {
	display: none;
}
.owl-dot.active:before {
	content: counter(slides-num, decimal-leading-zero) "/";
	display: inline-block;
	vertical-align: middle;
	font-size: 60px;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
}
.r-pagination{
	position: absolute;
	bottom: 70px;
	color: #FFF;
	cursor: pointer;
	font-size: 40px;
	z-index: 9;
	/*left: calc(100% - 435px);*/
	right: 50px;
}
.rprev, .rnext{
	display: inline-block;
}
.third-content{
	font-size: 0;
	padding-top: 15vh;
}
.third-content .top-title{
	color: #0A4650;
}
.third-content .top-text p{
	color: #666;
}
.fourth-top{
	height: 652px;
	padding-top: 20%;
	padding-left: 40px;
	padding-right: 40px;
	background: url(../images/pattern-b.jpg) center bottom repeat-x;
	-webkit-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
	z-index: 99;
	position: relative;
	text-align: center;
}
.fourth-top:after{
	position: absolute;
	content: "";
	display: block;
	width: 50.05%;
	-webkit-transform-origin: left bottom;
	   -moz-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	     -o-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-transform: skewY(10deg);
	-moz-transform: skewY(10deg);
	-o-transform: skewY(10deg);
	transform: skewY(10deg);
	background: url(../images/pattern-b.jpg) center bottom repeat-x;
	bottom: 0;
	left: 0;
	height: 200px;
}
.fourth-top:before{
	position: absolute;
	content: "";
	display: block;
	width: 50%;
	-webkit-transform-origin: right bottom;
	   -moz-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	     -o-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: skewY(-10deg);
	-moz-transform: skewY(-10deg);
	-o-transform: skewY(-10deg);
	transform: skewY(-10deg);
	background: url(../images/pattern-b.jpg) center bottom repeat-x;
	bottom: 0;
	right: 0;
	height: 200px;
}
.fourth-bottom{
	font-size: 0;
	margin-top: -15px;
}
.f-item{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	height: calc(100vw * 0.4);
	padding-top: 20px;
	position: relative;
}
.f-item > a{
	display: block;
	width: 100%;
	position: relative;
	height: 100%;  
}
.f-item > a:after {
	z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
}
.f-item a img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.f-left{
	padding-right: 10px;
	
}
.f-left:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	-webkit-transform: skewY(10deg);
	-moz-transform: skewY(10deg);
	-o-transform: skewY(10deg);
	transform: skewY(10deg);
	background: #fff;
	top: -80px;
	left: 0;
	height: 200px;
	z-index: 9;
}
.f-right{
	padding-left: 10px;
}
.f-right:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	-webkit-transform: skewY(-10deg);
	-moz-transform: skewY(-10deg);
	-o-transform: skewY(-10deg);
	transform: skewY(-10deg);
	background: #fff;
	top: -80px;
	right: 0;
	height: 200px;
	z-index: 9;
}
.f-item-info{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: calc(100% - 25px);
	padding-left: 40px;
	color: #FFF;
	z-index: 99;
}
.f-item-title{
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	padding-bottom: 10px;
}
.f-item-desc{
	padding-top: 9px;
	border-top: 2px solid #F90;
	margin-bottom: 0;
}
.map{
	margin-top: 20px;
	position: relative;
}
.map-text{
	position: absolute;
	width: 635px;
	right: 0;
	bottom: 10%;
	color: #666;
	z-index: 99;
}
.map-title{
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	border-bottom: 2px solid #66ccdf;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newsletter-wrap{
	font-size: 0;
	margin-top: 60px;
}
.product-template-default .newsletter-wrap, .page-template-default .newsletter-wrap {
	margin-top: 100px;
}
.recent-article{
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding-right: 20px;
	position: relative;
	height: calc(100vw * 0.25);
}
.recent-article a:hover img, .fourth-bottom a:hover img {
	filter: brightness(50%);
	transition: 1s;
}
.recent-article > a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.recent-article > a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.15);
}
.recent-article > a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recent-article .f-item-info{
	width: calc(100% - 20px);
}
.recent-article .f-item-title{
	padding-bottom: 5px;
}
.f-item-date{
	font-size: 16px;
	margin-bottom: 10px;
}
.newsletter-box{
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding-right: 5%;
	color: #666;
	vertical-align: bottom;
}
.n-title{
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-right: 5%;
	border-bottom: 1px solid #66ccdf;
	padding-left: 15%;
}
.n-desc{
	padding-left: 15%;
}
.n-form{
	position: relative;
	width: 80%;
	max-width: 100%;
	margin-left: 15%;
	font-size: 0;
	color: #CCC;
}
.n-input{
	border: 2px solid #0A4650;
	width: calc(100% - 74px);
	height: 74px;
	padding-left: 15px;
	font-size: 16px;
	vertical-align: top;
}
.n-submit{
	width: 74px;
	height: 74px;
	background: #0A4650;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #0A4650;
}
.video{
	position: relative;
}
.play-button-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.instagram{
	text-align: center;
	position: relative;
	margin-top: 60px
}
.i-pic{
	display: inline-block;
	width: 370px;
	height: 370px;
}
.i-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join-box{
	width: 765px;
	max-width: 100%;
	height: 300px;
	position: absolute;
	background: #0a4650;
	left: 0;
	right: 0;
	margin: auto;
	top: calc( 50% - 150px );
	color: #FFF;
}
.jb1{
	font-size: 24px;
	padding-top: 90px;
	max-width: 450px;
	margin: auto;
	line-height: 30px;
}
.jb2{
	font-size: 36px;
	font-weight: 700;
	padding-top: 20px;
}
/*************************
*
*	NEWS OVERVIEW
*
*************************/

.top-date{
	font-size: 14px;
}
.mid-nav{
	text-align: center;
	height: 70px;
	line-height: 80px;
}
.mid-nav ul li{
	display: inline-block;
	vertical-align: middle;
	color: #666;
	margin-bottom: 0;
	padding-right: 10px;
}
.mid-nav ul li a{
	text-transform: uppercase;
}
.mid-nav ul li:not(:last-child):after{
	content: "|";
	padding-left: 10px;
	color: #666;
}
.mid-nav .active, .mid-nav li:hover {
	color: #66ccdf;
}
.current-cat a {
	color: #66ccdf;
}
	
.list-wrap{
	padding-left: 10px;
	padding-right: 10px;
}
.list-item{
	position: relative;
	padding: 10px;
	width: 33.3%;
	float: left;
	height: 410px;
}
.list-item > a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.list-item > a:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
	transition: 1s;
}
.list-item > a:hover:after{
	background: rgba(102, 204, 223, 0.85);
}

.list-item > a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-item:nth-child(6n+1){
	width: 66.6%;
	height: 820px;
}
.list-item:nth-child(6n+4){
	width: 66.6%;
	height: 820px;
	float: right;
}
.list-item .f-item-desc{
	border-color: #66CCDF;
}

.blog .blurred-area {
	display: none;
}

.blurred-area{
	height: 652px;
	padding-top: 18%;
	padding-left: 40px;
	padding-right: 40px;
	background: url(../images/pattern-b.jpg) center bottom repeat-x;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	z-index: 99;
	position: relative;
	text-align: center;
}
.b-link{
	color: #FFF;
	font-size: 85px;
	line-height: 120px;
	text-align: center;
	display: block;
	letter-spacing: 5.5px;
}
.b-button{
	background: #0B4650;
	width: 300px;
	height: 72px;
	line-height: 72px;
	margin: auto;
	display: block;
	color: #FFF;
	margin-top: 30px;
}
.blurred-area.blurred-area2 .b-button:hover {
	opacity: 0.7;
	color: #FFF;
}

/*************************
*
*	NEWS POST
*
*************************/

.border-title{
	border-top: 1px solid #66CCDF;
	text-align: right;
	padding-top: 25px;
	padding-left: calc(50% - 350px);
	line-height: 38px;
}
#prod-carousel{
	padding-left: 20px;
	padding-right: 20px;
}
.prod-carousel{
	position: relative;
	margin-top: 60px;
	margin-bottom: 40px;
}
.pnext, .pprev{
	cursor: pointer;
	width: 65px;
	height: 58px;
	line-height: 58px;
	background: #0b4650;
	color: #fff;
	font-size: 30px;
	text-align: center;
	top: calc(50% - 29px);
	position: absolute;
	left: 0;
	z-index: 99;
}
.pnext{
	left: auto;
	right: 0;
}
.text-title{
	font-size: 36px;
	line-height: 48px;
	color: #0B4650;
	font-weight: 400;
	margin-top: 100px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 2px solid #66CCDF;
}

/*************************
*
*	PRODUCT
*
*************************/

.top-prod{
	max-height: 650px;
}
.detprod{
	margin-top: 90px;
}
.woocommerce-product-gallery{
	width: 66%;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}
#det-gallery .item img{
	height: 405px;
	width: 100%;
	object-fit: cover;
}
.woocommerce-product-gallery{
	position: relative;
}
.nav-carousel{
	position: absolute;
    color: #FFF;
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
    background: #0B4650;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 75px;
    top: 365px;
}
.dnext.nav-carousel{
	right: 35px;
}
#viewfull{
	margin-top: 20px;
	cursor: pointer;
}
.prod-desc a{
	color: #66CCDF;
}
.entry-summary{
	border-top: 1px solid #66CCDF;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding-top: 3vh;
}

.qty-input{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 1px solid #0b4650;
	background: #0B4650;
	color: #fff;
	font-weight: 700;
}
.qtyb{
	font-size: 26px;
	font-weight: 700;
	cursor: pointer;
}
.prod-qty{
	margin-top: 15px;
	font-size: 17px;
}
.variations td.label {
	font-size: 17px;
}
.summary .price .woocommerce-Price-amount {
	font-size: 17px;	
}
.price{
	font-size: 24px;
	font-weight: 700;
}
.prod-size{
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-align-items: center;
	        align-items: center;
}
.variations{
	width: 100%;
	margin-top: 20px;
}
.variations select{
	width: 100%;
	padding-left: 10px;
	height: 46px;
	font-size: 17px;
	line-height: 46px;
	outline: none;
}
.single_add_to_cart_button{
	width: 100%;
	text-align: center;
	font-weight: 700;
	background: #0B4650;
	height: 72px;
	line-height: 72px;
	margin: auto;
	display: block;
	color: #FFF;
	margin-top: 30px;
	text-transform: uppercase;
}
.acc-text{
	display: none;
	font-size: 16px;
	padding-top: 15px;
}
.acc-text p{
	font-size: 16px;
}
.prod-accordion{
	border-top: 1px solid #66CCDF;
	margin-top: 40px;
}
.acc-title{
	border-bottom: 1px solid #66CCDF;
	height: 65px;
	line-height: 65px;
	cursor: pointer;
	font-weight: 700;
}
.acc-title:after{
	content: "+";
}
.acc-title.open-by-default:after{
	content: "-";
}
.acc-title.acc-open.open-by-default:after{
	content: "+";
}
.acc-open:after{
	content: "-";
}
.acc-open + .acc-text{
	display: block;
}

/*************************
*
*	CART
*
*************************/
.main .woocommerce{
	width: 1030px;
	max-width: 100%;
	margin: auto;
}
.shop_table{
	width: 100%;
}
.shop_table th{
	text-transform: uppercase;
}
.shop_table td, .shop_table th{
	display: table-cell;
	border-bottom: 2px solid #66ccdf;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
}
.product-thumbnail a img{
	width: 150px;
	height: 100px;
	object-fit: cover;
}
a.remove{
	width: 36px;
	height: 36px;
	color: #66CCDF;
	border: 4px solid #66CCDF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	line-height: 26px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.product-quantity .qty {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #0b4650;
    background: #0B4650;
    color: #fff;
    font-weight: 700;
}
table.cart td.actions .coupon label {
    display: none;
}
table.cart td.actions .coupon .input-text{
	width: 295px;
	height: 56px;
	line-height: 56px;
	border: 2px solid #0A4650;
	padding-left: 15px;
	font-size: 16px;
	vertical-align: top;
}

table.cart td.actions .coupon{
	float: left;
}
table.cart td.actions input.button{
	height: 56px;
	line-height: 56px;
	background: #66CCDF;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	margin-top: 0;
	width: 190px;
	margin-left: 15px;
}
table.cart td.actions > input.button{
	float: right;
}
table.cart td.actions{
	border-bottom: none;
}
.cart-collaterals{
	margin-top: 85px;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.cart-collaterals .cart_totals {
    width: 400px;
}
.cart-collaterals .cart_totals a.button{
	width: 100%;
	font-weight: 700;
	display: block;
	background: #0B4650;
	height: 72px;
	line-height: 72px;
	margin: auto;
	display: block;
	color: #FFF;
	margin-top: 30px;
	text-transform: uppercase;
	text-align: center;
}
.cart-collaterals .cart_totals td, .cart-collaterals .cart_totals th{
	padding-top: 25px;
	padding-bottom: 25px;
	width: 50%;
}
.cart_totals > h2{
	display: none;
}
.cart-collaterals .cart_totals #shipping_method input[type="radio"]{
	display: none;
}
.cart-collaterals .cart_totals #shipping_method label{
	display: block;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	margin-bottom: 15px;
}
.cart-collaterals .cart_totals #shipping_method label:before{
	content: "";
	border: 2px solid #999;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: -35px;
	top: -1px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	z-index: 9;
}
.cart-collaterals .cart_totals #shipping_method input[type="radio"]:checked + label:before{
	border: 2px solid #0b4650;
}
.cart-collaterals .cart_totals #shipping_method input[type="radio"]:checked + label:after{
	content: "";
	display: block;
	background: #66CCDF;
	width: 24px;
	height: 24px;
	z-index: 8;
	left: -33px;
	top: 1px;
	position: absolute;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
#shipping_method li{
	margin-bottom: 0;
	margin-top: 15px;
}
table.cart{
	margin-top: 80px;
}
/*************************
*
*	DEFAULT PAGE
*
*************************/

.call-to-action{
	font-size: 24px;
	color: #0B4650;
	font-weight: 700;
	border-bottom: 2px solid #0B4650;
	cursor: pointer;
}

/*************************
*
*	CONTACT
*
*************************/

.flex_row{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.col2{
	width: 49%;
}
.contact-info p{
	margin-bottom: 0;
	line-height: 30px;
}
.bold{
	font-weight: 700;
}
.link{
	color: #66CCDF;
}
.input-field{
	border: 2px solid #0A4650;
	height: 75px;
	line-height: 75px;
	padding-left: 15px;
}
.contact-form{
	margin-top: 44px;
}
textarea.message{
	height: 190px;
	width: 100%;
	margin-top: 20px;
	line-height: 30px;
	padding-top: 20px;
}
.c-button{
	margin-left: auto;
	margin-right: 0;
	font-weight: 700;
}
.contact-bottom{
	margin-top: 100px;
}
.contact-bottom > .col2{
	border-top: 2px solid #66CCDF;
	padding-top: 40px;
}
.outlet{
	width: 49%;
	height: 250px;
	line-height: 250px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.outlet img{
	vertical-align: bottom;	
	max-width: 60%;
}
.outlet span{
	position: absolute;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	left: 0;
	top: 35px;
	color: #66CCDF;
	text-transform: uppercase;
	max-width: 100px;
	text-align: left;
}
.nomg{
	margin: 0;
}
.contact-bottom .contact-info{
	margin-top: 30px;
}

/*************************
*
*	DASHBOARD
*
*************************/
.containerb{
	max-width: 1240px;
	margin: auto;
	width: 100%;
}
.dashboard{
	font-size: 0;
	padding-top: 50px;
}
.dashboard-left{
	display: inline-block;
	vertical-align: top;
	width: 66.6%;
	font-size: 20px;
	padding-right: 10px;
}
.dashboard-right{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	padding-left: 10px;
}
.alert-message{
	background: #F90;
	padding: 20px 30px;
	color: #FFF;
}
.alert-message p{
	margin-bottom: 5px;
	font-size: 22px;
}
.subtitle{
	font-size: 24px;
	margin-top: 35px;
	margin-bottom: 25px;
}
.dashboard-right + .subtitle{ 
	border-top: 2px solid #66CCDF; 
	padding-top: 45px; 
}
.recent-item{
	border-top: 2px solid #66CCDF;
	padding-top: 25px;
	color: #333;
	margin-bottom: 30px;
}
.recent-item .date{
	margin-bottom: 5px;
	font-style: italic;
}
.meteo{
	display: flex;
	
}
.m-box{
	-webkit-flex-basis: 33.3%;
	        flex-basis: 33.3%;
	text-align: center;
}
.m-box p{
	font-weight: 700;
	margin-bottom: 5px;
}
.m-box .val{
	font-size: 36px;
	padding-top: 15px;
	font-weight: 400;
}
.blue{
	color: #66CCDF;
}
.edit-links{
	margin-top: 25px;
	font-weight: 700;
}
.oh-table{
	font-size: 20px;
	display: table;
	width: 100%;
	margin-bottom: 10vh;
}
.oh-row{
	display: table-row;
}
.oh-cell{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
.oh-table .oh-row:first-child{
	font-weight: 700;
	font-size: 24px;
}
.oh-cell a{
	color: #66CCDF;
}
/*************************
*
*	INTERNATIONAL OUTLETS
*
*************************/
.outlets{
	overflow: hidden;
}
.int-map{
	height: 1000px;
	width: 1920px;
	position: relative;
	margin-left: calc((-1920px + 100vw)/1.45);
}
.int-map > img{
	width: 1920px;
	height: 1000px;
	object-fit: cover;
}
.nz_location{
	position: absolute;
	z-index: 9;
	bottom: 100px;
    left: 990px;
}
.point{
	width: 24px;
	height: 24px;
	background: #FFF;
	border: 5px solid #66ccdf;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}
.point_australia{
	bottom: 170px;
    left: 894px;
}
.point_singapore{
	bottom: 360px;
    left: 650px;
}
.point_japan{
	bottom: 555px;
	left: 839px;
	display: none;
}
.point_shang {
    bottom: 504px;
    left: 736px;
}
.point_cn {
    bottom: 475px;
    left: 704px;
}
.point_uae {
    bottom: 487px;
    left: 398px;
}
.point_usa{
	bottom: 600px;
    left: 1362px;
}
.point_canada{
	bottom: 613px;
	left: 1584px;
	display: none;
}

connection {
	z-index: 9;
	border: 2px dashed;
	border-radius: 7em;
	color: transparent;
	border-radius: 100%;
	transition: color 6s;
}
connection.active{
	color: #878787;
}
.popup_rel{
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}
.point:hover .popup_rel{
	display: block;
}
.popup_rel:after{
	content: "";
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #0A4650;
	display: block;
	position: absolute;
	left: -13px;
	bottom: 14px;
	z-index: 9999;
}
.popup_abs{
	position: absolute;
	width: 280px;
	/* height: 150px; */
	padding-bottom: 10px;
	background: #0A4650;
	background-color: rgba(10, 70, 80, 0.90);
	bottom: 30px;
	left: -140px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;
	z-index: 9999;
}
.tpopup_t{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 20px;
}
.tpopup_c{
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 18px;
}
.tpopup_w{
	border-top: 2px solid #66ccdf;
	padding-top: 10px;
	font-size: 16px;
	margin-bottom: 0;
}
.tpopup_maintitle {
	border-bottom: 2px solid #66ccdf;
	padding-bottom: 15px;
	font-size: 18px;
	margin-bottom: 15px;
}
.tpopupt{
	font-size: 16px;
}
.map-text-top{
	left: 0;
	top: 180px;
	position: absolute;
	text-align: right;
}
.map-text a:hover {
	color: #66CCDF;
}
.outlets .map-text{
	color: #333;
	z-index: 8;
}
.outlets{
	position: relative;
}

/*************************
*
*	NEW ZEALAND OUTLETS
*
*************************/
.nz-map{
	height: 1000px;
	width: 667px;
	margin: 30px auto;
	position: relative;
}

.nz-outlets .map-text .map-title p{
	margin-top: 15px;
}
.nz-map > img{
	height: 1000px;
	width: 800px;
	object-fit: cover;
}
.point_1{
    left: 107px;
    bottom: 171px;
}
.point_2{
	left: 373px;
	bottom: 485px;
}
.point_3{
	left: 460px;
	bottom: 468px;
}
.point_4{
	left: 437px;
	bottom: 835px;
}
.point_5{
	left: 504px;
	bottom: 556px;
}
.point_6{
	left: 411px;
	bottom: 649px;
}
.point_7{
	left: 562px;
	bottom: 598px;
}
.point_8{
	left: 497px;
	bottom: 732px;
}
.point_9{
	left: 131px;
	bottom: 186px;
}
.point_10{
	left: 345px;
	bottom: 294px;
}
.point_11{
	left: 456px;
	bottom: 499px;
}
.nz-map .tpopup_c{
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px solid #66ccdf;
	padding-bottom: 15px;
}
input, textarea, select, button {
	font-family: "jaf-facitweb", "Helvetica Neue", Arial, sans-serif;
}


.home .fourth-bottom a:hover {
	color: #FFF;
	text-decoration: none;
}

ol { 
	padding-left: 20px;
}
ol li {
	list-style-type: decimal;
}

.text-wrap ul li {
	list-style-type: disc;
	padding-left: 20px;
}

.map-desc a { text-transform: uppercase; }
.home .recent-article a:hover { color: #FFF; }
.reset_variations, .archive .woocommerce-result-count, .archive .woocommerce-ordering, .archive select.orderby { display: none; }
.woocommerce-error, .woocommerce-message { margin: 20px 0px; }
.woocommerce-message a { color: #66CCDF; }
.woocommerce-cart h2.text-title { display: none; }

.woocommerce-MyAccount-navigation li { float: left; margin-right: 10px; }
.woocommerce-MyAccount-navigation li a { float: left; margin-right: 10px; }
.woocommerce-MyAccount-navigation li a:hover { color: #66CCDF; } 
.woocommerce-account h2.text-title { margin-bottom: 15px; margin-top: 0px; }
nav.woocommerce-MyAccount-navigation { border-bottom: 2px solid #66CCDF; padding-bottom: 26px; margin-bottom: 45px; }
nav.woocommerce-MyAccount-navigation li.is-active  a { color: #66CCDF; }


#sparkle {
	text-transform: uppercase;
    background: -webkit-linear-gradient(left, white 0%, grey 40%, grey 60%, white 100%);
    background: -moz-linear-gradient(left, white 0%, grey 40%, grey 60%, white 100%);
    background-size: 1000px;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    
    -webkit-animation: gradient-animation infinite 10s linear;
    -moz-animation: gradient-animation infinite 10s linear;
}
@-webkit-keyframes gradient-animation {
    0% {background-position: left top;}
    100% {background-position: right top;}
}

@-moz-keyframes gradient-animation {
    0% {background-position: left top;}
    100% {background-position: right top;}
}
#loader {
	padding-top: 20%;
	height: 100vh;
	width: 100%;
	z-index: 9999;
	background: #0a4650;
	text-align: center;
	position: fixed;
}
.cart-empty{ margin-top: 70px; }
.home a:hover { color: #66CCDF; }
.woocommerce-error li { color: red; }
.woocommerce-checkout input { border: 1px solid #999; }
.woocommerce-checkout label { min-width: 50%; }
abbr[title], acronym[title] { text-decoration: none; }
.page-template-nz-outlets-page, .page-template-international-outlets-page { margin-bottom: 40px; }
.page-template-default .text-wrap h3 { margin-bottom: 15px;}
hr { border-top: 2px solid #66CCDF; margin: 20px 0px; }
.page-template-default .text-wrap ul,.page-template-default .text-wrap ol  { list-style-type: initial; margin-left: 20px;}
.alignright { float: right; margin: 20px 0px 20px 20px; }
.alignleft { float: left; margin: 20px 20px 20px 0px; }
.clear { clear: both; }
.woocommerce-shipping-calculator { display: none; }
.page-template-default .text-wrap .woocommerce-MyAccount-navigation ul { list-style-type: none;  margin-left: 0px; }
.page-template-default .text-wrap ul li { list-style-type: none; padding-left: 0px; }
.woocommerce-account .text-wrap h2.text-title { display: none; }
.woocommerce-EditAccountForm  .woocommerce-Button { padding: 10px; }
.archive .cat-item-29, .blog .cat-item-29 { display: none; }
#alert-box { background-color: #ff9900; color: #FFF; padding: 20px 20px 5px 20px; }
#dashboard-left { width: 65%; display: inline-block;}
#dashboard-right { width: 31%; padding-left: 1%; display: inline-block; vertical-align: top; }
.woocommerce-orders .woocommerce-MyAccount-content table.my_account_orders .button { padding-right: 4px; }
#account-blog { margin-top: 25px; }
#account-blog h3 { font-size: 24px; text-transform: uppercase; }
.account-blog-post-date { text-transform: italic; margin-bottom: 0px; font-style: italic; }
.account-blog-post { border-top: 1px solid #66ccdf; padding-top: 18px; }
/* 7.4 Checkout */
.woocommerce-checkout .type-page h1:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-right: .618em;
  font-weight: normal;
  content: "x";
}
.required {
  border: 0;
  color: #b85f56;
}
.checkout #shiptobilling {
  float: none;
  width: 100%;
}
.checkout #shiptobilling input[type="checkbox"] {
  float: left;
  margin-right: 1em;
}
.checkout #order_review {
  background: #f7f7f7;
  padding: .618em;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkout #order_review table {
  background: #fcfcfc;
  border: 1px solid #e8e4e3;
  border-bottom: 0;
  box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.015);
  -webkit-box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.015);
}
.checkout #order_review table tr td:first-child,
.checkout #order_review table tr th:first-child {
  padding-left: 1em;
}
.checkout #order_review #payment ul {
  border-bottom: 4px double #e8e4e3;
}
.checkout #order_review #payment ul li {
  list-style: none;
  margin-bottom: 1em;
}
.checkout #order_review #payment ul li input[type="radio"] {
  margin-right: 1em;
  margin-top: .382em;
  float: left;
  box-shadow: 0 1px 0 0 #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
}
.checkout #order_review #payment ul li label {
  font-weight: bold;
  margin-bottom: .618em;
  display: block;
}
.checkout #order_review #payment ul li label img {
  float: right;
  padding: 0;
  border: 0;
}
.checkout #order_review #payment ul li .payment_box {
  background: #fff;
  padding: 1em;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkout #order_review #payment ul li .payment_box p:last-child {
  margin-bottom: 0;
}
.checkout #order_review #payment ul li .payment_box label {
  font-size: 1em;
}
.checkout #order_review .form-row.place-order {
  width: 100%;
  margin-bottom: 0;
}
.checkout #order_review .form-row.place-order:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.checkout #order_review .form-row.place-order .button {
  font-size: 1.387em;
  margin-bottom: .618em;
  float: left;
}
.checkout #order_review .form-row.place-order .form-row.terms {
  width: auto;
  float: right;
  margin-bottom: 0;
}
.checkout #order_review .form-row.place-order .form-row.terms label {
  float: left;
  margin-right: .618em;
}
.checkout .create-account {
  clear: both;
}
.checkout .create-account p:first-child {
  padding: .618em 1em .618em 2.618em;
  margin-bottom: 1.618em;
  background: #fff;
  border: 1px solid #4d65a4;
  border-left-width: .382em ;
  position: relative;
  font-weight: bold;
}
.checkout .create-account p:first-child:before {
  font-family: 'WebSymbolsRegular';
  content: "S";
  display: block;
  color: #4d65a4;
  font-weight: normal;
  position: absolute;
  top: .618em;
  font-size: 1em;
  left: .857em;
}
ul.order_details {
  border: 1px solid #e8e4e3;
  list-style: none;
  padding-left: 1.618em;
  position: relative;
}
ul.order_details:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.order_details li {
  padding: 1em 2em 1em 0;
  margin-right: 2em;
  float: left;
  border-right: 1px solid #e8e4e3;
  text-transform: uppercase;
  font-size: .857em;
  color: #9f9693;
}
ul.order_details li strong {
  display: block;
  text-transform: none;
  font-size: 1.387em;
  color: #6c6360;
}
ul.order_details li:last-child {
  border-right: 0;
}
ul.order_details:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-left: .618em;
  font-weight: normal;
  content: "/";
  position: absolute;
  top: .327em;
  right: .618em;
  font-size: 2.244em;
  color: #84ac50;
}
/* 7.5 Widgets */
.widget ul li .count {
  float: right;
}
.widget ul.product_list_widget li {
  margin-bottom: .618em;
  padding-bottom: .618em;
  border-bottom: 1px dashed #e8e4e3;
}
.widget ul.product_list_widget li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.widget ul.product_list_widget li a {
  display: block;
}
.widget ul.product_list_widget li img {
  float: right;
  width: 2.244em;
  height: auto;
  margin-left: 1em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget ul.product_list_widget li del {
  opacity: 0.5;
  filter: alpha(opacity=@opacity * 100);
}
.widget ul.product_list_widget li ins {
  font-weight: bold;
  text-decoration: none;
  margin-left: .618em;
}
.widget ul.product_list_widget li:last-child {
  border-bottom: 0;
}
.widget_woo_subscribe #connect {
  background: none;
  border: 0;
  padding: 0;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  outline: none;
  background: #fff;
  border: 1px solid #ff4800;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #ff4800;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e8e4e3;
}
.widget_price_filter .ui-slider-horizontal {
  height: 1em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
/* 7.6 Account */
#customer_login .col-1 h2:before,
#customer_login .col-2 h2:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-right: .618em;
  font-weight: normal;
}
#customer_login .col-1 h2:before {

}
#customer_login .col-2 h2:before {
  
}
#customer_login .lost_password {
  display: block;
  margin-top: 1em;
}
ul.digital-downloads li {
  list-style: none;
  padding-bottom: .618em;
}
ul.digital-downloads li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.digital-downloads li .count {
  float: right;
}
ul.digital-downloads li a:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-right: .618em;
  font-weight: normal;
  content: ";";
}
table.my_account_orders .button {
  font-size: .857em;
}
.checkout h3 {
	clear: both;
	display: block;
	margin: 20px 0px;
}
.checkout label {
	
}
.validate-required.woocommerce-invalid input {
    border-color: #b85f56;
    background: #f4e7e6;
}

.woocommerce-checkout .woocommerce form.checkout_coupon { width: 100%; float: left; clear: both; }

.woocommerce-checkout input.button {
    border: 1px solid #66ccdf;
    padding: 10px;
    background: #66ccdf;
    border-radius: 5px;
    color: #FFF;
}

.woocommerce-info { margin: 20px 0px; }

.prod-accordion .acc-text a {
	color: #66CCDF;
}

@media only screen and (min-width: 768px) {	
	.col2-set .col-2 {
		width: 48%;
		float: right;
	}
	.col2-set .col-1 {
		width: 48%;
		float: left;
	}
	.form-row-first {
		clear: left;
	}

	.form-row {
		width: 48%;
		float: left;
		margin-bottom: 2.053em;
	}
	.form-row .input-text, .form-row select {
		width: 100%;
		border: 2px solid #66ccdf;
		border-radius: 4px;
		padding: 7px;
		color: #333;
	}	
	.form-row-wide {
		float: left;
		width: 100%;
		clear: both;
	}	
	.woocommerce-additional-fields, #order_comments_field { width: 100%; }
	
	.form-row-last {
		float: right;
	}
}
.side-popup { 
	display: none; 
	position: fixed;
    left: auto;
    right: 64px;
	bottom: auto;
    top: 18px;
    height: auto;
    max-height: auto;
}
.woocommerce-account .woocommerce {
	padding-top: 20px; 
}
.woocommerce-account .woocommerce .register {
	margin-top: 17px;
}
.single-product .woocommerce-message a {
	width: 200px;
	text-align: center;
	font-weight: 700;
	background: #0B4650;
	height: 72px;
	line-height: 72px;
	display: block;
	color: #FFF;
	margin-bottom: 23px;
	text-transform: uppercase;
}
.close-me-target {
	position: absolute;
	top: 12px;
	right: 18px;
	max-width: 23px;
}
.gform_wrapper .top_label .gfield_label { display: none !important; }
body .gform_wrapper .top_label div.ginput_container { margin-top: 0px !important;}
.gform_wrapper ul.gform_fields li.gfield { border: 2px solid #0A4650 !important; }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 20px 0px !important; }
.gform_wrapper ul.gform_fields li.gfield { width: 48.95%; display: inline-block; }
.gform_wrapper ul.gform_fields #field_1_1 { margin-right: 2%; }
.gform_wrapper ul.gform_fields li.gfield#field_1_3 { width: 100% !important; }
.main .gform_wrapper .gform_footer input.button, .main .gform_wrapper .gform_footer input[type=submit], .main .gform_wrapper .gform_page_footer input.button, .main .gform_wrapper .gform_page_footer input[type=submit] {
background: #0B4650;
width: 300px;
height: 72px;
line-height: 72px;
margin: auto;
display: block;
color: #FFF;
margin-top: 0px;
text-transform: uppercase;
margin-left: auto;
margin-right: 0;
font-weight: 700;
}
.main .gform_wrapper textarea {
    padding: 15px 0px;
}
.pay { color: #66CCDF; font-weight: bold; font-size: 20px; }
.checkout-red-notice {
	color: 000; display: block; width: 100%; clear: both; position: relative;
}
.checkout-red-notice-internal {
	
}
.checkout #customer_details .col-2 #wc-od p { display: none; }
.checkout #customer_details .col-2 #wc-od #delivery_date_field { display: block !important; }