@charset "UTF-8";
/* CSS Shop */

#section-linkbox-banks ul {list-style-type: none;padding: 0px;}
#section-linkbox-banks li {padding: 5px !important;float: left;width: 146px;}
#section-linkbox-banks li div { height: 90px; }
#section-linkbox-banks li div > a {background: #C4C4C2 url('../images/grey-light-gradient-1x35px.png') repeat-x scroll 0 0;list-style-type: none;color: #145295;display: block;padding: 8px;border: #c4c4c2 solid 1px;text-align: center;position: relative; min-height: 80px;}
#section-linkbox-banks li a {background: #C4C4C2 url('../images/grey-light-gradient-1x35px.png') repeat-x scroll 0 0;list-style-type: none;color: #145295;display: block;padding: 8px;border: #c4c4c2 solid 1px;text-align: center;position: relative; text-decoration: none; font-size:12px;}
#section-linkbox-banks li a img { max-width: 100%; }
#section-linkbox-banks li a:hover {display: block;text-decoration: underline;}
#section-linkbox-banks li a:hover span {text-decoration: none !important;}
#section-linkbox-banks li a span {background:transparent url('../images/forward-arrow.gif') no-repeat scroll 90% -197px;display: block;float: right;height: 18px;width: 18px;position: absolute;top: 10px;right: 3px;}

body {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	background: #fff;
}
#page {
	background: #fff;
    overflow: hidden;
    min-height: 100vh;
}
strong {
	font-weight: 700
}
h1 {
	font-weight: 800
}
h2 {
	font-weight: 900
}
h3 {
	font-weight: 700
}
h4 {
	font-weight: 600
}
.grey-bg {
	background: #eee
}
.dark-bg {
	background: #333
}
.fixed {
	position: fixed;
	height: 100%;
  z-index:999;
}

.header {
	display: block;
	overflow: hidden;
	background: #fff;
	height: 52px;
	position: relative;
  top: 0px;
	width: 100%;
	z-index: 900;
}

.headerORG {
	display: block;
	overflow: hidden;
	background: #fff;
	height: 52px;
	position: fixed;
  top: 0px;
	width: 100%;
	z-index: 900;
}

.header h2 {
	text-transform: uppercase;
	font-size: 14px;
	padding: 17px 20px
}
.header .browse h2 a {
	color: #333;
    text-decoration: none;
}
.shop {
	background: url(../img/sdw.png) repeat-x top #fff;
	margin: 0px 0 0 0;
}
#cart-icn {
	background: #333;
	display: block;
	position: absolute;
	width: auto;
	padding: 0 20px;
	height: 52px;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	top: 0
}
#cart-icn span {
	font-size: 13px;
	display: inline-block;
	padding-left: 10px;
	font-weight: 800;
	text-transform: uppercase
}
.search {
	display: block;
	padding: 7px 15px;
	position: relative;
	max-width: 500px;
	width: 100%;
	margin: 0 0 0 20px
}
.search input[type="text"] {
	border-radius: 60px;
	border: 2px solid #333;
	padding: 8px 10px;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	float: left;
	width: 100%
}
.search-icn {
	display: block;
	float: left;
	background: #fff;
	border-radius: 60px;
	border: 0;
	color: #333;
	position: absolute;
	right: 0px;
	top: 9px;
    width: 30px;
    height: 30px;
	font-size: 17px;
}
.search-icn.geared {
	text-indent: -999em;
    background: url(../images/gears.gif) center center no-repeat;
}
input[type="submit"].search-icn {
	font-family: FontAwesome;
	padding: 7px;
	margin-left: 5px;
	top: 11px;
}

.loading-gif {
	background: #fff url(/image/gears.gif) no-repeat;
	overflow: hidden;
	margin: 0 0 0 0;
}

