/* Import the Bourbon.io libraries */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'BebasNeueBold';
  src: url("fonts/BebasNeueBold.eot");
  src: url("fonts/BebasNeueBold.woff2") format("woff2"), url("fonts/BebasNeueBold.woff") format("woff"), url("fonts/BebasNeueBold.ttf") format("truetype"), url("fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("fonts/BebasNeueRegular.eot");
  src: url("fonts/BebasNeueRegular.woff2") format("woff2"), url("fonts/BebasNeueRegular.woff") format("woff"), url("fonts/BebasNeueRegular.ttf") format("truetype"), url("fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bebas';
  src: url("fonts/Bebas.eot");
  src: url("fonts/Bebas.eot?#iefix") format("embedded-opentype"), url("fonts/Bebas.woff2") format("woff2"), url("fonts/Bebas.woff") format("woff"), url("fonts/Bebas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bebas-alt';
  src: url("fonts/BigNoodleTitling.eot");
  src: url("fonts/BigNoodleTitling.eot?#iefix") format("embedded-opentype"), url("fonts/BigNoodleTitling.woff2") format("woff2"), url("fonts/BigNoodleTitling.woff") format("woff"), url("fonts/BigNoodleTitling.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.category-container {
  text-align: center; }

ul.product-list {
  padding-left: 0;
  list-style-position: inside; }
  ul.product-list li a {
    color: #000;
    text-decoration: none; }
    ul.product-list li a:hover {
      text-decoration: underline; }

@media screen and (min-width: 769px) {
  .flex-col-3 .product-category {
    width: 30%; } }
@media screen and (min-width: 450px) and (max-width: 769px) {
  .flex-col-3 .product-category {
    width: 47.5%; } }
@media screen and (max-width: 450px) {
  .flex-col-3 .product-category {
    width: 100%; } }
.flex-col-3 .product-category {
  float: left;
  text-align: center;
  padding: 0;
  border: solid 2px #f1f1f1;
  padding: 0;
  margin-bottom: 2rem;
  box-shadow: 2px 2px 2px #f1f1f1;
  /*img {
  	width:95%;
  	max-width:200px;
  	margin:5px 0 0;
  }*/ }
  .flex-col-3 .product-category > div {
    border: solid 1px #f1f1f1; }
  .flex-col-3 .product-category a {
    text-decoration: none; }
  .flex-col-3 .product-category a.button {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 0.75em;
    font-family: 'BebasNeueRegular';
    margin: 2rem auto;
    line-height: 1em;
    font-size: 1.5rem;
    border: solid 2px #000; }
    .flex-col-3 .product-category a.button:hover {
      background-color: #fff;
      color: #fff; }
  .flex-col-3 .product-category img {
    width: 100%;
    object-fit: cover; }
  .flex-col-3 .product-category h3 {
    color: white;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    margin: 0 2.5%; }
  .flex-col-3 .product-category p {
    margin: 0;
    border-top: solid 2px #f1f1f1;
    border-bottom: solid 2px #f1f1f1; }

table th, table td {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px; }
table input.quantity {
  width: 50px !important;
  text-align: center; }

ul.feedback li {
  color: #ff0033; }

.variant-container table {
  border: solid 2px #f1f1f1;
  width: 100%; }
  .variant-container table thead tr {
    border: solid 2px #f1f1f1; }

@media screen and (max-width: 950px) {
  /*.product-category {
  	width:45%;
  	max-width:205px;
  	float:none;
  	display:inline-block;
  }*/ }
table#dashboard.product-table {
  border: solid 2px #dedede; }
  table#dashboard.product-table .item-uom {
    text-align: right; }
  table#dashboard.product-table th.bg-colour,
  table#dashboard.product-table td.bg-colour {
    background-color: #dedede; }
  @media screen and (min-width: 450px) {
    table#dashboard.product-table th, table#dashboard.product-table td {
      padding: 0.5rem 1rem; } }
  @media screen and (max-width: 450px) {
    table#dashboard.product-table th, table#dashboard.product-table td {
      padding: 1rem 0.25rem; } }
  table#dashboard.product-table th {
    text-transform: none; }
  table#dashboard.product-table tr td:first-of-type,
  table#dashboard.product-table tr th:first-of-type {
    text-align: left; }
  table#dashboard.product-table tr td:not(:first-of-type),
  table#dashboard.product-table tr th:not(:first-of-type) {
    text-align: center; }
  table#dashboard.product-table input {
    width: 100%; }
  table#dashboard.product-table tr th:first-of-type,
  table#dashboard.product-table tr td:first-of-type {
    width: 50%; }
  table#dashboard.product-table tr th,
  table#dashboard.product-table tr td {
    width: 10%; }
  @media screen and (max-width: 500px) {
    table#dashboard.product-table tr.item-desc {
      width: 25%; } }

