/**
 * Theme Name:     Hunter Theme
 * Author:         Stellified Ltd
 * Template:       hello-elementor
 * Text Domain:	   hunter-theme
 * Version:			1.0
 * Description:    This is a custom child theme for Hunter Operations.
 */

/* Mega Menu
 ********************************************
 ********************************************/
@media only screen and (min-width: 1024px) {
	.menu_wrapper {
		position: relative;
		border-bottom: 1px #f8f8f8 solid;
	}
	.main_menu {
		display: flex;
		justify-content: space-between;
		list-style: none;
		padding: 0;
		max-width: 1640px;
		margin: 0 auto;
	}
	.main_menu .menu_link {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 20px;
		height: 50px;
		color: #041B15;
		font-weight: 500;
	}
	.main_menu .menu_link > i {
		display: none;
		margin-left: 10px;
		transition: transform 0.3s ease;
		transform: rotate(90deg) translatex(0);
	}
	.main_menu .menu_item.has_mega .menu_link > i {
		display: inline-block;
	}
	.main_menu .menu_item.has_mega .menu_link:hover > i {
		transform: rotate(90deg) translatex(6px);
	}
	.mega_wrapper {
		position: absolute;
		left: 0;
		top: 51px;
		width: 100vw;
		background: #fff;
		border-bottom: 1px #f8f8f8 solid;
		z-index: 100;
		overflow: hidden;
		box-shadow: 0 20px 20px rgba(0,0,0,0.1);
		max-height: 0;
	}
	.menu_item:hover .mega_wrapper {
		max-height: 1000px;
	}
	.mega_menu {
		display: flex;
		list-style: none;
		padding: 0;
		max-width: 1640px;
		margin: 0 auto;
	}
	.mega_menu .mega_section {
		list-style: none;
		padding: 30px 10px;
	}
	.mega_menu .mega_items {
		list-style: none;
		padding: 0;
	}
	.mega_menu .mega_group h3 {
		font-size: 18px!important;
		font-weight: 600!important;
		margin: 0!important;
		padding: 10px;
		color: #03188C;
		transition: color 0.3s ease;
	}
	.mega_menu .mega_group a h3:hover {
		color: #136f63;
	}
	.mega_menu .mega_item {
		padding: 6px 10px;
		border-radius: 4px;
	}
	.mega_menu .mega_link {
		color: #5C5C5C;
		font-weight: 500;
		transition: color 0.3s ease;
	}
	.mega_menu .mega_link:hover {
		color: #136F63;
	}
	.mega_menu .mega_link i {
		color: #136F63;
		opacity: 0;
		transition: opacity 0.3s ease, transform 0.3s ease;
	}
	.mega_menu .mega_link:hover i {
		opacity: 1;
		transform: translatex(6px);
	}
	.mega_nav {
		display: none;
	}
}

/* Mega Menu - Mobile
 ********************************************
 ********************************************/
@media only screen and (max-width: 1024px) {
	.menu_container .overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,0.4);
	}
	.menu_container {
		position: fixed!important;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100vh;
		width: 90vw;
		max-width: 400px;
		padding: 0!important;
		overflow-y: auto!important;
		background: #fff;
		box-shadow: 0 0 30px rgba(0,0,0,0.4);
		display: none!important;
	}
	.main_menu {
		position: relative;
		padding: 0;
		list-style: none;
		background: #fff;
		z-index: 1;
		width: 100%;
		height: 100vh;
	}
	.main_menu .menu_item .menu_link {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
		margin: 0 30px;
		border-bottom: 1px #e7ecef solid;
		color: #333333;
	}
	.mega_wrapper {
		position: fixed!important;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100vh;
		width: 90vw;
		max-width: 400px;
		overflow-y: auto!important;
		background: #fff;
		transform: translatex(-400px);
		transition: transform 0.3s ease;
	}
	.mega_menu {
		padding: 0;
		list-style: none;
		padding-bottom: 30px;
	}
	.mega_menu .mega_section.col {
		width: 100%!important;
		flex: 0 0 100%!important;
	}
	.mega_menu .mega_group {
		padding: 0 30px 30px 30px;
	}
	.mega_menu .mega_group > a > h3 {
		margin: 0;
		padding: 20px 0;
		font-size: 16px;
		color: #03188c;
	}
	.mega_menu .mega_items {
		padding: 0;
		list-style: none;
	}
	.mega_menu .mega_item .mega_link {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
		border-bottom: 1px #e7ecef solid;
		color: #333333;
	}
	.mega_nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
		margin-bottom: 30px;
		background: #e7ecef;
	}
	
	/* Hide & Show Mobile Menu */
	.menu_container.menu_active {
		display: block!important;
	}
	.mega_wrapper.mega_active {
		transform: translatex(0);
	}
}


/* Admin Notes
 ********************************************
 ********************************************/
.admin_note {
	position: relative;
	background: lightgray;
	border-left: 6px darkgray solid;
	padding: 6px;
	margin-top: 50px;
	font-size: 14px;
	color: grey;
}
.admin_note a {
	text-decoration: underline!important;
	color: grey;
	font-weight: 500;
	transition: color 0.3s ease;
}
.admin_note a:hover {
	color: #22aaa1;
}
.admin_note::before {
	position: absolute;
	top: -26px;
	left: -6px;
	width: calc(100% + 6px);
	height: 26px;
	padding: 6px;
	background: lightgray;
	font-weight: 600;
	content: 'ⓘ Admin only message';
	border-left: 6px darkgray solid;
}

/* Breadcrumbs
 ********************************************
 ********************************************/
.elementor-widget-breadcrumbs .separator {
	margin: 0 10px!important;
}
.elementor-widget-breadcrumbs a:hover {
	transition: color 0.3s ease;
	color: #22AAA1!important;
}


/* Icons & Links
 ********************************************
 ********************************************/
.icon_link a {
	padding: 4px 10px!important;
}
.highlight_links a {
	color: #136F63;
	text-decoration: underline;
	transition: color 0.3s ease;
}
.highlight_links a:hover {
	color: #22AAA1;
}


/* Text Adjustments
 ********************************************
 ********************************************/
.highlight {
	color: #22AAA1;
}
ul.checklist {
	padding: 0;
	list-style: none;
}
ul.checklist li {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px #E7ECEF dotted;
}
ul.checklist.small li {
	display: flex;
	align-items: center;
	padding: 2px 0;
	border-bottom: none;
}
ul.checklist li i {
	color: #22AAA1;
	margin-right: 10px!important;
}


/* Section Markers
 ********************************************
 ********************************************/
.section_marker h2 strong {
	display: block;
	border-left: 3px #22AAA1 solid;
	padding-left: 6px;
	line-height: 1em!important;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 20px;
	transition: color 0.3s ease;
}

@media only screen and (max-width: 1024px) {
	.section_marker br {
		display: none;
	}
}

/* Column Sizes
 ********************************************
 ********************************************/
.col.col_1  {width: calc(100% / 12 * 1);}
.col.col_2  {width: calc(100% / 12 * 2);}
.col.col_3  {width: calc(100% / 12 * 3);}
.col.col_4  {width: calc(100% / 12 * 4);}
.col.col_5  {width: calc(100% / 12 * 5);}
.col.col_6  {width: calc(100% / 12 * 6);}
.col.col_7  {width: calc(100% / 12 * 7);}
.col.col_8  {width: calc(100% / 12 * 8);}
.col.col_9  {width: calc(100% / 12 * 9);}
.col.col_10 {width: calc(100% / 12 * 10);}
.col.col_11 {width: calc(100% / 12 * 11);}
.col.col_12 {width: calc(100% / 12 * 12);}


/* Column Grow to Fill on Scroll on Larger Screens
 ********************************************
 ********************************************/
@media only screen and (min-width: 1680px) {
	.scroll_grow > .elementor-container {
		max-width: 1640px;
		transition: max-width 0.5s ease;
	}
	.scroll_grow.grow_full > .elementor-container {
		max-width: 100%!important;
	}
	.scroll_grow.grow_full > .elementor-container > .elementor-column .elementor-widget-wrap {
		border-radius: 20px 20px 0 0!important;
	}
	.scroll_grow .scroll_grow_inner > .elementor-container {
		max-width: 1520px!important;
	}
}


