/* CSS Document */

a.headerlink
{
color:#005671;
font-weight:bold;
}

a.headerlink:hover
{color:#ef9600;}


a.navlinksmall
{
color:#005671;
font-weight:bold;

line-height:30px;
}

a.navlinksmall:hover
{color:#ef9600;}



@font-face {
  font-family: Knockout;
  src: url('Knockout HTF47Bantamweight Regular.otf') format('opentype'),	
  src: url('knockout-regular.ttf') format('truetype');
}

body
{
	margin:0px;
	padding:0px;
}

html body {
  /*font-family: "Knockout 30 A","Knockout 30 B";
  font-family: "Knockout 30 A","Knockout 30 B";*/
  font-family: 'Source Sans 3', sans-serif;	
  font-weight: 400;	
  font-size: 16px;
  line-height: 22px;
  color: #014357;
}

a.account-link
{background-image:url("../images/avatar.svg");
background-position:left;
background-repeat:no-repeat;
text-decoration:none;
display:inline;
color:#417281;
font-weight: bold;
text-transform: uppercase;
float:right;
padding:5px 0px 5px 30px;
background-size:20px 20px;
margin-left:10px;}

a.account-link:hover
{text-decoration:underline;}


a.cart-link
{background-image:url(../images/cart-icon.png);
background-position:left;
background-repeat:no-repeat;
text-decoration:none;
display:inline;
color:#417281;
font-weight: bold;
text-transform: uppercase;
float:right;
padding:5px 0px 5px 30px;
background-size:20px 20px;
margin-left:10px;}

a.cart-link:hover
{text-decoration:underline;}

a.login-link
{background-image:url("../images/sign-in-icon.png");
background-position:left;
background-repeat:no-repeat;
text-decoration:none;
display:inline;
color:#417281;
font-weight: bold;
text-transform: uppercase;
float:right;
padding:5px 0px 5px 30px;
background-size:20px 20px;
margin-left:20px;}

a.login-link:hover
{text-decoration:underline;}

.categories
{
	text-align: center;
	font-weight: bold;
	color:#fff;
	background:#005670;
	padding:10px;
}

.content
{
	background:#fff;
	min-height: 300px;
}

.content-inner
{
	margin:0 auto;
	width:1200px;
	padding-top:25px;
}

.content-left
{
	float:left;
	width:200px;
}

.content-right
{
	float:right;
	width:1000px;
	box-sizing: border-box;
	padding:0px 20px 20px 20px;
}

.extended-header {
  height: 85px;
}

.featured-products
{
padding:25px;
margin:0 auto;
text-align:center;
}

.featured-box
{width:218px;
background-color:#ffffff;
margin:20px;
text-align:center;
display:inline-block;
font-family: 'Source Sans 3', sans-serif;
}

.featured-box-pic
{text-align:center;
background-color:#FFF;
width:218px;
height:218px;
padding:5px;
box-sizing:border-box;
}

.featured-box-pic img
{max-width: 218px;
max-height: 218px;
vertical-align:middle;
position: relative;
top: 50%;
transform: translateY(-50%);
}

.featured-box-title
{text-align:center;
text-transform:uppercase;
color:#fff;
padding:15px;
font-weight:bold;
color:#e32921;
}

.featured-box-price
{text-align:center;
color:#58b21f;}

.featured-box-btn
{text-align:center;
padding-bottom:20px;}

.featured-box-btn a
{border:2px #ffffff solid;
text-decoration:none;
display:block;
color:#ffffff;
margin:10px 20px 10px 20px;
text-transform:uppercase;
padding:10px 20px 10px 20px;
background-color:#ef9600;}

.footer
{
	background-image:url("../images/FooterBG_Desktop.png");
	background-size: cover;
	width:100%;
	padding:100px 0px 100px 0px;
	text-align: center;
	color:#fff;
}

.header-content {
  background-color: #fff;
  color: #014357;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 999999999;
  display: flex;
  flex-direction: column;
  border-bottom: 10px solid #68673b;
  border-image-slice: 20 fill;
  border-image-outset: 1;
  border-image-source: url("../images/bottom_orange.svg");
  margin-bottom: 10px;
  padding-top:30px	
}

.leftnav
{
	padding:10px;
	border:1px #005670 solid;
}

.logo {
  height: 40px;
  padding-bottom:5px;	
}

.page-wrapper {
  width: 100%;
}

.search-field {
  background-image: url(../images/mag-icon.png);
  background-repeat: no-repeat;
  background-position: 210px 5px;
  background-color: #ec9824;
  color: #014357;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  width: 225px;
  border: 0px;
}

.topnav a
{
	color:#417281;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin:0px 20px 0px 20px;
	font-size:18px;
	line-height: 35px;
}

.topnav a:hover
{text-decoration:underline;
text-decoration-color:#ef9600;
text-decoration-thickness:4px;
text-underline-offset: 6px;}