html,
body {
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
}

#elementor-navigator__footer__promotion {
	display: none !important;
}

#footer_link a {
	color: #fff !important;
}

#footer_link a:hover,
#footer_link #rgpd:hover {
	color: #C8A764 !important;
	cursor: pointer;
}

.product {
	width: 80%;
	margin: 125px auto 0;
}

.product .product_title {
	color: #C8A764;
	font-family: "athena", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
}

.product .woocommerce-product-details__short-description {
	color: #042E3F;
	font-family: "century-gothic", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.product .titre_info {
	color: #042E3F;
	font-family: "athena", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.product h4 {
	color: #042E3F;
	font-family: "century-gothic", Sans-serif;
	font-size: 25px;
	font-weight: 400;
}

.product .gtc-gift-card-field-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.product .gtc-gift-card-field-row input,
.product .gtc-gift-card-field-row textarea {
	padding-left: 5px;
}

.product .gtc-gift-card-field-row label {
	color: #000;
	font-family: "century-gothic", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.product *::placeholder {
	color: #000;
	font-family: "century-gothic", Sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.product .gtc-gift-card-amount-wrapper p label,
.gtc-gift-card-delivery-date-wrapper p label,
.gtc-gift-card-recipient-details-wrapper p label,
.gtc-gift-card-recipient-extra-details-wrapper p label,
.gtc-gift-card-sender-details-wrapper p label,
.gtc-product-gift-card-wrapper p label {
	width: auto;
}

.product textarea.gtc-gift-card-sender-message {
	min-height: 150px;
}

.woocommerce div.product form.cart .button {
	background-color: #6F5046;
	font-family: "century-gothic", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
}

/* Firefox */
.panier-table input[type=number] {
	-moz-appearance: textfield;
}

/* Chrome */
.panier-table input::-webkit-inner-spin-button,
.panier-table input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Opéra*/
.panier-table input::-o-inner-spin-button,
.panier-table input::-o-outer-spin-button {
	-o-appearance: none;
	margin: 0
}

.panier-table .quantity {
	display: flex;
	gap: 5px;
}

.panier-table .quantity input {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 30px;
	border: none;
	border-bottom: 1px solid #C8A764;
}

.panier-table .quantity button {
	border-radius: 0;
	background-color: #6F5046;
	color: #fff;
	padding: 2px 6px;
	border: #6F5046 1px solid;
}

.panier-table .panier-action-remove {
	border-radius: 0;
	background-color: #6F5046;
	color: #fff;
	padding: 2px 6px;
	border: #6F5046 1px solid;
	text-transform: uppercase;
}

.panier-table .panier-action-remove:hover {
	color: #C8A764;
	background-color: transparent;
	border: 1px solid #C8A764;
	cursor: pointer;
}

.panier-table .quantity button:hover {
	color: #C8A764;
	background-color: transparent;
	border: 1px solid #C8A764;
	cursor: pointer;
}

.bg_delete {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8.4px);
	-webkit-backdrop-filter: blur(8.4px);
}

.popup_delete {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999999;
	transform: translate(-50%, -50%);
	min-height: 150px;
	background-color: #042E3F;
	padding: 10px 20px;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;

}


.popup_delete p {
	color: #fff;
}

.popup_delete .action {
	display: flex;
	gap: 25px;
}

.popup_delete .action *,
.wc-block-components-button {
	border-radius: 0;
	background-color: #6F5046;
	color: #fff;
	padding: 2px 6px;
	border: #6F5046 1px solid;
	text-transform: uppercase;
}

.popup_delete .action *:hover,
.panier-cta:hover,
.wc-block-components-button:hover {
	color: #C8A764;
	background-color: transparent;
	border: 1px solid #C8A764;
	cursor: pointer;
}

.woocommerce div.product form.cart .button:hover {
	background-color: #C8A764;
}

.product .product_meta {
	display: none;
}

.product .gtc-gift-card-amount-actions {
	align-items: center;
	gap: 5px;
}

.product .gtc-gift-card-amount-actions .gtc-gift-card-field-row {
	width: auto;
	margin-bottom: 0;
}

.product .woocommerce-product-gallery {
	position: relative;
	z-index: 2;
}

.product .woocommerce-product-gallery::after {
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px #C8A764 solid;
	left: -5%;
	bottom: 5%;
	position: absolute;
}

/* CHECKOUT */
.woocommerce-checkout main {
	margin-top: 160px;
}

.woocommerce-checkout main label {
	color: #000 !important;
}

.woocommerce-checkout main input[type=text],
.woocommerce-checkout main input[type=tel] {
	border: none !important;
	border-bottom: 1px solid #C8A764 !important;
	border-radius: 0 !important;
	outline: none !important;
}

.woocommerce-checkout main input:focus {
	outline: none !important;
	box-shadow: none !important;
}

.woocommerce-checkout main h2::before {
	content: unset !important;
}

.woocommerce-checkout main h2,
.woocommerce-account main h2 {
	color: #042E3F;
	font-family: "athena", Sans-serif;
	font-size: 30px !important;
	font-weight: 600;
	text-transform: uppercase;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	display: none !important;
}

/* Nom de images sur le slider */

.pswp__caption {
	display: none !important;
}

.cart-header-widget {
	position: relative;
	display: flex;
	gap: 20px;
}

.cart-header-widget i {
	color: #C8A764;
	font-size: 20px;
}

.cart-header-widget span {
	position: absolute;
	top: -10px;
	right: -15px;
	color: #fff;
	font-family: "century-gothic", Sans-serif;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #C8A764;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ACCOUNT */
.woocommerce-account main {
	margin-top: 130px;
}

.woocommerce-account .woocommerce {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.woocommerce-account .woocommerce form .form-row {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	text-align: center;
}

.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	color: #042E3F;
	font-family: "century-gothic", Sans-serif;
	padding-bottom: 7px;
	font-size: 20px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: #C8A764;
}

.wp-block-woocommerce-cart {
	margin-top: 125px;
}

.wc-block-components-checkout-return-to-cart-button {
	display: none !important;
}

.woocommerce-checkout .wc-block-checkout__actions_row {
	justify-content: center;
}

.woocommerce-checkout label,
.woocommerce-checkout p {
	color: #042E3F !important;
	font-family: "century-gothic", Sans-serif !important;
	font-weight: 400 !important;
}

.woocommerce-checkout .wc-block-components-checkbox {
	padding-left: 15px;

}

.woocommerce-checkout .wc-block-components-checkbox label {
	color: #042E3F !important;
	font-family: "century-gothic", Sans-serif !important;
	font-weight: 400 !important;
}

.wc-block-checkout__add-note .wc-block-components-textarea {
	margin-left: 15px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block span {
	color: #042E3F !important;
	font-family: "century-gothic", Sans-serif !important;
	font-weight: 400 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item.wc-block-components-totals-footer-item span {
	font-weight: 600 !important;
}

.woocommerce-checkout .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block span {
	padding-left: 15px;
	color: #042E3F;
	font-family: "century-gothic", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.ekit-template-content-footer .certifs a {
	color: #fff !important;
}

.ekit-template-content-footer .certifs a:hover {
	color: #C8A764 !important;
}

/* PAGE BONS CADEAUX */
.products_list {
	display: flex;
	justify-content: space-around;
}

.products_list .product_card {
	width: 40%;
	transition: all 0.3s ease-in-out;
	position: relative;

}

.products_list .product_card::after {
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px #C8A764 solid;
	left: -5%;
	bottom: 5%;
	position: absolute;
}

.products_list .product_card a {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	overflow: hidden;
}

.products_list .product_card .thumb_product {
	width: 100%;
}

.products_list .product_card .thumb_product img {
	width: 100%;
}

.products_list .product_card .card_title_price {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.products_list .product_card .card_title_price h2 {
	color: #C8A764;
	font-family: "athena", Sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: -40px;
	display: flex;
	flex-direction: column;
}

.products_list .product_card .card_title_price h2 span {
	font-family: "RetroSignature", Sans-serif;
	font-size: 60px;
	color: #fff;
	text-transform: initial;
	font-weight: 200;
	margin-left: 40px;
	margin-top: -20px;
}

.product_title.entry-title span {
	color: #042E3F;
	text-transform: initial;
	font-weight: 200;
	margin-left: calc(20%);
	margin-top: -20px;
	font-family: "RetroSignature", Sans-serif;
	font-size: 90px;
}

.products_list .product_card .card_title_price p {
	color: #042E3F;
	font-family: "century-gothic", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	transform: translateY(800px);
	transition: all 0.3s ease-in-out;
}

.products_list .product_card:hover .card_title_price p {
	transform: translateY(0);
}

.products_list .product_card:hover a .card_title_price {
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(6.3px);
	-webkit-backdrop-filter: blur(6.3px);
	border: 1px solid rgba(255, 255, 255, 0.3);

}

.products_list .product_card:hover .card_title_price h2 span {
	color: #042E3F;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #C8A764 !important;
	font-size: 40px;
	font-family: "century-gothic", Sans-serif;
}

.visuel_top {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

/* PANIER */

.panier-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px auto;
}

.panier-table thead {
	border-radius: 10px 10px 0 0;
}

.panier-table th,
.panier-table td {
	border: 1px #fff solid;
	padding: 8px 12px;
	text-align: left;
	font-family: "century-gothic", Sans-serif;
}

.panier-table th {
	background-color: #042E3F;
	font-weight: bold;
	color: #fff;
	font-family: "century-gothic", Sans-serif;
	font-weight: 600;
}

.panier-table td img {
	max-width: 100px;
	height: auto;
}

.panier-table .total {
	text-align: right;
}

.panier-cta {
	background-color: #6F5046;
	font-family: "century-gothic", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
	color: #fff;
}

.elementor-widget-wp-widget-cartwidget{
	margin-bottom: 50px!important;
}

.panier_vide {
	font-weight: bold;
	color: #042E3F;
	font-family: "century-gothic", Sans-serif;
	font-weight: 600;
	margin-left: 5%;
}

.panier-action-update {
	display: none;
}

.product input {
	border: 0 !important;
	border-bottom: 1px solid #C8A764 !important;
	border-radius: 0 !important;
	padding: 0 0 0 5px !important;
	height: 30px !important;
}

.product textarea {
	border: 1px solid #C8A764 !important;
	border-radius: 0 !important;
}

.product .woocommerce-tabs {
	display: none !important;
}

.product .related.products {
	display: none !important;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation,
.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
	width: 100%;
}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	gap: 18px;
	justify-content: center;
}

.woocommerce-MyAccount-navigation ul li {
	position: relative;
}

.woocommerce-MyAccount-navigation ul li:last-child::after {
	content: unset;
}

.woocommerce-MyAccount-navigation ul li::after {
	position: absolute;
	right: -12px;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #042E3F;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation-link--gift_card {
	display: none;
}

.woocommerce-account main p,
.woocommerce-account main span,
.woocommerce-account main span a,
.woocommerce-account main p a {
	color: #042E3F !important;
	font-family: "century-gothic", Sans-serif !important;
}

@media screen and (max-width: 996px) {
	.products_list {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 60px;

	}

	.products_list .product_card,
	.products_list .product_card a,
	.products_list .product_card a .thumb_product {
		width: 300px;
		height: 300px;
	}

	.woocommerce div.product {
		display: flex;
		flex-direction: column;
	}

	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 90%;
	}

	.woocommerce div.product div.summary {
		width: 95% !important;
		margin: auto;
	}

	.products_list .product_card .card_title_price h2 {
		font-size: 20px;
	}

	.products_list .product_card .card_title_price h2 span {
		font-size: 35px;
		margin-top: 0px;
	}

	.products_list .product_card .thumb_product img {
		height: 100%;
		object-fit: cover;
	}

	.product .product_title {
		font-size: 25px;
	}

	.product_title.entry-title span {
		font-size: 55px;
	}

	.product .titre_info {
		font-size: 20px;
	}

	.product h4 {
		font-size: 18px !important;
	}

	.product .gtc-gift-card-field-row label {
		width: 40%;
	}

	.elementor-element.elementor-element-f2aa676 .e-con-inner {
		overflow: scroll;
	}
}

.page-id-1263 .elementor-element-9b38d8c {
	display: none !important;
}

/* CHECKOUT */
.wp-block-woocommerce-checkout {
	width: 90%;
	margin: auto !important;
}

.wc-block-components-sidebar-layout {
	position: relative;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: none !important;
	border: none !important;
}

.wc-block-components-radio-control--highlight-checked:after {
	content: unset !important;
}

.gtc-sender-send-gift-cards-popup-button {
	font-family: "century-gothic", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #6F5046;
	border-radius: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
	border: none;
	color: #fff;
	box-shadow: none;
}

.gtc-sender-send-gift-cards-popup-button:hover {
	background-color: #C8A764;
	cursor: pointer;
}

.woocommerce-thankyou-order-details.order_details {
	padding: 0;
	margin: 30px 0;
}

.woocommerce-thankyou-order-details.order_details li {
	color: #042E3F;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
	border-color: #C8A764;
	color: #042E3F;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
	color: #C8A764;
}

.woocommerce-customer-details address {
	border: none !important;
	color: #042E3F;
	box-shadow: none !important;
}

html:has(.page-id-1263),
html:has(.page-id-1263) body {
	overflow: initial;
}

.page-id-1263 .is-sticky {
	top: 80px !important;
}

.page-id-1263 .wp-block-woocommerce-checkout-terms-block a {
	text-decoration: none;
	color: #042E3F;
	font-weight: 600;
}

.page-id-1263 .wp-block-woocommerce-checkout-terms-block a:hover {
	color: #C8A764;
}

.woocommerce-notices-wrapper:has(.woocommerce-message) {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: 99999;
	height: 100%;
}

.woocommerce-notices-wrapper .woocommerce-message {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	transform: translate(-50%, -50%);
	background-color: #042E3F;
	color: #fff;
	font-family: "century-gothic", Sans-serif;
	font-size: 20px;
	font-weight: 400;

	margin: 0;
}

.woocommerce-notices-wrapper .close {
	color: #fff;
	background-color: #C8A764;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "century-gothic", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	top: -15px;
	right: -15px;
	transition: all 0.3s ease-in-out;
}

.woocommerce-notices-wrapper .close:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.woocommerce-account .woocommerce table.shop_table,
.woocommerce-account .woocommerce table.shop_table td {
	border-color: #C8A764;
	border-radius: 0;
}

.woocommerce-account .woocommerce table.my_account_orders .button,
.woocommerce-account .addresses .title .edit,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	font-family: "century-gothic", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #6F5046;
	border-radius: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
	border: none;
	color: #fff;
	box-shadow: none;
	text-decoration: none;
}

.woocommerce-account main .woocommerce-form-login__submit {
	font-family: "century-gothic", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	background-color: #6F5046 !important;
	border-radius: 0px 0px 0px 0px !important;
	padding: 5px 20px 5px 20px !important;
	border: none !important;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.woocommerce-account main .woocommerce-form-login__submit:hover {
	background-color: #C8A764 !important;
}

@media screen and (min-width:1024px) {
	.woocommerce form.login {
		min-width: 400px;
		min-height: 290px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.woocommerce form .password-input,
	.woocommerce-page form .password-input {
		width: 100%;
	}
}

.woocommerce-account .woocommerce table.my_account_orders .button:hover,
.woocommerce-account .addresses .title .edit:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	background-color: #C8A764;
}

.woocommerce-account .woocommerce .col2-set {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.woocommerce-account .woocommerce .col2-set div {
	box-shadow: 1px 1px 10px #00000055;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 45%;
	padding: 25px 0;
}

.woocommerce-account .woocommerce-Address-title {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input {
	border: none;
	border-bottom: 1px solid #C8A764;
	border-radius: 0;
	width: 60% !important;
	padding: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
	width: auto !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input {
	width: 40%;
}


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-family: "RetroSignature", Sans-serif !important;
	font-size: 100px;
	text-align: center;
	margin-bottom: 75px;
}

.woocommerce-order-received .woocommerce {
	width: 90%;
	margin: auto;
}

.woocommerce-order-received main {
	margin-top: 80px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	width: auto;
	height: auto;
	min-height: auto !important;
}

.elementor-element-f974d63 p {
	color: #fff !important;
}



@media screen and (max-width:1024px) {
	.wc-block-components-sidebar-layout {
		flex-direction: column-reverse;
	}

	.wc-block-components-sidebar-layout div,
	.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
		width: 100%;
	}

	.is-large .wp-block-woocommerce-checkout-order-summary-block {
		background-color: #fff;
	}

	.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
		position: relative !important;
		top: 0 !important;
	}

	.woocommerce-notices-wrapper .woocommerce-message {
		display: flex;
		flex-direction: column-reverse;
		gap: 25px;
	}

	.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
		text-align: center;
	}

	.products_list .product_card:hover .card_title_price p {
		transform: translateY(800px);
	}

	.products_list .product_card:hover .card_title_price h2 span {
		color: #fff;
	}
}

@media screen and (max-width:767px) {
	.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
		font-size: 60px;
		margin-top: 90px;
	}
}

img.ui-datepicker-trigger{
	width: 30px;
	height: auto;
	margin-left: 10px;
}
img.ui-datepicker-trigger:hover{
	cursor: pointer;
}

.gtc-gift-card-delivery-date-wrapper label{
	display: none!important;
}

.woocommerce-Price-amount,.gtc-gift-card-amount-actions label{
	position: relative;
}
.woocommerce-Price-amount::after{
	content: 'TTC';
	position: absolute;
	top: 0;
	right: -25px;
	font-family: "century-gothic", Sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #C8A764;
}
.gtc-gift-card-amount-actions label:after{
	content: 'TTC';
	position: absolute;
	top: 0;
	right: -25px;
	font-family: "century-gothic", Sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #000;
}