.hidden_class{
	display: none;
}.addf-gift-registry-div{
	width: 100%;
	min-height: 400px;
	height: auto;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
.register-new-gift-registry{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border:  1px solid gray;
	/* text-align: center; */
}
.register-new-gift-registry-title{
	width: 100%;
	text-align: center;
	border-bottom: 2px solid gray;
}
.register-new-gift-registry-body{
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	min-height: 100px;
	height: auto;
	padding-bottom: 50px;
	text-align: center;
}

.title-gift-registry-input,
.addf_gr_input_field_class{
	width: 100%;
	border: 1px solid #0000002b !important;
	border-radius: 3px;
	font-size: 14px;
	background: #f2f2f263 !important;
	box-shadow: none !important;
}
.red{
	color: red;
}
.text-table-side{
	width: 25%;
}
.addf_gr_product_success_added_to_cart{
	width: 100%;
}

/* Top-right notification popup */
.addf-gr-notification-popup {
	position: fixed;
	top: 20px;
	right: 20px;
	background: #fff;
	border-left: 4px solid #46b450;
	padding: 15px 20px;
	min-width: 300px;
	max-width: 500px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	z-index: 999999;
	display: none;
	animation: slideInRight 0.3s ease-out;
}

.addf-gr-notification-popup.error {
	border-left-color: #dc3232;
}

.addf-gr-notification-popup.success {
	border-left-color: #46b450;
}

.addf-gr-notification-popup .notification-content {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.addf-gr-notification-popup .notification-icon {
	font-size: 20px;
	line-height: 1;
	flex-shrink: 0;
}

.addf-gr-notification-popup.success .notification-icon {
	color: #46b450;
}

.addf-gr-notification-popup.error .notification-icon {
	color: #dc3232;
}

.addf-gr-notification-popup .notification-message {
	flex: 1;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.addf-gr-notification-popup .notification-close {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #666;
	padding: 0;
	margin-left: 10px;
	line-height: 1;
	flex-shrink: 0;
}

.addf-gr-notification-popup .notification-close:hover {
	color: #000;
}

@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOutRight {
	from {
		transform: translateX(0);
		opacity: 1;
	}
	to {
		transform: translateX(100%);
		opacity: 0;
	}
}

.addf-gr-notification-popup.hiding {
	animation: slideOutRight 0.3s ease-in forwards;
}

/* Add-to-cart success popup (View Cart / Continue Shopping) */
.addf-gr-add-to-cart-success-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.addf-gr-add-to-cart-success-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
	cursor: pointer;
}
.addf-gr-add-to-cart-success-box {
	position: relative;
	background: #fff;
	padding: 24px 32px;
	border-radius: 6px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	max-width: 420px;
	width: 90%;
}
.addf-gr-add-to-cart-success-msg {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
.addf-gr-add-to-cart-success-msg a {
	color: inherit;
	text-decoration: underline;
}
.addf-gr-add-to-cart-success-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.addf-gr-add-to-cart-success-buttons .button {
	padding: 10px 18px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #f5f5f5;
	color: #333;
}
.addf-gr-add-to-cart-success-buttons .button.primary,
.addf-gr-add-to-cart-success-buttons .addf-gr-add-to-cart-view-cart {
	background: #333;
	border-color: #333;
	color: #fff;
}
.addf-gr-add-to-cart-success-buttons .button:hover {
	opacity: 0.9;
}

.register-new-gift-registry{
	display: none;
}
.gift_registry_empty{
	margin-top: 50px;
	width: 100%;
	text-align: center;
}
.addf-align-center{
	text-align: center;
}
.existing-gift-registry-data{
	width: 100%;
	height: auto;
	border: 1px solid #80808033;
	border-radius: 5px;
	margin-bottom: 100px;
}
.existing-gift-registry-data-table{
	width: 100%;
}

/* Registry public mockup (non-table layout) */
.addf-gr-registry-mockup{
	width: 100%;
	padding: 24px 16px 20px;
}
.addf-gr-registry-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.addf-gr-registry-icon{
	width: 48px;
	height: 48px;
	color: #5c4033;
	line-height: 0;
}
.addf-gr-registry-icon svg{
	width: 100%;
	height: 100%;
}
.addf-gr-registry-icon .addf-gr-icon-circle{
	fill: currentColor;
}
.addf-gr-registry-icon .addf-gr-icon-ring{
	fill: none;
	stroke: #fff;
	stroke-width: 2.5;
}
.addf-gr-registry-title{
	margin: 0;
	font-size: 1.75rem;
	font-weight: 600;
	color: #5c4033;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.25;
}
.addf-gr-registry-countdown{
	margin: 0;
	font-size: 0.95rem;
	color: #5c4033;
	font-weight: 500;
}
.addf-gr-registry-location-date{
	margin: 0;
	font-size: 0.875rem;
	color: #6b6b6b;
	font-weight: 400;
}
.addf-gr-registry-details{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.addf-gr-registry-detail-row{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
}
.addf-gr-registry-label{
	font-weight: 600;
	color: #333;
	min-width: 120px;
	flex-shrink: 0;
}
.addf-gr-registry-value{
	color: #555;
}
.addf-gr-registry-error-row{
	min-height: 1.5em;
}
.addf-gr-registry-error-row .addf-deetion-ajax-error{
	color: #c00;
	font-size: 0.875rem;
}

#addf_gift_registry_product{
	width: 100%;
}
.red{
	cursor: pointer;
	/* outline: none; */
	padding: 0 0;
	width: 10px;
	color: red;
	border: none;
}
.red:hover{
	background-color: transparent;
}
.del_addf_single_product{
	width: 1px;
	padding-left: 0;
	padding-right: 0;
}
.addf-gr-desire-product{
	min-width: 60px;
	width: auto;
	max-width: 120px;
}
.font-width-addf-gr{
	cursor: pointer;
	width: 10px;
}
.addf-gr-submit-btn{
	text-align: center;
	padding-bottom: 20px;
}
.addf-g-r-bg-cover{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);;
	top:0;
	bottom:0;
	position: fixed;
	z-index: 999;
	display: none;
}
.addf_gift_registry_add_to_cart_from_product_div_cover{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);;
	top:0;
	/* text-align: center; */
	bottom:0;
	position: fixed;
	z-index: 9999;
	display: none;
}


.addf-add-new-product-div-header{
	width: 100%;
	height: 50px;
	padding: 10px;
	/* padding-left: 20px; */
	text-align: center;
}
.addf-g-R-backbone-close{
	/* font-size: 30px; */
	margin-right: 0;
}
.addf-add-new-product-div-article{
	text-align: center;
	/* padding: 20px; */
}
.addf-gift-registry-add-single-product-class{
	width: 350px;
}
.addf-add-new-product-div-article-table{
	/* width: 100%; */
	text-align: center;
}
.align-center{
	text-align: center;
}
.addf_gift_registry_add_to_cart_from_product_div_cover_close_btn{
	margin-left: 10px;
}
.align-right{
	text-align: right;
}
.addf_gift_registry_social_font_style{
	font-size: 22px;
	cursor: pointer;
}
.fa-facebook-f{
	background-color: rgb(97, 97, 236);
	color: white;
	border-radius: 50%;
	padding: 2px 6px 2px 4px;
}
.fa-facebook-f:hover{
	background-color: rgb(76, 76, 214);
}
.fa-twitter{
	color: rgb(52, 171, 218);
	padding: 2px;
	/* border: 1px solid transparent; */
}
.fa-twitter:hover{
	border: 1px solid rgb(104, 190, 224);
	border-radius: 50%;
}
.fa-envelope:hover{
	color: rgb(59, 173, 218);
}
.addf_gift_registry_share_email_cover{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);;
	top:0;
	/* text-align: center; */
	bottom:0;
	position: fixed;
	z-index: 9999;
	display: none;
}

