﻿/*

Table of contents:

====================
FONTS
-------------------
GLOBAL CONTENT
	Shared Attributes
	Button Behavior
-------------------
HEADER FOOTER
	Header
	Mini Cart
	Footer
-------------------
EMAIL SIGNUP
-------------------
ONGOING BANNER
-------------------
HOME
-------------------
CATEGORY
-------------------
PRODUCT
	Variant Display
-------------------
SHOPPING CART
-------------------
POLICY
-------------------
Misc
	Fast Shipping
	Font Awsome
-------------------
====================
*/

/*
----------------------------------------
FIRST FIX FOR FIREFOX TO DISPLAY
MISSING IMAGES
----------------------------------------
*/
@-moz-document url-prefix(http), url-prefix(file) {
	img:-moz-broken {
		height: 75px;
		width: 100px;
		-moz-force-broken-image-icon: 1;
	}
}

/*
----------------------------------------
NEXT WE'LL RESET EVERYTHING
----------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

a {
	/*outline: 0;
	border: none;*/
}

a, a:active, a:focus {
	/*outline: none;*/
}

*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
====================
FONTS
====================
*/

/*
====================
GLOBAL CONTENT
====================
*/

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.mm-list a.mm-subopen::before {
	border-left-width: 0 !important;
}

.mm-menu > li ul.social_media li:after {
	border: none;
}

.mm-menu .social_media {
	margin: 20px 0 0 0;
	text-align: center;
}

.mm-menu .social_media a {
	text-decoration: none;
}

.mm-menu .social_media li {
	display: inline-block;
	margin-right: 24px;
	color: #764908;
}

.mm-list > .social_media li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
	border: none;
}

body {
	color: #212529;
	font-family: "proxima-nova", Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
}

#content {
	margin: 0;
}

.push-down {
	margin-top: 15px;
}

.one-whole {
	width: 97%;
}

.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
	width: 50%;
}

#wpstore {
	margin: 0;
}

.hide {
	display: none;
}

.strikethrough {
	text-decoration: line-through;
}

.img-fluid,
.img-thumbnail {
	height: auto;
	max-width: 100%;
}

/*
--------------------
Shared Attributes
--------------------
*/

.oos {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

/*
--------------------
Button Behavior
--------------------
*/

.btn,
.btn img {
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
}

/*
====================
Font Awesome
====================
*/

.fa-fw {
	text-align: center;
	width: 19px;
}

.fa {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	text-rendering: auto;
	transform: translate(0px, 0px);
}
