/*tabContentWrapper*/
.popupContents {
	max-height: 100vh;
	padding: 75px 0;
	box-sizing: border-box;
	overflow-y: auto;
}
.popupContents > .bgWhite {
	min-height: 100%;
	padding: 30px;
}
@media screen and (max-width: 1500px) {
	.popupContents {
		padding: 5vw 0;
	}
	.popupContents > .bgWhite {
		padding: 2vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.popupContents {
		width: 94vw;
		padding: 10vw 0;
	}
	.popupContents > .bgWhite {
		margin-bottom: 5vw;
		padding: 2vw;
	}
}
.popupContents .sectionTitleSub {
	z-index: 10;
}
.popupContents .sectionTitleSub > span::before {
	background-color: #1c1c1c;
	transform: skew(-12deg);
}
.popupContents .variation,
.popupContents .variation_wrap {
	margin-top: auto;
}
.tabContentWrapper .tabContent > li:not(:nth-child(1)) {
	display: none;
}
.tabContent,
.tabContent > li,
.tabContent > li > span {
	width: 37vw;
	max-width: 555px;
	height: 37vw;
	max-height: 555px;
	overflow: hidden;
}
.itemSpec {
	width: 33vw;
	max-width: 495px;
	margin-right: 0!important;
}
.itemSpec .tab li {
	margin: 0 10px 10px 0;
}
.itemSpec .tab li,
.itemSpec .tab li > span {
	position: relative;
	width: 6vw;
	max-width: 90px;
	height: 6vw;
	max-height: 90px;
	padding: 0;
	box-sizing: border-box;
}
.tabContent > li > span,
.itemSpec .tab li > span {
	display: block;
	background-size: contain;
	cursor: pointer;
}
.itemSpec .tab li:nth-child(5n + 5) {
	margin-right: 0;
}
@media screen and (max-width: 1500px) {
	.itemSpec .tab li {
		margin: 0 0.666666vw 0.666666vw 0;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.tabContentWrapper.marginTop2 {
		margin-top: 0.5em!important;
	}
	.tabContent,
	.tabContent > li,
	.tabContent > li > span {
		width: 90vw;
		max-width: inherit;
		height: 90vw;
		max-height: inherit;
		margin: 0 auto;
		padding: 0;
	}
	.itemSpec {
		width: 100%!important;
		max-width: inherit;
		overflow: hidden;
	}
	.itemSpec .tab li,
	.itemSpec .tab li > span {
		position: relative;
		width: 17vw;
		max-width: inherit;
		height: 17vw;
		max-height: inherit;
		padding: 0;
		box-sizing: border-box;
		cursor: pointer;
	}
	.itemSpec .tab li {
		margin: 1vw 1vw 0 0;
	}
	.itemSpec .tab li:nth-child(5n + 5) {
		margin-right: 0;
	}
	.popupContents .sectionTitleSub + p > span:nth-child(1) {
		padding-right: 1em;
	}
	.popupContents .sectionTitleSub + p br,
	.itemSpec .btnCart.none {
		display: none!important;
	}
}
/*popup*/
.mfp-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.94);
	overflow: hidden;
	/*
	z-index: 1042;
	*/
	z-index: 1122!important;
}
.mfp-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*
	z-index: 1043;
	*/
	z-index: 1123!important;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}
.mfp-container:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	/*
	z-index: 1045;
	*/
	z-index: 1125!important;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none!important;
}
.mfp-preloader {
	position: absolute;
	top: 50%;
	left: 8px;
	right: 8px;
	width: auto;
	color: #ccc;
	margin-top: -0.8em;
	text-align: center;
	/*
	z-index: 1044;
	*/
	z-index: 1124!important;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	display: block;
	padding: 0;
	cursor: pointer;
	font-size: 0!important;
	box-shadow: none;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	outline: none;
	overflow: visible;
	/*
	z-index: 1046;
	*/
	z-index: 1126!important;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	position: absolute;
	top: 20px;
	right: 0;
	width: 2.4vw;
	max-width: 36px;
	height: 2.4vw;
	max-height: 36px;
	padding: 0;
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	background-color: transparent;
	background-image: url("../images/_svg/iconClose.svg");
	background-size: auto 80%;
	transition: all 0.5s ease;
}
.mfp-close:hover {
	opacity: 0.75;
	transition: all 0.15s ease;
}
@media screen and (max-width: 1500px) {
	.mfp-close {
		top: 1.3vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.mfp-img-mobile .mfp-close,
	.mfp-close {
		top: 1vw;
		right: -1vw;
		width: 12vw;
		height: 12vw;
	}
	.mfp-figure .mfp-close {
		top: -5vw;
		right: 3.5vw;
	}
}
.mfp-counter {
	display: none;
}
.mfp-arrow {
	display: block;
	position: absolute;
	top: 25%;
	width: 2.666666vw;
	max-width: 40px;
	height: 50%;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	opacity: 1;
	z-index: 2;
}
.mfp-arrow-left {
	left: 0;
	transform: rotate(180deg);
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow::before,
.mfp-arrow::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 2.666666vw;
	max-width: 40px;
	height: 4vw;
	max-height: 60px;
	background-color: transparent;
	background-image: url('../images/_svg/iconListLightBlue.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mfp-arrow-left:hover::after,
.mfp-arrow-right:hover::after {
	background-color: transparent;
	opacity: 0.75;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.mfp-arrow {
		width: 10vw;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow::before,
	.mfp-arrow::after {
		width: 10vw;
		max-width: inherit;
		height: 15vw;
		max-height: inherit;
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	width: 90%;
	max-height: 90%;
	line-height: 0;
}
.mfp-iframe-holder .mfp-close {
	top: -45px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
/* Main image in popup */
img.mfp-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 75px 0;
	line-height: 0;
	box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
	img.mfp-img {
		padding: 5vw;
	}
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 40px;
	display: block;
	content: '';
	width: auto;
	height: auto;
	z-index: -1;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 120%;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -36px;
	cursor: auto;
}
.mfp-title {
	text-align: center;
	color: #f3f3f3;
	word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 1500px) {
	.mfp-figure small {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.mfp-figure small {
		font-size: 2vw;
	}
	.mfp-bottom-bar {
		margin-top: 0;
	}
	.mfp-iframe-holder .mfp-content {
		max-height: 100%;
	}
}