:root{
	--bluish: #2AA2D7;
	--pinkish: #fc0857;
	--dusty: #949494;
	--ghost: #f0f0f0;
}

.single-product .woocommerce-notices-wrapper{
	margin: 100px auto 0;
	max-width: 640px;
}

.single-product .product{
	background: #fff;
    border: var(--ghost) 1px solid;
    border-radius: 15px;
    margin: 100px auto;
    max-width: 640px;
    padding: 0 20px;
}

.single-product.woocommerce div.product form.cart .variations label,
.single-product .product label{
	display: block;
	color: var(--bluish);
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
}

.single-product .woocommerce div.product form.cart .variations label sup,
.single-product .product label sup{ color: var(--pinkish); }

.woocommerce-cart input[type="number"],
.single-product .product input[type="text"],
.single-product .product input[type="number"],
.single-product .product select,
.single-product .product textarea{
	width: 100%;
	min-height: 40px;
    max-width: unset!important;
    padding: 4px 16px;
    margin-bottom: 5px;
    border: 2px solid var(--ghost);
    color: var(--bluish);
    border-radius: 30px;
    transition: all .3s ease-in;
    outline: none;
    box-shadow: none;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
}

.woocommerce-cart .inner_mid{ max-width: 800px; }

.woocommerce-cart .checkout-button,
.woocommerce-cart button[name="update_cart"],
#single_add_to_cart_button_submit{
	display: inline-block;
    margin: 0 auto;
    min-width: 160px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--bluish);
    text-decoration: none;
    cursor: pointer;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    outline: none;
    transition: all .3s ease-in;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    user-select: none;
}

.woocommerce-cart .checkout-button:hover,
.woocommerce-cart .checkout-button:focus,
#single_add_to_cart_button_submit:hover,
#single_add_to_cart_button_submit:focus{
	text-decoration: none;
	background: var(--pinkish);
    color: #fff!important;
}

.woocommerce-cart button[name="update_cart"]{
	padding: 6px 20px;
	font-size: 14px;
}

.woocommerce-cart .coupon{ display: none; }

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce-cart .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount{
	font-size: 30px; font-weight: 600; color: var(--pinkish);
}

.woocommerce-cart .woocommerce table.shop_table td{
	padding: 5px;
}

.woocommerce-cart .woocommerce table.shop_table td.product-name a{
	color: var(--bluish);
}

.woocommerce-cart .woocommerce table.shop_table td.product-price,
.woocommerce-cart .woocommerce table.shop_table td.product-subtotal{
	color: var(--pinkish);
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 140px;
}

.single-product .nfchi-product-header,
.single-product .nfchi-product-subheader{
	border-bottom: var(--ghost) 1px solid;
	padding: 25px 10px;
	margin: 0;
	text-align: center;
	color: var(--pinkish);
	font-size: 24px;
	font-weight: 600;
}

.single-product .nfchi-product-subheader{
	border: none;
	text-transform: uppercase;
}

.single-product .woo-variation-swatches .variable-items-wrapper{ justify-content: center; }
.single-product .woocommerce div.product form.cart .variations td{ text-align: center; }

.single-product .nfchi-product-victim-photo-preview{ display: none; }

#nfchi-product-victim-photo-label{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
	padding: 15px 40px;
	border: 2px solid var(--bluish);
	border-radius: 30px;
	cursor: pointer;
}

#nfchi-product-victim-photo-label img{ width: 30px; margin-left: 15px; }
#nfchi-product-victim-photo-label input{ appearance: none; height: 0; font-size: 1px; letter-spacing: 1px; opacity: 0; }



#nfch-product-configurator{
	width: 100%;
	background: #f0f0f0;
	padding: 15px;
	display: none;
	flex-direction: column;
	margin-bottom: 15px;
	font-family: 'TradeGothicLTStd-Bold', sans-serif;
}

#nfch-product-configurator.active{
	display: flex;
}

#nfchpc-canvas-wrapper{
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#nfchpc-canvas-wrapper canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#nfchpc-layers ul{
	background: #f0f0f0;
	border: 1px solid #949494;
	max-height: 150px;
	overflow: hidden;
	overflow-x: auto;
	box-sizing: border-box;
	margin: 0;
	list-style: none;
	width: 100%;
	white-space: nowrap;
}

#nfchpc-layers ul::-webkit-scrollbar{ width: 8px; height: 8px; cursor: pointer; }
#nfchpc-layers ul::-webkit-scrollbar-track{ box-shadow: inset 0 0 2px var(--bluish); }
#nfchpc-layers ul::-webkit-scrollbar-thumb{ background-color: var(--bluish); cursor: pointer;}
#nfchpc-layers ul::-webkit-scrollbar-thumb:hover{ background-color: var(--pinkish); cursor: pointer;}

#nfchpc-layers ul li{
	display: inline-block;
	position: relative;
	margin: 4px;
	width: 130px;
	height: 130px;
	ba
}

#nfchpc-layers ul li input{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}