
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
}

a:active {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	opacity: 0.90;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--custom--spacing--outer);
	padding-bottom: var(--wp--custom--spacing--large);
	padding-right: var(--wp--custom--spacing--outer);
	padding-left: var(--wp--custom--spacing--outer);
}

.woocommerce div.product {
	display: table;
	margin: 0 auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100% !important;
}
.woocommerce div.product .product_title {
	text-align: center;
}
body {
	background: #fff;
	color: #000;
	font-weight: 500;
	font-family: omnes-pro, sans-serif;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%;
	font-family: 'omnes-pro', sans-serif !important;
	font-weight: 500;
}
.shop_table tr.cart-subtotal {
	display: none;
}
#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
	font-size: 1.2em;
	border: 1px solid #000;
}
.home .wp-container-4 + .wp-block-spacer {
	display: none;
}
#input_1_15,
#input_1_11 {
	position: relative;
	margin-bottom: 30px;
}
#input_1_15 input,
#input_1_11 input {
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
}
#input_1_15 > div {
	margin-bottom: 25px;
}
#input_1_15 .ginput_price {
	display: none;
}
#input_1_15 label > div {
	font-family: omnes-pro, sans-serif;
	background-color: #bcd6f2;
	border-radius: 100px;
	padding: 2px 10px;
	width: 100%;
	font-size: 13px;
	margin-top: 4px;
	margin-bottom: 6px;
}
#input_1_15 label > strong {
	display: table;
    width: 100%;
    font-family: omnes-pro, sans-serif;
    border-top: 1px solid #bcd6f1;
    margin-top: 6px;
    padding-top: 6px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 14px;
}
.gform-text-input-reset.ginput_total.ginput_total_1 {
	text-align: right;
    color: #000;
    font-size: 40px;
    font-family: 'alternate-gothic-atf';
}
#field_1_13 {
	border-top: 1px solid;
	padding-top: 20px;
}
 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 13px;
	font-family: 'omnes-pro', sans-serif !important;
    border-radius: 1px;
	font-weight: 500;
    border: 1px solid #000;
}
.select2-dropdown {
	border: 1px solid #000;
}
.select2-search--dropdown {
	display: none !important;
}
.select2-results__option {
	font-family: omnes-pro, sans-serif;
    font-size: 16px;
    padding: 6px 11px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	font-family: omnes-pro, sans-serif;
	padding-left: 1px;
}
.select2-container--default .select2-selection--single {
	font-size: 16px;
	border: 1px solid #000;
	border-radius: 1px !important;
}
/* START */

 .single-product div.product form.cart .button.gform_button_select_files {
	color: #000;
}
.gform_drop_area {
	font-size: 16px;
	border: 1px dashed #fff;
}
label[for="payment_method_wcfac"] {
	display: none;
}
/* .payment_method_wcfac > p {
	font-family: 'alternate-gothic-atf';
	color: #000;
	display: none;
} */

.fac_cards {
	display: none;
}
.woocommerce-privacy-policy-text {
	font-size: 16px;
}
.woocommerce-billing-fields h3 {
	margin-top: 0;
}
.woocommerce table.shop_table {
	border-radius: 1px;
}
#order_review thead {
	display: none;
}
.woocommerce #order_review table.shop_table tbody tr:first-child td {
	border-top: none;
}
.woocommerce #order_review table.shop_table tbody dl {
	display: none;
}
/* .woocommerce table.shop_table .cart_item dl.variation {
	display: none;
}*/
#input_1_15 .gfield-choice-input+label,
#input_1_11 .gfield-choice-input+label {
    font-family: omnes-pro, sans-serif !important;
    background: #fff;
    padding: 10px 30px;
    border-radius: 19px;
    font-family: 'alternate-gothic-atf' !important;
    font-size: 18px;
    width: 100%;
    max-width: none;
    text-align: center;
    border: 1px solid #9aadc2;
    box-shadow: 0 5px 1px rgb(28 59 88 / 90%);
}
body .woocommerce-checkout {
	max-width: 700px;
	margin: 0 auto;
}
.variation dt.variation-Total,
.variation dd.variation-Total,
.variation dt.variation-SelectACamp,
.variation dd.variation-SelectACamp {
	display: none !important;
}
.woocommerce form .form-row label {
	font-size: 16px;
	font-weight: 500;
}
.woocommerce-message {
	display: none;
}
#input_1_15 .gfield-choice-input:checked+label,
#input_1_11 .gfield-choice-input:checked+label {
	background-color: #3e9638;
}
#input_1_15 .gfield-choice-input:checked+label > strong {
	border-top-color: #fff;
}
#input_1_15 .gfield-choice-input:checked+label > div {
	background: #fff;
}
.woocommerce div.product form.cart div.quantity,
.gfield--type-total,
.product_totals {
	display: none;
}
#field_1_13 {
	text-align: right;
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
	height: auto;
	padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
	right: 10px;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}
