:root {
  --primary: #12D0B8;
  --darker: #04B6A0;
  /* --darker: #03a592; */
  --primaryBG: #cbfff8;
  --primaryBGTransparent: #cbfff8;
}

@media (prefers-color-scheme: light) {
	:root {
		--buttonTextColor: #ffffff;
		--borderColor: rgba(255,255,255,0.5);
		--bgColor: #ffffff;
		--textColor: black;
		--transparentBG: rgba(200,200,200,0.5);
	}
}

@media (prefers-color-scheme: dark) {
	:root {
		--buttonTextColor: #000000;
		--borderColor: rgba(0,0,0,0.3);
		--bgColor: black;
		--textColor: white;
		--transparentBG: rgba(50,50,50,0.5);
	}
}

html,body {
	margin: 0;
	padding: 0;
	/* background-image: linear-gradient(90deg, #12D0B8, #ffffff); */
	/* background-color: #04B6A0; */
	background-color: var(--bgColor);
	color: var(--textColor);
}

a {
	color: var(--primary);
	text-decoration: none;
	font-weight: 700;
}

/* #logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
	height: 90%;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/img/juxtashop_logo.png');
} */



/* width: 30vw;
height: calc(30vw * 0.6111111); */

#logo {
	position: absolute;
	left: 3.5vw;
	top: 2.5vw;
	width: 6vw;
	height: 5.5vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/img/juxta_logo.svg');
	-moz-transition: width .5s, height .5s, left .5s, top .5s, transform .5s;
	-webkit-transition: width .5s, height .5s, left .5s, top .5s, transform .5s;
	transition: width .5s, height .5s, left .5s, top .5s, transform .5s;
}

#logo.horizontal {
	left: 3vw;
	top: 3px;
	width: 9vw;
	height: 24px;
}

#logotext {
	position: absolute;
	left: 1.5vw;
	top: 5vw;
	width: 24vw;
	height: 14.6vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/img/juxta_logo_text.svg');
	transform: rotate(-31deg);
	-moz-transition: width .5s, height .5s, left .5s, top .5s, transform .5s;
	-webkit-transition: width .5s, height .5s, left .5s, top .5s, transform .5s;
	transition: width .5s, height .5s, left .5s, top .5s, transform .5s;
}

#logotext.horizontal {
	left: 4.5vw;
	top: 3px;
	width: 192.68px;
	height: 24px;
	transform: rotate(0deg);
}

.results_overlay {
	position: relative;
	margin: 10vw auto 0 auto;
	padding: 40px;
	text-align: center;
	background-color: var(--primaryBGTransparent);
	color: var(--textColor);
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-weight: 500;
	font-size: 20px;
	width: 50%;
	border-radius: 30px;
}


#triangles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.triangle {
	/* background-image: url(img/triangle_aqua.svg);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat; */
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
	top: 0;
	left: 0;
	z-index: 0;
	position: fixed;
	/* rtaio: 0.611111 */
	background-color: var(--primary); // ;
	-moz-transition: width .5s, height .5s, clip-path .5s;
	-webkit-transition: width .5s, height .5s, clip-path .5s;
	transition: width .5s, height .5s, clip-path .5s;
}

/* .triangle:hover {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
} */

.square {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	width: 100% !important;
}

#triangle_fill {
	display: block;
	margin: 0;
	padding: 0;
	background-color: var(--darker);
	/* background-color: rgba(0,0,0,0.2); */
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	-moz-transition: width .3s, height .3s;
	-webkit-transition: width .3s, height .3s;
	transition: width .3s, height .3s;
}

#triangle1 {
	width: 30vw;
	height: calc(30vw * 0.6111111);
	opacity: 1;
	position: fixed;
	/* background-color: var(--darker); */
	z-index: 20;
	font-size: 80;
	color: #fff;
	text-align: center;
}

#triangle1.tall {
	width: 25vw;
	height: calc(25vw * 1.6248);
}

#triangle1.square {
	height: 30px;
}

#triangle2 {
	width: 50vw;
	height: calc(50vw * 0.6111111);
	opacity: 0.75;
}

#triangle2.tall {
	width: 40vw;
	height: calc(40vw * 1.6248);
}

#triangle2.square {
	height: 60px;
}

#triangle3 {
	width: 68.5vw;
	height: calc(68.5vw * 0.6111111);
	opacity: 0.5;
}

#triangle3.tall {
	width: 55vw;
	height: calc(55vw * 1.6248);
}

#triangle3.square {
	height: 90px;
}

#triangle4 {
	width: 87vw;
	height: calc(87vw * 0.6111111);
	opacity: 0.25;
}