.single-product h2 {
  font-family: 'Arial'; }
.single-product ul {
  padding-left: 0; }
  .single-product ul li {
    list-style: none; }

/*
**
** Forms (contact / checkout etc)
**
*/
form {
  margin: 0 auto; }
  form .half {
    width: 49%;
    float: left;
    display: inline; }
  form .half:nth-of-type(1) {
    margin-right: 2%; }
  form .third {
    width: 33%;
    display: inline;
    float: left; }
  form .third:not(.last) {
    margin-right: 0.5%; }
  form #search {
    background: url("/images/searchbar-icon.png") no-repeat;
    padding-left: 30px; }
  form h2 {
    text-align: left; }
  form h3 {
    text-align: left; }
  form label::after {
    clear: both;
    content: "";
    display: block; }
  form div {
    margin-bottom: 25px; }
  form input, form textarea, form select {
    padding: 5px;
    display: inline-block;
    margin: 10px auto;
    width: 100%;
    background: white;
    border-style: solid;
    border: 2px solid #dedede; }
    form input::after, form textarea::after, form select::after {
      clear: both;
      content: "";
      display: block; }
  form select {
    background: url("/app-files/images/arrow-down.png") right no-repeat;
    background-size: contain;
    max-width: 100% !important; }
    form select .default {
      color: #a2a2a2; }
  form p {
    clear: left; }
  form input[type="submit"] {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    cursor: pointer;
    font-size: 11pt;
    width: 200px;
    display: block;
    float: right;
    text-transform: uppercase;
    position: relative;
    transition: all ease-out .15s;
    background: #fff;
    color: #fff; }
  form input[disabled="disabled"], form input[disabled="disabled"]:hover {
    background: #f1f1f1 !important;
    color: #a2a2a2 !important; }
  form .recaptcha {
    width: 304px;
    margin: 0 auto;
    position: relative; }
    form .recaptcha::after {
      clear: both;
      content: "";
      display: block; }
  form input[type="submit"]:hover {
    background: #fff;
    color: #000; }
  form input[type='text'], form textarea, form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  form textarea {
    min-height: 200px; }
  form input:-webkit-autofill {
    background-color: inherit !important; }

@media screen and (max-width: 769px) {
  .header .left, .header .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .header .left:last-child, .header .right:last-child {
      margin-right: 0; }

  .w25, .w33, .w50, .w66, .w75 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .w25:last-child, .w33:last-child, .w50:last-child, .w66:last-child, .w75:last-child {
      margin-right: 0; }

  form input {
    float: none; }
  form textarea {
    float: none; }
  form h2, form h3 {
    text-align: center; } }
@media screen and (max-width: 650px) {
  .half {
    width: 100% !important; }

  .third {
    width: 100% !important; } }
/*
**
**	Angular Classes
**
*/
.error {
  opacity: 1;
  transition: all ease 0.5s;
  color: #ff0033; }

.error.ng-hide-remove, .submit.ng-hide-remove {
  opacity: 0;
  display: block !important; }

.error.ng-hide-remove.ng-hide-remove-active .submit.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important; }

.error.ng-hide, .submit.ng-hide {
  opacity: 0; }

.error.ng-hide-remove, .submit.ng-hide-remove {
  transition: 0.5s linear all; }

.ng-hide:not(.ng-hide-animate) {
  /* this is just another form of hiding an element */
  display: block !important;
  position: absolute;
  top: -9999px;
  left: -9999px; }

.header *, .category-nav * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #000000;
  font-size: 11pt;
  line-height: 1.5em;
  padding: 0;
  margin: 0; }

.page-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative; }
  .page-wrapper:last-child {
    margin-right: 0; }
  .page-wrapper::after {
    clear: both;
    content: "";
    display: block; }

.header {
  width: 100%;
  position: relative; }
  .header::after {
    clear: both;
    content: "";
    display: block; }
  .header .nav-wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto; }
    .header .nav-wrap::after {
      clear: both;
      content: "";
      display: block; }
  @media screen and (max-width: 769px) {
    .header .nav-wrap .primary-nav {
      width: 100%; } }
  @media screen and (max-width: 450px) {
    .header .nav-wrap .primary-nav .menu {
      display: flex;
      justify-content: space-between; }
    .header .nav-wrap .primary-nav ul li {
      width: 25%;
      text-align: center;
      padding: 0;
      border-right: 0 !important; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: 'Bebas-alt';
  font-weight: normal;
  font-size: 1.5em; }

h3 {
  font-family: 'Arial'; }

h4 {
  margin-bottom: 1em; }

.header {
  background-color: #fff;
  border-top: solid 5px #000;
  /*> .wrapper {
  	position: relative;
  	padding-top: 4em;
  	max-width: 100%;
  	width: 1100px;
  }*/ }
  .header .primary-nav {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    float: right;
    background-color: #000; }
    .header .primary-nav::after {
      clear: both;
      content: "";
      display: block; }
    .header .primary-nav ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      padding: 0.5em; }
      .header .primary-nav ul li {
        display: inline-block;
        padding: 0 1em; }
        .header .primary-nav ul li:not(:last-of-type) {
          border-right: solid 1px #fff; }
        .header .primary-nav ul li a {
          color: #fff;
          text-decoration: none;
          font-weight: 600; }
          .header .primary-nav ul li a:hover {
            text-decoration: underline; }

@media screen and (max-width: 769px) {
  .category-wrap .row .col-4 {
    display: none; } }

.category-nav {
  background-color: #000; }
  .category-nav > .wrapper {
    padding-top: 5px;
    padding-bottom: 5px; }
  .category-nav ul.menu {
    list-style-type: none;
    padding-left: 0; }
    .category-nav ul.menu li {
      background-color: none;
      color: #fff;
      display: inline-block;
      padding-right: 1em; }
      .category-nav ul.menu li a {
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        font-family: 'Bebas-alt';
        font-weight: 300;
        font-size: 1.5em;
        margin: 0;
        line-height: 1.5em; }
        .category-nav ul.menu li a:hover {
          text-decoration: underline; }

header::after {
  clear: both;
  content: "";
  display: block; }

ul.none {
  list-style: none;
  padding: 0px; }

.content {
  min-height: 50vh;
  padding-bottom: 4em;
  padding-top: 2em; }

.content h1 {
  background-color: #f1f1f1;
  color: #000;
  text-transform: uppercase;
  padding: 0.75em;
  font-weight: 300; }

/*
ul.menu {
	@include clearfix;
	width:100%;
	padding:0;
	margin:0;
	text-align:center;

	li {
		display:inline-block;
		background:$white;
		width:16%;
		padding:0;
		margin:0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		a {
			text-decoration: none;
			text-transform: uppercase;
			color:white;
		}
	}
}*/
.product-menu {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #000;
  color: white; }
  .product-menu li, .product-menu a {
    color: white;
    text-decoration: none;
    text-transform: uppercase; }

.wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  max-width: 90%;
  width: 1100px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }

.content {
  position: relative;
  background: white;
  box-sizing: border-box; }
  .content::after {
    clear: both;
    content: "";
    display: block; }

.logo img {
  max-width: 359px;
  width: 100%; }

.cart {
  width: 200px; }
  .cart img {
    float: left;
    margin-right: 15px; }
  .cart h4 {
    margin: 0; }
  .cart p {
    margin: 0; }

.banner {
  width: 100%; }
  .banner img {
    width: 100%; }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

footer h3 {
  color: black; }
footer ul {
  list-style: none;
  padding: 0px; }
  footer ul a {
    color: black;
    text-decoration: none; }
footer p {
  font-size: 1em;
  line-height: 1.25em; }

/*
**
** Structure Classes
**
*/
.w66 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .w66:last-child {
    margin-right: 0; }

.w33 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .w33:last-child {
    margin-right: 0; }

.w50 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .w50:last-child {
    margin-right: 0; }

.w25 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .w25:last-child {
    margin-right: 0; }

.w75 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .w75:last-child {
    margin-right: 0; }

.w100 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .w100:last-child {
    margin-right: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

@media screen and (max-width: 769px) {
  /*ul.menu {
  	li {
  		margin:2px 0;
  		width:32%;
  	}
  }*/
  .w75, .w66, .w50, .w33, .w25 {
    width: 100%; } }
@media screen and (max-width: 650px) {
  .logo, .cart {
    margin: 10px auto;
    float: none;
    text-align: center;
    width: 100%; } }
@media screen and (max-width: 500px) {
  .header .left,
  .header .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .header .left:last-child,
    .header .right:last-child {
      margin-right: 0; }
  .header .info-strip h1 {
    font-size: 12pt; } }
footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 4em; }
  footer a {
    color: #fff; }
  footer p {
    margin: 0; }
    footer p img {
      margin-right: 1rem; }
  footer .center p {
    margin-bottom: 0.5em; }
  footer .flex-col-3 > div:first-of-type img {
    margin-right: 0.5em;
    margin-top: 0.5em; }
  footer ul.links {
    list-style-type: none;
    margin-top: 4em;
    margin-bottom: 2em; }
    footer ul.links li {
      display: inline-block; }
      footer ul.links li a {
        color: #fff; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

p.title {
  font-size: 1.25em;
  letter-spacing: 1px; }

.flex-col-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex-col-3 > div {
    padding: 1.25em; }
    @media screen and (min-width: 769px) {
      .flex-col-3 > div {
        width: 30%;
        border: solid 1px #fff; } }
    @media screen and (max-width: 769px) {
      .flex-col-3 > div {
        width: 100%;
        text-align: center; } }

.row .col-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .row .col-4:last-child {
    margin-right: 0; }
.row .col-8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .row .col-8:last-child {
    margin-right: 0; }
@media screen and (max-width: 769px) {
  .row .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 2rem; }
    .row .col-4:last-child {
      margin-right: 0; }
  .row .col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .row .col-8:last-child {
      margin-right: 0; } }
@media screen and (min-width: 769px) {
  .row .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .row .col-6:last-child {
      margin-right: 0; } }
@media screen and (max-width: 769px) {
  .row .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .row .col-6:last-child {
      margin-right: 0; } }

.sidebar > div > div {
  border: solid 2px #000;
  padding: 1rem 1rem; }
  .sidebar > div > div * {
    margin: 0; }
.sidebar > div:not(:last-of-type) {
  margin-bottom: 4em; }
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  background-color: #000;
  color: #fff;
  padding: 1rem;
  border-bottom: solid 5px #fff;
  font-size: 2em;
  margin-bottom: 0.5em; }
.sidebar ul li {
  list-style-type: none; }
  .sidebar ul li:before {
    content: '>'; }
.sidebar form::after {
  clear: both;
  content: "";
  display: block; }
.sidebar form input {
  border: solid 2px #030303;
  font-size: 1rem;
  margin-top: 0; }
  .sidebar form input:not(:last-of-type) {
    margin-bottom: 0.5em; }
  .sidebar form input::-webkit-input-placeholder {
    color: #030303; }
  .sidebar form input::-moz-placeholder {
    color: #030303; }
  .sidebar form input:-moz-placeholder {
    color: #030303; }
  .sidebar form input:-ms-input-placeholder {
    color: #030303; }
.sidebar form input[type="submit"] {
  font-family: 'Bebas-alt';
  font-size: 1.5rem;
  padding: 0.5rem;
  float: left; }

.contact-info h2 {
  background-color: #000;
  color: #fff;
  padding: 0.75em;
  border-bottom: solid 5px #fff;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 0.5em; }
.contact-info > div {
  border: solid 2px #000;
  padding: 0.5em 2em; }
  .contact-info > div ul {
    padding-left: 0;
    list-style-type: none;
    list-style-position: inside; }
    .contact-info > div ul li {
      position: relative; }
      .contact-info > div ul li:before {
        position: relative;
        left: -10px;
        content: '>';
        display: block;
        float: left; }
    .contact-info > div ul a {
      color: #000;
      text-decoration: none; }
      .contact-info > div ul a:hover {
        text-decoration: underline; }

form fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  form fieldset label {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    form fieldset label:last-child {
      margin-right: 0; }
  form fieldset input,
  form fieldset textarea {
    margin-top: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    border: solid 2px #c8c8c8; }
    form fieldset input:last-child,
    form fieldset textarea:last-child {
      margin-right: 0; }
  form fieldset textarea {
    resize: vertical; }
form .recaptcha {
  float: right;
  margin-bottom: 0; }
  form .recaptcha > div {
    margin-bottom: 0; }
form input[type="submit"] {
  background-color: #000;
  color: #fff;
  text-transform: uppercase; }

.topmargin {
  margin-top: 50px; }

.align-left {
  text-align: left !important; }

.contact-info form {
  border: solid 2px #030303;
  padding: 1em;
  margin-bottom: 4rem; }
  .contact-info form::after {
    clear: both;
    content: "";
    display: block; }
  .contact-info form input {
    border: solid 2px #030303;
    font-size: 1rem;
    margin-bottom: 0.5em;
    margin-top: 0; }
    .contact-info form input::-webkit-input-placeholder {
      color: #030303; }
    .contact-info form input::-moz-placeholder {
      color: #030303; }
    .contact-info form input:-moz-placeholder {
      color: #030303; }
    .contact-info form input:-ms-input-placeholder {
      color: #030303; }
  .contact-info form input[type="submit"] {
    font-family: 'Bebas-alt';
    font-size: 1.5rem;
    padding: 0.5rem;
    float: left; }

table#dashboard,
table#cart {
  width: 100%;
  border-top: solid 2px #dedede;
  border-collapse: collapse; }
  table#dashboard th,
  table#cart th {
    font-family: 'Arial';
    text-transform: uppercase;
    border-top: solid 2px #dedede;
    border-bottom: solid 2px #dedede; }
  table#dashboard thead tr,
  table#cart thead tr {
    border-bottom: solid 2px #dedede; }
  table#dashboard td,
  table#cart td {
    text-align: center; }
  table#dashboard a.view,
  table#cart a.view {
    color: #000;
    text-decoration: underline; }
    table#dashboard a.view:hover,
    table#cart a.view:hover {
      cursor: pointer; }

.cart-summary input[type='submit'] {
  float: left; }
.cart-summary > div {
  border: solid 1px #f1f1f1; }
  .cart-summary > div::after {
    clear: both;
    content: "";
    display: block; }
  .cart-summary > div h3 {
    color: #000;
    background-color: #f1f1f1;
    padding: 1rem;
    font-family: 'Bebas-alt';
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 0; }
  .cart-summary > div > div {
    padding: 1em; }

.flex {
  display: flex; }

.flex-col-3 {
  display: flex; }

.header-logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  padding-top: 1rem; }
  .header-logo:last-child {
    margin-right: 0; }
  .header-logo img {
    max-width: 100%; }

.header-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-right: 0;
  color: #000;
  text-align: center;
  padding-top: 1rem; }
  .header-info:last-child {
    margin-right: 0; }
  .header-info img {
    height: 50px;
    width: auto; }
  .header-info .flex-col-3 > div {
    padding: 0;
    border: none;
    width: 33.33%; }
  @media screen and (max-width: 450px) {
    .header-info .flex-col-3 > div:first-of-type,
    .header-info .flex-col-3 > div:nth-of-type(2) {
      display: none; } }
  .header-info p {
    font-size: 0.8rem; }
  .header-info a {
    color: #000; }
  .header-info img {
    display: block;
    margin: 0 auto 1rem; }

@media screen and (max-width: 960px) {
  .header-logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .header-logo:last-child {
      margin-right: 0; }
    .header-logo img {
      display: block;
      margin: 0 auto; }

  .header-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem; }
    .header-info:last-child {
      margin-right: 0; } }
@media screen and (max-width: 500px) {
  .header-info .flex-col-3 > div {
    width: 100%;
    margin-bottom: 1rem; } }
.container-12, .container-16 {
  width: unset; }

#main-content {
  background: #fff; }

#main-content h1 {
  background: none; }

#previous a, #next a {
  background: none; }

body {
  overflow-x: hidden; }

.arial {
  font-family: 'Arial'; }

.uc {
  text-transform: uppercase; }

table a {
  color: #000; }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex-container > .category-product {
    border: solid 2px #f1f1f1;
    text-align: center;
    margin-bottom: 50px;
    -webkit-box-shadow: 2px 2px 2px #f1f1f1;
    -moz-box-shadow: 2px 2px 2px #f1f1f1;
    box-shadow: 2px 2px 2px #f1f1f1; }
    @media screen and (min-width: 1100px) {
      .flex-container > .category-product {
        width: 30%; } }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .flex-container > .category-product {
        width: 45%; } }
    @media screen and (min-width: 450px) and (max-width: 769px) {
      .flex-container > .category-product {
        width: 45%; } }
    @media screen and (max-width: 450px) {
      .flex-container > .category-product {
        width: 100%; }
        .flex-container > .category-product .category-product-image {
          height: 300px; } }
    .flex-container > .category-product .category-product-image {
      height: 200px; }
      .flex-container > .category-product .category-product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .flex-container > .category-product .prod_desc {
      border-top: solid 2px #f1f1f1;
      border-bottom: solid 2px #f1f1f1;
      padding-top: 1rem;
      padding-bottom: 1rem;
      min-height: 80px;
      position: relative;
      -webkit-box-shadow: 2px 2px 5px #f1f1f1;
      -moz-box-shadow: 2px 2px 5px #f1f1f1;
      box-shadow: 2px 2px 5px #f1f1f1; }
      .flex-container > .category-product .prod_desc p {
        width: 80%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.bebas {
  font-family: 'Bebas-alt'; }

a.button {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0.5em;
  font-family: 'Bebas-alt';
  margin: 2rem auto;
  line-height: 1em;
  font-size: 1.5rem;
  border: solid 2px #000;
  text-decoration: none; }
  a.button:hover {
    background-color: #fff;
    color: #000; }

.btn.cta {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0.5em;
  font-family: 'Bebas-alt';
  margin: 2rem auto;
  line-height: 1em;
  font-size: 1.5rem;
  border: solid 2px #000;
  text-decoration: none; }
  .btn.cta:hover {
    background-color: #fff;
    color: #000; }
  .btn.cta.no-margin-top {
    margin-top: 0; }

div#slider {
  border: solid 2px #f1f1f1; }
  div#slider h2 {
    padding-top: 50px; }
  div#slider li > div {
    padding: 2em; }
  div#slider li > div:first-of-type {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    div#slider li > div:first-of-type:last-child {
      margin-right: 0; }
    div#slider li > div:first-of-type > img {
      width: 100%;
      height: auto; }
  div#slider li > div:last-of-type {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    div#slider li > div:last-of-type:last-child {
      margin-right: 0; }

p.title {
  font-family: 'Bebas-alt';
  font-size: 1.8em;
  line-height: 1.8em; }

.wrapper > .content {
  padding-top: 0; }

p.button button {
  background-color: #000;
  color: #fff;
  font-family: 'Bebas-alt';
  font-weight: 300;
  padding: 0.5em 1em;
  float: right;
  font-size: 1.5em; }

.contact-info p.button {
  margin: 0; }

.f-left {
  float: left; }

form.profile label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  text-align: right;
  clear: both; }
  form.profile label:last-child {
    margin-right: 0; }
form.profile input[type='text'] {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 0; }
  form.profile input[type='text']:last-child {
    margin-right: 0; }
form.profile input[type='submit'] {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 42.64902%; }
  form.profile input[type='submit']:last-child {
    margin-right: 0; }

.cat-ribbon {
  background-color: #000;
  color: #fff;
  font-family: 'Bebas-alt';
  margin-bottom: 1rem;
  padding: 0.5rem 1rem; }
  .cat-ribbon::after {
    clear: both;
    content: "";
    display: block; }
  .cat-ribbon p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    font-size: 1.35rem;
    line-height: 1.35rem; }
    .cat-ribbon p:last-child {
      margin-right: 0; }
  .cat-ribbon .arrow {
    color: #000;
    background-color: #fff;
    border-radius: 1em;
    width: 1em;
    display: inline-block;
    text-align: center;
    margin-left: 5px; }
  .cat-ribbon p.ribbon-right {
    text-align: right; }
  .cat-ribbon a {
    color: #fff; }

@media screen and (min-width: 1000px) {
  .cat-display .flex-container .category-product {
    width: 20%; } }
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .cat-display .flex-container .category-product {
    width: 30%; }
    .cat-display .flex-container .category-product:nth-of-type(4n) {
      display: none; } }
@media screen and (max-width: 769px) {
  .cat-display .flex-container .category-product {
    width: 45%; }
    .cat-display .flex-container .category-product:nth-of-type(3), .cat-display .flex-container .category-product:nth-of-type(4) {
      display: none; } }

.single-product p button {
  background-color: #000;
  color: #fff;
  border: solid 2px #030303;
  font-family: 'Bebas-alt';
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  width: 140px; }
  .single-product p button:hover {
    background: #fff;
    color: #000;
    cursor: pointer; }

.msgbox-error {
  padding: 24px 24px 24px 96px;
  margin: 0 20px 15px 20px;
  border: 1px solid #D8000C;
  background: #FFBABA url(../../images/site/error2.jpg) 24px 50% no-repeat; }

.shopping-cart p button {
  background-color: #000;
  color: #fff;
  border: solid 2px #030303;
  font-family: 'Bebas-alt';
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  float: right; }

.shopping-cart form {
  padding-bottom: 50px; }
.shopping-cart #postage {
  margin-top: 50px; }

.shopping-cart #dashboard th {
  text-align: center; }
.shopping-cart #dashboard tr th:first-of-type,
.shopping-cart #dashboard tr td:first-of-type {
  width: 40%; }
.shopping-cart #dashboard tr th:nth-of-type(2),
.shopping-cart #dashboard tr td:nth-of-type(2) {
  width: 15%; }
.shopping-cart #dashboard tr th:nth-of-type(3),
.shopping-cart #dashboard tr td:nth-of-type(3) {
  width: 15%; }
.shopping-cart #dashboard tr th:nth-of-type(4),
.shopping-cart #dashboard tr td:nth-of-type(4) {
  width: 20%; }
.shopping-cart #dashboard tr th:nth-of-type(5),
.shopping-cart #dashboard tr td:nth-of-type(5) {
  width: 10%; }
.shopping-cart #dashboard input {
  margin: 0; }
