/*!
Theme Name: Tegral
Theme URI: https://tegral.com.au/
Author: Buchanansgroup
Author URI: https://tegral.com.au/
Description: Customize Theme for Tegral Website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tg
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.

Tegral 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/
*/

/*--------------------------------------------------------------
>>> 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.5;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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: 45px;
	margin: 0 0 20px;
}

/* 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;
	transition: all .3s ease-in-out;
}

/**
 * 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: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
	margin-bottom: 20px;
}

/**
 * 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #fc5c04;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
	font-size: 20px;
}


@media (min-width: 768px) {
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 26px;
	}
}


p {
	margin-top: 0;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0;
}

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: #fff;
	font-family: 'Roboto', sans-serif;
	color: #4C4C4C;
	line-height: 1.5;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 20px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

/* 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;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fc5c04;
	text-decoration: none;
}

a:visited {
	color: #fc5c04;
}

a.button:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart {
	border: 1px solid;
	border-color: #4C4C4C;
	border-radius: 3px;
	background: #4C4C4C;
	color: #fff;
	line-height: 1 !important;
	padding: 10px 15px !important;
	transition: all .3s ease-in-out;
	font-size: 14px !important;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 25px;
}

@media (min-width: 1200px) {
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	.button:hover,
	.added_to_cart:hover {
		border-color: #000;
		background: #000;
		color: #fff;
	}

	button:active,
	button:focus,
	.added_to_cart: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,
	.button:focus,
	.button:active {
		border-color: #000;
		border-color: #000;
		background: #000;
		color: #fff;
	}
}

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 {
	width: 100%;
    height: 40px;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 0;
}

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%;
}


/* XOO Forms tweak
--------------------------------------------- */
.xoo-aff-group input[type="text"], 
.xoo-aff-group input[type="password"], 
.xoo-aff-group input[type="email"], 
.xoo-aff-group input[type="number"], 
.xoo-aff-group select, 
.xoo-aff-group select + .select2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

label.xoo-el-form-label,
.xoo-aff-group label {
	font-weight: 400;
}

.xoo-el-main a {
 	text-decoration: none;
 	font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: -4px;
}

.xoo-aff-group input[type="text"], 
.xoo-aff-group input[type="password"], 
.xoo-aff-group input[type="email"], 
.xoo-aff-group input[type="number"], 
.xoo-aff-group select, 
.xoo-aff-group select + .select2 {
	outline: none;
}

/*--------------------------------------------------------------
# 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;
}

.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: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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;
}

.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;
}

/* Container
--------------------------------------------- */
.container,
.large-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
	.container {
	    width: 100%;
	    max-width: 1687px;
	}

	.large-container {
	    width: 100%;
	    max-width: 1800px;
	}
}

/* Flex Grid
--------------------------------------------- */
.flex-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


/* Header
--------------------------------------------- */
@media (min-width: 1200px) {
	.top-header {
		background-color: #a6a6a6;
		padding: 5px 0;
	}

	.top-header .large-container {
		max-width: 1682px;
	}

	.top-nav {
		margin-right: auto;
	}

	.top-nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.top-nav ul li {
		display: inline-block;
	}

	.top-nav a {
		text-decoration: none;
		color: #fff;
		font-weight: 300;
		font-size: 12px;
	}

	.top-header .flex-grid {
		justify-content: flex-end;
	}

	.top-nav .menu > li:before {
		background-color: rgba(255,255,255,.1);
	}

	.top-nav li:first-of-type:before {
		display: none;
	}

	.top-nav li a {
		position: relative;
	}

	.top-nav li:before {
		content: " ";
		display: inline-block;
	    height: 25px;
	    width: 1px;
	    background-color: rgba(0,0,0,.05);
	    margin-left: 10px;
	    margin-right: 10px;
	    vertical-align: middle;
	}

	.top-nav .menu > li a:after {
	    content: " ";
	    position: absolute;
	    right: 0;
	    bottom: -1px;
	    width: 0;
	    height: 1px;
	    background-color: #fff;
	    transition: width .2s ease;
	}

	.top-nav ul > li a:hover:after,
	.top-nav ul > li.current-menu-item a:after {
	    width: 100%;
	    left: 0;
	}

}

