

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');


:root{
	--red: #ea1f23;
	--white: #ffffff;
	--black: #000000;

	--border-radius: 15px;
}




/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:100 !important;
	font-style:italic;
}

h2{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 800 !important;
	font-style:italic;
	letter-spacing: 0 !important;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

/* figure {
	margin: 1em 40px;
} */

hr {
	box-sizing: content-box;
	height: 0;
	max-width:75%;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 2px;
	margin: 1.5em auto;
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

select {
	border: 1px solid #ccc;
}

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;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	/* content: "";
	display: table;
	table-layout: fixed; */
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 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;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}






/* Additional Styles */

body{
	background:#f3f3f3;
	font-family: "Google Sans", sans-serif !important;
}

.wrap{
	max-width:1920px;
	margin:auto;
	background:#fff;
}

.clearwrap{
	max-width:1250px;
	margin:auto;
}

.site-info{
	background:#808080;
	border-bottom:5px solid #ea1f23;
	text-align:center;
	padding:25px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
}

.site-menu{
	background:url(img/87eb1fe3.png) #000;
	color:#fff;
}

.site-menu h2{
	color:#ea1f23;
	font-size:16px !important;
	display:inline-block;
	border-bottom:1px solid #ea1f23;
	font-weight:600;
}

.sidepad{
	padding:0 25px;
}
/*.addpad,*/
 /* .site-content{
	padding:0 25px;
} */

.infobanner{
	background:#f3f3f3;
	width:100%;
	text-align:center;
	padding:10px;
}
.infobanner li{
	list-style:none;
	display:inline-block;
	font-size:14px;
	color:#000;
	margin:0 15px;
}

.infobanner .fa-check{
	color:#ea1f23;
}

.searchform{
	text-align:center;
}

.searchinput{
	width:65% !important;
	margin-top:10px;
	border-radius:0px !important;
	padding:3px !important;
}

.searchgo{
	margin-left:-10px;
	height:32px;
	background:#000;
	box-shadow: none !important;
	border: none !important;
	text-shadow:none !important;
	color:#fff;
	border-radius:0 !important;
}

.searchgo:hover{
	background:#ea1f23;
}

.cartbox{
	background:#ea1f23;
	border-radius:0 0 15px 15px;
	margin-top:0;
	text-align:center;
	padding: 0 10px;
	box-sizing:border-box;
	min-height: 185px;
}
	.cartbox h2{
		color:#fff;
		text-align:center;
		font-size:30px;
		margin: 0 auto;
		display: inline-block;
		overflow: hidden;
		padding:0 5px;
		border-bottom:1px solid rgba(193,193,193,1);
	}
	.cartbox p{
		color:#fff;
		font-size:11px;
		margin:0;
	}

.fa-shopping-cart{
	font-size:20px;
	margin-right:10px;
}

.cartcount{
	color:#fff;
	font-size:14px;
	margin:10px 0;
}
.cartcount a{
	color:#fff;
	text-decoration:none;
}
.cartcount a:hover{
	color:#000;
}

.loginactions{
	margin:10px 0;
}
	.loginactions a{
		background:#fff;
		color:#000;
		display:block;
		text-decoration:none;
		font-size:14px;
		padding:5px
	}
		.loginactions a:hover{
			background:#000;
			color:#fff;
		}

.main-navigation li{
	margin-right:1%;
	width:19.2%;
}

.main-navigation li:last-of-type{
	margin-right:0;
}

.main-navigation li a{
	background:#000;
	color:#fff;
	padding:5px;	
	text-align:center;
}

.main-navigation li a:hover{
	background:#ea1f23;	
}

.mainsub{
	display:none;
	position:relative;
}


.h2border h2 {
	background:#ea1f23;
	color:#fff;
	text-align:center;
	padding:0 50px;
	letter-spacing:2px;
	/*font-style:italic;
	margin:0;
	padding-bottom:5px;
	background:url('img/h2-border.jpg') no-repeat bottom center;*/
	display:table;
	margin:0 auto 0 !important;
}

.trendingItems.h2border h2{
	display:block !important;
}

.trendingItems img{
/*	width: 100% !important;*/
}

.topbrands{
	text-align:center;
}

.topbrands h3{
	text-align:center;
	font-weight:600;
	font-size:16px;
}

.footsocial{
	display:block;
	width:100%;
	margin:5px 0;
}

.footsocial i{
	margin:0 5px;
}

.footsocial a{
	color:#fff;
	text-decoration:none;
}

.footcopy p{
	margin:0;
}

.footcopy a{
	font-weight:600 !important;
	color:#fff;
	text-decoration:none;
}
	.site-info a:hover{
		color:#ea1f23;
	}



.productcat{
	box-sizing:border-box;
	/*background: -webkit-linear-gradient(left, #ea1f23, #ea1f23 70%, black 70%, black);*/
	background:#000;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	background-size:cover;
	padding:15px 0;
	background-position:center !important;
}


.productcatcontent{
	padding:15px 5px;
}

.productcat p{
	font-size:10px;
	color:#fff;
	margin-bottom:0;
	text-align:center;
	line-height:1.2;
	margin:auto;
	max-width:80%;
}

.productcat h3{
	margin:0;
	color:#fff;
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 100 !important;
    font-style: italic;
	text-transform:uppercase;
	font-size:22px;
	letter-spacing:1px;
	text-align:center;
}


.newproducts h2{
	margin-bottom:25px !important;
}

.newproducts p{
	text-align:center;
}

.newproducts a{
	color:#000;
	text-decoration:none;
}

.content-area h1{
	margin-top:0;
}

.footerbrands .col{
	margin-top:0;
	margin-bottom:0;
}

.footerbrands{
	list-style:none;
}

.footerbrands a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize !important;
}