#triangle4.tall {
	width: 70vw;
	height: calc(70vw * 1.6248);
}

#triangle4.square {
	height: 120px;
}

#triangle5 {
	width: 105.5vw;
	height: calc(105.5vw * 0.6111111);
	opacity: 0.12;
}

#triangle5.tall {
	width: 85vw;
	height: calc(85vw * 1.6248);
}

#triangle5.square {
	height: 150px;
}

#triangle6 {
	width: 124vw;
	height: calc(124vw * 0.6111111);
	opacity: 0.06;
}

#triangle6.tall {
	width: 100vw;
	height: calc(100vw * 1.6248);
}

#triangle6.square {
	height: 180px;
}

#triangle7 {
	width: 142.5vw;
	height: calc(142.5vw * 0.6111111);
	opacity: 0.0;
}

#triangle7.tall {
	width: 115vw;
	height: calc(115vw * 1.6248);
}

#triangle7.square {
	height: 210px;
}


#head {
	margin: 0 10px 0 0;
	position: absolute;
	z-index: 10;
	width: 74vw;
	top: 3vw;
	left: 26vw;
	/* -moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s; */
}

#head.productDetailShow {
	margin: 35px 10px 0 32vw;
}


.bannerBox {
	width: 72vw;
	height: 28.67vw;
	background-color: transparent;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	overflow: clip;
	/* clip-path: polygon(0% 6vw, 9.67vw 1px, 100% 1px, 0% 100%, 0% 100%); */
	/* box-shadow: 0px 5px 20px rgba(0,0,0,0.2); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: clip-path .5s, height .5s;
	-webkit-transition: clip-path .5s, height .5s;
	transition: clip-path .5s, height .5s;
}

.bannerItem {
	width: 121vw;
	height: 28.67vw;
	background-color: transparent;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	margin-left: -37vw;
	clip-path: polygon(46.67vw 0px, 121vw 0px, 74vw 100%, 0% 100%);
	/* box-shadow: 0px 5px 20px rgba(0,0,0,0.2); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: clip-path .5s, height .5s;
	-webkit-transition: clip-path .5s, height .5s;
	transition: clip-path .5s, height .5s;
}



#productDetail {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
	-moz-transition: opacity .5s, transform .5s;
	-webkit-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
	transform: scale(0.45) translate(500px,200px);
	/* transform: rotate(-32deg); */
	/* transform-origin: 50% 0%; */
}

#productDetail.show {
	opacity: 1.0;
	transform: scale(1.0) translate(0,0);
	/* transform: rotate(0deg); */
	filter: drop-shadow(0px 5px 20px rgba(0,0,0,0.1));
}

