@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('/wp-content/plugins/woocommerce/assets/css/woocommerce.css');
@import url('js/meanmenu.css');
@import url('js/slick/slick.css');
/*!
Theme Name: Wesson
Theme URI: http://underscores.me/
Author: USNX
Author URI: https://www.usnx.com
Description: Description
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: wesson
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.

Wesson 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.15;
	-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: 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: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: #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,
a:visited {
	color: #333;
	text-decoration: underline;
}

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

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

.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 0 1.5em;
}

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


/* Wesson Hardware */
html {
	padding: 0;
}
body {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}
a.icon:before { 
	content: "";
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	mask-size: contain;
	mask-position: 50% 50%;
	-webkit-mask-size: contain;
	-webkit-mask-position: 50% 50%;
	vertical-align: middle;
}
a.login:before {
	mask-image: url(images/account.svg);
	-webkit-mask-image: url(images/account.svg);
}
a.cart:before {
	mask-image: url(images/cart-outline.svg);
	-webkit-mask-image: url(images/cart-outline.svg)
}
#custom_html-2 {
	flex-grow: 5;
	text-align: right;
	padding-right: 20px !important;
}
div.cart-num-link {
	position: relative;
}
.cart-num-link a.icon:before {
	margin-left: 0 !important;
	padding-left: 0;
}
.cart-num-link a.cart-contents {
	display: inline-block;
	background: #da1715;
	text-align: center;
	border-radius: 1000px;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	padding: 0;
	font-size: 12px;
}
body {
	display: flex;
	flex-direction: column;
	font-size: 18px;
}
#topbar {
	order: -10;
	color: #FFF;
	background: #404040;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #FFF;
}
#topbar a {
	color: #FFF;
	text-decoration: none;
}
#topbar a.icon:before {
	background-color: #bababa;
	margin-left: 1em;
}
#topbar .widget {
	margin: 0;
	padding: 0;
}
#topbar p {
	margin: 0;
}
#top {
	position: relative;
	display: flex;
	flex-direction: column;
}
#top a.custom-logo-link {
	z-index: 30;
	left: 30px;
	top: 25px;
}
.home a.custom-logo-link {
	position: absolute;
}
.metaslider {
	overflow: hidden;
	order: -1;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	text-align: right;
	background: #444444;
	border-top: 1px solid #FFF; 
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li > a {
	font-size: 18px !important;
}
li.alldepts {
	float: left !important;
}
.alldepts a:before {
	content: "" !important;
	display: inline-block !important;
	height: 1.1em !important;
	width: 1.1em !important;
	mask-size: contain !important;
	mask-position: 50% 50% !important;
	-webkit-mask-size: contain !important;
	-webkit-mask-position: 50% 50% !important;
	vertical-align: middle !important;
	mask-image: url(images/menu.svg) !important;
	-webkit-mask-image: url(images/menu.svg) !important;
	background-color: #FFF !important;
}
.allcats * {
	display: block !important;
	position: static !important;
}
.allcats *,
.allcats ul li {
	float: none !important;
	width: auto !important;
}
.allcats ul.product-categories {
	display: block !important;
	flex-wrap: wrap;
}
.allcats ul.product-categories > li {
	flex-basis: 320px;
}
.allcats * {
	box-shadow: 0 0 0 #000 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .allcats {
	background: #333 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.product-categories > li > a {
	width: 25% !important;
	max-width: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.product-categories li a {
	font-size: 14px !important;
	color: #FFF;
	line-height: 1em;
	padding: 5px;
	vertical-align: middle;
}
ul.product-categories li:hover > a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.product-categories li a:hover {
	background: #DA1715;
	color: #FFF !important;
}
#mega-menu-wrap-menu-1 ul.product-categories a:before {
	display: none !important;
}
.allcats ul.product-categories ul {
	display: none !important;
	page-break-inside: avoid;
}
.allcats ul.product-categories > li:hover > ul {
	display: block !important;
	position: absolute !important;
	left: 25%;
	top: 0;
	padding: 15px;
	border: 10px solid #333;
	background: #f1f1f1;
	width: 75% !important;
	min-height: 100%;
	columns: 250px;
}
.allcats ul.product-categories > li > ul ul {
	display: block !important;
	margin-bottom: 10px;
}

.allcats ul.product-categories > li > ul ul  {
	margin-left: 5px !important;
}
.allcats ul.product-categories > li > ul > li {
	page-break-inside: avoid;
}
.allcats ul.product-categories > li > ul > li > a {
	font-weight: bold;
}
.allcats ul.product-categories > li:hover > ul a {
	color: #333 !important;
}
.allcats ul.product-categories > li:hover li:hover > a,
.allcats ul.product-categories > li:hover > ul a:hover {
	color: #FFF !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .allcats ul.product-categories > li:hover > ul > li > ul > li:hover > a {
	color: #DA1715 !important;
	background: none !important;
}
.allcats ul.product-categories > li > a {
	border-top: 1px solid #888;
	padding: 8px !important;
}
.allcats ul.product-categories > li:last-of-type > a {
	border-bottom: 1px solid #888;
}
.allcats ul.product-categories > li > a:after {
	content: "\25b6";
	float: right;
	margin-right: 5px;
	font-weight: bold;
}
.widget_search {
	text-align: center;
}
.widget_search input.search-field {
	border-radius: 100px;
	width: 29em;
	border: 1px solid #000;
	color: #000;
	padding: 5px 60px 5px 10px;
	height: 2em;
}
.widget_search input.search-submit {
	color: #FFF;
	border: 1px solid #000;
	padding: 5px 10px 5px 32px;
	border-radius: 100px;
	height: 2em;
	margin-left: -30px;
	background: #000 url(images/magnify-white.svg) 5px 50% no-repeat;
	cursor: pointer;
}
.widget_search input.search-submit:hover {
	background-color: #006aaf;
}
@media (max-width: 1100px) {
	body {
		position: relative;
	}
	.home #topbar .widget_search {
		position: absolute;
		top: 80px;
		right: 40px;
		z-index: 100;
		white-space: nowrap;
	}
	.not-home #topbar .widget_search {
		position: absolute;
		top: 70px;
		right: 20px !important;
		z-index: 100;
		white-space: nowrap;
	}
}
.not-home header#masthead {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #EEE;
}
.not-home a.custom-logo-link {
	margin: 20px;
}
.not-home header#masthead .widget_search {
	margin: 20px;
}
::placeholder {
	color: #000;
	opacity: 1;
}
#page {
	width: 100%;
	margin: 0 auto;
	max-width: 1327px;
}
.home main .entry-content {
	margin: 0 auto;
	max-width: 1200px;
}
.not-home #page {
	padding: 0 20px;
}
.home .entry-title {
	display: none;
}
.home main article .entry-content ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.home main article .entry-content ul li {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	align-items: stretch;
}
.home main article .entry-content ul li a {
	display: block;
	flex-grow: 1;
	align-self: stretch;
	margin-left: 5px;
}
.home main article .entry-content ul li a:first-child {
	margin: 0;
}
.home main article .entry-content ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
}
#page .widget_search {
	margin: 20px 0
}
#text-3,
.widget_products {
	margin: 3em 0;
}
.widget_products h2 {
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
ul.product_list_widget {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.product_list_widget li {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
.product_list_widget span.product-title {
	display: block;
	font-weight: normal;
}
.product_list_widget a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.product_list_widget span.amount {
	color: #da1715;
	font-weight: bold;
}
.product_list_widget img {
	float: none !important;
	width: auto !important;
	margin: 0 auto !important;
}
#text-3 h2 {
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
#text-3 p {
	margin: 0;
	text-align: center;
}
a.shopall {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
a.shopall:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-left-color: #da1715;
	margin-left: .5em;
}
.category-icons,
section.categories {
	text-align: center;
}
.category-icons h2,
.related > h2,
.categories h2 {
	background: #8c8c8c;
	color: #FFF;
	font-weight: normal;
	padding: 10px;
	text-transform: uppercase;
}
.category-icons ul,
.categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-icons ul li,
.categories ul li {
	padding: 10px;
	width: 200px;
}
.category-icons ul li a,
.categories ul li a {
	color: #000;
	text-decoration: none;
	display: block;
}
.category-icons ul li a:hover,
.categories ul li a:hover {
	color: #da1715;
}
.category-icons .style-svg {
	display: block;
	margin: 0 auto 5px;
	height: 81px;
	width: 81px;
	fill: #8c8c8c;
}
.category-icons ul li a img {
	height: 81px;
	width: auto;
}
.categories ul li a:before {
	content: "";
	display: block;
	margin: 0 auto 5px;
	height: 81px;
	width: 81px;
	background: #8c8c8c;
	mask-position: 50% 50%;
	mask-size: contain;
	-webkit-mask-position: 50% 50%;
	-webkit-mask-size: contain;
}
.category-icons ul li a:hover .style-svg {
	fill: #da1715;
}
.categories ul li a:hover:before {
	background-color: #da1715;
}
a.auto:before {
	mask-image: url(images/car.svg);
	-webkit-mask-image: url(images/car.svg);
}
a.building:before {
	mask-image: url(images/door-open.svg);
	-webkit-mask-image: url(images/door-open.svg);
}
a.carhartt:before {
	mask-image: url(images/tshirt-crew.svg);
	-webkit-mask-image: url(images/tshirt-crew.svg);
}
a.electrical:before {
	mask-image: url(images/power-plug.svg);
	-webkit-mask-image: url(images/power-plug.svg);
}
a.flashlights:before {
	mask-image: url(images/flashlight.svg);
	-webkit-mask-image: url(images/flashlight.svg);
}
a.hardware:before {
	mask-image: url(images/boom-gate-outline.svg);
	-webkit-mask-image: url(images/boom-gate-outline.svg);
}
a.fasteners:before {
	mask-image: url(images/screw-flat-top.svg);
	-webkit-mask-image: url(images/screw-flat-top.svg);
}
a.hvac:before {
	mask-image: url(images/radiator.svg);
	-webkit-mask-image: url(images/radiator.svg);
}
a.household:before {
	mask-image: url(images/blender.svg);
	-webkit-mask-image: url(images/blender.svg);
}
a.knives:before {
	mask-image: url(images/knife.svg);
	-webkit-mask-image: url(images/knife.svg);
}
a.lawn:before {
	mask-image: url(images/sprout.svg);
	-webkit-mask-image: url(images/sprout.svg);
}
a.lighting:before {
	mask-image: url(images/lightbulb-group-outline.svg);
	-webkit-mask-image: url(images/lightbulb-group-outline.svg);
}
a.misc:before {
	mask-image: url(images/string-lights.svg);
	-webkit-mask-image: url(images/string-lights.svg);
}
a.office:before {
	mask-image: url(images/desk.svg);
	-webkit-mask-image: url(images/desk.svg);
}
a.outdoor:before {
	mask-image: url(images/mower-bag.svg);
	-webkit-mask-image: url(images/mower-bag.svg);
}
a.living:before {
	mask-image: url(images/grill.svg);
	-webkit-mask-image: url(images/grill.svg);
}
a.outlet:before {
	mask-image: url(images/toolbox.svg);
	-webkit-mask-image: url(images/toolbox.svg);
}
a.paint:before {
	mask-image: url(images/format-paint.svg);
	-webkit-mask-image: url(images/format-paint.svg);
}
a.plumbing:before {
	mask-image: url(images/pipe.svg);
	-webkit-mask-image: url(images/pipe.svg);
}
a.seasonal:before {
	mask-image: url(images/pine-tree-box.svg);
	-webkit-mask-image: url(images/pine-tree-box.svg);
}
a.specials:before {
	mask-image: url(images/star-outline.svg);
	-webkit-mask-image: url(images/star-outline.svg);
}
a.sporting:before {
	mask-image: url(images/pool.svg);
	-webkit-mask-image: url(images/pool.svg);
}
a.stationary:before {
	mask-image: url(images/notebook-edit.svg);
	-webkit-mask-image: url(images/notebook-edit.svg);
}
a.tools:before {
	mask-image: url(images/circular-saw.svg);
	-webkit-mask-image: url(images/circular-saw.svg);
}
footer#colophon {
	background: #404040;
	color: #FFF;
}
#colophon a:hover {
	text-decoration: underline;
}
#colophon .site-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
footer#colophon .widget {
	padding: 20px;
}
#colophon a {
	color: #FFF;
	text-decoration: none;
}
#colophon .footer-menu a:hover {
	text-decoration: underline;
}
.social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.social ul a {
	display: block;
	width: 52px;
	height: 52px;
	text-indent: -1234em;
	mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #8f8f8f;
	margin: 0 5px;
}
.social ul a:hover {
	background-color: #FFF;
}
.social .facebook a {
	mask-image: url(images/facebook.svg);
	-webkit-mask-image: url(images/facebook.svg);
}
.social .phone a {
	mask-image: url(images/phone.svg);
	-webkit-mask-image: url(images/phone.svg);
}
.social .contact a {
	mask-image: url(images/email.svg);
	-webkit-mask-image: url(images/email.svg);
}
.footer-menu > div > ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
.footer-menu > div > ul > li {
	padding-left: 20px;
}
.footer-menu li ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.footer-menu li li {
	padding-right: 10px;
}
footer .widget {
	margin: 0;
}
#copyright {
	background: #000;
	width: 100%;
	text-align: center;
	margin: 0;
}


