* {
	padding: 0;
	margin: 0;
}

html {
	font-display: swap;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top: 56px;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

button{
	cursor: pointer;
}

body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Satoshi-Regular';
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	border: 1px solid rgb(155 155 155 / 70%) !important;
	border-radius: 30px !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Satoshi-Regular';
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}

.elementor-widget-button a.elementor-button svg {
	height: auto !important;
	width: auto !important;
}

.elementor-widget-button .elementor-button-content-wrapper {
	align-items: center;
}

.footer-links-inner .footer-links-col {
	width: auto !important;
}

.footer-links-inner .elementor-container.elementor-column-gap-default {
	justify-content: space-between;
	display: flex;
}
.prise-section ul {
    list-style-position: inside;
}
.prise-section ul li {
    padding-bottom: 8px;
}
.prise-section .elementor-widget-wrap {
    gap: 0 !important;
}
/* .hero-sec .elementor-container{
clip-path: polygon( 100% 100%,0% 100%,0% -18.291%,69.592% -18.291%,69.592% -18.291%,67.548% -11.384%,65.74% -0.884%,64.502% 12.272%,64.171% 27.146%,65.081% 42.802%,67.569% 58.302%,71.969% 72.709%,78.617% 85.086%,87.849% 94.495%,100% 100% );
height: 100%;
width: 100%;
background-color: #FEF9F1;
} */
.what-inculde-text ul li ul {
    padding-top: 8px;
}
.what-inculde-text ul li li {
    margin-left: 15px;
}
.what-inculde-text {
    background: #D9D9D9;
    padding: 30px;
}
.what-inculde-text li {
    padding-bottom: 8px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 137.5%;
}
.community-partners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}
h2.community-partners-heading
 {
    text-align: center;
    margin-bottom: 50px;
}
.community-partner-item {
    width: 32%;
    padding: 10px 10px 50px 10px;
    background-color: #fff;
}
.community-partner-item .community-partner-title {
    padding-top: 30px;
}
.community-partners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
}
.Reef-Inspired-inner-col {
	position: absolute !important;
	right: -72px;
	bottom: 0;
}

.discover-inner-sec .elementor-container {
	gap: 24px;
}

.flex-nowrap .elementor-container {
	flex-wrap: nowrap !important;
}

/*  */
.one-off-threat-sec::after,
.one-off-threat-sec::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.one-off-threat-sec::before {
	bottom: 20px;
	left: 36px;
	width: 88px;
	height: 108px;
	background: url("/wp-content/uploads/2025/08/bottom-bubble.png")
}

.one-off-threat-sec::after {
	top: 20px;
	right: 0px;
	width: 163px;
	height: 146px;
	background: url("/wp-content/uploads/2025/08/top-bubble.png")
}