#productDetailImage {
	width: 40vw;
	height: 46.24vw;
	background-color: #ffffff;
	display: block;
	position: absolute;
	left: 30px;
	top: 150px;
	padding: 0;
	margin: 0;
	clip-path: polygon(0% 25%, 50% 1px, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
	/* box-shadow: 0px 5px 20px rgba(0,0,0,0.2); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: clip-path .5s, height .5s;
	-webkit-transition: clip-path .5s, height .5s;
	transition: clip-path .5s, height .5s;
}

#productDetailThumbs {
	left: 30px;
	top: calc(60px + 35vw + 10px);
	width: 20vw;
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	min-height: 40vw;
	filter: drop-shadow(0px 5px 20px rgba(0,0,0,0.1));
}

.productDetailThumb {
	cursor: pointer;
	width: 9vw;
	height: 10.5vw;
	background-color: white;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	clip-path: polygon(0% 25%, 50% 1px, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
	/* box-shadow: 0px 5px 20px rgba(0,0,0,0.2); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: clip-path .5s, width .5s, height .5s, transform 1s, filter 1s;
	-webkit-transition: clip-path .5s, width .5s, height .5s, transform 1s, filter 1s;
	transition: clip-path .5s, width .5s, height .5s, transform 1s, filter 1s;
}

.productDetailThumb:hover {
	transform: scaleX(1.05) scaleY(1.03);
	-moz-transition: clip-path .5s, width .5s, height .5s, transform .2s, filter .2s;
	-webkit-transition: clip-path .5s, width .5s, height .5s, transform .2s, filter .2s;
	transition: clip-path .5s, width .5s, height .5s, transform .2s, filter .2s;
	cursor: pointer;
}

#productDetailMap {
	width: 40vw;
	height: 46.24vw;
	background-color: rgba(0,0,0,0.12);
	display: block;
	position: absolute;
	left: calc(30px + 25vw + 3px);
	top: calc(60px + 46.24vw - 11vw + 3px);
	padding: 0;
	margin: 0;
	clip-path: polygon(0% 25%, 50% 1px, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
	transform: scale(0.67) translate(30vw,-8vw);
	transform-origin: top left;
	-moz-transition: opacity .7s, transform .7s, clip-path .5s, height .5s;
	-webkit-transition: opacity .7s, transform .7s, clip-path .5s, height .5s;
	transition: opacity .7s, transform .7s, clip-path .5s, height .5s;
	opacity: 0;
}

#productDetail.show #productDetailMap {
	height: 35vw;
	transform: scale(1.0) translate(0,0);
	opacity: 1;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#productDetail.show #productDetailImage {
	height: 35vw;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#productDetailMapCanvas {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 0;
	margin: 0;
	clip-path: polygon(0% 25%, 50% 1px, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
	-moz-transition: opacity .7s, transform .7s, clip-path .5s, height .5s;
	-webkit-transition: opacity .7s, transform .7s, clip-path .5s, height .5s;
	transition: opacity .7s, transform .7s, clip-path .5s, height .5s;
}

#productDetail.show #productDetailMapCanvas {
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#productDetailInfo {
	position: absolute;
	display: block;
	left: calc(30px + 40vw + 30px);
	top: calc(60px + 11.5vw);
	width: 40vw;
	height: 40vw;
}

#productDetailText {
	padding: 0 0 10vw 0;
	position: absolute;
	display: block;
	left: 12vw;
	top: calc(60px + 46.24vw - 11vw + 3px + 35vw + 60px); /* 35vw; */
	width: 60vw;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-weight: 400;
	font-size: 16px;
	color: var(--textColor);
	letter-spacing: 0;
	line-height: 22px;
	transform: scale(0.67) translate(30vw,-8vw);
	transform-origin: top left;
	-moz-transition: opacity .7s, transform .7s;
	-webkit-transition: opacity .7s, transform .7s;
	transition: opacity .7s, transform .7s;
	opacity: 0;
}

#productDetail.show #productDetailText {
	transform: scale(1.0) translate(0,0);
	opacity: 1;
}

#mapspacer {
	float: left;
	width: 0; /* 21vw; */
	height: 0; /* 36vw; */
}

#loading {
	margin-left: 30vw;
	position: relative;
	display: block;
	margin-top: 6vw;
	width: 15vw;
	background: #fff;
	text-align: center;
}

#loadingGif {
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: relative;
	display: inline-block;
}

#leftPanel {
	margin: 0px 3vw 0px 3vw;
	width: 20vw;
	position: absolute;
	/* top: 7vw; */
	top: 9vw;
	left: 0px;
	-moz-transition: opacity .5s, transform .5s;
	-webkit-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
	transform-origin: top right;
}

#leftPanel.hidden {
	opacity: 0;
	transform: rotate(31deg) translate(0,-8vw);
	/* transform: translate(-20vw,8.5254vw); */
}

#leftPanel .header {
	background-color: var(--darker);
	color: #fff;
	width: 20vw;
	height: 19.7vw;
	/* height: 21.6vw; */
	clip-path: polygon(0% 61.8%, 100% 0%, 100% 38.2%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
}

#leftPanel .headerTitle {
	position: absolute;
	left: 0;
	top: 0;
	width: 25.5vw;
	height: 100%;
	transform: rotate(-31deg);
	transform-origin: center right;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 3vw;
	font-weight: 700;
	font-style: italic;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
}

#leftPanel .contentsTopBG {
	background-color: #fff;
	width: 20vw;
	height: 19.7vw;
	clip-path: polygon(0% 100%, 100% 38.2%, 100% 100%);
	position: absolute;
	top: 0;
	left: 0;
}

#leftPanel .contentsBG {
	background-color: #fff;
	width: 100%;
	top: 19.6vw;
	left: 0;
	height: 100%;
	position: absolute;
}

#leftPanel .contents {
	margin: 19.7vw 20px 10px 20px;
	position: relative;
	color: #000;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.5em;
}

#main {
	margin: 8.65vw 10px 0px 26vw;
	font-size: 36px;
	line-height: 48px;
	z-index: 10;
	position: relative;
	width: 74vw;
	-moz-transition: opacity .5s, transform .5s;
	-webkit-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
	transform-origin: top center;
}

#main.noshow {
	opacity: 0;
	display: none;
	/* transform: scale(0.5); */
	/* transform-origin: top center; */
}

@property --border{
  syntax: '<length>';
  inherits: true;
  initial-value: 0;
}

