.facetwp-hidden {
	display: none !important;
}
#coming-soon-footer-banner {
	display: none !important;
}
.facetwp-counter {
	display: none !important;
}
.bpd-1 .price > .amount {
	font-size: clamp(20px, calc(20 / 1920 * 100rem), calc(20 / 1920 * 100rem));
	line-height: 1.3;
	font-weight: 600;
}
:root {
	--color-accent: #c7df92;
	--color-accent-hover: #819065;
	--opacity-accent: 1;
}
.woocommerce-MyAccount-content {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation {
	width: 25%;
	float: left;
	margin-right: 5%;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #d9d9d9;
	transition: all 0.3s ease;
	position: relative;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px 15px;
	color: #666666d9;
	text-decoration: none;
	border-radius: 3px;
	font-weight: 600;
	transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	left: auto;
	right: 0;
	width: 3px;
	z-index: 1;
	background-color: var(--color-accent);
	opacity: 0;
	transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li:hover::before,
.woocommerce-MyAccount-navigation ul li.is-active::before {
	opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background: transparent !important;
	color: var(--color-accent);
}
.woocommerce-MyAccount-content {
	width: 70%;
	float: left;
}
.woocommerce-MyAccount-orders {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-orders td {
	padding: 15px;
	border: 1px solid #ddd;
}
.woocommerce-MyAccount-orders th {
	background: #f5f5f5;
	text-align: left;
}
.woocommerce-MyAccount-orders .button {
	background: #0073aa;
	color: #fff;
	padding: 8px 15px;
	border-radius: 3px;
	text-decoration: none;
}
.woocommerce-MyAccount-orders .button:hover {
	background: #005d87;
}
.woocommerce-EditAccountForm,
.woocommerce-Address {
	margin-bottom: 20px;
}
.woocommerce form .form-row {
	margin-bottom: 15px;
}
@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.woocommerce-MyAccount-navigation {
		margin-bottom: 20px;
	}
}
.container.wrap-grid-account:after {
	content: '';
	display: block;
	clear: both;
}
.container.wrap-grid-account {
	margin: 2rem auto;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--color-accent);
}
.woocommerce form.woocommerce-ResetPassword {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 500px;
	margin: 0 auto;
}
.inner-canhcam-checkout .left {
	padding: 2rem;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inner-canhcam-checkout .right {
	padding: 2rem;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inner-canhcam-checkout .right .wrapper {
	position: sticky;
	top: 6rem;
}
.mini-cart-wrapper .content .item-total {
	flex-wrap: wrap;
}
.mini-cart-wrapper .content .item-total dl {
	flex: 0 0 100%;
	display: flex;
	flex-wrap: wrap;
}
.mini-cart-wrapper .content .item-total dl dd {
	margin-right: 10px;
	margin-left: 3px;
}
body.woocommerce-order-received {
	background: #fff;
}
a.woocommerce-button.button.view.order-actions-button {
	display: none !important;
}
.product-detail-1 .thumb .swiper-slide .img {
	width: 100% !important;
}
@media (max-width: 1023px) {
	.inner-canhcam-checkout {
		flex-wrap: wrap;
	}
	.inner-canhcam-checkout .left,
	.inner-canhcam-checkout .right {
		max-width: 100%;
		flex: 0 0 100%;
	}
}
@media (max-width: 480px) {
	.inner-canhcam-checkout .form-row {
		width: 100% !important;
	}
}
.woocommerce-table tbody td.woocommerce-orders-table__cell-order-status,
.woocommerce-table thead th.woocommerce-orders-table__header-order-status {
	text-align: center;
}
.woocommerce-orders-table__cell-order-status span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.625rem;
	width: 110px;
	text-align: center;
	background-color: #aeaeae;
}
@media (max-width: 767.98px) {
	.box-account-orders .woocommerce-table th:nth-child(5),
	.box-account-orders .woocommerce-table td:nth-child(5) {
		display: none;
	}
	.box-account-orders .woocommerce-orders-table__cell-order-status span {
		width: 60px;
		font-size: 9px;
	}
	.woocommerce-orders-table__cell-order-status span {
		width: 90px;
		font-size: 10px;
	}
}
.woocommerce-table tbody td {
	padding: 0.36rem 0.52rem;
	border-bottom: 1px solid var(--color-gray-e5);
}
.woocommerce-table thead th {
	background-color: #f7f7f7;
	font-weight: 700;
	border-bottom: 1px solid var(--color-gray-e5);
	padding: 0.36rem 0.52rem;
	text-align: left;
}
.woocommerce-table tfoot tr th,
.woocommerce-table tfoot tr td {
	border-bottom: 1px solid #d1d1d1;
}
.woocommerce-table .woocommerce-orders-table__cell-order-actions a {
	display: inline-block;
	margin-left: 5px;
}
.woocommerce-table tr .woocommerce-orders-table__cell-order-total,
.woocommerce-table tr .woocommerce-orders-table__header-order-total {
	text-align: right;
}
.woocommerce-orders-table__cell-order-status span.on-hold,
.woocommerce-orders-table__cell-order-status span.pending {
	background-color: #fcb60e;
}
.woocommerce-orders-table__cell-order-status span.completed {
	background-color: #046a39;
}
.woocommerce-orders-table__cell-order-status span.processing {
	background-color: #2e77ff;
}
.woocommerce-orders-table__cell-order-status span.cancelled {
	background-color: #f20707;
}
.woocommerce-table tr td a:hover {
	text-decoration: underline !important;
}
.woocommerce-MyAccount-content .woocommerce-pagination {
	display: flex;
	gap: 0.52rem;
	justify-content: flex-end;
	margin-top: 1.0416666667rem;
}
.woocommerce-MyAccount-content
	.woocommerce-pagination
	.woocommerce-button.woocommerce-Button--previous {
	background-color: #f2f1f6;
	color: #333;
	border: 1px solid #f2f1f6;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-primary);
	font-weight: 500;
	border-radius: 5px;
	color: white;
	padding: 7px 30px;
	text-decoration: none !important;
}
.woocommerce-MyAccount-content
	.woocommerce-pagination
	.woocommerce-button:not(.woocommerce-Button--previous):hover {
	color: #ffc845;
}
@media (max-width: 767.98px) {
	.woocommerce-table--order-details thead th:nth-child(2),
	.woocommerce-table--order-details thead th:nth-child(3),
	.woocommerce-table--order-details tbody td:nth-child(2),
	.woocommerce-table--order-details tbody td:nth-child(3) {
		display: none;
	}
}
.woocommerce-order-details
	.woocommerce-table
	.woocommerce-table__product-name
	.wc-item-meta
	li {
	display: flex;
	align-items: baseline;
	gap: 0.25rem;
}
.woocommerce-order-details
	.woocommerce-table
	.woocommerce-table__product-name
	a {
	text-decoration: none !important;
}
.woocommerce-order-details
	.woocommerce-table
	.woocommerce-table__product-name
	img {
	float: left;
	margin-right: 0.52rem;
}
.woocommerce-order-details .order-detail-information .number-order {
	color: var(--color-primary);
}
.woocommerce-order-details .order-detail-information .title,
.woocommerce-order-details
	.order-detail-information
	.woocommerce-column__title {
	margin-bottom: 0.25rem;
	font-size: inherit;
}
.woocommerce-order-details .order-again a:hover {
	background-color: #ffc845;
	color: var(--color-primary);
}
.woocommerce-order-details .order-again a {
	background-color: var(--color-primary);
	color: var(--color-secondary);
	border-radius: 5px;
	font-size: 0.833rem;
	text-decoration: none !important;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	padding: 10px 40px;
}
.woocommerce-order-details .order-detail-information {
	gap: 1.0416666667rem;
	display: grid;
	border: 1px solid var(--color-gray-e5);
	padding: 0.5208333333rem;
}
@media (min-width: 768px) {
	.woocommerce-order-details .order-detail-information {
		display: grid;
		grid-template-columns: 0.6fr 1fr 0.8fr;
	}
}
.woocommerce-order-details .woocommerce-order-details__title {
	margin: 0.52rem 0;
}
.woocommerce-order-details .woocommerce-table--order-details {
	border: 1px solid var(--color-gray-e5);
	width: 100%;
	text-align: left;
}
.woocommerce-order-details .woocommerce-table tfoot {
	background-color: #f7f7f7;
}
.woocommerce-order-details .woocommerce-table tfoot th {
	text-align: left;
}
.woocommerce-order-details .woocommerce-table tfoot td {
	text-align: right;
}
.woocommerce-order-details .woocommerce-table tfoot tr:last-child td {
	color: var(--color-primary);
	font-weight: bold;
}
.woocommerce-order-details .woocommerce-table tfoot th,
.woocommerce-order-details .woocommerce-table tfoot td {
	padding: 7px 0.52rem;
	border: 0;
}
.woocommerce-order-details .woocommerce-table tfoot td .space_bottom_10 {
	margin-bottom: 0.52rem;
}
.woocommerce-customer-details .woocommerce-columns {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f6f5f8;
	color: #515151;
	border-top: 3px solid #7f54b3;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}
.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
	content: ' ';
	display: table;
}
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
	clear: both;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	font-family: 'Font Awesome 6 Pro';
	content: '\21';
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
	direction: ltr;
	unicode-bidi: embed;
}
.woocommerce-message {
	border-top-color: #8fae1b;
}
.woocommerce-message::before {
	content: '\f27a';
	color: #8fae1b;
}
woocommerce-order .woocommerce-info {
	border-top-color: #1e85be;
}
.woocommerce-info::before {
	color: #1e85be;
}
.woocommerce-error {
	border-top-color: #b81c23;
}
.woocommerce-error::before {
	content: '\21';
	color: #b81c23;
}
.order-received .woocommerce-notice {
	color: #292929;
}
.woocommerce-table--order-details
	.woocommerce-table__product-table.product-total {
	text-align: right;
}
.canhcam-thankyou
	.woocommerce-table--order-details
	.woocommerce-table__product-table.product-total {
	text-align: center;
}
.woocommerce-table--order-details
	.woocommerce-table__product-total.product-total {
	text-align: right;
}
.woocommerce-table--order-details
	.woocommerce-table__product-total.product-total {
	text-align: right;
}
.woocommerce-table--order-details
	.woocommerce-table__product-name.product-name {
	padding-top: 0.52rem;
	padding-bottom: 0.52rem;
}
.woocommerce-table--order-details
	.woocommerce-table__product-name.product-name
	ul.wc-item-meta {
	padding: 0.52rem 0;
}
.woocommerce-table--order-details
	.woocommerce-table__product-name.product-name
	ul.wc-item-meta
	li {
	margin-bottom: 0.52rem;
}
table.woocommerce-table--order-details {
	margin-bottom: 1.04rem;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	text-align: center;
}
.woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-orders td {
	text-align: center;
}
form.woocommerce-EditAccountForm .woocommerce-form-row {
	width: 100%;
}
form.woocommerce-EditAccountForm legend {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1.04rem;
}
form.woocommerce-EditAccountForm fieldset {
	border: 1px solid #d9d9d9;
	padding: 0.52rem;
	margin-bottom: 1.04rem;
}
.woocommerce-Addresses header {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 1.04rem 0;
	align-items: center;
	row-gap: 0.52rem;
	transform: translate(0) !important;
}
.woocommerce-Addresses h2 {
	font-size: 1.25rem;
	font-weight: 600;
}
.woocommerce-Addresses a {
	display: table;
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 3px;
	transition: all 0.3s ease;
	background-color: var(--color-accent);
	color: white;
	line-height: 1;
	font-size: 0.833rem;
}
.woocommerce-MyAccount-content h2 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1.04rem;
}
.woocommerce-address-fields .form-row .select2-container {
	width: 100% !important;
}
.woocommerce-ResetPassword .form-row,
.woocommerce-ResetPassword .form-row input.input-text {
	width: 100% !important;
}
/* .woocommerce-address-fields #billing_state_field {
	display: block;
}
.woocommerce-edit-address .woocommerce-input-wrapper > select + span.select2 {
	display: none;
} */
.woocommerce ul.order_details li,
.woocommerce ul.order_details li strong {
	font-size: 16px;
}
.woocommerce .product-remove {
	position: absolute;
	top: -7px;
	left: 0;
	background: #c7df92;
	border-radius: 50%;
	padding: 2px;
	z-index: 2;
}
.woocommerce .product-remove a.remove {
	width: 18px !important;
	height: 18px !important;
	color: #333333 !important;
	line-height: 18px;
}
.woocommerce .product-remove a.remove i {
	font-weight: bold !important;
	font-size: 14px;
}
.woocommerce-checkout-payment .place-order {
	display: none !important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: none;
	width: 100%;
	clear: both;
	max-width: 100%;
	flex: 0 0 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}
.mini-cart-item.loading {
	position: relative;
	opacity: 0.7;
	pointer-events: none;
}
.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.spinner {
	width: 30px;
	height: 30px;
	border: 3px solid rgba(199, 233, 146, 0.1);
	border-radius: 50%;
	border-top-color: #333;
	animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.mini-cart-variation-dropdown {
	width: 100%;
	font-size: 14px;
	padding: 4px 6px;
	margin-bottom: 5px;
}
.variation-item {
	margin-bottom: 6px;
}
.woocommerce-variation-price {
	display: none;
}
/* .product-count {
	display: none;
} */
#comments {
	max-width: 100%;
}

.checkbox-content { 
	position: relative;
}
header .user-info:hover .account-dropdown {
	width: 200px; 
}
header .user-info .account-dropdown::before { 
	content: '';
	width: 100%;
	position: absolute;
	top: -.41667rem;
	right: 0;
	height: .41667rem;
}
header .user-info:hover .account-dropdown {
	display: block; 
}
header .user-info:hover .account-dropdown a:hover{
	text-decoration: underline;
	color: var(--color-accent);
}
#popup-info a:hover {
	text-decoration: underline;
}
#popup-info a {
	color: #0066ff;
}