/* User Account Header
--------------------------------------------- */
@media (min-width: 1200px) {
	.user-account {
		color: #000;
		text-decoration: none;
		font-size: 16px;
		position: relative;
	}

	.user-account .btn,
	.user-account a {
		margin-left: 2px;
		font-size: 14px;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
	}

	.user-account a i {
		margin-right: 5px;
	}


	.user-account .btn:hover,
	.user-account a:hover,
	.user-account-dropdown:hover,
	.user-account-dropdown:focus {
		color: #fff;
	}

	.user-account-dropdown {
		cursor: pointer;
	}

	.user-account-dropdown-body {
		position: absolute;
		width: 150px;
		height: auto;
		left: -26px;
		background: #fff;
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
		opacity: .1;
		visibility: hidden;
		transition: all .3s ease-in-out;
	}

	.user-account-dropdown-body.active {
		visibility: visible;
		opacity: 1;
		z-index: 1;
	}

	.user-account-dropdown-body ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.user-account-dropdown-body ul li:before {
		display: none;
	}

	.user-account-dropdown-body ul li a {
		padding: 5px 10px;
		display: block;
	}

	.user-account-dropdown-body ul li a:hover {
		color: #f26124;
	}

	.user-account-dropdown-body:after {
		content: '';
		position: absolute;
		left: 0;
		top: -6px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 8px solid #fff;
		right: 0;
		margin: 0 auto;
	}
}

/* Header Logo
--------------------------------------------- */
.header-logo-section {
	background-color: #343434;
	padding-top: 7px;
	padding-bottom: 5px;
}

.header-grid {
	display: flex;
}

.header-grid div {
	display: flex;
	align-items: center;
    justify-content: right;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
}

.header-grid div:last-child {
	margin-right: 0;
}

.header-grid .header-phone {
	display: none;
}

.header-phone a {
	font-size: 25px;
    font-weight: 700;
 	color: #a6a6a6;
 	text-decoration: none;
}

.header-phone a:hover {
	color: #fc5c04;
}

.header-grid .header-cart  {
	margin-right: 0;
}

.header-cart .cart {
	color: #a6a6a6;
	font-size: 31px;
}

.header-logo {
	width: 60%;
}

.mobile-search {
	font-size: 25px;
}
.header-grid .header-search  {
	margin-right: 0;
}

@media (min-width: 533px) {
	.header-grid .header-phone {
		display: flex;
	}

	.header-logo {
		width: 30%;
	}
}

@media (min-width: 1200px) {
	.header-grid div {
	    justify-content: center;
	}

	.header-grid .header-search  {
		margin-right: auto;
	}

	.header-logo {
		width: 18%;
	}
}

@media (min-width: 1400px) {
	.header-phone a {
		font-size: 38px;
	}
}


@media (min-width: 1700px) {
	.header-grid {
		padding-left: 48px;
    	padding-right: 63px;
	}
}



/* Search Form
--------------------------------------------- */
.searchform {
	position: relative;
	width: 100%;
}

.searchform .search-submit:after {
	content: "\f002";
	font-size: 18px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	line-height: 40px;
}

.searchform input[type=text] {
	border: solid 4px #fc5c04;
	border-radius: 30px !important;
	padding-left: 50px;
	padding-right: 20px;
	height: 40px;
	width: 100%;
}

.searchform input[type=text]:focus {
	outline: none;
}

.searchform button {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
    padding: 0 !important;
    font-size: 18px !important;
    text-align: center;
    margin: 0;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fc5c04;
    border-color: #fc5c04;
}


.searchform button:hover {
	background-color: #fc5c04;
	border-color: #fc5c04;
}

.searchwp-live-search-result a {
	text-decoration: none;
	font-weight: 700;
}

.mobile-search-form {
	padding: 20px;
	background-color: #9e9e9e;
	display: none;
}

.mobile-search-form .searchform {
	margin: 0 auto;
	max-width: 600px;
}

.mobile-search-form.active {
	display: block;
}


