.waofpc-product-customize,
.product-app {
	background-color: #efefef
}

.waofpc-chars {
	font-size: 11px;
	margin-left: 1rem;
}

.waofpc-product-customize {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 1rem;
	padding: 1em;
	max-width: 44rem;
	border: 1px solid #d7d7d7
}

.waofpc-symbol-wrap ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.waofpc-symbol-wrap ul li {
	text-align: center;
	font-size: 20px;
	border: 1px solid #ccc;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 30px;
	display: block;
	background: #fff;
	color: #000;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
}

.waofpc-line-item-field {
	display: flex;
	align-items: center;
}

.waofpc-line-item-field input[type=text],
.waofpc-line-item-field select {
	width: 250px;
}

.waofpc-line-item-field input[type="radio"],
.waofpc-line-item-field label {
	cursor: pointer;
}

.waofpc-symbol-wrap ul li:hover {
	background-color: #1e9ad7;
	color: #fff;
	text-decoration: none
}

#waofpc-lesssymbols,
#waofpc-moresymbols {
	margin-top:10px;
	padding: 5px 20px;
	background-color: #166894;
	border: none;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	cursor: pointer;
	margin-left: 8rem;
	border-radius: 2px;
}

.product-app {
	padding: 0 1em 1em .5em;
	border: 1px solid #c7c7c7
}
.waofpc-display {
	display: inline !important;
}

.waofpc-symbol-onlywrap {
	display: flex;
	align-items: center;
}

.waofpc-hideclss {
	display: none !important;
}

.waofpc-label,
.waofpc-symbol-label {
	width: 8em;
	font-weight: 700;
}

.waofpc-product-header {
	padding: 0;
	font-weight: bold;
	margin-bottom: 1em
}

#preview-text {
	font-size: 20px;
}

#waofpc-product-preview {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -215px;
	z-index: 9;
	overflow: hidden;
	color: #c3c2c2;
	background-color: #fff;
	border: 1px solid #ababab;
	text-align: center;
	text-shadow: 1px 1px #ababab;
	-webkit-box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 41%);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 41%);
}

.upper-top-left-corner {
	top: 15px;
	left: 18%;
}

.upper-top-center,
.preview-class {
	top: 15px;
	left: 0;
	right: 0;
}

.upper-top-right-corner {
	top: 15px;
	right: 18%;
}

.middle-top-left-corner {
	top: 50%;
	left: 18%;
}

.middle-top-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.middle-top-right-corner {
	top: 50%;
	right: 18%;
}

.bottom-top-left-corner {
	bottom: 15px;
	left: 18%;
}

.bottom-top-center {
	bottom: 15px;
	left: 0;
	right: 0;
}

.bottom-top-right-corner {
	bottom: 15px;
	right: 18%;
}

.blur {
	display: none !important;
}

.waofpc-notice {
	font-size: 10px;
	margin-top: 10px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name a.tm-cart-edit-options,
.woocommerce-checkout .woocommerce-checkout-review-order-table .tm-cart-edit-options {
	margin-left: 15px;
}

.woocommerce-checkout .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table td dl dt {
	padding-bottom: 0;
	padding-right: 0;
}

.woocommerce-checkout .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table td dl dd {
	padding-bottom: 0;
}

.woocommerce-checkout .woocommerce td.product-name dl.variation.tc-epo-metadata {
	word-break: keep-all;
}

.woocommerce-account td.product-name .wc-item-meta:last-child {
	margin-left: 0;
}

.wcf-thankyou-wrap .wc-item-meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wcf-thankyou-wrap .wc-item-meta li {
	display: flex;
	align-items: center;
}

.wcf-thankyou-wrap .wc-item-meta li strong {
	margin-right: 5px;
}

.wcf-thankyou-wrap .wc-item-meta li p {
	margin: 0;
}

.woocommerce-mini-cart-item.mini_cart_item .tc-epo-metadata {
	padding-left: 0;
	border-left: 0;
	font-size: 12px;
}

.woocommerce-js ul.cart_list li dl dd,
.woocommerce-js ul.product_list_widget li dl dd {
	margin: 0;
	padding: 0;
}

.waofpc-symbol-innerwrap {
	width: 200px;
}
.waofpc-symbol-wrap ul {
	flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
	#waofpc-product-preview { width: 100%; }
}

@media only screen and (max-width: 480px) {
	.waofpc-line-item-field input[type=text],
	.waofpc-line-item-field select {
		width: 170px;
	}
	.waofpc-label,
	.waofpc-symbol-label {
		width: 6em;
		min-width: 6em;
	}
	#waofpc-lesssymbols,
	#waofpc-moresymbols {
		margin-left: 6em;
	}
}