/* Logo Infinite Marquee
 ********************************************
 ********************************************/
.custom_marquee .elementor-image-gallery {
    overflow: hidden;
    white-space: nowrap;
}
.custom_marquee .gallery-item {
    max-width: 200px!important;
}
.custom_marquee .gallery {
    display: inline-flex!important;
    animation: marquee 60s linear infinite;
    width: max-content;
}
.custom_marquee .gallery:hover {
    animation-play-state: paused; /* Pause on hover */
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/* Product Sliders
 ********************************************
 ********************************************/
.product_slider .elementor-swiper-button {
	position: absolute!important;
	top: -26px!important;
	left: auto!important;
	bottom: auto!important;
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: 40px!important;
	height: 40px!important;
}
.product_slider .elementor-swiper-button.elementor-swiper-button-prev {
	right: 46px!important;
}
.product_slider .elementor-swiper-button.elementor-swiper-button-next {
	right: 0!important;
}

@media only screen and (max-width: 767px) {
	.product_slider .elementor-swiper-button {
		top: 0!important;
	}
}


/* Help Guide Repeater Step by Step
 ********************************************
 ********************************************/
.help_step {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0;
}
.help_step::before {
	position: absolute;
	left: calc(5% - 8px);
	top: 30px;
	content: '';
	width: 2px;
	height: 100%;
	background: #136f63;
}
.help_step:last-of-type::before {
	height: calc(100% - 30px);
}
.help_step:last-of-type::after {
	position: absolute;
	left: calc(5% - 12px);
	bottom: 0;
	content: '';
	width: 10px;
	height: 10px;
	background: #136f63;
	border-radius: 50%;
}
.help_step .step_no {
	width: calc(10% - 10px);
	flex: 0 0 calc(10% - 10px);
	margin-right: 10px;
	align-self: start;
	padding: 4px 8px;
	background: #136f63;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	font-weight: 600;
	z-index: 1;
}
.help_step .help_step_image {
	width: 40%;
	flex: 0 0 40%;
	border-radius: 10px;
}
.help_step .step_info {
	width: 50%;
	flex 0 0 50%;
	padding: 30px;
}
.help_step_description > :last-child {
	margin-bottom: 0!important;
}
.help_step_description a {
	color: #136f63!important;
	text-decoration: underline!important;
}
.help_step .inline_tip {
	width: 90%;
	flex: 0 0 90%;
	margin-left: 10%;
	margin-top: 30px;
	position: relative;
	background: #e7ecef;
	border-left: 6px #22AAA1 solid;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
}
.help_step .inline_tip i {
	position: absolute;
	top: -8px;
	left: -40px;
	font-size: 26px;
	color: #22AAA1;
	transform: scaleX(-1);
}
.help_nav {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
}
.help_nav li {
	margin-bottom: 10px;
}


/* Navigation - Search
 ********************************************
 ********************************************/
.menu_search .dgwt-wcas-search-input {
	background: #fff!important;
	border: 1px #041B15 solid!important;
	border-radius: 4px!important;
	height: 46px!important;
	font-size: 16px!important;
	font-weight: 500!important;
	font-style: none!important;
}
.menu_search .dgwt-wcas-search-submit {
	background: #fff!important;
	border: 1px #041B15 solid!important;
	border-left: none!important;
	border-radius: 0 4px 4px 0!important;
}
.menu_search .dgwt-wcas-search-submit::before {
	display: none!important;
}
.menu_search .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg {
	max-width: 18px!important;
}
.menu_search .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #000!important;
}
.dgwt-wcas-suggestions-wrapp {
	width: 800px!important;
	border: none!important;
	top: 168px!important;
}

@media only screen and (min-width: 1024px) {
	.menu_search {
		flex: 1!important;
	}
}


/* Navigation - Icons
 ********************************************
 ********************************************/
.basket_marker .fa-circle {
	position: absolute;
	color: #BD0101;
	font-size: 8px;
	top: -2px;
	left: 46px;
}

@media only screen and (max-width: 767px) {
	.basket_marker .fa-circle {
		top: -4px;
		left: 28px;
	}
}



/* Navigation - Sticky Menu
 ********************************************
 ********************************************/
.navigation.static_menu {
	transform: translatey(0);
}
.navigation.sticky_menu {
	position: fixed!important;
	top: -40px;
	left: 0;
	width: 100vw;
	padding: 0 30px!important;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-sizing: border-box;
	transform: translatey(40px);
}
.navigation.sticky_menu .menu_inner {
	max-width: 1440px;
	margin: 0 auto;	
}
.navigation.sticky_menu .menu_container {
	padding: 0;
	background: none;
}
.navigation.sticky_menu .menu_wrapper {
	position: static;
}

@media only screen and (min-width: 1500px) {
	.navigation.sticky_menu {
		top: -20px;
		padding: 0 30px!important;
		background: none;
		box-shadow: none;
	}
	.navigation.sticky_menu .menu_inner {
		max-width: 1440px;
		margin: 0 auto;
		background: #fff;
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
		padding: 0 30px;
		border-radius: 10px;
	}
}


/* Footer - Menu
 ********************************************
 ********************************************/
.footer_menu ul {
	list-style: none;
	padding: 0;
}
.footer_menu ul li {
	padding: 6px 0;
}
.footer_menu ul li a {
	color: #5C5C5C;
	transition: color 0.3s ease;
}
.footer_menu ul li a:hover {
	color: #22AAA1;
}
.footer_menu ul li i {
	width: 24px;
	color: #22AAA1;
}

@media only screen and (min-width: 1024px) {
	.footer_menu .elementor-toggle {
		display: flex!important;
	}
	.footer_menu .elementor-toggle-item {
		flex: 0 0 25%;
	}
	.footer_menu .elementor-tab-title {
		padding: 0 0 20px 0!important;
		border: none!important;
		color: #03188C;
		cursor: default!important;
	}
	.footer_menu .elementor-toggle-icon {
		display: none!important;
	}
	.footer_menu .elementor-tab-content {
		display: block!important;
		padding: 0!important;
		border: none!important;
	}
}


/* Blog Single Post
 ********************************************
 ********************************************/
.single_blog a {
	color: #136F63;
	text-decoration: underline!important;
	font-weight: 500;
}
.single_blog h2 {
	color: #03188C;
	margin: 60px 0 10px 0;
}
.single_blog h3 {
	color: #136F63;
	margin: 30px 0 10px 0;
}
.single_blog ul,
.single_blog ol {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}
.single_blog li {
	margin-bottom: 6px;
}
.single_blog blockquote {
	position: relative;
	margin: 30px 0;
	padding: 30px;
	border-radius: 20px;
	background: #e7ecef;
}
.single_blog blockquote > *:last-child {
	margin-bottom: 0!important;
}
.single_blog blockquote::after {
	content: '〞';
	position: absolute;
	top: -20px;
	right: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #136f63;
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
	padding: 36px 0 0 26px;
}


/* Team Author Cards & Badges
 ********************************************
 ********************************************/
.team_author.badge {
	display: flex;
	align-items: center;
	gap: 10px;
}
.team_author.badge .ta_image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.team_author.badge .ta_info h4 {
	font-size: 16px;
	color: #041B15;
	margin: 0;
}
.team_author.badge .ta_info p {
	font-size: 14px;
	color: #5C5C5C;
	margin: 0;
}
.team_author.card {
	display: flex;
	align-items: center;
	gap: 10px;
}
.team_author.card .ta_image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}
.team_author.card .ta_info {
	flex: 1;
}
.team_author.card .ta_info h4 {
	color: #041B15;
	margin: 0;
}
.team_author.card .ta_info h6 {
	color: #041B15;
	font-weight: 400;
	margin: 6px 0 10px 0;
}
.team_author.card .ta_info p {
	font-size: 14px;
	color: #5C5C5C;
	margin: 0;
}


/* Custom Sliders
 ********************************************
 ********************************************/