.footerbrands a:hover{
	color:#ea1f23;
	cursor:pointer;
}



.woocommerce-cart .woocommerce-message{
	display:none;
}

/* GLOBALS */

a, .productList, .cartInfo li, .backToTop, .searchgo, .brandLogoPage{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}



.button{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	background:#000 !important;
	color:#fff !important;
	font-size:12px !important;
	font-weight:normal !important;
	border-radius:0 !important;
	padding:10px 20px !important;
}

.button:hover{
	background:#ea1f23 !important;
	box-shadow:none !important;
}

.checkout-button{
	background:#ea1f23 !important;
	color:#fff !important;
	font-size:18px !important;
	font-weight:600 !important;
}

.checkout-button:hover{
	background:#000 !important;
}




/* MEGA MENU */

.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.nav a { text-decoration: none; }
 
.nav li { list-style: none; }

.nav {
    display: flex;
    position: relative;
    cursor: default;
    z-index: 500;
	width:100%;
	justify-content: space-between;
}
 
.nav > li {
    /*display: block;
    float: left;
	margin-right:1%;
	width:19.2%;*/
	margin-right: 1%;
    flex: 1;
}


.nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    background:#000;
		color:#fff;
		padding:5px;	
		text-align:center;
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}


.nav > li.active > a {
	background:#ea1f23; 
}

.nav > li:last-of-type{
	margin-right:0;
}

