﻿@font-face {
	font-family: "U Regular";
	src: url("/styles/Fonts/Univers-Condensed.otf");
}

@font-face {
	font-family: "U Bold";
	src: url("/styles/Fonts/Univers-CondensedBold.otf");
}

/************ New code ***************/

/* HEADER */

.container-fluid {
    display: flex;
}

.fa-bars {
	color: #fff;
	padding: 5px;
	margin-top: 20px;
	font-size: 3em;
	transition: 250ms;
}

.fa-times {
	color: #fff;
	padding: 5px;
	margin-top: 20px;
	font-size: 3em;
	background: #FFC713;
	margin-right: 5px;
	display: none;
	transition: 250ms;
}

div#hamburger {
    margin-right: 30px;
}


.fa-bars:hover, .fa-times:hover{
	background: #FFC713;
}

.header-left{
	display: flex;
	width: 45%;
	margin-left: 5%;
	height: 95px;
}

.logo-vision{
	margin-left: 50px;
}

.header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 95px;
	width: 45%;
}

.head-right-div {
	margin: 0px 8px;
}

.fa-user {
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 2em;
}

.fa-shopping-cart{
	color: #fff;
	font-size: 2em;
}

.hamburger-menu{
	display: none;
	position: absolute;
    left: 0;
    top: 102.5px;
    text-align: left;
    background: #000;
	width: 250px;
}

#hamburger:hover{
	cursor: pointer;
}

.navigation{
	margin-bottom: 0;
}

.navigation li a {
	color: white;
	padding: 20px 60px;
}