#main .product {
	display: inline-block;
	position: relative;
	margin: 0.25vw;
	/* background-color: #CACAC8; */

	-moz-transition: clip-path .5s, width .5s, height .5s, transform 1s, filter 1s;
	-webkit-transition: clip-path .5s, width .5s, height .5s, transform 1s, filter 1s;
	transition: clip-path .5s, width .5s, height .5s, transform 1s, filter 1s;

	overflow: visible;
	/* filter: drop-shadow(0px 0px 1px var(--borderColor)) drop-shadow(0px 0px 1px var(--borderColor)); */
	filter: drop-shadow(0px 3px 10px rgba(0,0,0,0.1));
	/* -webkit-filter: drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 1px #000); */
}

#main.noshow .product {
	transform: scale(0.8);
}

#main.small .product {
	width: 18vw;
	height: 500px;
	/* clip-path: polygon(0% 5.5vw, 50% 1px, 100% 5.5vw, 100% calc(100% - 5.5vw), 50% calc(100% - 1px), 0% calc(100% - 5.5vw)); */
}

#main.wide .product {
	width: 70vw;
	height: 18vw;
	/* clip-path: polygon(0% 50%, 5.5vw 1px, calc(100% - 5.5vw) 1px, 100% 50%, calc(100% - 5.5vw) 100%, 5.5vw 100%); */
}

#main .product:hover {
	transform: scaleX(1.05) scaleY(1.03);
	-moz-transition: clip-path .5s, width .5s, height .5s, transform .2s, filter .2s;
	-webkit-transition: clip-path .5s, width .5s, height .5s, transform .2s, filter .2s;
	transition: clip-path .5s, width .5s, height .5s, transform .2s, filter .2s;
	cursor: pointer;
	/* filter: drop-shadow(0px 6px 20px rgba(0,0,0,0.5)); */
	/* z-index: 20; */
}

#main .inner_product {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0.5px;
	left: 0.5px;
	color: var(--textColor);
	background-color: var(--primaryBGTransparent); /* var(--transparentBG); */ /* #F6F6F6; */ /* rgba(0.3,0.3,0.3,0.3); */
	-moz-transition: clip-path .5s, width .5s, height .5s;
	-webkit-transition: clip-path .5s, width .5s, height .5s;
	transition: clip-path .5s, width .5s, height .5s;
	backdrop-filter: blur(30px) saturate(150%);
	-webkit-backdrop-filter: blur(30px) saturate(150%);
}

#main.small .inner_product {
	width: calc(18vw - 1px);
	height: calc(500px - 1px);
	clip-path: polygon(0% 5.5vw, 50% 1px, 100% 5.5vw, 100% calc(100% - 5.5vw), 50% calc(100% - 1px), 0% calc(100% - 5.5vw));
}
#main.wide .inner_product {
	width: calc(70vw - 1px);
	height: calc(18vw - 1px);
	clip-path: polygon(0% 50%, 5.5vw 1px, calc(100% - 5.5vw) 1px, 100% 50%, calc(100% - 5.5vw) 100%, 5.5vw 100%);
}

#main.small .product_line_init .inner_product  {
	clip-path: polygon(0% 5.5vw, 50% 1px, 100% 5.85vw, 100% calc(100% - 5.5vw), 50% calc(100% - 1px), 0% calc(100% - 5.5vw)) !important;
}

.product_image {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background-color: var(--primaryBG);
	background-image: url(https://picsum.photos/500);
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	border-bottom: 0.5px solid rgba(0,0,0,0.1);
	/* filter: invert(100%) hue-rotate(180deg); */
}

#main.small .product_image {
	width: 100%;
	height: 16vw;
	background-position: bottom center;
	background-size: contain;
}

#main.wide .product_image {
	width: 20vw;
	height: 18vw;
	background-position: 70% 50%;
	background-size: 50%;
}

.product_line_init {
	position: relative;
}

.product_line {
	position: relative;
}

#main.small .product_line {
	margin-top: -5.5vw;
	margin-left: 0;
}

#main.wide .product_line {
	position: relative;
	margin-top: 0;
	margin-left: 0;
}

.product_line_alt {
	position: relative;
}

#main.small .product_line_alt {
	margin-left: 9.25vw;
	margin-top: -5.5vw;
}

#main.wide .product_line_alt {
	position: relative;
	margin-top: 0;
	margin-left: 0;
}

.product_info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	color: var(--textColor);
}

#main.small .product_info {
	width: 100%;
	padding: 17px;
}

#main.wide .product_info {
	min-height: 18vw;
	min-width: 16vw;
	margin: 0;
	padding: 24px 44px 17px 17px;
}