.nav > li:hover > a { background: #ea1f23; }

.nav > li > div {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    /*-webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;*/
	
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.nav .nav-column {
	float: left;
	width: 25%;
	padding: 1.5%;
}
 
.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}
  
.nav .nav-column li a {
	display: block;
	line-height: 26px;
	font-size: 13px;
	color: #000;
}
 
.nav .nav-column li a:hover { 
	color: #ea1f23; 
}


.cartInfo .nav li{
	background: #fff !important;
	text-align:left !important;
	
}

.cartInfo .nav ul li a{
	padding: 0 !important;
}


/* WOOCOMMERCE */

.woocommerce .woocommerce-info{
	/*border-color:#ea1f23;*/
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before{
	/*content: "\e013" !important;*/
}

.woocommerce .woocommerce-info:before{
	/*color:#ea1f23;	*/
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
	background:#f3f3f3;
}

.itemoffers{
	border-top:3px solid green;
	background:#f3f3f3;
	padding:20px;
	margin-bottom:10px;
}
.itemoffers span{
	color:green;
}




/* Homepage Offers */

.itemcount{

	text-align:left;
	padding:0 5px;
	color:#000;
	width:30px;
}

.productoffer{
	text-align:left;
}

.offertitle{
	display:block;
	margin-bottom:5px;
	font-size:14px;
}


a.offerprice{
	color:#fff;
	text-decoration:none;
}

a.offerprice:hover{
	background:#ea1f23;
}


.offerprice{
	background:#808080;
	padding:15px 10px;
	line-height:0;
	border-radius:5px;
	display:inline-block;
	color:#fff;
	font-size:12px;
}

.trendingitem{
	display:block;
	padding:0 5px;
	margin-bottom:15px;
}

.trendingitem.item-1{
	margin-top:20px;
}

.trendingitem img{
	max-height:50px;
	width:auto;
	display:block;
	margin:auto;
}



.viewAll{
	background:#ea1f23;
	color:#fff;
	text-decoration:none;
	padding:5px 10px;	
	margin:0 auto 25px;
	display:table;
}

.viewAll:hover{
	background:#000;
}

a.viewAllsmall{
	color:#fff;
}

.viewAllsmall{
	background:#ea1f23;
	border: 1px solid #ea1f23;
	color:#fff;
	text-decoration:none;
	padding:5px 20px;	
	margin:15px auto 0;
	display:table;
	font-size:11px;
	text-transform:uppercase;
	box-shadow:none !important;
	text-align:center;
	position:relative;
	border-radius:0 !important;
}

.viewAllsmall:hover .showArrow{
	margin-left:20px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
}

.viewAllsmall:hover{
	/*box-shadow: inset 0 0 0 25px #000;*/
}



.showArrow{
	margin-left:5px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

/*
.trendingitem:hover{
	background:rgba(0,0,0,0.2);
}
*/
/* Homepage Offers */



.adminbar{
	background:#000;
	color:#fff;
	padding:5px;
	font-size:12px;
	position:fixed;
	top:0;
	min-width:200px;
}

.adminbar a{
	color:#fff;
	text-decoration:none;
}

.adminbar a:hover{
	color:#ea1f23;
	text-decoration:none;
}

.adminmenuwrap{
	display:none;
	background:#000;
	position:fixed;
	left:0;
	padding: 5px 10px 0 5px;
	box-sizing:border-box;
	width:200px;
}

.adminmenu:hover{
	cursor:pointer;
	color:#ea1f23;
}

.finduser{
	
	background:#000;
}

.findusers{
	border-radius:0 !important;
	border:none !important;
	font-size:12px;
	width:100%;
}





::-webkit-input-placeholder { font-size:12px; }
::-moz-placeholder {   font-size:12px; }
:-ms-input-placeholder {  font-size:12px; }
input:-moz-placeholder {  font-size:12px; }

/* General WooCommerce */
.woocommerce .woocommerce-breadcrumb{
	display:none;
}


/* WooCommerce Taxonomy Pages */
.tax-product_cat h1, .tax-pa_flavour h1{
	text-align:center;
	color:#ea1f23;
	padding:0;
	background:url('img/h2-border.jpg') no-repeat bottom center;
	/*background:url(img/87eb1fe3.png) #000;*/
}

.term-description{
	text-align:center;
}


/* WooCommerce Account Pages */
.woocommerce-MyAccount-content p:first-child{
	margin-top:0px;
}
.woocommerce-MyAccount-content a{
	color:#ea1f23;
	text-decoration:none;
	font-weight:bold;
}
.woocommerce-MyAccount-content a:hover{
	color:#000;
}

.woocommerce-MyAccount-navigation ul{
	margin:0;
	padding:0;
}

.woocommerce-MyAccount-navigation ul li{
	list-style:none;
	background:#ea1f23;
}

.woocommerce-MyAccount-navigation ul li a{
	color:#fff;
	text-align:left;
	text-decoration:none;
	display:block;
	border-bottom:2px solid #fff;
	padding:10px;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active{
	background:#000;
}

.product-name a{
	color:#000 !important;
}

.product-name a:hover{
	color:#ea1f23 !important;
}

.coupon #coupon_code{
	width:60% !important;
	margin:0 !important;
	border-radius:0 !important;
	padding:6px !important;
	border-color:#000 !important;
}

.coupon .button{
	width:40% !important;
	margin:0 !important;
	
}

.wooSpecialOfferMessage a{
	color:inherit;
	text-decoration:none;
}

.wooSpecialOfferMessage a:hover{
	color:#ea1f23;
}

.wooPromoMessage .woocommerce-info:before, .wooSpecialOfferMessage .woocommerce-info:before{
	content: "\f05a"; 
    font-family: FontAwesome;
	font-size:30px;
	position:absolute;
	top:5px;
	left:15px;
}

.woocommerce div.product div.images img{
	max-width:100% !important;
	width:inherit !important;
}

.woocommerce ul.products li.product a img{
	max-width:100% !important;
	width:inherit !important;
	margin:auto !important;
	display:block !important;
	
}




/*PRODUCT HOVER STATES*/

.productoffer .offerprice{
	background:#ea1f23;
	margin-top:10px;
}



.productoffer{
	border:1px solid #d1d1d1;
	padding:10px 5px;
	border-radius:5px;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	min-height:208px;
}

.productoffer:hover .overlay{
	bottom: 0;
  	display: block;
}


.productoffer:hover img{
	/*margin-top:-50px;	*/
}

.productoffer .offertitle{
	color:#fff;
}


.productoffer h2.offertitle{
	color:#ea1f23;
	font-size:20px;
}


.productoffer .overlay{
	position:absolute;
	left:0;
	width:100%;
	bottom:-100%;
	background:rgba(0,0,0,0.7);
	padding:10px;
	height:100%;
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
	color:#fff;
}

.productoffer a{
	color:#fff !important;
}

.productoffer img{
	margin:0 auto;
	max-height:200px;
	width:auto !important;
	display:block;
	-webkit-transition: margin-top 0.2s ease-in-out;	
}

.centralAlign{
	position: relative;
  	top: 50%;
  	-webkit-transform: perspective(1px) translateY(-50%);
  	-ms-transform: perspective(1px) translateY(-50%);
  	transform: perspective(1px) translateY(-50%);
}

.productList, .productList p,  .productListTH p{
	margin:0 !important;
	padding:0 !important;
}

.productList:hover{
	background:#eaeaea !important;	
}


.productList .col{
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.productList .catPrice{
	text-align:right;
}

.productList{
	padding:5px !important;
}

.productList p{
	font-size:14px;
	padding-top:5px !important;
}


.productList.odd{
    background: #fff;
}

.productList.even {
    background: #fff;
	border-bottom:1px solid #eaeaea;
}

.productList.tableHead{
	font-weight:bold;
}

.term-description{
	max-width:800px;
	margin:auto;
}

.productCats{
	margin-top:25px;
}

h2.subCatProd{
	color:#ea1f23;
	font-style:normal;
	margin-top:0;
}

.mainBrands{
	height:auto !important;
	min-height:auto !important;
	padding:25px;
}

.category_banner_image{
	width:100% !important;
}

.catQuantity{
	width:50px !important;
	border:1px solid #000 !important;
	border-radius:5px !important;
}

.addToCartCat{
	border: 1px solid #000 !important;
	border-left:0 !important;
    padding: 10px 10px 8px 10px !important;
}

.addToCartCat:hover{
	border-color:#ea1f23 !important;
}

a.added_to_cart{
	position:absolute;
	top:0;
	background:#ea1f23;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	padding: 7px 15px 7px 15px !important;
}

.catPrice{
	position:relative;
}

.catInlineQuantity{
	font-size:12px;
}

small.skuitem{
	display:block;
	color:#bbb !important;
}

.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after{
	display:none;
}

.catProdTitle a{
	color:inherit !important;
	text-decoration:none;
}

.catProdTitle a:hover{
	color:#ea1f23 !important;
	text-decoration:underline;	
}

.catProdTitle small{
	color:#ea1f23 !important;
	font-size:12px;
}

.catProdTitle small.sku{
	color:#aaa !important;
}

.woocommerce-MyAccount-navigation-link--downloads{
	display:none !important;
}

.woocommerce-MyAccount-content input{
	padding:10px;
}

.footerNavs ul{
	margin:0;
	padding:0;
}

.footerNavs li{
	list-style:none;
}

.footerNavs li a{
	font-size: 12px;
    color: #fff;
    text-decoration: none;
}


a.viewAllBrands{
	color:#000;
	text-decoration:none;
	float:right;
	font-size:14px;
	margin:0 15px 15px 0;
}

a.viewAllBrands:hover{
	color:#ea1f23;
}

.singleBrandCat{
	width:20%;
	display:inline-block;
}

.singleBrandCat a{
	font-size:14px;
	color:#000;
	text-decoration:none;
}

.singleBrandCat a:hover{
	color:#ea1f23;
}

.brandLogo{
	display:block;
	margin:25px auto;
	max-width:250px !important;
}

.woocommerce-result-count{
	display:none;
}

.end-record-info{
	text-align:center;
	color:#ea1f23;
	margin:50px auto;
}

.mainlogo{
	max-width:250px !important;
}


.mobileHead{
	background:#ea1f23;
	display:none;
}

.mobileHead h2, .mobileHead p{
	color:#fff !important;
	margin:0;
	padding:0;
}
.mobileHead a{
	color:#fff;
}

.mobileHead a:hover{
	color:#000;
}

.mobileHead i{
	margin-left:15px;
	text-align:right;
	line-height:1.3;
	font-size:24px;
}

.mobileHeadIcons{
	text-align:right;
	display:none;
}

.mobileHeadIcons .fa-bars, .mobileHeadIcons .fa-times-circle-o{
    font-size: 30px;
    line-height: 2.2;

}

.openNav:hover{
	cursor:pointer;
	color: #ea1f23;
}

.mobileHead .fa-shopping-cart{
	margin-right:0;
}

.smallNav{
	color: #fff;
	font-size: 24px !important;
	line-height: 0 !important;
}

.smallNav:hover{
	color: #000 !important;
}

.mobileMenu{
	background:#000;
	width:100%;
	display:none;
}

.mobileMenu li div{
	display: none;
}

.mobileMenu li{
	
	text-align:center;
	color:#fff;
	list-style:none;
}

.mobileMenu li a{
	text-decoration:none;
	color:#fff;
	padding:15px;
	display:block;
}

.mobileMenu li a:hover{
	background:#ea1f23;
}


.parentalign, .pa, .parentalignTop {
    display: flex !important;
    justify-content: center !important;
}

.childalign, .ca {
    align-self: center !important;
}


.cartInfo{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	padding:5px;
	display:none;
	z-index:999999;
	border-bottom:5px solid #ea1f23;
}

.cartInfo li{
	display:inline-block;
	width:13.42%;
	background: #000;
	text-align:center;
}

.cartInfo li:hover{
	color:#fff;
	background:#ea1f23;
}

.cartInfo li.active{
	background:#ea1f23;
}

.cartInfo li.active:hover{
	background:#000;
}


.cartInfo a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 5px;
}

.cartInfo a:hover{
	color:#fff;
}

.addAllToCart{
	/* float:right; */
	background:#fff;
	color:#000 !important;
	padding:0 10px;
	text-transform:uppercase;
}

.addAllToCart:hover{
	background:#000;
	color:#fff !important;
}

.cartOverlay{
	background:#fff;
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999999999;
	color:#000;
	text-align:center;
	display:none;
}

.cartOverlayContent{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;	
}

.cartOverlayContent img{
	display:block !important;
	margin:50px;
}





.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	float:none;
	width:auto;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	float:none;
	width:inherit;
}

.productImage{
	max-width:100% !important;
	display:block;
	margin:auto;
}


.productLeftCol{
	/*border:3px solid red;*/
	float:left;
	width:15%;
	margin-right:2.5%;
	margin-bottom:25px;
}

.productRightCol{
	/*border:3px solid blue;*/
	float:right;
	width:82.5%;
}

.offersCol{
	text-align:right;
	/*max-width:250px;*/
	float:right;
}

.offersCol img{
	/*float:right;*/
	margin-bottom:25px;
	width: 100%;
}


.newCols{
	width:100% !important;
}

.newCols ul{
	margin: 0;
	padding: 0;
}

.newCols li {
    list-style: none;
    width: 25%;
    display: inline-block;
}

.newCols .nav-column li a{
	display:inline-block !important;
}



.login-register h2 {
    background: #ea1f23;
    padding: 10px 15px;
    color: #fff;
    margin: 0;
	font-size:20px;
	font-weight:normal;
}

.login-register .content{
	padding: 15px;
	background:#f3f3f3;
	position:relative;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border:none;
	margin-top:0;
}



.login-register input[type=text], .login-register input[type=password], .login-register input[type=email]{
	border-radius:0;
	padding:10px;
	background:#fff;
	border:none;
	width: 100%;
}

.login-register input[type=submit]{
	width:100%;
	text-transform:lowercase;
	padding:15px !important;
	font-size:16px !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.login-register a{
	text-decoration:none;
	color: #ea1f23;
}

.login-register a:hover{
	color:#000;
}

.woocommerce-password-hint{
	display:none !important;
}

.woocommerce-password-strength.bad{
	background-color: #ea1f23;
    border-color: #ea1f23;
	color:#fff;
}

.woocommerce form .form-row label.inline{
	display:none !important;
}

.brandSlider img{
	padding:0 25px !important;
}

.onOffersmall{
	color:#ea1f23;
	text-transform:lowercase;
	font-size:12px;
}

.oldPrice{
	color:#CCC;
	text-decoration:line-through;
}


.brandOffer{
	background:url(img/offer-bg.png);
	color:#fff;
	text-align:center;
	padding:50px 15px;
	font-size: 40px;
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom:25px !important;
}

.brandOffer span{
	text-decoration:underline;
}

.offerAmount{
	font-size:50px;
	font-family: 'Open Sans', sans-serif !important;

}

.offerCat{
	font-size:50px;
	font-family: 'Open Sans', sans-serif !important;
}

/* .archiveProductTitle{
	text-align:left; 
	padding:5px 0 0 0; 
	margin:25px 0; 
	border-bottom:3px solid #ea1f23; 
	float:left; 
	width:100%;
} */

.archiveProductTitle .item-1{
	display:none;
}


.archiveProductTitle a.addAllToCart, a.addAllToCart {
	background:#ea1f23;
	color:#fff !important;
	font-size:14px !important;
	text-transform: none !important;
	text-decoration:none;
	font-weight:normal !important;
	padding:5px 25px;
	border:none !important;
	margin-top:15px;
}

.archiveProductTitle a.addAllToCart:hover, a.addAllToCart:hover {
	background:#000 !important;
}

.trendingLink{
	color:#000 !important;
	text-decoration:none !important;
}

.trendingLink:hover{
	color:#ea1f23 !important;
}


.pleaseLogin a{
	border-radius:5px;
	background: #808080;
	color:#fff;
	padding: 5px 10px;
    line-height: 0;
	font-size:14px;
	text-decoration:none;
}

.loginRedirect a{
	color:#fff;
	text-decoration:none;
	display:block;
}

.loginRedirect:hover{
	background:#ea1f23 !important;
}


.catBanner{
	text-align:center;
	padding:50px 25px;
	color:#000 !important;
	/*background-size:cover !important;
	background-position:center;
	background-color:rgba(0,0,0,0.5);
	background-image: url(img/cathead.png);*/
	background: #f3f3f3;
	border:3px solid #ea1f23;
}

.catBanner img{
/*background: #fff;
padding:25px;*/
}

a.offertext, p.offertext{
	/*background:#ea1f23;*/
	font-size:12px !important;
	display:block;
	padding:5px 0 0 0;
	color:#fff !important;
	margin-bottom: 5px;
	margin-top:0 !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-weight: bold;
}

.productOffers{
	font-size:14px;
	font-weight:normal;
	display:block;
	padding:5px 10px;
	color:#fff !important;
	margin-bottom: 5px;
	text-decoration:none !important;
	text-transform:uppercase;
}

a.offertext:hover{
	color:#ea1f23 !important;
}

.woocommerce-checkout .skuitem{
/*display:none;*/
}

.woocommerce-checkout .fee{
	color: #ea1f23;
	font-weight: normal !important;
}

.savings_table .cart_item th{
	font-weight:normal !important;
}

.calculated_shipping h2{
	display:none;
}

.wc-proceed-to-checkout{
	margin-top:0 !important;
	padding-top:0 !important;
}

.hide-proceed-to-cart .wc-proceed-to-checkout{
	display:none !important;
}

.hide-proceed-to-cart .fee{
	color: #ea1f23 !important;
}


.specialOfferBlock{
	width:50%;
	float:left;
	padding:10px;
	display:inline-block;
}

.specialOfferBlock img{
	-webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.75);
}

.specialOfferBlockSlider {
	width:50%;
	float:left;
	padding:10px;
	display:inline-block;
}


.specialOfferBlock .brandOffer{
	padding:15px !important;
	margin-bottom:0 !important;
}

.home .h2border h2{
	margin-bottom:25px !important;
	margin-top:25px !important;
}

.woocommerce table.shop_table tfoot .fee th{
	font-weight:normal !important;
}

.greenItem{
	color:#0C3 !important;
}

.woocommerce-tabs{
	margin:25px 0 !important;
	border: 1px solid #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: none !important;
	border-right: 1px solid #000 !important;
	border-radius: 0 !important;
	background:#fff;
	color:#ea1f23;
	margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{
	/*border:none !important;*/
}

.wc-tabs{
	border:none !important;
	border-bottom: 1px solid #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	display:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color:#000;
}

.woocommerce div.product .woocommerce-tabs .panel{
	padding:0 15px !important;
}

#tab-title-additional_information{
	display:none !important;
}

#tab-additional_information h2{
	display:none !important;
}


.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #ea1f23;
	font-size:30px;	
	font-weight: bold;
	margin:0 !important;
}

