@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */
@font-face {
	font-family: 'inffont';
	src: url('inffont.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

/*!
Theme Name: Infinitude
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: infinitude
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Infinitude is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
	--infblue: 0, 0, 90;
	--infred: 238, 0, 0;
	--success: 54, 210, 111;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"slnt" 0;
	font-size: 14px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	/* color: #475569; */
	color: #334155;
	font-family: inherit, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: rgb(var(--infblue));
	font-weight: 800;
}

h2:not(.inffont) {
	letter-spacing: -0.03em;
	font-size: max(28px, 1em);
	line-height: 1.25em;
}


p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f9fafb;
}

body.archive {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button,
input[type="button"] {
	padding: 0.5em 1em 0.5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
	font-weight: 400;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.infheadermenu.container {
		padding: 0;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* INF STYLING START */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #f8fafc !important;
	color: #1f2937 !important;
	clear: both;
	border: 1px dashed #6b7280 !important;
	margin-bottom: 1em !important;
}

.infhtop {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
}

.button {
	line-height: 1em;
	font-weight: 600;
	padding: 1em 1.2em;
	background: #f1f5f9;
	border-radius: 5px;
	border: none;
	outline: none;
	display: inline-block;
}

.button:hover {
	cursor: pointer;
}


.infhlogo {
	width: 230px;
	height: 44px;
	display: flex;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
}

.infnavtop {
	width: fit-content;
}

.infnavtop .nav-menu {
	display: flex;
	gap: 0px;
	font-weight: 600;
	color: rgb(var(--infblue));
	font-size: 14px;
	align-items: center;
}

.infnavtop .nav-menu>li:not(:last-child) {
	padding-right: 40px;
}

.container {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
}

.container.infhtop {
	padding: 0px 30px;
}

.infheaderlinks {
	display: flex;
	align-items: center;
	gap: 10px;
}

.infhtop>div {
	flex-shrink: 0;
}

.infheaderlinks img {
	width: 22px;
}

.infheaderlinks>div {
	width: 32px;
	height: 32px;
	display: flex;
	position: relative;
	padding: 5px;
	user-select: none;
}

#headeraccount {
	width: 32px;
	height: 32px;
	display: flex;
	position: relative;
	padding: 5px;
	user-select: none;
}

.infheaderlinks>*:hover {
	cursor: pointer;
}

.svginject path {
	fill: currentColor;
}

.infnavtop .menu-item-has-children {
	line-height: 1em;
	padding-right: 1.2em;
}

.infnavtop .nav-menu>.menu-item-has-children::after {
	width: .75em;
	height: .75em;
	display: block;
	content: "";
	position: absolute;
	right: 23px;
	top: 32px;
	background: url(./img/far/menu-down.svg);
	background-repeat: no-repeat;
}

body.stickymenu .infnavtop .nav-menu>.menu-item-has-children::after {
	top: 19px;
}

.infnavtop>div>ul>li {
	line-height: 1em;
}

.infnavtop .sub-menu {
	display: block;
}

.submenu-wrapper {
	width: 100%;
	position: fixed;
	left: 0;
	background: #f8fafc;
	top: 110px;
	display: none;
	z-index: 1;
	padding: 3em 0;
	padding-top: 2em;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.05), 0 4px 6px -4px rgb(0 0 0 / 0.05);
}

body.stickymenu .submenu-wrapper {
	top: 48px;
}


body.logged-in.admin-bar .submenu-wrapper {
	/* top: 142px; */
}

.submenu-wrapper:hover {
	display: block;
}


.infnavtop ul.menu-depth0 {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	display: none;
	flex-wrap: wrap;
	float: none;
	left: 0;
	box-shadow: none;
	gap: 2em;
}

.infnavtop .submenu-wrapper ul.menu-depth0 {
	display: flex;
}

.main-navigation ul ul.menu-depth1 {
	position: relative;
	left: 0;
	box-shadow: none;
	display: grid !important;
	gap: .75em;
	margin-top: 1em;
	font-weight: 400;
}

#primary-menu>li>a {
	line-height: 74px;
}


.homeslider {
	background: black;
	position: relative;
	height: calc(100vh - 194px);
	align-content: center;
	display: grid;
	overflow: hidden;
}

.homeh1 {
	font-size: 1.5em;
	color: white;
	font-family: 'inffont';
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
	line-height: 1.25;
	left: calc(50% - (100vh - 194px)*.52);
	bottom: calc(60% + 20px);
	width: fit-content;
	position: absolute;
}

.homeh1 span {
	color: red;
}

.homeh1 div {
	transform: skewX(10deg) scaleY(1.2);
}

@media screen and (max-width: 1199px) {
	.homeh1 {
		left: calc(50% - (65vw)*.52);
		bottom: calc(60% + 10px);
		text-shadow: 0 5px 10px #00000080;
	}
}

@media screen and (max-width: 767px) {
	.homeh1 {
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 6svh;
	}
}

#primary-menu>li:last-child {
	border: 2px solid rgb(var(--infred));

	padding: 0 .75em;
	border-radius: 5px;
}

#primary-menu>li:last-child a {
	line-height: 2.5em;
}

body.stickymenu #primary-menu>li:last-child a {
	line-height: 48px;
	border: none;
}



.hbgi {
	position: absolute;
	inset: 0;
	/* background-image: url(./img/home.webp); */
	background-size: cover;
	background-position: center;
	object-fit: contain;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

#infstopbar {
	background: rgb(var(--infblue));
	height: 30px;
	color: white;
	line-height: 30px;
	font-size: 12px;
	z-index: 1;
	position: relative;
}

#infstopbar .container {
	display: flex;
	justify-content: space-between;
}

#infstopbar .container>div {
	display: flex;
	align-items: center;
}


.topflag {
	width: 24px;
	height: 16px;
	margin-right: .5em;
	border-radius: 2px;
	object-fit: cover;
}

.site-footer {
	background: rgb(var(--infblue));
	color: white;
	font-size: 13px;
	padding: 60px 0 80px 0;
	margin-top: 8em;
}

.site-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: .5em;
}

.footerlogo {
	width: 230px;
}

.footerlayout {
	display: grid;
	grid-template-columns: calc(35% - 40px) 65%;
	grid-column-gap: 40px;
}

.site-footer .footer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}


.footerlight {
	opacity: .8;
}

.footernote {
	line-height: 2em;
	margin-top: 1.5em;
	max-width: 400px;
	font-size: 12px;
}

.footer-heading {
	font-weight: 700;
	margin-bottom: 1em;
	margin-top: 1.25em;
}

.footer-grid ul li {
	opacity: .8;
}

.inf-shop-cont .woocommerce-loop-product__title {
	font-size: 15px;
	margin: 0;
	margin-top: 1em;
	font-weight: 700;
}

.inf-shop-cont .products .button.add_to_cart_button {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	padding-top: 1em;
	margin-top: 1em;
}

.inf-shop-cont .products .product {
	border-left: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	padding: 1em;
}

.inf-shop-cont .products .product img {
	margin: 0 auto;
}

.inf-shop-cont .products.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	clear: both;
	margin-top: 1em;
}

.inf-shop-cont ul.products.columns-4 li.product {
	width: 100%;
	margin: 0;
}

.inf-shop-cont ul.products.columns-4 li.product .woocommerce-Price-amount {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	color: #64748b;
	margin-top: .25em;
}

ul.products li.product .price {
	font-size: 18px;
	line-height: 18px;
	margin-top: .25em;
}

.inf-shop-cont .onsale {
	position: absolute;
	background: #22c55e;
	color: white;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	padding: .5em;
	border-radius: 0 0 3px 0;
	top: 0;
	left: 0;
	z-index: 1;
}

.inf-shop-cont ins {
	background: #22c55e20;
}

.inf-shop-cont ins .woocommerce-Price-amount {
	color: #16a34a !important;
	font-weight: 700 !important;
}

.lmp_load_more_button .lmp_button {
	font-family: inherit;
	border-radius: 5px !important;
	font-weight: 500;
}

.inf-shop-header {
	background: #f8fafc;
	padding: 0;
	background-image: url(./img/headerbg.webp);
	background-size: cover;
	background-position-y: 83%;
}

.inf-shop-header::after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	backdrop-filter: blur(20px);
	background: #00000040;
}

.inf-shop-header .container {
	padding-top: 1em;
	padding-bottom: 1.2em;
	position: relative;
	z-index: 1;
	color: white;
}

.inf-shop-header h1 {
	color: white;
	font-family: 'inffont';
	transform: skew(10deg) scaleY(1.2);
	text-transform: uppercase;
	font-size: 28px;
}

.inf-shop-header.single-product h1 {
	font-size: 22px;
	margin-bottom: .4em;
}

.inf-page-header {
	background: #f8fafc;
	padding: 0;
	background-image: url(./img/headerbg.webp);
	background-size: cover;
	background-position-y: 83%;
	position: relative;
}

.inf-page-header::after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	backdrop-filter: blur(20px);
	background: #00000040;
}

.inf-page-header .container {
	padding-top: 1em;
	padding-bottom: 1.2em;
	position: relative;
	z-index: 1;
	color: white;
}

.inf-page-header h1 {
	color: white;
	font-family: 'inffont';
	transform: skew(10deg) scaleY(1.2);
	text-transform: uppercase;
	font-size: 28px;
}

.inf-page-header h1 {
	color: white;
	font-family: 'inffont';
	transform: skew(10deg) scaleY(1.2);
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1em;
}


.inf-shop-header .woocommerce-breadcrumb {
	font-size: 14px;
	display: flex;
	align-items: center;
}

.inf-shop-header .woocommerce-breadcrumb a {
	font-weight: 600;
}

.inf-shop-header h1 {
	margin: 0;
	margin-bottom: 5px;
}

.inf-shop-header h1 {
	margin: 0;
	margin-bottom: 5px;
}

.menuhider {
	background: #00000020;
	position: fixed;
	inset: 0;
	z-index: 2;
	display: none;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	animation: mhbg .5s ease-out 1 forwards;
}

@keyframes mhbg {
	0% {
		backdrop-filter: blur(0px);
		background: #00000000;
	}

	10% {
		backdrop-filter: blur(0px);
		background: #00000000;
	}

	100% {
		backdrop-filter: blur(2px);
		background: #00000020;
	}
}

.menuhider.active {
	display: block;
}

header.site-header {
	position: relative;
	z-index: 999;
	background: white;
}

.infmtoggle {
	appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	height: 2em;
	padding: 8px;
}

.infmtoggle svg {
	width: 1em;
}

body.stickymenu header.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 10px 15px -3px rgb(15 23 42 / 0.05), 0 4px 6px -4px rgb(15 23 42 / 0.075);
	background: #ffffff;
}

body.stickymenu.admin-bar header.site-header {
	/* top: 32px; */
}

body.stickymenu .headerspacer {
	width: 100%;
	height: 74px;
}

body.stickymenu .infhlogo {
	width: 170px;
}

body.stickymenu #primary-menu>li:not(:last-child)>a {
	line-height: 48px;
}

.inftopr {
	display: flex;
	align-items: center;
	gap: 2em;
}

.infnavtop .menu-toggle {
	position: relative;
	width: 34px;
}

.infnavtop .menu-toggle div {
	width: 18px;
	height: 2px;
	background: rgb(var(--infblue));
	position: absolute;
}

.infnavtop.toggled .menu-toggle div {
	background: tomato;
}

.infnavtop .menu-toggle div:not(:last-child) {
	margin-bottom: 5px;
}

.infnavtop .menu-toggle {
	transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform-origin: center;
}

.infnavtop.toggled .menu-toggle {
	rotate: 270deg;
}

.infnavtop .menu-toggle div {
	position: absolute;
	transform-origin: center;
	transition: all .1s ease-out;
}

.infnavtop .menu-toggle div:nth-child(1) {
	rotate: 0deg;
	top: 8px;
}

.infnavtop .menu-toggle div:nth-child(2) {
	opacity: 1px;
	top: 15px;
}

.infnavtop .menu-toggle div:nth-child(3) {
	rotate: 0deg;
	top: 22px;
}

.infnavtop.toggled .menu-toggle div:nth-child(1) {
	rotate: 45deg;
	top: 15px;
}

.infnavtop.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	top: 15px;
}

.infnavtop.toggled .menu-toggle div:nth-child(3) {
	rotate: -45deg;
	top: 15px;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.hsaftercontainer {
	width: 100%;
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}

.hsafter {
	min-height: 90px;
	background: #ffffff;
	display: grid;
	grid-template-columns: 290px calc(100% - 290px);
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.025), 0 8px 10px -6px rgb(0 0 0 / 0.025);
}

.hsaic:first-child {
	background: rgb(var(--infred));
	border-radius: 0;
	color: white;
}

.hsaic {
	padding: 19px 30px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	gap: 5em;
	align-items: center;
	justify-content: space-around;
}

.hsaic>div:first-child {
	flex-basis: 230px;
	flex-shrink: 0;
}

.hsaic>div:not(:first-child) {
	flex-grow: 1;
}

.hsaic>div {
	/* display: flex; */
}

.hsaic svg {
	width: 230px;
}

.hsaic .head {
	font-size: 16px;
	font-weight: 700;
}

.hsaic .text {
	font-weight: 500;
}


.hsaic>div:first-child {
	display: flex;
	align-items: center;
	gap: 1em;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.25em;
}

.main-navigation .menu-depth0>li>a {
	color: rgb(var(--infblue));
	font-weight: 500;
}

.menu-depth1>li>a {
	color: #64748b;
}

.hsaegrid {
	display: flex;
	align-items: center;
	gap: 1.5em;
}

.hsaegrid>div:not(:nth-child(2)) {
	flex-shrink: 0;
}

.hsaegrid>div:last-child {
	width: 32px;
	height: 32px;
	position: relative;
	top: 7px;
	opacity: .5;
	display: none;
}

.hsaegrid>div:last-child svg {
	width: 32px;
	padding: 4px;
}

.hsaeimg {
	width: 42px;
	height: 42px;
	border-radius: 5px;
}

.hsaeimg svg {
	width: 42px;
	height: 42px;
}

.inf-shop-cont .woocommerce-result-count {
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-top: 2em;
	width: fit-content;
	float: left;
	margin-bottom: 1em;
}

.inf-shop-cont .woocommerce-ordering {
	margin: 0;
	padding: 0;
	margin-left: auto;
	width: fit-content;
	float: right;
	margin-top: 1em;
}

.inf-shop-cont .woocommerce-ordering select {
	font-family: inherit;
	font-size: 13px;
	border-radius: 5px;
	padding: .5em;
	outline: none;
}

.related.products .products.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3em;
}

.related.products .products.columns-3 li {
	float: none;
	width: 100%;
}

.singleproductgrid {
	display: grid;
	grid-template-columns: 590px calc(100% - 650px);
	gap: 60px;
}

body.single-product {
	background: #f9fafb;
}

body.single-product main {
	/* border-top: 1px solid #00196430; */
}

body.single-product .product_meta {
	font-size: 13px;
	font-weight: 600;
	color: #94a3b8;
}

body.single-product .product_meta>span>span,
body.single-product .product_meta>span>a {
	font-weight: 400;
}

body.single-product .product_meta>span {
	display: block;
}

.single_add_to_cart_button {
	background: #65d64b;
	font-family: inherit;
	color: white;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	padding: 1em 1.25em;
	margin: 1em 0;
}

.woocommerce-product-details__short-description ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	gap: .5em;
}

.woocommerce-product-details__short-description ul li {
	position: relative;
	padding-left: 2em;
}

.woocommerce-product-details__short-description ul li::before {
	position: absolute;
	width: .75em;
	height: .75em;
	background-image: url(./img/bullet3.svg);
	content: "";
	display: block;
	left: 0;
	top: .45em;
	opacity: 1;
}

.woocommerce-tabs {
	clear: both;
}

.singleproductgrid .entry-summary .price {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}

body .gform_wrapper.gravity-theme .gfield_required {
	color: tomato;
	font-style: normal !important;
	font-weight: 500 !important;
}

.price ins {
	background: #f4feee;
	color: #16a34a;
	font-weight: 600;
}

.singleproductgrid h1 {
	font-size: 1.75em;
	font-weight: 600;
	margin: 10px 0;
	margin-bottom: 15px;
}

