.pc,
.pc-wrapper {
	position: relative;
}

.button-wrapper,
.header-share,
.page-header,
.total-points,
.wp-center {
	text-align: center;
}

[class*='ko-'] .which-products-page * {
	font-family: 'Noto Sans KR', 'NotoSans Light', 'Malgun Gothic', '맑은 고딕',
		'Apple SD Gothic Neo', '돋움', dotum, sans-serif !important;
	word-break: keep-all;
}

[class*='ko-'] .which-products-page [class*='fa-'] {
	font-family: fontAwesome !important;
}

[class*='ko-'] .which-products-page span,
[class*='ko-'] .which-products-page b {
	font-family: inherit !important;
	font-size: inherit;
}

[class*='ko-'] .which-products-page li {
	font-size: 14px;
}

.wp-button {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pc {
	display: flex;
	transition: right 0.4s ease;
}

.product-card {
	margin-right: 12px;
	min-width: 214px;
	width: 214px;
}

.pc-indicator {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.pc-dot {
	background-color: #c2c2c2;
	border-radius: 50%;
	height: 10px;
	margin: 5px;
	width: 10px;
	cursor: pointer;
}

.pc-dot.is-active {
	background-color: #252525;
}

.pc-arrow {
	background-color: rgba(0, 0, 0, 0.4);
	border: 0;
	color: #fff;
	font-size: 30px;
	padding: 30px 5px;
	position: absolute;
	top: 20%;
	z-index: 10;
}

.page-header,
body {
	position: relative;
}

.pc-arrow:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.pc-arrow--left {
	border-radius: 0 4px 4px 0;
	left: 4px;
}

.pc-arrow--right {
	border-radius: 4px 0 0 4px;
	right: 4px;
}

.footer-list-item>a[href$='http://kr.melaleuca.com/ProductStore/Home/ProductStoreLanding']
{
	display: none;
}

.which-products-page {
	background: #fff;
	font-size: 14px;
	font-weight: 400;
}

.which-products-page,
.which-products-page *,
.which-products-page ::after,
.which-products-page ::before {
	box-sizing: border-box;
}

.page-header {
	background: url(/Images/product_store/landing-pages/which-products/which-products-header-bg.jpg)
		left top no-repeat #17302a;
	background-size: cover;
	color: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
}

.header-share,
.modal-bg {
	bottom: 0;
	position: absolute;
}

.header-title {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.6;
}

.header-title--results {
	color: #abbdb3;
}

.category-name,
.header-share__btn,
.results-points {
	color: #fff;
	text-transform: uppercase;
}

.results-points {
	display: table;
	font-size: 50px;
	width: 100%;
}

.header-subtitle {
	font-size: 18px;
	font-weight: 100;
}

.header-share {
	width: 100%;
}

.header-share--padding {
	padding-bottom: 100px;
}

.header-share__btn {
	background-color: #c59b70;
	border: 0;
	border-radius: 8px 8px 0 0;
	font-size: 20px;
	padding: 15px 20px;
	font-weight: 500;
}

.main {
	padding: 50px 10px;
}

.category {
	margin-bottom: 40px;
}

.category-name {
	background-color: #becfc5;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 10px 15px;
	width: 100%;
}

.category-name__copy {
	display: inline-block;
}

input.category-toggle {
	display: none;
}

.category-toggle + .category-name .fa {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.category-toggle:checked + .category-name .fa {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.category-points {
	display: inline-block;
	font-weight: 300;
	margin-left: 10px;
}

.points-label-wrapper {
	display: flex;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}

.points-column-label {
	text-transform: uppercase;
	width: 50%;
}

.points-column-label:first-child {
	padding-left: 18px;
}

.options,
.results {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.product-label,
.result {
	align-items: flex-start;
}

.option,
.result {
	padding: 3px 16px 0 0;
}

.result {
	margin-bottom: 15px;
	min-height: 30px;
	display: flex;
	width: 50%;
}

@media (max-width: 450px) {
	.result {
		width: 100%;
	}

	.product-img-wrapper {
		margin-right: 0.8em;
	}
}

.result--me {
	margin-bottom: 5px;
}

.option {
	min-height: 50px;
	width: 210px;
}

.option:last-child {
	width: auto;
}

.collapsible-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease;
}

.category-toggle:checked ~ .collapsible-content {
	max-height: 3000px;
}

.points-headers {
	display: flex;
	padding: 0 13px 10px;
}

.points-header {
	font-weight: 500;
	width: 49%;
}

.product-img-wrapper {
	width: 15%;
}

@media (min-width: 450px) and (max-width: 800px) {
	.product-img-wrapper {
		width: 30%;
	}
}

.product-point-wrapper {
	width: 10%;
}

@media (max-width: 450px) {
	.product-point-wrapper {
		margin-right: 0.8em;
	}
}

.product-img {
	max-width: 43px;
	height: auto;
}

@media (min-width: 450px) and (max-width: 800px) {
	.product-point-wrapper {
		width: 30%;
	}

	.product-img {
		width: 90%;
	}
}

.product-points {
	color: #959595;
	font-size: 14px;
	font-style: italic;
}

.product-name {
	width: 88%;
}

@media (min-width: 450px) and (max-width: 800px) {
	.product-name {
		width: 70%;
	}
}

.product-name__title {
	display: table;
}

.product-label {
	display: flex;
	font-size: 13px;
}

.total-points {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 10px;
}

.button-wrapper {
	margin-top: 15px;
}

.wp-button {
	background: #40922f;
	background: linear-gradient(#40922f, #285e1d);
	border-radius: 5px;
	line-height: 40px;
	font-size: 20px;
	height: auto;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.wp-button:hover {
	background: #40922f;
	text-decoration: none;
}

.wp-button[disabled] {
	background: #aaa;
}

.loading-icon {
	font-size: 7px;
}

.results-shared {
	color: #777;
	font: 400 14px/1.3 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Arial,
		sans-serif;
}

.wp-bold-me {
	color: #252525;
	font-weight: 500;
}

.product-checkbox {
	display: none;
}

.checkbox-mock.outline:focus {
	outline: #00f solid 1px;
}

.checkbox-mock::before {
	display: inline-block;
	width: 17px;
	height: 20px;
	content: '\f0c8';
	font-family: FontAwesome, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-shadow: -1px -1px 0 #707070, 1px 1px 0 #707070, -1px 1px 0 #707070,
		1px -1px 0 #707070;
}

.product-checkbox:checked + .checkbox-mock::before {
	color: #40922f;
	content: '\f14a';
	text-shadow: none;
	font-size: 20px;
}

.checkbox-label {
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
}

.modal-bg {
	align-items: flex-start;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
}

.modal {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 40px;
	position: relative;
}

.modal-content {
	width: 400px;
}

.modal-close {
	background: 0 0;
	border: 0;
	color: #7d7d7d;
	font-size: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.share-heading {
	color: #252525;
	font: 500 36px/1.5 'Gotham Narrow A', 'Gotham Narrow B', HelveticaNeue-Light,
		'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial,
		'Lucida Grande', sans-serif;
}

.share-sub-heading {
	color: #7d7d7d;
	font: 300 16px/1 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Arial,
		sans-serif;
	margin-bottom: 15px;
}

.share-notification-text {
	color: #888;
	font: 300 14px/1 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Arial,
		sans-serif;
}

.share-input-wrapper {
	margin-bottom: 10px;
}

.share-label__copy {
	color: #7d7d7d;
	display: table;
}

.share-input {
	background: linear-gradient(#f7f7f7, 80% #fff);
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.4);
	padding: 10px;
	resize: none;
	width: 100%;
}

.share-input--message {
	height: 173px;
}

.wp-button--share {
	font-size: 16px;
	margin-top: 10px;
	padding: 0 20px;
}

.wp-button--outline {
	background: #fff;
	border: 1px solid #40922f;
	color: #40922f;
	font-size: 16px;
	padding: 5px 20px;
}

.wp-button--outline:hover {
	background: #fff;
	border-color: darker(#40922f, 10);
	color: darker(#40922f, 10);
}

input[type='checkbox']:focus,
input[type='radio']:focus,
.checkbox-mock:focus {
	outline: none;
}
