@charset "UTF-8";
.dimmed.dimmable>.ui.animating.dimmer, .dimmed.dimmable>.ui.visible.dimmer,
.ui.active.dimmer {
	padding: 0 !important;
}

.h11e-modal-calculator.modal.large {
	width: 1200px;
}

.h11e-modal-calculator .fram-option-item.checked {
	opacity: 1;
}

.h11e-modal-calculator .fram-option-item.unchecked {
	opacity: 0.5;
}

.mirror-custom-wrapper {
	font-size: 16px;
	padding: 20px;
}

.mirror-custom-wrapper h1, .mirror-custom-wrapper h2,
.mirror-custom-wrapper h3, .mirror-custom-wrapper h4,
.mirror-custom-wrapper h5 {
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper b, .mirror-custom-wrapper strong {
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper ul.unstyle {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mirror-custom-wrapper img {
	max-width: 100%;
}

.mirror-custom-wrapper>.ui.container {
	width: 1200px;
	margin: auto;
}

.mirror-custom-wrapper .grid-customize-1 .column.five.wide {
	width: 28.5% !important;
}

.mirror-custom-wrapper .grid-customize-1 .column.eleven.wide {
	width: 63% !important;
}

.mirror-custom-wrapper .grid-customize-2 {
	margin-bottom: 60px;
}

.mirror-custom-wrapper .mirror-custom-title {
	margin-bottom: 30px;
}

.mirror-custom-wrapper .mirror-custom-guide-image .ui.segment {
	box-shadow: none;
	border-radius: 2px;
}

.mirror-custom-wrapper .mirror-custom-form {
	width: 100%;
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}

.mirror-custom-wrapper .mirror-custom-form form {
	padding-right: 20px;
}

.mirror-custom-wrapper .mirror-custom-form .step .form-mirror-header .form-mirror-header-title .pointing.label {
	color: #fff;
	background-color: #8cbfd7;
}

.mirror-custom-wrapper .mirror-custom-form .step .form-mirror-header .form-mirror-header-title .process-title {
	color: #4f9dc3;
	background-color: #f4fafc;
}

.mirror-custom-wrapper .mirror-custom-form .step.active .form-mirror-header .form-mirror-header-title .pointing.label {
	color: #fff;
	text-align: center;
	background-color: #f7941d;
	border-color: #f7941d;
}

.mirror-custom-wrapper .mirror-custom-form .step.active .form-mirror-header .form-mirror-header-title .process-title {
	color: #fff;
	background-color: #4f9dc3;
	border-color: #4f9dc3;
}

.mirror-custom-wrapper .mirror-custom-form .step.active .form-mirror-header-detail {
	display: block;
}

.mirror-custom-wrapper .mirror-custom-form .step.active .form-mirror-action {
	display: block;
}

.mirror-custom-wrapper .mirror-custom-form .step.step-1 .form-mirror-header-detail {
	display: block;
}

.mirror-custom-wrapper .mirror-custom-form .step.step-1 .form-mirror-action {
	display: block;
}

.mirror-custom-wrapper .mirror-custom-form .step.step-2 {
	overflow-x: hidden;
}

.mirror-custom-wrapper .mirror-custom-form .step.step-2 .form-mirror-header .form-mirror-header-detail {
	margin-bottom: 42px;
}

.mirror-custom-wrapper .mirror-custom-form .mirror-condition {
	display: inline-block;
	color: #0867b2;
	font-family: "Prompt";
	font-weight: 600;
	cursor: pointer;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-header .form-mirror-header-title {
	margin-bottom: 30px;
	display: flex;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-header .form-mirror-header-title .label {
	font-size: 16px;
	font-weight: normal;
	border-radius: 2px;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-header .form-mirror-header-title .pointing.label {
	text-align: center;
	max-width: 178px;
	flex: 25%;
	padding-top: 18px;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-header .form-mirror-header-title .process-title {
	flex: 75%;
	padding-top: 18px;
	padding-left: 35px;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-header .form-mirror-header-detail {
	margin-bottom: 20px;
	font-size: 14px;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-header .form-mirror-header-detail strong {
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-header .form-mirror-header-detail.invalid {
	color: #e20e0e;
}

.mirror-custom-wrapper .mirror-custom-form form .fields+.fields {
	margin-bottom: 50px;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .result_describe {
	margin-bottom: 10px;
	font-weight: 600;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .result_describe.invalid {
	color: #e20e0e !important;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .fields.two {
	margin-left: -15px;
	margin-right: -15px;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .field {
	padding-left: 15px;
	padding-right: 15px;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .invalid input[type="text"] {
	border-color: #e20e0e !important;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action label {
	font-size: 14px;
	margin-bottom: 13px;
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action input[type="text"] {
	height: 50px;
	font-size: 14px;
	font-family: "Prompt" !important;
	font-weight: 600;
	color: #111111;
	border-color: #afb6bc;
	border-radius: 2px;
	box-sizing: border-box;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action input[type="text"]:hover,
.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action input[type="text"]:focus {
	border-radius: 2px;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action input[type="text"]::-webkit-input-placeholder {
	color: #5d656c;
	font-weight: normal;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action input[type="text"]::-moz-placeholder {
	color: #5d656c;
	font-weight: normal;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action input[type="text"]:-ms-input-placeholder {
	color: #5d656c;
	font-weight: normal;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action input[type="text"]:-moz-placeholder {
	color: #5d656c;
	font-weight: normal;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .frame-option .loadmore-btn {
	margin: 15px 0;
	text-align: center;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .frame-option .loadmore-btn a {
	background: #fff;
	border: 1px solid #0867b2;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .frame-option .seeless-btn {
	margin: 15px 0;
	text-align: center;
	display: none;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .frame-option .seeless-btn a {
	background: #fff;
	border: 1px solid #0867b2;
}

.mirror-custom-wrapper .action button,
.mirror-custom-wrapper .action a {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
}

.mirror-custom-wrapper .action button.primary,
.mirror-custom-wrapper .action a.primary {
	width: 100%;
	height: 55px;
	background-color: #0867b2;
	padding-top: 21px;
}

.mirror-custom-wrapper .action button.primary:hover,
.mirror-custom-wrapper .action a.primary:hover,
.mirror-custom-wrapper .action button.primary:focus,
.mirror-custom-wrapper .action a.primary:focus {
	background-color: #2185d0;
}

.mirror-custom-wrapper .action button.reset,
.mirror-custom-wrapper .action a.reset {
	width: 150px;
	height: 40px;
	background-color: #fff;
	color: #456e82;
	margin: 0;
	border: 3px solid #bccad5;
	transition: all 0.2s;
}

.mirror-custom-wrapper .action button.viewanother {
	width: fit-content;
	height: 40px;
	background-color: #fff;
	color: #456e82;
	margin: 0;
	border: 3px solid #bccad5;
	transition: all 0.2s;
}

.mirror-custom-wrapper .action button.reset:hover,
.mirror-custom-wrapper .action button.viewanother:hover,
.mirror-custom-wrapper .action a.reset:hover,
.mirror-custom-wrapper .action button.reset:focus,
.mirror-custom-wrapper .action button.viewanother:focus,
.mirror-custom-wrapper .action a.reset:focus {
	color: #fff;
	transition: all 0.2s;
	background-color: #bccad5;
}

.mirror-custom-wrapper .action button.calculate,
.mirror-custom-wrapper .action a.calculate {
	border: 0;
	margin: 0;
	color: #fff;
	width: 160px;
	height: 40px;
	background-color: #4f9dc3;
}

.mirror-custom-wrapper .action button.calculate:hover,
.mirror-custom-wrapper .action button.submit:hover,
.mirror-custom-wrapper .action a.calculate:hover,
.mirror-custom-wrapper .action button.calculate:focus,
.mirror-custom-wrapper .action a.calculate:focus {
	background-color: #81b4ce;
}

.mirror-custom-wrapper .action button.submit {
	border: 0;
	margin: 0;
	color: #fff;
	height: 40px;
	background-color: rgba(0,101,177,1);
}

.mirror-custom-wrapper .action button.submit:hover {
	background-color: rgba(0,101,177,0.7);
}

.mirror-custom-wrapper .action button.recal,
.mirror-custom-wrapper .action a.recal {
	background-color: #fff;
	color: #bccad5;
	margin: 0;
	border: 3px solid #bccad5;
	transition: all 0.2s;
	margin-right: 10px;
	padding-top: 18px;
}

.mirror-custom-wrapper .action button.recal:hover,
.mirror-custom-wrapper .action a.recal:hover,
.mirror-custom-wrapper .action button.recal:focus,
.mirror-custom-wrapper .action a.recal:focus {
	color: #fff;
	background-color: #bccad5;
	transition: all 0.2s;
}

.mirror-custom-wrapper .action button.primary {
	padding-top: 10px;
}

.mirror-custom-wrapper .frame-option {
	border-bottom: 1px solid #dde3e7;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.mirror-custom-wrapper .frame-option .grid .column.three {
	width: 16.66% !important;
	padding-top: 0;
	padding-bottom: 20px;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .frame-option .fram-option-item {
	border: solid 2px transparent;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	margin: 0;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .frame-option .fram-option-item img {
	width: 110px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #E0E0E0;
}

.mirror-custom-wrapper .mirror-custom-form form .form-mirror-action .frame-option .fram-option-item.checked {
	border: solid 3px #4f9dc3;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-image {
	max-width: 483px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-image .segment {
	margin-top: 0;
	margin-bottom: 50px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools {
	max-width: 483px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools button.back,
.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools a.back {
	display: inline-block;
	width: 230px;
	height: 45px;
	margin-top: -3px;
	font-size: 14px;
	font-weight: 400;
	color: #4f9dc3;
	border: 2px solid #4f9dc3;
	background-color: #fff;
	border-radius: 6px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools button.back:hover,
.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools a.back:hover,
.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools button.back:focus,
.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools a.back:focus {
	background-color: #4f9dc3;
	color: #fff;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools button.back:hover span,
.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools a.back:hover span,
.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools button.back:focus span,
.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools a.back:focus span {
	background-image: url("images/icon/icon_pen-hover.svg");
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools button.back span,
.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools a.back span {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 25px;
	margin-right: 6px;
	margin-top: -3px;
	background-image: url("images/icon/icon_pen.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools .product-social-list {
	margin-top: 8px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools .product-social-list ul {
	text-align: right;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools .product-social-list ul li {
	display: inline-block;
	margin-right: 12px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools .product-social-list ul li:last-child {
	margin-right: 0;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools .product-social-list ul li a {
	display: inline-block;
}

.mirror-custom-wrapper.buy-step .mirror-custom-guide-tools .product-social-list ul li a img {
	height: 20px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-title {
	margin-bottom: 20px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-title h2 {
	font-size: 26px;
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail {
	margin-bottom: 20px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-brand {
	margin-bottom: 30px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-brand ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-brand ul li {
	display: inline-block;
	margin-right: 10px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-brand ul a {
	min-width: 90px;
	height: 32px;
	padding-top: 8px;
	border-radius: 30px;
	border: 1px solid #4f9dc3;
	color: #4f9dc3;
	background-color: transparent;
	font-weight: normal;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-brand ul a:hover,
.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-brand ul a:focus {
	background-color: #4f9dc3;
	border-color: #4f9dc3;
	color: #fff;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-price {
	margin-bottom: 20px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-price .discount-price {
	font-size: 18px;
	margin-bottom: 8px;
	color: #000000;
	font-family: "Prompt";
	font-weight: 600;
	font-style: italic;
	text-decoration: line-through;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-price .final-price {
	font-size: 26px;
	color: #000;
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-price .alt-price {
	margin-top: 20px;
	color: #82929f;
	font-size: 14px;
	line-height: 1.7;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-mirror {
	font-size: 14px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-mirror label {
	display: block;
	margin-bottom: 15px;
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-mirror label+span {
	display: block;
	margin-bottom: 22px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-mirror ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 0;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-mirror ul li {
	display: inline-block;
	margin-right: 5px;
}

.mirror-custom-wrapper.buy-step .mirror-custom-detail .detail-mirror ul li img {
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #afb6bc;
}

.mirror-custom-wrapper.buy-step .product-sku {
	font-size: 14px;
	color: #82929f;
	margin-bottom: 32px;
}

.mirror-custom-wrapper.buy-step .product-remark {
	color: #e20e0e;
	margin-bottom: 23px;
	font-size: 14px;
}

.mirror-custom-wrapper.buy-step .product-branch {
	font-size: 14px;
}

.mirror-custom-wrapper.buy-step .product-branch a {
	color: #0867b2;
	text-decoration: underline;
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper.buy-step .product-branch a span {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 20px;
	margin-right: 6px;
	margin-top: -2px;
	background-image: url("images/icon/icon_pin.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.mirror-custom-wrapper.buy-step .product-branch .product-branch-detail {
	position: relative;
	background-color: #f4fafc;
	margin-top: 20px;
	padding: 20px 12px;
	font-size: 14px;
}

.mirror-custom-wrapper.buy-step .product-branch .product-branch-detail>div {
	margin-top: 0;
}

.mirror-custom-wrapper.buy-step .product-branch .product-branch-detail label {
	display: block;
	font-size: 12px;
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper.buy-step .product-branch .product-branch-detail button.cancel-branch {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 14px;
	color: #4f9dc3;
	background-color: transparent;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-summary {
	display: flex;
	margin-bottom: 28px;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-summary .homecard-card {
	flex: 25%;
	padding-right: 10px;
	vertical-align: top;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-summary .homecard-point {
	vertical-align: top;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-summary .homecard-point label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #111111;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-summary .homecard-point span {
	font-size: 18px;
	color: #f7941d;
	font-family: "Prompt";
	font-weight: 600;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-promo-list {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #bbc7d0;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-promo-list label {
	font-family: "Prompt";
	font-weight: 600;
	font-size: 14px;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-promo-list ul {
	margin-top: 15px;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-promo-list ul li {
	display: inline-block;
	width: 48%;
	height: 38px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 8px;
	background-image: url("images/promo_frame.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: default;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-promo-list ul li:hover {
	background-image: url("images/promo_frame-hover.svg");
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-promo-list ul li:hover span {
	color: #4f9dc3;
}

.mirror-custom-wrapper.buy-step .product-homecard-promotion .homecard-promo-list ul li span {
	font-size: 12px;
	color: #fff;
	cursor: default;
}

.mirror-custom-wrapper #product-quantity-container #product-quantity {
	margin-top: 8px;
	margin-bottom: 8px;
	display: flex;
	flex-direction: row;
	max-width: 330px;
}

.mirror-custom-wrapper #product-quantity-container #product-quantity ul {
	display: flex;
}

.mirror-custom-wrapper #product-quantity-container #product-quantity ul li input {
	width: 230px;
	height: 50px;
	text-align: center;
	font-family: "Prompt";
	font-weight: 600;
	border: 1px solid #73818c;
	border-left: 0;
	border-right: 0;
}

.mirror-custom-wrapper #product-quantity-container #product-quantity ul li button {
	width: 50px;
	height: 50px;
	border: 1px solid #73818c;
	background-color: #f4fafc;
}

.mirror-custom-wrapper #product-checkout {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mirror-custom-wrapper #product-checkout button {
	width: 330px;
	font-size: 16px;
	text-align: center;
}

.mirror-custom-wrapper #product-checkout button.ui-ext {
	height: 55px;
	border-radius: 30px;
	background-color: #0867b2;
	font-family: "Prompt";
	font-weight: 500;
}

.mirror-custom-wrapper #product-checkout button.ui-ext:hover,
.mirror-custom-wrapper #product-checkout button.ui-ext:focus {
background-color: #2185d0;
}

.mirror-custom-wrapper #product-checkout button.ui-ext span {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin-top: -2px;
	margin-right: 6px;
	background-image: url("images/icon/icon-addcart.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.mirror-custom-wrapper .product-info-tabs .product-info-tools {
	border-top: 1px solid #f4fafc;
	background-color: #f4fafc;
}

.mirror-custom-wrapper .product-info-tabs ul.unstyle li {
	display: inline-block;
}

.mirror-custom-wrapper .product-info-tabs ul.unstyle li.active button {
	background-color: #fff;
	color: #f7941d;
}

.mirror-custom-wrapper .product-info-tabs ul.unstyle li.active button:hover,
.mirror-custom-wrapper .product-info-tabs ul.unstyle li.active button:focus {
	background-color: #fff;
	color: #f7941d;
}

.mirror-custom-wrapper .product-info-tabs ul.unstyle li button {
	min-width: 250px;
	height: 50px;
	margin: 0;
	font-size: 14px;
	color: #111111;
	font-weight: 500;
	background-color: transparent;
	border-radius: 0;
}

.mirror-custom-wrapper .product-info-tabs ul.unstyle li button:hover,
	.mirror-custom-wrapper .product-info-tabs ul.unstyle li button:focus {
	background-color: transparent;
}

.mirror-custom-wrapper .product-info-tabs .product-info-detail {
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
}

.mirror-custom-wrapper .product-info-tabs .product-info-detail .container>div {
	display: none;
	padding: 40px 100px;
	color: #82929f;
}

.mirror-custom-wrapper .product-info-tabs .product-info-detail strong {
	display: inline-block;
	margin-bottom: 5px;
}

.mirror-custom-wrapper .product-info-tabs .product-info-detail .bulleted {
	margin-top: 8px;
}

.mirror-custom-wrapper .product-info-tabs .product-info-detail .bulleted .item {
	padding-bottom: 0;
}

.mirror-custom-wrapper .product-info-tabs .product-info-detail .bulleted .item span {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

#mirror-custom-modal img {
	max-width: 100%;
}

#mirror-custom-modal .content {
	box-sizing: border-box;
	max-height: 70vh;
	overflow: auto;
}

#mirror-custom-modal .content label {
	font-family: "Prompt";
	font-weight: 500;
	font-size: 16px;
	color: #0867b2;
}

#mirror-custom-modal .content b, #mirror-custom-modal .content strong {
	font-family: "Prompt";
	font-weight: 600;
}

#mirror-custom-modal .content small {
	color: #82929f;
}

#mirror-custom-modal .content .frame-content+.frame-content {
	border-bottom: 0;
}

#mirror-custom-modal .content .frame-content ul {
	padding: 0;
	margin: 0;
}

#mirror-custom-modal .content .frame-content ul li {
	line-height: 1.6;
}

#mirror-custom-modal .content .frame-content .frame-option {
	margin-top: 20px;
	margin-bottom: 30px;
}

#mirror-custom-modal .content .frame-content .grid .column.three {
	padding-bottom: 0;
	width: 16.66% !important;
	width: 14% !important;
	width: 14% !important;
}

#mirror-custom-modal .content .frame-content .fram-option-item {
	border: solid 2px transparent;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	margin: 0;
	/* border: solid 2px #4f9dc3; */
}

#mirror-custom-modal .content .frame-content .fram-option-item.checked {
	border: solid 2px #4f9dc3;
}

#mirror-custom-modal .content .frame-content .fram-option-item img {
	width: 110px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #afb6bc;
	/* border-color: #4f9dc3; */
}

.ui.inverted.primary.button, .ui.inverted.primary.buttons .button {
	box-shadow: 0 0 0 2px #2285d0 inset !important;
	color: #2285d0 !important;
}

.ui.inverted.primary.button:hover, .ui.inverted.primary.button:focus {
	background-color: #FFFFFF !important;
	box-shadow: 0 0 0 2px #2e5d90 inset !important;
	color: #2e5d90!important;
}
.buttons {
	margin-bottom: 10px !important;
}
.mirror-custom-wrapper .grid-customize-1 {
	margin-right: -10rem !important;
}