.slider_wrapper {
	padding: 0;
}
.slide_header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 40px;
}
.slide_header h2 {
	max-width: 500px;
	margin: 0;
}
.slide_count {
	margin-right: 20px;
}
.slide_nav {
	display: flex;
	align-items: center;
	gap: 10px;
}
.swiper-button-prev,
.swiper-button-next {
	position: static!important;
	top: unset!important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px!important;
	height: 40px!important;
	border-radius: 4px;
	margin: 0!important;
	background: #136F63!important;
	transition: background 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #22AAA1!important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 20px!important;
	color: #fff!important;
	transition: transform 0.3s ease;
}
.slide_nav .swiper-navigation-icon {
	display: none;
}
.slide_inner {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.slide_inner .col {
	flex: 0 0 calc(50% - 15px);
	height: 80vh;
	min-height: 400px;
	max-height: 600px;
}
.slide_inner .col.col_image img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}
.slide_inner .col.col_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
}

@media only screen and (max-width: 1440px){
	.slide_inner .col {
		height: 60vh;
		min-height: 400px;
		max-height: 500px;
	}
}
@media only screen and (max-width: 1200px){
	.slide_inner .col {
		height: 60vh;
		min-height: 400px;
		max-height: 500px;
	}
}
@media only screen and (max-width: 1024px){
	.slide_header {
		flex-direction: column;
		align-items: start;
	}
	.slide_inner {
		flex-direction: column;
	}
	.slide_inner .col {
		width: 100%;
		height: auto;
		min-height: unset;
		max-height: unset;
	}
	.slide_inner .col.col_content {
		max-width: unset;
		padding: 30px;
	}
	.slide_nav {
		align-self: end;
	}
}
@media only screen and (max-width: 767px){
	.slide_inner .buttons {
		flex-wrap: wrap;
	}
	.slide_inner .buttons a {
		flex: 1;
	}
}


/* Product Templates & Guides Slider
 ********************************************
 ********************************************/
.templates_slider .buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}
.templates_slider .buttons .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 160px;
	background: #fff;
	color: #041B15!important;
	border: 2px #136f63 solid;
	border-radius: 10px;
	padding: 16px;
	font-size: 18px;
	font-weight: 600;
	color: #041B15;
}
.templates_slider .buttons .btn.view {
	background: #136f63;
	color: #fff!important;
	border: 2px #136f63 solid;
}
.templates_slider .buttons .btn.canva {
	border-color: #24B9C3;
}
.templates_slider .buttons .btn.word {
	border-color: #283C82;
}
.templates_slider .buttons .btn.indesign {
	border-color: #49021F;
}
.templates_slider .buttons .btn img {
	width: 24px;
}


/* Sustainability Grid
 ********************************************
 ********************************************/
.eco_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.eco_grid .eco_item {
	padding: 30px;
	border-radius: 20px;
	color: rgba(255,255,255,0.7);
}


/* Product Variation Dropdown / Select Field
 ********************************************
 ********************************************/
.single_cart_btn .variations {
	margin: 0!important;
}
.single_cart_btn .variations th.label {
	display: none!important;
}
.single_cart_btn .variations td.value {
	padding: 0!important;
	background: none!important;
}
.single_cart_btn .variations select {
	padding: 16px!important;
	border: 2px #E7ECEF solid!important;
	background: #fff!important;
	max-width: 400px!important;
	margin: 0 0 20px 0!important;
}
.single_cart_btn .variations .reset_variations {
	padding: 10px;
}


/* Product Printed Variant Pricing Table
 ********************************************
 ********************************************/
.pricing_table h4 {
	margin: 0;
	color: #136f63;
}
.pricing_table .pricing_table_wrapper {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.pricing_table table {
	width: 100%;
	table-layout: fixed;
	margin: 10px 0 0 0;
}
.pricing_qty_table table {
	color: #041B15;
}
.pricing_table table th,
.pricing_table table td {
	word-wrap: break-word;
	border: none;
	border-bottom: 1px #ededed solid;
	background: none!important;
	text-align: left;
	padding: 10px 20px 10px 0;
}
.pricing_table table th {
	color: #03188c;
	font-weight: 600;
	border-top: none!important;
	border-bottom: 2px #03188c solid;
}
.pricing_table table th > span {
	color: #041B15;
	font-weight: 400;
	font-size: 13px;
}
.pricing_table table th a i {
	color: #5c5c5c!important;
	margin-left: 4px;
}
.pricing_table table .fill {
	width: auto;
}
.pricing_table table td > strong {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 200px;
}
.pricing_table table td > span {
	font-size: 13px;
	color: #5C5C5C;
}
.pricing_table table th .tooltip {
	position: relative;
	cursor: pointer;
}
.pricing_table table th .tooltip i {
	color: #03188c;
	transition: color 0.3s ease;
}
.pricing_table table th .tooltip:hover i {
	color: #136f63;
}
.pricing_table table th .tooltip p {
	position: absolute;
	top: 26px;
	right: 0;
	background: #fff;
	padding: 10px;
	font-weight: 400;
	color: #5C5C5C;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 300px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.pricing_table table th .tooltip:hover p {
	visibility: visible;
	opacity: 1;
}
.pricing_notes {
	font-size: 14px;
}

@media only screen and (max-width: 767px){
	.pricing_table .pricing_table_wrapper {
		max-width: 100%;
		overflow-x: auto;
	}
	.pricing_table table {
		table-layout: fixed;
	}
	.pricing_table table th,
	.pricing_table table td {
		width: 140px;
	}
}


/* Key Features / Short Description for Archives
 ********************************************
 ********************************************/
.key_features_list {
	list-style: none;
	padding: 0;
}
.key_features_list {
	margin-bottom: 10px;
}
.key_features_list li {
	list-style: none;
	color: #136f63;
	font-weight: 500!important;
	font-size: 14px;
}
.archive_short_description p {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #5C5C5C;
	font-size: 14px;
}
.archive_short_description *:last-child {
	margin-bottom: 0!important;
}
.key_features_list li i {
	margin-right: 6px;
}
.archive_group_notice {
	margin-bottom: 10px!important;
	color: #136f63;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}


/* WooCommerce - Single Category Loop Items
 ********************************************
 ********************************************/
.elementor-widget-wc-categories .product-category a {
	display: block;
	background: #fff!important;
	border-radius: 10px!important;
}
.elementor-widget-wc-categories .product-category img {
	margin: 0!important;
}
.elementor-widget-wc-categories .product-category h2 {
	padding: 20px!important;
}
.elementor-widget-wc-categories .product-category .count {
	display: none!important;
}


/* WooCommerce - Single Product
 ********************************************
 ********************************************/
.single_variation {
	display: block!important;
	margin-bottom: 20px!important;
}
.single_variation p {
	margin-bottom: 10px!important;
}
.single_variation .price {
	font-size: 1em!important;
	color: #041b15!important;
}


/* Custom Toggles & Accordions
 ********************************************
 ********************************************/
.accordion .accordion_item {
	position: relative;
	border-bottom: 1px #ededed solid;
}
.accordion.white .accordion_item {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 6px;
}
.accordion .accordion_item::before,
.accordion .accordion_item::after {
	content: '';
	display: flex;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 1px;
	height: 10px;
	background: #ededed;
	z-index: 1;
}
.accordion .accordion_item::after {
	left: auto!important;
	right: 0;
}
.accordion .accordion_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: color 0.3s ease;
}
.accordion.white .accordion_header {
	padding: 30px 20px;
}
.accordion .accordion_item.active .accordion_header {
	color: #136f63;
}
.accordion .accordion_header span {
	flex: 1;
}
.accordion .accordion_header > span > i {
	min-width: 32px;
}
.accordion .accordion_header strong {
	font-weight: 400;
	margin-right: 20px;
}
.accordion .accordion_header .icon_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	border: 1px #ededed solid;
	transition: all 0.3s ease;
}
.accordion .accordion_header:hover .icon_wrap {
	background: #22AAA1;
	border-color: #22AAA1;
	color: #fff;
}
.accordion .accordion_header .icon_wrap i {
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}
.accordion .accordion_item.active .icon_wrap i {
	transform: rotate(45deg);
}
.accordion .accordion_content {
	flex-direction: column;
	padding-bottom: 40px;
	color: #5C5C5C;
}
.accordion.white .accordion_content {
	padding: 0 30px 30px 30px;
}
.accordion .accordion_content a {
	text-decoration: underline;
	color: #136F63;
	transition: color 0.3s ease;
}
.accordion .accordion_content a:hover {
	color: #22AAA1;
}
.accordion .accordion_content ul,
.accordion .accordion_content ol {
	margin-bottom: 20px;
	padding: 0 0 0 15px!important;
}
.accordion .accordion_content ul ul,
.accordion .accordion_content ul ol,
.accordion .accordion_content ol ul,
.accordion .accordion_content ol ol {
	margin-bottom: 0;
	padding: 0!important;
}
.accordion .accordion_content h2 {
	margin: 10px 0!important;
	font-size: 18px!important;
	font-weight: 600!important;
	color: #136f63;
}
.accordion .accordion_content h3 {
	margin: 10px 0!important;
	font-size: 18px!important;
	font-weight: 600!important;
	color: #03188c;
}
.accordion .accordion_content h4 {
	margin: 10px 0!important;
	font-size: 18px!important;
	font-weight: 600!important;
	color: #333333;
}
.accordion .accordion_content h5 {
	margin: 10px 0!important;
	font-size: 16px!important;
	font-weight: 600!important;
	color: #136f63;
}
.accordion .accordion_content h6 {
	margin: 10px 0!important;
	font-size: 16px!important;
	font-weight: 600!important;
	color: #03188c;
}
.accordion .accordion_content *:first-child {
	margin-top: 0!important;
}
.accordion .accordion_content > *:last-child {
    margin-bottom: 0!important;
}