#productDetailInfo_title {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-weight: 500;
	font-size: 24px;
	color: var(--textColor);
	letter-spacing: 0;
	position: relative;
	line-height: 30px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 90px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}

#productDetailInfo_price {
	font-family: AppleSDGothicNeo-ExtraBold;
	font-size: 48px;
	color: var(--textColor);
	letter-spacing: 0;
	margin: 20px 0 20px 0;
}

#productDetailInfo_location {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
	color: #646464;
	letter-spacing: 0;
	line-height: 1em;
	padding-bottom: 1em;
}

.product_title {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-weight: 500;
	font-size: 18px;
	color: var(--textColor);
	letter-spacing: 0;
	position: relative;
	line-height: 22px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 66px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}

.product_price {
	font-family: AppleSDGothicNeo-ExtraBold;
	font-size: 36px;
	color: var(--textColor);
	letter-spacing: 0;
	margin: 10px 0 10px 0;
}

.decimal {
	font-family: AppleSDGothicNeo-ExtraBold;
	font-size: 18px;
	color: var(--textColor);
	letter-spacing: 0;
	vertical-align: super;
	margin-left: 1px;
}

.product_location {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-style: italic;
	font-weight: 500;
	font-size: 13px;
	color: #646464;
	letter-spacing: 0;
	line-height: 1em;
	padding-bottom: 1em;

}

.product_alt_locations {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 12px;
	font-weight: 300;
	color: #969696;
	letter-spacing: 0;
	line-height: 1em;
}

.distance {
	display: inline-block;
	background-color: rgba(0,0,0,0.4);
	color: #fff;font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 10px;
	font-weight: 500;
	line-height: 1em;
	height: 1em;
	border-radius: 0.25em;
	padding: 2px 5px 2px 5px;
	margin: -2px 0 -2px 0;
	vertical-align: middle;
}


#search_category {
	width: 15vw;
	height: 2.5em;
	border-radius: 30px 0px 0px 30px;
	font-family: AppleSDGothicNeo-SemiBold;
	font-size: 18px;
	color: var(--buttonTextColor);
	background-color: var(--darker);
	letter-spacing: 0;
	line-height: 28px;
	padding: 10px 0 10px 18px;
	border: 1px solid var(--darker);
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: 0 0px 0px 1px var(--borderColor);
}

#search_field {
	width: 46vw;
	font-family: AppleSDGothicNeo-SemiBold;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	line-height: 36px;
	padding: 6px 2px 2px 20px;
	border: 1px solid var(--darker);
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: 0 0px 0px 1px var(--borderColor);
}

#search_field:focus {
	padding: 4px 0px 0px 18px;
	border: 3px solid var(--darker);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#head.productDetailShow #search_field {
	width: 40vw;
}

::placeholder {
  color: #ccc;
  opacity: 1;
  font-style: italic;
}

#search_submit {
	font-family: AppleSDGothicNeo-SemiBold;
	font-size: 18px;
	color: var(--buttonTextColor);
	background-color: var(--darker);
	letter-spacing: 0;
	line-height: 36px;
	padding: 6px 16px 2px 14px;
	border: 1px solid var(--darker);
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 0 30px 30px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: 0 0px 0px 1px var(--borderColor);
}

#search_field:focus > #search_submit  {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

ul.tree, ul.tree * {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
}
ul.tree img.arrow {
	padding: 2px 0 0 0;
	border: 0;
	width: 20px;
}
ul.tree li {
	padding: 4px 0 0 0;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
ul.tree li ul {
	padding: 0 0 0 20px;
	margin: 0;
}
ul.tree label {
	cursor: pointer;
	padding: 2px 0;
}
ul.tree label.hover {
	color: var(--primary);
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.tree li .arrow {
	width: 20px;
	height: 14px;
	padding: 0;
	margin: 3px 0;
	cursor: pointer;
	float: left;
	background: transparent no-repeat 0 0px;
}
ul.tree li .collapsed {
	background-image: url(../img/right.svg);
}
ul.tree li .expanded {
	background-image: url(../img/down.svg);
}

ul.tree li .checkbox {
	width: 20px;
	height: 18px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: url(../img/square.svg) no-repeat 0 0px;
}
ul.tree li .checked {
	background-image: url(../img/check.svg);
}
ul.tree li .half_checked {
	background-image: url(../img/square-minus.svg);
}

ul.tree li .hidden {
	display: none !important;
}

.disabled {
	pointer-events: none;
	opacity: 0.3;
}

ul.tree li .checkbox.disabled {
	background: url(../img/square.svg) no-repeat 0 0px !important;
}