/*
 Theme Name:   Renata Child
 Theme URI:    http://renata.bold-themes.com
 Description:  Renata child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     renata
 Version:      1.5.6
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  renata-child
*/
/* Theme customization starts here
-------------------------------------------------------------- */
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Container for image select (used in CF7 custom tag) */
.cf7-image-select-container {
	position: relative;
	/* margin-bottom: 20px; Uncomment if spacing needed below */
}
/* Image select wrapper - aligns child elements in a flexible grid */
.cf7-image-select {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	/* Adds space between images */
}
/* Each image label wrapper */
.cf7-image-select label {
	display: inline-block !important;
	margin: 0px !important;
	width: 119px !important;
	height: 79px !important;
	border-radius: 10px;
	overflow: hidden;
}
/* Style for selectable images */
.cf7-image-select img {
	width: 117px !important;
	height: 79px !important;
	object-fit: contain;
	cursor: pointer;
	border: 2px solid transparent;
	/* Default border */
	border-radius: 10px !important;
}
/* Hide the actual radio inputs */
.cf7-image-select input[type="radio"] {
	display: none;
}
/* When an image is selected (radio checked), highlight it */
.cf7-image-select input[type="radio"]:checked+img {
	border: 2px solid #94B79F;
	/* Highlight selected image */
}
/* Error message styling below image field */
.wpcf7-not-valid-tip {
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #dc3232;
	font-size: 12px;
	font-weight: normal;
}
/* Error highlight for invalid image selection */
.wpcf7-not-valid .cf7-image-thumbnail {
	border-color: #dc3232 !important;
}
/* Styling for quantity and voucher amount display */
/* Checkout Page */
.zynk-checkout form.checkout_coupon p:nth-child(1),
.zynk-checkout form.checkout_coupon p:nth-child(1),
.zynk-checkout form.checkout_coupon p:nth-child(1) {
	flex: 1 0 50%;
	margin-bottom: 0;
	line-height: 2;
}
/* .zynk-checkout .checkout_coupon.woocommerce-form-coupon {
    margin: 0;
    padding: 15px;
}
.zynk-checkout .checkout_coupon.woocommerce-form-coupon{
    border-radius: 4px !important;
    border: 1px solid #D5E0DF !important;
    height: 42px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
}
.zynk-checkout #coupon_code {
    padding: 6px 10px 6px 10px;
    margin: 0px 0px 0px 0px !important;
    border-radius: 4px !important;
    border: 0px solid #D5E0DF !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #7B908F !important;
    min-height: 40px;
}
.zynk-checkout #coupon_code::placeholder {
    margin: 0px 0px 15px 0px !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #7B908F !important;
}
.zynk-checkout p.form-row{
	display: inline-table;
	flex: auto;
	padding: unset !important;
	margin: unset !important;
	line-height: unset !important;
}
.zynk-checkout form.checkout_coupon p.form-row-last{
	padding: 0px;
	margin: 0;
	width: auto;
	flex: unset;
	width: auto;
	padding: 8px !important;
}
.zynk-checkout .checkout_coupon.woocommerce-form-coupon button.button {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
	text-transform: capitalize !important;
    color: #94B79F !important;
    margin: 0px;
    padding: 0;
    background: #FFFFFF !important;
    box-shadow: unset !important;
} */
.zynk-checkout div.product {
	display: flex !important;
	column-gap: 2em !important;
	flex-direction: row;
	flex-wrap: wrap;
}
.zynk-checkout div.product div.summary form.cart {
	border-top-width: 0px !important;
	padding: 20px !important;
	margin: 0px !important;
}
.zynk-checkout .checkout-content {
	margin-top: var(--post-margin-top) !important;
	margin-bottom: var(--post-margin-bottom) !important;
}
@media(max-width: 767px) {
	.zynk-checkout .checkout-content {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
}
.zynk-checkout .checkout #order_review_heading_payment,
.zynk-checkout .checkout #product_order_review_heading {
	margin-top: 0em;
	margin-bottom: 10px;
	font-family: Jost;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
}
.zynk-checkout .checkout #product-review-order-title {
	font-family: Jost;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	text-transform: capitalize;
}
.zynk-checkout .checkout #product-review-order-title svg {
	width: auto;
	height: 20px;
}
.zynk-checkout .checkout #product-review-order-quantity {
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	color: #7B908F;
	margin-bottom: 8px;
}
.zynk-checkout .woocommerce-product-gallery {
	border: 1px solid #D5E0DF;
	border-radius: 6px;
	overflow: hidden;
}
.zynk-checkout div.product {
	margin: 0px 20px 10px 20px;
	padding: 0px 0px 0px 0px;
	display: flex !important;
	column-gap: 129px !important;
	flex-direction: column;
	justify-content: space-between;
}
.zynk-checkout div.product div.summary form.cart {
	border-top-width: 0px;
	border-color: var(--gray-color);
	margin: 0;
	padding: 0;
}
.zynk-checkout div.product div.summary form.cart {
	border-top-width: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.zynk-checkout .woocommerce-checkout-review-order {
	display: flex;
	flex-direction: row-reverse;
	align-content: flex-start;
	gap: 50px;
	justify-content: space-between;
}
@media(max-width:767px) {
	.zynk-checkout .woocommerce-checkout-review-order {
		display: flex;
		flex-direction: column-reverse;
		align-content: flex-start;
		gap: 50px;
		justify-content: space-between;
	}
}
.zynk-checkout .woocommerce-checkout-payment {
	width: 450px;
}
.zynk-checkout .woocommerce-review-order {
	width: 650px;
}
@media(max-width:767px) {
	.zynk-checkout .woocommerce-checkout-payment {
		width: 100%;
	}
	.zynk-checkout .woocommerce-review-order {
		width: 100%;
	}
	.zynk-voucher .footer-bg-half button.button,
	.zynk-checkout .footer-bg-full button.button {
		font-size: 14px !important;
		padding: 8px 15px !important;
	}
	.footer-bg-half .bt_bb_column.col-xl-6,
	.footer-bg-full .bt_bb_column.col-xl-6 {
		width: 50%;
		flex: 1 1 auto;
		padding: 0;
	}
}
.zynk-checkout-button {
	display: flex;
	gap: 5px;
	justify-content: flex-end;
}
.footer-bg-half .qty_amount,
.footer-bg-full .qty_amount {
	position: relative;
	font-family: Jost;
	font-weight: 600;
	color: #7B908F;
	font-size: 18px;
	line-height: normal;
	display: flex;
	gap: 50px;
}
@media(max-width:767px) {
	.footer-bg-full .qty_amount .amount span {
		font-size: 14px !important;
	}
	.footer-bg-half .qty_amount,
	.footer-bg-full .qty_amount {
		position: relative;
		font-family: Jost;
		font-weight: 600;
		color: #7B908F;
		font-size: 14px !important;
		line-height: normal;
		display: flex;
		gap: 10px;
		justify-content: flex-start;
	}
}
.footer-bg-half .qty_amount:before,
.footer-bg-full .qty_amount:before {
	content: "";
	position: absolute;
	height: 160px;
	width: 2px;
	top: calc(-100% - 14px);
	background: #F3F3F3;
}
.qty_amount:after {
	content: "";
	position: absolute;
	height: 160px;
	width: 2px;
	left: calc(100% - 150px);
	top: calc(-100% - 14px);
	background: #F3F3F3;
}
.footer-bg-half .qty,
.footer-bg-full .qty {
	position: relative;
	margin-left: 24px;
	margin-right: 24px;
	display: flex;
	flex-direction: row;
	gap: 4px;
}
@media(max-width:767px) {
	.footer-bg-half .qty,
	.footer-bg-full .qty {
		position: relative;
		margin-left: 0px;
		margin-right: 0px;
		display: flex;
		flex-direction: row;
		gap: 4px;
	}
}
.footer-bg-half .amount,
.footer-bg-full .amount {
	position: relative;
}
.footer-bg-half .amount:before,
.footer-bg-full .amount:before {
	content: "";
	position: absolute;
	height: 160px;
	width: 2px;
	left: -50px;
	top: calc(-100% - 14px);
	background: #F3F3F3;
}
@media (max-width: 1199px) {
	.qty_amount:after,
	.footer-bg-half .qty_amount:before,
	.footer-bg-half .amount:before,
	.footer-bg-full .qty_amount:before,
	.footer-bg-full .amount:before {
		display: none;
	}
	.footer-bg-half .amount span:nth-child(1),
	.footer-bg-full .amount span:nth-child(1) {
		display: none;
	}
}
.voucher-card {
	overflow: hidden;
	border: 1px solid #D5E0DF;
	border-radius: 10px;
}
.voucher-content {
	padding: 15px 20px 15px 20px;
}
.voucher-content div span:nth-child(1) {
	font-family: Jost;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0%;
}
.voucher-content div span:nth-child(2) {
	font-family: Jost;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0%;
}
/* Half-width top border using a pseudo-element */
.footer-bg-half {
	position: relative;
}
.footer-bg-half::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/* Change to 50% for right-side border */
	width: 100%;
	/* Half of the parent width */
	height: 3px;
	background: linear-gradient(90deg, #94B79F 50%, #F3F3F3 50%);
}
.footer-bg-full {
	position: relative;
}
.footer-bg-full::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/* Change to 50% for right-side border */
	width: 100%;
	/* Half of the parent width */
	height: 3px;
	background: linear-gradient(90deg, #94B79F 50%, #94B79F 50%);
}
/* Single Products */
.sticky-gallery {
	position: fixed;
	top: 95px;
	/* adjust as needed */
	z-index: 1;
}
.zynk-voucher div.product div.summary form.cart {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-color: var(--gray-color);
}
.zynk-voucher div.product {
	display: flex !important;
	column-gap: 2em !important;
	flex-direction: row-reverse !important;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zynk-voucher div.product div.summary h2 {
	
	margin-bottom: 21px;
	padding: 0;
	text-transform: inherit;
}
.zynk-voucher #content div.product div.images,
.zynk-voucher div.product div.images,
.zynk-voucher #content div.product div.images,
.zynk-voucher div.product div.images {
	float: left;
	width: 48% !important;
}
.zynk-voucher #content div.product div.summary,
.zynk-voucher div.product div.summary,
.zynk-voucher #content div.product div.summary,
.zynk-voucher div.product div.summary {
	float: right;
	width: 40% !important;
	clear: none;
}
@media(max-width: 992px) {
	.zynk-voucher #content div.product div.images,
	.zynk-voucher div.product div.images,
	.zynk-voucher #content div.product div.images,
	.zynk-voucher div.product div.images {
		float: left;
		width: 100% !important;
		display: none;
	}
	.zynk-voucher #content div.product div.summary,
	.zynk-voucher div.product div.summary,
	.zynk-voucher #content div.product div.summary,
	.zynk-voucher div.product div.summary {
		float: right;
		width: 100% !important;
		clear: none;
	}
}
.gift-card-content-image {
	display: none;
}
@media (max-width: 992px) {
	.gift-card-content-image {
		display: block;
	}
}
.ywgc-preset-image {
	/* width: 191px !important; */
	/* height: 150px !important; */
}
.gift-card-content-editor.step-appearance .ywgc-design-list {
	overflow-x: auto;
}
.gift-card-content-editor.step-appearance .ywgc-design-list ul {
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	font-size: 0;
	display: flex;
	flex-direction: row;
}
.gift-card-content-editor.step-appearance .ywgc-design-list ul li {
	padding: 5px;
	display: inline-block;
	width: 135px;
	height: 90px;
	border-radius: 8px;
}
.ywgc-preset-image.ywgc-custom-picture {
	min-width: 100% !important;
	height: 100px !important;
}
.ywgc-preset-image.ywgc-custom-picture .ywgc_upload_plus_icon {
	margin-top: 0;
	min-width: 70px !important;
	height: 70px !important;
}
.ywgc-design-list .ywgc-preset-image {
	width: 100% !important;
	height: 100% !important;
	border-radius: 8px;
	overflow: hidden;
}
.ywgc-design-list .ywgc-preset-image .attachment-full {
	min-width: 100% !important;
	height: auto !important;
}
.selected_image_parent {
	outline: 2px solid #94B79F !important;
	outline-offset: -2px;
	border-radius: 8px;
	overflow: hidden;
}
.ywgc-preset-image.selected_image_parent:after {
	top: 5px;
	right: 5px;
}
.zynk-checkout .site-footer-page,
.zynk-voucher .site-footer-page {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 9999;
}
.site-footer-page .bt_bb_section {
	margin-top: 0em;
}
/* validation */
/* Error styling */
.error-field {
	border-color: #ff0000 !important;
}
.validation-error {
	color: #ff0000;
	font-size: 0.875em;
	margin-top: 0.25em;
}
/* Field visibility */
.ywgc-recipient-email,
.ywgc-sender-email,
.ywgc-postdated {
	display: none;
}
.ywgc-recipient-email.active,
.ywgc-sender-email.active,
.ywgc-postdated.active {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.virtual.product-type-gift-card .woocommerce-product-gallery__wrapper img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
}
.virtual.product-type-gift-card .woocommerce-product-gallery__wrapper {
	border: 1px solid var(--yith-ywgc-border-color);
	border-radius: 10px;
}
.virtual.product-type-gift-card .ywgc-main-form-preview-container {
	/* height: auto; */
	padding: 0;
}
.virtual.product-type-gift-card .ywgc-form-preview-title {
	line-height: 30px;
}
.gift-cards-list h3 {
	text-transform: inherit;
	font-size: initial;
}
.gift-cards-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-bottom: 20px;
}
.gift-cards-list>.bt_bb_cf7_row {
	grid-column: span 3;
	/* Make the intro block span full width */
}
.gift-cards-list button {
	width: 100%;
	/* Make buttons fill their grid cell */
	font-size: initial;
}
.gift-cards-list .ywgc-amount-buttons {
	border-radius: 8px;
	border: 1px solid var(--yith-ywgc-border-color);
	color: #404040;
	vertical-align: top;
	margin: 0;
	padding: 0 4%;
	height: 4em;
	width: 100%;
	max-width: 100%;
	font-weight: normal;
}
.gift-cards-list .ywgc-amount-buttons:not(.selected_button) {
	background-color: var(--yith-content-bg);
}
.gift-cards-list .ywgc-amount-buttons:first-of-type {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.gift-cards-list .ywgc-amount-buttons:last-of-type {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
@media (max-width: 992px) {
	.gift-cards-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
		margin-bottom: 20px;
	}
	.gift-cards-list>.bt_bb_cf7_row {
		grid-column: span 3;
		/* Make the intro block span full width */
	}
	.gift-cards-list button {
		width: 100%;
		/* Make buttons fill their grid cell */
		font-size: initial;
	}
	.gift-cards-list .ywgc-amount-buttons {
		border-radius: 8px !important;
		border: 1px solid var(--yith-ywgc-border-color) !important;
		color: #404040;
		vertical-align: top !important;
		margin: 0;
		padding: 0 3%;
		height: 2.2em;
		width: 100% !important;
		max-width: 100% !important;
		font-weight: normal;
	}
	.gift-cards-list .ywgc-amount-buttons .amount {
		font-size: 12px;
	}
	.gift-cards-list .ywgc-amount-buttons:not(.selected_button) {
		background-color: var(--yith-content-bg);
	}
	.gift-cards-list .ywgc-amount-buttons:first-of-type {
		border-top-left-radius: 12px !important;
		border-bottom-left-radius: 12px !important;
	}
	.gift-cards-list .ywgc-amount-buttons:last-of-type {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
	}
}
@media (max-width: 575px) {
	.gift-cards-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		/* 1 column on mobile */
		gap: 0.5rem;
		margin-bottom: 20px;
	}
	.ywgc-manual-currency-symbol {
		background: white;
		position: absolute;
		left: 8px;
		top: 7px;
		padding: 0px;
		pointer-events: none;
		font-size: 14px;
		line-height: normal;
	}
	#ywgc-manual-amount {
		border: none;
		text-align: center;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		margin: 0;
		padding: 0 3%;
		min-height: 2em;
	}
	.gift-cards-list>.bt_bb_cf7_row {
		grid-column: span 2;
		/* Make the intro block span full width */
	}
	.gift-cards-list button {
		width: 100%;
		/* Make buttons fill their grid cell */
		font-size: initial;
	}
}
.ywgc-manual-amount-container.ywgc-manual-amount {
	background: unset;
	padding: 0;
}
#ywgc-manual-amount {
	border: none;
	text-align: center;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.gift-cards-list button:last-of-type {
	border-right: 1px solid var(--yith-ywgc-border-color);
}
input#ywgc-manual-amount::placeholder {
	font-size: 16px;
	opacity: 1;
}
#ywgc-manual-amount:focus {
	box-shadow: unset;
}
#ywgc-manual-amount:focus::placeholder {
	color: transparent;
}
.ywgc-label-above-input input {
	display: block !important;
	font-family: 'Jost', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #7B908F !important;
}
.ywgc-label-above-input input::placeholder {
	display: block !important;
	font-family: 'Jost', sans-serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}