.navigation li {
	margin: 0;
    padding: 20px 0 20px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.navigation li:hover {
	background: rgb(36, 36, 36);
}

.default-logo {
	display: flex;
	align-items: center;
}

.logo-text {
	width: 216px;
	height: 25px;
	font-family: "Palab";
	font-size: 20px;
	color: #6a737b;
	font-weight: 400;
	text-decoration: none solid rgb(106, 115, 123);
	letter-spacing: 2px;
	text-align: center;
	padding-left: 38px;
}

.green-bottom {
	border-bottom: 2px solid #FFC713;
}


/* FOOTER */

.custom-orders{
	background-image: url('/images/footer-img.jpg');
	height: 200px;
	position: relative;
	background-size: cover;
    background-position: bottom;
}

.custom-box{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}

.custom-box h2{
	color: #fff;
	font-size: 25px;
	font-family: "U Bold"
}

.custom-box p {
	color: #fff;
	font-size: 16px;
	font-family: "U Regular"
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    height: 65px;
}

div.footer-links a {
    color: #ffffff;
    text-decoration: none;
	text-align: center;
	font-family: "U Bold";
	font-size: 16px;
}

.white-pipe {
    font-size: 16px;
	margin: 0 10px;
	color: #fff;
}

.love-div {
	height: 53px;
	background-color: #FFC713;
}

.love-img {
	height: 22px;
	margin-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 2%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  margin: auto;
  border: 2px solid #FFC713;
  width: 375px;
}

.black-top{
	padding: 20px;
	background-color: #000;
}

/* The Close Button */
.close-div{
	text-align: right;
}

.close {
  color: #fff;
  font-size: 35px;
  text-align: right
}

.close:hover,
.close:focus {
  color: #FFC713;
  text-decoration: none;
  cursor: pointer;
}

.modal-heading{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.modal-p{
	color: #fff;
	font-size: 14px;
}

.modal-form{
	background-color: #fff;
	padding: 5px 20px;
}

input.modal-input, .modal-comments {
    width: 97%;
    padding: 13px 0;
    margin: 14px 0;
	background: white;
	border: 1px solid #000;
    text-indent: 10px;
}


/* BODY */

.hero-img {
    background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(/images/saftey_hero.jpg);
    height: 350px;
    background-size: cover;
    position: relative;
}

.hero-cta-box {
    position: absolute;
    top: 50%;
    right: 5%;
}

.hero-cta-box p{
	color: #ffffff;
	font-size: 60px;
	font-family: "U Bold";
	margin-top: 25px;
}

.four.columns.body-category {
    margin-top: 25px;
}

.hover-space {
    height: 186px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-label{
	font-size: 20px;
	color: #000;
	font-family: "U Bold";
	text-align: center;
	margin-top: 10px;
	padding: 20px;
	background-image: linear-gradient(to left, transparent, transparent 50%, #FFC713 50%, #FFC713);
    background-position: 100% 0;
	background-size: 200% 100%;
	transition: all .25s ease-in;
}

.body-svg{
	transition: 250ms;
	height: 90%;
}

.body-link:hover .body-svg{
	transform: scale(1.2)
}

.body-link:hover .body-label{
	background-position: 0 0;
}

.body-closeout{
    background-image: url(/images/footer_grid.png);
    height: 208px;
    position: relative;
    display: flex;
    justify-content: center;
	align-items: center;
	border-top: 1px solid #6a737bbd;
}

.closeout-cta{
	width: 220px;
    margin: 20px;
}

.closeout-header{
	font-size: 32px;
	color: #008061;
	font-family: "Avenirdemi"
}

.closeout-p{
	font-size: 16px;
    color: #5e5e5e;
    margin-bottom: 35px;
}


/* CATEGORY PAGES */

.name a{
	background-image: linear-gradient(to left, transparent, transparent 50%, #FFC713 50%, #FFC713);
    background-position: 101% 0;
	background-size: 200% 100%;
	transition: all .25s ease-in;
}

.product.three.columns:hover .name a{
	background-position: 0 0;
}

.herobanner.cat {
    height: 230px;
    background-image: url(/images/rocky.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* CART PAGE */

.remove {
    background: #000;
    padding: 10px 87px;
    color: #fff !important;
    font-size: 22px !important;
    border-radius: 3px;
    font-family: 'Avenir';
    font-weight: 900;
}

td.three.columns {
    text-align: right;
}

.cart-price{
	color: #6a737b;
}

.iteminfo {
    padding-top: 10px;
}

img.preview {
    margin-top: 7px;
}

/* BREADCRUBMS */

div.breadcrumb.chk,
div.checkout div.breadcrumb
{
	text-align: center;
}
div.breadcrumb ol
{
	list-style: none;
	counter-reset: item;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
div.breadcrumb ol li
{
	display: inline-block;
	counter-increment: item;
    margin-bottom: 5px;
	padding-top: 50px;
	position: relative;
	text-align: center;
	width: 100px;
	vertical-align: top;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}
div.breadcrumb ol li:before
{
    content: counter(item);
    border-radius: 100%;
	background-color: #ffffff;
    border: 3px solid #d1d1d1;
    color: #d1d1d1;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 36px;
    text-align: center;
    display: inline-block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%,0);
}
div.breadcrumb ol li:nth-child(n+2)::after
{
	content: '';
	border-top: 3px solid #d1d1d1;
	position: absolute;
	width:100px;
	height: 1px;
	left: -50%;
	top: 22px;
	transform: translate(-27px,0);
}
div.breadcrumb ol li.active:after,
div.breadcrumb ol li.check:after
{
	border-top: 3px solid #000;
}
div.breadcrumb ol li.active,
div.breadcrumb ol li.check,
div.breadcrumb ol li.active a,
div.breadcrumb ol li.check a
{
	color: #000;
	text-decoration: none;
}
div.breadcrumb ol li.active:before
{
	border: 3px solid #FFC713;
    color: #000;
}
div.breadcrumb ol li.check:before
{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-size: 30px;
	font-weight: 900;
	text-decoration: inherit;
	border: 3px solid #FFC713;
	background-color: #FFC713;
	font-size: 28px;
	line-height: 42px;
	color: #ffffff;
}
div.checkout tr.cartFooter td
{
    height: 30px;
    line-height: 30px;
}
div.checkout div.cartWrapper
{
    margin-bottom: 15px;
}
div.breadcrumb
{
    text-align: left;
    margin-bottom: 15px;
}
div.breadcrumb a
{
    text-decoration: none;
    color: #5c5c5c;
    font-size: 16px;
}
div.breadcrumb strong
{
    color: #77c979;
}

/* LOGIN PAGE */

table.login {
    margin-left: 50%;
    transform: translateX(-50%);
	text-align: center;
}
div.loginpage p
{
	text-align: center;
}
table.login p
{
	text-align: center;
}
div.loginpage .button,
div.loginpage input[type='submit']
{
	margin-left: auto;
	margin-right: auto;
}

a#MainContent_lnkForgot {
    text-decoration: underline;
}

a#MainContent_lnkForgot:hover {
    color: red;
}


/***************** Previous Code ************************/

html,
body {
	background-color: #ffffff;
	text-align: center;
}

body {
	padding-top: 97px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

div.right div.category {
	clear: both;
}

div.container div.content h1 {
	margin-bottom: 30px;
	text-align: center;
	color: #000;
	font-size: 35px;
	font-family: "U Bold";
}

a.hover {
	color: #3799c7;
}

html {
	height: 100%;
	background-color: #656666;
	color: #444444;
}

span.small {
	font-size: 11px;
}

div.static,
div.static p {
	text-align: left;
	font-size: 15px;
}

div.static.ten h1,
div.static.content h4 {
	color: #185c92;
}

div.static ul {
	list-style: initial;
	margin-left: 15px;
}

div.fixedheader {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2000;
	width: 100%;
	background-color: #000;
}

div.header {
	padding-top: 5px;
	color: #ffffff;
}
div.header strong
{
	color: #ffffff;
}

div.header a.open {
	display: none;
}

div.header div.nav {
	text-align: left;
	position: relative;
}

div.header a.logo {
	display: block;
	margin-top: 5px;
}

div.header a.logo img {
	display: block;
}

div.topnav ul.navigation {
	margin: 0px;
}

div.topnav div.navigation {
	text-align: center;
	background-color: #656666;
}

div.topnav ul.navigation>li {
	display: inline-block;
	font-size: 17px;
	margin: 0;
	line-height: 25px;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

div.topnav li h4 {
	line-height: 25px;
	margin: 0;
}

div.topnav ul ul a:hover,
div.topnav div.menu a:hover {
	color: #3799c7
}

div.topnav ul.topnav {
	margin: 0;
}

div.navigation ul.navigation {
	display: inline;
}

div.navigation ul.navigation>li>a {
	text-transform: uppercase;
}

div.topnav div.navigation li.mobile {
	display: none;
}

div.topnav ul.navigation div.dropdown {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0px;
	background-color: #aeaeae;
	z-index: 2000;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
}

div.topnav ul.navigation ul {
	text-align: left;
}

div.topnav ul.navigation ul li {
	margin: 0;
	display: inline-block;
	line-height: 35px;
	height: 35px;
}

div.topnav ul.navigation #subcats12294 {
	min-height: 160px;
}

div.topnav ul.navigation #subcats12294 li.boldthis {
	clear: left;
	display: block;
	float: left;
	width: 250px;
}

div.topnav ul.navigation #subcats12294 li.subcat {
	top: 0px;
	position: absolute;
}

div.topnav ul.navigation #subcats12258 li.subcat:nth-child(4) {
	clear: left;
}

div.topnav ul.navigation #subcats12258 li.subcat:nth-child(6) {
	margin-bottom: 30px;
}

div.topnav li.subnav {
	position: relative;
}

div.topnav li.subnav ul {
	position: absolute;
	background-color: #6e4dab;
	z-index: 350;
	min-width: 300px;
	margin: 0px;
	text-align: left;
	max-height: 0;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	overflow: hidden;
}

div.topnav li.subnav.open ul {
	max-height: 1000px;
}

div.topnav ul.navigation a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #ffffff;
}

div.topnav ul.navigation li.dropdown>a {
	cursor: pointer;
	text-transform: uppercase;
}

div.topnav ul.subcat a {
	padding-top: 0px;
	padding-bottom: 0px;
}

div.topnav li.subcat a {
	padding: 0px;
}

div.topnav ul.navigation>li.selected,
div.topnav ul.navigation>li.open {
	background-color: #0077d5;
}

div.topnav ul.navigation>li.open {
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

div.topnav ul.navigation>li.open div.dropdown {
	display: block;
}

div.topnav ul.navigation>li.open>a {
	color: #ffffff;
	background-color: transparent;
}

div.topnav ul.navigation li.open ul {
	display: block;
}

div.topnav li.subnav ul li {
	margin: 0px;
	display: block;
	height: 38px;
	line-height: 38px;
	text-indent: 25px;
}

div.topnav li.subnav ul li h4 {
	height: 38px;
	line-height: 38px;
	margin: 0px;
	font-size: 16px;
}

div.topnav li.subnav ul li.active {
	background-color: #185c92;
}

div.topnav ul.navigation ul li.subcat {
	height: auto;
	float: left;
}

div.topnav ul.subcat li.boldthis a {
	font-weight: bold;
	padding: 0px;
	margin-left: 20px;
	font-size: 18px;
}

div.topnav ul.navigation ul.thirdlevel.four li {
	width: 50%;
	float: left;
}

div.topnav ul.thirdlevel a {
	padding: 0px;
}

div.topnav ul.thirdlevel {
	margin: 0px;
	margin-bottom: 20px;
}

div.topnav ul.navigation ul.thirdlevel li {
	width: 100%;
	height: auto;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}

div.topnav ul.navigation li.boldthis {
	height: auto;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}

div.topnav li.subcat strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
}

div.header div.search {
	/* border: 1px solid gray; */
}

div.header div.search.open {
	width: auto;
}

div.header div.search input,
div.topnav li.search input {
	width: 334px;
	height: 35px;
	padding: 0px 10px;
	border-radius: 5px;
	background-color: #ffffff;
	font-family: "U Bold";
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	text-decoration: none solid rgb(0, 0, 0);
	text-align: center;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1), inset 1px 1px 1px rgba(0,0,0,0.1);
}

div.header div.search a.searchbtn,
div.topnav li.search a.searchbtn {
	color: #ffffff;
	font-size: 20px;
	background-color: #0077d5;
	border-radius: 4px;
	display: inline-block;
	line-height: 36px;
	height: 36px;
	width: 30px;
	text-align: left;
	cursor: pointer;
}

div.header div.search.open input {
	width: 334px;
	border: none;
}

div.header div.search.open a.searchbtn,
div.topnav li.search.open a.searchbtn {
	margin-right: 1px;
}

input#w::-webkit-input-placeholder {
	color: #656666;
}

input#w::-moz-placeholder {
	color: #656666;
}

input#w:-ms-input-placeholder {
	color: #656666;
}