/* Create registry popup (START MY GIFT REGISTRY) */
.addf_gift_registry_create_registry_cover {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	overflow-y: auto;
	padding: 20px 0;
}
.addf_gift_registry_create_registry_div {
	max-width: 600px;
	width: 100%;
}
.addf-gift-registry-create-form-scroll {
	max-height: 70vh;
	overflow-y: auto;
}
.addf-gift-registry-create-form-scroll .addf-gift-registry-create-form {
	padding: 0 10px;
}
.addf-gift-registry-input-field-share-email-form{
	width: 100%;
	/* height: 100%; */
	padding: 30px 10%;
	/* background-color: tomato; */
	text-align: left;
}
.addf-gift-registry-input-field-share-email-text{
	font-size: 27px;
}
.addf-gift-registry-input-field-share-email{
	width: 100%;
	border-radius: 5px;
}
.addf_share_mail_gift_registry_btn{
	text-align: center ;
	margin-top: 20px;
}
.addf_share_mail_gift_registry_btn_cancel{
	margin-left: 20px;
	border-radius: 3px;
}
.addf-gr-pass-verify{
	width: 100%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
	padding: 20px;
	margin-bottom: 100px;
}
.addf-gr-pass-verify-form{
	width: auto;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.title-gift-registry-input-pass{
	width: 80%;
	margin-bottom: 10px;
	/* max-width: 400px; */
}
.addf_registry_collapsed_div{
	width: 100%;
	border: 1px solid rgb(172, 170, 170) ;
	cursor: pointer;
	margin-top: 20px;
}
.addf_gr_product_scrollable_div{
	width: 100%;
	max-height: 1200px;
	overflow-y: auto;
}
.addf_gr_add_cart_input_field{
	width: 80px;
}
.addf_gr_add_cart_btn{
	min-width: 100px;
	padding: 10px;
	padding-left: 2px !important;
	padding-right: 2px !important;
	font-size: 15px;
	position: relative;
}
/* BUY GIFT button loading spinner */
.addf_gr_add_cart_btn.loading,
.ajax_add_to_cart_public_addf_g_r.loading {
	pointer-events: none;
	opacity: 0.85;
}
.addf_gr_add_cart_btn.loading::before,
.ajax_add_to_cart_public_addf_g_r.loading::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	vertical-align: middle;
	border: 2px solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
	animation: addf-gr-btn-spin 0.65s linear infinite;
}
@keyframes addf-gr-btn-spin {
	to { transform: rotate(360deg); }
}
.width_full{
	width: 100%;
}
.addf_gr_edit_r,.addf_gr_delete_r{
	margin-left: 10px;
	margin-right: 5px;
	font-weight: 600;
	cursor: pointer;
	font-size: 18px;
	color: rgb(128, 125, 125);
}
.addf_gr_edit_r:hover,
.addf_gr_delete_r:hover{
	color: black;
}
.addf_gr_edit_registry_bg{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);;
	top:0;
	bottom:0;
	position: fixed;
	z-index: 9999;
	display: none;
}
.addf_gr_edit_registry_div{
	background-color: white;
	border: 2px solid gray;
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.addf_gift_registry_redirect{
	cursor: pointer;
}
.addf-delete-product-from-registry{
	padding-right: 35px;
	cursor: pointer;
}
.addf-delete-product-from-registry:hover{
	color: red;
	/* font-size: 20px; */
}
.addf_gift_registry_share_via_mail_message{
	min-height: 80px;
	max-height: 110px;
	max-width: 100%;
	min-width: 100%;
}
.addf_gift_registry_add_to_cart_from_product_registry_selected{
	min-width: 300px;
}

/* .existing-gift-registry-data{
	margin-top: 30px;
} */

.existing-gift-registry-data-table h2,
.existing-gift-registry-data-table h2 a{
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 25px;
	/* margin-bottom: 40px; */
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}

.addf_gr_edit_registry_new td h3,
.addf_gr_edit_registry td h3,
.addf_gr_popup_text_h{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.addf_gr_colapsed_div td h2{
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.addf_gr_colapsed_div td h3{
	font-size: 18px;
	line-height: 35px;
	font-weight: 600;
}
.addf_gr_restrict_cart_have_items{
	width: 100%;
}
.addf_gr_popup_styles_heading{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: -3px;
}
/*  popup */
.addf_gr_popup_styles{
	padding: 20px;
	position: fixed; 
	max-width: 1008px;
	top: 50%;
	left: 50%;
	background-color: white;
	transform: translate(-50%, -50%);
}
.addf_gift_registry_share_email_div{
	z-index: 9999;
	position: fixed; 
	top: 50%;
	left: 50%;
	padding: 20px 35px;
	transform: translate(-50%, -50%);
	background-color: white;
}
.addf_gr_select_input{
	height: 30px;
	font-size: 18px;
	border-radius: 4px;
	border: 1px solid #0000002b ;
}
.addf_gr_popup_option{
	text-transform: capitalize;
	height: 40px;
	border: 1px solid #0000002b !important;
	border-radius: 3px;
	font-size: 16px;
	background: #f2f2f263 !important;
}
.select2-container .select2-selection--single{
	height: 40px !important;
	padding-top: 5px !important;
}
.select2-selection__arrow b{
	top: 71% !important;
}
.addf_gr_popup_styles_add_reg{
	padding: 30px 30px;
	width: 100%;
}
.addf_gr_create_new_reg{
	font-size: 28px;
	font-weight: 600;
}
.addf_gr_edit_registry{
	overflow-x: hidden;
}
.addf_gr_cursor{
	cursor: pointer;
	text-decoration: none;
	color: black;
}
.btn_cur_point{
	cursor: pointer;
}
.addf_gr_cursor_div{
	padding-top: 10px;
	width: 100%;
	height: auto;
	background-color: rgba(216, 216, 216, 0.308);
	font-size: 20px;
	font-weight: 600px;
	min-height: 50px;
}
.addf_gr_prod_purchased{
	text-align: center;
	font-size: 23px;
	font-weight: 600;
}
.addf_gr_countries_field_height{
	height: 40px;
}
.addf_gr_select_attr{
	width: 100%;
	min-width: 130px;
	height: 30px;
}
.addf_gr_select_attr_popup{
	width: 100%;
	min-height: none;
}
.addf_gr_half_width{
	width: 49%;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
}
.addf_gr_img_class{
	width: 15%;
}
.addf_gr_name_class{
	width: 30%;
}
.addf_gr_qty_class{
	width: 8%;
}
.addf_gr_sqty_class{
	width: 8%;
}
.addf_gr_sqty_class input{
	width:60px
}
.addf_gr_cart_class{
	width: 20%;
}
.addf_gr_cb_class{
	width: 5%;
}
.addf_gr_message_class{
	width: 12%;
	padding: 15px 12px;
}
.addf_gr_product_scrollable_div table th{
	padding: 8px;
}

/* Card-style layout for public gift registry (mockup look) - div-based */
.addf-gr-product-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-bottom: 20px;
}
.addf-gr-product-card {
	background: #FDF8F0;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	padding: 20px;
	box-sizing: border-box;
}
.addf-gr-product-card .addf_gr_img_class {
	padding-bottom: 12px;
}
.addf-gr-product-card .addf_gr_img_class img {
	width: 100%;
	height: auto;
	max-height: 140px;
	object-fit: cover;
	border-radius: 6px;
}
.addf-gr-product-card .addf_gr_name_class {
	padding-top: 0;
	padding-bottom: 8px;
}
.addf-gr-card-title-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 6px;
}
.addf-gr-card-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	flex: 1;
	min-width: 0;
}
.addf-gr-card-title:hover {
	color: #000;
	text-decoration: underline;
}
.addf-gr-card-price {
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	white-space: nowrap;
}
.addf-gr-card-desc {
	font-size: 0.875rem;
	line-height: 1.45;
	color: #666;
	margin: 0 0 12px;
}
.addf-gr-card-qty-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
	font-size: 0.8rem;
	color: #666;
}
.addf-gr-product-card .addf_gr_sqty_class input {
	margin: 0;
	max-width: 70px;
}
.addf-gr-product-card .addf_gr_message_class {
	padding: 8px 0 10px;
	font-size: 0.85rem;
}
.addf-gr-card-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 8px;
}
.addf-gr-product-card .addf_gr_cart_class .addf_gr_add_cart_btn {
	background: #8B7355;
	color: #fff;
	border: none;
	padding: 10px 18px;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: 600;
	min-width: 110px;
}
.addf-gr-product-card .addf_gr_cart_class .addf_gr_add_cart_btn:hover {
	background: #7a6349;
	color: #fff;
}
.addf-gr-needed {
	font-size: 0.85rem;
	color: #666;
}
.addf-gr-product-card .addf_gr_cb_class {
	padding-top: 8px;
}
.addf-gr-product-card-purchased {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
}
.addf-gr-product-card-purchased .addf_gr_prod_purchased {
	text-align: center;
	padding: 16px;
	font-size: 1rem;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.addf-gr-product-card-purchased .addf-gr-purchased-label {
	font-weight: 600;
	color: #333;
}
.addf-gr-product-card-purchased .addf-gr-purchased-name {
	font-weight: 500;
	color: #666;
	font-size: 0.95rem;
}
.addf-gr-empty {
	padding: 24px;
	grid-column: 1 / -1;
}
.addf-gr-bulk-actions {
	margin-top: 16px;
}
@media (max-width: 768px) {
	.addf-gr-product-cards {
		grid-template-columns: 1fr;
	}
}

.addf-add-new-message-div-article-table{
	/* width: 100%; */
	text-align: center;
}

.addf-message-popup{
	display: none;
}


.addf-greeting-message-popup{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);;
	top:0;
	bottom:0;
	position: fixed;
	z-index: 999;
	display: none;
}