.breadcrumbs {
	border-bottom: 1px solid #eee;
	padding: 10px 35px;
	font-size: 12px;
}
.breadcrumbs a {
	color: #333;
}
.category {
	padding: 5px;
	display: block;
	overflow: hidden
}
.category .item {
	text-align: center;
	line-height: auto;
}
.category .item a {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	margin: 15px;
    padding: 20% 0 20% 0;
	display: block;
	font-size: 16px;
	border: 2px solid #ddd;
    vertical-align: middle;
    max-height: 130px;
}
.category .item:nth-child(1) a {
	background: url(../img/main-categories-1.jpg) repeat-x top #fff;
    background-size: cover;
}
.category .item:nth-child(2) a {
	background: url(../img/main-categories-2.jpg) repeat-x top #fff;
    background-size: cover;
}
.category .item:nth-child(3) a {
	background: url(../img/main-categories-3.jpg) repeat-x top #fff;
    background-size: cover;
}
.category .item:nth-child(4) a {
	background: url(../img/main-categories-4.jpg) repeat-x top #fff;
    background-size: cover;
}
.category .item:nth-child(5) a {
	background: url(../img/main-categories-5.jpg) repeat-x top #fff;
    background-size: cover;
}
.category .item:nth-child(6) a {
	background: url(../img/main-categories-6.jpg) repeat-x top #fff;
    background-size: cover;
}
.category .item:nth-child(7) a {
	background: url(../img/main-categories-8.jpg) repeat-x top #fff;
    background-size: cover;
}
.category .item:nth-child(8) a {
	background: url(../img/main-categories-7.jpg) repeat-x top #fff;
    background-size: cover;
}
.category .item a h2 {
    font-size: 13px;
}
.category .item a:hover {
	background: #333;
	color: #fff;
}
.products h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.products {
	padding: 2rem 3rem 2rem 3rem;
	margin: 0 0 0 -3px;
	max-width: 1000px;
	overflow: visible;
}
.products .item {
	position: relative;
	display: block;
	height: auto;
}
.products .item > section {
	display: block;
	margin: 3px;
	background: #fff;
	border: 2px solid #ddd;
	overflow: hidden;
	text-decoration: none
}
.products .detail .item > section {
	overflow: visible;
}
.products .item > section:hover {
	border-color: #333
}
.partno {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	padding: 55px 20px !important
}
.partno a {
	font-size: 15px;
	font-weight: 600;
	color: #222
}
.partno2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	padding: 10px 10px !important
}
.partno2 a {
	font-size: 15px;
	font-weight: 600;
	color: #222
}
.padd {
	padding: 12px 15px;
}
.paddthr {
	padding: 0 25px;
}
.products h2 {
	font-weight: 600;
	font-size: 17px;
}
.products p {
	font-size: 13px
}
.products figure {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background: #fff;
	margin: 10px 0;
	border: 2px solid #fff
}
.products figure.vertimg {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background: #fff;
	margin: 0px 0;
  padding: 0px;
	border: none;
}
.products figure.vertimg img {
	max-height: 180px;
	min-height: 120px;
	width: auto;
    max-width: 100%;
	margin: 0 auto;
}

.products .price {
	font-weight: 600;
    line-height: 20px;
}
.products .price strong {
	font-weight: 600;
    line-height: 20px;
}
.products .special {
	color: red;
}
.add-cart section {
	background: #eee;
	position: absolute;
	width: 100%;
	height: 100vh
}
.add-cart p {
	display: block;
	overflow: hidden;
}
.add-cart input {
	float: right !important;
	text-align: right;
}
.add-cart label, .add-cart input {
	float: left;
}
.add-cart input {
	border: 2px solid #ccc;
	border-radius: 30px;
	width: 50px;
	padding: 7px;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	text-align: center
}
.add-cart label {
	font-weight: 600;
	font-size: 15px;
	display: block;
	padding: 6px 0
}
.add-cart .button {
	border-radius: 30px;
	background: #333;
	color: #fff;
	padding: 10px;
	display: block;
	border: 0;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 800;
	width: 100%;
	text-transform: uppercase;
	margin: 7px 0
}
.add-cart .link {
	text-decoration: underline;
	font-weight: 800;
	color: #333;
	font-size: 15px;
	display: block;
	padding: 10px 0 0 0;
	text-align: center
}

.detail hr { margin: 15px 0; }