a:active, a:focus{
	border: none !important;
    outline:none !important;
}


.productattributes{
	background:#ea1f23;
	padding:5px 10px;
	color:#fff;
	margin-right:5px;
	margin-bottom:25px;
	display:inline-block;
}

.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as{
	display:block;
	color: #000;
	font-weight:bold;
}

.product_meta .sku_wrapper span{
	font-weight:normal !important;
}

.product_meta a, .sku_wrapper .sku{
	color: #ea1f23;
	text-decoration:none;
	font-weight:normal;
}

.product_meta a:hover{
	color:#000;
}

.tagged_as{
	display:none !important;
}


.single-product .quantity .qty{
	border:1px solid #000 !important;
	border-radius:0 !important;
	margin-right:-5px !important;
}

.aligncenter{
	font-size:30px;
	text-align:center;
	display:block;
	margin:auto;
}


.brandContain{
	margin-bottom: 2px;
	width:100% !important;
}

.brandLogoPage{
	display:inline-block;	
	text-align:center;
	border: 2px solid #ea1f23;
	padding:25px;
	box-sizing:border-box;
	background: #fff;
	color: #000;
	width: 19.5%;
	margin: 0.25%;
}


.brandLogoPage:hover{
	border: 2px solid #000;
}


.brandLogoPageWhite{
	display:inline-block;	
	text-align:center;
	border: 2px solid #ea1f23;
	padding:25px;
	box-sizing:border-box;
	background: #fff;
	color: #000;
	width: 19%;
	margin: .5%;
	transition: all .25s;
}

