.content_area_inner h3 {
	line-height: 45px;
}
#emailPopupModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}
.modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	position: relative;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
}

#emailPopupInput {
	width: 80%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	align-items: center;
}

#namePopupInput {
	width: 80%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	align-items: center;
}

#addressPopupInput {
	width: 80%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	align-items: center;
}

#statePopupInput {
	width: 80%;
	padding: 10px;
	margin: 10px 0;
	/*margin-left: 8%;*/
	border: 1px solid #ddd;
	border-radius: 4px;
	align-items: center;
}

#zipPopupInput {
	width: 80%; /* Match the width of the other fields */
	padding: 10px;
	margin: 10px auto; /* Center alignment */
	/*margin-left: 8%;*/
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block; /* Ensures they stay on separate lines */
}

#emailPopupForm button {
	padding: 10px 20px;
	background: #0073aa;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
#emailPopupForm button:hover {
	background: #005a8b;
}

.woocommerce .single-product .download-print-section {
	display: flex;
	gap: 40px;
}
.woocommerce .single-product .download-print-section button {
	background: #004175 !important;
	color: #fff !important;
	font-weight: bold !important;
	padding: 12px 30px !important;
	border: 0 !important;
	border-radius: 4px !important;
	line-height: 1.8 !important;
}
.woocommerce .single-product .download-print-section button:hover,
.woocommerce .single-product .download-print-section button:focus,
.woocommerce .single-product .download-print-section button:active {
	background: #000 !important;
	color: #fff !important;
	font-weight: bold !important;
	padding: 12px 30px !important;
	border-radius: 4px !important;
	border: 0 !important;
	line-height: 1.8 !important;
}

.menu ul li.menu-item.current-menu-item a {
    color: #fff;
    border-bottom: #ffffff 4px solid;
}
.content_area_inner nav ul li.menu-item.current-menu-item a {
	color: #ba971f;
}

body.woocommerce-account nav.icy-account-menu-nav ul.nav-menu li.menu-item.current-menu-item a {
	color: #ba971f;
	font-weight: bold;
}

/* Keep footer background full viewport width (some pages have extra markup that nests it inside .main). */
body .footer {
	clear: both;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

body.home,
body.inner_body {
	overflow-x: clip;
}

@media(max-width:1200px){
	a.headertext {
		margin-left: 20px;
	}
	.main {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.top_area ul {
		display: block;
		padding-top: 12px;
		text-align: right;
	}
	.top_area ul li:not(.top-area-account):not(:has(form)) {
		display: none;
	}
	#logo {
		position: unset;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#logo a {
		display: block;
	}
	#logo img {
		margin: auto;
		height: auto;
		width: 15%;
		max-width: 220px;
	}
	.main > .menu {
		display: none !important;
	}
	.flexslider ul.slides li img {
		width: 100%;
	}
	body.home .main > nav {
		width: 100%;
		overflow: scroll hidden;
	}
	body.home .main > nav ul#menu-homepage-buttom-menu {
		display: flex;
	}
	body.home .main > nav ul#menu-homepage-buttom-menu li {
		font-size: 18px;
		min-width: 185px;
	}
	body.home .main > .all_pg_nav_shadow > img {
		width: 100%;
	}

	.content_area {
		padding: 60px 5% 30px;
	}
	.content_area .box_area .box_in {
		margin: 0 !important;
	}
	.content_area .box_area .box_in .box {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	body .footer {
		background: url(images/fo_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		height: auto !important;
		padding: 20px 5px;
	}

	.content_area_inner {
		padding: 100px 5% 35px;
	}
	.content_area_inner > nav {
		width: 100%;
		margin: 0;
		overflow: scroll hidden;
		transform: translateY(-40px);
	}
	.content_area_inner > nav ul#menu-top-bottom {
		display: flex;
	}
	.content_area_inner > nav ul#menu-top-bottom li {
		font-size: 16px;
		min-width: 165px;
	}
	.content_area_inner > .all_pg_nav_shadow > img {
		width: 100%;
		transform: translateY(-40px);
	}
	.content_area_inner > nav + div > img {
		width: 100%;
		transform: translateY(-40px);
	}
	.content_area_inner h3 {
		line-height: 45px;
	}
	.content_area_inner table {
		width: 100%;
	}
	.content_area_inner a {
		word-break: break-word;
	}

	.inner_body .cntct_frm {
		float: unset;
		margin-top: 30px;
		width: 100%;
	}
	.inner_body .map {
		float: unset;
		margin-bottom: 30px;
		width: 100%;
	}
}
@media(max-width:992px){
	#logo img {
		max-width: 180px;
	}
}
@media(max-width:767px){
	.mob-menu-logo-holder > a.headertext span {
		font-size: 16px;
	}
	body:not(.home) #logo img {
		margin-top: 20px;
	}
	#logo img {
		width: 50%;
	}
}