@media only screen and (max-width: 767px){
	.accordion .accordion_header {
		padding: 30px!important;
	}
	.accordion .accordion_content {
		padding: 0 30px 30px 30px!important;
	}
}


/* Product Info Accordion - Single Product
 ********************************************
 ********************************************/
.accordion #product_sample .accordion_content h4 {
	color: #03188c!important;
}


/* Product Features List & Grid - Single Product
 ********************************************
 ********************************************/
.features_wrapper {
	display: none;
}
.feature_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.feature_grid.items_3,
.feature_grid.items_4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.feature_grid.items_4 .static_feature,
.feature_grid.items_6 .static_feature {
	display: none;
}
.feature_grid .feature_item {
	position: relative;
	padding: 30px;
	border-radius: 20px;
	background: #f8f8f8;
	transition: background 0.3s;
	transition-delay: 0.3s;
}
.scroll_grow.grow_full .feature_grid .feature_item {
	background: #e7ecef;
}
.feature_grid .feature_index {
	position: absolute;
	top: 30px;
	left: 30px;
}
.feature_grid .feature_icon {
	position: relative;
	font-size: 40px;
	text-align: right;
	margin-bottom: 20px;
}
.feature_grid .feature_icon .fa-light {
	transition: opacity 0.3s ease;
	transition-delay: 0.3s;
}
.feature_grid .feature_icon .fa-light {
	color: #e7ecef;
	transition: color 0.3s ease;
}
.scroll_grow.grow_full .feature_grid .feature_icon .fa-light {
	color: #59a8b4;
}
.scroll_grow .feature_grid .feature_icon .fa-light {
	opacity: 1;
}
.feature_grid .feature_title {
	font-size: 20px;
}
.feature_grid .feature_description {
	margin: 0;
	color: #5C5C5C;
}
.accordion .accordion_content ul.product_features {
	padding: 0!important;
	list-style: none;
	margin-bottom: 40px!important;
	margin-top: 20px;
}
.product_features li {
	border-bottom: 1px #f6f6f6 dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.product_features li i {
	color: #136F63;
	margin-right: 10px;
}

@media only screen and (max-width: 767px){
	.feature_grid {
		grid-template-columns: repeat(1, 1fr)!important;
		gap: 10px!important;
	}
	.feature_grid .feature_item {
		padding: 20px;
		background: #e7ecef!important;
	}
	.feature_grid .feature_content {
		display: flex!important;
		align-items: center;
		gap: 20px;
	}
	.feature_grid .feature_content .feature_copy {
		flex: 1;
	}
	.feature_grid .feature_title,
	.feature_grid .feature_index {
		display: none!important;
	}
	.feature_grid .feature_icon {
		margin: 0!important;
	}
	.feature_grid .feature_icon .fa-light {
		color: #59a8b4!important;
	}
}


/* Custom Added to Cart Message - Single Product
 ********************************************
 ********************************************/
.custom_atc .atc_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding-bottom: 16px;
}
.custom_atc .atc_upsells {
	display: grid;
	grid-template-columns: repeat(4,1fr)!important;
	gap: 10px;
	padding: 30px 0;
	border-top: 2px #e7ecef solid;
	border-bottom: 2px #e7ecef solid;
}
.custom_atc .atc_upsell {
	display: flex;
	align-items: center;
	border: 2px #e7ecef solid;
	border-radius: 10px;
	overflow: hidden;
}
.custom_atc .atc_upsell p {
	padding: 10px;
	font-size: 14px!important;
}
.custom_atc .atc_foot {
	padding-top: 16px;
}
.custom_atc h4 {
	margin: 0!important;
}
.custom_atc p {
	margin: 0!important;
	color: #333333!important;
}

@media only screen and (max-width: 1024px){
	.custom_atc .atc_upsells {
		display: none;
	}
	.custom_atc .atc_head {
		padding: 0;
	}
	.custom_atc .atc_foot {
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.custom_atc .atc_head h4 {
		display: none;
	}
	.custom_atc .atc_head .button {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}


/* Elementor Toggles & Accordions
 ********************************************
 ********************************************/
.elementor-toggle .elementor-toggle-icon,
.elementor-accordion .elementor-accordion-icon {
	font-size: 26px!important;
}
.elementor-accordion .elementor-accordion-item {
    margin-bottom: 4px!important;
	border-radius: 4px!important;
	overflow: hidden!important;
}


/* Filters Accordion & Toggle Button
 ********************************************
 ********************************************/
.catalogue .filter_wrap {
	overflow: hidden;
	transition: all 0.3s ease;
}
.catalogue .filter_toggle {
	cursor: pointer;
}
.catalogue .filter_wrap .elementor-tab-content p {
	max-width: 0!important;
}
.catalogue .filter_wrap .elementor-widget-container {
	min-width: 300px!important;
}
.catalogue.hide_filters .filter_wrap {
	max-width: 0!important;
	transform: translatex(-100%);
}
.catalogue.show_filters .show_toggle,
.catalogue.hide_filters .hide_toggle {
	display: none;
}
.catalogue.show_filters .load_wrap {
	margin-left: 300px;
}
.accordion.filters .accordion_header {
	padding: 16px 0;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}
.accordion.filters .accordion_header > span {
	color: #03188C;
}
.accordion.filters .accordion_header .icon_wrap {
	width: 30px;
	height: 30px;
}


/* WooCommerce Notices
 ********************************************
 ********************************************/
.woocommerce-notices-wrapper {
	background: #fff!important;
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	max-width: 1640px!important;
	margin: 0 auto!important;
	box-shadow: none!important;
	padding: 16px!important;
}
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
	display: none!important;
}

@media only screen and (max-width: 767px){
	.woocommerce-info,
	.woocommerce-message,
	.woocommerce-error {
		font-size: 15px!important;
	}
}


/* WooCommerce Account
 ********************************************
 ********************************************/
.woocommerce {
	font-family: "Albert Sans", Sans-serif!important;
}
.woocommerce-Button,
.woocommerce .button {
	font-family: "Albert Sans", Sans-serif!important;
	border-color: #136f63!important;
	background-color: #136f63!important;
	color: #fff!important;
	padding: 10px!important;
	border-radius: 4px!important;
	text-decoration: none!important;
}
.woocommerce-orders-table__cell-order-number a {
	color: #136f63!important;
}


/* WooCommerce Archives
 ********************************************
 ********************************************/
.woocommerce .woocommerce-Price-amount > bdi,
.woocommerce .price strong {
	font-weight: 500!important
}
.woocommerce .price small {
	font-weight: 400!important
}
.catalogue.hide_filters .elementor-widget-loop-grid .elementor-grid {
	grid-template-columns: repeat(3,1fr)!important;
}

@media only screen and (max-width: 1024px){
	.catalogue .elementor-widget-loop-grid .elementor-grid,
	.catalogue.hide_filters .elementor-widget-loop-grid .elementor-grid {
		grid-template-columns: repeat(2,1fr)!important;
	}
}
@media only screen and (max-width: 767px){
	.catalogue .elementor-widget-loop-grid .elementor-grid,
	.catalogue.hide_filters .elementor-widget-loop-grid .elementor-grid{
		grid-template-columns: repeat(2,1fr)!important;
	}
}
@media only screen and (max-width: 400px){
	.catalogue .elementor-widget-loop-grid .elementor-grid,
	.catalogue.hide_filters .elementor-widget-loop-grid .elementor-grid{
		grid-template-columns: repeat(1,1fr)!important;
	}
}


/* WooCommerce Basket
 ********************************************
 ********************************************/
#woobasket .e-shop-table thead {
	display: none!important;
}
#woobasket .e-cart__container {
	grid-template-columns: auto 500px!important;
	margin-top: 40px;
}
#woobasket .cart_item td,
#woobasket .cart_item .product-name {
	border-bottom: 1px #E7ECEF solid!important;
	padding: 20px 6px!important;
}
#woobasket .cart_item .product-thumbnail {
	padding: 10px!important;
}
#woobasket .cart_item .product-name p {
	margin: 0!important;
}
#woobasket .cart_item .product-name a {
	display: block;
	color: #03188c!important;
	font-weight: 500;
}
#woobasket .cart_item .product-name .variation {
	font-weight: 400!important;
	font-size: 14px!important;
	color: #5C5C5C!important;
}
#woobasket .cart_item .product-name .variation dt {
	display: none!important;
}
#woobasket .cart_item .product-name .variation dd {
	margin: 0!important;
}
#woobasket .cart_item .product-quantity .input-text.qty {
	background: #fff!important;
	padding: 6px!important;
	min-height: 40px!important;
	max-height: 40px!important;
	min-width: 80px!important;
	max-width: 80px!important;
	border-radius: 4px!important;
	border: 1px #e7ecef solid!important;
}
#woobasket .form-row.coupon-col input {
		margin: 0!important;
	}