.treats-grid>.elementor-container {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.treats-grid .treats-col {
	width: 100% !important;
}

.footer-links-col:last-child .elementor-widget-wrap {
	display: block !important;
}

.best-col:before {
	content: 'Best Value';
	position: absolute;
	z-index: 1;
	background: #58C1C7;
	padding: 8px 16px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	right: 0;
	left: 0;
	top: -2.8%;
	width: fit-content;
	margin: 0 auto;
}

.wptb-preview-table tr:nth-of-type(2n+1),
.wptb-table-container table.wptb-preview-table-mobile tr td:nth-of-type(2n+1),
tr.wptb-row {
	background-color: #fff !important;
}

.wptb-cell {
	border-left: none !important;
	border-right: none !important;
}

.wptb-row .wptb-cell {
	border-top: none !important;
	border-bottom: 1px solid #E9EAEB !important;
	padding: 20px !important;
}

table.wptb-preview-table {
	border: none !important;
	border-top: none !important;
}

.wptb-table-container-matrix {
	border-radius: 20px !important;
	overflow: hidden;
	background: #fff;
	padding-bottom: 86px;
}

tr.wptb-row:first-child p {
	font-size: 32px !important;
	color: #202020 !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.64px;
}

.wptb-table-container table tbody tr:not(:first-child) td:first-child .wptb-text-container {
	color: #414651 !important;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0;
}

tr.wptb-row:first-child td.wptb-cell {
	padding: 24px !important;
}

.wptb-table-container table tbody tr:not(:first-child) td:first-child {
	padding: 20px 32px !important;
}

.inside-inn-sec .elementor-container {
	gap: 24px;
}

.reef-col .elementor-widget-wrap {
	gap: 24px;
}

.love-reef-inn-sec .elementor-widget-wrap {
	gap: 32px;
}
/*event faqs*/
 .faq-item { border-radius: 10px; margin-bottom: 20px; cursor: pointer; transition: background-color 0.3s; background-color: #f3ebe0; padding: 20px; }
        .faq-item:last-child { margin-bottom: 0; }
        .faq-question { display: flex; align-items: center; justify-content: space-between; }
        .faq-question p { color: #202020; font-family: "Instrument Sans", Sans-serif; font-size: 20px; font-weight: 600; line-height: 111%; margin: 0; }
        .faq-answer { overflow: hidden; opacity: 0; transform: translateY(-6px); transition: opacity 0.25s ease, transform 0.25s ease; pointer-events: none; max-height: 0; }
        .faq-item.active .faq-answer { opacity: 1; transform: translateY(0); pointer-events: auto; margin-top: 10px; max-height: 500px; color:#717680; font-family: "Instrument Sans", Sans-serif; font-size: 18px; font-weight: 400; }
        .faq-arrow { height: 40px; width: 40px; transition: transform 0.3s; }
        .faq-item.active .faq-arrow { transform: rotate(180deg); }

/*end event faqs*/
/* ///////////////////////////// */
/* product-page */
.treats-grid.prod-treat .elementor-container>.treats-col {
	width: 302px !important;
}

.treats-grid.prod-treat>.elementor-container {
	display: flex !important;
	justify-content: center;
}

.DH-reef-treat {
	background-size: 100% 100% !important;
}

.guide-ctn {
	background-size: 100% 100% !important;
}

.story-box .elementor-widget-container {
	height: 100%;
}

.prod-img img.wp-post-image {
	border-radius: 16px;
}

span.posted_in.detail-container {
	display: none;
}

span.detail-content a {
	padding: 8px 16px;
	background: #F2FEFF;
	border: 1px solid #58C1C7;
	border-radius: 100px;
	color: #58C1C7;
	pointer-events: none;
}

span.detail-content {
	display: flex;
	gap: 16px;
}

.prod-tab {
	border-radius: 24px;
	overflow: hidden;
}

.prod-tab .elementor-tab-title.elementor-active {
	background: #58C1C7 !important;
	color: #fff;
}

.prod-tab .elementor-tab-title {
	padding: 12px 16px !important;
	border-radius: 30px;
}

.prod-tab .elementor-tabs-wrapper {
	padding: 8px 24px;
	width: fit-content;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.22);
	border-radius: 30px;
}

.prod-tab .elementor-tabs {
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 24px;
}

.prod-tab .elementor-tabs-content-wrapper {
	margin-top: 8px;
}

.nutrition-ctn .elementor-icon-box-content {
	display: flex;
	justify-content: space-between;
}

.guide-sec {
	background-size: 100% 100%;
}
 .event-actions {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
	 		justify-content: center;
    		margin: 30px 0;
        }

.event-action-btn {
    padding: 15px 20px;
    border-radius:40px;
     background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
   cursor: default;
    white-space: nowrap;
}

.faq-sec .elementor-accordion-item {
	border-radius: 12px !important;
	overflow: hidden;
	margin-bottom: 16px;
	background-color: #FCEED9;
}

.faq-sec .elementor-tab-title.elementor-active {
	padding-bottom: 0px !important;
	transition: all 0.3s ease-in-out;
}

.faq-sec .elementor-tab-title {
	padding-bottom: 24px !important;
	transition: all 0.3s ease-in-out;
}

.faq-sec .elementor-tab-content.elementor-active p {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.faq-sec .elementor-tab-content p {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

a.reset_variations {
	display: none !important;
}

.product-size select#size {
	width: auto !important;
	min-width: auto;
	padding: 8px 20px !important;
	border-radius: 12px !important;
}

.woocommerce div.product form.cart .variations th.label {
	text-align: left;
}

.quantity-input-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	border: 1px solid #D8D8D8;
	border-radius: 12px;
	overflow: hidden;
	height: 52px;
	background-color: #fff;
	width: 100px !important;
}

button.quantity-btn.minus,
button.quantity-btn.plus {
	padding: 0 !important;
	background: transparent !important;
	font-size: 24px;
	color: #000;
	border: unset;
	margin: 0 !important;
}

button.quantity-btn.minus:hover,
button.quantity-btn.plus:hover {
	border: unset;
	background: transparent !important;
}

.quantity-value {
	font-size: 19px;
	width: 30px;
	text-align: center;
	border: none;
	background: none;
}

.product-size .input-text.qty.text {
	display: none;
}

button.single_add_to_cart_button.button.alt {
	width: 100%;
	margin-top: 32px !important;
}

.icn-height .elementor-widget-container {
	height: 100%;
}

.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: #000 !important;
}

span.quantity-text {
	margin-bottom: 10px !important;
	display: block;
}

/* //////////////////////////////// */
/* my-account */
form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register,
.woocommerce-address-fields,
address {
	/*     max-width: 600px; */
	margin: 0 auto;
	border-radius: 20px !important;
	border-color: #58C1C7 !important;
}

form.woocommerce-ResetPassword.lost_reset_password {
	border-radius: 20px !important;
	border-color: #58C1C7 !important;
}

.woocommerce input[type="text"],
.woocommerce input[type="password"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.select2-selection__rendered {
	border-radius: 10px !important;
	outline: none;
}

body #wfacp-e-form .wfacp_main_form .wfacp-coupon-section.wfacp_custom_row_wrap .wfacp_coupon_field_box p,
body #wfacp-e-form .wfacp_main_form .wfacp_shipping_table ul#shipping_method,
body #wfacp-e-form .wfacp_main_form .wfacp_shipping_table.wfacp_shipping_recurring tr.shipping td {
	border-radius: 10px !important;
}

body #wfacp-e-form .wfacp_main_form .select2-container .select2-selection--single .select2-selection__rendered,
body #wfacp-e-form .wfacp_main_form .woocommerce-checkout select#join_referral_program {
	padding: 20px 12px 2px !important;
}

body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_1 {
	max-width: 50px !important;
}

body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_1 .wfacp-qty-ball {
	right: -12px !important;
	top: -12px !important;
}

body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 {
	padding-left: 30px !important;
}

body .wfacp_main_form #product_switching_field .wfacp_product_switcher_col.wfacp_product_switcher_col_1 .wfacp-qty-count {
	min-width: 20px;
	height: 20px;
	font-size: 9px;
}