.singleproductgrid .woocommerce-breadcrumb {
	font-size: 13px;
	font-weight: 600;
	/* color: #64748b; */
	display: flex;
	align-items: center;
}

.singleproductgrid .woocommerce-breadcrumb>span:last-child {
	display: none;
}

.singleproductgrid .woocommerce-breadcrumb>span:nth-last-child(2) {
	display: none;
}

.infbcd {
	width: 1em;
	height: 1em;
	background-image: url(./img/bcr.svg);
	display: inline-block;
	margin: 0 .75em;
	opacity: .5;
}

.singleproductgrid .entry-summary {
	margin-top: 40px;
}

.singleproductgrid .price {
	margin: 0;
	margin-bottom: 15px;
}

.singleproductgrid .woocommerce-product-details__short-description {
	line-height: 1.75em;
}

.beforesingleproduct {
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	width: fit-content;

}

.beforesingleproduct .onsale {
	position: absolute;
	background: #dcfce7;
	color: #16a34a;
	font-size: 13px;
	font-weight: 500;
	line-height: 1em;
	padding: .5em;
	border-radius: 3px 0 3px 0;
	left: 113px;
	z-index: 1;
	top: 1px;
}

.beforesingleproduct .woocommerce-product-gallery {
	display: flex;
	gap: 20px;
	float: none !important;
}

.beforesingleproduct .flex-control-thumbs {
	display: block;
	overflow: auto;
	max-width: 100px;
	max-height: 480px;
	order: 1;
	flex-shrink: 0;
	/* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); */
	border-radius: 5px;
	border: 1px solid #e2e8f0;
}



.beforesingleproduct .flex-viewport {
	order: 2;
	width: 480px;
	height: 480px !important;
	border-radius: 5px;
	/* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); */
	/* box-shadow: 0 20px 25px -5px rgb(100 116 139 / 0.1),0 -10px 25px -5px rgb(100 116 139 / 0.075), 0 8px 10px -6px rgb(15 23 42 / 0.1); */
	/* box-shadow: 0 4px 6px -1px rgb(15 23 42 / 0.1), 0 2px 4px -2px rgb(15 23 42 / 0.1); */
	border: 1px solid #e2e8f0;
	margin-bottom: 0;
}

.beforesingleproduct .woocommerce-product-gallery>.woocommerce-product-gallery__wrapper {
	border: 1px solid #e2e8f0;
	background: white;
	border-radius: 5px;
}

.beforesingleproduct .flex-control-thumbs li {
	width: 80px !important;
	float: none !important;
}

.beforesingleproduct .flex-control-thumbs li img {}

.pswp__bg {
	background: #00000080;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

body.single-product .container {
	max-width: 1440px;
}



.singleproductgrid .variations .label,
.singleproductgrid .gform_wrapper.gravity-theme .gfield_label {
	display: block;
	text-align: left;
	line-height: 1em;
	font-size: 13px;
	margin-bottom: .5em;
	font-weight: 600;
}

.singleproductgrid .variations select {
	font-family: inherit;
	line-height: 14px;
	font-size: 14px;
	border-radius: 4px;
	padding: 8px;
	outline: none;
	box-sizing: border-box;
}

.singleproductgrid .reset_variations {
	font-family: inherit;
	line-height: 20px;
	font-size: 14px;
	border-radius: 4px;
	padding: 8px;
	border: 1px solid tomato;
	margin-left: 1em;
	font-weight: 600;
}

.singleproductgrid .gform_wrapper .gform_fields select {
	font-family: inherit;
	line-height: 14px;
	font-size: 14px;
	border-radius: 4px;
	padding: 8px;
	outline: none;
	box-sizing: border-box;
	width: auto !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #f0fdf4;
	border: none;
	color: #64748b;
	clear: both;
	font-weight: 500;
	padding: .5em .75em;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 1em;
}

.woocommerce-message {
	background-color: #f0fdf4;
	border-color: #64748b;
}

.woocommerce-message a {
	color: #22c55e;
	font-weight: 600;
}

ul.woocommerce-error {
	margin: 0;
	padding-left: 2em;

	/* color: #c8290d !important; */
	border-color: #ff6347 !important;
	border-style: dashed;
	background: #ff634710 !important;
	color: #a5260f !important;
}

.singleproductgrid .inflabel {
	display: block;
	text-align: left;
	line-height: 1em;
	font-size: 13px;
	margin-bottom: .5em;
	font-weight: 600;
}

.singleproductgrid .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 1em;
	align-items: end;
}

.singleproductgrid .single_add_to_cart_button {
	margin: 0;
}

.singleproductgrid .product_meta {
	margin-top: 2em;
}

.infpqc {
	align-items: center;
	margin-top: 1.5em;
	gap: 2em;
}

.infpqc table {
	margin: 0;
	width: fit-content;
}

.infpqc .inflabel {
	position: absolute;
	top: -20px;
}

.infpqc .quantity {
	position: relative;
}

.infpqc form {
	display: flex;
	align-items: end;
	gap: 2em;
}

.infpqc .price {
	margin-bottom: .75em;
}

.infpqc .single_add_to_cart_button {
	line-height: 37px;
	padding: 0 1.25em;
}

.infspf {
	border-radius: 5px;
	margin-top: 0;
	box-sizing: border-box;
	/* border: 1px solid #e2e8f0; */
	background: #fff;
	/* box-shadow: 0 4px 6px -1px rgb(15 23 42 / 0.1), 0 2px 4px -2px rgb(15 23 42 / 0.1); */
	/* box-shadow: 0 20px 25px -5px rgb(100 116 139 / 0.1),0 -10px 25px -5px rgb(100 116 139 / 0.075), 0 8px 10px -6px rgb(15 23 42 / 0.1); */
	/* box-shadow: 0 10px 15px -3px rgb(15 23 42 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); */
	box-shadow: 0 3px 6px 0 rgb(15 23 42 / 0.05), 0 1px 2px -1px rgb(15 23 42 / 0.075);
	border: 1px solid #e5e7eb;
}

.spfmenu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .5em;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: #e5e7eb;
	padding-bottom: 0;
	border-radius: 5px 5px 0 0;
	color: #334155;
}

.spfmenu>div {
	line-height: 1.5em;
	padding: 1em;
	user-select: none;
	display: flex;
	gap: .75em;
	justify-content: center;
	position: relative;
}

.spfmenu>div:not(.active):hover {
	cursor: pointer;
}


.spfmenu .active {
	background: #fff;
	border-radius: 4px 4px 0 0;
	/* color: rgb(var(--infblue)); */
	font-weight: 800;
	align-items: center;
	padding: 1em 2em;
}

.spfmenu>div.active::after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: white;
	right: -10px;
	bottom: 0;
	clip-path: path('M0,0v10h10C4.48,10,0,5.52,0,0z');
	transform: scale(.5);
	transform-origin: bottom left;
}

.spfmenu>div.active:nth-child(2):after {
	transform: scale(-.5, .5);
	left: 0px;
	transform-origin: bottom left;
}

.spfmenu>div>div:first-child {
	height: 1.5em;
}

.spffm {
	padding: 1em 2em 2em 2em;
}

.spffm .variations input:not(.qty),
.spffm .variations select {
	flex-grow: 1;
}


.infspf .single_add_to_cart_button {
	/* padding: 0 1em;
	line-height: 37px; */
}

.spfmlogo {
	width: 1.5em;
	height: 1.5em;
	opacity: .9;
}

.spfmenu div.active .spfmlogo {
	opacity: 1;
	filter: grayscale(0);
}

.spffm .variations {
	margin-bottom: 1.5em;
}

.spffm .variations tbody {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5em;
}

.spffm .variations tbody td {
	display: flex;
}

.spffm .variations tr {}

.spffm .gform_wrapper.gravity-theme .gform_footer {
	display: none;
}

.spffm .woocommerce-variation-add-to-cart {
	margin-top: 1.5em;
}

.spffmsub {
	border-top: 1px solid #cbd5e1;
	border-bottom: 1px solid #cbd5e1;
	margin-bottom: 15px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 1em 0;
}

.spffradio {
	display: flex;
	align-items: center;
	gap: 1em;
	font-weight: 600;
	font-size: 14px;
}

.spffmb {
	padding: 1em 2em 1.5em 2em;
	display: none;
}

.for-my-business-form input[type="submit"] {
	background: #65d64b;
	font-family: inherit;
	color: white;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	padding: 1em 1.25em;
	margin: 1em 0;
}

.gform_wrapper.gravity-theme.for-my-business-form_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

.inf-shop-cont .products .product:last-child {
	border-right: 1px solid #e2e8f0;
}

.woocommerce-pagination .page-numbers {
	margin: 0;
	padding: .6em .9em;
	display: flex;
	list-style-type: none;
	margin-top: 2em;
	margin-left: auto;
	width: fit-content;
	align-content: center;
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-pagination .page-numbers li>* {
	margin: 0 0em;
}

.woocommerce-pagination .page-numbers.current {
	font-weight: 600;
	background: rgb(var(--infblue));
	color: white;
	padding: .6em 1em;
	margin: 0;
	border-radius: 5px;
}

.woocommerce-product-gallery__image--placeholder {
	border: 1px solid #e2e8f0;
	border-radius: 5px;
	display: flex;
}

.woocommerce-product-gallery__image--placeholder img {
	border-radius: 5px;
	position: relative;
}

.headercartcount {
	position: absolute;
	background: #dcfce7;
	font-weight: 600;
	font-size: 10px;
	color: #16a34a;
	line-height: 16px;
	width: 16px;
	text-align: center;
	border-radius: 8px;
	right: -2px;
	top: -2px;
}

.headercartcount.hasitems {
	background: rgb(var(--success));
	color: white;
}

.headercarthider {
	background: #00000020;
	position: fixed;
	inset: 0;
	z-index: 999;
	display: none;
}


.headercart {
	min-width: 320px;
	max-width: 720px;
	width: 100%;
	position: fixed;
	z-index: 999;
	background: white;
	right: 0;
	height: 100vh;
	top: 0;
	box-sizing: border-box;
	padding: 0 2em;
	pointer-events: none;
	opacity: 0;
	transform: translateX(100%);
	filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
	transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1), opacity .1s ease-out;

}

.headercart.active {
	pointer-events: all;
	opacity: 1;
	transform: translateX(0%);
	overflow: auto;
	overflow-x: hidden;
}

.headercart ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.headercart .widget_shopping_cart_content>ul>li {
	display: grid;
	grid-template-columns: 128px calc(100% - 353px) 100px 80px;
	align-items: center;
	border-bottom: 1px solid #cbd5e1;
	gap: 15px;
	padding: 1em 0;
	font-size: 14px;
	position: relative;
}

.headercart .widget_shopping_cart_content>ul>li:last-child {
	border-bottom: 0px solid #cbd5e1;
	margin-bottom: 0;
	padding-bottom: 0;
}

.headercart .widget_shopping_cart_content>ul>li>* {
	/* display: contents; */
}

.headercart .widget_shopping_cart_content>ul>li .variation {
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
	font-size: 13px;
}

.headercart .widget_shopping_cart_content>ul>li .variation dd,
.headercart .widget_shopping_cart_content>ul>li .variation dt,
.headercart .widget_shopping_cart_content>ul>li .variation p {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

.headercart .widget_shopping_cart_content>ul>li .variation dt {
	font-weight: 500;
}

.headercart .widget_shopping_cart_content>ul>li>.quantity {
	display: block;
}


.headercart .widget_shopping_cart_content>ul>li img {
	max-width: 128px;
	position: relative;
}

.headercart .woocommerce-mini-cart__total .woocommerce-Price-amount bdi {
	font-size: 21px;
	margin-left: .5em;
}

.headercart .woocommerce-mini-cart__total {
	width: fit-content;
	position: relative;
}

.woocommerce-mini-cart__total {
	position: relative;
}

.woocommerce-mini-cart__buttons {
	position: relative;
}


.minicartheader {
	position: relative;
	border-bottom: 1px solid #cbd5e1;
	padding: 1em 0;
	display: flex;
	align-items: center;
}

.mcclose {
	width: 32px;
	height: 32px;
	position: relative;
	box-sizing: border-box;
	margin-left: auto;
}

.mcclose:hover {
	cursor: pointer;
}

.mcclose::before,
.mcclose::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 18px;
	top: 50%;
	left: 6px;
	margin-top: -1px;
	background: #94a3b8;
	border-radius: 1px;
	transition: .3s;
}

.mcclose::before {
	transform: rotate(45deg);
}

.mcclose::after {
	transform: rotate(-45deg);
}

.mcclose:hover::before,
.mcclose:hover::after {
	background: tomato;
}

.iiyc {
	color: rgb(var(--infblue));
	font-weight: 600;
	font-size: 20px;
}

.headercart .woocommerce-mini-cart__buttons {
	display: flex;
	gap: 1em;
}

.headercart .woocommerce-mini-cart__buttons .checkout {
	background: rgb(var(--success));
	color: white;
}

.mcartpname {
	font-size: 15px;
	font-weight: 600;
}

.removefrommcart {
	width: fit-content;
	height: 24px;
	background: #fff3f1;
	color: #c8290d;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	padding: 0 .5em;
	border-radius: 16px;
	display: grid;
	align-items: center;
}

.removefrommcart span {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	margin-right: .5em;
	font-weight: 500;
}

.removefrommcart a {
	display: inline-flex;
	align-items: center;
}

#customer_login {
	display: flex;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

#customer_login>div {
	width: 100%;
	max-width: 450px;
	border: 1px solid #cbd5e1;
	padding: 1.5em 2em;
	border-radius: 5px;
}

#customer_login .woocommerce-privacy-policy-text {
	font-size: 13px;
}

#customer_login .woocommerce-privacy-policy-text a {
	text-decoration: underline;
	font-weight: 500;
}

#customer_login h2 {
	margin-top: 0;
}

#customer_login button[type="submit"] {
	background: #65d64b;
	color: white;
}

#customer_login .woocommerce-Input--text {
	appearance: none;
	outline: none;
	border: none;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);
	font-family: inherit;
	line-height: 1em;
	font-size: 15px;
	padding: .75em;
	font-weight: 500;
	color: #475569;
	border-radius: 4px;
	width: 100%;
	border: 1px solid #e2e8f0;
}

#customer_login label {
	font-size: 12px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	color: #64748b;
}

.woocommerce-password-hint {
	font-weight: 500;
	max-width: 480px;
	background: #e2e8f0;
	display: block;
	margin-top: 1em;
	border-radius: 5px;
	padding: .5em 1em;
	line-height: 1.75em;
}

.woocommerce-password-strength {
	text-align: center !important;
	width: fit-content;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75em;
	padding: .5em 1em;
	border-radius: 4px;
	margin-top: 1em;
}

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
	color: #ed3615 !important;
	background: #ffe4df;
	border: 1px solid #ffcec5;
}

.woocommerce-password-strength.good {
	color: #3b82f6 !important;
	background: #dbeafe;
	border: 1px solid #bfdbfe;
}

.woocommerce-password-strength.strong {
	color: #16a34a !important;
	background: #dcfce7;
	border: 1px solid #bbf7d0;
}


/* INFCUSMENU START */
#infcusmenu {
	/* height: 74px; */
	display: flex;
	font-size: 14px;
}

.icmf {
	position: relative;
	top: 0;
	transition: top .1s ease-out;
}

.icmf:hover {
	top: -2px;
}

.icmf:hover .name {
	color: rgb(var(--infred))
}

.icmfl {
	height: 74px;
	display: flex;
	align-items: center;
	gap: .5em;
	/* color: #001964; */
	user-select: none;
	padding: 0 1.25em;
}

.icmfl:hover {
	background: #f8fafc;
}

#infcusmenu .primarytext {
	font-weight: 700;
	line-height: 1em;
	display: flex;
	gap: .5em;
}

.icm3d {
	width: 2em;
	height: 2em;
	perspective: 600px;
	font-size: 8px;
	text-align: center;
	position: relative;
	margin-right: .5em;
	filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}

.icm3d.catalog {
	width: 2em;
	height: 2em;
	font-size: 12px;
	position: absolute;
	right: 2em;
	margin-right: 0;
	filter: none;
	z-index: 1;
}

.cube {
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
}