/* Store: header account icon + cart notices */
.top_area ul li.top-area-account a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #043d73;
	line-height: 1;
	vertical-align: middle;
}
.top_area ul li.top-area-account .icy-account-icon {
	display: block;
	width: 20px;
	height: 20px;
}
.top_area ul li.top-area-account a:hover,
.top_area ul li.top-area-account.is-active a {
	color: #000;
}
.mob-header-account {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #043d73;
}
.mob-header-account.is-active,
.mob-header-account:hover {
	color: #000;
}
.mobmenur-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 12px;
}
.menu-item-account > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #c9a227;
	line-height: 1;
}
.menu-item-account .icy-account-icon {
	width: 18px;
	height: 18px;
}
.menu-item-account.current-menu-item > a,
.menu-item-account.current_page_item > a {
	color: #fff;
}

.icy-store-notices,
.content_area_inner .woocommerce-notices-wrapper {
	margin-bottom: 1em;
}

.woocommerce-message .button.wc-forward {
	margin-right: 1em;
}

.woocommerce-form-login-toggle {
	margin-bottom: 1.5em;
}

form.icy-checkout-login-form {
	border: 1px solid #e5e5e5;
	padding: 1.5em;
	margin-bottom: 2em;
	background: #f7f7f7;
}

.icy-inline-logout-form {
	display: inline;
	margin-left: 1em;
}

.icy-lost-password-note {
	margin-top: 2em;
}

#customer_login .col-1,
#customer_login .col-2 {
	margin-bottom: 2em;
}

/* My Account nav uses the same theme nav bar styles as menu-top-bottom */
body.woocommerce-account nav.icy-account-menu-nav {
	margin-bottom: 1.5em;
}

body.woocommerce-account nav.icy-account-menu-nav ul.nav-menu {
	text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-content {
	margin-top: 1em;
}

.woocommerce-account .woocommerce-MyAccount-content address {
	font-style: italic;
}

.woocommerce-account .woocommerce-Address-title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1em;
}

.woocommerce-account .woocommerce-Address-title h3 {
	margin: 0 0 0.5em;
}

.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-Addresses .col-2 {
	margin-bottom: 2em;
}

.woocommerce-account .icy-account-logout-form {
	display: inline;
	margin: 0;
	padding: 0;
}

.woocommerce-account .icy-inline-logout-form {
	display: inline;
}

.woocommerce-account .icy-inline-logout-form .icy-account-logout-link {
	color: #2ea2cc;
	display: inline;
	padding: 0;
	text-decoration: underline;
}

@media (max-width: 767px) {
	body.woocommerce-account nav.icy-account-menu-nav ul.nav-menu {
		display: flex;
		flex-direction: column;
		text-align: left;
	}
}

/* Large screens: sticky footer + original overlapping logo (slightly smaller) */
@media (min-width: 1201px) {
	html {
		height: 100%;
	}

	body {
		min-height: 100vh;
		display: flex;
		flex-direction: column;
	}

	body > .main {
		flex: 1 0 auto;
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	body .footer {
		flex-shrink: 0;
		margin-top: auto;
		height: auto !important;
		min-height: 140px;
		padding-bottom: 16px;
		background-color: #0b1f4d;
		background-image: url(images/fo_bg.jpg);
		background-repeat: repeat-x;
		background-size: cover;
		background-position: center top;
	}

	body .footer > .main {
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.top_area {
		overflow: visible;
	}

	/* top_area 180px + .menu line-height 80px = nav bar bottom at 260px */
	#logo {
		position: absolute;
		top: -2px;
		left: 0;
		width: 266px;
		height: 272px;
		z-index: 3;
	}

	#logo a {
		display: block;
		line-height: 0;
		height: 100%;
	}

	#logo img {
		display: block;
		width: 100%;
		height: 100%;
		max-width: 266px;
		max-height: 272px;
		object-fit: contain;
		object-position: left bottom;
	}

	.main > .menu {
		position: relative;
		z-index: 2;
	}
}