.shopping-cart #dashboard .item-qty input {
  width: 3rem;
  text-align: center; }

.omega {
  margin-right: 0; }

.checkout form label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .checkout form label:last-child {
    margin-right: 0; }
.checkout form input, .checkout form select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
  margin-top: 0; }
  .checkout form input:last-child, .checkout form select:last-child {
    margin-right: 0; }
.checkout form h2 {
  clear: left; }
.checkout form .input-2 input,
.checkout form .input-2 select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .checkout form .input-2 input:last-child,
  .checkout form .input-2 select:last-child {
    margin-right: 0; }
  .checkout form .input-2 input:last-of-type,
  .checkout form .input-2 select:last-of-type {
    margin-right: 0; }

ul.bxslider h2 {
  padding-top: 50px;
  font-size: 3em;
  line-height: 1em; }
@media screen and (min-width: 769px) {
  ul.bxslider li div:first-of-type {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    ul.bxslider li div:first-of-type:last-child {
      margin-right: 0; }
  ul.bxslider li div:last-of-type {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    ul.bxslider li div:last-of-type:last-child {
      margin-right: 0; } }
@media screen and (max-width: 769px) {
  ul.bxslider li img {
    display: block;
    margin: 0 auto; } }
ul.bxslider li p {
  margin-top: 1rem; }

h3.purchase-order {
  font-size: 1.2rem; }

table#dashboard.table-order-confirm {
  border: solid 1px #f1f1f1; }
  table#dashboard.table-order-confirm th {
    border-top: none;
    border-bottom: solid 1px #f1f1f1; }
  table#dashboard.table-order-confirm tr th:first-of-type {
    border-left: solid 1px #f1f1f1;
    padding-left: 1em; }
  table#dashboard.table-order-confirm tr th:last-of-type {
    border-right: solid 1px #f1f1f1; }
  table#dashboard.table-order-confirm tr th:first-of-type,
  table#dashboard.table-order-confirm tr td:first-of-type {
    width: 50%;
    text-align: left;
    padding-left: 1em; }
  table#dashboard.table-order-confirm tr th:nth-of-type(2),
  table#dashboard.table-order-confirm tr td:nth-of-type(2) {
    width: 25%;
    text-align: center; }
  table#dashboard.table-order-confirm tr th:nth-of-type(3),
  table#dashboard.table-order-confirm tr td:nth-of-type(3) {
    width: 25%;
    text-align: right;
    padding-right: 1em; }
  table#dashboard.table-order-confirm tr.row-totals {
    border-top: solid 1px #f1f1f1; }
    table#dashboard.table-order-confirm tr.row-totals td {
      padding-top: 4em; }