.products h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 0;
	line-height: 1.2em;
}
.products  {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.products li {
	padding: 20px 10px;
}
.products img {
	margin: 0 auto;
}
.products a {
	color: #000;
	text-decoration: none;
}
.products span.amount {
	color: #da1715;
	font-weight: bold;
}

.woocommerce-product-gallery {
	max-width: 100%;
	float: right !important;
	width: 300px;
	max-width: 100%;
}
.woocommerce-product-gallery__image,
.woocommerce-product-gallery .flex-active-slide {
	height: 300px !important;
}
.woocommerce-product-gallery__image a img,
.woocommerce-product-gallery .flex-active-slide a img {
	height: 300px !important;
	width: 300px !important;
	object-fit: contain;
}
.woocommerce-product-gallery ol {
  display: flex;
	flex-wrap: wrap;
}
.woocommerce-product-gallery ol li {
	margin: 3px !important;;
}
.pwb-single-product-brands a:before {
	content: "More from";
	font-size: .75em;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 5px;
}
.pwb-single-product-brands a {
	text-decoration: none;
	display: inline-block;
	border: 1px solid #CCC;
	padding: 5px;
	text-align: center;
}
.pwb-single-product-brands img {
	max-height: 100px;
	margin: 0;
	line-height: 0px;
	width: auto;
	display: block;
}
.summary .amount {
	color: #da1715;
	font-weight: bold;
}
p.stock {
	margin-top: 0;
	color: #999 !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #da1715;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #da1715;
	opacity: .7;
}
.woocommerce-breadcrumb {
	margin-top: 20px !important;
}
.mega-menu-toggle,
#mega-toggle-block-0 {
	display: none !important;
}
.woocommerce ul.products li.product a img {
	width: 150px !important;
	margin: 0 auto !important;
	display: block !important;
}