.ywgc-recipient-name,
.ywgc-sender-name {
	float: left !important;
	width: 49% !important;
}
.ywgc-recipient-email,
.ywgc-postdated {
	float: right !important;
	width: 49% !important;
}
.ywgc-recipient-name {
	width: calc(50% - 5px) !important;
	margin-right: 5px;
}
.ywgc-sender-name {
	width: calc(50% - 5px) !important;
	margin-left: 5px;
}
.ywgc-recipient-email {
	float: left !important;
	width: 49% !important;
}
.ywgc-sender-email {
	float: left !important;
	width: 49% !important;
}
.ywgc-label-above-input input::placeholder {
	font-family: Jost, sans-serif;
	font-weight: 400;
	font-size: px;
	/* width: 100% !important; */
	/* height: 50px !important; */
	border-radius: 5px !important;
	margin: 1em 0 2em 0 !important;
}
.gift-cards_form .gift-card-content-editor.step-content input#ywgc-delivery-date,
.gift-cards_form .gift-card-content-editor.step-content input#ywgc-sender-name {
	margin-bottom: 0;
}
.gift-cards_form .gift-card-content-editor.step-content textarea {
	height: 8em;
	width: 100%;
	border-radius: 5px;
	margin: 1em 0 2em 0;
	resize: none;
}
.ywgc-preset-image.ywgc-preset-image-view-all {
	border: 2px dashed var(--yith-ywgc-border-color);
	display: none;
}
.ywgc-preset-image.ywgc-custom-picture {
	border: 2px solid var(--yith-ywgc-border-color);
	background-color: var(--yith-ywgc-bg-color);
}
.ywgc-choose-image.ywgc-choose-template {
	position: absolute;
	font-size: 14px !important;
	background: unset !important;
	border: unset !important;
	color: #404040 !important;
	width: 100% !important;
	height: 100% !important;
	font-weight: normal !important;
}
.ywgc-preset-image.ywgc-custom-picture .ywgc-custom-upload-label {
	position: absolute;
	font-size: 12px;
	color: var(--yith-ywgc-upload-text-color);
	text-align: center;
	width: 100%;
	bottom: 0;
	text-transform: uppercase;
}
.ywgc-choose-image.ywgc-choose-template:hover {
	background: white !important;
	color: #404040 !important;
}
.gift-cards_form h3.ywgc_choose_design_title {
	margin-top: 0;
}
.ywgc-manual-amount-error {
	font-size: 14px !important;
	color: red;
	float: left;
	margin-top: 5px;
}
.ywgc-delivery-notification-checkbox-container {
	text-align: left;
}
.ywgc-custom-picture .yith-plugin-fw-file {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
input#ywgc-upload-picture {
	/* width: 191px; */
	/* height: 150px; */
	/* opacity: 0; */
}
a.add-recipient {
	float: right;
}
.ywgc-additional-recipient {
	position: relative;
}
.ywgc-additional-recipient label {
	margin-bottom: 15px;
}
#ywgc-delivery-notification-checkbox {
	margin: 0;
}
.ywgc-recipient-sender-container .ywgc-recipient-name {
	float: left;
	width: 49%;
}
.ywgc-recipient-sender-container .ywgc-sender-name {
	float: right;
	width: 49%;
}
.yith-plugin-fw-file__message .yith-plugin-fw-file__suggested_size {
	display: none;
}
.gift-cards_form .gift_card_template_button {
	margin-top: 3em;
}
/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {
	.ywgc-recipient-name,
	.ywgc-sender-name,
	.ywgc-recipient-email,
	.ywgc-postdated {
		width: 100%;
	}
	input#ywgc-manual-amount::placeholder {
		font-size: 14px !important;
		opacity: 1 !important;
	}
	div.product.virtual.product-type-gift-card .woocommerce-product-gallery {
		margin-bottom: 2em;
	}
	.gift-cards_form .gift-card-content-editor.step-content input#ywgc-delivery-date {
		margin-bottom: 2em;
	}
}
.ywgc-label-above-input input,
.ywgc-label-above-input select,
.ywgc-label-above-input textarea {
	margin: 8px 0px 15px 0px !important;
	border-radius: 4px !important;
	border: 1px solid #D5E0DF !important;
	font-family: 'Jost', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #1e3333 !important;
}
.ywgc-label-above-input input::placeholder,
.ywgc-label-above-input select::placeholder,
.ywgc-label-above-input textarea::placeholder {
	font-family: 'Jost', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #1f1f1f !important;
}
.ywgc-label-above-input input,
.ywgc-label-above-input select {
	min-height: 42px !important;
	height: 42px !important;
	padding: 0.5em 1.0em 0.5em 1.0em !important;
}
.ywgc-label-above-input textarea {
	height: 150px !important;
	padding: 0.5em 1.0em 0.5em 1.0em !important;
}
.ywgc-label-above-input label {
	margin: 0px 0px 0px 0px;
	font-family: Jost;
	font-weight: 500;
	font-size: 16px;
}
.single_add_to_cart_button {
	display: none !important;
}
button.click_on_add_to_cart.button.alt {
	float: right;
}
.woocommerce div.product div.summary p.price {
	display: none !important;
}
.woocommerce-product-gallery__wrapper {
	grid-template-columns: 1fr !important;
}
.virtual .ywgc-main-form-preview-container {
	min-height: min-content !important;
}
.ywgc-form-preview-title-container.clearfix,
.ywgc-main-form-preview-container hr {
	/* display: none; */
}
.product-review-order {
	border: 1px solid #D5E0DF;
	border-radius: 6px;
	padding: 25px 15px 25px 15px;
}
@media(max-width:767px) {
	.zynk-voucher div.product div.summary form.cart {
		margin-top: 0em;
		padding-top: 0em;
	}
	body.zynk-voucher header.page-header {
		margin-bottom: 50px !important;
	}
	.zynk-voucher .site-content {
		margin-bottom: 50px !important;
		margin-top: 50px !important;
	}
	.product-review-order {
		border: 1px solid #D5E0DF;
		border-radius: 6px;
		padding: 15px 10px 10px 10px;
	}
}
@media (max-width: 1199px) {
	.zynk-voucher div.product {
		column-gap: 109px !important;
	}
}
.zyne-cart-item-data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.zyne-cart-item-data div {
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	color: #7B908F;
	display: flex;
	align-content: center;
	gap: 7px;
}
.zyne-cart-item-data div svg {
	width: auto;
	height: 16px;
}
.zyne-cart-item-data div span {
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	color: #1A3433;
}
.woocommerce-terms-and-conditions-wrapper {
	display: none;
}
.form-row.place-order {
	display: none;
}
.ywgc-form-preview-from-to-container {
	padding: 14px 20px 15px 20px;
}
.ywgc-form-preview-from-to-container .ywgc-form-preview-title {
	font-family: Jost;
	font-weight: 500;
	font-size: 16px;
	color: #1A3433;
}
.ywgc-form-preview-from-to-container .ywgc-form-preview-from-content {
	font-family: Jost;
	font-weight: 300;
	font-size: 16px;
	color: #1A3433;
}
.gift-summary {}
.gift-summary .heading {
	font-family: Jost;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
}
.gift-summary div {
	display: flex;
	justify-content: space-between;
}
.gift-summary div:nth-child(1) {
	padding-bottom: 10px;
}
.gift-summary div:nth-child(2) {
	padding-bottom: 10px;
}
.gift-summary div:nth-child(3) {
	padding-bottom: 20px;
}
.gift-summary div:nth-child(2) span {
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
}
.gift-summary div:nth-child(3) span:nth-child(1) {
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	text-decoration: underline;
	line-height: normal;
}
.gift-summary div:nth-child(4) {
	background: #f0f0f0;
	border-radius: 6px;
	padding: 12px 13px 12px 13px;
}
.gift-summary div:nth-child(4) span:nth-child(1) {
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
}
.wc_payment_methods {
	display: flex;
	gap: 20px;
	flex-direction: column;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.wc_payment_method {
	position: relative;
	overflow: hidden;
	border: 1px solid #D5E0DF;
	border-radius: 8px;
}
.wc_payment_methods .wc_payment_method .input-radio {
	position: absolute;
	top: 17px;
	left: 13px;
}
.wc_payment_methods .wc_payment_method label {
	cursor: pointer;
	font-family: Jost;
	font-weight: 500;
	font-size: 16px;
	color: #1A3433;
	background: #F6F5F0;
	width: 100%;
	display: inline-block;
	padding: 8px 20px 8px 40px;
}
.yith-plugin-upgrade-licence-banner,
li.current a[href="admin.php?page=yith_plugins_activation"] {
	display: none !important;
}


.click_to_back {
    color: var(--shop-button-secondary-color, var(--accent-color)) !important;
    background: transparent !important;
    box-shadow: 0 0 0 1px var(--shop-button-secondary-color, var(--accent-color)) inset !important;
}

.click_to_back:hover {
    padding: 1.135em 2.5em !important;
    color: var(--shop-button-primary-color, var(--light-color)) !important;
    background: transparent !important;
    box-shadow: 0 0 0 4em var(--shop-button-secondary-color, var(--accent-color)) inset !important;
}


section.woocommerce-customer-details {
    display: none !important;
}

.woocommerce-order-received .site footer {
    display: none !important;
}