@media (min-width: 1200px) {

	img.header-mini-logo {
		max-width: 75px;
		margin: 0 10px;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-dropdown-icon:before {
    content: "\f107";
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	border-radius: 3px;
	color: #fff;
	width: 35px;
	height: 35px;
	float: right;
	margin-top: 16px;
	margin-right: 15px;
	cursor: pointer;
	background-color: #4c4c4c;
	font-size: 20px;
	padding: 3px 11px;
	display: none;
}


.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #a6a6a6;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    display: block;
  	padding: 10px 20px;
	color: #4c4c4c;
	font-weight: 700;
	font-size: 17px;
	border-right: 1px solid #9e9e9e;
}

.sub-active:before {
	content: "\f106";
}

@media (min-width: 1200px) {
	.menu > ul > li a {
		padding: 10px;
		line-height: 1.2;
		text-align: center;
		display: flex;
		align-items: center;
		font-size: 12px;
	}

	.sub-active:before {
		content: none;
	}

}

@media (min-width: 1400px) {
	.menu > ul > li a {
		font-size: 14px;
	}
}	

@media (min-width: 1600px) {
	.menu > ul > li a {
		font-size: 15px;
	}
}

@media (min-width: 1800px) {
	.menu > ul > li a {
		padding: 10px 20px;
		display: block;
		line-height: 1.5;
	}
}

.menu > ul li:last-child a {
	border: 0;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f1f1f1;
    padding: 20px 40px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
	border: solid 1px #e0e0e0 !important;
	border-radius: 5px;
	background: #fff;
	padding: 10px 20px;
	display: flex;
    align-items: center;
}

.menu > ul > li > ul > li > ul > li a:hover {
	border-color: #fc5c04 !important;
}


.menu > ul > li > ul > li > ul > li a .sub-menu-img {
	max-width: 80px;
  	margin-left: auto;
  	height: 90px;
  	object-fit: contain;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

.menu li.heading-hidden > a {
	display: none;
} 

.menu li.new-product a {
	background-color: #fc5c04;
	color: #fff;
	border-right: 1px solid #fc5c04;
}

@media (min-width: 1200px) {
	.menu > ul > li:hover {
	    background: #333;
	}

	.menu > ul > li:hover > a {
		color: #fff;
	}

	.menu > ul > li > ul.active {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
	}

	.menu > ul > li > ul {
		padding-left: 100px;
		padding-right: 100px;
	}

	.menu > ul > li > ul > li > ul > li a {
		font-size: 12px;
	}
}

@media (min-width: 1500px) {
	.menu > ul > li > ul {
		padding-left: 250px;
		padding-right: 250px;
	}
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mega Menu Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1199px) {
    .menu-container {
        width: 100%;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .product-menu {
        opacity: .1;
		visibility: hidden;
        transition: all .3s ease-in-out;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 11;
		height: 100%;
		overflow-y: scroll;
    }

    .product-menu .large-container,
    .product-menu .container {
    	padding: 0;
    }

    .menu > ul {
    	display: block;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        position: relative;
    }

    .menu > ul > li a {
        padding: 20px;
        width: 100%;
        display: block;
    	color: #4c4c4c;
    	font-weight: 700;
    	font-size: 20px;
    	border-right: 0;
    	border-bottom: 1px solid #9e9e9e;
    }

    .menu > ul > li > ul > li > ul > li {
    	padding: 5px 0;
	}

    .menu > ul > li > ul {
        position: relative;
        padding: 20px;
        border-radius: 0;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
        display: flex;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
        width: 50%;
        padding: 10px;
    }

    .menu > ul > li > ul > li > ul > li a {
    	font-size: 16px;
    	padding: 10px 15px;
    	width: 100%;
    }

    .menu > ul > li > ul > li > ul > li a .sub-menu-img {
    	max-width: 80px;
    }

    .menu > ul > li > ul > li > ul {
    	margin: 0;
    }

    .product-menu.show-on-mobile {
        visibility: visible;
		opacity: 1;
    }

	.menu-mobile:before {
	    content: "\f0c9";
	}

	.menu-mobile-active:before {
	    content: "\f00d";
	}

    .mobile-nav .username:before {
    	content: "\f007";
    }

    .phone-mobile:before {
    	content: "\f095";
    }

    .mobile-nav {
    	background-color: #343434;
		position: fixed;
		width: 100%;
		bottom: 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 70px;
		z-index: 99999999999;
    	height: 45px;
    }

    .mobile-nav a {
    	color: #a6a6a6;
		border-right: 1px solid #9e9e9e;
		border-top: 1px solid #9e9e9e !important;
		display: flex;
		align-items: center;
		align-content: center;
		padding: 2px;
		justify-content: center;
		text-decoration: none;
    }
    
    .mobile-nav a:before {
    	font-size: 18px;
    	font-weight: 700;
		font-family: "Font Awesome 5 Free";
    }

    .mobile-nav .tg-add-cart span {
    	right: -27px;
		left: 0;
		margin: 0 auto;
		top: 21px;	
    }

	.mobile-nav .menu-mobile {
        background: #fc5c04;
		color: #fff;
    }

    .mobile-nav .phone-mobile {
    	border-color: #fc5c04;
    }

}

@media only screen and (max-width: 600px) {
	.menu > ul > li > ul > li > ul {
        display: block;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
        width: 100%;
    }

    .menu > ul > li > ul > li > ul > li a {
    	width: 100%;
    }
}



/* Product Category Menu
--------------------------------------------- */
.product-menu {
	background: #a6a6a6;
	-webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

@media (min-width: 1200px) {
	.product-menu .container {
	    width: 95%;
	}

	.js-scrolled.product-menu {
		position: fixed;
    	top: 0;
    	width: 100%;
    	z-index: 9999;
	}

	.admin-bar .js-scrolled.product-menu {
    	top: 32px;
	}

	.product-menu .tg-add-cart:before {
		color: rgba(0,0,0,.9);
		font-size: 26PX;
	}

	.product-menu .tg-add-cart-container {
		position: absolute;
	    right: -17px;
	    top: 5px;
	    visibility: hidden;
	    opacity: .8;
	}

	.js-scrolled.product-menu .tg-add-cart-container {
		visibility: visible;
	    opacity: 1;
	}

	.product-menu .large-container {
		position: relative;
	}

	.product-menu .tg-add-cart span {
		position: absolute;
		top: 7px;
		right: -5px;
	}
}


/* Footer section
--------------------------------------------- */

.site-footer {
	background-color: #343434;
	color: rgba(255,255,255,.6);
	padding: 40px 0 0;
}

.site-footer .container {
    max-width: 1140px;
}

.footer-logo .custom-logo-link {
	max-width: 300px;
}

.footer-logo {
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    margin-bottom: 40px;
}

.address {
	font-size: 15px;
    color: #fc5c04;
}

.social-media {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-media li {
	display: inline-block;
}

.social-media li a {
	color: rgba(255,255,255,.6);
	margin: 5px;
	font-size: 18px;
}

.social-media li a:hover {
	color: #fff;
}

.site-footer .wpcf7 {
	background-color: #fff;
	border-radius: 5px;
}

.site-footer label {
	color: #4C4C4C;
	font-size: 14px;
}

.footer-newsletter-form-heading,
.footer-newsletter-form-privacy {
	background-color: #FC5C04;
	padding: 10px;
}

.footer-newsletter-form-heading h3 {
	color: #fff;
    font-size: 24px;
    margin: 0;
    text-align: center;
}

.footer-newsletter-form-privacy span {
	color: #fff;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 9px;
}

.footer-newsletter-form-fields {
	padding: 10px 15px;
}

.footer-newsletter-form-fields .wpcf7-text {
	width: 100%;
}

.footer-newsletter-form-heading {
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.footer-newsletter-form-privacy {
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.footer-signup {
	margin-bottom: 40px;
}


.footer-link h3 {
	color: #fff;
	font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.footer-link h3:before {
    content: "";
    position: absolute;
    bottom: -3px;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: rgba(255,255,255,.8);
}

.footer-link .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-link .menu li {
	margin-bottom: 8px;
}

.footer-link .menu li a {
	color: rgba(255,255,255,.6);
	text-decoration: none;
	font-size: 15px;
}

.footer-link {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
    justify-content: center;
}

.footer-column {
	width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
}

.footer-about {
	width: 100%;
}

.footer-link a {
	text-decoration: none;
	color: rgba(255,255,255,.6);
}

.copyright {
	border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
    padding: 20px 0;
}

a.back-to-top {
	width: 45px;
    height: 45px;
    text-align: center;
    color: #4C4C4C;
    z-index: 350;
    font-size: 0;
    border: 1px solid #4C4C4C;
    border-radius: 50%;
    text-decoration: none;
    background-color: #fff;
    position: fixed;
    bottom: 75px;
    right: 40px;
    font-size: 29px;
    visibility: hidden;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -webkit-text-stroke: 2px #fff;
}

a.back-to-top.active {
	visibility: visible;
    opacity: 1;
}

.sticky-video {
	display: none;
	position: fixed;
    right: 10px;
    top: 69%;
    z-index: 2;
    height: 315px;
}
.sticky-video .close {
	top: -48px;
    z-index: 1;
}

.sticky-video-inner {
    position: relative;
}
.sticky-video-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {	
	.footer-grid {
		display: flex;
	}

	.footer-signup {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-column {
		width: 17.5%;
	}

	.footer-about {
		width: 30%;
	}
}

@media (min-width: 1200px) {

	.footer-link .menu li a:hover,
	.footer-link a:hover {
		color: #fff;
	}
	
	.sticky-video {
		display: block;
	}
	
}

/* CF7
--------------------------------------------- */
.wpcf7 form .wpcf7-response-output {
	margin: 10px;
    padding: 10px;
    color: #000;
    text-align: center;
    background: #d6d6d6;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
}

input.wpcf7-text.wpcf7-not-valid {
	border-color: #dc3232;
}

span.wpcf7-not-valid-tip {
	font-size: 14px;
}

/* # Header Cart
---------------------------------------------------------------------------------------------------- */
.admin-bar .header-cart-body {
	top: 33px;
}

.header-cart-body {
	position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: .6;
    transition: all .3s ease-in-out;
}

.header-cart-body.active {
	opacity: 1;
	visibility: visible;
	overflow-y: scroll;
}

.header-cart-heading {
	background-color: #000;
	color: #fff;
	padding: 15px 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-cart-heading h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	margin: 0;
}

a.cart-close {
	margin-left: auto;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

a.cart-close:hover {
	color: #fc5c04;
}

.header-cart-body .woocommerce-mini-cart li a {
	color: rgba(0,0,0,.6);
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	transition: none;
}

.header-cart-body .woocommerce-mini-cart .quantity {
	color: #bbb;
    font-size: 12px;
}

.header-cart-body .woocommerce-mini-cart .quantity .amount {
	color: #1aada3;
}

.header-cart-body .woocommerce ul.woocommerce-mini-cart {
	padding: 0;
	margin-bottom: 20px;
}

.header-cart-body .woocommerce ul.woocommerce-mini-cart li.mini_cart_item {
	padding-left: 0;
	padding-right: 15px;
}

.header-cart-body .woocommerce ul.woocommerce-mini-cart li img {
	float: left;
	width: 73px;
	margin-left: 0;
	margin-right: 10px;
    border: solid 1px #f2f2f2;
    padding: 10px;
}

.header-cart-body .woocommerce ul.woocommerce-mini-cart li a.remove {
	left: auto !important;
    right: 0;
    font-size: 18px;
    color: rgba(0,0,0,.6) !important;
}

.header-cart-body .woocommerce ul.woocommerce-mini-cart li a:hover {
	color: #000;
}

.header-cart-body .woocommerce ul.woocommerce-mini-cart li a.remove:hover {
	color: #000 !important;
}

.header-cart-body .woocommerce .widget_shopping_cart .woocommerce-mini-cart__total.total, 
.header-cart-body .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total {
	border-top: 1px solid #ebe9eb;
    border-bottom: 1px solid #ebe9eb;
    padding: 10px 21px;
    text-transform: uppercase;
    display: flex;
}

.header-cart-body .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total .woocommerce-Price-amount {
	margin-left: auto;
	color: #fc5c04;
	font-weight: 700;
}

.header-cart-body .widget_shopping_cart_content {
	padding: 0 20px 20px 20px;
}

.header-cart-body .woocommerce .woocommerce-mini-cart__buttons.buttons a {
	margin-right: 0;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	border-radius: 0;
}

.header-cart-body .woocommerce .woocommerce-mini-cart__buttons.buttons a.checkout {
	background-color: #fc5c04;
	border-color: #fc5c04;
	color: #fff;
}

.overlay.active {
	opacity: 1;
	visibility: visible;
}

.overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.hub-categories {
	margin: 0;
	padding: 0;
}

.hub-categories p a {
	font-weight: 500;
	border-bottom: 1px solid #4C4C4C;
    padding-bottom: 4px;
}

.hub-categories p {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.header-cart-body {
    	width: 20%;
	}
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */
.tg-add-cart {
	position: relative;
	color: #a6a6a6;
	text-decoration: none;
}


.tg-add-cart:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f07a" !important;
    font-size: 30px;
    color: #a6a6a6;
}

.tg-add-cart:hover {
    text-decoration: none;
}

.tg-add-cart span {
	position: absolute;
    top: 19px;
    right: -6px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
   	width: 20px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #fc5c04;
 	border-radius: 50%;
	padding: 1px;  
}

.mfp-woosq button.mfp-close {
	line-height: 30px !important;
    font-size: 0 !important;
    padding: 0 !important;
}

.gst-price {
	font-size: 20px;
}

/* # XOO login
---------------------------------------------------------------------------------------------------- */
.xoo-el-form-container button.button.btn.xoo-el-action-btn {
	height: 50px;
}

/* # Global Select2 Tweak
---------------------------------------------------------------------------------------------------- */
body .select2-container .select2-selection {
    text-align: left;
    border-radius: 0;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    min-height: 40px;
    -webkit-transition: border-color .4s;
    transition: border-color .4s;
}

body .select2-container .select2-selection .select2-selection__rendered {
    line-height: 40px;
    padding-left: 0;
    color: #444;
}

body .select2-container .select2-selection .select2-selection__arrow {
    height: 38px;
    right: 6px;
    background-position: left 5px top 50%;
    background-repeat: no-repeat;
    background-size: auto 5px;
}

body.woocommerce-page .select2-container, 
body.woocommerce-page .ui-widget.ui-datepicker {
	z-index: 9 !important;
}

/* # Job CF7 Form
---------------------------------------------------------------------------------------------------- */
.job-form {
	background: #e2e2e2;
    padding: 20px 20px;
}

/* Hiding Elements Class
--------------------------------------------- */
@media (max-width: 1199px) {
	.hidden-tablet-down {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-mobile-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-desktop {
		display: none !important;
	}
}


/* Smart Search CSS
--------------------------------------------- */
.tg-smart-search {
	background-color: #f1f1f1;
	position: absolute;
    width: 100%;
    top: 0;
	padding: 20px;
	z-index: 10;
	display: none;
	max-height: 550px;
	overflow-x: hidden;
	overflow-y: auto;
}

.result-list {
	display: flex;
	flex-wrap:wrap;
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.result-list li {
	width: 20%;
	margin: 10px;
}

.result-list li a {
	border: solid 1px #e0e0e0;
    border-radius: 5px;
    background: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
	font-size: 12px;
	font-weight: 600;
	color: #777;
	height: 100%;
}

.result-list li a:hover {
	border-color: #fc5c04;
}

.result-list li a img {
	max-width: 80px;
    margin-left: auto;
    object-fit: contain;
}

#tg-smart-result {
	display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.result-list-container {
		width: 80%;
	}
	
	.result-cat-list-container {
		width: 20%;
	}
}

.hidden-form-search {
	display: none !important;
}

.disclaimer-bg {
	padding: 20px;
}

.disclaimer-bg button.lity-close {
	font-size: 35px !important;
	color: #fc5c04;
	text-shadow: none;
	padding: 0 !important;
}

.disclaimer-bg button.lity-close:hover {
	color: #000;
}

.disclaimer-link {
	display: none;
}

li.b-hub {
	display:none !important;
}

.logged-in li.b-hub {
	display:inline-block !important;
}

.wpcf7-form p br, .wpcf7-form p:empty { display: none; }

.loader {
    width: 15px;
	height: 15px;
	border: 3px solid #4C4C4C;
  	border-bottom-color: rgb(76, 76, 76);
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader-white {
	border: 3px solid #ffffff;
	border-bottom-color: rgb(76, 76, 76);
	border-bottom-color: transparent;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 

.kit-table thead tr {
	background: #646464;
	padding: 0px 15px;
    color: #EDEDED;
	font-size: 15px;
	font-weight: 400;
}

.kit-table {
	background: #EBEBEB;
	border-collapse: collapse;
	border: none;
}

.kit-table td {
	text-align: center;
}

.kit-table h3.product-title,
.kit-table .price {
	font-size: 12px;
	font-weight: 400;
}

table.kit-table thead th,
table.kit-table th, 
table.kit-table td {
	border: 0;
}

.kitform input {
	background: #DEDEDE;
	width: 50px;
}

.kit-table .footer td {
	border-top: 1px solid #c0c0c0;
}

.kit-subtotal-wrap {
	font-size: 18px;
    color: #4E4E4E;
}

.kit-table .footer button::before {
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
  	content: "\f07a" !important;
  	font-size: 14px;
	color: #fff;
	margin-right: 5px;
}

.kit-table .footer button {
	background: #FC5C04;
	border-color: #FC5C04;
	border-radius: 5px;
}

.kit-table .footer button.disabled {
	pointer-events: none;
	opacity: .8;
}

.kit-table .footer button.disabled::before {
	display: none;
}

.responsive-table {
	overflow-x:auto;
}

table.kit-tablex {
	width: 600px;
	max-width: none;
}

table.kit-table th, table.kit-table td {
	padding: 5px;
}

.kitform-addcart .lbl {
	display: none;
}

@media (min-width: 768px) {
	table.kit-tablex {
		width: 100%;
		max-width: 100%;
	}
	
	.kit-table h3.product-title,
	.kit-table .price {
		font-size: 15px;
	}
	
	table.kit-table th, table.kit-table td {
		padding: 0.75rem;
	}
	
	.kitform input {
		width: 100%;
	}
	
	.kitform-addcart .lbl {
		display: inline-block;
	}
}

.cart .kit .product-thumbnail a,
.cart .kit .product-name a,
.disabled-link a:last-of-type {
	pointer-events: none;
}

.special-banner {
	position: absolute;
    top: 10px;
    left: 10px;
	color: #fc5c04;
}

.cart_totalsx .woocommerce-shipping-totals.shipping {
	display: none !important;
}

.header-same-day a {
	font-size: 12px;
	pointer-events: none;
	color: #fff;
}

.header-same-day i {
	font-size: 40px;
    margin-right: 10px;
    color: #fff;
}

.tg-star-content {
	margin-bottom: 20px;
}

.header-search-mobile .tg-add-cart {
	margin-left: 15px;
}

.woosw-item--actions {
	display: none !important;
}

.table-grid {
	margin-bottom: 10px;
}

.single-product div.product form.cart .button {
	margin-left: 5px;
}

.fancybox-can-zoomIn .fancybox-content {
	background: #fff !important;
}

.announcement-header {
	background-color: #343434;
    text-align: center;
	color: #fff;
}

.contact-elementor-bg {
	background-color: #CECDCC;
    padding: 20px 30px;
}

.contact-elementor-bg .fr-row {
	margin-bottom: 10px;
}

.contact-elementor-bg .wpcf7-textarea {
	height: 100px;
    resize: none;
}

.contact-elementor-bg .wpcf7-submit {
	background-color: #fc5c04 !important;
	border-color: #fc5c04 !important;
}

.input-disabled {
	pointer-events: none;
}

.single-product div.product form.cart .buy-now:hover, .single-product div.product form.cart button.buy-now {
    background-color: #000;
    border-color: #000;
	position:absolute;
	margin-left:221px;
}

.woocommerce-product-details__short-description {
	color: #fc5c04;
}

img.wp-image-34 {
	max-width: 40px !important;
	margin-bottom: -4px;
}

@media (min-width: 1921px) {
	.elementor-636 .elementor-element.elementor-element-c9489c6:not(.elementor-motion-effects-element-type-background), .elementor-636 .elementor-element.elementor-element-c9489c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-size: 1150px !important;
	}
}

@media (min-width: 2560px) {
	.elementor-636 .elementor-element.elementor-element-c9489c6:not(.elementor-motion-effects-element-type-background), .elementor-636 .elementor-element.elementor-element-c9489c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-size: 1289px !important;
	}
}

@media (min-width: 3072px) {
	.elementor-636 .elementor-element.elementor-element-c9489c6:not(.elementor-motion-effects-element-type-background), .elementor-636 .elementor-element.elementor-element-c9489c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-size: 1375px !important;
	}
}
/* Hide product short description */
div.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description,
.single-product .woocommerce-product-details__short-description,
.summary .woocommerce-product-details__short-description {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Ensure product description tab content is visible */
.woocommerce-Tabs-panel--description .entry-content,
.woocommerce-Tabs-panel--description .entry-content p,
.woocommerce-Tabs-panel--description .entry-content ul,
.woocommerce-Tabs-panel--description .entry-content ol,
.woocommerce-Tabs-panel--description .entry-content li {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.woocommerce-Tabs-panel--description .entry-content p {
	margin: 1em 0;
}

.strap-builder-main {
	background-color: #fff;
} 

.strap-builder-container {
	max-width: 1400px;
    padding: 50px;
}

.hidden-field {
	display: none !important;
}

.contact-form-spacer {
	padding: 20px;
}

.red_bg, #menu ul li:first-of-type a,
.green_bg {
	background-color: #fc5c04 !important;
	border-color: #fc5c04 !important;
}
.green_bg:hover {
	background-color: #000 !important;
	border-color: #000 !important;
}

.page-template-strap-landing-phpx #content {
	background-image: url('https://www.tegral.com.au/wp-content/uploads/2023/06/Tegral_Watermark-1.3-01.png');
    background-position: top right;
   	background-repeat: no-repeat;
    background-size: auto;
}

textarea.contact-input {
    height: 81px;
    padding: 10px;
}

.product_cat-pallet-angles .table-grid {
	display:none !important;
}

img.small-logo {
	width: 55px !important;
    position: absolute;
    top: 18px;
    left: 7px;
}

.single-product img.small-logo {
	width: 70px !important;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	font-size: 14px;
}

table.wpcss-products,
div.wpcss-share-actions {
	padding: 20px;
  	max-width: 1200px;
  	margin: 0 auto;
}

.related-products-slider {
	margin: 10px;
}

.related-products-slider .slick-next:before, 
.related-products-slider .slick-prev:before {
	color: #000000;
}

.related-products-slider .slick-next {
    right: -2px;
}

.related-products-slider h3 {
	font-size: 18px;
}

.related-products-slider .related-list {
	padding: 20px; 
	margin: 10px;
	text-align: center;
}

.related-products-slider img {
	max-width: 40%;
	margin: 0 auto;
}

.b2bking_tiered_active_price, 
div.b2bking_tiered_range_replaced {
	visibility: unset !important;
}

a.shipping-calculator-button {
	font-weight: 700;
    color: #fc5c04 !important;
    text-transform: uppercase;
}

.home .editor-section .container {
	max-width: 1595px;
}

.home .editor-section .ewa-rteLine {
	margin-bottom: 15px;
	text-align: center;
}

/* Tegral Product Price Display - Variable Products */
/* GST Inclusive price displayed inline next to ex-GST price */
.tegral-gst-price-inline {
	display: inline !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #666 !important;
	font-size: inherit !important;
	margin-left: 10px !important;
	vertical-align: baseline !important;
	position: static !important;
	float: none !important;
	clear: none !important;
}

.tegral-gst-price-inline small {
	color: #666 !important;
	font-size: 0.85em;
}

/* Hide price ranges when variation is selected */
body.tegral-variation-selected .tegral-hide-range,
body.tegral-variation-selected .b2bking_tiered_range_replaced:not(.woocommerce-variation-price .b2bking_tiered_range_replaced),
body.tegral-variation-selected [class*="b2bking_tiered_price_range_replaced"]:not(.woocommerce-variation-price [class*="b2bking_tiered_price_range_replaced"]) {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Ensure price ranges with dashes are hidden when variation is selected */
body.tegral-variation-selected .summary .price:has(.woocommerce-Price-amount ~ .woocommerce-Price-amount),
body.tegral-variation-selected .summary p.price:has(.woocommerce-Price-amount ~ .woocommerce-Price-amount) {
	display: none !important;
}