@media (max-width: 1370px) {
	#page {
		padding: 20px;
	}
	.product_list_widget li {
		width: 23% !important;
	}
}
@media (max-width: 1100px) {
	#topbar .widget_search {
		left: auto;
		right: 0 !important;
	}
	img.custom-logo {
		max-width: 30vw;
	}
	.category-icons ul li,
	#text-4 ul li {
		width: 150px;
		font-size: 14px;
		line-height: 1.2em;
		
	}
	.category-icons .style-svg {
		height: 40px;
	}
	#text-4 li a:before {
		height: 40px;
		width: 40px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px !important;
	}
}
@media (max-width: 1100px) and (min-width: 881px) {
	#topbar .widget_search input.search-field {
		width: 24em;
		font-size: 12px;
		height: 32px;
		padding: 10px 20px 10px 10px;
		vertical-align: top;
	}
}
@media (max-width: 880px) {
	#top {
		display: flex;
	}
	#topbar .widget_search {
		display: none !important;
	}
	img.custom-logo {
		max-width: 60vw;
	}
	
	#top div.site-branding {
		order: -2;
		padding: 10px;
		text-align: center;
	}
	#top div.site-branding a.custom-logo-link {
		position: static !important;
	}
	#topbar .widget_search {
		position: static !important;
		order: -1 !important;
	}
	div.metaslider {
		order: 0;
	}
	#top nav {
		order: 2;
	}
	header#masthead {
		background: #eee;
	}
}
button.menu-toggle {
	display: none;
}
.mean-bar {
	order: -10;
}
.mean-bar a.meanmenu-reveal span span {
	top: 6px;
	position: relative;
}
@media (max-width: 880px) {
	#topbar {
		order: -3;
	}
	#top {
		order: -3 !important;
	}
	.metaslider {
		order: 0 !important;
	}
	#topbar {
		flex-direction: column;
		text-align: center;
	}
	#custom_html-2 {
		text-align: center;
	}	
	#topbar .widget {
		display: block;
	}
	#topbar .widget a {
		display: inline-block;
	}
	.footer-menu ul {
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}
	.footer-menu > div > ul > li {
		padding: 0;
	}
}
@media (max-width: 600px) {
	.home main .entry-content ul li {
		display: block !important;
	}
	.home main .entry-content ul li a {
		max-width: 100% !important;
		display: block !important;
		margin: 0 !important;
	}
	.home main article .entry-content ul li a img {
		height: auto;
	}
	.widget_search input.search-field {
		width: calc(100vw - 140px);
		font-size: 10px;
		padding: 10px;
		height: 32px;
		vertical-align: top;
	}
	.entry-content ul li {
		width: auto !important;
		padding: 0 !important;
		margin: 0 !important;
	}
}
@media (max-width: 650px) {
	body, main {
		font-size: 16px;
	}
	.wc-tabs-wrapper,
	.wc-tabs li a {
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	#topbar .widget a {
		display: block;
	}
}
span[style="font-size: small;"] {
	font-size: 1em !important;
}
.wc-tabs-wrapper ul {
	margin: 0;
}
.woocommerce ul.products li.product .price {
	display: inline-block;
}
.woocommerce ul.products li.product span.out-of-stock {
	font-size: .857em;
	color: #BBB;
}
.woocommerce-message::before {
	color: #FFF !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments,
.woocommerce-info {
	background: #999 !important;
	color: #FFF !important;
	border-color: #333 !important;
}
.woocommerce-info:before {
	color: #FFF;
}
.woocommerce-info a {
	color: #FFF;
}
.woocommerce-info a:hover {
	text-decoration: none;
}

.mean-bar + .mean-bar {
	display: none !important;
}

ul.product-cats {
}
ul.product-cats li {
	padding: 3px;
}
ul.product-cats li a {
	border: 1px solid #DDD;
	display: block;
}
ul.product-cats li mark {
	display: none;
}
ul.product-cats li h2 {
	font-size: 1rem !important;
	margin-top: 0 !important;
	line-height: 1em !important;
	padding-top: 0 !important;
}

.product-cats .slick-list .slick-slide a {
  display: block !important;
}
.product-cats .slick-slide a {
  height: auto !important;
  display: block !important;
  min-height: 150px;
}

.product-cats .slick-slide h2 {
  padding: 10px !important;
}
.type-product .entry-summary {
	display: flex;
	flex-direction: column;
}
.type-product .entry-summary .product_meta {
	order: 2;
}
.woocommerce-product-details__short-description {
	order: 1;
	width: 12em;
}
.woocommerce-product-details__short-description table {
	border: 1px solid #AAA;
	border-collapse: collapse;
}
.woocommerce-product-details__short-description td {
	border: 1px solid #AAA;
	line-height: 1em;
	padding: 5px;
	font-size: 1rem;
}
.woocommerce-product-details__short-description table tbody tr:first-of-type td {
	background: #CCC;
}
.woocommerce-product-details__short-description tr:nth-child(odd) td {
	background: #EEE;
}
.onsale {
	position: static !important;
	float: right;
	line-height: 3rem !important;
	padding: 0 !important;
	margin-right: .5rem !important;
	width: 3rem !important;
}
.size-woocommerce_thumbnail {
	max-height: 150px;
	object-fit: contain;
	display: block;
	height: 150px !important;
	
}
@media (max-width: 700px) {
	.woocommerce-product-gallery {
		float: none !important;
		margin: 0 auto;
	}
	.onsale {
		float: left !important;
	}
}
button.slick-arrow {
	background: none;
	font-size: 0;
	border: 0;
	position: absolute;
	z-index: 100;
	padding: 0;
	margin: 0;
	top: 40%;
	cursor: pointer;
}
button.slick-arrow:before {
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border: 8px solid transparent;
}
button.slick-next {
	right: -20px;
}
button.slick-prev {
	left: -20px;
}
button.slick-next:before {
	border-left-color: #AAA;
}
button.slick-prev:before {
	border-right-color: #AAA;
}
button.slick-next:hover:before {
	border-left-color: #000;
}

@media screen and (max-width: 48em) {
	table.shop_table_responsive {
		display: block !important;
		border-width: 0 !important;
	}
	table.shop_table_responsive tr {
		display: flex !important;
		flex-wrap: wrap;
		margin: 1em 0;
		border: 1px solid #545454;
	}
	table.shop_table_responsive tr td {
		flex-grow: 1;
	}
	table.shop_table_responsive tr td.product-name {
		order: -5;
		width: calc(100% - 3em);
		text-align: left;
	}
	table.shop_table_responsive tr td.product-name:before {
		display: none !important;
		float: none;
	}
	table.shop_table_responsive tr td.product-remove {
		order: -6;
	}
	table.shop_table_responsive tr td.product-thumbnail {
		flex-grow: 2;
		order: -8;
		text-align: center;
		width: 100%;
	}
	table.shop_table_responsive tr td.product-thumbnail:before {
		display: none;
	}
	table.shop_table_responsive tr td.product-thumbnail img {
		max-width: 65% !important;
		width: auto !important;
	}
}
.product_meta > span {
	display: block;
}
.product_meta > span.tagged_as {
	display: none;
}
.product_meta > span.posted_in {
	display: none;
}
.pwb-az-listing-header li {
	display: inline-block;
	height: auto;
	width: auto;
}
.pwb-az-listing-header li a {
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 1.5em;
	width: 1.5em;
}
.pwb-az-listing-header li a:hover {
	color: #FFF;
	background: #DA1715;
}
.pwb-az-listing-row a {
	text-decoration: none;
}
.slick-slide a {
	height: 150px !important;
	align-items: center !important;;
	display: flex !important;
}
p.item-shipping_class,
p.product-shipping-class,
p.product-shipping-class-catalogue {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin: 0;
}
p.supersaver:before {
	/*content: "This item ships for FREE with "; */
}
p.supersaver:after {
	/*content: "."*/
}
p.freeshipping {
	font-size: 1.5em;
	text-transform: uppercase;
}
p.freeshipping:after {
	content: "!!!"
}
.cart p.item-shipping_class strong {
	display: none;
}

.woocommerce-shipping-totals td {
	display: flex !important;
	flex-direction: column;
}
.woocommerce-shipping-totals td[data-title="Super Shipping"] #shipping_method {
	
}
.woocommerce-shipping-totals .woocommerce-shipping-contents {
	order: -1;
}
.woocommerce-shipping-totals small {
	color: #000 !important;
	font-size: 1em !important;
	display: block;
	padding: 10px;
	border: 1px solid #333;
	background: #EEE;
	margin-bottom: .5em;
}
.woocommerce-shipping-totals small:before {
	content: "Item(s)";
	display: block;
	font-size: .75em;
	font-weight: bold;
}
@media (min-width: 1101px) {
	#topbar {
		font-size: 16px;
	}
	#topbar .widget_search * {
		font-size: 12px;
	}
	#topbar .widget_search {
		padding-left: 10px;
	}
	#topbar input.search-field {
		width: calc(100vw - 780px);
	}
}
@media (min-width: 1300px) {
	#topbar {
		font-size: 18px;
	}
	#topbar .widget_search * {
		font-size: 16px;
	}
	#topbar input.search-field {
		width: calc(100vw - 880px);
	}
}
#byline {
	padding: 10px;
	text-align: center;
	background: #000;
	font-size: 16px;
}
#byline a {
	opacity: .5;
}
#byline a:hover {
	opacity: 1;
}