body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_table ul#shipping_method li {
	background-color: #fff;
	border-radius: 10px !important;
}

body .wfacp_main_form .woocommerce-cart-form__cart-item.cart_item.wfacp-selected-product {
	background-color: #fff !important;
	padding: 20px !important;
	border-radius: 10px !important;
}

body.woocommerce-account .woocommerce h2 {
	margin: 0;
	/*     text-align: center; */
	font-weight: 600 !important;
}

form.woocommerce-ResetPassword.lost_reset_password {
	margin: 0 auto;
}

nav.woocommerce-MyAccount-navigation {
	border-radius: 20px !important;
	overflow: hidden;
	background: #F2FEFF !important;
	padding: 20px 10px;
	border: 1px solid #58C1C7;
}

nav.woocommerce-MyAccount-navigation ul li a {
	background: transparent !important;
	color: #000 !important;
}

li.woocommerce-MyAccount-navigation-link.is-active {
	background: #77e0e5;
	border-radius: 16px;
}

.woocommerce-MyAccount-content-wrapper {
	border-radius: 20px !important;
	border: 1px solid #58C1C7 !important;
	background: #F2FEFF !important;
	padding: 30px 20px !important;
}

.prod-slider .elementor-swiper-button {
	border-radius: 88px;
	background: rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(8.630769729614258px);
	padding: 11px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	/*     border-color: #58C1C7; */
	border: 1px solid #58C1C7;
	background: #F2FEFF;
	color: #000;
	border-radius: 12px;
	align-items: center;
}

a.button.wc-forward,
a.woocommerce-Button.button {
	border: 1px solid #58C1C7;
	background: #58c1c7;
	border-radius: 12px;
	color: #FFF !important;
	transition: all 0.3s ease-in-out;
}

a.button.wc-forward:hover,
a.woocommerce-Button.button:hover {
	color: #000 !important;
	border: 1px solid #58C1C7;
	transition: all 0.3s ease-in-out;
}

/* cart */
.xoo-wsc-qty-box.xoo-wsc-qtb-square {
	border-radius: 8px;
	overflow: hidden;
}

.select2-container {
	width: unset;
}

.checkout-form-sec .select2-selection__rendered {
	padding: 0 20px !important;
}

.checkout-form-sec .woocommerce input[type="text"],
.checkout-form-sec .woocommerce input[type="email"],
.checkout-form-sec .woocommerce input[type="tel"],
.checkout-form-sec .select2-selection__rendered {
	border-radius: 20px !important;
	background: #fff !important;
	outline: none;
	border-radius: 12px !important;
	border: 1px solid #d1d5d9 !important;
	background: #FFF !important;
}

.xoo-wsc-ft-buttons-cont {
	border-radius: 12px !important;
	overflow: hidden;
}

.xoo-wsc-pprice {
	margin: 8px 0;
}

span.xoo-wsc-plus.xoo-wsc-chng {
	background: url(/wp-content/uploads/2025/09/plus-sign.svg);
	margin-right: 10px;
}

span.xoo-wsc-minus.xoo-wsc-chng {
	background: url(/wp-content/uploads/2025/09/remove-01.svg);
	margin-left: 10px;
}