.brandLogoPageWhite img{
	transition: all .25s;
}


.brandLogoPageWhite:hover img{
	-moz-transform: scale(1.2);
  	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
}

a.cart-contents{
	text-decoration: none;
	position: relative;
}

.menuCartContents{
	position: absolute;
    right: 35px;
    width: 155px;
    top: -3px;
}

.home .h2border.trendingItems h2{
	margin-top: 0 !important;
}

.prodSlide{
	padding:0 10px;
}

.prodSlide a:hover{
	color:#ea1f23;
}

.newProduct h1{
	margin:0;
}

.newProduct h2{
	color:#ea1f23;
	margin:0;	
}

.newProduct .viewAllsmall{
	color:#fff;
	display:inline-block;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  text-align:center;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(img/loader.gif);
  
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* SITE PRELAODER */



#cartpreloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  text-align:center;
  /* change if the mask should have another color then white */
  z-index: 999999;
  display:none;
  /* makes sure it stays on top */
}

#cartstatus {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(img/loader.gif);
  
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* SITE PRELAODER */


input.wpcf7-form-control.wpcf7-submit {
    background: red;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px !important;
    padding: 1rem !important;
	transition: all .25s;
}

input.wpcf7-form-control.wpcf7-submit:hover{
	background: #000;
}




