/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}.paragraph ul {list-style: disc; margin-left: 20px;}

/* POSITION CLASSES */
.wrapper {
	width: 1340px;
	margin: 0 auto;
	position: relative;
}
.wrapper.medium {
	width: 1000px;
}
.wrapper.small {
	width: 800px;
}
.wrapper.extraSmall {
	width: 600px;
}
.clear {
	clear: both;
}
.dpn {
	display: none!important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatRightI {
	float: right!important;
}
.mt-5 {
	margin-top: -5px;
}
.mt-10 {
	margin-top: -10px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.p10-0 {
	padding: 10px 0;
}
.p15-0 {
	padding: 15px 0;
}
.p20-0 {
	padding: 20px 0;
}
.p0-20 {
	padding: 0px 20px;
}
.p30-0 {
	padding: 30px 0;
}
.p40-0 {
	padding: 40px 0;
}
.p50-0 {
	padding: 50px 0;
}
.p60-0 {
	padding: 60px 0;
}
.p100-0 {
	padding: 100px 0;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.p30 {
	padding: 30px;
}
.p40 {
	padding: 40px;
}
.p50 {
	padding: 50px;
}
.p60 {
	padding: 60px;
}
.p80 {
	padding: 80px;
}
.pt0 {
	padding-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pb40 {
	padding-bottom: 40px;
}
.pb80 {
	padding-bottom: 80px;
}
.p20-0-100 {
	padding: 20px 0 100px 0;
}
.p50-0-100{
	padding: 50px 0 100px 0;
}
/* FONT CLASSES */
.light {
	font-family: "Noto Sans JP";
	font-weight: 300;
	font-style: normal;
}
.regular {
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
}
.medium {
	font-family: "Noto Sans JP";
	font-weight: 600;
	font-style: normal;
}
.bold {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-style: normal;
}
.uppercase {
	text-transform: uppercase;
}
.normalCase {
	text-transform: none;
}
.underline {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
em {
	font-style: italic;
}
.centerText {
	text-align: center;
}
.title-big {
	font-size: 40px;
	line-height: 1.5;
}
.title-1 {
	font-size: 32px;
	line-height: 1.5;
}
.title-2 {
	font-size: 28px;
	line-height: 1.5;
}
.title-3 {
	font-size: 26px;
	line-height: 1.5;
}
.title-4 {
	font-size: 24px;
	line-height: 1.5;
}
.title-5 {
	font-size: 22px;
	line-height: 1.5;
}
.title-6 {
	font-size: 20px;
	line-height: 1.5;
}
.title-7 {
	font-size: 18px;
	line-height: 1.5;
}
.title-8 {
	font-size: 16px;
	line-height: 1.5;
}
.title-9 {
	font-size: 14px;
	line-height: 1.5;
}
/* GENERAL STYLING CLASSES */

.fixedWhatsapp {
	width: 50px;
	position: fixed;
	bottom: 75px;
	right: 10px;
	z-index: 3000;
}
.fixedWhatsapp img{
    float:left;
    width: 100%;
}

.backgroundCover {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.clearFix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.relative {
	position: relative;
}
.btn {
	cursor: pointer;
}
.formshowerror {
	border: 1px solid red;
	background-color: #ffd0d0;
	color: red;
}
.parallax {
	overflow: hidden;
	position: absolute;
	float: left;
	height: 100%;
	top: 0;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.image {
	float: left;
	width: 100%;
}
.image img {
	float: left;
	max-width: 100%;
}
.topImage {
	float: left;
	width: 100%;
}
.topImage img {
	float: left;
	width: 100%;
}
.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #e8e8e8;
}
.fourColumn {
	float: left;
	width: 21.5%;
}
.fourColumn:nth-child(2) {
	margin: 0 2% 0 3%;
}
.fourColumn:nth-child(3) {
	margin: 0 3% 0 2%;
}
.sixColumn{
	float:left;
	width: 16.66%;
	padding: 20px;
}
.center {
	display: flex;
	align-items: center;
	height: 100%;
}
.flexRow {
	flex: 0 0 100%;
}
.flex {
	display: flex;
}
.centerBack {
	background-position: center;
}
/* GENERAL ELEMENTS */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: white;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
a {
	color: inherit;
}
b {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-style: normal;
}
.paragraph {
	float: left;
	font-family: "Noto Sans JP";
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
	color: #18201c;
}
.paragraph img {
	max-width: 100%;
	height: auto;
}
.paragraph.white {
	color: white!important;
}
.paragraph.italic {
	font-style: italic;
}
.paragraph.small {
	font-size: 14px;
	line-height: 26px;
}
.paragraph.medium {
	font-size: 16px;
	line-height: 32px;
}
.paragraph.big {
	font-size: 18px;
	line-height: 35px;
}
.paragraph a {
	color: black;
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-style: normal;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
.paragraph a:hover {
	border-bottom: 1px solid black;
}
.paragraph.usps a {
    color: #18201c;
    font-weight: normal;
}
.button {
	float: left;
	padding: 14px 20px 14px;
	background-color: transparent;
	color: #18201c;
	font-weight: 700;
	text-decoration: none!important;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	border: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
.button.blackGhost {
	border: 1px solid black;
	background-color: transparent;
	color: black;
}
.button.blackGhost:hover {
	background-color: black;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.whiteGhost {
	border: 1px solid white;
	background-color: transparent;
	color: white;
}
.button.whiteGhost:hover {
	background-color: white;
	color: black;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.goldGhost {
	border: 1px solid #bba97b;
	background-color: transparent;
	color: #bba97b;
}
.button.goldGhost:hover {
	background-color: #bba97b;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.greenGhost {
	border: 1px solid #263232;
	background-color: transparent;
	color: #263232;
}
.button.greenGhost:hover {
	background-color: #263232;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.green {
	background-color: #263232;
	color: white;
}
.button.green:hover {
	background-color: #161d1d;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button:hover {
	background-color: #f9f9f9;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.small {
	padding: 9px 20px 11px;
	font-size: 15px;
}
.button.medium {
	padding: 15px 30px;
	font-size: 15px;
}
.button.big {
	padding: 18px 35px;
	font-size: 16px;
}
.button.inactive {
	opacity: 0.6;
	cursor: default;
}
.header {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 199;
}
.header.scroll{
	position: fixed;
}
.header.scroll .logo {
	display: none;
}
.header.scroll #menu{
	float:left;
}
.header.scroll .mainHeader {
	height: 80px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.header.scroll #menu {
	padding-left: 40px;
}
.header.scroll .rightAccount {
	top: 17px;
}
.header.scroll #menu ul {
	margin-top: 0;
}
.header.scroll #menu li a {
	padding: 30px 10px 30px 10px;
}
.header.scroll #menu .sub{
	top: 80px;
}
.header.scroll #menu .sub li a{
	padding: 10px!important;
}
.mainHeader {
	float: left;
	width: 100%;
	background-color: white;
}
.logo {
	float: none;
	display: table;
	margin: 20px auto 0;
	width: 200px;
}
.logo img {
	float: left;
	width: 100%;
}
.rightHeader {
	float: right;
	margin-top: 10px;
}
#menu {
	float: left;
	z-index: 100;
	position: relative;
	width: auto;
	float: none;
	margin: auto;
	display: table;
}
#menu ul {
	float: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 20px;
}
#menu ul.innerMenu{
	margin-top: 0px;
}
#menu li {
	float: left;
	width: auto;
	position: relative;
	margin-right: 25px;
}
#menu li.selected a {
	border-bottom: 3px solid #d9d0bb;
	color: #18201c;
	font-family: "Noto Sans JP";
	font-weight: 600;
	font-style: normal;
}
#menu li:last-child {
	margin-right: 0;
}
#menu li:hover a {
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
#menu li:hover .sub {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
#menu li a {
	float: left;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	padding: 20px 10px 20px 10px;
	position: relative;
	text-decoration: none;
	font-size: 17px;
	cursor: pointer;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #686868;
	letter-spacing: 0.05em;
}
#menu li a:hover {
	border-bottom: 3px solid #d9d0bb;
	color: #18201c;
}
#menu .sub {
	z-index: 99;
	position: absolute;
	width: 300px;
	top: 40px;
	background-color: #253232;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