.hide_basket_empty.basket_empty,
.hide_basket_full.basket_full {
	display: none!important;
}

@media only screen and (max-width: 1250px){
	#woobasket .e-cart__container {
		grid-template-columns: auto 400px!important;
	}
}
@media only screen and (max-width: 1024px){
	#woobasket .e-cart__container {
		grid-template-columns: 1fr!important;
	}
	#woobasket .form-row.coupon-col {
		display: flex!important;
		align-items: center;
		gap: 20px;
	}
}
@media only screen and (max-width: 767px){
	#woobasket .cart_item {
		position: relative;
		display: flex!important;
		flex-wrap: wrap;
		justify-content: start;
		align-items: start;
		background: #fff!important;
		padding: 30px!important;
		border-bottom: 10px #f8f8f8 solid!important;
	}
	#woobasket .cart_item td {
		border: none!important;
		padding: 0!important;
		text-align: left!important;
	}
	#woobasket .cart_item td::before {
		display: none!important;
	}
	#woobasket .cart_item td.product-remove {
		position: absolute!important;
		top: 20px;
		right: 20px;
	}
	#woobasket .cart_item td.product-thumbnail {
		display: inline-block!important;
		flex: 0 0 70px;
		width: 70px;
		padding: 0!important;
	}
	#woobasket .cart_item td.product-name {
		display: inline-block!important;
		flex: 1 0 calc(100% - 70px);
		min-width: calc(100% - 70px);
		border: none!important;
		padding: 6px 0 0 0!important;
	}
	#woobasket .cart_item td.product-price {
		align-self: center;
		order: 4!important;
		flex: 1 0 70px;
		width: 70px;
		padding-top: 10px!important;
	}
	#woobasket .cart_item td.product-price .woocommerce-Price-amount::after {
		content: ' each';
	}
	#woobasket .cart_item td.product-quantity {
		align-self: center;
		order: 3!important;
		flex: 0 0 180px;
		width: 180px;
		padding: 10px 0 0 70px!important;
	}
	#woobasket .cart_item.printed_item td.product-quantity,
	#woobasket .cart_item.printed_item td.product-price {
		display: none!important;
	}
	#woobasket .cart_item td.product-subtotal {
		order: 5!important;
		flex: 0 0 100%;
		width: 100%;
		padding: 20px 0 0 70px!important;
	}
	#woobasket .cart_item td.product-subtotal .woocommerce-Price-amount {
		font-size: 18px!important;
	}
}


/* WooCommerce Basket - Printed Items
 ********************************************
 ********************************************/
#woobasket .cart_item.printed_item td {
	vertical-align: top!important;
}
#woobasket .cart_item.printed_item .product-name a::after {
	display: inline-block;
	content: 'Edit';
	border: 1px #136f63 solid!important;
	color: #136f63!important;
	font-weight: 600;
	padding: 1px 4px;
	border-radius: 2px;
	margin-left: 4px;
	transition: color 0.3s ease, background 0.3s ease;
}
#woobasket .cart_item.printed_item .product-name a:hover::after {
	background: #136f63!important;
	color: #fff!important;
}
#woobasket .cart_item.printed_item .product-quantity .input-text.qty {
	opacity: 0.6;
	cursor:not-allowed;
}
#woobasket .cart_item.printed_item .product-name a,
#woobasket .cart_item.printed_item .product-price .woocommerce-Price-amount,
#woobasket .cart_item.printed_item .product-subtotal .woocommerce-Price-amount {
	display: block;
	margin: 8px 0!important;
}
#woobasket .shop_table .variation-ShippingWeightkg {
	display: none;
}
#woobasket .cart_totals .woocommerce-shipping-destination {
	display: block;
	margin-top: 20px;
}
#woobasket .cart_totals .woocommerce-shipping-destination:before {
	content: 'Please note: For printed items, late files/data or slow artwork approval may push back delivery.';
	display: block;
	margin-bottom: 20px;
}
.woocommerce-notices-wrapper .voucher {
	padding: 5px;
	border: 2px #22aaa1 dotted;
	border-radius: 8px;
	font-weight: 600;
}


/* WooCommerce Checkout - Form
 ********************************************
 ********************************************/