.gform_drop_instructions,
.gform_wrapper.gravity-theme .gfield-choice-input+label,
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend,
.gform_fileupload_rules,
.woocommerce-checkout-payment,
.shop_table {
	font-family: omnes-pro, sans-serif !important;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    padding: 16px 25px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 12px 10px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f5f5f5;
	border-radius: 1px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #f5f5f5;
	padding: 0;
}
.button {
	font-family: omnes-pro, sans-serif;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #3e9638;
	border-radius: 0 !important;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.2s ease-in;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 500;
}  
.woocommerce-multi-currency.wmc-price-switcher .wmc-currency-wrapper:before {
	content: "Select your currency";
	margin-top: 7px;
}
.woocommerce-multi-currency.wmc-price-switcher {
	display: table;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.wmc-sub-currency {
	width: 100%;
}
.woocommerce-multi-currency.wmc-price-switcher .wmc-currency-wrapper {
	display: flex;
	font-weight: 500;
}
.woocommerce-multi-currency.wmc-price-switcher .wmc-current-currency:before {
	top: 27%;
	font-size: 9px;
}
.wmc-currency i,
.wmc-current-currency i {
	transform: scale(0.5) !important;
}
.woocommerce-multi-currency.wmc-price-switcher a {
	text-decoration: none;
	font-weight: 500;
}
h1,h2,h3 {
	font-family: 'alternate-gothic-atf';
	font-weight: 600;
  }
  .page-id-51 .wp-block-separator,
  .page-id-51 .wp-container-4 h1,
  .woocommerce-checkout .wp-block-separator,
  .woocommerce-checkout h1 {
	  display: none;
  }
.woocommerce-form-coupon-toggle .woocommerce-info {
	border-top-color: #3e9638;
    border-radius: 5px;
	background-color: #f5f5f5;
	color: #000;
    font-family: omnes-pro, sans-serif;
    font-size: 16px;
	font-weight: 500;
}
footer .wp-container-10.wp-block-columns {
	border-top: 1px solid #ddd;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
	color: #000;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
	color: #3e9638;
} */
.woocommerce form.checkout_coupon {
	background: #f5f5f5;
    border: none;
    font-family: omnes-pro, sans-serif;
    font-size: 16px;
    color: #000;
}
#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
	font-size: 16px;
}
.woocommerce form.checkout_coupon button {
	background-color: #3e9638;
    border-radius: 0 !important;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 20px;
}
.page-template-default,
footer {
    font-family: omnes-pro, sans-serif;
}
.page-template-default h1 {
    text-align: center;
}
body.woocommerce-order-received {
	background-color: #fff !important;
}
body.woocommerce-order-received .woocommerce-order-overview {
	padding: 0 !important;
	margin: 0 !important
}
body.woocommerce-order-received ul.order_details li {
	border: none !important;
	margin-bottom: 20px !important;
}
body.woocommerce-order-received .woocommerce-table__product-name > a {
	text-decoration: none;
	font-weight: 700;
	color: #000;
}
body.woocommerce-order-received td.woocommerce-table__product-name.product-name {
	border: none !important;
}
body.woocommerce-order-received footer .wp-container-9 {
	background-color: #fff !important;
}
body.woocommerce-order-received thead,
body.woocommerce-order-received .product-quantity,
body.woocommerce-order-received .woocommerce-table__product-total,
body.woocommerce-order-received .wc-item-meta li:last-child,
body.woocommerce-order-received .woocommerce-table__product-table {
	display: none;
}

body.woocommerce-order-received .wc-item-meta li {
	font-size: 16px;
}
body.woocommerce-order-received .wc-item-meta p {
	margin-top: 8px;
}
body.home .product_title {
	display: none;
}
body.home .gform_title {
	margin-top: 0 !important;
	text-align: center;
}
body.home .wp-site-blocks > * + *,
body.home .wp-container-7 > * + * {
	margin-top: 0 !important;
}
body.home .summary {
	margin-top: -20px;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #000 !important;
	color: #fff !important;
}
.gform_required_legend{display: none;}
.cart_item .variation > * {display:none !important;font-size:16px}
.cart_item .variation > dt.variation-Camp,
.cart_item .variation > dt.variation-CampersName {display: inline-block !important}
.cart_item .variation > dd.variation-Camp p {margin:0 !important}
.cart_item .variation > dd.variation-Camp > div +p,
.cart_item .variation > dd.variation-Camp > div {display:none !important}
.cart_item .variation > dd.variation-Camp,
.cart_item .variation > dd.variation-CampersName {display: block !important;}

.woocommerce-checkout-review-order-table .product-quantity {
	display: none;
}
.woocommerce-checkout-review-order-table .product-name strong {
	font-weight: 400;
}
div#product-182 .price,
.summary + .related {
	display: none;
	visibility: hidden;
}
div#product-182 {
	width: 100%;
}
div#product-182 label {
	text-align: center;
	font-family: omnes-pro, sans-serif;
}
.product .nyp .minimum-price, .wcopc .product-item .nyp .minimum-price {
	display: none;
}
div#product-182 input[type="text"] {
	display: table;
	margin: 0 auto;
	padding: 15px 20px;
	font-size: 20px;
}
.woocommerce div.product#product-182 form.cart .button {
	float: none;
	display: table;
	margin: 0 auto;
}
@media (max-width:781px) {
	footer .has-text-align-right {
		text-align: left;
	}
}
.gform_wrapper .gfield_required {
	display: none !important;
}
.woocommerce-checkout .wp-block-spacer {
	display: none !important;
}