.cube__face {
	position: absolute;
	width: 2em;
	height: 2em;
	line-height: 15px;
	font-size: 8px;
	font-weight: 800;
	text-align: center;
	border: 1px solid #e2e8f0;
	/* background: #dcfce7;
	color: #15803d; */
	color: rgb(var(--infred));
	background: #fff;
	box-sizing: border-box;
}

.icm3d.catalog .cube__face {
	width: 2em;
	height: 2em;
	font-size: 10px;
	line-height: 19px;
	border: 1px solid rgba(255, 255, 255, 1);
	background: rgb(var(--infred));
	color: #fff;
}

.icmfl.active .cube__face {
	background: white;
}

.icmfl.active .icm3d {
	filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}

.cube.is-backface-hidden .cube__face {
	backface-visibility: hidden;
}

/* .cube__face--front  { background: #f8fafc; }
  .cube__face--right  { background: #f8fafc; }
  .cube__face--back   { background: #f8fafc; }
  .cube__face--left   { background: #f8fafc; }
  .cube__face--top    { background: #f8fafc; }
  .cube__face--bottom { background: #f8fafc; } */

.cube__face--front {
	transform: rotateY(0deg) translateZ(1em);
}

.cube__face--right {
	transform: rotateY(90deg) translateZ(1em);
}

.cube__face--back {
	transform: rotateY(180deg) translateZ(1em);
}

.cube__face--left {
	transform: rotateY(-90deg) translateZ(1em);
}

.cube__face--top {
	transform: rotateX(90deg) translateZ(1em);
}

.cube__face--bottom {
	transform: rotateX(-90deg) translateZ(1em);
}

.cube.show-front {
	transform: translateZ(-1em) rotateY(0deg);
}

.cube.show-right {
	transform: translateZ(-1em) rotateY(-90deg);
}

.cube.show-back {
	transform: translateZ(-1em) rotateY(-180deg);
}

.cube.show-left {
	transform: translateZ(-1em) rotateY(90deg);
}

.cube.show-top {
	transform: translateZ(-1em) rotateX(-90deg);
}

.cube.show-bottom {
	transform: translateZ(-1em) rotateX(90deg);
}

.cube {
	transform: translateZ(-1em);
}

/* .icm3d.catalog .cube__face--front  { transform: rotateY(  0deg) translateZ(1.5em); }
  .icm3d.catalog .cube__face--right  { transform: rotateY( 90deg) translateZ(1.5em); }
  .icm3d.catalog .cube__face--back   { transform: rotateY(180deg) translateZ(1.5em); }
  .icm3d.catalog .cube__face--left   { transform: rotateY(-90deg) translateZ(1.5em); }
  .icm3d.catalog .cube__face--top    { transform: rotateX( 90deg) translateZ(1.5em); }
  .icm3d.catalog .cube__face--bottom { transform: rotateX(-90deg) translateZ(1.5em); }
  .icm3d.catalog .cube.show-front  { transform: translateZ(-1.5em) rotateY(   0deg); }
  .icm3d.catalog .cube.show-right  { transform: translateZ(-1.5em) rotateY( -90deg); }
  .icm3d.catalog .cube.show-back   { transform: translateZ(-1.5em) rotateY(-180deg); }
  .icm3d.catalog .cube.show-left   { transform: translateZ(-1.5em) rotateY(  90deg); }
  .icm3d.catalog .cube.show-top    { transform: translateZ(-1.5em) rotateX( -90deg); }
  .icm3d.catalog .cube.show-bottom { transform: translateZ(-1.5em) rotateX(  90deg); }
  .icm3d.catalog .cube { transform: translateZ(-1.5em); } */

.cube.is-spinning {
	animation: spinCube 5s infinite linear;
}

@keyframes spinCube {
	0% {
		transform: translateZ(-1em) rotateX(-15deg) rotateY(0deg);
	}

	75% {
		transform: translateZ(-1em) rotateX(-15deg) rotateY(270deg);
	}

	100% {
		transform: translateZ(-1em) rotateX(340deg) rotateY(360deg);
	}
}

.icmad {
	width: .6em;
	height: .6em;
	display: flex;
	rotate: 90deg;
}

.icmlvl2 {
	position: fixed;
	width: 100%;
	/* height: 400px; */
	background: #f8fafc;
	overflow: hidden;
	left: -9999px;
	height: 0px;
	transition: height .1s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.075);
}

.icmlvl2.active {
	left: 0;
	/* filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)); */
}

.icml2-child {
	padding-top: 1.5em;
	padding-bottom: 3em;
}

.icmfeatured {
	display: flex;
	gap: 20px;
	position: relative;
	margin-bottom: 1.5em;
}

.icmf .image {
	width: 84px;
	height: 84px;
	background: white;
	border-radius: 5px;
	border: 3px solid white;
	border-bottom: none;
	/* background-image: url(./img/menusample.webp); */
	background-size: contain;
	background-repeat: no-repeat;
}

.icmf .shadow {
	box-shadow: 0 4px 6px -1px rgb(15 23 42 / 0.1), 0 2px 4px -2px rgb(15 23 42 / 0.1);
	border-radius: 5px;
	display: flex;
	gap: .5em;
	background: white;
	align-items: center;
	padding-right: 1.5em;
	transition: box-shadow .1s ease-out;
}

.icmf:hover .shadow {
	box-shadow: 0 10px 15px -3px rgb(15 23 42 / 0.1), 0 4px 6px -4px rgb(15 23 42 / 0.1);
}

.icmf .image img {
	border-radius: 5px;
}

.icmf .name {
	font-size: 13px;
	font-weight: 600;
	background: #fff;
	line-height: 13px;
	text-wrap: nowrap;
}

.icmf .meta {
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	margin-top: 4px;
	color: #94a3b8;
}


body.stickymenu .icmfl {
	height: 52px;
}

.icmsechead {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: .6em;
	/* color: #001964; */
	position: relative;
}

.icmitems {
	display: flex;
	gap: 1em;
	position: relative;
	flex-wrap: wrap;
}

.icmi {
	position: relative;
	top: 0;
	transition: transform .1s ease-out;
}

.icmi:hover {
	transform: translateY(-2px);
}

.icmi:hover .name {
	color: rgb(var(--infred));
}


.icmi .image {
	width: 64px;
	height: 64px;
	background: white;
	border-radius: 5px;
	border: 3px solid white;
	border-bottom: none;
	/* background-image: url(./img/menusample.webp); */
	background-size: contain;
	background-repeat: no-repeat;
}

.icmi .shadow {
	box-shadow: 0 4px 6px -1px rgb(15 23 42 / 0.1), 0 2px 4px -2px rgb(15 23 42 / 0.1);
	border-radius: 5px;
	display: flex;
	gap: .75em;
	background: white;
	align-items: center;
	padding-right: 1em;
	transition: box-shadow .1s ease-out;
}

.icmi:hover .shadow {
	box-shadow: 0 10px 15px -3px rgb(15 23 42 / 0.1), 0 4px 6px -4px rgb(15 23 42 / 0.1);
}

.icmi .image img {
	border-radius: 5px;
}

.icmi .name {
	font-size: 13px;
	font-weight: 600;
	border-radius: 0 0 5px 5px;
	background: #fff;
	line-height: 13px;
	text-wrap: nowrap;
}

.icmi .meta {
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	margin-top: 5px;
	color: #94a3b8;
	text-wrap: nowrap;
}

.icmi .icmprice {
	font-size: 12px;
	font-weight: 600;
	line-height: 1em;
	color: #64748b;
	margin-top: 6px;
}

.icmi .meta div {
	/* background: #e2e8f0; */

	border-radius: 4px;
}

.icmlist {
	display: flex;
	gap: 20px;
	margin-bottom: 1.5em;
}

.icmlist:last-child {
	margin-bottom: 0;
}

.impill {
	background: #f1f5f9;
	color: #64748b;
	font-size: 12px;
	line-height: 1em;
	padding: .4em .4em;
	border-radius: 3px;
	width: fit-content;
	font-weight: 500;
	display: inline-block;
	margin-right: 3px;
}

.pillgreen {
	background: #dcfce7;
	color: #16a34a;
}

.pillhot {
	background: #fee2e2;
	color: #dc2626;
}

.pillnew {
	background: #e0f2fe;
	color: #0284c7;
}

.icmf .meta .impill {
	margin-bottom: 5px;
}

.pillfeatured {
	margin-top: 7px;
	margin-bottom: 5px;
}

.icmfl.active {
	background: #f8fafc;
}

.icmsc {
	display: flex;
	gap: 4em;
	flex-wrap: wrap;
}

.icmcat {
	position: relative;
}

.icmslist {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

.icmslist a {
	position: relative;
}

.icmslist a:hover {
	color: rgb(var(--infred));
}

.mobmenback {
	display: none;
}

/* INFCUSMENU END */

#headersearch {}

.infh2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'inffont';
	transform: skewX(10deg) scaleY(1.2);
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-indent: 6px;
	position: relative;
	left: -6px;
	display: inline-block;
}

.page-template-slash-custom-pages .infh2:not(.noblock) {
	display: block;
}

span.notransform {
	font-size: 22px;
	line-height: 22px;
}

.infh3 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'inffont';
	transform: skewX(10deg) scaleY(1.2);
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.inffont {
	font-family: 'inffont';
	transform: skewX(10deg) scaleY(1.2);
	text-transform: uppercase;
	line-height: 1em;
}

.infcatalogslider {
	overflow: hidden;
	/* padding: 0 30px; */
	border-radius: 5px;
}

.inficsi {
	display: flex;
	gap: 2em;
	/* padding: 0 30px; */
}