.site-main.post-10 {
	max-width: 100%!important;
	margin: 0!important;
	background: linear-gradient(to right, #fff 0%, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
}
.site-main.post-10 .page-header {
	display: none;
}
.site-main.post-10 .page-content {
	margin: 0 auto!important;
	max-width: 1040px!important;
	padding: 0!important;
}
.site-main.post-10 .wp-block-woocommerce-checkout {
	padding: 0!important;
}
.site-main.post-10 .wc-block-components-main {
	padding: 40px 40px 120px 40px!important;
	width: 55%!important;
	background: #fff;
}
.site-main.post-10 .wc-block-components-sidebar {
	padding: 40px!important;
	width: 45%!important;
	background: #f8f8f8!important;
}
.site-main.post-10 .wc-block-components-sidebar-layout {
	margin: 0!important;
}
.site-main.post-10 .wc-block-components-title {
	color: #03188C!important;
}
.site-main.post-10 .wc-block-components-checkout-step__description {
	color: #5C5C5C!important;
}
.site-main.post-10 .wc-block-components-main input {
	border-color: #E7ECEF!important;
}
.site-main.post-10 .wc-block-components-checkout-return-to-cart-button {
	display: none!important;
}
.site-main.post-10 .wc-block-components-checkout-place-order-button {
	width: 100%!important;
}
.site-main.post-10 .wc-block-components-checkbox__label a {
	color: #136f63!important;
}
.site-main.post-10 .wc-block-components-totals-coupon__button {
	background: #f8f8f8!important;
	padding: 10px!important;
	color: #136f63!important;
	border: 1px #136f63 solid!important;
	border-radius: 4px!important;
}

@media only screen and (max-width: 767px){
	.site-main.post-10 .wc-block-components-sidebar-layout {
		flex-direction: column-reverse;
	}
	.site-main.post-10 .wc-block-components-main {
		width: 100%!important;
	}
	.site-main.post-10 .wc-block-components-sidebar {
		width: 100%!important;
		padding-top: 0!important;
	}
	.site-main.post-10 .wc-block-checkout__sidebar.is-sticky {
		position: static!important;
	}
}


/* WooCommerce Checkout - Order Summary
 ********************************************
 ********************************************/
.site-main.post-10 .wc-block-components-checkout-order-summary__title {
	display: none!important;
}
.site-main.post-10 .wp-block-woocommerce-checkout-order-summary-block {
	border: none!important;
	padding: 0!important;
}
.site-main.post-10 .wc-block-components-order-summary-item__image {
	margin-top: 0!important;
}
.site-main.post-10 .wc-block-components-product-name {
	font-size: 14px!important;
	font-weight: 500!important;
	line-height: 1.4em!important;
}
.site-main.post-10 .wc-block-components-product-metadata__description,
.site-main.post-10 .wc-block-components-order-summary-item__individual-prices {
	display: none!important;
}
ul.wc-block-components-product-details .wc-block-components-product-details__name {
	display: none!important;
}
ul.wc-block-components-product-details li {
	margin-bottom: 4px!important;
}




/* WooCommerce Checkout - Convert Summary to Toggles
 ********************************************
 ********************************************/
.wc-details-toggle {
	padding: 0!important;
	background: none!important;
	color: #136f63!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-decoration: underline!important;
}
ul.wc-block-components-product-details {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease, opacity .3s ease;
	opacity: 0;
	margin-top: 0;
}
ul.wc-block-components-product-details.is-open {
	max-height: 2000px;
	opacity: 1;
	margin-top: 10px;
}


/* WooCommerce Checkout - Order Confirmed
 ********************************************
 ********************************************/
.woocommerce-order {
	position: relative;
	display: flex!important;
	flex-direction: column;
	align-items: start;
	flex-wrap: wrap;
	background: linear-gradient(to right, #fff 0%, #fff 55%, #f8f8f8 55%, #f8f8f8 100%);
	min-height: calc(100vh - 230px);
}
.woocommerce-order .woocommerce-thankyou-order-received::before {
	display: block;
	content: 'Order Details';
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	color: #041B15;
}
.woocommerce-order .woocommerce-thankyou-order-received {
	display: flex;
	flex-direction: column;
	width: 55%;
	padding: 40px;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #136F63;
}
.woocommerce-order ul.woocommerce-thankyou-order-details {
	display: flex;
	flex-direction: column;
	width: 55%;
	margin: 0!important;
	padding: 0 40px 40px 40px;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 6px 0;
	text-transform: unset!important;
	font-size: 16px!important;
	border-right: none!important;
	border-bottom: 1px #E7ECEF solid;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li strong {
	font-size: 1em!important;
	font-weight: 500;
}
.woocommerce-order ul.woocommerce-thankyou-order-details .woocommerce-order-overview__total {
	display: none!important;
}
.woocommerce-order .woocommerce-order-details {
	width: 55%;
	padding: 0 40px;
}
.woocommerce-order .woocommerce-order-details .order_details {
	display: flex!important;
	flex-direction: column!important;
	border: none!important;
}
.woocommerce-order .woocommerce-order-details .order_details thead {
	display: none!important;
}
.woocommerce-order .woocommerce-order-details .order_details tr {
	display: flex!important;
	border: none!important;
}
.woocommerce-order .woocommerce-order-details .order_details tr.order_item {
	border-bottom: 1px #E7ECEF solid!important;
	padding: 10px 0!important;
}
.woocommerce-order .woocommerce-order-details .order_details tr a {
	color: #136f63;
	font-weight: 600;
}
.woocommerce-order .woocommerce-order-details .product-name {
	font-size: 16px!important;
	font-weight: 400;
	flex: 1!important;
	border: none!important;
	padding: 6px 0!important;
	background: none!important;
}
.woocommerce-order .woocommerce-order-details .product-total {
	font-size: 16px!important;
	font-weight: 500;
	border: none!important;
	padding: 6px 0!important;
	background: none!important;
}
.woocommerce-order .woocommerce-order-details .wc-item-meta {
	padding: 0!important;
	margin-top: 10px;
	font-size: 14px;
	color: #5C5C5C;
}
.woocommerce-order .woocommerce-order-details .order_details tfoot {
	border-top: 1px #E7ECEF solid!important;
	padding-top: 20px;
}
.woocommerce-order .woocommerce-order-details .order_details tfoot th {
	font-size: 16px!important;
	font-weight: 400;
	flex: 1!important;
	border: none!important;
	padding: 2px 0!important;
}
.woocommerce-order .woocommerce-order-details .order_details tfoot td {
	font-size: 16px!important;
	font-weight: 500;
	border: none!important;
	padding: 2px 0!important;
}
.woocommerce-order .woocommerce-order-details .order_details tfoot tr:nth-child(4) {
	margin: 6px 0 20px 0;
}
.woocommerce-order .woocommerce-order-details .order_details tfoot tr:nth-child(4) th,
.woocommerce-order .woocommerce-order-details .order_details tfoot tr:nth-child(4) td {
	font-size: 20px!important;
	font-weight: 600!important;
	color: #136F63!important;
}
.woocommerce-order-details__title {
	display: none;
}
.woocommerce-order .woocommerce-customer-details {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	padding: 40px;
}
.woocommerce-order .woocommerce-customer-details .addresses .col-1::before {
	display: block;
	content: '';
	height: 60px;
}
.woocommerce-order .woocommerce-customer-details .addresses .col-1 {
	width: 100%!important;
}
.woocommerce-order .woocommerce-customer-details .addresses .col-2 {
	width: 100%!important;
	margin-top: 40px!important;
}
.woocommerce-order .woocommerce-customer-details .addresses h2 {
	font-size: 20px;
	font-weight: 600;
	color: #03188C;
	margin-bottom: 10px;
}
.woocommerce-order .woocommerce-customer-details .addresses address {
	padding: 0;
	border: 0;
}
.woocommerce-order .woocommerce-customer-details .addresses address p {
	margin: 20px 0 0 0;
}
.woocommerce-order .woocommerce-customer-details .addresses address p:last-child {
	margin-top: 0;
}
.woocommerce-order .continue_shopping {
	display: block;
	margin-top: 40px;
	background: #136F63;
	color: #fff;
	border-radius: 4px;
	padding: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 18px;
	text-align: center;
	transition: background 0.3s ease;
}
.woocommerce-order .continue_shopping:hover {
	background: #22AAA1;
}


/* FacetWP - General Facets
 ********************************************
 ********************************************/
.facetwp-facet {
	margin: 0!important;
}
.facetwp-facet .facetwp-checkbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #5C5C5C;
}
.facetwp-facet .facetwp-toggle:not(.facetwp-hidden) {
	display: inline-block;
	margin-top: 6px;
	color: #22aaa1!important;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}
.facetwp-facet .facetwp-slider-reset {
	display: inline-block;
	margin-top: 6px;
	color: #22aaa1!important;
	font-size: 14px!important;
	font-weight: 500!important;
	text-decoration: underline!important;
	padding: 0!important;
	background: none!important;
	box-shadow: none!important;
	position: absolute;
	right: 0;
	bottom: 13px;
}


/* FacetWP - FAQ Search
 ********************************************
 ********************************************/
.faq_search .facetwp-input-wrap {
	width: 100%!important;
}
.faq_search .facetwp-input-wrap input {
	padding: 20px 40px 20px 20px!important;
	border-color: #E7ECEF!important;
	border-radius: 10px!important;
}
.faq_search .facetwp-icon {
	right: 20px!important;
}

/* FacetWP - Flyout Mobile Menu Filters
 ********************************************
 ********************************************/
.facetwp-flyout {
	width: 90vw!important;
	max-width: 400px!important;
}
.facetwp-flyout-close {
	background: #e7ecef;
	padding: 20px!important;
}
.facetwp-flyout-content {
	padding: 30px 0!important;
}
.flyout-row {
	padding: 20px;
	border-bottom: 1px #f3f5f7 solid;
}
.flyout-row h3 {
	font-size: 16px!important;
	font-weight: 600;
	color: #03188c;
	margin: 0 0 16px 0!important;
}


/* WS Form - General Styles
 ********************************************
 ********************************************/
.wsf-form-canvas input:focus {
	box-shadow: none!important;
}


/* WS Form - Form Headings
 ********************************************
 ********************************************/
.wsf-form .form_header h4 {
	margin: 0 0 6px 0;
}
.wsf-form .form_header a {
	text-decoration: underline;
	color: #22AAA1!important;
}


/* WS Form - Inline Forms
 ********************************************
 ********************************************/
.wsf-form .inline_form .inline_field .wsf-field,
.wsf-form .inline_form .inline_field .wsf-button {
	min-height: 60px!important;
}

/* WS Form - Form Tooltips
 ********************************************
 ********************************************/
.form_tooltip > div {
	background: #e7ecef;
	border-left: 6px #22AAA1 solid;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
}
.form_tooltip > div p:last-child {
	margin: 0!important;
}
.form_tooltip .tipmarker {
	position: absolute;
	top: -6px;
	left: -26px;
	font-size: 26px;
	color: #22AAA1;
	transform: scaleX(-1);
}
.wsf-form .hidden_calculations ul {
	padding: 0 0 30px 0;
}

@media only screen and (max-width: 1024px){
	.form_tooltip .tipmarker {
		display: none;
	}
}


/* WS Form - Inline Check Grid
 ********************************************
 ********************************************/
.wsf-form .inline_check_grid .wsf-label {
	display: flex!important;
	align-items: center;
	width: 100%;
	height: 70px;
	padding-left: 0!important;
	border: 2px #EDEDED solid!important;
}
.wsf-form .inline_check_grid .wsf-field:checked + .wsf-label {
	border-color: #136f63!important;
}
.wsf-form .inline_check_item {
	display: flex;
	align-items: center;
	width: 100%;
}
.wsf-form .inline_check_item i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-size: 26px;
}
.wsf-form .inline_check_item i.fa-clock-rotate-left {
	transform: scaleX(-1);
}
.wsf-form .inline_check_item b {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 3px;
	color: #000;
}
.wsf-form .inline_check_item > span {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-align: left;
	font-size: 13px;
	color: #5C5C5C;
}
.wsf-form .inline_check_item > span > span {
	min-height: 18px;
}

.wsf-form .dropzone {
	padding: 60px 20px 40px 20px!important;
}

@media only screen and (max-width: 767px){
	.wsf-form .inline_check_item b {
		font-size: 14px;
	}
	.wsf-form .inline_check_item > span {
		font-size: 12px;
	}
}


/* WS Form - Custom Date Picker
 ********************************************
 ********************************************/
.wsf-form .custom_date .wsf-input-group {
	position: relative;
	padding: 0!important;
	height: 70px!important;
}
.wsf-form .custom_date .wsf-input-group-prepend {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	background: none!important;
	border: none!important;
	padding: 0!important;
}
.wsf-form .custom_date .inline_check_item {
	background: #fff!important;
	border-radius: 6px!important;
	border: 2px #EDEDED solid!important;
	height: 70px;
}
.wsf-form .custom_date input {
	position: absolute;
	height: 70px!important;
	background: none!important;
	border: none!important;
	padding: 20px 0 0 60px!important;
	font-size: 13px!important;
	z-index: 1;
}
.wsf-form .inline_check_item:has(+ input:not(:placeholder-shown)) {
  border: 2px #136f63 solid!important;
	background: #dcf9f5!important;
}


/* WS Form - Radio Grids
 ********************************************
 ********************************************/
.wsf-form .radio_grid label {
	width: 100%!important;
	border: 2px #EDEDED solid!important;
	border-radius: 6px!important;
}
.wsf-form .radio_grid.flex > div[role="radiogroup"] {
	display: flex!important;
	gap: 10px;
}
.wsf-form .radio_grid.flex > div[role="radiogroup"] .wsf-inline {
	flex: 1 0 20%!important;
	margin: 0!important;
}
.wsf-form .radio_grid input:checked + label {
	border-color: #136f63!important;
}
.wsf-form .radio_grid .ws_grid_item {
	display: flex;
	flex-direction: column;
	margin-top: 4px;
}
.wsf-form .radio_grid .ws_radio_img {
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.wsf-form .radio_grid i {
	font-size: 28px!important;
	padding: 16px 0;
	color: #136f63;
}
.wsf-form .radio_grid p {
	margin-bottom: 16px!important;
}
.wsf-form .radio_grid .ws_grid_item b {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 3px;
}
.wsf-form .radio_grid .ws_grid_item span {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	color: #5C5C5C;
}


/* WS Form - Data Lines
 ********************************************
 ********************************************/
.wsf-form .radio_table.data_lines label {
	min-height: 94px;
	max-height: 94px;
	align-items: center;
}
.wsf-form .radio_table.data_lines .ws_table_item.grow {
	padding-right: 180px!important;
}
.wsf-form .data_line_prices {
	position: absolute;
	top: -1px;
	right: 10px;
	width: 170px;
	padding: 0!important;
	z-index: 2;
}
.wsf-form .data_line_price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 92px;
	padding: 10px 0;
}
.wsf-form .data_line_price b {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 3px;
}
.wsf-form .data_line_price span {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	color: #5C5C5C;
}

@media only screen and (max-width: 1024px){
	.wsf-form .data_line_price b {
		font-size: 14px;
	}
	.wsf-form .data_line_price span {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px){
	.wsf-form .radio_table.data_lines .ws_table_item.grow {
		padding-right: 130px!important;
	}
	.wsf-form .data_line_prices {
		width: 120px;
	}
	.wsf-form .data_line_price {
		justify-content: start;
	}
	.wsf-form .radio_table.data_lines label {
		align-items: start!important;
		min-height: 100px;
		max-height: 100px;
	}
	.wsf-form .data_line_price {
		min-height: 98px;
	}
}


/* WS Form - Radio Tables
 ********************************************
 ********************************************/
.wsf-form .radio_table div {
	margin: 0!important;
	padding: 0!important;
}
.wsf-form .radio_table input {
	visibility: hidden;
}
.wsf-form .radio_table label {
	position: relative;
	display: flex!important;
	gap: 16px;
	border: 2px #EDEDED solid;
	padding: 10px!important;
	margin: -2px 0 0 0!important;
	width: 100%!important;
	background: #fff!important;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s ease!important;
}
.wsf-form .radio_table input:checked + label {
	border-color: #136f63!important;
	background: #dcf9f5!important;
	z-index: 1;
}
.wsf-form .radio_table > div > div:first-child > label {
	border-radius: 6px 6px 0 0!important;
}
.wsf-form .radio_table > div > div:last-child > label {
	border-radius: 0 0 6px 6px!important;
}
.wsf-form .radio_table.price_presets > div > div:first-child > label {
	border-radius: 0!important;
}
.wsf-form .radio_table .wsf-input-group {
	display: flex!important;
	padding: 15px 10px!important;
	width: 100%!important;
	box-sizing: border-box;
	min-height: 80px;
}
.wsf-form .radio_table .ws_radio_img {
	width: 70px;
	height: 70px;
	border-radius: 6px;
	object-fit: contain;
}
.wsf-form .radio_table .ws_table_item.grow {
	flex: 1;
}
.wsf-form .radio_table .ws_table_item b {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 3px;
}
.wsf-form .radio_table .ws_table_item span {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: #5C5C5C;
}

@media only screen and (max-width: 1024px){
	.wsf-form .radio_table .ws_table_item b {
		font-size: 13px;
	}
	.wsf-form .radio_table .ws_table_item span {
		font-size: 11px;
	}
}
@media only screen and (max-width: 767px){
	
	.wsf-form .radio_table .ws_radio_img {
		display: none;
	}
}


/* WS Form - All Variants Table
 ********************************************
 ********************************************/
.wsf-form .radio_table.all_variants label strong {
	width: 40px;
}
.wsf-form .radio_table.all_variants label span {
	width: 20%;
}


/* WS Form - Submission Success
 ********************************************
 ********************************************/
#contactform .wsf-alert {
	border: 1px red solid!important;
	background: #fff!important;
	border-radius: 10px!important;
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 60px 30px!important;
}
#contactform .wsf-alert {
	border: 2px #136f63 solid!important;
	background: #fff!important;
	border-radius: 10px!important;
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#contactform .wsf-alert h2 {
	margin: 0 0 20px 0!important;
	color: #136f63;
}
#contactform .wsf-alert a {
	font-weight: 500;
	text-decoration: underline;
	color: #136f63;
}
#contactform .wsf-alert > *:last-child {
	margin: 0!important;
}