span.xoo-wsc-plus.xoo-wsc-chng,
span.xoo-wsc-minus.xoo-wsc-chng {
	font-size: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.xoo-wsc-pprice {
	margin: 8px 0;
	color: #1B1B1B;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.xoo-wsc-icon-trash1:before {
	font-size: 24px;
	display: block;
}

.product-sizes li {
	list-style: none;
}

.prod-price-ctn p.price {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 8px;
}

.prod-loop-ctn {
	margin-top: 16px;
}

.wc_payment_methods.payment_methods.methods .woocommerce-info {
	border: none;
}

.checkout-form-sec .e-checkout__column.e-checkout__column-end {
	border-radius: 24px;
	border: 1px solid #E9EAEB;
	background: #FFF;
	overflow: hidden;
}

button.woocommerce-button.button.e-apply-coupon {
	display: flex;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	width: fit-content;
	border-radius: 12px;
	background: #58C1C7;
	color: #fff;
	margin-left: 20px;
}

/* ///////////////////////////////////////////////////// */
/* thankyou-page */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	background-color: #ffffff !important;
	border-radius: 8px !important;
	padding: 25px !important;
	margin-bottom: 30px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
	text-align: center !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	color: #00d8c6 !important;
	position: relative !important;
	border: none !important;
	line-height: 1.5 !important;
}

/* Order confirmation badge */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received:before,
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received:before,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received:before {
	content: "Order Confirmed" !important;
	display: block !important;
	background-color: #e6f7f5 !important;
	color: #00d8c6 !important;
	padding: 5px 15px !important;
	border-radius: 20px !important;
	font-weight: 600 !important;
	margin-bottom: 15px !important;
	font-size: 14px !important;
	width: fit-content !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Order overview styling */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
body.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
	gap: 20px !important;
	margin-bottom: 30px !important;
	background-color: #f8f9fa !important;
	padding: 20px !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
	list-style: none !important;
	margin-left: 0 !important;
	float: none !important;
	width: 100% !important;
}

/* Each overview item */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview li,
body.woocommerce-order-received .woocommerce-order-overview li,
.woocommerce-order-overview li {
	display: flex !important;
	flex-direction: column !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	text-align: left !important;
	margin-right: 0 !important;
	width: 100% !important;
}

/* Remove any margins between list items */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview li+li,
body.woocommerce-order-received .woocommerce-order-overview li+li,
.woocommerce-order-overview li+li {
	margin-top: 0 !important;
}

/* Labels in order overview */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview li strong,
body.woocommerce-order-received .woocommerce-order-overview li strong,
.woocommerce-order-overview li strong {
	font-size: 16px !important;
	color: #4d5156 !important;
	margin-top: 5px !important;
	font-weight: 600 !important;
	display: block !important;
}

/* Order details section */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-details {
	background-color: #ffffff !important;
	border-radius: 8px !important;
	padding: 25px !important;
	margin-bottom: 30px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
	float: none !important;
	width: auto !important;
}

/* Order details title */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-details__title {
	color: #4d5156 !important;
	font-size: 24px !important;
	margin-bottom: 20px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #e5e7eb !important;
	font-weight: 600 !important;
	text-align: left !important;
}

/* Order details table */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	width: 100% !important;
	border-collapse: collapse !important;
	margin-bottom: 20px !important;
	border: none !important;
}

/* Table headers */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details thead th,
body.woocommerce-order-received .woocommerce-table--order-details thead th,
.woocommerce-table--order-details thead th {
	background-color: #f8f9fa !important;
	padding: 12px 15px !important;
	text-align: left !important;
	font-weight: 600 !important;
	color: #4d5156 !important;
	border: none !important;
	border-bottom: 1px solid #e5e7eb !important;
}

/* Table body rows */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tbody tr,
body.woocommerce-order-received .woocommerce-table--order-details tbody tr,
.woocommerce-table--order-details tbody tr {
	border-bottom: 1px solid #e5e7eb !important;
}

/* Table cells in body */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tbody td,
body.woocommerce-order-received .woocommerce-table--order-details tbody td,
.woocommerce-table--order-details tbody td {
	padding: 15px !important;
	border: none !important;
	vertical-align: top !important;
}