.narrow-columns>.infcatalogslider>.inficsi {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.narrow-columns>.infcatalogslider>.inficsi .inficsitem img {
	width: 100%;
}

.infcatalogslider:hover {
	/* cursor: grab; */
}

.inficsitem {
	background: white;
	position: relative;
	border-radius: 5px;
	min-width: 280px;
	display: grid;
	user-select: none;
	overflow: hidden;
}

.custominfcatalogslider .inficsitem {
	border: 1px solid rgba(var(--infblue), .15);
}

.custominfcatalogslider .inficsitem::after {
	background: linear-gradient(to bottom, rgba(0, 0, 50, 0), rgba(0, 0, 50, 0.5));
}

.custominfcatalogslider .inficsitem .text {
	font-size: 24px;
}

.inficsitem::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	background: linear-gradient(to bottom, #00000000, #000000a0);
	bottom: 30px;
}

.inficsitem:hover {
	cursor: pointer;
}

.inficsitem:hover img {
	cursor: pointer;
	scale: 1.1;
}


.inficsitem img {
	height: 130px;
	width: 280px;
	border-radius: 5px 5px 0 0;
	transition: scale .1s ease-out;
	object-fit: cover;
}

.page-template-slash-custom-pages .custominfcatalogslider .inficsitem img {
	height: 280px;
}

.inficsitem .text {
	color: white;
	font-size: 28px;
	text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	text-align: center;
	top: -14px;
	position: relative;
	transition: top .1s ease-out;
	text-transform: uppercase;
}

.inficsitem:hover .text {
	top: -20px;
	text-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}


.inficsitem .iredbar {
	width: 100%;
	height: 30px;
	background: rgb(var(--infblue));
	border-radius: 0 0 5px 5px;
	z-index: 1;
}

.shopinfcatalogslider .inficsitem .iredbar {
	height: 25px;
}

.shopinfcatalogslider .inficsitem::after {
	bottom: 25px;
}

.inficsitem:hover .iredbar {
	background: rgb(var(--infred));
}

.vgap5 {
	height: 5px;
}

.vgap10 {
	height: 10px;
}

.vgap15 {
	height: 15px;
}

.vgap20 {
	height: 20px;
}

.vgap25 {
	height: 25px;
}

.vgap30 {
	height: 30px;
}

.vgap40 {
	height: 40px;
}

.vgap50 {
	height: 50px;
}

.vgap60 {
	height: 60px;
}

.vgap70 {
	height: 70px;
}

.vgap80 {
	height: 80px;
}

.vgap90 {
	height: 90px;
}

.vgap100 {
	height: 100px;
}

.container.icslider {
	/* padding: 0; */
	border-radius: 5px;
}

.footer-grid ul li:hover {
	opacity: 1;
}

.inf-shop-cont .products li.product .add_to_cart_button {
	display: none;
}

ul.products li.product {
	overflow: hidden;
}

ul.products li.product .shopoverlay {
	position: absolute;
	background: rgba(var(--infred), .9);
	width: 100%;
	bottom: 0;
	left: 0;
	pointer-events: none;
	display: grid;
	align-items: center;
	color: #fff;
	text-align: center;
	font-weight: 600;
	transform: translateY(101%);
	transform-origin: top left;
	transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
	padding: 1em;
}

ul.products li.product .attachment-woocommerce_thumbnail,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .price {
	display: block;
	transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul.products li.product:hover .attachment-woocommerce_thumbnail {
	transform: translateY(-30px);
}

ul.products li.product:hover .woocommerce-loop-product__title,
ul.products li.product:hover .price {
	transform: translateY(-45px);
}


ul.products li.product:hover .shopoverlay {
	transform: translateY(0%);
	pointer-events: all;
}

.shopoverlay .pcustomize {
	font-size: 20px;
	font-family: 'inffont';
	transform: skewX(10deg) scaleY(1.2);
	line-height: 1em;
}

.pcusbutton {
	border: 2px solid white;
	max-width: 200px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1em;
	padding: .75em;
	border-radius: 4px;
}

.infchildcats {
	display: flex;
	gap: 1em;
	text-wrap: nowrap;
	user-select: none;
}

.infchildcats>a {
	/* background: #f8fafc; */
	border: 2px solid rgba(var(--infblue), .1);
	line-height: 1em;
	padding: 1em;
	border-radius: 4px;
	background: #f8fafc;
}

.infchildcats>a.active {
	border: 2px solid rgba(var(--infred), 1);
}

.infchildcats>a.active .catname {
	color: rgba(var(--infblue), 1);
}

.infchildcats>a:not(.active):hover {
	border: 2px solid #cbd5e1;
}

.infchildcats .catname {
	font-weight: 600;
	color: rgb(var(--infblue));
	color: #334155;
}

.infchildcats .active .catname {
	font-weight: 800;
}

.infcccont {
	overflow: hidden;
}

.infcccontm {
	display: flex;
	align-items: center;
	margin-top: 1.25em;
	gap: 1em;
}

.infscrolll,
.infscrollr {
	border: 2px solid rgba(var(--infblue), .1);
	line-height: 1em;
	padding: 1em;
	border-radius: 4px;
	width: 49px;
	display: block;
	flex-shrink: 0;
	text-align: center;
	user-select: none;
}

.infscrolll:hover,
.infscrollr:hover {
	cursor: pointer;
}

.inf-shop-header {
	position: relative;
	overflow: hidden;
}

.accentheading {
	position: absolute;
	right: 20px;
	bottom: -16px;
	line-height: 1em;
	width: fit-content;
	font-family: 'inffont';
	transform: skew(10deg) scaleY(1.2);
	transform-origin: bottom right;
	font-size: 84px;
	text-transform: uppercase;
	opacity: .05;
}

.woocommerce-message .wc-forward {
	margin-right: 1em;
	background: color-mix(in srgb, #4ade80, #22c55e);
	color: white;
}

.inf-shop-cont .woocommerce-message {
	margin-top: 1.5em;
}

.infpanel {
	background: white;
	border-radius: 4px;
	padding: 1em;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.spffmbnote {
	font-size: 18px;
	margin-top: .5em;
	font-weight: 600;
}

.gformyesno .ginput_container_radio .gfield_radio {
	display: flex;
	gap: 2em;
}

.spffm .gform_wrapper.gravity-theme .gsection.gform-subheading {
	border: none;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.gform-subheading h3 {
	font-size: 12px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	line-height: 1em;
	background: #f3f4f6;
	color: #374151;
	width: fit-content;
	padding: .5em;
	border-radius: 4px;
}

.formenote {
	font-size: 14px;
	font-weight: 400;
	background: #f0fdf4;
	color: #16a34a;
	padding: 1em;
	border-radius: 5px;
	line-height: 1.25em;
}

.gforbusinessnote {
	font-size: 14px;
	font-weight: 400;
	background: #f0fdf4;
	color: #16a34a;
	padding: 1em;
	border-radius: 5px;
	line-height: 1.25em;
}

.woocommerce-product-gallery__trigger {
	display: inline-block;
	height: 1.75rem;
	width: 1.75rem;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url('./img/zoom.svg');
	background-color: #ffffff40;
	box-sizing: border-box;
	border-radius: 3px;
	top: 1em !important;
	backdrop-filter: blur(10px);
}

.woocommerce-product-details__short-description>*:first-child {
	margin-top: 0;
}

.single-product .sku_wrapper {
	font-size: 12px;
}

.single-product .wc-tabs-wrapper {
	background: white;
	border-radius: 5px;
	margin-top: 2em;
	/* box-shadow: 0 20px 25px -5px rgb(100 116 139 / 0.1), 0 -10px 25px -5px rgb(100 116 139 / 0.075), 0 8px 10px -6px rgb(15 23 42 / 0.1); */
	box-shadow: 0 3px 6px 0 rgb(15 23 42 / 0.05), 0 1px 2px -1px rgb(15 23 42 / 0.075);
	border: 1px solid #e5e7eb;
}

.single-product .wc-tabs {
	display: flex;
	background: #e5e7eb;
}

.single-product .wc-tabs li {
	padding: 1em;
}

.single-product .wc-tabs li.active {
	background: white;
	font-weight: 700;
	border-radius: 5px 5px 0 0;
}


.single-product .wc-tabs li.active::after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: white;
	right: -10px;
	bottom: 0;
	clip-path: path('M0,0v10h10C4.48,10,0,5.52,0,0z');
	transform: scale(.5);
	transform-origin: bottom left;
}

.single-product .wc-tabs li.active::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: white;
	bottom: 0;
	clip-path: path('M0,0v10h10C4.48,10,0,5.52,0,0z');
	transform: scale(-.5, .5);
	left: 0px;
	transform-origin: bottom left;
}

.single-product .woocommerce-tabs .wc-tabs li a {
	padding: 0;
	font-weight: 500;
}

.single-product .wc-tabs li.active a {
	font-weight: 700;
}

.single-product .woocommerce-Tabs-panel {
	padding: 1.5em;
	margin-top: 0;
}

.single-product .woocommerce-Tabs-panel p:first-of-type {
	margin-top: 0;
}

.single-product .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}

.single-product .woocommerce-Tabs-panel h2 {
	display: none;
}

.related.products .products.columns-3 {
	gap: 0;
}

.related.products .products.columns-3 .product {
	border-top: 1px solid #cbd5e1;
	border-left: 1px solid #cbd5e1;
	border-bottom: 1px solid #cbd5e1;
	padding: 2em;
	background: white;
}

.related.products .products.columns-3 .product .woocommerce-loop-product__title {
	font-size: 15px;
	margin: 0;
	margin-top: 1em;
	font-weight: 600;
}

.related.products .products.columns-3 .product img {
	margin: 0 auto;
}

.related.products .products.columns-3 .product:last-child {
	border-right: 1px solid #cbd5e1;
}

.related.products ul.products li.product .add_to_cart_button {
	display: none;
}

.related.products .onsale {
	position: absolute;
	background: #dcfce7;
	color: #16a34a;
	font-size: 13px;
	font-weight: 500;
	line-height: 1em;
	padding: .5em;
	border-radius: 3px;
}

.related.products .product:first-child {
	border-radius: 5px 0 0 5px;
}

.related.products .product:last-child {
	border-radius: 0 5px 5px 0;
}

.inf-shop-header.single-product .woocommerce-breadcrumb span:last-child {
	display: none;
}

.inf-shop-header.single-product .woocommerce-breadcrumb span:nth-last-child(2) {
	display: none;
}

.related.products {
	margin-top: 2em;
}

.spfmenu {
	display: flex;
}

.spfmenu>div:nth-child(2).active::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: white;
	right: -10px;
	bottom: 0;
	clip-path: path('M0,0v10h10C4.48,10,0,5.52,0,0z');
	transform: scale(.5);
	transform-origin: bottom left;
}

.headingflex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.deskscroll {
	display: flex;
	gap: .75em;
}

.deskscroll>div {
	width: 2em;
	height: 2em;
	border: 1px solid rgba(var(--infblue), .2);
	border-radius: 50%;
	text-align: center;
	line-height: 2em;
	background: white;
}

.deskscroll>div:hover {
	border: 1px solid rgba(var(--infblue), .3);
	cursor: pointer;
}

.deskscroll .left {
	background-image: url(./img/icmad.svg);
	background-size: 12px 12px;
	background-position: center;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.deskscroll .right {
	background-image: url(./img/icmad.svg);
	background-size: 12px 12px;
	background-position: center;
	background-repeat: no-repeat;
}

.wc-block-components-notice-banner.is-error {
	background-color: #fef2f2 !important;
	border-color: #ef4444 !important;
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #dc2626 !important;
}

.wc-block-checkout__terms a {
	font-weight: 700;
}

.wc-block-components-totals-coupon-link {
	line-height: 1em;
	font-weight: 600;
	padding: 1em 1.2em;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #94a3b8;
	outline: none;
	display: inline-block;
}

.wc-block-components-order-summary__button-text,
.wc-block-components-totals-item__label {
	font-weight: 600;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	line-height: 1em;
	font-weight: 600;
	padding: 2em 1.2em;
	background: #fff;
	border-radius: 5px;
	outline: none;
	display: inline-block;
	background: rgb(var(--success));
	color: white;
	font-size: 18px;
	border: none;
}

.wc-block-checkout__add-note .wc-block-components-checkbox__label {
	font-weight: 500;
	font-size: 15px;
}

body.woocommerce-cart .wc-block-components-product-name {
	font-weight: 600;
}

body.woocommerce-cart .checkout-button {
	line-height: 1em;
	font-weight: 600;
	padding: 1.5em 1.2em;
	background: #fff;
	border-radius: 5px;
	outline: none;
	display: inline-block;
	background: rgb(var(--success));
	color: white;
	font-size: 16px;
	border: none;
	text-align: center;
	width: 100%;
}

body.woocommerce-cart .wc-block-cart-item__image img {
	border: 1px solid #e2e8f0;
	border-radius: 3px;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
	background: white;
}

.wc-block-components-validation-error {
	font-weight: 600;
	color: #dc2626;
}

.singleproductgrid .flex-viewport {
	background: white;
}

.entry-header .entry-title {
	font-weight: 800;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	line-height: 1em;
	font-weight: 600;
	background: #fff;
	border-radius: 5px;
	outline: none;
	display: inline-block;
	background: rgb(var(--success));
	color: white;
	border: none;
}

.cwhgrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
	margin-top: 2em;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-third.wsprodcont {
	grid-column: span 6;
}

.cwhform {
	/* overflow: hidden; */
}

.cwhform .gform_wrapper.gravity-theme .gfield input,
.cwhform .gform_wrapper.gravity-theme .gfield textarea {
	font-family: inherit;
	line-height: 16px;
	font-size: 15px;
	border-radius: 4px;
	padding: 12px 14px;
	outline: none;
	box-sizing: border-box;
	font-weight: 500;
	border-color: #cbd5e1;
	margin-right: 0 !important;
}

.cwhform .gform_wrapper.gravity-theme .gfield select {
	font-family: inherit;
	line-height: 16px;
	font-size: 15px;
	border-radius: 4px;
	padding: 8.5px 10px;
	padding-right: 24px;
	outline: none;
	box-sizing: border-box;
	font-weight: 500;
	border-color: #cbd5e1;
	height: auto !important;
	margin-right: 0 !important;
}

.cwhform .gform_wrapper.gravity-theme .gfield input::placeholder {
	color: #64748b;
}

.cwhform .gfield--type-fileupload {
	/* border: 1px solid #cbd5e1; */
	border-radius: 4px;
}

.cwhform .gform_wrapper.gravity-theme .gfield--type-fileupload {
	display: grid;
	/* grid-template-columns: repeat(2,1fr); */
	align-items: center;
	gap: 2%;
	padding: 0;
}

.cwhform .gform_wrapper.gravity-theme .gfield--type-fileupload label {}

.cwhform .gform_wrapper.gravity-theme .gfield--type-fileupload input.large {
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: white;
	padding: .65em;
	font-size: 14px;
	border: 1px solid #cbd5e1;
	/* display: none; */
}

.cwhform .gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_description.gform_fileupload_rules {
	font-weight: 600;
	padding-top: 0;
	margin: 0;
	font-size: 13px;
	margin-top: 4px;
	font-weight: 600;
	color: #94a3b8;
}

.cwhform .gform_wrapper.gravity-theme .gfield_label {
	font-size: 13px;
}

.cwhform .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	border-radius: 4px;
	padding: .75em 1em;
	font-weight: 500;
	font-size: 14px;
	border-style: dashed;
}

.cwhform h3 {
	margin-top: 0;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -.04em;
}

.wcuc h2 {
	margin-top: 0;
	font-weight: 800;
	font-size: 18px;
	margin-bottom: .75em;
	line-height: 1em;
}

.wcuc .infpanel {
	padding: 1.5em;
	margin-bottom: 1.5em;
}

.wcuc h3 {
	margin: 0;
}

.wculist {
	font-size: 18px;
	font-weight: 500;
	display: grid;
	gap: .5em;
}

.wculist>div {
	position: relative;
	padding-left: 1.75em;
	line-height: 1.4em;
}

.wculist>div::before {
	width: 1em;
	height: 1em;
	content: "";
	display: block;
	background: url(./img/checkgreen.svg);
	position: absolute;
	top: .2em;
	left: 0;
}

.wcustatsgrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5em;

	/* background-image: url(./img/home.webp); */

	background-size: cover;
	background-position: 0 80%;

}

.wcstatsc {
	margin-bottom: 1.5em;
	background-color: rgb(var(--infblue));
	border-radius: 5px;
	padding: 1.5em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc((50vw - 54px) / 2);
	max-height: 456px;
}

.wcstatsc h1 {
	color: white;
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
}

.wcustatsgrid>div {
	background: #ffffff20;
	padding: 1em;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 3px;
}

.wcustatsgrid>div>div {
	line-height: 1em;
}

.wcustatsgrid>div>div:first-child {
	font-size: 24px;
	color: rgb(var(--infred));
}

.wcustatsgrid>div>div:last-child {
	font-size: 14px;
	color: white;
	margin-top: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.cwhform .gform_wrapper.gravity-theme .gform_footer input {
	line-height: 1em;
	font-weight: 600;
	padding: 1em 1.2em;
	background: #f1f5f9;
	border-radius: 5px;
	border: none;
	outline: none;
	display: inline-block;
	background: rgb(var(--success));
	color: white;
}

.getaquote {
	display: none;
}

.cright {
	margin-top: 1.5em;
}

.footerbottom {
	display: grid;
	grid-template-columns: calc(35% - 40px) 65%;
	grid-column-gap: 40px;
	margin-top: 2em;
	font-size: 12px;
	align-items: end;
}

.socicons {
	display: flex;
	gap: 1em;
	margin-top: 1.5em;
}

.socicons path {
	fill: #ffffffb0;
}

.socicons>a:hover path {
	fill: white;
}

.socicons:hover {
	cursor: pointer;
}

.ftnc {
	margin-top: .5em;
}

.footercard {
	display: flex;
	gap: 1em;
	width: fit-content;
	margin-left: auto;
}

.footercard>div {
	display: flex;
}

.footercard>div svg {
	width: 36px;
}

.footercard path {
	fill: #ffffffb0;
}

.cwhtext {
	line-height: 2em;
}

.cwhtext span {
	font-weight: 700;
}

.shipnote {
	font-size: 13px;
	font-weight: 600;
	margin-top: 1.35em;
	line-height: 1em;
}

.otrackinggrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
}

.otrackinggrid .form-row {
	display: grid;
	grid-template-columns: 140px calc(100% - 140px);
	align-items: center;
}

.otrackinggrid .form-row>label {
	font-weight: 700;
	font-size: 16px;
}

.otrackinggrid #orderid,
.otrackinggrid #order_email {
	font-size: 15px;
	line-height: 15px;
	padding: .5em .75em;
	max-width: 360px;
}

.otrackinggrid button[type="submit"] {
	line-height: 1em;
	font-weight: 600;
	padding: 1em 1.2em;
	background: #f1f5f9;
	border-radius: 5px;
	border: none;
	outline: none;
	display: inline-block;
	background: rgb(var(--success));
	color: white;
	margin-top: 1em;
}

.otrackinggrid .woocommerce-form-track-order>p:first-child {
	margin-top: 0;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

.woocommerce-MyAccount-navigation ul li {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	background: white;
	padding: .75em;
	border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul li.is-active {
	font-weight: 800;
	background: rgb(var(--infred));
	color: white;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
	margin-top: 1.5em;
	/* background: #f3f4f6;
	padding: 1em;
	border-radius: 5px;
	border: 1px solid #e5e7eb; */
}

.dashhello {
	font-size: 24px;
}

.dashhello>div {
	font-size: 16px;
}

.dashhello>div a {
	font-weight: 700;
	text-decoration: underline;
}

.dashdesc {
	font-size: 18px;
}

.dashdesc a {
	font-weight: 700;
	text-decoration: underline;
}

.woocommerce-EditAccountForm>p:not(:last-child) {
	display: grid;
	grid-template-columns: 125px calc(100% - 155px);
	column-gap: 30px;
	align-items: center;
}

.woocommerce-EditAccountForm>p:not(:last-child)>span:has(em) {
	grid-column: span 2;
	margin-top: 1em;
}

.woocommerce-EditAccountForm>p:not(:last-child)>input {
	line-height: 15px;
	font-size: 15px;
	padding: .5em .75em;
	max-width: 360px;
}

.woocommerce-MyAccount-content button[type="submit"] {
	line-height: 1em;
	font-weight: 600;
	padding: 1em 1.2em;
	background: #f1f5f9;
	border-radius: 5px;
	border: none;
	outline: none;
	display: inline-block;
	background: rgb(var(--success));
	color: white;
	margin-top: 1em;
}

.woocommerce-EditAccountForm>fieldset {
	padding: 0 1em;
	border-radius: 5px;
	border-color: #e5e7eb80;
}

.woocommerce-EditAccountForm legend {
	font-weight: 700;
	padding: 0 .5em;
}

.woocommerce-EditAccountForm>fieldset p {
	padding: 0 1em;
	display: grid;
	grid-template-columns: 360px calc(100% - 390px);
	column-gap: 30px;
	align-items: center;
}

.woocommerce-account main .container {
	max-width: 768px;
}

.shopdeskscroll {
	position: absolute;
	width: calc(100% - 15px);
	justify-content: space-between;
	left: 7px;
	top: calc(50% - 22px);
}

.shopdeskscroll>div {
	z-index: 1;
}

.inficsitem.active {
	pointer-events: none;
}

.inficsitem.active .iredbar {
	background: rgb(var(--infred));
}

.shopdeskscroll>div {
	width: 3em;
	height: 3em;
}

.shopinfcatalogslider .inficsitem .text {
	font-size: 20px;
	top: -10px;
}

.shopinfcatalogslider .inficsitem:hover .text {
	top: -14px;
}

.shopinfcatalogslider .inficsitem {
	min-width: 240px;
}

.shopinfcatalogslider .inficsitem img {
	height: 110px;
	width: 240px;
}

.otrackinggrid mark {
	background: none;
	font-weight: 600;
}

.otrackinggrid mark.order-status {
	border: 1px solid rgba(var(--infblue), .25);
	background: rgba(var(--infblue), .05);
	color: #374151;
	line-height: 1em;
	padding: .3em .5em;
	font-size: 14px;
	margin-left: 5px;
	border-radius: 4px;
}

.otrackinggrid .woocommerce-order-details {
	text-align: left;
}

.otrackinggrid .wc-item-meta {
	margin: 0;
}

.otrackinggrid .wc-item-meta li {
	display: flex;
	gap: .5em;
}

.otrackinggrid .wc-item-meta li p {
	margin: 0;
}

.inffeaturedslider .inficsitem::after {
	display: none;
}

.inffeaturedslider .inficsitem {
	min-width: 240px;
	height: auto;
	width: 240px;
	border: 1px solid #cbd5e1;
	box-shadow: 0 10px 15px -3px rgb(0 10 30 / 0.075), 0 4px 6px -4px rgb(0 10 30 / 0.075);
}

.inffeaturedslider .inficsi {
	padding-bottom: 20px;
}

.inffeaturedslider .inficsitem img {
	min-width: 240px;
	height: 240px;
}

.inffeaturedslider .inficsitem:hover .featuredname {
	background: rgb(var(--infred));
	color: white;
}

.inffeaturedslider {
	overflow: hidden;
	/* padding: 0 30px; */
	border-radius: 5px;
}

.featuredname {
	background: white;
	line-height: 1em;
	font-size: 15px;
	text-align: center;
	padding: .75em;
	font-weight: 700;
	z-index: 1;
}

.inffeaturedslider .icm3d {
	top: 1em;
	right: 1em;
}

.infcustom-top-text {
	font-size: 22px;
	line-height: 1.75em;
	margin-top: 1.5em;
	margin-bottom: .5em;
	color: #111827;
}

.infcustom-top-text span {
	font-weight: 700;
	color: #1e293b;
}

.infcustom2col {
	align-items: center !important;
	gap: 80px;
}

.infcustom2col h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'inffont';
	transform: skewX(10deg) scaleY(1.2);
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-indent: 6px;
	position: relative;
	left: -6px;
	margin-bottom: 1.25em;
	max-width: 500px;
	line-height: 1.35em;
}

.infcustom2col p {
	line-height: 2em;
}

.infcustom2col p strong {
	font-weight: 700;
	color: #1e293b;
}

.infcustom2col img {
	border-radius: 10px;
}

.inf2colr .wp-block-image {
	margin-left: auto;
}

.infcustom2col .wp-block-image {
	width: fit-content;
	filter: drop-shadow(10px 20px 13px rgb(0 0 90 / 0.04)) drop-shadow(4px 8px 5px rgb(0 0 90 / 0.15));
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.infcustom2col .wp-block-image img {
	border: 2px solid #fff;
}

.infcustom2col .wp-block-image::before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	inset: 0;
	z-index: -1;
	border-radius: 10px;
	top: 30px;
	left: 30px;
	border: 2px solid rgb(var(--infred));
}

.infcustom2col p:last-child {
	margin-bottom: 0;
}

.page-template-slash-custom-pages main .container {
	max-width: 1366px;
}

.page-template-slash-custom-pages .inf-page-header .container {
	max-width: 1366px;
}

#wpadminbar {
	position: fixed;
	transform: translateY(-100%);
	transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#wpadminbar.active {
	transform: translateY(0%);
}