/* WS Form - Print Options
 ********************************************
 ********************************************/
.radio_table.print_options .ws_table_item {
	flex: 0 0 160px;
}
.radio_table.print_options .ws_table_item.ws_table_quantity {
	flex: 0 0 200px;
}
.radio_table.print_options .ws_table_item.ws_table_price {
	flex: 1 0 220px;
}
.radio_table.print_options .ws_table_item.ws_table_price b {
	flex-direction: row;
	gap: 6px;
}
.radio_table.print_options .ws_table_item.ws_table_price b s {
	color: #5C5C5C;
	font-weight: 400;
}


/* WS Form - Quantity Presets
 ********************************************
 ********************************************/
.radio_table.quantity_presets .ws_table_item.custom_qty {
	flex: 1;
}
.radio_table.quantity_presets .ws_table_item.cost {
	width: 130px;
}
.radio_table.quantity_presets .ws_table_item.subtotal {
	width: 130px;
}
.radio_table.quantity_presets .ws_table_item b {
	flex-direction: row;
	gap: 2px;
}
.radio_table.quantity_presets .ws_table_item b s {
	font-size: 12px;
	color: #5C5C5C;
	font-weight: 400;
	align-self: end;
}

@media only screen and (max-width: 767px){
	.radio_table.quantity_presets .ws_table_item.cost {
		width: 100px;
	}
	.radio_table.quantity_presets .ws_table_item.subtotal {
		width: 120px;
	}
}