.productOffers{
	border: 3px solid #ea1f23;
	background: #ea1f23 !important;
	border-bottom: 0;
	margin-bottom: -3px;
}

.sr-only{
	display:block;
	text-align:center;
}




@media only screen and (max-width: 960px) {


	.coupon #coupon_code{
		width:75% !important;
		float:left !important;
	}
	
	.coupon .button{
		width:25% !important;
		float:left !important;
	}
	
}


.error{
	background:#ea1f23;
	color: #fff;
	padding:5px 10px;
}

.brandSlider img{
	transition:all 0.25s;
}

.brandSlider img:hover{
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

/****************CHECKOUT***************/



.woocommerce-checkout .wc-item-meta{
	display: none;
}


.cartMeta{
	font-size: 12px !important;
	color: #ea1f23 !important;
}

.woocommerce-checkout input, .woocommerce-checkout select{
	padding:10px;
}


.wc_payment_methods li.woocommerce-info{
	/*display:none !important;*/
}

/*
.form-row-first, .form-row-last{
	width:100% !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	width:48% !important;
	margin:auto !important;
	float:none !important;
	max-width:600px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	display:none !important;
}*/













.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;	
	list-style-type: none;		
}


.slick-dots li {
	margin: 0 0.25rem;
}
	
.slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border-radius: 100%;
	background-color: transparent;
	border: 1px solid black;
	text-indent: -9999px;
	box-shadow: none;
}

.slick-dots li.slick-active button, .slick-dots li button:hover  {
	background-color: #ea1f23;
	border: 1px solid #ea1f23;
}












.site-footer a{
	color: var(--white);
	text-decoration: none;
}

.site-footer a:hover{
	color: var(--black);
	text-decoration: none;
}

.site-footer p{
	margin: 0;
	font-size: 14px;
}