#wpadminbar::after {
	display: block;
	content: "\002630";
	width: 30px;
	height: 30px;
	background: rgba(var(--infblue), .1);
	bottom: -30px;
	position: absolute;
	line-height: 30px;
	color: #888;
	text-align: center;
	right: 0;
	cursor: pointer;
}

html:has(#wpadminbar) {
	margin-top: 0px !important;
}

.inf3points {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2em;
}

.inf3points .heading {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: .6em;
	line-height: 1em;
	color: rgb(var(--infblue));
}

.inf3points .text {
	line-height: 1.5em;
}

.inf3points .icon {
	width: 42px;
	margin-bottom: .75em;

}

.svgrotate {
	animation: svgrotate 8s linear infinite forwards;
	transform-origin: 24px 24px;
}

.infcuscta {
	font-size: 22px;
	line-height: 1.75em;
	text-align: center;
	margin: 60px auto !important;
}

.infcuscta .text {
	max-width: 1024px;
	margin: 0 auto;
}

.infcuscta span {
	font-weight: 600;
}

.iccbuttons {
	display: flex;
	margin: 0 auto;
	width: fit-content;
	margin-top: 1.5em;
	gap: 1em;
}

.iccbuttons.advanced {
	margin: 0;
	margin-top: 2.5em;
}

.iccbutton {
	font-size: 16px;
	font-weight: 800;
	line-height: 1em;
	padding: 1em;
	background: #fff;
	border-radius: 5px;
	color: #0f172a;
	letter-spacing: -0.04em;
}

.iccbutton.solid {
	background: rgba(var(--infred), 1);
	border: 2px solid rgba(var(--infred), 1);
	color: white;
}

.iccbutton.outline {
	border: 2px solid rgba(var(--infred), 1);
	box-sizing: border-box;
}

@keyframes svgrotate {
	0% {
		rotate: 0deg;
	}

	100% {
		rotate: 360deg;
	}
}

.dollarcircle {
	animation: dollarcircle 4s linear infinite forwards;
	transform-origin: 16px 16px;
}

@keyframes dollarcircle {
	0% {
		transform: rotateY(0deg);
	}

	10% {
		transform: rotateY(180deg);
	}

	100% {
		transform: rotateY(180deg);
	}
}

.supportquestion {
	animation: supportquestion 4s linear infinite forwards;
	transform-origin: 16px 22px;
}

@keyframes supportquestion {
	0% {
		transform: rotate(0deg);
	}

	2% {
		transform: rotate(10deg);
	}

	4% {
		transform: rotate(0deg);
	}

	6% {
		transform: rotate(-10deg);
	}

	8% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(10deg);
	}

	12% {
		transform: rotate(0deg);
	}

	14% {
		transform: rotate(-10deg);
	}

	16% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.infmapgrid {
	display: flex;
	align-items: center;
	gap: 4em;
	justify-content: center;
}

.infmapgrid.boxed {
	background: white;
	padding: 4em;
	justify-content: space-around;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
}

.infmapgrid>div:last-child {
	flex-basis: 60%;
}

.infmapgrid svg path {
	fill: rgb(var(--infblue));
}

.imappoints {
	display: grid;
	font-size: 24px;
	font-weight: 800;
	gap: max(2em);
	letter-spacing: -.03em;
	color: rgb(var(--infblue));
}

.imappoints>div>div:first-child {
	display: contents;
}

.imappoints img {
	width: 30px;
	height: 30px;
}

.imappoints>div {
	display: flex;
	gap: .75em;
	align-items: center;
}

#mapcircles path {
	/* transition: all .2s ease-out; */
}

#mapcircles path.red {
	fill: rgb(var(--infred));
	opacity: 1 !important;
}

#mapcircles path.blue {
	fill: rgb(var(--infblue));
}

@keyframes mapripple {
	0% {
		fill: rgb(var(--infblue))
	}

	10% {
		fill: rgb(var(--infred))
	}

	100% {
		fill: rgb(var(--infblue))
	}
}

.custom-caption {
	font-size: 18px;
	line-height: 1.75em;
	max-width: 960px;
	margin: 0 auto;
	font-weight: 600;
}

.infprodgrid {
	display: grid;
	grid-template-columns: calc(40% - 2em) calc(60% - 2em);
	gap: 4em;
	background: rgb(var(--infblue));
	padding: 4em;
	color: #e2e8f0;
	border-radius: 10px;
}

.infprodgrid h2 {
	color: white;
}

.infprodgrid .text {
	font-size: 18px;
	margin-top: 1.5em;
	line-height: 1.75em;
}

.infprodgrid .text span {
	font-weight: 700;
}

.infprodgrid .list {
	display: grid;
	font-size: 20px;
	font-weight: 700;
	gap: 1em;
	letter-spacing: -.03em;
	color: #fff;
	margin-top: 1.25em;
}

.infprodgrid .list>div>div:first-child img {
	width: 24px;
	height: 24px;
}

.infprodgrid>div:last-child {
	position: relative;
	display: flex;
	transform: skew(-5deg);
}

.infprodgrid>div:last-child img {
	filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.25));
	width: 33%;
	object-fit: cover;
	pointer-events: none;
	/* position: absolute; */
}

.infprodgrid>div:last-child img:nth-child(2) {
	top: 1em;
	position: relative;
}

.infprodgrid .list>div {
	display: flex;
	gap: .75em;
	align-items: center;
}

.infprodgrid .list>div>div:first-child {
	display: flex;
}

.inf123grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4em;
	max-width: 960px;
	margin: 0 auto;
	user-select: none;
}


.inf123grid>div {
	position: relative;
	min-height: 144px;
}

.inf123grid .bgnumber {
	font-size: 192px;
	width: 192px;
	line-height: 192px;
	margin: 0 auto;
	position: relative;
	color: rgba(255, 255, 255, 0);
	position: absolute;
	text-align: center;
	left: calc(50% - 96px);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	filter: drop-shadow(0 25px 25px rgb(0 10 80 / 0.15));
	-webkit-text-stroke: 2px rgba(var(--infred), .5);
}

.inf123grid .bgnumber.active {
	color: #ffffff;
	filter: drop-shadow(0 25px 25px rgb(0 10 80 / 0.15));
	-webkit-text-stroke: 2px rgba(var(--infblue), 0.05);
	scale: 1.2;
}

.inf123grid .step {
	font-size: 20px;
	font-weight: 800;
	line-height: 1em;
	letter-spacing: -.04em;
	position: relative;
	color: rgb(var(--infblue));
	text-align: center;
}

.inf123grid .icon {
	width: 128px;
	height: 128px;
	border: 1px solid rgba(var(--infblue), .15);
	background: #ffffff40;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin: 0 auto;
	margin-top: 36px;
	margin-bottom: 44px;
	padding: 2em;
	filter: drop-shadow(0 25px 25px rgb(0 10 80 / 0.15));
}

.inf123grid .desc {
	line-height: 1.75em;
	letter-spacing: -.02em;
	position: relative;
	text-align: center;
	margin-top: .75em;
	font-weight: 500;
}

.inf123grid .bgicon {
	position: absolute;
	inset: 0;
	width: 128px;
	height: 128px;
	top: -1px;
	color: rgba(var(--infblue), 1);
	left: -1px;
}

.inf123grid .bgicon svg {
	overflow: visible;
}

.bgboxpath {
	stroke-dasharray: 25 100;
	animation: dash 30s steps(900) infinite;
}

@keyframes dash {
	to {
		stroke-dashoffset: -1000;
	}
}

.heading123 {
	width: fit-content;
	margin: 0 auto;
	border: 1px solid rgba(var(--infblue), .25);
	padding: 1em 1.5em;
	border-radius: 5px;
	background: rgba(var(--infblue), .025);
}

.heading123 .infh2 {
	/* color: white; */
	top: 1px;
}

.inficsitem.showall .featuredname {
	background: rgb(var(--infred));
	color: white;
}

.customlvl3text h2 {
	letter-spacing: -.04em;
}