input#w:-o-input-placeholder {
	color: #656666;
}

div.header div.search.open input#w:focus {
	box-shadow: none;
	background-image: none;
	text-indent: 10px;
}

div.header div.search.open a.close {
	float: right;
	position: absolute;
	right: 0;
}

div.header div.cart,
div.header div.menu {
	margin-left: 5px;
}

/* div.header div.cart,
div.header div.login {
	display: inline-block;
	text-align: left;
	height: 35px;
	line-height: 35px;
	float: right;
	color: #2e5b8e;
	margin-top: 25px;
}

div.header div.cart a,
div.header div.login a {
	color: #ffffff;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 20px;
	background-color: #0077d5;
	border-radius: 4px;
	display: inline-block;
	line-height: 36px;
	height: 36px;
	width: 36px;
	text-align: center;
} */

div.header div.menu,
div.header div.search {
	float: right;
}

div.header div.cart img {
	margin: 5px;
	margin-top: 8px;
}

div.header div.login img {
	margin: 6px;
	margin-top: 7px;
}

div.header div.search img {
	margin: 2px;
	margin-top: 6px;
	margin-right: 4px;
}

div.header div.cart a {
	float: right;
}

div.header div.cart a.text {
	margin-right: 5px;
	line-height: 40px;
}

div.header #nav-icon3 {
	display: none;
}

div.footer p.notice {
	margin-top: 35px;
	font-size: 12px;
	margin-bottom: 25px;
}

div.footer a.button {
	font-size: 18px;
	padding: 10px 18px;
}


div.footer {
	background-color: #656666;
	color: #ffffff;
}

div.footer a {
	color: #ffffff;
	text-decoration: none;
}

div.footer {
	text-align: left;
}

div.footer div.mobile {
	display: none;
}

div.footer div.container {
	position: static;
	padding-top: 30px;
}

div.footer ul.navigation li {
	width: 50%;
	float: left;
	margin-bottom: 4px;
}

div.footer ul.navigation h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
}

div.footer li {
	float: left;
	width: 50%;
}

div.footer li:nth-child(2n+1) {
	clear: left;
}

div.footer p {
	margin-bottom: 8px;
}