/* Product name styling */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table__product-name a,
body.woocommerce-order-received .woocommerce-table__product-name a,
.woocommerce-table__product-name a {
	font-weight: 600 !important;
	color: #4d5156 !important;
	text-decoration: none !important;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-table__product-name a:hover,
body.woocommerce-order-received .woocommerce-table__product-name a:hover,
.woocommerce-table__product-name a:hover {
	color: #00d8c6 !important;
}

/* Product metadata list */
body.woocommerce-checkout.woocommerce-order-received .wc-item-meta,
body.woocommerce-order-received .wc-item-meta,
.wc-item-meta {
	list-style: none !important;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	color: #7a7e85 !important;
}

body.woocommerce-checkout.woocommerce-order-received .wc-item-meta li,
body.woocommerce-order-received .wc-item-meta li,
.wc-item-meta li {
	margin-bottom: 5px !important;
	display: block !important;
	width: 100% !important;
}

/* Table footer */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child,
.woocommerce-table--order-details tfoot tr:last-child {
	color: #00d8c6 !important;
	font-weight: 700 !important;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount,
.woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount {
	color: #00d8c6 !important;
}

/* Customer details section */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-customer-details {
	background-color: #ffffff !important;
	border-radius: 8px !important;
	padding: 25px !important;
	margin-bottom: 30px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
	float: none !important;
	width: auto !important;
}

/* Customer details title */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-column__title,
body.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title {
	color: #4d5156 !important;
	font-size: 24px !important;
	margin-bottom: 20px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #e5e7eb !important;
	font-weight: 600 !important;
	text-align: left !important;
}

/* Address styling */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details address,
body.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-customer-details address {
	padding: 0 !important;
	border: none !important;
	line-height: 1.8 !important;
	font-style: normal !important;
}

/* Add custom back to shop button */
.woocommerce-order:after {
	content: "" !important;
	display: block !important;
	margin-top: 30px !important;
	text-align: center !important;
}

/* Fix any floating issues */
.woocommerce-order:before,
.woocommerce-order:after,
.woocommerce-order-overview:before,
.woocommerce-order-overview:after,
.woocommerce-order-details:before,
.woocommerce-order-details:after,
.woocommerce-customer-details:before,
.woocommerce-customer-details:after {
	content: "" !important;
	display: table !important;
	clear: both !important;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 32px;
}

.prod-tab .elementor-tabs-wrapper {
	gap: 26px;
}

.prod-tab .elementor-tab-content {
	padding: 24px !important;
}

/* Hide quantity field for product 3596 */

.fkcart-product-type-raffle .fkcart-qty-wrap {
	display: none;
}

#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-title span {
	display: none;
}

.info-box .elementor-widget-container {
	height: 100%;
}

.boat-slider .elementor-swiper-button {
	padding: 10px;
	background: #77e0e5;
	border-radius: 50%;
}

.variation-selector-ctn .woocommerce-variation-price {
	margin-bottom: 15px;
}

selector {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 9999;
}

.wptb-table-container table tbody tr:not(:first-child) td:not(:first-child) p {
	font-size: 18px !important;
}

td.wptb-cell[data-x-index="2"][data-y-index="2"] p:before,
td.wptb-cell[data-x-index="3"][data-y-index="2"] p:before {
	content: '';
	background: url(/wp-content/uploads/2025/08/paws-1.svg);
	background-size: cover;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 38%;
	transform: translate(-38%, -4px);
}

/* Privacy policy */

.text-style .elementor-widget-container ul {
	padding-left: 20px;
}

/* //////////////////////////////////// */
/* product-grid */
.plg-grid {
	display: grid;
	gap: 32px;
}

.plg-grid[data-columns="3"] {
	grid-template-columns: repeat(3, 1fr);
	max-width: 1100px;
	margin: 0 auto;
}

.plg-card {
	display: flex;
	padding: 16px;
	flex-direction: column;
	border-radius: 24px;
	border: 1px solid #FAFAFA;
	background: #FFF;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
}

.plg-card__media {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.plg-badges {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.plg-badge {
	background: #FF6F61;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	padding: 4px 8px;
	border-radius: 4px;
	list-style-type: none;
}

.plg-card__thumb img.plg-card__image {
	width: 270px;
	height: 270px;
	display: block;
	border-radius: 10px;
	margin-bottom: 16px;
}

.plg-card__placeholder {
	width: 100%;
	aspect-ratio: 1/1;
	background: #e6f1f1;
	border-radius: 10px;
}

.plg-card__header {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 6px;
}

.plg-card__title {
	margin: 0;
	color: #202020;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
}

.plg-card__price {
	color: #202020;
	font-weight: 500;
}

.plg-card__meta {
	color: #535862;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 500 !important;
	display: flex;
	justify-content: space-between;
}

.plg-card__actions .button {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #62C1BE;
	color: #fff;
	border-radius: 10px;
	padding: 12px 14px;
	font-weight: 600;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.plg-card__actions .button:hover {
	background: #fff;
}

.plg-card__subnote {
	text-align: center;
	color: #A4A7AE;
	margin-top: 8px;
	font-size: 14px;
}

.plg-card__subnote a {
	color: #1a8c86;
	text-decoration: underline;
}

p.plg-card__desc {
	margin-bottom: 24px;
}

.revi_slider_sec .elementor-testimonial__footer .elementor-testimonial__image,
.revi_slider_sec .elementor-testimonial__footer .elementor-testimonial__image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.img_slider .swiper-wrapper .swiper-slide img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.revi_slider_sec .swiper-wrapper,
.img_slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.subs_tcts .elementor-shortcode {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #58C1C7;
}

/* //////////////////////////////////////////////////////////// */
/* raffle-listing-page */
.raffle-list-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 20px 0;
}

.raffle-item {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.raffle-col-1 {
	flex: 1 1 35%;
	min-width: 250px;
}

.raffle-col-1 img {
	width: 100%;
	height: auto;
	display: block;
}

.raffle-col-2 {
	flex: 1 1 60%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.raffle-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #111;
}

.raffle-description {
	font-size: 15px;
	color: #555;
	margin-bottom: 15px;
}

.raffle-enter-btn {
	display: inline-block;
	background: #58c1c7;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 18px;
	border-radius: 8px;
	font-weight: 600;
	transition: background 0.3s ease;
	width: fit-content;
	border: 1px solid #58c1c7;
}

.raffle-enter-btn:hover {
	background: #fff;
	color: #58c1c7 !important;
}

.raffle-countdown>span {
	padding: 10px 20px;
	font-size: 30px;
	background: #58c1c7;
	border-radius: 18px;
	color: #fff;
}

.raffle-countdown {
	margin: 10px 0 30px;
	display: inline-flex;
	gap: 8px;
}

.raffle-detail {
	text-align: center;
}

.raffle-detail h3 {
	margin-bottom: 20px;
}

.raffle-detail p {
	font-size: 20px;
	margin-bottom: 10px;
}

.raffle-entry-form input[type="number"] {
	width: 150px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #58C1C7;
}

.raffle-entry-form label {
	display: block;
}

.raffle-entry-form {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.offer-countdown {
	text-align: center;
}

.raffle-entry-form button {
	margin: 20px 0;
}

.raffle-response ul li {
	list-style: none !important;
	display: inline-block;
	margin: 0 10px;
}

.winner {
	text-align: center;
}

.e-woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
	display: none;
}

/* Thank you */
body .woofunnels-container.wflp-boxed,
body .woofunnels-container.wfop-boxed,
body .woofunnels-container.wfoty-boxed,
body .woofunnels-container.wftp-boxed {
	max-width: none !important;
	width: 100%;
	margin: 0 !important;
}

body .woofunnels-container.wflp-boxed .woofunnels-primary,
body .woofunnels-container.wfop-boxed .woofunnels-primary,
body .woofunnels-container.wfoty-boxed .woofunnels-primary,
body .woofunnels-container.wftp-boxed .woofunnels-primary {
	background-color: transparent !important;
	padding: 0 !important;
}

.woocommerce-message:not(:first-of-type) {
	display: none !important;
}

body .p-Grid.p-CardForm input,
body .Input {
	background-color: #fff !important;
	box-shadow: unset !important;
	border: 1px solid #bfbfbf !important;
	margin-top: 8px !important;
}

.chk-dog-sec .elementor-image-box-content {
	margin-left: 30px;
}

.prod-tag .product_meta span.sku_wrapper.detail-container {
	display: none;
}

/* ///////////////////////////////////////// */
/* promotion page */
.coutn-ctn {
	display: flex;
	flex-direction: column;
	padding: 16px 24px;
	border-radius: 24px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(12px);
	width: 140px;
}

.ticket-countdown-timer {
	gap: 24px;
}

.ticket-countdown-wrapper {
	justify-content: center;
	display: flex;
}

.ticket-multiplier-message img {
	height: 24px;
	width: 22px;
}

.ticket-multiplier-message {
	border-radius: var(--Radius-radius-full, 9999px);
	border: 1px solid var(--Neutral-neutral-1, #FFF);
	background: rgba(255, 255, 255, 0.21);
	backdrop-filter: blur(8px);
	padding: 8px 16px;
	width: fit-content;
	color: var(--Neutral-neutral-1, #FFF);
	text-align: center;
	font-family: "Inter Tight";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.muliplyer-ctn .elementor-shortcode {
	display: flex !important;
	justify-content: center;
}

.coutn-ctn h2 {
	color: #FFF !important;
	text-align: center;
	font-family: "GT Walsheim Pro" !important;
	font-size: 56px !important;
	font-style: normal;
	font-weight: 800 !important;
	line-height: normal !important;
	letter-spacing: -1.12px;
}

.coutn-ctn span.count-txt {
	color: #FFF;
	text-align: center;
	font-family: "Inter Tight";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 8px;
}

.promo-prod .plg-grid[data-columns="2"] {
	grid-template-columns: repeat(2, 1fr);
	max-width: 888px;
	margin: 0 auto;
}

.promo-prod .subscription_card.plg-grid[data-columns="2"] {
	max-width: 1020px;
}

.promo-prod .subscription_card a.plg-card__thumb img {
	object-fit: cover;
}
.promo-prod .weight {
    font-size: 14px;
    margin-bottom: 10px;
}
a.plg-card__thumb {
	display: flex;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
	/* background: #2e6e6b; */
}

.fkcart-panel a.fkcart-select-options {
	display: none;
}

.subscription_card .plg-badge {
	font-size: 14px;
}

.promo-prod .plg-badge {
	font-family: 'Inter Tight';
	line-height: normal;
	padding: 6px 12px;
	border-radius: 8px;
}

.promo-prod a.plg-card__thumb img {
	height: 360px;
}

.promo-prod p.plg-card__title {
	font-family: "Inter Tight";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-top: 6px;
}

.promo-prod input.variation-radio {
	position: absolute;
	visibility: hidden;
}

.promo-prod label.plg-radio-option {
	border-radius: 8px;
	border: 1px solid #F2F2F2;
	padding: 8px 16px;
	cursor: pointer;
	flex-grow: 1;
}

.promo-prod span.sip-txt {
	color: #535862;
	font-family: "Inter Tight";
	font-size: 16px;
	font-style: normal;
	line-height: 137%;
}

.promo-prod .sip-txt {
	margin-bottom: 5px;
}

.promo-prod span.hit-price {
	color: #58C1C7;
	font-family: "Inter Tight";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.promo-prod label.plg-radio-option:has(input.variation-radio.active) {
	border-radius: 8px;
	border: 1.5px solid #58C1C7;
	background: rgba(88, 193, 199, 0.06);
}

.promo-prod .plg-card__variations {
	display: flex;
	gap: 8px;
	margin: 8px 0 16px 0;
}

.promo-prod form.cart.add-to-cart-form .add-bowl-button {
	width: 100%;
	cursor: pointer;
}

.promo-prod label.plg-radio-option:has(input.variation-radio.active) .sip-txt {
	color: #000;
}

.promo-prod .gift-ctn {
	display: flex;
	gap: 6px;
	align-items: center;
}

.promo-prod span.variation-tickets.promo-tickets {
	color: #EEA940;
	font-family: "Inter Tight";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.promo-prod span.variation-label {
	display: none;
}

.custom-slider .swiper-slide {
	transform: scale(0.75);
	transition: all 0.45s ease;
}

.custom-slider .swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 10;
}

.custom-slider .swiper-slide.swiper-slide-prev,
.custom-slider .swiper-slide.swiper-slide-next {
	transform: scale(0.85);
}

.custom-slider .elementor-main-swiper:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: linear-gradient(90deg, #FEF8F0 0%, rgba(254, 248, 240, 0) 30%, rgba(254, 248, 240, 0) 70%, #FEF8F0 100%);
	z-index: 99;
}

.house-spec ul li {
	display: flex;
	padding: 8px 24px !important;
	justify-content: center;
	align-items: center;
	border-radius: var(--Radius-radius-4, 8px);
	background: linear-gradient(0deg, #F4EBE5 0%, #F4EBE5 100%), #58C1C7;
}

.btn-grad a {
	background: linear-gradient(90deg, #3EA5AA 0%, #40B8BE 50%, #3EA5AA 100%), #58C1C7 !important;
	box-shadow: 0 4px 24px 0 rgba(88, 193, 199, 0.25);
}

.btn-grad a:hover {
	background: transparent !important;
}

.faq-sec.promo-faq .elementor-accordion-item {
	background-color: #F3EBE0;
}

.faq-sec.promo-faq .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
	width: 40px !important;
	height: 40px !important;
}

.faq-sec.promo-faq span.elementor-accordion-icon.elementor-accordion-icon-right {
	position: absolute;
	right: 32px;
	top: 18px;
}

.faq-sec.promo-faq .elementor-accordion .elementor-tab-title {
	position: relative;
}

.faq-sec.promo-faq .elementor-accordion-item {
	border-radius: 20px !important;
	border: 1.5px solid #D8D0C5 !important;
}

.btn-grad-gold a {
	background: linear-gradient(90deg, #E9CB9F 0%, #FBF1E4 50%, #E9CB9F 100%), #58C1C7;
}

.btn-grad-gold .elementor-button-icon .e-font-icon-svg {
	width: 16px !important;
	height: 14px !important;
}

.epic-list ul li {
	background: #F5EBDC !important;
	padding: 8px !important;
	border-radius: 8px;
}

body.page-id-14823 {
	padding: 0;
}

.wfacp_product_restore_wrap {
	display: none;
}

.custom-slider .elementor-swiper-button {
	background-color: #58C1C7;
}

.custom-slider .elementor-swiper-button-next {
	right: 20.5% !important;
	padding: 15px;
	z-index: 99 !important;
}

.custom-slider .elementor-swiper-button-prev {
	left: 20.5% !important;
	padding: 15px;
	z-index: 99 !important;
}

.plg-radio-option .gift-ctn {
	padding-top: 10px;
}


.ti-layout-item article {
	border-radius: 20px !important;
}

.page-id-14823 header#masthead,
.page-id-14823 header {
	display: none !important;
}

/* upsell design  */
.custom-upsell {
	display: block !important;
	padding: 15px;
	border: 1px solid #95A9D1;
	background: #F4F6FA;
	border-radius: 8px;
	position: relative;
	margin-bottom: 50px;
}

.cu_upsell_checkbox {
	position: relative;
	padding-left: 20px;
}

.cu_upsell_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.cu_upsell_img img {
	max-width: 96px !important;
	border-radius: 10px !important;
}

.cu_upsell_wrapper {
	display: flex;
	gap: 16px;
	align-items: center;
}

button {
	cursor: pointer;
}

a.cu-fk-add-upsell {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -50%);
	background-color: #09B29C !important;
	color: #fff !important;
	border-radius: 4px;
	padding: 8px 16px 8px 16px !important;
	cursor: pointer;
}

a.cu-fk-add-upsell.disabled {
	color: transparent !important;
}

a.cu-fk-add-upsell.disabled:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	content: '';
	width: 16px;
	margin: -8px auto auto;
	height: 16px;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.wfob_blink_img_wrap svg {
	animation: wfob-blink-animation 1s infinite;
}

span.wfob_blink_img_wrap {
	margin-right: 2px;
	width: 18px;
	max-height: 18px;
	display: inline-block;
}

.cu_upsell_checkbox_wrapper {
	display: flex;
	align-items: center;
}

.cu_upsell_checkbox label {
	color: #E15334 !important;
}

.custom-upsell h6 {
	margin: 0px !important;
	color: #09b29c !important;
}

.cu_upsell_content h4 {
	margin-top: 0px !important;
}

/* subscription popup */
/* The Main Popup Container */
.no-scroll {
	overflow: hidden !important;
}

#subscription-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	/* Semi-transparent background */
	width: 100%;
	height: 100%;
	z-index: 9999;
	/* Make sure it's on top */
	box-sizing: border-box;
}

/* Popup Wrapper that contains the content */
.popup-wrapper {
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	width: 80%;
	max-width: 500px;
	box-sizing: border-box;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	opacity: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Product options inside the popup */
.popup-wrapper label {
	display: flex;
	font-size: 16px;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: center;
}

.popup-product-name {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin: 10px 0px;
}
/* Woocommerce Subscription switch Form */
.subscription-form {  
    padding: 24px;
    border: 2px solid #5bc0de;
    font-family: Arial, sans-serif;
    color: #000;
}

.subscription-form .form-group {
    margin-bottom: 20px;
}

.subscription-form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.subscription-form input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 14px;
    background: transparent;
}

.subscription-form input[type="number"]:focus {
    outline: none;
    border-color: #5bc0de;
}

.subscription-form fieldset {
    border: 2px solid #000;
    padding: 15px;
    margin-bottom: 20px;
}

.subscription-form legend {
    padding: 0 8px;
    font-weight: 700;
    color: #000;
}

.radio-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.radio-option input[type="radio"] {
    margin-right: 10px;
}

.submit-btn {
    width: 100%;
    max-width: 200px;
    padding: 12px;
    background: #5bc0de;
    color: #000;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

.submit-btn:hover {
    background: #47b2cf;
}

.submit-btn:active {
    transform: translateY(1px);
}

.included-content li {
    margin-left: 20px;
}
.promo-prod a.plg-card__thumb.product_category_img img {
    height: auto !important;
}
.plg-card__included{
	margin-block:15px 20px;
}
.product_category_card article.plg-card {
    justify-content: space-between;
}
.ul_pd li{
 margin-left: 20px;
}
span.gift-img {
    display: flex;
}

.add-bowl-button {
    background-color: #58C1C7 !important;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 111.111%;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    border: 1px solid #58C1C7 !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 16px 24px 16px 24px !important;
}
.add-bowl-button:hover {
     color: #58C1C7 !important;
    background-color: transparent !important;
}

/* Hide the Tyro VIP Circle SMS consent checkbox */
#kl_sms_consent_checkbox_field {
    display: none !important;
}

/* Hide the Newsletter signup checkbox */
#kl_newsletter_checkbox_field {
    display: none !important;
}
span.wfacp-qty-count.wfacp_product_switcher_quantity {
    width: auto !important;
}