/* WS Form - Custom Quantity
 ********************************************
 ********************************************/
.wsf-form .custom_qty {
	margin-bottom: 0!important;
	transition: opacity 0.3s ease;
}
.wsf-form .custom_qty.faded {
	opacity: 0.5;
}
.wsf-form .custom_qty .wsf-input-group {
	padding: 16px 10px;
	gap: 16px;
}
.wsf-form .custom_qty .wsf-help .ws_order_qty_wrap {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 2px #ededed solid;
	border-radius: 4px;
	padding: 16px 10px;
	transition: background 0.3s ease, border 0.3s ease;
}
.wsf-form .custom_qty .wsf-help .ws_order_qty_wrap.price_custom {
	background: #DCF9F5;
	border-color: #136f63;
}
.wsf-form .custom_qty input {
	position: absolute;
	min-width: 140px!important;
	max-width: 140px!important;
	top: 22px;
	left: 130px;
	z-index: 1;
}
.wsf-form .custom_qty .ws_table_item.title {
	flex: 1;
	min-width: 200px;
}
.wsf-form .custom_qty .ws_table_item.cost {
	width: 130px;
}
.wsf-form .custom_qty .ws_table_item.subtotal {
	width: 130px;
}
.wsf-form .custom_qty .ws_table_item b {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 3px;
}
.wsf-form .custom_qty .ws_table_item span {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: #5C5C5C;
}
.wsf-form .printed_sheet_qty {
	display: block;
	padding: 0 10px 10px 130px!important;
	margin-top: -8px;
}
.wsf-form .printed_sheet_qty .sheet_qty {
	position: relative;
	display: inline-block;
	background: #03188c;
	color: #fff;
	padding: 10px;
	border-radius: 0 6px 6px 6px;
	z-index: 1;
}
.wsf-form .printed_sheet_qty .sheet_qty::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #03188c;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 1;
}

@media only screen and (max-width: 767px){
	.wsf-form .custom_qty .wsf-help .ws_order_qty_wrap {
		padding-bottom: 80px!important;
	}
	.wsf-form .custom_qty .ws_table_item.cost {
		width: 100px;
	}
	.wsf-form .custom_qty .ws_table_item.subtotal {
		width: 120px;
	}
	.wsf-form .custom_qty .ws_table_item.title {
		min-width: unset;
	}
	.wsf-form .custom_qty .ws_table_item b {
		font-size: 13px;
	}
	.wsf-form .custom_qty .ws_table_item span {
		font-size: 11px;
	}
	.wsf-form .custom_qty input {
		max-width: calc(100% - 40px)!important;
		top: auto;
		left: 20px;
		bottom: 20px;
	}
}


/* WS Form - Summary Table
 ********************************************
 ********************************************/
.wsf-form .summary_table ul {
	list-style: none;
	padding: 0;
}
.wsf-form .summary_table ul li {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 6px 0;
	border-top: 1px #E7ECEF solid;
}
.wsf-form .summary_table ul li strong {
	flex: 0 0 40%;
	font-weight: 500;
}
.wsf-form .summary_table ul li span {
	font-weight: 500;
}
.wsf-form .summary_table ul li.subitem {
	border: none!important;
	padding-top: 0;
	font-size: 14px;
}
.wsf-form .summary_table ul li.subitem strong,
.wsf-form .summary_table ul li.subitem span {
	font-weight: 400;
	color: #5C5C5C;
}
.wsf-form .summary_table ul li.total {
	padding-top: 20px;
	font-size: 18px;
}
.wsf-form .summary_table ul li.total span {
	font-weight: 600;
}
.wsf-form .summary_table ul li.total span s {
	font-weight: 400;
	color: #5C5C5C;
}


/* WS Form - Cart Button & Sticky Add to Cart Bar
 ********************************************
 ********************************************/
.wsf-form .primary_cart {
	margin-bottom: 0!important;
}
.wsf-form .sticky_addcart.wsf-extra-small-12 {
	position: fixed!important;
	left: 0;
	width: 100vw!important;
	max-width: 1500px!important;
	background: #fff!important;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding: 20px!important;
	z-index: 2147483646;
}
.printform .sticky_addcart {
	opacity: 0;
	bottom: -200px;
	transition: all 0.5s ease;
}
.printform.miniform .sticky_addcart {
	opacity: 1;
	bottom: 0;
}
.wsf-form .sticky_addcart.wsf-extra-small-12 > .wsf-grid {
	max-width: 1400px!important;
	margin: 0 auto!important;
}
.wsf-form .sticky_addcart.wsf-extra-small-12.show {
	background: red!important;
}
.wsf-form .sticky_addcart .sticky_info {
	flex: 1 0 50%!important;
	max-width: 100%!important;
}
.wsf-form .sticky_addcart .sticky_price {
	display: flex!important;
	justify-content: end;
	flex: 1 1 auto!important;
}
.wsf-form .sticky_addcart .sticky_cart {
	margin: 0!important;
	flex: 0 0 100px!important;
}
.wsf-form .sticky_addcart .sticky_cart button {
	padding: 10px!important;
	font-size: 16px!important;
}
.wsf-form .sticky_addcart h6 {
	margin: 0 0 6px 0!important;
	font-size: 16px!important;
}
.wsf-form .sticky_addcart p {
	margin: 0!important;
	font-size: 14px!important;
}
.wsf-form .sticky_addcart p a {
	text-decoration: underline;
	font-weight: 600;
	color: #22AAA1;
}

@media only screen and (min-width: 1500px) {
	.wsf-form .sticky_addcart.wsf-extra-small-12 {
		left: 50%;
		transform: translatex(-50%);
		border-radius: 10px;
		max-width: 1440px!important;
	}
	.printform .sticky_addcart {
		bottom: 20px;
		bottom: -200px;
	}
	.printform.miniform .sticky_addcart {
		opacity: 1;
		bottom: 20px;
	}
	.wsf-form .sticky_addcart.wsf-extra-small-12 > .wsf-grid {
		max-width: 100%!important;
		margin: 0!important;
	}
}

@media only screen and (max-width: 767px) {
	.wsf-form .sticky_addcart.wsf-extra-small-12 {
		display: none!important;
	}
}