div.footer h3 {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.footer p.footnote {
	background-color: #4b4b4d;
	color: #ffffff;
	text-align: center;
	margin: 0;
	margin-top: 15px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.footer p.footnote img {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	width: 20%;
}

div.footer div.custom {
	background-image: url(/images/custom_orders.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.footer div.custom div.container {
	text-align: center;
}

div.footer div.custom h4 {
	color: #656666;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

div.footer div.custom p {
	color: #656666;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 25px;
}

div.footer div.custom a {
	color: #656666;
}

div.footer div.custom a.button {
	color: #ffffff;
}

div.footer div.rightalign {
	text-align: right;
}

div.footer div.footlogo img {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}

div.footer div.social a {
	font-size: 35px;
	margin-left: 5px;
	margin-right: 5px;
}

div.footer div.social p {
	margin-bottom: 20px;
}

div.footer div.corpfootnav ul {
	display: grid;
	grid-template-columns: repeat(6, auto);
	grid-template-rows: repeat(8, auto);
	grid-auto-flow: column;
}

div.footer div.corpfootnav ul.navigation li {
	float: none;
	width: auto;
	margin-right: 10px;
}

div.footer div.corpfootnav li:nth-child(2n+1) {
	clear: none;
}

div.footer .open,
div.footer .close {
	display: none;
	cursor: pointer;
	margin-left: 5px;
	font-size: 18px;
}

div.content {
	margin-top: 55px;
}

/* Category Page Styles */

div.herobanner {
	text-align: center;
	position: relative;
}

div.herobanner img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

div.homearea div.image,
div.herobanner {
	overflow: hidden;
}

div.homearea div.image img,
div.herobanner img {
	min-height: 245px;
	width: auto;
	max-width: unset;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

div.homearea div.image img.mobihero,
div.herobanner img.mobihero {
	display: none;
}

div.herobanner div.container {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align: left;
	z-index: 250;
}

div.herobanner.cat h1 {
	color: white;
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
}

div.herobanner.cat div,
div.herobanner.cat p {
	color: #4b4b4d;
	font-size: 18px;
	line-height: 22px;
}

div.herobanner.cat.white h1 {
	color: #ffffff;
}

div.herobanner.cat.white div,
div.herobanner.cat.white p {
	color: #ffffff;
}

div.catpage {
	margin-top: 25px;
}

div.category div.product:nth-child(4n+1) {
	clear: left;
	margin-left: 0px;
}

div.category div.product:nth-child(4n) {
	margin-right: 0px;
}

div.category div.product {
	margin-bottom: 30px;
	width: 230px;
}

div.category div.product a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-family: "U Bold";
}

div.category div.product p.name span {
	display: block;
	color: #000;
	font-size: 16px;
	margin: 5px;
	font-family: "U Regular";
}

div.category div.product p {
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

div.category div.product p.price {
	color: #000;
	font-size: 25px;
	font-family: "U bold";
	line-height: 28px;
}

div.category div.product img {
	max-width: 100%;
	width: 150px;
	margin: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

div.category div.product img:hover {
	width: 180px;
	margin: 0px;
}

div.category div.image:hover {}

div.sortby {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.sortby label,
div.sortby select {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
}

/* Product Page Styles */

div.productcontent {
	text-align: left;
}

div.breadcrumb {
	text-align: left;
	font-size: 20px;
}

div.breadcrumb a {
	font-size: 18px;
}

div.product h1 {
	font-family: "U Bold";
	font-size: 32px;
	color: #000;
}

h3.sku{
	font-size: 18px;
	color: #000;
	font-family: "U Regular"
}

div.product div.imagewrapper {
	text-align: center;
}

div.product div.productImage img {
	max-width: 365px;
}

div.product div.gallery img {
	border: 2px solid #c7c7c7;
}

div.product h4.price {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 15px;
	color: #000;
	font-family: "U Bold";
	margin-top: 10px;
}

div.category h3 {
	text-align: left;
}

div.product div.gallery>div {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

div.product div.description ul {
	list-style: outside;
	margin-left: 15px;
	color: #000;
}

div.product div.description li {
	margin-bottom: 8px;
}

div.product div.description {
	line-height: 16px;
}

div.product p.added {
	color: #185c92;
	font-size: 17px;
	font-weight: bold;
}

div.product div.shipstatus h4 {
	color: #185c92;
	border-top: 2px solid #d4d4d4;
	line-height: 40px;
}

div.productcontent table.quantities {
	clear: left;
	padding: 0px;
	width: 100%;
}

div.product div.productsOrderArea strong {
	color: #656666;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: center;
	display: inline-block;
}

div.product div.productsOrderArea div.prodopt.four,
div.product div.productsOrderArea div.prodopt.three {
	margin-bottom: 15px;
	text-align: left;
}

div.product div.productsOrderArea div.prodopt.three:nth-child(2n+1) {
	clear: left;
	margin-left: 0px;
}

div.product div.productsOrderArea div.prodopt.three:nth-child(2n) {
	margin-right: 0px;
}

div.product div.prodopt span {
	font-weight: bold;
	text-align: left;
}

div.product div.productorder {
	margin-top: 10px;
}

div.product div.productquantity input {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	max-width: 70px;
}

div.product div.quantities {
	display: grid;
	grid-template-columns: repeat(6, 100px);
	grid-template-rows: 40px 40px 40px 40px;
	grid-auto-flow: column;
}

div.product div.quantities div.qtyopt {
	width: 100px;
}

div.product div.quantities div.qtyopt span {
	font-size: 15px;
	display: inline-block;
	width: 35px;
	text-align: left;
}

div.product div.quantities div.qtyopt input {
	display: inline-block;
	width: 40px;
}

div.product div.quantities div.qtyopt:nth-child(4) {}

div.product div.productsOrderArea div.prodopt.four input,
div.product div.productsOrderArea div.prodopt.four select,
div.product div.productsOrderArea div.prodopt.four button {
	display: block;
	max-width: 220px;
}
div.product div.prodopt {
    margin-bottom: 10px;
}
div.product div.productQuantity {
    clear: left;
}


/* Cart Page Styles */

h1.carthead {
	text-align: left;
	color: #444444;
	font-size: 38px;
}

table.cartTable {
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

table.cartTable tr.cartHeader {
	background-color: #185c92;
	display: table-row;
	display: none;
}

tr.cartItem {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

table.cartTable th {
	background-color: #185c92;
	color: #ffffff;
	display: table-cell;
	float: none;
	text-align: left;
	height: 35px;
	line-height: 35px;
}

table.cartTable th.alpha {
	text-indent: 4px;
}

table.cartTable td {
	display: table-cell;
	float: none;
	line-height: 60px;
	height: 60px;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.cartTable td input {
	width: 36px;
	height: 32px;
	border: 1px solid #bababa;
	background-color: #ffffff;
	background-size: cover;
	text-align: center;
}

table.cartTable td a {
	font-size: 16px;
	text-decoration: none;
}

table.cartTable div.img {
	text-align: center;
}

table.cartTable div.img img {
	max-width: 60px;
	margin-left: auto;
	margin-right: auto;
}

table.cartTable tr.cartFooter td:first-child {
	text-align: right;
	padding-right: 15px;
}

table.cartTable tr.cartFooter p {
	font-size: 18px;
}

div.cartbuttons {
	margin-top: 25px;
}

div.cartbuttons a {
	display: block;
	float: right;
	clear: right;
	min-width: 125px;
}

div.cartbuttons div.gift {
	float: right;
}

div.cartbuttons div.gift input {
	display: inline-block;
	width: 150px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 6px;
}

div.cartbuttons div.gift span {
	margin-top: 10px;
}

div.cartbuttons div.gift .success,
div.cartbuttons div.gift .error {
	display: block;
	text-align: left;
}

div.cartbuttons div.gift .error {
	color: #ff0000;
}

/* Login/Registration/Account Page */

div.loginpage {
	text-align: center;
}

table.login .label,
table.login .label p {
	margin: 0px;
	line-height: 30px;
}

table.login .label {
	padding-right: 10px;
}

table.login td {
	text-align: center;
	padding-bottom: 10px;
	vertical-align: top;
}

div.accountheader {
	text-align: left;
	border-bottom: 1px solid #185c92;
	margin-bottom: 25px;
}

div.accountheader a.button {
	display: inline-block;
	float: left;
	margin: 0px;
	margin-right: 8px;
	border-radius: 3px 3px 0px 0px;
}

table.accountform td {
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}

div.loginpage div.guest {
	font-size: 36px;
}

div.loginpage div.guest a.button {
	margin-left: 75px;
}

div.loginpage .status {
	color: #ff0000;
	font-weight: bold;
}

table.orders {
	margin-bottom: 25px;
	width: 100%;
}

table.orders th {
	padding-left: 4px;
	padding-right: 4px;
}

table.orders tr.orderrow td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
	text-align: left;
}

table.orders tr.other {
	background-color: #e1e1e1;
}

table.orders tr.orderrow td p {
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	color: #444444;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
}

table.orders tr.orderrow td p.total {
	font-size: 24px;
	line-height: 24px;
}

table.orders table.details td {
	width: 20%;
	line-height: 24px;
	padding: 0;
}

table.orders table.details td:first-child {
	width: 60%;
}

table.orders th.subtable span {
	display: block;
	float: left;
	width: 20%;
	height: 24px;
}

table.orders th.subtable span:first-child {
	width: 60%;
}

table.orders tr.orderrow table {
	width: 100%;
}

div.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
}

div.overlay div.background {
	background-color: #185c92;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	position: absolute;
}

div.overlay form {
	margin: 0px;
}

div.overlay div.form {
	left: 50%;
	position: absolute;
	top: 50%;
	background-color: #ffffff;
	z-index: 2000;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.overlay div.form a.link {
	text-decoration: none;
	width: 330px;
	display: inline-block;
	text-align: left;
}

div.overlay div.form h1 {
	color: #444444;
	font-size: 28px;
}

div.overlay div.form h4 {
	color: #444444;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 25px;
}

div.overlay div.form input[type="text"],
div.overlay div.form input[type="password"] {
	display: inline-block;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #333333;
	font-size: 24px;
	height: 34px;
	width: 320px;
}

div.overlay a.submit,
div.overlay a.register,
div.overlay input[type="submit"] {
	margin-left: 2px;
	margin-right: 2px;
	min-width: 120px;
}

div.overlay input[type="submit"] {
	min-width: 156px;
	padding-top: 9px;
	padding-bottom: 9px;
}

div.overlay p.strike span.line {
	display: inline-block;
	border-top: 1px solid #444444;
	height: 5px;
	width: 65px;
	margin-left: 5px;
	margin-right: 5px;
}

div.overlay img,
div.overlay input {
	max-width: 100%;
}

/* Checkout Styles */

div.checkout div.overlay a.close {
	color: #593994;
	font-size: 26px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 8px;
	float: right;
}

div.checkout div.overlay p {
	text-align: left;
	margin-left: 30px;
	margin-right: 20px;
	font-size: 22px;
	line-height: 25px;
}

div.checkout div.continue {
	text-align: left;
	margin-top: 15px;
}

div.checkout h2 {
	text-align: left;
}

div.checkout table.address td.col1,
div.checkout table.address td:first-child {
	width: 115px;
}

div.checkout table.address {
	width: 100%;
	margin-bottom: 20px;
}

div.checkout label {
	margin-bottom: 8px;
	margin-top: 8px;
}

div.checkout table.address input,
div.checkout table.payment input,
div.checkout table.payment select,
div.checkout label {
	display: inline-block;
}

div.checkout table.payment select {
	width: 100px;
}

div.checkout table.payment .col2 select {
	width: 210px;
}

div.checkout table.payment {
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.checkout table.address td,
div.checkout table.payment td {
	text-align: left;
	padding-bottom: 10px;
	vertical-align: top;
	padding-right: 10px;
}

div.checkout .validation,
.validation {
	display: block;
	color: #ff0000;
	text-align: left;
}

table.shopts {
	text-align: left;
	width: 100%;
}

div.breadcrumb ol {
	font-size: 18px;
}

/* div.breadcrumb li {
	float: left;
	padding-right: 45px;
} */

div.checkout tr.cartFooter td {
	height: 30px;
	line-height: 30px;
}

div.checkout div.cartWrapper {
	margin-bottom: 15px;
}

div.breadcrumb {
	text-align: center;
}

div.breadcrumb a {
	text-decoration: none;
	color: #5c5c5c;
	font-size: 16px;
}

div.breadcrumb strong {
	color: #185c92;
}

div.checkout table.certs .hidden {
	display: none;
}

div.checkout table.cartTable tr.cartFooter {
	border-top: 1px solid #593994;
}

div.checkout div.same {
	text-align: left;
}

div.checkout div.same strong {
	color: #444444;
}

div.checkout div.paymentbox {
	text-align: left;
}
div.checkout div.summary div.paymentbox
{
	margin-bottom: 35px;
}

div.checkout div.indent .dbopts,
div.checkout div.indent table.payment {
	margin-left: 25px;
}

div.checkout div.indent table.payment.db {
	margin-left: 60px;
}

div.checkout div.summary table.payment.db,
div.checkout div.summary table.payment {
	margin: 0px;
}

div.checkout table.payment.gc {
	margin-bottom: 15px;
}

div.checkout table.payment.gc td {
	vertical-align: middle;
}

div.checkout table.payment.gc td a.button {
	margin: 0px;
}

div.checkout span.radio {
	float: left;
	clear: left;
}

div.checkout div.footnote {
	color: #ff0000;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.checkout div.footnote p {
	margin: 0px;
	font-size: 15px;
}

div.checkout div.footnote ol {
	margin: 0px;
	margin-left: 12px;
}

div.checkout div.footnote li {
	text-indent: 18px;
	margin: 0px;
}
div.checkout div.shipping
{
	text-align: left;
}
div.checkout div.shipping > table, 
div.checkout div.shipping > input[type='text']
{
	margin-left: 35px;
}
div.checkout div.confirm h2
{
	text-align: center;
}
div.checkout table.completed
{
	margin-left: auto;
	margin-right: auto;
}

/* Home Page Styles */

div.header div.container div.nonav {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div.landing {
	position: relative;
	width: 100%;
	height: auto;
}

div.landing>img {
	display: block;
}

div.homearea {
	position: relative;
	width: 100%;
	height: auto;
}

div.homearea img.homeholder {
	width: 100%;
}

div.homearea div.rotator div {
	display: none;
}

div.homearea div.rotator div.visible {
	display: block;
}

div.homearea div.rotator.container a.button {
	margin-bottom: 0px;
}

div.homearea div.container div {
	margin-top: 45px;
	text-align: left;
}

div.homearea div.container div h1 {
	color: #4b4b4d;
	font-size: 35px;
	font-weight: bold;
}

div.homearea div.rotator {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

h3.feathead {
	font-size: 30px;
	color: #4b4b4d;
	font-weight: bold;
	margin-top: 30px;
}

div.featured div.category {
	font-size: 0;
}

div.featured div.product:first-child {
	margin-left: 0;
}

div.featured div.product:last-child {
	margin-right: 0px;
}

div.featured div.product {
	display: inline-block;
	float: none;
	font-size: 17px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

div.featured div.image {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

div.featured a.arrow {
	display: none;
}

div.featured a.arrow.left {
	background-image: url(/images/leftchevron_gray.svg);
	background-position: right 50%;
}

div.featured a.arrow.right {
	background-image: url(/images/rightchevron_gray.svg);
	background-position: left 50%;
}

div.featcat img {
	max-width: 100%;
}

div.overlay.home {
	position: absolute;
	z-index: 800;
}

div.overlay.home div.background {
	background-color: #e1634f;
	opacity: 0.92;
}

div.overlay.home div.form {
	background-color: transparent;
	transform: translate(-50%, 50%);
	top: 0px;
	color: #ffffff;
}

div.overlay.home div.form h1 {
	font-family: Avenir;
	font-size: 48px;
	color: #008061;
	font-weight: 900;
}

div.overlay.home div.form p {
	color: #6a737b;
	font-size: 16px;
	margin-bottom: 5px;
}

div.overlay.home div.form a.button {
	background-color: #77c979;
	border: 1px solid #77c979;
	color: #fcfeff;
	font-size: 20px;
	width: 214px;
}

div.overlay.home div.form a.button:hover {
	background-color: #fff;
	border-color: #77c979;
	color: #77c979;
}

div.homeban {
	position: relative;
}

div.homeban img {
	width: 100%;
}

div.homeban>div {
	top: 50%;
	position: absolute;
	transform: translate(0, -50%);
	text-align: left;
}

div.homeban>div.left {
	left: 10px;
}

div.homeban>div.right {
	right: 10px;
}

div.homeban h3 {
	font-weight: bold;
}

div.homeban h3.white {
	color: #ffffff;
}

/* Misc Page Styles */

div.custom {
	margin-bottom: 10px;
}

div.custom div.hidden {
	display: none;
}

div.customribbon {
	background-color: #0077d5;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.customribbon p {
	color: #ffffff;
	font-size: 17px;
	margin-bottom: 0px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

div.customribbon a.button {
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	color: #0077d5;
	float: right;
}

div.container div.custom div.four.columns {
	width: 32%;
	margin-left: 0.66%;
	margin-right: 0.66%;
}

div.custom div.four img {
	display: block;
	float: left;
	clear: left;
	cursor: pointer;
}

div.custom div.overlay {
	z-index: 3000;
	background-color: rgba(25, 25, 25, 0.9);
	display: none;
}

div.custom div.overlay div.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 26px;
	color: #ffffff;
	padding: 15px;
	background-color: transparent;
}

div.custom div.overlay div.popup table {
	clear: both;
}

div.custom div.overlay div.popup table td {
	vertical-align: middle;
	min-width: 40px;
}

div.custom div.overlay div.popup table div.wrapper {
	background-color: #ffffff;
	padding: 15px;
}

div.custom div.overlay div.popup .close {
	cursor: pointer;
	height: 25px;
	top: 10px;
	position: absolute;
	right: 10px;
	width: 25px;
	display: block;
}

div.custom div.overlay div.popup .left,
div.custom div.overlay div.popup .right {
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	height: 30px;
	width: 30px;
	display: block;
}

div.custom div.overlay a.textlink {
	color: #ffffff;
	float: left;
	margin-top: 10px;
	font-size: 22px;
}

div.custom div.overlay div.popup a.button {
	clear: both;
	margin-top: 25px;
}

table.form td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

table.form td input {
	margin: 0px;
}

table.form td textarea {
	margin-bottom: 10px;
	width: 100%;
}

h1.offset-by-one {
	text-align: left;
}

div.advanced div.row select,
div.advanced div.row input {
	display: inline-block;
	margin-left: 5px;
}

div.hellobar {
	background-color: #2e5b8e;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.hellobar p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 17px;
	margin-left: 90px;
	margin-right: 90px;
}

div.hellobar a {
	color: #ffffff;
}

ul#sayt-menu {
	-webkit-box-shadow: 8px 8px 10px 0px #000000;
	-moz-box-shadow: 8px 8px 10px 0px #000000;
	box-shadow: 8px 8px 10px 0px #000000;
	padding-bottom: 10px;
}

span.ui-helper-hidden-accessible {
	display: none;
}

ul.ui-menu {
	background-color: #ffffff;
	position: absolute !important;
	padding-top: 10px;
}

li.sayt-product-content span.sayt-content {
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
}

li.sayt-product-content img {
	max-width: 40px;
	float: left;
	margin-right: 10px;
}

span.ui-product-header {
	border-bottom: 1px solid #046e53;
	display: block;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	line-height: 26px;
}

ul.ui-menu li.ui-menu-item:first-child span.sayt-content {
	color: #185c92;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
}

ul.ui-menu li.ui-menu-item {
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	clear: left;
}
ul.ui-menu .sayt-product-anchor
{
	cursor: pointer;
}

div.search-facet {
	text-align: left;
}

div.search-facet li {
	margin-bottom: 5px;
}

div.searchResults.category div.product:nth-child(4n+1) {
	clear: none;
	margin-left: 10px;
}

div.searchResults.category div.product:nth-child(3n+1) {
	clear: left;
	margin-left: 0px;
}

div.searchResults.category div.product:nth-child(3n) {
	margin-right: 0px;
}

div.searchPaging {
	clear: both;
}

div.searchPaging a {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 15px;
}

div.top {
	display: none;
}

div.productQuantity.hidden,
div.productorder.hidden {
	display: none;
}

div.content div.box.center {
	text-align: center;
}

div.box {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	width: 766px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6000;
	top: 50%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.container div.box a.proof {
	margin-top: 15px;
}

div.container div.box div.productQuantity {
	width: 45%;
	float: left;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

div.container div.box div.productorder {
	float: left;
}

div.container div.box div.cancelbtn {
	clear: both;
}

div.catlogin {
	text-align: center;
	margin-bottom: 35px;
}

div.catlogin h4 {
	color: #4b4b4d;
	font-weight: bold;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 20px;
}

div.catlogin input[type="password"] {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	text-indent: 10px;
	font-size: 20px;
}

div.catlogin div.border {
	padding-bottom: 20px;
}

/* Ultra-wide monitors for desktop */

@media only screen and (min-width: 1200px) {}

/* All non-mobile devices */

@media only screen and (min-width: 769px) {
	div.left ul.navigation.fixed {
		position: fixed;
		top: 0px;
	}
	div.left ul.navigation.absolute {
		position: absolute;
		bottom: 0px;
	}
	div.container div.left.two {
		min-height: 1px;
	}
}

/* Tablet sizes to Mobile*/

@media only screen and (max-width: 768px) and (min-width: 480px) {
	div.overlay.home div.form a.button {
		font-size: 18px;
		display: inline-block;
		margin-left: 6px;
		margin-right: 6px;
	}
	div.header div.container div.nine.columns {
		position: relative;
		top: -5px;
	}
	div.custom div.three.columns img {
		width: 60%;
	}
	div.overlay.home div.form h1 {
		font-size: 36px;
		line-height: 40px;
	}
	div.overlay.home div.form p {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}
	div.landing>img {
		width: auto;
		max-width: unset;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		height: 500px;
	}
	div.homearea div.image img,
	div.herobanner img {
		min-height: unset;
		height: 220px;
	}
	div.container div.catpage div.product {
		width: 200px;
		margin-left: 10px;
		margin-right: 10px;
	}
	div.container div.category div.product:nth-child(2n+1) {
		margin-left: 0px;
		clear: left;
	}
	div.container div.category div.product:nth-child(2n) {
		margin-right: 0px;
	}
}

/* Tablet Portrait size to standard 1200 (devices and browsers) */

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	body {
		padding-top: 109px;
	}
	div.footer p.footnote img {
		width: 50%;
	}
	div.header div.cart,
	div.header div.login {
		margin-top: 25px;
	}
	div.homearea div.rotator.container div {
		margin-top: 15px;
		text-align: left;
	}
	div.homearea div.rotator.container div.right {
		margin-right: 20%;
	}
	div.homearea div.rotator.container a.button {
		font-size: 14px;
		padding: 5px 8px;
	}
	div.overlay.home div.form {
		transform: translate(-50%, 0%);
	}
	div.featured a.arrow {
		margin-top: 30px;
	}
	div.product div.productImage img {
		max-width: 100%;
	}
	div.right div.category div.product:nth-child(2n+1) {
		clear: left;
		margin-left: 0px;
	}
	div.right div.category div.product:nth-child(2n) {
		margin-right: 0px;
	}
	div.imagebanner div.wrapper {
		max-width: 768px;
	}
	div.product div.productcontent div.productsOrderArea div {
		width: 75px;
	}
	div.homearea a.left,
	div.homearea a.right {
		top: 80px;
	}
	div.category div.product img {
		width: 146px;
		margin: 12px;
	}
	div.category div.product img:hover {
		width: 170px;
		margin: 0px;
	}
	div.featured div.category div.product img {
		width: 84px;
	}
	div.featured div.category div.product img:hover {
		width: 108px;
	}
	div.homeban h3 {
		font-size: 23px;
	}
	div.footer div.social a {
		font-size: 30px;
		margin-left: 3px;
		margin-right: 3px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 826px) {
	body.custompadding {
		padding-top: 144px;
	}
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 768px) {
	body {
		padding-top: 74px;
	}

	/* Navicon */
	div.header #nav-icon3 {
		width: 32px;
		height: 32px;
		display: inline-block;
		position: relative;
		cursor: pointer;
		float: left;
		background-color: #0077d5;
		border-radius: 4px;
		margin-top: 10px;
		margin-left: 10px;
	}
	#nav-icon3 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 22px;
		background: #ffffff;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		margin-left: 5px;
		margin-right: 5px;
	}
	#nav-icon3 span:nth-child(1) {
		top: 8px;
	}
	#nav-icon3 span:nth-child(2),
	#nav-icon3 span:nth-child(3) {
		top: 15px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 22px;
	}
	#nav-icon3.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon3.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon3.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon3.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	div.overlay.home div.form {
		transform: translate(-50%, 0%);
		top: 10%;
	}
	div.popup div.container ul.offset-by-two {
		margin-left: 0px;
	}
	div.overlay div.wrapper ul.thirdlevel {
		margin: 0px;
	}
	div.topnav ul ul a:hover,
	div.topnav div.menu a:hover {
		color: #000000;
	}
	div.hellobar p {
		margin-left: 5px;
		margin-right: 5px;
	}
	div.homearea div.rotator.container div {
		margin: 10px;
		text-align: left;
	}
	div.homearea div.rotator.container h1 {
		margin-bottom: 5px;
	}
	div.container div.featured a.arrow {
		background-repeat: no-repeat;
		min-height: 50px;
		margin-top: 75px;
		cursor: pointer;
		width: 25px;
		display: block;
	}
	div.container div.featured div.category,
	div.featured div.category div.product {
		width: 370px;
	}
	div.featured div.category {
		font-size: 0;
		overflow: unset;
		white-space: normal;
	}
	div.featured div.category {
		overflow: hidden;
		white-space: nowrap;
		font-size: 0;
	}
	div.featured div.category div.details {
		white-space: normal;
	}
	div.product div.productImage img {
		max-width: 100%;
	}
	div.product div.imagewrapper img {
		max-width: 100%;
	}
	div.header div.search {
		display: none;
	}
	div.header ul.navigation li.mobile {
		display: block;
	}
	div.header div.menu {
		margin-right: 10px;
	}
	div.header div.cart,
	div.header div.login {
		margin-top: 15px;
	}
	div.header div.cart a.icon,
	div.header div.login a.icon {
		height: 32px;
		width: 32px;
	}
	div.header div.three.nav {
		float: none;
		display: inline-block;
		width: auto;
		position: absolute;
		left: 50%;
		margin-left: auto;
		margin-right: auto;
		transform: translate(-50%, 0);
	}
	div.header a.logo {
		width: 160px;
	}
	div.header div.container div.nine.columns {
		float: right;
		width: auto;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	div.navigation ul.navigation li.mobile {
		display: block;
	}
	div.fixedheader div.topnav {
		overflow: hidden;
		max-width: 0px;
		position: fixed;
		width: 0%;
		height: 100%;
		top: 0px;
		background-color: #0077d5;
		margin-top: 0px;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	div.fixedheader div.topnav.open {
		max-width: 100%;
		width: 60%;
	}
	div.topnav div.dropdown div.container {
		width: auto;
	}
	div.topnav ul.navigation ul {
		display: none;
		margin: 0px;
	}
	div.topnav div.navigation {
		padding-bottom: 0px;
		background-color: transparent;
	}
	div.topnav div.navigation li.subnav {
		height: auto;
	}
	div.navigation ul.navigation {
		text-align: left;
		display: block;
		text-indent: 10px;
	}
	div.topnav div.navigation ul.navigation>li {
		padding: 0px;
		display: block;
		line-height: 35px;
	}
	div.navigation ul.navigation:nth-child(2) {
		border-top: 1px solid #035799;
	}
	div.navigation ul.navigation:nth-child(2)>li {
		border-bottom: 1px solid #035799;
	}
	div.topnav div.navigation ul.navigation li.dropdown {
		position: relative;
		height: 35px;
	}
	div.topnav div.navigation ul.threelevels li.subcat {
		position: relative;
		height: 35px;
	}
	div.topnav ul.navigation #subcats12258 li.subcat:nth-child(6) {
		margin: 0px;
	}
	div.topnav ul.navigation li.boldthis {
		margin: 0px;
		height: 35px;
		line-height: 35px;
		width: 100%;
	}
	div.topnav div.navigation ul.navigation li.dropdown::after,
	div.topnav div.navigation ul.threelevels li.subcat::after {
		background-image: url(/images/menuup.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		width: 34px;
		position: absolute;
		right: 0px;
		top: 0px;
		cursor: pointer;
		border-left: 1px solid #035799;
		height: 35px;
		content: "";
	}
	div.topnav div.navigation ul.threelevels li.subcat.subopen::after,
	div.topnav div.navigation ul.navigation li.dropdown.open::after {
		background-image: url(/images/menudown.jpg);
	}
	div.topnav div.navigation ul.navigation a {
		padding: 0px;
		font-weight: bold;
	}
	div.topnav ul.navigation>li.dropdown:hover {
		background-image: none;
	}
	div.topnav ul.navigation li:hover ul {
		display: none;
	}
	div.topnav div.navigation ul.navigation li.dropdown.open,
	div.topnav div.navigation ul.navigation li.subcat.subopen {
		height: auto;
		background-image: none;
	}
	div.topnav div.navigation li.dropdown div.dropdown {
		position: relative;
		background-color: transparent;
	}
	div.topnav div.navigation li.dropdown.open div.dropdown,
	div.topnav ul.navigation li.dropdown.open ul {
		display: block;
	}
	div.topnav ul.navigation ul li {
		display: block;
		border-top: 1px solid #035799;
	}
	div.topnav ul.navigation li.dropdown ul.thirdlevel {
		display: none;
	}
	div.topnav ul.navigation li.subcat.subopen ul.thirdlevel {
		display: block;
		float: none;
		width: 100%;
	}
	div.topnav ul.navigation li.subcat.subopen ul.thirdlevel li {
		text-indent: 20px;
		width: unset;
		margin: 0px;
		float: none;
		line-height: 35px;
		height: 35px;
	}
	div.topnav ul.navigation ul.thirdlevel li a {
		font-weight: normal;
	}
	div.topnav ul.thirdlevel.four li {
		width: auto;
		float: none;
	}
	div.topnav ul.navigation ul li.subcat {
		float: none;
	}
	div.topnav ul.subcat li.boldthis a {
		margin: 0px;
	}
	div.topnav ul.navigation #subcats12294 {
		min-height: unset;
	}
	div.topnav ul.navigation #subcats12294 li.boldthis {
		clear: unset;
		float: none;
		width: auto;
	}
	div.topnav ul.navigation #subcats12294 li.subcat {
		position: static;
		top: unset;
	}
	div.topnav div.navigation ul.navigation>li.search {
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	div.topnav ul.navigation>li.search:hover {
		background-color: transparent;
	}
	div.topnav li.search form {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		height: 40px;
	}
	div.topnav li.search input#ms {
		width: 70%;
		border-radius: 4px 0px 0px 4px;
		display: block;
		float: left;
		top: 0px;
	}
	div.topnav li.search a.searchbtn {
		height: 30px;
		width: 30px;
		display: block;
		background-color: #ffffff;
		border-radius: 0px 4px 4px 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		float: left;
	}
	div.topnav li.search a.searchbtn img {
		margin-top: 2px;
		display: block;
		width: 25px;
	}
	div.header div.container div.nonav {
		float: none;
		width: auto;
		margin-top: 15px;
	}
	div.topnav li.mobile a.close {
		margin-top: 10px;
		cursor: pointer;
		display: inline-block;
	}
	div.topnav li.mobile a.close img {
		display: block;
		height: 25px;
	}
	div.header div.nonav a.logo {
		width: 160px;
		display: inline-block;
		margin-top: 0px;
	}
	div.landing {
		margin-top: 10px;
		overflow: hidden;
	}
	div.homeban h3 {
		font-size: 20px;
		line-height: 24px;
	}
	div.homeban a.button {
		font-size: 15px;
		padding: 6px 10px;
	}
	div.container div.homeban>div.right {
		width: 48%;
	}
	div.container div.row:nth-child(2) div.homeban div.right {}
	div.noimgbanner h1 {
		text-indent: 0;
	}
	div.category div.product {
		width: 100%;
	}
	div.homearea a.down {
		background-size: cover;
		height: 30px;
		width: 30px;
	}
	div.content div.category h3 {
		text-align: center;
	}
	div.custom div.seven h4::after {
		width: 100%;
	}
	div.footer div.footlogo {
		display: none;
	}
	div.footer div.twelve a {
		margin-right: 0;
	}
	div.footer div.container {
		width: auto;
		margin-left: 20%;
		margin-right: 20%;
	}
	div.footer p.footnote img {
		width: 80%;
	}
	div.footer div.container div.columns {
		width: 100%;
		text-align: left;
	}
	div.footer li {
		width: auto;
		float: none;
	}
	div.footer h3 {
		margin-top: 10px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	div.footer div.container div.rightalign {
		text-align: left;
		width: 100%;
		margin-top: 15px;
	}
	div.footer div.rightalign>img {
		width: 30%;
	}
	div.footer div.rightalign img {
		margin-left: auto;
		margin-right: auto;
	}
	div.footer .open {
		display: inline-block;
	}
	div.footer div.corpfootnav ul.navigation {
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		transition: all .8s;
		max-height: 0px;
		overflow: hidden;
	}
	div.footer div.corpfootnav ul.navigation.visible {
		max-height: 1000px;
	}
	div.footer div.corpfootnav ul {
		grid-template-columns: repeat(4, auto);
		grid-template-rows: repeat(15, auto);
		text-align: left;
	}
	div.cartbuttons a {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 125px;
	}
	div.breadcrumb span {
		display: none;
	}
	div.breadcrumb li {
		clear: left;
	}
	div.cartbuttons div.gift {
		float: none;
	}
	div.cartbuttons div.gift input {
		margin-bottom: 15px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	table.cartTable div.iteminfo span {
		line-height: 18px;
	}
	tr.cartFooter td p {
		display: block;
		line-height: 35px;
	}
	tr.cartFooter td p {
		margin-right: 5px;
	}
	div.header .open>img {
		height: 26px;
		position: relative;
		top: 4px;
	}
	table.cartTable {
		font-size: 14px;
		line-height: 18px;
	}
	table.cartTable div.iteminfo a {
		display: inline-block;
		font-size: 14px;
	}
	table.cartTable tr.cartItem td {
		padding-left: 2px;
		padding-right: 2px;
	}
	table.cartTable td input {
		width: 50px;
	}
	table.cartTable td a {
		font-size: 12px;
	}
	div.checkout table.shopts td {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	div.checkout table.shopts input {
		display: block;
		float: left;
		margin-top: 2px;
	}
	div.checkout table.shopts label {
		display: block;
		float: left;
		line-height: 16px;
		margin: 0;
		width: 90%;
	}
	div.imagebanner div.wrapper {
		max-width: 300px;
	}
	div.container div.content div.cartWrapper table.cartTable td,
	div.container div.content div.cartWrapper table.cartTable th {
		display: inline-block;
		float: left;
		height: auto;
		width: auto;
	}
	div.container div.content div.cartWrapper table.cartTable td.six,
	div.container div.content div.cartWrapper table.cartTable th.six {
		width: 100px;
	}
	div.container div.content div.cartWrapper table.cartTable td.one,
	div.container div.content div.cartWrapper table.cartTable th.one {
		width: 50px;
	}
	div.container div.content div.cartWrapper table.cartTable td.two,
	div.container div.content div.cartWrapper table.cartTable th.two {
		width: 60px;
	}
	div.container div.content div.cartWrapper table.cartTable div.img {
		width: 100px;
	}
	table.cartTable {
		width: 280px;
	}
	table.cartTable th {
		padding: 2px;
	}
	table.cartTable td input {
		width: 35px;
	}
	div.footer p.footnote img {
		width: 50%;
	}
	div.customribbon p {
		position: relative;
		transform: unset;
		top: unset;
		margin-bottom: 15px;
	}
	div.custom div.overlay div.popup table div.wrapper {
		padding: 10px;
	}
	div.custom div.overlay div.popup {
		width: 80%;
	}
	div.top {
		display: none;
		position: fixed;
		bottom: 5px;
		right: 5px;
		z-index: 800;
		color: #0077d5;
		cursor: pointer;
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
		width: 40px;
	}
	div.top img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	div.overlay div.popup div.container {
		width: 380px;
	}
	div.overlay div.popup {
		background-color: #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 26px;
		padding: 15px;
		text-align: left;
	}
	div.overlay div.popup>a {
		text-decoration: none;
	}
	div.overlay div.popup a.close {
		width: 25px;
		height: 25px;
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
		display: block;
	}
	div.overlay div.wrapper li.subcat,
	div.overlay div.wrapper li.boldthis {
		font-size: 16px;
		float: left;
		width: 50%;
	}
	div.overlay div.wrapper li.boldthis {
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	div.overlay div.wrapper li.subcat:nth-child(2n+1) {
		clear: left;
	}
	div.overlay div.wrapper li.subcat:nth-child(5) {
		margin-bottom: 60px;
	}
	div.overlay div.wrapper li.subcat:nth-child(6) {
		margin-bottom: 5px;
	}
	div.overlay div.wrapper strong {
		float: left;
		margin-bottom: 5px;
	}
	div.overlay div.wrapper ul.thirdlevel {
		width: auto;
		clear: left;
	}
	div.overlay div.wrapper li.boldthis a {
		font-weight: bold;
	}
	div.overlay div.wrapper a {
		text-decoration: none;
	}
	div.overlay div.wrapper a:hover {
		text-decoration: underline;
	}
	.new-footer {
		height: 619px;
	}
	.three.columns.idea-box {
		text-align: left;
	}
	a.logo-text {
		display: none;
	}
	.cta-button{
		padding: 10px 9px;
	}
	div.breadcrumb ol li
	{
		padding: 0px;
		width: auto;
		display: block;
	}
	div.breadcrumb ol li:before
	{
		border: none !important;
		position: relative;
		transform: none;
		left: 0;
		width: auto;
		height: auto;
		margin-right: 10px;
		line-height: 24px;
	}
	div.breadcrumb ol li.check:before
	{
		border: none;
		background-color: #ffffff;
		color: #000000;
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
		content: counter(item);
		font-family: Arial, sans-serif;
	}
	div.breadcrumb ol li:nth-child(n+2)::after
	{
		content: none;
		display: none;
	}
	.logo-vision {
		margin-left: 10px;
	}
	.modal-content{
		width: 350px;
	}
}

/* Jacob Mobile End */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 480px) {
	body {
		padding-top: 58px;
	}
	div.homearea div.image img,
	div.herobanner img {
		display: none;
	}
	div.homearea div.image img.mobihero,
	div.herobanner img.mobihero {
		display: block;
		width: 100%;
		min-height: unset;
	}
	div.homearea div.rotator {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	div.homearea div.rotator.container h1 {
		color: #ffffff;
	}
	div.header div.container div.nine.columns {
		float: right;
		width: auto;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px;
	}
	div.header a.logo {
		width: 140px;
	}
	div.header div.menu {
		margin-right: 0px;
	}
	div.header div.cart,
	div.header div.login {
		margin-top: 0px;
	}
	div.header div.cart,
	div.header div.menu {
		margin-left: 0px;
	}
	div.container div.overlay.home div.form.eight.columns {
		width: 100%;
	}
	div.overlay div.form a.link {
		width: 310px;
	}
	div.overlay.home div.form h1 {
		font-size: 30px;
		line-height: 32px;
	}
	div.overlay.home div.form p {
		font-size: 18px;
		line-height: 20px;
	}
	div.overlay div.form input[type="text"],
	div.overlay div.form input[type="password"] {
		width: 300px;
	}
	div.imagebanner div.wrapper {
		max-width: 420px;
	}
	div.overlay.home {
		width: 100%;
		transform: none;
		left: 0;
	}
	div.overlay.home div.form {
		transform: translate(-50%, 0%);
	}
	div.landing>img {
		width: auto;
		max-width: unset;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		height: 400px;
	}
	div.homearea div.rotator.container h1 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	div.container div.featured div.category,
	div.featured div.category div.product {
		width: 250px;
	}
	div.overlay.home div.form .eight.columns {
		width: 100%;
	}
	div.overlay.home div.form a.button {
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 13px;
		margin-bottom: 10px;
		display: inline-block;
	}
	div.overlay div.popup div.container {
		width: 280px;
	}
	div.custom div.three.columns img {
		width: 50%;
	}
	div.herobanner.cat h1.smallermobile {
		font-size: 30px;
		line-height: 35px;
	}
	div.footer div.mobile {
		display: block;
	}
}

@media only screen and (min-width: 769px) and (max-width: 768px) {
	div.footer div.rightalign>img {
		width: auto;
	}
}