.add-cart2 section {
	background: #eee;
    position: relative;
	width: 100%;
	height: auto
}
.add-cart2 p {
	display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.add-cart2 input {
	float: right !important;
	text-align: right;
}
.add-cart2 label, .add-cart2 input {
	float: left;
}
.add-cart2 input {
	border: 2px solid #ccc;
	border-radius: 30px;
	width: 50px;
	padding: 7px;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	text-align: center
}
.add-cart2 label {
	font-weight: 600;
	font-size: 15px;
	display: block;
	padding: 6px 0
}
.add-cart2 .button {
	border-radius: 30px;
	background: #333;
	color: #fff;
	padding: 10px;
	display: block;
	border: 0;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 800;
	width: 100%;
	text-transform: uppercase;
	margin: 15px 0 7px 0;
}

.add-cart3 section {
	background: #eee;
	position: relative;
	width: 100%;
	height: auto
}
.add-cart3 p {
	display: inline-block;
	overflow: hidden;
  float:left;
}
.add-cart3 input {
	text-align: right;
}
.add-cart3 label, .add-cart input {
	float: left;
}
.add-cart3 input {
	border: 2px solid #ccc;
	width: 50px;
	padding: 7px 3px;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
}
.add-cart3 label {
	font-weight: 600;
	font-size: 15px;
	display: block;
    text-align: center;
	padding: 6px 0;
    float: none;
}
.add-cart3 .button {
	background: #333;
	color: #fff;
	padding: 10px;
	display: block;
	border: 0;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 800;
	width: 60%;
  float:right;
	text-transform: uppercase;
	margin: 6px 0;
  outline:none;
}
.add-cart3 .link {
	text-decoration: underline;
	font-weight: 800;
	color: #333;
	font-size: 15px;
	display: inline-block;
	padding: 6px 0 0 0;
	text-align: right;
  float:right;
}

.cart {
	border: none;
	width: 100%;
	}
.cart th {
	padding: 10px 10px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 800;
	font-size: 14px;
	background: #333;
	color: #fff;
	}
.cart td {
	padding: 10px 10px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-size: 14px;
	vertical-align: middle;
	}

.cart tr.prow {
	padding: 15px 0;
	}

.cart tr.prow td {
	border-bottom: 1px #eee solid;
	border-left: 1px #eee solid;
	}
.cart tr.prow td:last-child {
	border-right: 1px #eee solid;
	}

.cart th:nth-child(5), .cart td:nth-child(5) {
	text-align: right;
	}

.cart input[type=number] {
	border: 2px solid #ccc;
	border-radius: 30px;
	width: 50px;
	padding: 7px;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	text-align: center
}
.cart input[type=button] {
	border: 2px solid #333;
	background: #333;
	border-radius: 20px;
	width: 28px;
	padding: 5px 7px 5px 7px;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.cart input[type=button]:hover {
	background: #ddd;
	color: #333;
}
.new {
	border-radius: 30px;
	background: #333;
	color: #fff;
	padding: 10px;
	display: block;
	border: 0;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 800;
	width: 200px;
	text-transform: uppercase;
	margin: 7px 0;
	text-decoration: none;
	text-align: center;
}

article div.cpad {
	padding: 10px 30px 10px 0 !important;
}

article div.cpadt {
	padding: 10px 0 10px 0 !important;
}


.checkout h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.checkout h2 {
	font-size: 16px;
	margin: 10px 0;
}

.checkout .col-6 input[type="text"] {
	border: 1px solid #333;
	padding: 8px 0;
	text-indent: 20px;
	margin: 0 0 10px 0;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	float: left;
	width: 96%
}

.checkout .col-12 input[type="text"] {
	border: 1px solid #333;
	padding: 8px 0;
	text-indent: 20px;
	margin: 0 0 10px 0;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	float: left;
	width: 98%
}

.checkout textarea {
	border: 1px solid #333;
	padding: 8px 0;
	text-indent: 20px;
	margin: 0 0 10px 0;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	float: left;
	width: 98%;
	height: 120px;
}

.checkout .col-6 input[type="text"].highlight-form-field, .checkout .col-12 input[type="text"].highlight-form-field, .checkout textarea.highlight-form-field, .checkout .highlight-form-field select {
	border: 1px #db0606 solid;
	}

.cc-logos img { width:166px; }

.highlight_message {
	background: #db0606;
	padding: 10px 0;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	color: #fff;
	}

.paymethod {
	background: #ddd url(../img/arrow.jpg) no-repeat right bottom;
	height: 33px;
	width: 98%;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.paymethod select {
	background: transparent;
	border: none;
	border: 1px solid #ccc;
	font-size: 12px;
	height: 34px;
	width: 120%;
}

.paymethod.highlight-form-field { border: 1px #db0606 solid; }

select {
    padding: 4px 0;
    font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
    width: 100%;
    color: #333;
}

.accept {
	padding: 0 0;
	vertical-align: middle;
	margin: 0 0 0 0;
	}

.control {
	font-size: 13px !important;
	position: relative !important;
	display: block !important;
	margin-bottom: 15px !important;
	padding-left: 30px !important;
	cursor: pointer !important;
}
.accept .control {padding: 2px 20px 0 20px; font-family: "proxima-nova", sans-serif; font-style: normal; font-weight: 600; font-size: 13px; color: #333; }
.accept .control a { color: #333; }
.control.white {
	font-size: 11px !important;
	text-transform: uppercase;
	color: #fff !important;
}

.checkout .control input {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	opacity: 0 !important;
	display: none !important;
}
.control__indicator {
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #e6e6e6;
}
.control.control--checkbox.highlight-form-field .control__indicator { border: 1px #db0606 solid; }
.accept .control__indicator {top: 0px;}
.white .control__indicator {
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #e6e6e6;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #333;
}
.control.white input:checked ~ .control__indicator {
	background: #333;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #333;
}
.control.white:hover input:not([disabled]):checked ~ .control__indicator,
.control.white input:checked:focus ~ .control__indicator {
	background: #e6e6e6;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}
.white.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #183662;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}
.white.control--radio .control__indicator:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #183662;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

.pagination {
	font-weight: 600;
	font-size: 11px;
}
.pagination ul {
	list-style: none;
	margin: 2px 15px;
	padding: 0;
	text-transform: uppercase
}
.view, .view a {
	font-size: 20px;
	float: right;
	margin-right: 5px;
	color: #ccc
}
.view a.active i {
	color: #000;
	cursor: pointer;
}
.view a:hover {
	color: #000;
	cursor: pointer;
}
article.intro {
	padding: 4rem 4rem 3rem 4rem;
	display: block
}
article.intro h1 {
	font-size: 1.5rem
}
article.intro p {
	font-size: 15px;
	line-height: 22px;
	margin: 5px 0;
	padding: 5px 0
}
/* Nav */

a.menu-icon {
	display: none;
	z-index: 999;
}
.c-hamburger {
	display: block;
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 45px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	top: 4px;
	left: 15px
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 20px;
	left: 7px;
	right: 7px;
	height: 4px;
	background: #222;
}
.c-hamburger span::before, .c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #222;
	content: "";
}
.c-hamburger span::before {
	top: -10px;
}
.c-hamburger span::after {
	bottom: -10px;
}
.c-hamburger--htx {
	background-color: #fff;
}
.mm-opened .c-hamburger--htx span {
	transition: background 0s 0.3s;
}
.mm-opened .c-hamburger--htx span::before, .mm-opened .c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.mm-opened .c-hamburger--htx span::before {
	transition-property: top, transform;
}
.mm-opened .c-hamburger--htx span::after {
	transition-property: bottom, transform;
}
/* Active State, i.e. menu open */
.mm-opened .c-hamburger--htx {
	background-color: #fff;
}
.mm-opened .c-hamburger--htx span {
	background: none;
}
.mm-opened .c-hamburger--htx span::before {
	top: 0;
	transform: rotate(45deg);
}
.mm-opened .c-hamburger--htx span::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.mm-opened .c-hamburger--htx span::before, .mm-opened .c-hamburger--htx span::after {
	transition-delay: 0s, 0.3s;
}
.menu > ul > li {
	background: #333;
	border-bottom: 1px solid rgba(255,255,255,0.2);
  position:relative;
}
.menu > ul > li > a {
	display: block;
	padding: 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
}

.menu,
.menu ul,
.menu li,
.menu a,
.menu span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.menu li {
	list-style: none;
}

/* Sub Menu */

.menu > ul > li > ul > li > a {
	color: #797979;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
    display: block;
}

.sub-menu li:hover a { background: #efefef; }

.sub-menu li:last-child a { border: none; }

.sub-menu li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sub-menu em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.menu li > ul {
	overflow: hidden;
  background: #414141;
  position:absolute;
  left:0px;
  top:0px;
  width:0px;
  z-index:-1;
}

.menu li:hover > ul {
  left:100%;
  width:100%;
	/*-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
  max-height:1000px;*/
}

#selectype {
	display: table;
	width: 100%;
}
#search-container {
	background: #eee;
}
.advanced-search {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: table-row;
	width: 100%;
}
.advanced-search > li {
	background: #eee;
	color: #333;
	display: table-cell;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.advanced-search > li a {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	color: #333;
	font-weight: 800;
	text-decoration: none;
	padding: 15px 10px;
}
.advanced-search > li a:hover, .advanced-search > li a.current {
	color: #ddd;
	background: #333;
}
.advanced-search > li:first-child {
	background: #ddd;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	font-weight: 800;
}
.advanced-search > li:first-child span {
	padding: 15px 10px; text-align: center; display: block;
}
#results_make, #results_model, #results_get_step_3, #results_get_step_4, #results_get_step_5 {
	background: #eee /*url(../img/arrow.jpg) no-repeat right bottom*/;
	height: 128px;
	width: 15%;
    padding: 0 1%;
	overflow: hidden;
	float: left;
	display: none;
	margin: 0 0 10px 0;
}
#results_make img, #results_model img, #results_get_step_3 img, #results_get_step_4 img, #results_get_step_5 img {
	width: 99px;
	margin: 10px auto 10px auto;
}
#results_make.active, #results_model.active, #results_get_step_3.active, #results_get_step_4.active, #results_get_step_5.active {
	display: block;
}
/*#results_make select, #results_model select, #results_get_step_3 select, #results_get_step_4 select, #results_get_step_5 select {
	background: transparent;
	border: none;
	border: 1px solid #ccc;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	height: 34px;
	width: 110%;
}*/
#search-container .button {
	background: #333;
	color: #fff;
    float: left;
	padding: 10px 0 9px 0;
    margin: 10px 0 0 10px;
	width: 13%;
    height: auto;
	display: none;
	border: 0;
    position: relative;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
    font-size: 14px;
}
#search-container .button span {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
    font-size: 18px;
    padding: 0 0 0 7px;
}
#search-container .button:hover {
	background: #eee;
	color: #333;
}
#search-container .button.activeSearchButton {
	display: block;
}