#menu .megaMenu.sub{
	max-width: 900px;
	width: auto;
	background-color: white;
	position: absolute;
	display: flex;
}

#menu .sub li.leftMenu{
	float:left;
	width: 350px;
	padding: 30px 30px 30px;
	background-color: white;
}
#menu .sub.megaMenu li{
	border-bottom: none!important;
}
#menu .sub li.rightMenu{
	float: left;
	width: 550px;
	padding: 30px 30px 30px;
	background-color: #f7f7f7;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
#menu .sub li {
	float: left;
	width: 100%;
	margin: 0!important;
	border-bottom: 1px solid #1f2626;
}
#menu .megaMenu li.titleMenu{
	color: #bba97b;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 10px !important;
}
#menu .sub li:after {
	display: none;
}
#menu .sub li:last-child {
	border-bottom: none;
}
#menu .sub li a {
	float: left;
	width: 100%;
	text-shadow: none;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-size: 14px;
	padding: 12px 10px;
	cursor: pointer;
	color: white;
	text-transform: none;
	height: auto;
	border-bottom: none;
	letter-spacing: 0;
}
#menu .sub.megaMenu li a{
	font-size: 15px;
	padding: 12px 0px 12px 20px;
	color: black;
	line-height: 1;
}
#menu .sub.megaMenu li a:before{
	content: '\f105';
	font-family: "FontAwesome";
	left: 0;
	top: 8px;
	position: absolute;
	color: #bba97b;
	margin-right: 10px;
}
#menu .sub li a:hover {
	background-color: #2f3e3e;
}
#menu .sub.megaMenu li a:hover{
	background-color: transparent;
	color: #bba97b;
}
#menu .sub li:last-child {
	border-bottom: none;
}
.iconArrow {
	display: none;
}
.rightAccount {
	position: absolute;
	top: 40px;
	right: 40px;
}
.accountIconList {
	float: left;
}
.accountIconList li {
	float: left;
	position: relative;
}
.accountIconList a, .accountIconList span {
	float: left;
	padding: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.accountIconList a:hover, .accountIconList span:hover {
	background-color: #eee;
}
.accountIconList img {
	max-width: 30px;
}
.treatment{
	margin-bottom: 40px;
}
.treatment:last-child{
	margin-bottom: 0;
}
#fancybox_aantal{
	max-width: 500px;
}
#add-cart-box{
	font-family: "Noto Sans JP";
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
	color: #18201c;
}
.collapseSearch{
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(220, 219, 215, 0.9);
	z-index: 299;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	top: -100%;
	opacity: 0;
}
.collapseSearch.open{
	top: 0;
	opacity: 1;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.collapseSearch .form{
	position: absolute;
	top: 50%;
	width: 60%;
	margin: 0 20%;
	transform: translateY(-50%);
}
.collapseSearchInput{
	float: left;
	width: calc(100% - 60px);
	height: 60px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #bba97b;
	font-size: 30px;
	font-weight: 300;
	outline: none;
}
.collapseSearchButton{
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.collapseSearchButton img{
	float: left;
}
.close{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 299;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.close img{
	float: left;
	width: 100%;
}
.count {
	position: absolute;
	background-color: #bba97b;
	color: white;
	z-index: 80;
	font-size: 11px;
	right: -4px;
	top: -4px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	text-align: center;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 18px;
}
.headerButton {
	margin-left: 30px;
}
.socialMenu {
	float: left;
	width: auto;
	margin-left: 20px;
}
.socialMenu li {
	float: left;
	color: white;
	margin-right: 10px;
	position: relative;
}
.socialMenu li.followText {
	float: left;
	line-height: 30px;
	margin-right: 15px;
}
.socialMenu li:last-child {
	margin-right: 0;
}
.socialMenu a {
	float: left;
	color: white;
	text-decoration: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.socialMenu a:hover {
	background-color: #ffffff;
	color: #18201c;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.slideContainer {
	float: left;
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.slideContainer.sub {
	height: 500px;
}
.slideContainer.sub .slideImage {
	height: 500px;
}
.slideContainer.sub .wrapperSlide {
	height: 500px;
}
.content {
	float: left;
	width: 99.9%;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 292px;
}
.inner {
	padding-left: 40px;
	padding-right: 40px;
}
.slideImage {
	float: left;
	width: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center;
	height: 550px;
}
.slideHeight {
	height: 550px;
}
.wrapperSlide {
	position: absolute;
	width: 1340px;
	left: 50%;
	margin-left: -670px;
	height: 550px;
}
#items {
	float: left;
}
#items .owl-item {
	float: left;
}
.item {
	float: left;
	width: 100%;
}
.slideImageInner {
	position: absolute;
	width: 400px;
	z-index: 80;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.slideImageInner img {
	float: left;
	width: 100%;
}
.slideText {
	position: absolute;
	z-index: 80;
	right: 50%;
	bottom: 30px;
	width: 50%;
}
.textSlide {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 500px;
	transform: translateY(-50%);
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
}
.textSlide.sub {
	top: auto;
	bottom: 100px;
	transform: none;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(102, 96, 96, 0.1);
}
.quickNavOuter:hover .quickNav {
	color: #bba97b;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.quickNav {
	float: left;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	color: #18201c;
	line-height: 34px;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.quickNavImage {
	float: left;
	width: 34px;
}
.quickNavImage img {
	float: left;
	width: 100%;
}
.leftMenu, .leftMenu_2 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.leftMenu li, .leftMenu_2 li {
	float: left;
	width: 100%;
}
.leftMenu li.selected a, .leftMenu_2 li.selected a {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-style: normal;
}
.leftMenu a, .leftMenu_2 a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	font-size: 14px;
	color: #18201c;
}
.leftMenu a:hover, .leftMenu_2 a:hover {
	color: #bba97b;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.categoryMenu {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.categoryMenu li {
	float: left;
	width: 100%;
}
.categoryMenu li.selected a {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-style: normal;
}
.categoryMenu li.selected .categorySub {
	display: block;
}
.categoryMenu a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	font-size: 15px;
	color: #18201c;
}
.categoryMenu a:hover {
	color: #bba97b;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.categoryMenu .categorySub {
	float: left;
	width: 100%;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}
.categoryMenu .categorySub .categorySubSub {
	padding-left: 30px;
}
.categoryMenu .categorySub a {
	font-weight: 400!important;
	font-size: 14px;
}
.categoryMenu .categorySub li {
	float: left;
	width: 100%;
}
.categoryMenu .categorySub li.selected a {
	font-weight: 700!important;
}
.categoryMenu .categorySub li.selected li a{
	font-weight: 400!important;
}
.categoryMenu .categorySub li.selected li.selected a{
	font-weight: 700!important;
}
.categoryMenu .categorySubSub a {
	font-weight: 400!important;
	font-size: 14px;
}
.categoryMenu .categorySubSub li.selected a {
	font-weight: 700!important;
}
.stars {
	float: left;
	width: 100%;
	list-style: none!important;
	margin-left: 0!important;
	min-height: 19px;
}
.stars li {
	float: left;
	width: auto;
}
.stars i {
	float: left;
	color: #d3c8ac;
	font-size: 16px;
	letter-spacing: 4px;
}
/*CHECKLIST*/
.checkList {
	float: left;
	width: 100%;
	margin: 20px 0;
	margin-left: 0!important;
}
.checkList li {
	list-style: none;
	padding-left: 30px;
	position: relative;
}
.checkList li:before {
	content: '\f00c';
	font-size: 14px;
	color: black;
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
}
.breadCrumbs {
	float: left;
	width: 100%;
}
.breadCrumbs li {
	float: left;
	font-size: 14px;
	line-height: 1.7;
}
.breadCrumbs li:after {
	position: relative;
	content: '\f105';
	font-family: "FontAwesome";
	margin: 1px 20px 0 20px;
	color: #bba97b;
	font-size: 13px;
	float: left;
	vertical-align: middle;
}
.breadCrumbs li:last-child:after {
	display: none;
}
.breadCrumbs li:last-child a {
	color: #ffffff;
	cursor: default;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
}
.breadCrumbs a {
	float: left;
	text-decoration: none;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	color: white;
	font-size: 14px;
}
.breadCrumbs a:hover {
	color: #bba97b;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.footerList {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.footerList li {
	float: left;
	width: 100%;
}
.footerList a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-family: "Noto Sans JP";
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 30px;
	color: #9f9f9f;
}
.footerList a:hover {
	color: #bba97b;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.borderFooter {
	border: 1px solid #444f4f;
}
.borderFooter.second {
	border-left: 0;
}
.contactLinks {
	float: left;
	width: 100%;
}
.contactLinks li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 15px;
}
.contactLinks i {
	float: left;
	width: 30px;
}
.contactLinks a {
	float: left;
	color: white;
	font-family: "Noto Sans JP";
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
}
.contactLinks a:hover {
	color: #bba97b;
}
.contactLinks.contact li{
	font-size: 17px;
}
.contactLinks.contact a{
	color: black;
}
.contactLinks.contact a:hover {
	color: #bba97b;
}
.inputLabel {
	float: left;
	width: 100%;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: #18201c;
	font-size: 14px;
}
.input {
	float: left;
	width: 100%;
	cursor: auto;
	display: inline-block;
	position: relative;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	outline: none;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: transparent;
	color: black;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.input:focus {
	border-color: rgba(0, 0, 0, 0.2);
}
.input.error {
	border-color: #c00000;
}
.input.ok {
	border-color: #0b6822;
}
.input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: rgba(0, 0, 0, 0.5);
	font-style: italic;
}
.input::-moz-placeholder {
	/* Firefox 19+ */

	color: rgba(0, 0, 0, 0.5);
	font-style: italic;
}
.input:-ms-input-placeholder {
	/* IE 10+ */

	color: rgba(0, 0, 0, 0.5);
	font-style: italic;
}
.input:-moz-placeholder {
	/* Firefox 18- */

	color: rgba(0, 0, 0, 0.5);
	font-style: italic;
}
.contactForm .input {
	background-color: white;
}
textarea {
	float: left;
	max-width: 100%;
	min-height: 150px;
	padding: 20px;
}
.searchButton {
	outline: none;
	position: absolute;
	top: 1px;
	right: 1px;
	height: 40px;
	width: 40px;
	padding: 5px;
	background-color: white;
	border: none;
	z-index: 20;
	cursor: pointer;
}
.searchButton img {
	float: left;
	width: 100%;
}
.searchButton:hover {
	background-color: #faf9f5;
}
footer {
	float: left;
	width: 100%;
	padding: 100px 0 50px 0;
	margin-bottom: 40px;
	background-color: #263232;
	margin-top: 40px;
}
.socialIcons {
	float: left;
	width: auto;
}
.socialIcons li {
	float: left;
	color: white;
	margin-right: 20px;
}
.socialIcons li:last-child {
	margin-right: 0;
}
.socialIcons a {
	float: left;
	color: white;
	text-decoration: none;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	background-color: transparent;
	border: 1px solid white;
}
.socialIcons a:hover {
	background-color: white;
	color: #263232;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.socialIcons i {
	padding-left: 1px;
}
.bottomFooter {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.bottomFooter li {
	float: left;
	margin-right: 20px;
}
.bottomFooter li:last-child {
	margin-right: 0;
}
.bottomFooter a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-family: "Noto Sans JP";
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 30px;
	color: #9f9f9f;
}
.bottomFooter a:hover {
	color: #bba97b;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
#maps {
	float: left;
	width: 100%;
	height: 400px;
	background-color: #f9f9f9;
}
#maps iframe{
	float: left;
	width: 100%;
	height: 400px;
}
.middle {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*SHOP*/
.pagination {
	float: left;
}
.pagination li {
	float: left;
	width: auto;
	font-size: 13px;
	color: black;
	margin-right: 2px;
}
.pagination li a {
	text-decoration: none;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	width: 30px;
	height: 40px;
}
.pagination li.active a {
	color: black;
	font-family: "Noto Sans JP";
	font-weight: 600;
	font-style: normal;
}
.pagination li a:hover {
	background-color: #f1f1f1;
	color: black;
}
.pagination li.selected {
	margin-right: 6px;
}
.pagination li.selected a {
	background-color: #263232;
	color: white;
}
.pagination li:hover {
	background-color: white;
}
.pagination li.active a:hover {
	cursor: default;
}
.selectBoxCol {
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	float: left;
	width: 220px;
	position: relative;
	border: 1px solid #eee;
	overflow: hidden;
	background-color: transparent;
	min-width: 220px;
	z-index: 10;
}
.selectBoxCol.big {
	height: 50px;
}
.selectBoxCol:after {
	position: absolute;
	top: 13px;
	right: 15px;
	font-size: 14px;
	color: #717171;
	content: '\f107';
	font-family: "FontAwesome";
	z-index: -1;
}
.selectBox {
	height: 40px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	padding: 8px 40px 8px 10px;
	width: 130%;
	font-size: 13px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #717171;
}
.selectBoxCol.detail {
	height: 47px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin-right: 10px;
}
.selectBoxCol.detail .selectBox {
	padding: 5px 40px 8px 10px;
	height: 47px;
}
.selectBoxCol.detail:after {
	top: 17px;
}
.productItem {
	float: left;
	padding: 20px;
	width: 31.33%;
}
.productItem:nth-child(3n+2) {
	margin-right: 3%;
	margin-left: 3%;
}
.productItemMore {
	margin: 1%!important;
	width: 23%;
}
.productItemMore .image{
	float: none;
	margin: auto;
	display: table;
	max-width: 300px;
}

.oldPrice {
	line-height: 1;
	margin-right: 10px;
	position: relative;
	margin-top: 10px;
}
.oldPrice:after {
	height: 1px;
	width: 105%;
	background-color: #787878;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(-6deg);
}
.sizes{
	float:left;
	width: 100%;
	margin-top: 10px;
}
.sizes li{
	float:left;
	padding: 10px;
	border: 1px solid #dedede;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.sizes li:hover{
	background-color: #e6e6e6;
}
.sizes li.selected{
	background-color: black;
	color: white;
}
.sizes li.disabled{
	opacity: 0.4;
	cursor: default!important;
}
.sizes li.disabled:hover{
	background-color: transparent;
}
.cartButton {
	float: left;
	width: 45px;
	height: 45px;
	padding: 10px;
	border: 1px solid transparent;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.cartButton img {
	float: left;
	width: 100%;
}
.cartButton:hover {
	background-color: #faf9f5;
	border: 1px solid #faf9f5;
}
/* COL */
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
}
.col-1 {
	width: 8.333%;
}
.col-2 {
	width: 16.666%;
}
.col-2-5 {
	width: 20%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333%;
}
.col-5 {
	width: 41.666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333%;
}
.col-8 {
	width: 66.666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333%;
}
.col-11 {
	width: 91.666%;
}
.col-12 {
	width: 100%;
}
.col-padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.col-padding-right {
	padding-right: 15px;
}
.col-padding-left {
	padding-left: 15px;
}
.col-padding-right-big {
	padding-right: 40px;
}
.col-padding-left-big {
	padding-left: 40px;
}
.s-show,
.s-show-block {
	display: none;
}
/*CHECK + RADIO*/
.custom input[type="checkbox"]:not(:checked),
.custom input[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.custom input[type="checkbox"]:not(:checked) + label,
.custom input[type="checkbox"]:checked + label {
	float: left;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	padding-top: 0px;
	line-height: 1.5;
	color: black;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	width: 100%;
}
.custom input[type="checkbox"]:not(:checked) + label:before,
.custom input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 17px;
	height: 17px;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: white;
}
.custom input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.custom input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.custom input[type="checkbox"]:not(:checked) + label:after,
.custom input[type="checkbox"]:checked + label:after {
	content: '\f00c';
	font-family: "FontAwesome";
	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 10px;
	line-height: 0.8;
	color: #2699fb;
	padding: 4px 7px 6px 3px;
	width: 7px;
	height: 7px;
	background-color: transparent;
	transition: all .2s;
}
.custom input[type="radio"]:not(:checked),
.custom input[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
.custom input[type="radio"]:not(:checked) + label,
.custom input[type="radio"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	padding-top: 0px;
	letter-spacing: 0;
	color: #636466;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	width: 100%;
}
.custom input[type="radio"]:not(:checked) + label:before,
.custom input[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 1px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #263232;
}
.custom input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.custom input[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.custom input[type="radio"]:not(:checked) + label:after,
.custom input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 3px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #263232;
	transition: all .2s;
}
.newsLetterButton {
	height: 44px;
	margin-top: 23px;
}
.maps {
	float: left;
	width: 100%;
}
.maps iframe {
	float: left;
	width: 100% !important;
}
/*FAQ*/
.faqanswer {
	display: none;
	padding: 5px 20px 10px 20px;
	width: 100%;
	float: left;
}
.togglefaq.active {
	font-weight: bold;
}
.togglefaq {
	text-decoration: none;
	font-size: 14px;
	padding: 10px 20px;
	line-height: 20px;
	display: block;
	width: 100%;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	float: left;
	color: #404040;
	border-bottom: none!important;
}
.togglefaq .fa-plus {
	color: #bba97b;
	margin-right: 15px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
}
.togglefaq .fa-minus {
	color: #bba97b;
	margin-right: 15px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
}
/* PAGES */
.blackColor {
	color: black;
}
.whiteColor {
	color: white;
}
.goldColor {
	color: #bba97b;
}
.greyColor {
	color: #9f9f9f;
}
.greyDarkColor {
	color: #7a7a7a;
}
.greenColor {
	color: #263232;
}
.blackBack {
	background-color: black;
}
.whiteBack {
	background-color: white;
}
.goldBack {
	background-color: #bba97b;
}
.goldLightBack {
	background-color: #f8f7f5;
}
.goldExtraLightBack {
	border-top: 1px solid #f5f2ee;
	background-color: #fafaf7;
}
.infoBack {
	border: 1px solid #f5f2ee;
	background-color: #fafaf7;
}
.greenBack {
	background-color: #263232;
}
.borderTop {
	border-top: 1px solid #e5e5e5;
}
.borderBottom {
	border-bottom: 1px solid #e5e5e5;
}
#amount {
	outline: none;
	border: none;
	font-size: 14px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	color: #404040;
}
/*SHOP*/
.textShare {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	color: black;
	margin-right: 10px;
	line-height: 20px;
}
.share {
	float: left;
	width: 100%;
}
.share ul {
	float: left;
}
.share li {
	float: left;
}
.share a, .share span {
	float: left;
	text-align: center;
	width: 40px;
	font-size: 17px;
	color: #737373;
}
.share a:hover, .share span:hover {
	color: #bba97b;
}
.share img {
	float: left;
	width: 20px;
}
.quantity {
	float: left;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity input[type=number] {
	-moz-appearance: textfield;
}
.quantity input {
	width: 70px;
	float: left;
	display: block;
	font-size: 15px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0;
	border: none;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	color: #3a3a3a;
	height: 47px;
	text-align: center;
}
.quantity input:focus {
	outline: 0;
}
.quantityNav {
	float: left;
	position: relative;
	height: 47px;
}
.quantityButton {
	float: left;
	position: relative;
	cursor: pointer;
	background-color: #f9f9f9;
	width: 34px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #3a3a3a;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 47px;
	line-height: 47px;
	border: 1px solid #e4e4e4;
}
.cartDetailButton {
	float: left;
}
.cartDetailButton button {
	height: 47px;
	padding: 10px 22px;
	margin-left: 10px;
	border: none;
	background-color: #bba97b;
	color: white;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}
.cartDetailButton button:hover {
	background-color: #94835e;
}
/*FS*/
.fs11 {
	font-size: 11px;
}
.fs13 {
	font-size: 13px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs17 {
	font-size: 17px;
}
.fs18 {
	font-size: 18px;
}
/*LETTER SPACING*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
.ls-6 {
	letter-spacing: 6px;
}
.line1 {
	line-height: 1;
}
.line12 {
	line-height: 1.2;
}
.line14 {
	line-height: 1.4;
}
.line16 {
	line-height: 1.6;
}
.line2 {
	line-height: 2;
}
.shadowText {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.zi70 {
	z-index: 70;
}
.zi80 {
	z-index: 80;
}
/* FONT CLASSES GENERAL */
.autoColumn-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.fontSmooth {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.rightText {
	text-align: right;
}
.lightFont {
	font-family: "Noto Sans JP";
	font-weight: 300;
	font-style: normal;
}
.regularFont {
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;
}
.mediumFont {
	font-family: "Noto Sans JP";
	font-weight: 600;
	font-style: normal;
}
.boldFont {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-style: normal;
}
.goldTopBorder {
	border-top: 4px solid #bba97b;
}
.threeColumn {
	float: left;
	width: 31.66%;
	position: relative;
}
.threeColumn:nth-child(3n + 2) {
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.treatments .threeColumn {
	margin-bottom: 2.5%;
}
.blogsmall {
    min-height: 250px;
}
.shadow {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.textRight {
	text-align: right;
}
.centerDiv {
	float: none;
	display: table;
	margin: auto;
}
.hidden {
	overflow: hidden;
}
.message,
.message-ok,
.message-error {
	display: block;
	padding: 10px 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.message-ok {
	border: 1px solid #00960e;
	color: #00960e;
	background-color: #a6d8ab;
}
.message-error {
	border: 1px solid red;
	color: red;
	background-color: #ffd0d0;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto;
}
#edge-touch-fix-material-select input.select-dropdown {
	-ms-touch-action: none;
}


/*CALCS*/
.quickNav{width: calc(100% - 34px);}
.leftProducts{float:left; width: 400px; padding-right: 40px;}
.rightProducts{float:left; width: calc(100% - 400px); padding-left: 40px;}
.buttons .button{font-size: 14px;}
.buttons .greenGhost{width: 110px; min-height: 45px;}
.buttons .green{width: calc(100% - 120px); margin-right: 10px; min-height: 45px;}
.leftTreatment{float: left; width: calc(100% - 200px);}
.rightTreatment{float: left; width: 200px;}
.buttonDetail{width: calc(100% - 55px); margin-right: 10px; min-height: 45px;}


/*PRICESLIDER*/
.priceRangeSlider {
	width: 100%;
	float: left;
	padding: 10px 20px;
}
.rangeValue {
	width: 100%;
	background: none;
	font-size: 13px;
	color: #636466;
	font-weight: initial;
	box-shadow: none;
	border: none;
	margin: 20px 0 20px 0;
}
.rangeBar {
	border: none;
	background: #e4e4e4;
	border: none!important;
	height: 4px;
	width: 96%;
	margin-left: 8px;
}
.rangeBar .ui-slider-range {
	background: #bba97b;
}
.rangeBar .ui-slider-handle {
	border: none;
	border-radius: 25px;
	background: #bba97b;
	height: 15px;
	width: 15px;
	top: -6px;
	cursor: pointer;
	outline: none;
}
.rangeBar .ui-slider-handle + span {
	background: #bba97b;
}

#more {display: none;}
#readmore{background-color: transparent; font-size: 14px; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer;}
#readmore:hover{color: #bba97b;}


.available{
	float: left;
	width: 100%;
}
.dot {
	float: left;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-right: 12px;
	margin-top: 2px;
	margin-left: 4px;
}
.dot.green {
	background-color: #8dc63f;
}
.dot.orange {
	background-color: #f5a54d;
}
.dot.yellow {
	background-color: yellow;
}
.dot.red {
	background-color: #bd191c;
}

/*Cart*/
#add-cart-box {
	width: 450px;
	padding: 20px;
}
.inputbox_error, .error {
	border: 1px solid red;
	background-color: #ffd6d6;
}
.cart-line {
	height: 1px;
	background-color: #e6e6e6;
}
.cart-line-margin {
	margin: 10px 0px;
}
.cart-top {
	margin: 0 0 15px 0;
}
.cart-top ul {
	margin: 0px;
	padding: 0 0 0 0 ;
	list-style-type: none;
	height: 32px;
	background-color: #bba97b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.cart-top ul li {
	list-style-type: none;
	border-right: 1px solid #fff;
	float: left;
	width: 31%;
	padding: 6px 8px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.cart-top ul li:last-child {
	border-right: 0px;
}
.data-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.data-table th {
	background: #fff;
	color: #404040;
	font-weight: bold;
}
.data-table td {
	text-align: left;
	padding: 5px 4px;
	font-size: 13px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
}
.data-table th {
	text-align: left;
	padding: 5px 4px 8px 4px;
}
.data-table td a {
	text-decoration: none;
}
.smallExin {
	font-size: 11px;
}
#cart-detail input, #cart-detail select {
	padding: 7px;
	width: 100%;
	font-size: 13px;
	text-align: center;
}
#cart-detail .fa-remove{
	color: #aa0000;
}

.cartebleuevisa{
	max-height:36px;
	max-width:50px;
}

.deleteAll {
	font-size: 11px;
	float: right;
}
.deleteAll a{
	padding: 10px;
	background-color: #f9f9f9;
	border-radius: 3px;
	color: #060606;
	font-weight: 400;
	text-decoration: none;
}
.deleteAll a:hover{
	background-color: #eee;
	text-decoration: none;
}
.grid {max-width: 100%; float: left; width: 100%; margin-top: 20px;}
.grid-sizer{width: calc(33.33% - 20px);}
.grid-item{float: left; width: calc(33.33% - 20px); margin-bottom: 20px;}
.gridrow {max-width: 100%; float: left; width: 100%; margin-top: 20px;}

.grid-3{display: grid; 	grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px;}
#maps{
	height: 400px;
}
.greenBack.p30 {
	padding: 20px 30px;
}
.paragraph table{
	text-align: left!important;
	max-width: 100%;
}
.paragraph table td, .paragraph table th{
	border: 1px solid #e0e0e0;
	padding: 3px 10px;
}
footer .paragraph table td, footer .paragraph table th{
	border: none;
	padding: 0;
}
.cartMain table td, .cartMain table th{
	border: none;
	padding: 3px 10px;
	border-bottom: 1px solid #e0e0e0;
}
.overflow-y{
	overflow-y: auto;
}
.leftCart{
	width: 80%
}
.rightCart{
	width: 20%;
}
.code{
	max-height: 42px;
}

.video-container {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#popup_box{
	max-width: 1200px;
	padding: 0;
}
.discountCode{
	float: right!important;
	width: 500px;
	margin-top: 20px;
	background-color: #faf9f5;
	padding: 20px;
}
.inputDiscount{
	float:left;
	width: calc(100% - 160px);
}
.inputDiscount .input{
	background-color: white;
}
.buttonDiscount{
	float:left;
	width: 160px;
}
.buttonDiscount .button.goldGhost {
	color: white;
	background-color: #bba97b;
	padding: 12px 20px 14px;
}
.buttonDiscount .button.goldGhost:hover {
	background-color: #ab996c;
}
.movie{
	position: relative;
	float:left;
	width: 100%;
	padding-top: 56.66%;
}
.movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sticky{
	position: sticky;
	top: 120px;
}
#fancybox-container-1 .fancybox-content{
	width: 488px!important;
}
ul .icon{
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #bba97b;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	background-color: white;
}
.usps li{
	display: flex;
	margin-bottom: 10px;
}
.usps li:last-child{
	margin-bottom: 0;
}
.infoIcon{
	float: left;
	width: 50px;
	height: 50px;
	background-color: white;
	border-radius: 50%;
	color: #bba97b;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.infoText{
	flex: 1;
}
.grid-3{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
}