#client {
  clear: both;
  /*	label {
  	    float: left;
  	    width: 170px;
  	    margin: 0 20px 0 0;
  	    padding: 5px 0 0 0;
  	    font-weight: bold;
  	    text-align: right;
  	}
  	.text, select {
  	    width: 410px;
  	}
  	.tiny {
  	    width: 50px;
  	}*/ }
  #client h2 {
    margin-top: 1em; }
  #client ol {
    font-size: 1.1em;
    padding: 0;
    list-style: none; }
  #client li.one-field {
    clear: both;
    padding: 0 0 15px 0; }

.product-table-wrapper:not(:last-of-type) {
  margin-bottom: 100px; }

.checkout.product-page-cart.tabcorp #dashboard.product-table .item-qty input {
  width: 3rem;
  text-align: center; }
.checkout.product-page-cart.tabcorp #dashboard.product-table tr th:first-of-type, .checkout.product-page-cart.tabcorp #dashboard.product-table tr td:first-of-type {
  width: 35%; }
.checkout.product-page-cart.tabcorp #dashboard.product-table tr th, .checkout.product-page-cart.tabcorp #dashboard.product-table tr td {
  width: 25%; }
.checkout.product-page-cart.tabcorp .terms-conds {
  display: block;
  width: 100%;
  padding: 1em 0;
  min-height: 60px; }
  .checkout.product-page-cart.tabcorp .terms-conds input {
    width: auto;
    margin: 0.5em 0;
    margin-right: 0.5em; }

.specified-item {
  margin: 20px 0; }

table#dashboard.product-table.product-table-wide th, table#dashboard.product-table.product-table-wide td {
  padding: 1rem 0.35rem; }

@media screen and (max-width: 769px) {
  table#dashboard.product-table.product-table-wide th, table#dashboard.product-table.product-table-wide td {
    padding: 1rem 0.2rem; } }
.shopping-cart p button:disabled {
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0; }

.checkout-bottom {
  text-align: right; }
  .checkout-bottom span.total {
    display: inline-block;
    margin-top: 2.5rem;
    margin-right: 1rem;
    font-size: 1.5em;
    line-height: 1.5em; }

.checkout.wrapper .logon-wrapper {
  margin-top: 30px; }

/*# sourceMappingURL=style.css.map */