.subcat a {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #333;
	text-decoration: underline;
	}

.subcat a:hover {
	text-decoration: none;
	}

.paginate {
	float: right;
	padding: 0 10px 0 0;
}
.paginate ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.paginate li {
	display: inline;
}
.paginate a {
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
	margin: 1px 2px;
	padding: 3px 6px;
	display: inline-block;
	border-top: 1px solid #fff;
	text-decoration: none;
	color: #717171;
	font-size: 9px;
	font-family: "proxima-nova", sans-serif;
	text-shadow: white 0 1px 0;
	background-color: #f5f5f5;
}
.paginate a:first-child, .paginate a.first {
	margin-left: 0;
}
.paginate a:last-child, .paginate a.last {
	margin-right: 0;
}
.paginate a:hover, .paginate a:focus {
	border-color: #fff;
	background-color: #fdfdfd;
}
.paginate a.more {
	box-shadow: 0 0 0 0 transparent;
	border: 0 none;
	background: transparent;
	margin-left: 0;
	margin-right: 0;
}
.paginate a.active {
	box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
	border-color: #505050;
	color: #f2f2f2;
	text-shadow: black 0 1px 0;
	background-color: #676767;
}

/* Changes */
.footer-new h2 {color: #fff; background: #333; padding: 10px 0; text-align: center; font-size: 12px;}

.afterpay-pricing-product {padding: 10px;display: flex;align-items: center;background: #eee;margin-top: 10px;border-radius: 10px; justify-content: center;}
.afterpay-pricing-product a {color: #000; text-decoration:none;}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
.products p {
    font-size: 11px;
}
.products .price strong {
    font-size: 8px !important;
}
.products h2 {
	font-weight: 600;
	font-size: 14px;
}
.add-cart3 .button {
    background: #333;
    color: #fff;
    padding: 10px;
    display: block;
    border: 0;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 800;
    width: 55%;
    float: right;
    text-transform: uppercase;
    margin: 6px 0;
    outline: none;
    font-size: 11px;
}
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
.products h2 {
	font-weight: 600;
	font-size: 14px;
}
.products .item {
	width: 50%;
	float: left;
}
.category .item.col-3 {
    width: 33%;
}
}

@media screen and (min-width: 200px) and (max-width: 900px) {
a.menu-icon {
	display: block !important;
}

	.header {
    height: auto;
}

nav.menu, #view_default.hide, #view_default, .view, .subcat {display:none !important;}
nav#menu, #view_large.hide, #view_large {display:block;}
.col-10.right { float: none; width: 100%; }
.paginate {
    float: none;
    width: 100%;
    display: block;
    padding: 0 10px 0 0;
}
.paginate ul {
	text-align: center;
}
.wrapper {
	width: 90%
}
.header h2 {
	display: none
}
.browse {
	width: 100%;
	background: #fff;
	overflow: hidden;
	height: 52px;
}
.fixed {
	position: relative
}

	.search {
    padding: 7px 5%;
    width: 90%;

    margin: 0 0 0 0;
}

	.search input[type="text"] {
    padding: 8px 5%;
    float: none;
    width: 80%;
		font-size: 13px;
}

	input.search-icn[type="submit"] {
    font-family: FontAwesome;
    padding: 7px;
    margin-right: 5px;
    top: 11px;
}


.breadcrumbs {
	display: none
}
article.intro {
	padding: 45px;
}
.category .item {
}
.category .item h2 {
	font-size: 14px;
}
.products {
	padding: 1.5rem;
}
.products .item {
	width: 100%;
	float: none;
}
.padd {
	padding: 10px 20px;
}
.partno {
	padding: 15px 20px 5px !important
}
.price {
	margin: 10px 0
}
.pagination {
	text-align: left
}
.pagination ul {
	float: none;
	margin: 10px 0
}
.view {
	float: none;
	font-size: 30px;
}
.add-cart {
}
.add-cart section {
	position: relative;
	height: auto;
	padding: 10px 0;
}
.add-cart label {
	font-size: 14px;
	padding: 10px 0
}
.add-cart .link {
	padding: 7px 0
}
.products figure img {
	height: 120px;
	width: auto;
	margin: 0 auto
}
.advanced-search > li {
	background: #eee;
	color: #333;
	display: block;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.advanced-search > li:first-child {
	background: #ddd;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 0px;
	font-size: 12px;
	font-weight: 800;
}
.advanced-search > li:first-child span {
	padding: 15px 10px; display: block;
}
#results_make, #results_model, #results_get_step_3, #results_get_step_4, #results_get_step_5 {
	background: #ddd url(../img/arrow.jpg) no-repeat right bottom;
	height: 140px;
	width: 50%;
	overflow: hidden;
	float: left;
	display: none;
	margin: 0 0 10px 0;
	padding: 0px !important;
}
#results_make img, #results_model img, #results_get_step_3 img, #results_get_step_4 img, #results_get_step_5 img {
    width: 99px;
    margin: 20px auto 15px auto;
}
	#search-container .button {
    background: #333;
    color: #fff;
    float: none;
    padding: 10px 0 9px 0;
    margin: 10px 0 0 0;
    width: 100%;
    height: auto;
    display: none;
    border: 0;
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
		text-align: center;
}

.category .item a {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px;
    padding: 3% 0 3% 0;
	display: block;
	background: #fafafa;
	font-size: 16px;
	border: 2px solid #ddd;
    vertical-align: middle;
    max-height: 130px;
}
.subcat.col-3 { width: 33%; float: left; }
.subcat a {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #333;
	text-decoration: underline;
	}

.subcat a:hover {
	text-decoration: none;
	}

.checkout .col-6 input[type="text"] {
	border-radius: 60px;
	border: 1px solid #333;
	padding: 8px 0;
	text-indent: 20px;
	margin: 0 0 10px 0;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	float: left;
	width: 98%
}

.checkout .col-12 input[type="text"] {
	border-radius: 60px;
	border: 1px solid #333;
	padding: 8px 0;
	text-indent: 20px;
	margin: 0 0 10px 0;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	float: left;
	width: 98%
}

.checkout textarea {
	border-radius: 10px;
	border: 1px solid #333;
	padding: 8px 0;
	text-indent: 20px;
	margin: 0 0 10px 0;
	outline: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	float: left;
	width: 98%;
	height: 120px;
}
}