.truncate {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.icustomslider .icsproducts {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.5em;
}

.icustomslider .icsproduct {
	position: relative;
	display: grid;
	border: 1px solid #e2e8f0;
	border-radius: 5px;
	/* filter: drop-shadow(0 20px 20px rgb(0 10 80 / 0.03)) drop-shadow(0 8px 5px rgb(0 10 80 / 0.08)); */
	overflow: hidden;
}

.icustomslider .icsproduct img {
	border-radius: 5px 5px 0 0;
	width: 100%;
	transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.icustomslider .icsproduct .featuredname {
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #e2e8f0;
	font-size: 14px;
	transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.icustomslider .icsproduct:hover .featuredname {
	background: rgba(var(--infred), 1);
	color: white;
}

.icustomslider .icsproduct .icm3d {
	right: 1em;
	top: 1em;
}

.icustomslider .icsproduct:hover img {
	scale: 1.05;
}

.customlvl3text p {
	line-height: 1.75em;
}

.hg50 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6em;
	max-width: 1360px;
	margin: 0 auto;
	align-items: center;
}

.hg50 h2 {
	margin-bottom: .75em;
}

.hg50 p {
	font-size: 18px;
	line-height: 1.75em;
	margin: 1em 0;
}

.hg50 p.subcaption {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25em;
	letter-spacing: -.03em;
}

.fw700 {
	font-weight: 700;
}

main {
	overflow: hidden;
}

.deskscroll.narrow-columns {
	display: none;
}

.inf-pp-qty {
	appearance: none;
	appearance: textfield;
	-moz-appearance: textfield;
	color: #334155;
	font-weight: 600;
}

.inf-pp-qty::-webkit-outer-spin-button,
.inf-pp-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.inf-quantity-selector {
	display: flex;
	border: 1px solid #d1d5db;
	border-radius: 5px;
}

.inf-quantity-selector .inf-pp-qty {
	font-family: inherit;
	line-height: 35px;
	font-size: 16px;
	border: none;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	width: 44px;
	position: relative;
	text-align: center;
	color: #334155;
}

.inf-quantity-selector__button {
	background: none transparent;
	border: 0;
	box-shadow: none;
	color: currentColor;
	cursor: pointer;
	font-size: .9em;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	min-width: 30px;
	opacity: .6;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.inf-quantity-selector__button:disabled {
	box-shadow: none;
	cursor: default;
	opacity: .6;
}

.fortext {
	font-size: 16px;
	letter-spacing: -0.03em;
}

.single-product .woocommerce-Tabs-panel--additional_information table {
	width: fit-content;
	margin: 0;
}

.single-product .woocommerce-Tabs-panel--additional_information table .woocommerce-product-attributes-item__label {
	padding-right: 1.5em;
	text-align: left;
}

.header-customizer .infhtop {
	padding: 10px 30px;
}

.header-customizer .infhlogo {
	width: 180px;
}

.cartgrid {
	display: grid;
	grid-template-columns: calc(100% - 4em - 400px) 400px;
	gap: 4em;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 3em;
}

body.woocommerce-cart .product-details img {
	width: 128px;
	border: 1px solid #d1d5db;
	border-radius: 5px;
}

body.woocommerce-cart .product-details {
	display: flex;
	gap: 2em;
}

body.woocommerce-cart .product-details>div:first-child {
	flex-shrink: 0;
}

body.woocommerce-cart table.shop_table_responsive tr td.product-details::before {
	display: none !important;
}

body.woocommerce-cart .product-name {
	font-weight: 600;
}

body.woocommerce-cart .woocommerce-cart-form__contents thead tr {
	text-transform: uppercase;
	font-size: 13px;
}

body.woocommerce-cart .woocommerce-cart-form__contents tbody tr {
	vertical-align: top;
}

body.woocommerce-cart .woocommerce-cart-form__contents tbody tr:first-child td {
	padding-top: 2em;
}

body.woocommerce-cart .woocommerce-cart-form__contents thead th {
	border-bottom: 1px solid #d1d5db;
	padding-bottom: 1em;
}

body.woocommerce-cart .woocommerce-cart-form__contents thead th:last-child {
	text-align: right;
}

body.woocommerce-cart .woocommerce-cart-form__contents .variation {
	display: grid;
	grid-template-columns: auto auto;
	gap: .5em 2em;
	font-size: 12px;
	margin-top: 0;
}

body.woocommerce-cart .woocommerce-cart-form__contents .variation p {
	margin: 0;
}

body.woocommerce-cart .woocommerce-cart-form__contents .variation *[class^='variation'] {
	margin: 0;
}

body.woocommerce-cart .product-price {
	margin: .5em 0;
}

body.woocommerce-cart .woocommerce-cart-form__contents tbody tr:not(:last-child) td {
	border-bottom: 1px solid #e5e7eb;
	padding-bottom: 1.75em;
}

body.woocommerce-cart .woocommerce-cart-form__contents tbody tr:not(:first-child) td {
	padding-top: 2em;
}

body.woocommerce-cart h3 {
	margin-top: 0;
	margin-bottom: 1.25em;
	line-height: 1em;
	color: inherit;
}

body.woocommerce-cart .actions {}

body.woocommerce-cart td.product-subtotal {
	text-align: right;
}

body.woocommerce-cart .product-details .removefrommcart {
	margin-top: 1em;
}

.icqlabel {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: .25em;
}

.infcartqty input {
	width: 80px;
	color: #374151;
	font-weight: 600;
	font-size: 14px;
	line-height: 1em;
	border-color: #d1d5db;
	padding: .5em;
}

body.woocommerce-cart {
	/* background: white; */
}

.infcartactions {
	display: flex;
	justify-content: space-between;
}

.infcartactions button,
body.woocommerce-cart button[name="calc_shipping"] {
	border: 1px solid rgb(var(--success));
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	background: #fff;
	padding: 1em;
	color: #334155;
}

.infcartactions #coupon_code {
	font-size: 14px;
	font-weight: 600;
	line-height: 42px;
	padding: 0 1em;
	margin-right: .5em;
	border-radius: 5px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	background: white;
	padding: 2em;
	border-radius: 10px;
	box-shadow: 0 3px 6px 0 rgb(15 23 42 / 0.1), 0 1px 2px -1px rgb(15 23 42 / 0.1);
}

body.woocommerce-cart .cart-collaterals .cart_totals #shipping_method {
	margin: 0;
	padding-left: 1.15em;
}

body.woocommerce-cart .shipping-calculator-button {
	font-weight: 600;
	text-decoration: underline;
}

body.woocommerce-cart .cart-collaterals .order-total>* {
	padding-top: 1em;
	vertical-align: middle;
}

body.woocommerce-cart .cart-collaterals .woocommerce-Price-amount {
	font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .order-total .woocommerce-Price-amount {
	font-size: 1.5em;
}

body.woocommerce-cart .cart-collaterals .order-total .woocommerce-Price-amount {
	font-size: 1.5em;
}

body.woocommerce-cart .cart-collaterals .shop_table tbody>tr>td:nth-child(2) {
	text-align: right;
}

body.woocommerce-cart .cart-collaterals .shop_table tbody>tr>td:nth-child(2) ul,
body.woocommerce-cart .cart-collaterals .shop_table tbody>tr>td:nth-child(2) li {
	width: fit-content;
	margin-left: auto !important;
}

body.woocommerce-cart .cart-subtotal>* {
	border-bottom: 1px solid #d1d5db;
	padding-bottom: 20px;
}

body.woocommerce-cart .woocommerce-shipping-totals>* {
	border-bottom: 1px solid #d1d5db;
	padding: 20px 0;
}

body.woocommerce-cart .woocommerce-shipping-destination {
	margin: 0;
}

body.woocommerce-cart .shipping-calculator-form {
	background: #f9fafb;
	padding: .25em 1em;
	border-radius: 5px;
	text-align: left;
	margin-top: 10px;
}

.infcheckoutgrid {
	display: grid;
	grid-template-columns: calc(100% - 480px - 4em) 480px;
	gap: 4em;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 4px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 1em;
	grid-column-gap: 2em;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p {
	margin: 0;
}

.infcheckoutgrid .woocommerce-input-wrapper {
	width: 100%;
	display: block;
}

.infcheckoutgrid input[type="text"],
.infcheckoutgrid input[type="tel"],
.infcheckoutgrid input[type="email"] {
	background: white;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	width: 100%;
	padding: .5em .75em;
	line-height: 1em;
}

.infcheckoutgrid select {
	background: white;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	width: 100%;
	padding: .5em .75em;
	line-height: 1em;
}

.infcheckoutgrid .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 35px;
}

.infcheckoutgrid .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 3px 1.5em 2px .75em;
	font-size: 14px;
}

.infcheckoutgrid .col2-set .form-row-first,
.infcheckoutgrid .col2-set .form-row-last {
	width: 100%;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image {
	display: none;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description {
	padding-left: 0;
}

body.woocommerce-checkout .wc-block-components-product-metadata__description {
	display: none;
}

body.woocommerce-checkout .wc-block-components-product-name {
	font-weight: 600;
}

body.woocommerce-checkout .wc-block-components-product-details__view {
	display: none;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout {
	padding-top: .5em;
}

body.woocommerce-checkout .wc-block-components-totals-coupon-link {
	border-color: rgb(var(--success));
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	background: white !important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle a {
	font-weight: 700;
}

table.shop_table_responsive tbody th {
	font-weight: 600;
	letter-spacing: -.02em;
}

body.woocommerce-cart .cart-collaterals .shop_table {
	font-size: 14px;
}

.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block {
	border-top: 0;
}

.customlandinghead {
	background: rgb(var(--infblue));
	background: radial-gradient(75% 150% at 0% 0%, rgb(0, 50, 150), rgb(var(--infblue)));
	color: white;
	padding: 4em 0;
}

.clhgrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	margin: 0 auto;
	gap: 3em;
	align-items: center;
	max-width: 1440px;
}

.clhsubgrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4em;
}

.clhsubgrid>div {
	display: grid;
	grid-template-columns: 70px calc(100% - 70px - 2em);
	gap: 2em;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
}

.clhsubgrid div:has(img) {
	perspective: 100px;
}

.customlandinghead h2 {
	color: white;
	letter-spacing: -.03em;
	font-weight: 800;
	font-size: 36px;
	width: fit-content;
	margin: 0;
	margin-bottom: 1em;
	line-height: 1.25em;
}

.customlandinghead .landingvideo {
	width: 100%;
	border-radius: 10px;
	display: block;
	/* filter: drop-shadow(10px 30px 30px #00000040); */
}

.hginsig {
	padding: 0 4em;
}

.clandingprods {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2em;
	margin: 40px 0 60px 0;
}

.clandingprods .clproduct {
	background: white;
	/* box-shadow: 0 4px 12px 0 rgb(15 23 42 / 0.1), 0 2px 4px -2px rgb(15 23 42 / 0.075); */
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	display: flex;
	flex-flow: column;
}

.clandingprods .clproduct img {
	border-radius: 10px 10px 0 0;
}

.clandingprods .clproduct .image img {
	width: 100%;
	max-width: 320px;
	position: relative;
	margin: 1em auto;
	display: block;
}

.clproduct .title {
	display: flex;
	font-size: 18px;
	justify-content: space-between;
	padding: 12px 20px;
	border-top: 1px solid #d1d5db;
	border-bottom: 1px solid #d1d5db;
	letter-spacing: -.05em;
}

.clproduct .name {
	font-weight: 800;
}

.clproduct .price {
	font-weight: 500;
}

.clproduct .specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-size: 13px;
	padding: 1.5em;
	padding-top: 1em;
	gap: .5em;
}

.clproduct .specs>div:nth-child(odd) {
	font-weight: 600;
}

.clproduct .specs>div:nth-child(even) {
	text-align: right;
	color: #64748b;
}

.page-template-custom-landing main .container {
	max-width: 1366px;
}

.clproduct .specs div.col-success,
.col-success {
	color: rgb(var(--success));
}

.clproduct .specs div.col-infblue {
	color: rgb(var(--infblue));
}

.clcheck {
	display: inline-block;
	width: 1em;
	vertical-align: middle;
	margin-right: 4px;
	opacity: .4;
}

.clbutton {
	padding: 1.5em;
	padding-top: 0;
	font-size: 13px;
	margin-top: auto;
}

.clbutton div {
	background: rgba(var(--infred), 1);
	font-weight: 800;
	letter-spacing: -.035em;
	color: white;
	border-radius: 5px;
	line-height: 1em;
	text-align: center;
	padding: 1em;
	font-size: 18px;
}

.wsbgi {
	position: absolute;
	width: 100%;
	height: 100%;
}

.wcstatsc {
	position: relative;
}

.wsbgi {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	overflow: hidden;
	opacity: .5;
}

.wsbgi img {
	width: 100%;
}

.woocommerce-thankyou-order-received {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: .75em;
}

.woocommerce-thankyou-order-details {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	gap: 3em;
	flex-wrap: wrap;
	background: white;
	width: fit-content;
	padding: 1em 1.5em;
	border-radius: 10px;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	border: 1px solid #e5e7eb;
}

.woocommerce-thankyou-order-details li {
	font-weight: 600;
	font-size: 14px;
}

.woocommerce-thankyou-order-details li strong {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: rgb(var(--infblue));
	line-height: 1.25em;
}

body.woocommerce-order-received .woocommerce-table--order-details {
	text-align: left;
	max-width: 600px;
}

body.woocommerce-order-received .wc-item-meta {
	margin: 0;
}

body.woocommerce-order-received .wc-item-meta li {
	display: flex;
	gap: 1em;
}

body.woocommerce-order-received .wc-item-meta li p {
	margin: 0;
}

body.woocommerce-order-received .woocommerce-columns--2 {
	display: flex;
	flex-wrap: wrap;
	gap: 5em;
}

body.home .icustomslider .icsproduct {
	filter: none;
}

.hsafter {
	box-shadow: none;
}

.hsafter .hsaic:last-child {
	border: 1px solid #e2e8f0;
}

.hginsig img {
	max-width: 420px;
}

.cusheaderback {
	width: 12px;
	height: 12px;
	background: url(./img/icmad.svg);
	display: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
	text-align: left;
}

body.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.woocommerce-checkout .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.woocommerce-checkout tbody .product-name {
	font-weight: 700;
}

body.woocommerce-checkout .variation {
	display: grid;
	grid-template-columns: auto auto;
	margin: 0;
	font-weight: 400;
}

body.woocommerce-checkout .variation p {
	padding: 0;
	margin: 0;
}

body.woocommerce-checkout .variation *[class^='variation-'] {
	padding: 0;
	margin: 0;
}

body.woocommerce-checkout .wc_payment_methods label {
	font-weight: 700;
}

body.woocommerce-checkout .wc_payment_methods .wc_payment_method.payment_method_stripe {
	background: white;
	padding: 1em;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	filter: drop-shadow(0 1px 2px rgb(0 10 40 / 0.1)) drop-shadow(0 1px 1px rgb(0 10 40 / 0.06));
	margin-bottom: 1.5em;
}

body.woocommerce-checkout .wc_payment_methods .wc_payment_method.payment_method_stripe p {
	font-size: 14px;
	margin: .5em 0 1em 0;
}

body.woocommerce-checkout .wc_payment_methods .payment_box.payment_method_stripe {
	border-radius: 10px;
}

body.woocommerce-checkout .wc_payment_methods .payment_box.payment_method_stripe fieldset {
	border: none;
	background: #f3f4f6 !important;
	border-radius: 5px;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	border-color: #d1d5db;
	border-radius: 3px;
	padding: 10px !important;
}

body.woocommerce-checkout #place_order {
	background: rgb(var(--success));
	color: white;
	width: 100%;
	font-size: 18px;
}

.woocommerce-privacy-policy-text {
	font-size: 13px;
}

.woocommerce-privacy-policy-text a {
	font-weight: 600;
}

.woocommerce-terms-and-conditions-checkbox-text a {
	font-weight: 600;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	font-size: 13px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table dt {
	font-weight: 400;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal>* {
	padding-top: 1em;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table td:nth-child(2) {
	text-align: right;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total {
	text-align: right;
}

body.woocommerce-checkout #order_review_heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	background: color-mix(in srgb, #f3f4f6, #e5e7eb);
	padding: .5em .75em;
	user-select: none;
	color: #374151;
	font-size: 16px;
}

body.woocommerce-checkout #order_review_heading img {
	width: .65em;
}

body.woocommerce-checkout #order_review_heading.active img {
	rotate: 180deg;
}

body.blog article .container footer.entry-footer {
	border-bottom: 2px solid red;
	padding-bottom: 1.5em;
}

body.blog main .container,
body.single-post main .container,
body.archive.category main .container {
	max-width: 820px;
	line-height: 2em;
	font-size: 16px;
}

body.blog article .entry-footer,
body.single-post article .entry-footer,
body.archive.category article .entry-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	font-weight: 700;
	margin-bottom: 1.5em;
	color: rgba(var(--infblue), 1);
}

body.blog article img,
body.archive.category article img {
	max-width: 400px;
	/* float: left;
	margin: 0 2em 2em 0;	 */
	border-radius: 5px;
}

body.single-post article img {
	border-radius: 5px;
}

body.blog article .entry-meta,
body.single-post article .entry-meta,
body.archive.category article .entry-meta {
	margin-bottom: 1.5em;
	font-size: 13px;
}

.post-navigation span {
	display: block;
}

.post-navigation span.nav-subtitle {
	font-weight: 600;
	color: rgb(var(--infblue));
}

.post-navigation span.nav-title {
	font-size: 14px;
	font-weight: 500;
}

.post-navigation {
	background: white;
	border-radius: 5px;
	padding: .5em 1em;
	line-height: 1.5em;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin-top: 2em;
}

.site-main .posts-navigation .nav-links {
	font-weight: 600;
	font-size: 18px;
	color: rgba(var(--infblue), 1);
}

body.blog ul,
body.single-post ul,
body.archive.category ul {
	margin: 0;
}

body.blog h2:not(.entry-title) {
	color: rgb(var(--infred));
}

body.single-post h2,
body.archive.category h2:not(.entry-title) {
	/* color: rgb(var(--infred)); */
}

body.single-post h1 {
	line-height: 1.5em;
}

.post-archive-container {
	display: flex;
	gap: 40px;
	align-items: start;
	margin-bottom: 1em;
}

.post-archive-container .entry-content {
	margin-top: 0;
}

.post-archive-container .entry-content p {
	margin-top: 0;
}

body.page-template-custom-landing .entry-content {
	margin-top: 0;
}

body.page-template-custom-landing .icslider {
	margin: 80px 0;
}

.customcategoryslider,
.infcuscta {
	margin: 60px 0;
}

.cuslss {
	width: fit-content;
	background: rgb(var(--infblue));
	padding: 1.75em;
	border-radius: 9px;
	position: relative;
	color: white;
	display: flex;
	gap: 2em;
	align-items: center;
	max-width: 1024px;
	margin: 60px auto;
}

.cuslss>div:first-child,
.cuslss>div:last-child {
	flex-shrink: 0;
}

.cuslss h3 {
	color: white;
	margin: 0;
	margin-bottom: 0.25em;
}

.cuslss img {
	width: 72px;
}

.cuslss .button {
	background: white;
	color: rgba(var(--infblue), 1);
	font-weight: 800;
	font-size: 1.2em;
	filter: drop-shadow(0 0 20px #80b0ff80);
	transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cuslss .button:hover {
	filter: drop-shadow(0 0 20px #80b0ff);
}

.clsimg {
	display: flex;
}

.cuslss::before {
	width: 100%;
	height: 100%;
	background: radial-gradient(60% 250% at 100% 0%, #0080ff60, #0000ff00);
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-radius: 9px;
}

.cuslss::after {
	width: 100%;
	height: 100%;
	background: radial-gradient(50% 200% at 0% 100%, #0080ff60, #0000ff00);
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-radius: 9px;
	z-index: 0;
}

.cuslss>div {
	position: relative;
	z-index: 1;
}


.infinitudefaq {
	max-width: 1024px;
	margin: 0 auto;
	/* margin-top: 1.5em; */
}

.ifquestion {
	font-weight: 600;
	font-size: 18px;
	color: #00005a;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	border: 1px solid #d1d5db;
	background: #fff;
	padding: .5em .75em;
	gap: 1em;
}

.ifquestion:hover {
	cursor: pointer;
}

.ifquestion:hover svg {
	color: #334155;
}

.ifquestion svg {
	width: 14px;
	height: 14px;
	color: #64748b;
	transition: rotate .5s cubic-bezier(0.86, 0, 0.07, 1);
}

.ifanswer {
	display: none;
	margin-bottom: 2em;
}

.infinitudefaq.active svg {
	rotate: 45deg;
}

.inf-child-categories {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1em;
	margin-bottom: 4em;
}

.inf-child-categories>a>div {
	text-align: center;
	border: 1px solid #e2e8f0;
	border-radius: 5px;
	display: grid;
	align-items: center;
	background: white;
}

.inf-child-categories>a>div:hover {
	color: #ee0000;
	cursor: pointer;
}

.inf-child-categories .iccthumb {
	padding-top: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px 5px 0 0;
}

.inf-child-categories .icctext {
	padding: 1em;
	font-weight: 700;
}

#freebies {
	border-radius: 10px;
	background: #fff;
	border: 2px dashed #ee0000;
	padding: 1em 1.5em;
	margin-bottom: 1em;
}

.foffer {
	font-size: 21px;
	font-weight: 600;
}

.foffer span {
	color: rgb(var(--infred));
	font-weight: 700;
}

.countdowngrid {
	display: flex;
	gap: 1em;
	font-weight: 900;
	font-size: 30px;
	color: rgb(var(--infblue));
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.custp {
	background-image: url(./img/tplight.webp);
	width: 50%;
	max-width: 256px;
	padding-top: min(32.42%, 166px);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	margin-top: 4em;
}

.custpcart {
	max-width: 170px;
	padding-top: min(32.42%, 110px);
	margin-top: 0;
	margin-bottom: 2em;
}

.afcaption {
	margin: 0 auto;
	font-size: 36px;
	color: rgb(var(--infblue));
	text-align: center;
	margin-top: 1.5em;
	max-width: 1024px;
}

.afcgrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 2em;
}

.afcpoint {
	background: #fff;
	padding: .75em 1.25em;
	box-sizing: border-box;
	border-radius: 10px;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.afcpoint>div:first-child {
	font-weight: 900;
	font-size: 18px;
	margin-bottom: .5em;
	letter-spacing: -.03em;
}

td[data-title="Coupon: hh2024"] .amount,
.coupon-hh2024 .amount {
	display: none;
}

.coupon-hh2024 {
	background: #f0fdf4;
}

.coupon-hh2024 th {
	background: #f0fdf4;
	color: #15803d;
	padding: .5em;
}

.headerproductsearch {
	position: fixed;
	z-index: 2;
	width: 100%;
	background: #ffffffdd;
	backdrop-filter: blur(10px);
	display: none;
	top: 104px;
	box-shadow: 0 0 10px #00000020;
}

body.stickymenu .headerproductsearch {
	top: 52px;
}

.headerproductsearch .widget {
	margin: 1em 0;
	margin-left: auto;
	width: fit-content;
}

.headerproductsearch .widget input,
.headerproductsearch .widget button {
	appearance: none;
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	line-height: 40px;
	padding: 0 1em;
	font-family: inherit;

}

.headerproductsearch .widget input {
	border-radius: 5px 0 0 5px;
	box-shadow: inset 0 0 2px #00000080;
	z-index: 1;
	font-size: 14px;
}

.headerproductsearch .widget button {
	border-radius: 0 5px 5px 0;
	font-weight: 600;
	color: white;
	background: rgb(var(--infblue));
}

.headerproductsearch .woocommerce-product-search {
	display: flex;
}

.inf-bulk-discount-text {
	font-size: 11px;
	display: inline-grid;
	line-height: 1;
	vertical-align: super;
	margin-left: .25em;
}

.inf-bulk-discount-text-del {
	margin-right: .25em;
}

.inf-bdp {
	font-weight: 600;
}

.inf-bdp-price,
.inf-bdp-qty {
	position: relative;
	font-weight: 700;
}

.inf-bdp-out {
	animation: infbdpout .1s ease-out 1 forwards;
}

@keyframes infbdpout {
	0% {
		opacity: 1;
		top: 0;
	}

	100% {
		opacity: 0;
		top: -10px
	}
}

.inf-bdp-in {
	animation: infbdpin .1s ease-out 1 forwards;
}

@keyframes infbdpin {
	0% {
		opacity: 0;
		top: 10px;
	}

	100% {
		opacity: 1;
		top: 0;
	}
}

#inf-shop-page-loading {
	width: fit-content;
	margin: 2em auto;
	display: block;
	visibility: hidden;
}

#inf-shop-page-loading.active {
	visibility: visible;
}

.shoploader {
	width: 48px;
	height: 48px;
	border: 5px solid;
	border-color: #FF3D00 transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: slrotation 1s linear infinite;

}

@keyframes slrotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (min-width:1200px) {
	body.stickymenu #primary-menu>li:last-child {
		border-top: none;
		border-bottom: none;
		border-radius: 0;
		border-width: 1px;
		border-color: rgba(var(--infblue), .125);
	}

	body.stickymenu #primary-menu {
		border-bottom: 1px solid white;
	}

	.main-navigation ul li:hover>.submenu-wrapper,
	.main-navigation ul li.focus>.submenu-wrapper {
		display: block;
	}

	.hsaic {
		height: 90px;
	}

	.beforesingleproduct .flex-control-thumbs::-webkit-scrollbar {
		width: 10px;
	}

	/* Track */
	.beforesingleproduct .flex-control-thumbs::-webkit-scrollbar-track {
		background: #f1f5f9;
		border-radius: 5px;
	}

	/* Handle */
	.beforesingleproduct .flex-control-thumbs::-webkit-scrollbar-thumb {
		background: #cbd5e1;
		border-radius: 5px;
	}

	/* Handle on hover */
	.beforesingleproduct .flex-control-thumbs::-webkit-scrollbar-thumb:hover {
		background: #cbd5e1;
	}

	.infcustom2col .wp-block-image {
		filter: drop-shadow(10px 20px 30px rgb(0 0 90 / 0.08)) drop-shadow(4px 8px 8px rgb(0 0 90 / 0.15));
	}

	.customdeskscroll {
		display: none;
	}
}


@media screen and (min-width:1300px) {
	.inf-shop-cont .products .product:nth-child(4n+0) {
		border-right: 1px solid #e2e8f0;
	}

	.inf-shop-cont .products .product:nth-child(-n+4) {
		border-top: 1px solid #e2e8f0;
	}

	.wcugrid>div:first-child {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5em;
	}

	.wculist {
		gap: .75em;
	}

	.wcuc h2 {
		margin-bottom: 1em;
	}

	.site-footer .footer-grid {
		display: flex;
		justify-content: space-evenly;
	}

	.infcatalogslider:not(.shopinfcatalogslider) .inficsi {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 2em;
	}

	.deskscrollcatalog {
		display: none;
	}

	.inficsitem img {
		height: 160px;
		width: 100%;
	}

	.page-template-slash-custom-pages .custominfcatalogslider .inficsitem img {
		height: 100%;
	}
}

@media screen and (min-width:1540px) {
	.hsaftercontainer {
		max-width: 1860px;
		border-radius: 0 0 5px 5px;
	}

	.hsafter {
		border-radius: 0 0 5px 5px;
	}

	.hsaic:first-child {
		border-radius: 0 0 0 5px;
	}

	.inficsitem img {
		height: 11vw;
		max-height: 220px;
	}

	.page-template-slash-custom-pages .inficsitem img {
		height: 11vw;
		max-height: 141px;
	}

	.page-template-slash-custom-pages .inftrendingslider .inficsitem img {
		max-height: 240px;
	}

	.page-template-slash-custom-pages .custominfcatalogslider .inficsitem img {
		max-height: 11vw;
	}

	.infcatalogslider:not(.shopinfcatalogslider) .inficsitem .iredbar {
		height: 40px;
	}
}

@media screen and (min-width:1200px) and (max-width:1299px) {
	.wcustatsgrid>div>div:first-child {
		font-size: 20px;
	}

	.wcustatsgrid>div>div:last-child {
		font-size: 12px;
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem {
		min-width: 240px;
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem .text {
		font-size: 24px;
	}

	.infcheckoutgrid {
		gap: 2em;
	}

	.inf-child-categories {
		grid-template-columns: repeat(5, 1fr);
	}
}




@media screen and (max-width:1199px) {
	.infnavtop {
		order: 1;
		width: 34px;
	}

	.infnavtop #primary-menu {
		display: none;
	}

	.infnavtop.toggled #primary-menu {
		display: block;
		position: fixed;
		inset: 0;
		background: white;
		box-sizing: border-box;
		z-index: 1;
		padding: 0 30px 30px 30px;
		top: 100px;
		min-height: calc(100vh - 48px);
	}

	.site-footer .footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.footerlayout {
		grid-template-columns: calc(45% - 60px) 55%;
		grid-column-gap: 60px;
	}

	.container.infhtop {
		padding: 10px 30px;
	}

	/* MENU */
	.infnavtop .nav-menu>.menu-item-has-children::after {
		width: 36px;
		height: 36px;
		right: 0px;
		top: 19px;
		background-size: 18px 18px;
		background-position: right center;
	}

	#primary-menu>li>a {
		width: fit-content;
		font-size: 20px;
	}

	#primary-menu>li:last-child {
		padding: 1em;
		margin-top: 2em;
		text-align: center;
	}

	#primary-menu>li:last-child a {
		width: 100%;
	}

	.submenu-wrapper {
		width: 100%;
		position: relative;
		left: 0;
		background: #fff;
		top: 0px;
		padding: 0;
		padding-top: 0;
		box-shadow: none;
		margin-bottom: 2em;
	}

	.infnavtop .nav-menu {
		max-height: 100vh;
		overflow: auto;
	}

	.infnavtop .nav-menu>li:not(:last-child) {
		border-bottom: rgba(var(--infblue), .125);
	}

	.main-navigation ul ul.menu-depth1 {
		gap: 1.5em;
		margin-top: 1.5em;
	}

	body.stickymenu .headerspacer {
		height: 64px;
	}

	body.stickymenu .infnavtop.toggled #primary-menu {
		top: 52px;
	}

	body.stickymenu #primary-menu>li:not(:last-child)>a {
		line-height: 74px;
	}

	body.stickymenu .submenu-wrapper {
		top: 0px;
	}

	.main-navigation ul li.active>.submenu-wrapper {
		display: block;
	}

	.infnavtop .nav-menu>.menu-item-has-children.active::after {
		rotate: 180deg;
		background-position: left center;
	}

	#primary-menu {
		animation: pmrev .1s ease-out 1 forwards;
		transform-origin: top center;
	}

	@keyframes pmrev {
		0% {
			opacity: 0;
			scale: .9;
		}

		100% {
			opacity: 1;
			scale: 1;
		}
	}

	.hsaic {
		display: grid;
		gap: 1.5em;
		padding: 30px 30px;
		margin: 0 auto;
		width: fit-content;
	}

	.hsaic svg {
		margin: 0 auto;
	}

	.homeslider {
		height: 65vw;
	}

	.singleproductgrid {
		grid-template-columns: 490px calc(100% - 530px);
		gap: 40px;
	}

	.beforesingleproduct .woocommerce-product-gallery {
		display: block;
	}

	.beforesingleproduct .flex-control-thumbs {
		display: flex;
		max-width: 480px;
	}

	.beforesingleproduct .onsale {
		left: 0px;
	}

	#infcusmenu {
		display: none;
	}

	#infcusmenu.active {
		display: block;
		position: absolute;
		left: 0;
		background: #f8fafc;
		width: 100%;
		top: 64px;
		padding-bottom: 30px;
	}

	body.stickymenu #infcusmenu.active {
		top: 52px;
	}

	.icmfl {
		height: 64px;
		font-size: 24px;
		padding: 0;
		font-weight: 600;
		border-bottom: 1px solid #cbd5e1;
	}

	body.stickymenu .icmfl {
		height: 64px;
	}

	.icmfl:last-child {
		border-bottom: none;
	}

	#infcusmenu .primarytext {
		font-weight: 600;
	}

	#infcusmenu.active {
		height: calc(100vh - 94px);
		animation: icmr .3s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
	}

	@keyframes icmr {
		0% {
			height: 0;
		}

		100% {
			height: calc(100vh - 94px);
		}
	}

	body.stickymenu #infcusmenu {
		height: calc(100vh - 52px);
	}

	.icmad {
		margin-left: auto;
		rotate: 0deg;
		height: 2em;
		width: 2em;
		padding: 16px;
	}

	.icml2-child {
		box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	}

	.cube__face {
		background: white;
	}

	.icm3d {
		filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
	}

	#infcusmenu.active {
		transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
		z-index: 1;
	}

	#infcusmenu.active.offscreen {
		transform: translateX(-100%);
	}

	.icmlvl2 {
		top: 94px;
		transition: none;
		height: calc(100vh - 94px);
		overflow: auto;
	}

	body.stickymenu .icmlvl2 {
		top: 52px;
		height: calc(100vh - 52px);
	}

	.icml2-child {
		padding-top: 1em;
		padding-bottom: 3em;
		box-shadow: none;
		overflow: hidden;
	}

	.mobmenback {
		display: flex;
		font-size: 18px;
		line-height: 1em;
		padding-bottom: 10px;
		font-weight: 600;
		color: rgb(var(--infblue));
		gap: .5em;
		align-items: center;
		position: relative;
	}

	.mobmenback.container {
		padding-top: .5em;
		padding-bottom: 1em;
	}

	.mmbbor {
		height: 1px;
		background: #cbd5e1;
		margin-bottom: 1.5em;
	}

	.mobmenback>div {
		display: flex;
	}

	.mobmenback img {
		width: .75em;
		rotate: 180deg;
	}

	.icmf .meta {
		text-wrap: nowrap;
	}

	.icmfeatured.container {
		overflow: auto;
		margin-bottom: 1em;
		padding-bottom: .75em;
	}

	.cwhgrid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5em;
	}

	.wcstatsc {
		height: calc((100vw - 60px) / 2);
	}

	.getaquote {
		position: fixed;
		background: white;
		color: white;
		font-size: 20px;
		display: block;
		width: 100%;
		bottom: 0;
		line-height: 64px;
		font-weight: 800;
		z-index: 1;
		text-align: center;
		user-select: none;
		transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
		padding: 20px 30px;
		filter: drop-shadow(0 -25px 25px rgb(0 10 40 / 0.15));
	}

	.gaqbutton {
		background: rgba(var(--infred), 1);
		border-radius: 10px;
	}

	.getaquote.hide {
		transform: translateY(101%);
	}

	.footerbottom {
		grid-template-columns: calc(45% - 60px) 55%;
		grid-column-gap: 60px;
	}

	.icslider.padded {
		margin-left: -30px;
		margin-right: -30px;
	}

	.icustomslider .icsproducts {
		display: flex;
		gap: 1em;
	}

	.icustomslider .icsproduct {
		width: 240px;
		filter: none;
	}

	.icustomslider .icsproducts img {
		width: 240px;
		height: 240px;
	}

	.icustomslider .icsproducts>* {
		flex-shrink: 0;
	}

	.icsscroller {
		overflow: auto;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}

	.icustomslider:not(.container) {
		margin-left: -30px;
		margin-right: -30px;
	}

	.icustomslider.container {
		padding: 0;
	}

	.narrow-columns {
		padding: 0 30px;
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem {
		min-width: 240px;
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem .text {
		font-size: 24px;
	}

	.narrow-columns>.infcatalogslider>.inficsi {
		grid-template-columns: repeat(3, 1fr);
	}

	.narrow-columns.icustomslider .icsproducts {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.narrow-columns.icustomslider .icsproducts img {
		width: 100%;
		height: 100%;
	}

	.narrow-columns.icustomslider .icsproduct {
		width: 100%;
		filter: none;
	}

	#wpadminbar {
		display: none;
	}

	.clhgrid {
		grid-template-columns: repeat(1, 1fr);
	}

	.clhgrid>div:last-child {
		grid-row: 1;
	}

	.clhgrid video {
		max-width: 480px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.customlandinghead h2 {
		text-align: center;
	}

	.infcheckoutgrid {
		display: grid;
		grid-template-columns: 100%;
		gap: 4em;
	}

	.inf-child-categories {
		grid-template-columns: repeat(4, 1fr);
	}

	.afcaption {
		max-width: 90%;
	}

	.headerproductsearch {
		top: 94px;
	}

	body.stickymenu .headerproductsearch {
		top: 64px;
	}
}

@media screen and (max-width:1023px) {
	.singleproductgrid {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}

	.beforesingleproduct .flex-control-thumbs {
		display: block;
		max-width: 100px;
	}

	.beforesingleproduct .woocommerce-product-gallery {
		display: flex;
	}

	.singleproductgrid .entry-summary {
		margin-top: 0px;
	}

	.container {
		padding: 0 60px;
	}

	.beforesingleproduct .onsale {
		left: 110px;
	}

	.container.infhtop {
		padding: 10px 60px;
	}

	.infnavtop.toggled #primary-menu {
		padding: 0 60px 30px 60px;
	}

	.icml2-child {
		padding-top: 1em;
		padding-bottom: 3em;
		box-shadow: none;
	}

	.container.infcccontm {
		overflow: auto;
		padding: 0;
	}

	.infcccont {
		padding: 0 60px;
		overflow: auto;
	}

	.infscrolll,
	.infscrollr {
		display: none;
	}

	.hbgi {
		object-fit: cover;
	}

	.wcstatsc {
		height: calc((100vw - 80px) / 2);
	}

	.shopdeskscroll {
		display: none;
	}

	.icslider.padded {
		margin-left: -40px;
		margin-right: -40px;
	}

	.inf3points {
		grid-template-columns: repeat(2, 1fr);
	}

	.icsscroller {
		padding-left: 60px;
		padding-right: 60px;
	}

	.icustomslider:not(.container) {
		margin-left: -60px;
		margin-right: -60px;
	}

	.icslider.padded.narrow-columns {
		margin-left: 0px;
		margin-right: 0px;
	}

	.narrow-columns:not(.container) {
		padding: 0;
	}

	.getaquote {
		padding: 20px 60px;
	}

	.inf-child-categories {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width:959px) {
	.container {
		padding: 0 40px;
	}

	.container.infhtop {
		padding: 10px 40px;
	}

	.infnavtop.toggled #primary-menu {
		padding: 0 40px 30px 40px;
	}

	.infspf {
		margin-left: auto;
		margin-right: auto;
	}

	.icml2-child {
		padding-top: 1em;
		padding-bottom: 3em;
		box-shadow: none;
	}

	#customer_login {
		gap: 30px;
	}

	#customer_login>div {
		padding: 1em 1.5em;
	}

	.inficsi {
		padding: 0 40px;
	}

	.infcatalogslider {
		overflow: auto;
		border-radius: 0px;
	}

	.inffeaturedslider {
		overflow: auto;
		border-radius: 0px;
	}

	.container.icslider.padding {
		padding: 0;
	}

	.infcccont {
		padding: 0 40px;
	}

	body .infcustom2col {
		display: grid;
		gap: 80px;
	}

	body .infcustom2col .wp-block-image {
		margin: 0 auto;
	}

	body .inf2colr div:first-child {
		grid-row: 2;
	}

	body .infcustom2col h2 {
		text-align: center;
		margin: 0 auto;
	}

	.iccbuttons {
		display: grid;
		max-width: 320px;
		width: 100%;
		text-align: center;
	}

	.infmapgrid {
		/* display: grid; */
		flex-flow: wrap-reverse;
		flex-direction: row;
	}

	.infmapgrid>div:last-child {
		grid-row: 1;
	}

	.infmapgrid>div:last-child {
		flex-basis: 100%;
		max-width: 480px;
	}

	.infmapgrid.boxed {
		padding: 6em;
	}

	.infprodgrid {
		grid-template-columns: 100%;
		text-align: center;
		padding: 5em;
	}

	.infprodgrid>div:first-child {
		grid-row: 2;
	}

	.infprodgrid .list,
	.infprodgrid .iccbuttons {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.inf123grid {
		gap: 1em;
	}

	.icsscroller {
		padding-left: 40px;
		padding-right: 40px;
	}

	.icustomslider:not(.container) {
		margin-left: -40px;
		margin-right: -40px;
	}

	.hg50 {
		grid-template-columns: repeat(1, 1fr);
		gap: 2em;
		text-align: center;
	}

	.icslider.padded.narrow-columns {
		margin-left: 0px;
		margin-right: 0px;
	}

	.narrow-columns:not(.container) {
		padding: 0;
	}

	.narrow-columns>.infcatalogslider>.inficsi {
		padding: 0;
	}

	.narrow-columns>.infcatalogslider>.inficsi {
		gap: 1em;
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem {
		min-width: 200px;
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem .text {
		font-size: 20px;
		top: -10px;
	}

	.narrow-columns.icustomslider .icsproducts {
		grid-template-columns: repeat(3, 1fr);
	}

	.page-template-slash-custom-pages .custominfcatalogslider .inficsitem img {
		height: 100%;
	}

	.shopinfcatalogslider {
		margin-left: -40px;
		margin-right: -40px;
	}

	.getaquote {
		padding: 20px 40px;
	}

	.cartgrid {
		grid-template-columns: auto;
	}

	.clandingprods {
		grid-template-columns: repeat(2, 1fr);
	}

	.hginsig img {
		max-width: 240px;
	}

	.hg50r>div:last-child {
		grid-row: 1;
	}

	body.blog article img,
	body.single-post article img,
	body.archive.category article img {
		max-width: 100%;
		float: none;
		margin: 0em;
	}

	.post-archive-container .entry-content {
		margin-top: 0;
	}

	.post-archive-container {
		display: grid;
		gap: 40px;
		align-items: start;
		margin-bottom: 0em;
	}

}

@media screen and (max-width:1299px) and (min-width:768px) {
	.inf-shop-cont .products.columns-4 {
		grid-template-columns: repeat(3, 1fr);
	}

	.inf-shop-cont .products .product:nth-child(3n+0) {
		border-right: 1px solid #e2e8f0;
	}

	.inf-shop-cont .products .product:nth-child(-n+3) {
		border-top: 1px solid #e2e8f0;
	}

	.inf-shop-cont .products .product {
		padding: 1em;
		padding-bottom: 1.25em;
	}
}

@media screen and (max-width:767px) {
	.container {
		padding: 0 15px;
	}

	.container.infhtop {
		padding: 10px 15px;
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.footerlayout {
		grid-template-columns: 100%;
		grid-row-gap: 20px;
	}

	.infnavtop.toggled #primary-menu {
		padding: 0 20px 90px 20px;
	}

	.inftopr {
		gap: 1em;
	}

	.inftopr>div {
		flex-shrink: 0;
	}

	.homeslider {
		height: 110vw;
	}

	.hsaegrid>*:last-child {
		margin-left: auto;
	}

	.inf-shop-cont .products.columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.inf-shop-cont .products .product {
		padding: 1em;
		padding-bottom: 1.25em;
	}

	.inf-shop-cont .products .product:nth-child(2n+0) {
		border-right: 1px solid #e2e8f0;
	}

	.inf-shop-cont .products .product:nth-child(-n+2) {
		border-top: 1px solid #e2e8f0;
	}

	.beforesingleproduct .woocommerce-product-gallery {
		display: block;
	}

	.beforesingleproduct .flex-control-thumbs {
		display: flex;
		max-width: calc(100vw - 30px);
	}

	.beforesingleproduct .flex-control-thumbs li {
		flex-shrink: 0;
	}

	.beforesingleproduct .flex-viewport {
		width: calc(100vw - 30px);
		height: calc(100vw - 30px) !important;
	}

	.beforesingleproduct {
		margin-top: 15px;
	}

	.beforesingleproduct .onsale {
		left: 0px;
	}

	.site-footer {
		padding: 30px 0 40px 0;
	}

	.headercart .widget_shopping_cart_content>ul>li img {
		max-width: 96px;
		position: relative;
	}

	.headercart .widget_shopping_cart_content>ul>li {
		grid-template-columns: 96px 100px calc(100% - 226px);
		gap: 0;
		grid-column-gap: 15px;
	}

	.headercart .widget_shopping_cart_content>ul>li>div:nth-child(2) {
		grid-column: 2/4;
		grid-row: 1;
	}

	.headercart .widget_shopping_cart_content>ul>li>div:nth-child(3) {
		grid-column: 2;
		grid-row: 2;
	}

	.headercart .widget_shopping_cart_content>ul>li>div:nth-child(4) {
		grid-column: 3;
		grid-row: 2;
	}

	.icml2-child {
		padding-top: 1.5em;
		padding-bottom: 3em;
		box-shadow: none;
	}

	#customer_login {
		display: grid;
		grid-template-columns: 100%;
	}

	.inficsi {
		padding: 0 15px;
	}

	.hsafter {
		display: block;
	}

	.hsaic:first-child {
		border-radius: 0;
		width: 100%;
	}

	.shopcontainer {
		padding: 0;
	}

	.shopoverlay .pcustomize {
		font-size: 16px;
	}

	.infcccont {
		padding: 0 15px;
	}

	.related.products .products.columns-3 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.related.products .products.columns-3 .product {
		margin-bottom: 0;
		border-top: 1px solid #cbd5e1;
		border-left: 1px solid #cbd5e1;
		border-right: 1px solid #cbd5e1;
		border-bottom: 0px solid #cbd5e1;
	}

	.related.products .products.columns-3 .product:first-child {
		border-radius: 5px 5px 0 0;
	}

	.related.products .products.columns-3 .product:last-child {
		border-bottom: 1px solid #cbd5e1;
		border-radius: 0 0 5px 5px;
	}

	.inf-shop-header.single-product h1:first-line {
		/* transform: translateX(8px) */
	}

	.inf-shop-header .woocommerce-breadcrumb {
		/* display: grid;
		grid-template-columns: auto auto auto auto; */
	}

	.spffm {
		padding: 1em;
	}

	.spffmb {
		padding: 1em;
	}

	.spffm .variations tbody {
		grid-template-columns: repeat(1, 1fr);
		gap: 1em;
	}

	.deskscroll {
		display: none;
	}

	.wcustatsgrid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5em;
	}

	.gform_wrapper.gravity-theme .gfield.gfield--width-third.wsprodcont {
		grid-column: span 12;
	}

	.cwhform .gform_wrapper.gravity-theme .gfield input,
	.cwhform .gform_wrapper.gravity-theme .gfield textarea {
		line-height: 16px !important;
	}

	.wcstatsc {
		height: calc((100vw - 30px)*1.25);
	}

	.footerbottom {
		grid-template-columns: 100%;
	}

	.footercard {
		margin-left: 0;
		margin-top: 1em;
	}

	.icslider.padded {
		margin-left: -15px;
		margin-right: -15px;
	}

	.page-template-slash-custom-pages h1.entry-title {
		text-align: center;
	}

	body .infcustom2col .wp-block-image {
		max-width: 80%;
	}

	.inf3points {
		grid-template-columns: repeat(2, 1fr);
		text-align: center;
	}

	.inf3points .icon {
		margin: 0 auto;
		margin-bottom: .75em;
	}

	.infmapgrid {
		gap: 0;
		grid-row-gap: 2em;
	}

	.imappoints {
		font-size: 22px;
	}

	.infmapgrid.boxed {
		padding: 2em 1em;
	}

	.infprodgrid {
		padding: 3em 1em;
	}

	.infprodgrid>div:last-child {
		padding: 0em 2em;
	}

	.inf123grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.icsscroller {
		padding-left: 15px;
		padding-right: 15px;
	}

	.icustomslider:not(.container) {
		margin-left: -15px;
		margin-right: -15px;
	}

	.narrow-columns>.infcatalogslider>.inficsi {
		grid-template-columns: repeat(2, 1fr);
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem {
		min-width: 100px;
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem .text {
		font-size: 18px;
		top: -9px;
	}

	.narrow-columns.icustomslider .icsproducts {
		grid-template-columns: repeat(2, 1fr);
	}

	.shopinfcatalogslider {
		margin-left: -15px;
		margin-right: -15px;
	}

	.getaquote {
		padding: 15px;
	}

	.header-customizer .inftopr {
		display: none;
	}

	.header-customizer .infhtop {
		justify-content: center;
	}

	.trcmenu {
		display: none;
	}

	body.woocommerce-cart .product-details {
		display: flex;
		gap: 2em;
		text-align: left;
	}

	.infcartactions {
		display: block;
		width: 100%;
		text-align: left;
	}

	.infcartactions .coupon {
		display: flex;
		justify-content: space-between;
	}

	.infcartactions button[name="update_cart"] {
		width: 100%;
		margin-top: 1em;
	}

	body.woocommerce-cart .woocommerce-cart-form__contents tbody tr:first-child td.product-details {
		padding-top: 0;
		gap: 1em;
	}

	body.woocommerce-cart .product-details img {
		width: 64px;
	}

	body.woocommerce-cart .cartgrid .product-subtotal {
		padding: 1em 0 !important;
		font-weight: 600;
	}

	.clhsubgrid {
		grid-template-columns: repeat(1, 1fr);
		gap: 2em;
		max-width: calc(100% - 3.5em);
		position: relative;
		margin: 0 auto;
	}

	.customlandinghead h2 {
		font-size: 30px;
	}

	.customlandinghead {
		background: radial-gradient(150% 50% at 0% 30%, rgb(0, 75, 200), rgb(var(--infblue)));
		padding: 2em 0 4em;
	}

	.clhgrid {
		gap: 1.5em;
	}

	.clandingprods {
		grid-template-columns: repeat(1, 1fr);
		gap: 2em;
	}

	.clandingprods .clproduct .image img {
		max-width: 240px;
		position: relative;
		margin: 1em auto;
		display: block;
	}

	.woocommerce-thankyou-order-details {
		display: grid;
		gap: 2em;
	}

	.woocommerce-thankyou-order-received {
		font-size: 24px;
	}

	.cusheadback {
		display: flex;
		align-items: center;
		gap: .75em;
	}

	.cusheaderback {
		rotate: 180deg;
		display: block;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 100%;
		grid-row-gap: 1em;
	}

	.cuslss {
		display: grid;
		gap: 1em;
		text-align: center;
		padding: 2.5em;
	}

	.cuslss img {
		margin: 0 auto;
	}

	.cuslss .button {
		margin-top: .5em;
	}

	.cuslss::before {
		background: radial-gradient(60% 150% at 100% 0%, #0080ff60, #0000ff00);
	}

	.cuslss::after {
		background: radial-gradient(50% 100% at 0% 100%, #0080ff60, #0000ff00);
	}

	.inf-child-categories {
		grid-template-columns: repeat(2, 1fr);
	}

	#freebies {
		text-align: center;
	}

	.countdowngrid {
		display: grid;
		gap: 0
	}

	.afcaption {
		font-size: 24px;
		max-width: 90%;
	}

	.afcgrid {
		grid-template-columns: repeat(1, 1fr);
	}

	.headerproductsearch .widget {
		margin-right: auto;
	}
}

@media screen and (max-width:440px) {
	.inficsitem img {
		height: 100px;
	}

	.site-footer .footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.infhlogo {
		width: 190px;
		display: flex;
		height: 37px;
	}

	body:not(.stickymenu) .container.infhtop {
		height: 64px;
	}

	.hbgi {
		/* background-image: url(./img/mobhome.webp); */
	}

	.icml2-child {
		padding-top: .75em;
		padding-bottom: 150px;
		box-shadow: none;
	}

	.icmitems {
		display: grid;
		gap: 1em;
		width: 100%;
	}

	.icmi .image {
		width: 96px;
		height: 96px;
	}

	.icmlsec {
		width: 100%;
	}

	.icmsc {
		display: grid;
		gap: 1.5em;
		grid-template-columns: repeat(2, 1fr);
	}

	.wcstatsc h1 {
		text-indent: 8px;
		text-wrap: wrap;
		position: relative;
		left: -8px;
	}

	.icmfl {
		font-size: 20px;
	}

	.icmad {
		padding: 12px;
	}

	.inf-shop-header h1 {
		/* text-indent: 8px;
		left: -8px; */
		position: relative;
		line-height: 1em;
		margin-bottom: .5em;
		margin-top: .25em;
	}

	.infcustom2col .wp-block-image::before {
		top: 20px;
		left: 20px;
	}

	.infcustom-top-text {
		font-size: 18px;
		line-height: 1.75em;
		text-align: center;
	}

	.page-template-slash-custom-pages .infh2 {
		text-align: center;
	}

	.iccbuttons {
		max-width: 100%;
	}

	.inf3points .heading {
		font-size: 16px;
	}

	.mobbreak {
		display: block;
	}

	.heading123 {
		text-align: center;
	}

	.heading123 .mobbreak {
		margin-top: .5em;
	}

	body.home .infh2,
	body.home div:has(.infh2) {
		margin-left: auto;
		margin-right: auto;
	}

	body.home .infh2 {
		text-align: center;
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem .text {
		font-size: 16px;
		top: -8px;
	}

	.narrow-columns>.custominfcatalogslider>.inficsi .inficsitem img {
		height: 100%;
	}

	.inficsitem .iredbar {
		height: 20px;
	}

	.inficsitem::after {
		bottom: 20px;
	}

	.inficsi {
		gap: 1em;
	}

	.cwhform h3 {
		font-size: 24px;
	}

	.inf-child-categories {
		grid-template-columns: repeat(1, 1fr);
	}

	h2.inffont {
		font-family: unset;
		transform: none;
		text-transform: none;
		line-height: 1.25em;
		letter-spacing: -0.025em;
		font-size: max(28px, 1em);
		font-weight: 800;
		text-align: center;
	}

	.inf-page-header h1 {
		text-align: center;
	}

	h2 {
		text-align: center;
	}

	.headerproductsearch {
		top: 94px;
	}

	body.stickymenu .headerproductsearch {
		top: 57px;
	}
}

@media screen and (max-width: 415px) {
	.infheaderlinks>div:nth-child(1) {
		display: none;
	}
}

@media screen and (max-width: 389px) {
	.infhlogo {
		width: 160px;
	}

	.site-footer .footer-grid {
		gap: 20px;
	}

	.narrow-columns>.infcatalogslider>.inficsi .inficsitem .text {
		font-size: 14px;
		top: -7px;
	}

	.spfmenu .active {
		padding: 1em;
	}
}

.hidden {
	display: none;
}