.addf_gr_action_icon_container{
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
	
}



.addf_gr_add_message_button{
	/* font-size: 13px;
	padding: 12px 10px; */
	min-width: 100px;
	padding: 10px;
	padding-left: 2px !important;
	padding-right: 2px !important;
	font-size: 15px;

}



.addf-registry-search-result-link{
	color: black;
	text-decoration: none;
}
a{
	text-decoration: none;
}



#addf-gr-registry-search-container{
	margin-top: 40px;
	margin-bottom: 30px;
}


#addf-gr-registry-search-select{
	width:450px;
}

.select2-selection__arrow {
	display: none;
}

/* My Gift Registry Shortcode Styles */
.addf-my-gift-registry-container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.addf-my-gift-registry-header {
	background: #5d4037;
	color: #fff;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.addf-my-gift-registry-title {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}

.addf-my-gift-registry-view-btn, .addify-btn-share {
	display: block;
	background: #8d6e63;
	color: #fff;
	padding: 4px 8px !important;
	border-radius: 34px;
	text-decoration: none;
	font-weight: 500;
	transition: background 0.3s ease;
	margin-left: 4px;
	float: right;
}
a.addify-btn-share {
	margin-left: 10px;;
}


.addf-my-gift-registry-view-btn:hover {
	background: #6d4c41;
	color: #fff;
	text-decoration: none;
}

.addf-my-gift-registry-content {
	padding: 0;
	background: #fff;
}

.addf-my-gift-registry-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 30px;
	border-bottom: 1px solid #e0e0e0;
}

.addf-my-gift-registry-row:last-child {
	border-bottom: none;
}

.addf-my-gift-registry-label {
	font-weight: 600;
	color: #333;
	font-size: 14px;
	flex: 0 0 40%;
}

.addf-my-gift-registry-value {
	color: #666;
	font-size: 14px;
	flex: 1;
	text-align: left;
	padding-left: 20px;
}
.addf-gift-registry-view-all-products {
	border: 1px solid;
    padding: 10px 15px;
    color: #4c3636;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}