@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }
  .no-gutters > [class^="col-"],
  .no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

*:focus {
  outline: 0; }

html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 1.5em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
    visibility: hidden !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-row > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.container {
  max-width: 100%; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important; } }

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important; }

@media (min-width: 1600px) {
  .container {
    width: 1420px; }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0; }
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl, td.visible-xl {
    display: table-cell !important; }
  .visible-xl-block {
    display: block !important; }
  .visible-xl-inline {
    display: inline !important; }
  .visible-xl-inline-block {
    display: inline-block !important; }
  .hidden-xl {
    display: none !important; } }

input[type="button"].enabled {
  border-color: #67cb32;
  background-color: #67cb32;
  color: white; }

input[type="button"].disabled {
  border-color: #CB333B;
  background-color: #CB333B;
  color: white; }

label.legend-input-toggle {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 53px;
  height: 23px;
  /* Rounded sliders */ }
  label.legend-input-toggle input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999; }
    label.legend-input-toggle input.enabled[type="button"], label.legend-input-toggle input.disabled[type="button"] {
      background-color: transparent;
      border-color: transparent; }
  label.legend-input-toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; }
  label.legend-input-toggle .slider:before {
    position: absolute;
    content: " ";
    height: 17px;
    width: 23px;
    left: 3px;
    bottom: 3px;
    background-color: white; }
  label.legend-input-toggle input.enabled + .slider {
    background-color: #67cb32; }
  label.legend-input-toggle input.enabled + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px); }
  label.legend-input-toggle .slider.round {
    border-radius: 34px; }
  label.legend-input-toggle .slider.round:before {
    border-radius: 50%; }

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px; }

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none; }

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center; }

.ui-datepicker .ui-datepicker-title {
  font-weight: 700; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px; }

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left; }

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right; }

.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079"; }

.ui-datepicker .ui-datepicker-next:before {
  content: "\e080"; }

.ui-datepicker .ui-icon {
  display: none; }

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%; }

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0; }

.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none; }

.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc; }

.ui-datepicker .ui-datepicker-current-day a {
  color: #fff; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-size: 73%;
  background-repeat: no-repeat;
  background-position: 0 50%; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev::before,
  .ui-datepicker .ui-datepicker-next::before {
    display: none; }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: none; }

.ui-datepicker .ui-datepicker-prev {
  background-image: url("../../../../assets/images/chevron_left.svg"); }

.ui-datepicker .ui-datepicker-next {
  background-image: url("../../../../assets/images/chevron_right.svg"); }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  background-color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body h1 {
    font-size: 1.7em;
    color: #336699; }
  body a {
    color: #336699;
    text-decoration: none; }
  body a:hover, body a:focus {
    color: #336699;
    text-decoration: underline; }
  @media (min-width: 992px) {
    body.menu-slideout, body.filters-slideout {
      /*overflow: hidden;*/ } }
  body:before {
    position: fixed;
    top: 0;
    right: 50px;
    height: auto;
    width: auto;
    background-color: #336699;
    color: #fff;
    content: "Cart saved successfully.";
    z-index: 9;
    padding: 8px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0); }
  body.saved-cart:before {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none; }

@media (min-width: 767px) {
  .sm-only {
    display: none !important; } }

span.close-icon {
  position: absolute;
  right: 5px;
  top: 4px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  opacity: .4;
  cursor: pointer;
  padding: 3px; }
  span.close-icon:before {
    content: "\E14C";
    display: block;
    font-family: "Material Icons";
    font-size: 32px;
    font-size: 2rem; }
  span.close-icon:hover {
    opacity: 1; }
  span.close-icon.white {
    color: #fff; }
  @media (max-width: 767px) {
    span.close-icon {
      right: 2px;
      top: 2px;
      padding: 1px; }
      span.close-icon:before {
        font-size: 1.4rem; } }

.modal > div.loading, .products-display .products-grid.loading, .add-to-cart span.loading, .register-form.loading, .tabbed-display .loading, .fibre-results.loading, form.loading, .address-form-wrapper .address-form-container.loading, .shipping-method-wrapper.loading, .existing-delivery-addresses.loading, form .existing-delivery-addresses.loading, .order-confirmation.loading, .search-list > div.loading {
  pointer-events: none; }
  .modal > div.loading:not(.order-details):not(.login-form), .products-display .products-grid.loading:not(.order-details):not(.login-form), .add-to-cart span.loading:not(.order-details):not(.login-form), .register-form.loading:not(.order-details):not(.login-form), .tabbed-display .loading:not(.order-details):not(.login-form), .fibre-results.loading:not(.order-details):not(.login-form), form.loading:not(.order-details):not(.login-form), .address-form-wrapper .address-form-container.loading:not(.order-details):not(.login-form), .shipping-method-wrapper.loading:not(.order-details):not(.login-form), .existing-delivery-addresses.loading:not(.order-details):not(.login-form), .order-confirmation.loading:not(.order-details):not(.login-form), .search-list > div.loading:not(.order-details):not(.login-form) {
    position: relative; }
  .modal > div.loading:after, .products-display .products-grid.loading:after, .add-to-cart span.loading:after, .register-form.loading:after, .tabbed-display .loading:after, .fibre-results.loading:after, form.loading:after, .address-form-wrapper .address-form-container.loading:after, .shipping-method-wrapper.loading:after, .existing-delivery-addresses.loading:after, .order-confirmation.loading:after, .search-list > div.loading:after {
    display: block;
    background-image: url("../images/loader.svg");
    background-size: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 110px;
    content: " ";
    height: 110px;
    top: 150px;
    position: absolute;
    left: calc(50% - 55px); }

form.loading:after, .shipping-method-wrapper.loading:after, .existing-delivery-addresses.loading:after, .order-confirmation.loading:after {
  top: calc(50% - 55px); }

ul.products-list li .product-info .stock-info .stock-box.loading, .product-details .vol-price.inner-ajax .volume-box.loading,
.grouped-description .vol-price.inner-ajax .volume-box.loading, .order-confirmation .existing-credit-card.loading, .product .ordering-info .actions .stock-info .stock-box.loading {
  pointer-events: none;
  min-height: 110px; }
  ul.products-list li .product-info .stock-info .stock-box.loading:not(.order-details):not(.login-form), .product-details .vol-price.inner-ajax .volume-box.loading:not(.order-details):not(.login-form),
  .grouped-description .vol-price.inner-ajax .volume-box.loading:not(.order-details):not(.login-form), .order-confirmation .existing-credit-card.loading:not(.order-details):not(.login-form), .product .ordering-info .actions .stock-info .stock-box.loading:not(.order-details):not(.login-form) {
    position: relative; }
  ul.products-list li .product-info .stock-info .stock-box.loading:after, .product-details .vol-price.inner-ajax .volume-box.loading:after,
  .grouped-description .vol-price.inner-ajax .volume-box.loading:after, .order-confirmation .existing-credit-card.loading:after, .product .ordering-info .actions .stock-info .stock-box.loading:after {
    display: block;
    background-image: url("../images/loader.svg");
    background-size: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55px;
    content: " ";
    height: 55px;
    top: 27.5px;
    position: absolute;
    left: calc(50% - 27.5px); }

ul.products-list li.loading .info-box:before, form .select-wrapper.loading:before {
  position: absolute;
  left: 0px;
  top: 0;
  transform: translate(-65%, -20%) scale(0.7);
  -webkit-transform: translate(-65%, -20%) scale(0.7);
  -ms-transform: translate(-65%, -20%) scale(0.7);
  -moz-transform: translate(-65%, -20%) scale(0.7);
  content: url("../images/loader.svg");
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px; }

.register-form.loading:before, .shipping-method-wrapper.loading:before, .order-confirmation.loading:before {
  position: absolute;
  top: 230px;
  text-align: center;
  display: block;
  padding: 40px 60px;
  z-index: 1;
  font-size: 25.6px;
  font-size: 1.6rem;
  width: 100%;
  text-align: center; }

.shipping-method-wrapper.loading:before, .order-confirmation.loading:before {
  top: 54%; }

.shipping-method-wrapper .shipping-row.selected, .existing-delivery-addresses .address-card.selected, form .existing-delivery-addresses .address-card.selected, .order-confirmation .existing-credit-card .existing-payment-methods input:checked + div.payment-method-entry .card-wrapper {
  background-color: #E6F8E7;
  border-color: #4bb750 !important; }
  .shipping-method-wrapper .shipping-row.selected:before, .existing-delivery-addresses .address-card.selected:before, .order-confirmation .existing-credit-card .existing-payment-methods input:checked + div.payment-method-entry .card-wrapper:before {
    position: absolute;
    right: -12px;
    top: -12px;
    content: "\E5CA";
    font-family: "Material Icons";
    color: #fff;
    background-color: #4bb750;
    width: 28px;
    height: 28px;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    padding-top: 2px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.1; }

form.success:not(.order-details) {
  position: relative; }

form.success > * {
  opacity: .7; }

form.success:after {
  display: block;
  font-family: "Material Icons";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  content: "\E86C";
  font-size: 80px;
  font-size: 5rem;
  color: #4BB750;
  height: 110px;
  text-align: center;
  top: 150px;
  position: absolute;
  left: calc(50% - 55px); }

body.modal-visible {
  overflow: hidden; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 30;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  overflow: auto;
  pointer-events: all;
  padding: 25px 0; }
  .modal:not(.visible) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .modal > div {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    display: block;
    width: 95vw;
    max-width: 450px;
    height: auto;
    border-radius: 8px;
    position: relative; }
    .modal > div:not(.order-details) {
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%; }
      @media (max-width: 500px) {
        .modal > div:not(.order-details) {
          position: fixed;
          left: 0;
          top: 0;
          transform: none;
          -webkit-transform: none;
          -ms-transform: none;
          -moz-transform: none;
          width: 100%;
          height: 100%;
          overflow: auto;
          max-width: none; } }
    .modal > div.order-details {
      margin: 120px auto 60px; }
    .modal > div.add-payment {
      max-width: 650px; }
    .modal > div .login-header {
      background-color: #336699;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      margin-bottom: 15px; }
      .modal > div .login-header h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 600;
        padding: 18px 25px;
        text-align: center; }
    .modal > div .featured-text {
      background-color: #f5f5f5;
      padding: 15px 0; }
      .modal > div .featured-text p {
        margin-bottom: 5px; }
    .modal > div p {
      font-size: 13.6px;
      font-size: 0.85rem;
      padding: 5px 25px 0;
      line-height: 1.6; }
    .modal > div .result-message p {
      padding: 5px 15px 5px 72px;
      position: relative;
      margin: 15px 0 -5px 0;
      background-color: #f5f5f5;
      color: #333; }
      .modal > div .result-message p:before {
        position: absolute;
        left: 28px;
        top: 0;
        height: 100%;
        background-color: #336699;
        color: #fff;
        content: "\E001";
        width: 31px;
        font-family: "Material Icons";
        font-size: 21.6px;
        font-size: 1.35rem;
        padding: 3px 0 0 2px;
        line-height: 1; }
      .modal > div .result-message p a {
        color: #fff !important; }
    .modal > div.loading form, .modal > div.loading .result-message {
      opacity: .3; }
    .modal > div.loading:after {
      top: 130px;
      z-index: 3; }
  @media (max-height: 1400px) {
    .modal {
      padding: 50px 15px; }
      .modal > div, .modal > div:not(.order-details) {
        position: absolute;
        top: 50px;
        left: 50%;
        margin-bottom: 50px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%); } }
    @media (max-height: 1400px) and (max-width: 500px) {
      .modal > div, .modal > div:not(.order-details) {
        left: initial;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none; } }

.active {
  font-size: 11.2px;
  font-size: 0.7rem; }

.button, button, .general-button {
  color: #fff !important;
  background-color: #336699;
  display: inline-block;
  font-weight: 600;
  font-size: 11.2px;
  font-size: 0.7rem;
  padding: 8px 8px;
  text-decoration: none !important;
  cursor: pointer;
  text-transform: uppercase;
  border: 0; }
  .button:hover, button:hover, .general-button:hover {
    background-color: #4080bf; }
  .button.small, button.small, .general-button.small {
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 5px 10px; }
  .button.checkout-button, button.checkout-button, .general-button.checkout-button {
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 8px 8px;
    text-transform: uppercase;
    float: right;
    margin: 8px 0 30px 15px; }
    @media (max-width: 767px) {
      .button.checkout-button, button.checkout-button, .general-button.checkout-button {
        margin: 6px auto;
        float: none;
        max-width: 240px;
        text-align: center;
        display: block; } }
  .button.light, button.light, .general-button.light {
    background-color: #336699; }
    .button.light:hover, button.light:hover, .general-button.light:hover {
      background-color: #4785c2; }
  .button.outline, button.outline, .general-button.outline {
    background-color: transparent;
    border: 1px solid #336699;
    color: #336699 !important; }
    .button.outline:hover, button.outline:hover, .general-button.outline:hover {
      background-color: #336699;
      color: #fff !important; }
  .button small, button small, .general-button small {
    display: block;
    font-weight: 400; }
  .button.arrow-right, button.arrow-right, .general-button.arrow-right {
    position: relative;
    padding-right: 20px; }
    .button.arrow-right:after, button.arrow-right:after, .general-button.arrow-right:after {
      content: "\E315";
      font-family: "Material Icons";
      position: absolute;
      top: 52%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      font-size: 22.4px;
      font-size: 1.4rem;
      font-weight: normal; }
  .button i, button i, .general-button i {
    line-height: .8;
    position: relative;
    top: 7px; }

ul.products-list li .product-info .stock-info .stock-box, .product-details .vol-price.inner-ajax .volume-box,
.grouped-description .vol-price.inner-ajax .volume-box, li.cart .mini-cart, .product .ordering-info .actions .stock-info .stock-box {
  /* Let's get this party started */
  /* Track */
  /* Handle */ }
  ul.products-list li .product-info .stock-info .stock-box::-webkit-scrollbar, .product-details .vol-price.inner-ajax .volume-box::-webkit-scrollbar,
  .grouped-description .vol-price.inner-ajax .volume-box::-webkit-scrollbar, li.cart .mini-cart::-webkit-scrollbar, .product .ordering-info .actions .stock-info .stock-box::-webkit-scrollbar {
    width: 8px; }
  ul.products-list li .product-info .stock-info .stock-box::-webkit-scrollbar-track, .product-details .vol-price.inner-ajax .volume-box::-webkit-scrollbar-track,
  .grouped-description .vol-price.inner-ajax .volume-box::-webkit-scrollbar-track, li.cart .mini-cart::-webkit-scrollbar-track, .product .ordering-info .actions .stock-info .stock-box::-webkit-scrollbar-track {
    background: rgba(149, 149, 149, 0.21);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  ul.products-list li .product-info .stock-info .stock-box::-webkit-scrollbar-thumb, .product-details .vol-price.inner-ajax .volume-box::-webkit-scrollbar-thumb,
  .grouped-description .vol-price.inner-ajax .volume-box::-webkit-scrollbar-thumb, li.cart .mini-cart::-webkit-scrollbar-thumb, .product .ordering-info .actions .stock-info .stock-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a6a6a6; }
  ul.products-list li .product-info .stock-info .stock-box::-webkit-scrollbar-thumb:window-inactive, .product-details .vol-price.inner-ajax .volume-box::-webkit-scrollbar-thumb:window-inactive,
  .grouped-description .vol-price.inner-ajax .volume-box::-webkit-scrollbar-thumb:window-inactive, li.cart .mini-cart::-webkit-scrollbar-thumb:window-inactive, .product .ordering-info .actions .stock-info .stock-box::-webkit-scrollbar-thumb:window-inactive {
    background: #bbb; }

.tip {
  background-color: #f5f5f5;
  padding: 8px 15px;
  display: block;
  border-radius: 3px;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 600;
  position: relative;
  margin: 0 0 10px !important; }
  .tip.tip-icon {
    padding-left: 45px !important; }
    .tip.tip-icon:before {
      content: "\E88F";
      font-family: "Material Icons";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background-color: #336699;
      color: #fff;
      display: block;
      width: 34px;
      font-size: 22.4px;
      font-size: 1.4rem;
      padding-top: 2px;
      font-weight: normal;
      text-align: center; }

.info-box .third p {
  width: 70%;
  display: inline-block;
  margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .info-box .third p {
      width: 100%; } }

.info-box .third img {
  float: right; }
  @media screen and (max-width: 600px) {
    .info-box .third img {
      display: none; } }

section.content {
  padding: 20px 15px;
  background-color: #ffffff;
  font-size: 0.8em; }
  section.content .boldtext {
    font-weight: 600;
    margin: 0; }
  section.content ul.contact {
    margin: 0 20px 0 0;
    float: left; }
    section.content ul.contact li {
      margin-top: 10px;
      padding-bottom: 15px; }
    section.content ul.contact h2 {
      margin-bottom: 4px;
      border-bottom: solid 2px #fff; }
    section.content ul.contact p {
      margin-top: 0;
      margin-bottom: 0; }
  section.content h2 {
    font-size: 15px;
    margin-bottom: 35px;
    color: #336699; }
  section.content h3 {
    font-size: 16px;
    font-size: 1rem; }
  section.content h4 {
    font-size: 14.4px;
    font-size: 0.9rem; }
  section.content p {
    margin: 15px 0 20px; }
  section.content a {
    text-decoration: none !important; }
    section.content a h2 {
      color: #336699; }
  section.content .statictext_highlighted {
    font-weight: 600;
    font-size: 16.8px;
    font-size: 1.05rem; }

.center {
  text-align: center; }

.grey {
  background-color: #bbb; }

.fibre-quote-content .whitebox {
  border: none; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    transform: scale(100vw);
    -webkit-transform: scale(100vw);
    -ms-transform: scale(100vw);
    -moz-transform: scale(100vw); } }

input {
  font-weight: bold; }
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
    font-weight: 200; }
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    font-weight: 200; }
  input:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
    font-weight: 200; }
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
    font-weight: 200; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0; }

.owl-theme .owl-dots .owl-dot {
  display: none;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #336699; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.8 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    overflow: hidden; }
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0); }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
    overflow: hidden; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
    display: none; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff !important;
    background: rgba(255, 255, 255, 0.3) !important;
    color: #000 !important;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

header#masthead {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20; }
  @media (max-width: 500px) {
    header#masthead {
      position: relative; } }
  header#masthead .site-logo2 {
    display: none; }
    @media (max-width: 1199px) {
      header#masthead .site-logo2 {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center; }
        header#masthead .site-logo2 img {
          width: 30vw; } }
    @media (max-width: 1199px) and (max-width: 1199px) {
      header#masthead .site-logo2 img {
        width: 140px;
        height: auto;
        margin-left: 0; } }
    @media (max-width: 500px) {
      header#masthead .site-logo2 {
        position: relative; } }
  header#masthead .container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%; }
  header#masthead .our-products {
    position: absolute;
    right: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
    top: 50%; }
    @media (min-width: 1200px) {
      header#masthead .our-products {
        display: none; } }
    @media (max-width: 500px) {
      header#masthead .our-products {
        top: 53%; }
        header#masthead .our-products a {
          font-size: .86rem; } }
  header#masthead nav {
    display: inline-block;
    position: absolute;
    right: 15px; }
    @media (max-width: 1150px) {
      header#masthead nav {
        right: 0; } }
    header#masthead nav > ul {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative;
      height: 100%; }
      @media (max-width: 1199px) {
        header#masthead nav > ul {
          display: block; } }
      header#masthead nav > ul .menu-product {
        display: inline-block; }
        @media (min-width: 1199px) {
          header#masthead nav > ul .menu-product {
            display: none; } }
      @media (max-width: 1150px) {
        header#masthead nav > ul .user-info a {
          display: none; }
        header#masthead nav > ul .user-info:before {
          content: "\E851";
          font-family: "Material Icons";
          color: #000;
          font-size: 24px;
          font-size: 1.5rem;
          line-height: .8;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%); } }
  @media (max-width: 1150px) and (max-width: 1199px) {
    header#masthead nav > ul .user-info:before {
      display: none; } }
      @media (max-width: 1199px) {
        header#masthead nav > ul .user-info a {
          display: block; } }
      @media (max-width: 1199px) {
        header#masthead nav > ul {
          height: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media (max-width: 800px) {
        header#masthead nav > ul {
          left: 0;
          right: unset; } }
      header#masthead nav > ul .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 1px;
        position: relative;
        margin: 0 10px;
        color: #000;
        text-transform: uppercase;
        width: 40%; }
        header#masthead nav > ul .search .search-box {
          position: relative;
          padding: 2px;
          border: 1px solid #bbb;
          background-color: #fff;
          width: 250px; }
          header#masthead nav > ul .search .search-box form {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%; }
            header#masthead nav > ul .search .search-box form input[type=text] {
              border: none;
              display: block;
              width: 100%;
              font-size: 0.8rem;
              font-weight: 300;
              padding: 5px 10px;
              float: left; }
            header#masthead nav > ul .search .search-box form button {
              width: 30px;
              height: 30px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              position: relative;
              background-color: #fff; }

@-moz-document url-prefix() {
  header#masthead nav > ul .search .search-box form button {
    padding: 2px; } }
              header#masthead nav > ul .search .search-box form button:before {
                content: "\E8B6";
                font-family: "Material Icons";
                text-align: center;
                font-size: 1.5rem;
                font-weight: 300;
                position: relative;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                color: #336699;
                left: 50%;
                padding-top: 10px; }
        @media (min-width: 768px) {
          header#masthead nav > ul .search {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; } }
        @media (max-width: 1199px) {
          header#masthead nav > ul .search {
            max-width: 300px; } }
        @media (max-width: 1199px) {
          header#masthead nav > ul .search {
            max-width: 200px; } }
        @media (max-width: 1199px) {
          header#masthead nav > ul .search {
            width: 100%;
            max-width: none; }
            header#masthead nav > ul .search .search-box {
              width: 100%; }
              header#masthead nav > ul .search .search-box form button[type="submit"] {
                display: none; } }
      header#masthead nav > ul ul {
        -webkit-box-shadow: 0px 10px 28px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 28px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 28px 5px rgba(0, 0, 0, 0.1); }
      header#masthead nav > ul > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0px;
        position: relative;
        margin: 0 5px;
        padding: 0 5px;
        color: #000;
        text-transform: uppercase;
        /*--------VICS CODE FOR NEW SEARCH--------*/
        /*--------END VICS CODE FOR NEW SEARCH--------*/ }
        @media (min-width: 1200px) {
          header#masthead nav > ul > li {
            border-bottom: 3px solid transparent; }
            header#masthead nav > ul > li:hover:not(.search) {
              border-bottom-color: #336699 !important; } }
        @media (max-width: 1199px) {
          header#masthead nav > ul > li {
            display: block !important; } }
        header#masthead nav > ul > li a {
          font-weight: 600;
          font-size: 14.4px;
          font-size: 0.9rem;
          text-decoration: none !important;
          white-space: nowrap; }
        header#masthead nav > ul > li > a {
          display: block;
          text-transform: none;
          font-weight: 600;
          font-size: 12px;
          padding: 3px 0px;
          color: #333;
          display: block;
          letter-spacing: -.02em; }
          @media (max-width: 1199px) {
            header#masthead nav > ul > li > a:hover {
              color: white;
              background-color: #336699; } }
        header#masthead nav > ul > li.important a {
          color: #fff;
          background-color: #336699; }
        header#masthead nav > ul > li > ul {
          position: absolute;
          left: 0;
          background-color: #fff;
          z-index: -1;
          min-width: 240px;
          display: none;
          top: 100%;
          top: calc(100% + 4px); }
          @media (max-width: 992px) {
            header#masthead nav > ul > li > ul {
              min-width: 0;
              max-width: 209px;
              width: 100vw; } }
          header#masthead nav > ul > li > ul li {
            display: block; }
            header#masthead nav > ul > li > ul li:not(:last-of-type) {
              border-bottom: 1px solid #e1e1e1; }
            header#masthead nav > ul > li > ul li a {
              display: block;
              padding: 4px 7px;
              color: #333;
              background-color: #fff;
              font-weight: 400;
              transition: all 0.2s ease-out;
              -moz-transition: all 0.2s ease-out;
              -o-transition: all 0.2s ease-out;
              -webkit-transition: all 0.2s ease-out;
              -ms-transition: all 0.2s ease-out;
              -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
              transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
              -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
              @media (max-width: 992px) {
                header#masthead nav > ul > li > ul li a {
                  white-space: normal; } }
          header#masthead nav > ul > li > ul > li > a {
            text-transform: none;
            letter-spacing: normal;
            font-size: 14.4px;
            font-size: 0.9rem; }
            @media (max-width: 992px) {
              header#masthead nav > ul > li > ul > li > a {
                font-size: 0.7rem; } }
          header#masthead nav > ul > li > ul > li > ul {
            padding: 4px 9px 4px 0px; }
            header#masthead nav > ul > li > ul > li > ul li a {
              position: relative;
              padding-left: 23px; }
              header#masthead nav > ul > li > ul > li > ul li a:before {
                content: "\E836";
                font-family: "Material Icons";
                position: absolute;
                left: 5px;
                opacity: .3;
                transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                -webkit-transition: all 0.2s ease-out;
                -ms-transition: all 0.2s ease-out;
                -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                font-size: 14.4px;
                font-size: 0.9rem; }
              header#masthead nav > ul > li > ul > li > ul li a:hover:before {
                content: "\E837";
                opacity: .5; }
        header#masthead nav > ul > li.brands ul {
          -webkit-columns: 4;
          -moz-columns: 4;
          columns: 4;
          left: 0;
          right: auto; }
        header#masthead nav > ul > li:not(.search):not(.login) {
          border-bottom: 4px solid transparent; }
        header#masthead nav > ul > li:hover > ul {
          display: block; }
          header#masthead nav > ul > li:hover > ul li:hover > a {
            background-color: #336699;
            color: #fff; }
          header#masthead nav > ul > li:hover > ul li > ul li:hover {
            background-color: #336699; }
            header#masthead nav > ul > li:hover > ul li > ul li:hover > a {
              color: #fff;
              padding-left: 5px;
              padding-right: 5px; }
        header#masthead nav > ul > li.loginsearch {
          margin-left: 3px;
          padding-top: 10px;
          max-width: 50px;
          -ms-flex-preferred-size: auto;
          flex-basis: auto; }
          @media (max-width: 1000px) {
            header#masthead nav > ul > li.loginsearch {
              margin: 0;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              width: 30px; } }
          @media (max-width: 800px) {
            header#masthead nav > ul > li.loginsearch {
              padding-top: 30px; } }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            header#masthead nav > ul > li.loginsearch {
              width: 30px; } }
          header#masthead nav > ul > li.loginsearch .search-icon {
            display: block;
            width: 40px;
            height: 100%;
            padding: 15px 15px;
            cursor: pointer;
            width: 62px; }
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
              header#masthead nav > ul > li.loginsearch .search-icon {
                margin-left: 10px; } }
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
              header#masthead nav > ul > li.loginsearch .search-icon {
                padding: 0; } }
            @media (max-width: 1000px) {
              header#masthead nav > ul > li.loginsearch .search-icon {
                width: 0; } }
            @media (max-width: 950px) {
              header#masthead nav > ul > li.loginsearch .search-icon {
                padding: 0; } }
            header#masthead nav > ul > li.loginsearch .search-icon:before {
              content: "\E8B6";
              font-family: "Material Icons";
              color: #336699;
              font-size: 32px;
              font-size: 2rem;
              line-height: .8;
              position: absolute;
              top: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%); }
        header#masthead nav > ul > li .ask-us {
          text-transform: none; }
        @media (max-width: 1199px) {
          header#masthead nav > ul > li.login {
            margin-top: 12px; } }
        @media (max-width: 1199px) {
          header#masthead nav > ul > li.login {
            margin-top: 12px; } }
        header#masthead nav > ul > li.login a {
          border: 1px solid #336699;
          padding: 7px 17px; }
          header#masthead nav > ul > li.login a:hover {
            opacity: 0.5; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header#masthead .site-logo {
      float: left; }
    header#masthead nav {
      display: inline-block;
      float: right;
      padding-top: 11px; }
      header#masthead nav > ul > li {
        display: inline-block; } }
  @media (max-width: 1300px) {
    header#masthead .container {
      width: 100%; }
    header#masthead nav > ul > li.user-info > span.user-detail {
      /*------ vics code to fix user account icon visibility on mobile ------*/ } }
  @media (max-width: 1300px) and (min-width: 767px) {
    header#masthead nav > ul > li.user-info > span.user-detail > a:after {
      display: none; }
    header#masthead nav > ul > li.user-info > span.user-detail .user-submenu {
      position: absolute;
      right: 0;
      min-width: 210px;
      top: 100%;
      background-color: #fff;
      -webkit-box-shadow: 2px 2px 18px -7px #000;
      box-shadow: 2px 2px 18px -7px #000;
      z-index: 3;
      width: 100%;
      padding: 3px 5px;
      text-transform: none; }
      header#masthead nav > ul > li.user-info > span.user-detail .user-submenu a {
        display: block;
        padding: 5px 7px;
        color: #333;
        background-color: #fff;
        font-weight: 400;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); } }
  @media screen and (max-width: 1300px) and (max-width: 992px) and (min-width: 768px) {
    header#masthead nav > ul > li.user-info > span.user-detail:before {
      font-size: 1.5rem; } }
  @media (max-width: 1300px) and (max-width: 767px) {
    header#masthead nav > ul > li.user-info > span.user-detail > a:after {
      right: 3px; } }
  @media (min-width: 1199px) {
    header#masthead .cart2 {
      display: none; } }
  @media (min-width: 1199px) {
    header#masthead .menu-toggle {
      display: none; } }
  @media screen and (max-width: 1199px), screen and (max-height: 430px) {
    header#masthead .menu-toggle {
      display: inline-block;
      position: fixed;
      right: 10px;
      top: 14px;
      cursor: pointer;
      z-index: 8; }
      header#masthead .menu-toggle .menu-icon {
        display: block;
        padding: 3px; }
        header#masthead .menu-toggle .menu-icon:before {
          content: "\E5D2";
          font-family: "Material Icons";
          display: block;
          font-size: 32px;
          font-size: 2rem;
          transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          -webkit-transition: all 0.8s ease;
          -ms-transition: all 0.8s ease;
          -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
          .menu-slideout header#masthead .menu-toggle .menu-icon:before {
            color: #336699;
            content: "\E5CD";
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg); }
    header#masthead nav {
      position: fixed;
      right: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      background-color: #fafafa;
      transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      overflow: hidden;
      overflow-y: scroll; }
      .menu-slideout header#masthead nav {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none; }
      header#masthead nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
        margin: 75px auto 55px auto;
        max-width: 500px; }
        header#masthead nav > ul > li {
          padding: 0; }
          header#masthead nav > ul > li.show-sub-resp {
            display: block;
            border: none !important; }
            header#masthead nav > ul > li.show-sub-resp > a {
              pointer-events: none;
              cursor: default;
              font-weight: bold;
              border-bottom: solid 1px;
              padding-bottom: 10px;
              margin-bottom: 10px; }
            header#masthead nav > ul > li.show-sub-resp ul {
              display: block !important;
              position: static;
              -webkit-box-shadow: none;
              box-shadow: none;
              background: none; }
              header#masthead nav > ul > li.show-sub-resp ul li {
                border: none; }
                header#masthead nav > ul > li.show-sub-resp ul li a {
                  background: none;
                  font-size: .77rem; }
          header#masthead nav > ul > li.user-info {
            display: block;
            border: none !important; }
            header#masthead nav > ul > li.user-info > a {
              pointer-events: none;
              cursor: default;
              font-weight: bold;
              border-bottom: solid 1px;
              padding-bottom: 10px;
              margin-bottom: 10px; }
            header#masthead nav > ul > li.user-info .user-detail {
              display: block !important;
              position: static;
              -webkit-box-shadow: none;
              box-shadow: none;
              background: none; }
              header#masthead nav > ul > li.user-info .user-detail li {
                border: none; }
                header#masthead nav > ul > li.user-info .user-detail li a {
                  background: none;
                  font-size: .77rem; }
          header#masthead nav > ul > li.user-info {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
            margin-top: -41px;
            margin-bottom: 10px; } }
        @media screen and (max-width: 1199px) and (max-width: 1199px), screen and (max-height: 430px) and (max-width: 1199px) {
          header#masthead nav > ul > li.user-info {
            margin-top: 0;
            z-index: 99999; } }
  @media screen and (max-width: 1199px) and (max-width: 1199px) and (-ms-high-contrast: active), screen and (max-height: 430px) and (max-width: 1199px) and (-ms-high-contrast: active), screen and (max-width: 1199px) and (max-width: 1199px) and (-ms-high-contrast: none), screen and (max-height: 430px) and (max-width: 1199px) and (-ms-high-contrast: none) {
    header#masthead nav > ul > li.user-info {
      position: absolute;
      left: 0;
      top: -60px;
      right: auto; } }
  @media screen and (max-width: 1199px), screen and (max-height: 430px) {
            header#masthead nav > ul > li.user-info:hover {
              background-color: transparent; }
            header#masthead nav > ul > li.user-info span.user-detail .user-submenu {
              top: 30px;
              /*------ vics code to position user account icon visibility on mobile ------*/
              z-index: 10; } }
          @media screen and (max-width: 1199px) and (-ms-high-contrast: active), screen and (max-height: 430px) and (-ms-high-contrast: active), screen and (max-width: 1199px) and (-ms-high-contrast: none), screen and (max-height: 430px) and (-ms-high-contrast: none) {
            header#masthead nav > ul > li.user-info span.user-detail .user-submenu {
              top: 25px; } }
  @media screen and (max-width: 1199px), screen and (max-height: 430px) {
          header#masthead nav > ul > li ul {
            display: none !important; }
          header#masthead nav > ul > li.cart {
            display: none !important; }
          header#masthead nav > ul > li.cart2 {
            position: fixed;
            right: 60px;
            top: 37px;
            margin-left: 0;
            z-index: 1; } }
        @media screen and (max-width: 1199px) and (-ms-high-contrast: active), screen and (max-height: 430px) and (-ms-high-contrast: active), screen and (max-width: 1199px) and (-ms-high-contrast: none), screen and (max-height: 430px) and (-ms-high-contrast: none) {
          header#masthead nav > ul > li.cart2 {
            position: absolute;
            left: 190px;
            top: -48px;
            right: auto; } }
  @media screen and (max-width: 1199px), screen and (max-height: 430px) {
            header#masthead nav > ul > li.cart2 .cart-icon {
              padding: 15px 12px;
              width: 45px; } }
          @media screen and (max-width: 1199px) and (max-width: 950px), screen and (max-height: 430px) and (max-width: 950px) {
            header#masthead nav > ul > li.cart2 .cart-icon {
              padding: 0;
              width: 45px; } }
  @media screen and (max-width: 1199px), screen and (max-height: 430px) {
            header#masthead nav > ul > li.cart2 .mini-cart {
              right: -60px;
              top: calc(100% + 10px);
              width: 100vw;
              max-height: calc(100vh - 113px); }
          header#masthead nav > ul > li.search .search-icon {
            display: none; }
          header#masthead nav > ul > li.search input[type="text"] {
            -webkit-appearance: none; }
            header#masthead nav > ul > li.search input[type="text"]::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              font-style: italic; }
            header#masthead nav > ul > li.search input[type="text"]::-moz-placeholder {
              /* Firefox 19+ */
              font-style: italic; }
            header#masthead nav > ul > li.search input[type="text"]:-ms-input-placeholder {
              /* IE 10+ */
              font-style: italic; }
            header#masthead nav > ul > li.search input[type="text"]:-moz-placeholder {
              /* Firefox 18- */
              font-style: italic; } }
      @media screen and (max-width: 1199px) and (max-width: 1199px), screen and (max-height: 430px) and (max-width: 1199px) {
        header#masthead nav > ul > li.search {
          width: 100%;
          display: block;
          max-width: none;
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0; } }

body.home {
  position: relative; }
  body.home .homepagecontent {
    padding-top: 6vw;
    width: 100%;
    margin-left: auto;
    padding-left: 375px; }
    @media (max-width: 1199px) {
      body.home .homepagecontent {
        padding-left: 0; } }
    @media (max-width: 1199px) {
      body.home .homepagecontent {
        width: 100%;
        padding-top: 0; } }
    body.home .homepagecontent .hero-wrapper {
      background-color: #f2f2f2;
      margin-bottom: 25px !important;
      width: 95%;
      margin: 0 auto;
      border: 1px solid #666;
      margin-left: auto;
      display: block; }
      @media (max-width: 1199px) {
        body.home .homepagecontent .hero-wrapper {
          width: 100%; } }
      body.home .homepagecontent .hero-wrapper .owl-item > div {
        /*
					height: 460px;
					
					min-height: 320px; */
        width: 100%;
        display: block;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: none !important; }
        body.home .homepagecontent .hero-wrapper .owl-item > div a {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        body.home .homepagecontent .hero-wrapper .owl-item > div img {
          display: block; }
      body.home .homepagecontent .hero-wrapper .owl-dots {
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }
    body.home .homepagecontent .newproducts {
      margin-bottom: 25px; }
      body.home .homepagecontent .newproducts h1 {
        color: #336699;
        font-size: 1.1rem;
        text-transform: uppercase;
        text-align: center; }
      body.home .homepagecontent .newproducts .col-sm-4 {
        width: 100%; }
      body.home .homepagecontent .newproducts .newprod-box {
        width: 100%;
        display: block;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: none !important;
        margin-top: 30px; }
        body.home .homepagecontent .newproducts .newprod-box .images {
          height: 8vw;
          display: block; }
          @media (max-width: 1000px) {
            body.home .homepagecontent .newproducts .newprod-box .images {
              height: 12vw; } }
          body.home .homepagecontent .newproducts .newprod-box .images a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            @media (max-width: 1199px) {
              body.home .homepagecontent .newproducts .newprod-box .images a {
                display: block;
                text-align: center; } }
            @media (max-width: 1199px) {
              body.home .homepagecontent .newproducts .newprod-box .images a img {
                width: 70%;
                margin: auto; } }
            @media (max-width: 600px) {
              body.home .homepagecontent .newproducts .newprod-box .images a img {
                width: 30%;
                margin: auto; } }
        body.home .homepagecontent .newproducts .newprod-box .info {
          color: #000;
          text-align: center;
          display: block;
          padding: 5px; }
          body.home .homepagecontent .newproducts .newprod-box .info p {
            font-size: 0.7rem;
            font-weight: 600; }
          body.home .homepagecontent .newproducts .newprod-box .info .partno {
            color: #336699;
            margin-top: 5px; }
    body.home .homepagecontent .actiondivs {
      margin-bottom: 25px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 700px) {
        body.home .homepagecontent .actiondivs {
          display: block; } }
      @media (max-width: 1199px) {
        body.home .homepagecontent .actiondivs {
          padding: 10px; } }
      body.home .homepagecontent .actiondivs .box-container {
        padding: 0 10px;
        width: 33.33333%;
        display: inline-block; }
        @media (max-width: 700px) {
          body.home .homepagecontent .actiondivs .box-container {
            width: 100%;
            display: block;
            padding-bottom: 1px; } }
      body.home .homepagecontent .actiondivs .box1,
      body.home .homepagecontent .actiondivs .box2,
      body.home .homepagecontent .actiondivs .box3 {
        height: 100%;
        border: 1px solid #666;
        background: #fff;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (max-width: 700px) {
          body.home .homepagecontent .actiondivs .box1,
          body.home .homepagecontent .actiondivs .box2,
          body.home .homepagecontent .actiondivs .box3 {
            width: 100%;
            margin: 30px 0; } }
        body.home .homepagecontent .actiondivs .box1 .divider,
        body.home .homepagecontent .actiondivs .box2 .divider,
        body.home .homepagecontent .actiondivs .box3 .divider {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        body.home .homepagecontent .actiondivs .box1 .image,
        body.home .homepagecontent .actiondivs .box2 .image,
        body.home .homepagecontent .actiondivs .box3 .image {
          max-height: 130px;
          position: relative;
          top: -35px;
          width: 90%;
          margin: 0 auto;
          -webkit-box-shadow: 0 2px 5px #666;
          box-shadow: 0 2px 5px #666;
          margin-bottom: 10px;
          max-height: 160px;
          border-radius: 5px;
          max-width: 350px; }
          @media (max-width: 700px) {
            body.home .homepagecontent .actiondivs .box1 .image,
            body.home .homepagecontent .actiondivs .box2 .image,
            body.home .homepagecontent .actiondivs .box3 .image {
              width: 55%; } }
          body.home .homepagecontent .actiondivs .box1 .image img,
          body.home .homepagecontent .actiondivs .box2 .image img,
          body.home .homepagecontent .actiondivs .box3 .image img {
            width: 100%;
            max-height: 160px;
            border-radius: 5px;
            max-width: 350px; }
        body.home .homepagecontent .actiondivs .box1 h1,
        body.home .homepagecontent .actiondivs .box2 h1,
        body.home .homepagecontent .actiondivs .box3 h1 {
          text-align: left;
          font-weight: bolder;
          font-size: 1rem;
          margin-bottom: 10px;
          margin-top: -20px;
          padding-left: 15px; }
        body.home .homepagecontent .actiondivs .box1 p,
        body.home .homepagecontent .actiondivs .box2 p,
        body.home .homepagecontent .actiondivs .box3 p {
          padding: 0 15px;
          text-align: left;
          font-size: 0.8rem;
          line-height: 1.2rem; }
        body.home .homepagecontent .actiondivs .box1 .actionbtn,
        body.home .homepagecontent .actiondivs .box2 .actionbtn,
        body.home .homepagecontent .actiondivs .box3 .actionbtn {
          background-color: #336699;
          color: #fff;
          width: 95%;
          font-size: 0.8rem;
          margin-top: 20px;
          padding: 5px;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5px;
          min-height: 48px;
          display: table;
          border-radius: 5px; }
          body.home .homepagecontent .actiondivs .box1 .actionbtn p,
          body.home .homepagecontent .actiondivs .box2 .actionbtn p,
          body.home .homepagecontent .actiondivs .box3 .actionbtn p {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 0.8rem;
            padding: 0 10px; }
            body.home .homepagecontent .actiondivs .box1 .actionbtn p a,
            body.home .homepagecontent .actiondivs .box2 .actionbtn p a,
            body.home .homepagecontent .actiondivs .box3 .actionbtn p a {
              color: #fff;
              text-decoration: none; }
      body.home .homepagecontent .actiondivs .box2 .image {
        background-color: #336699;
        max-width: 350px; }
        body.home .homepagecontent .actiondivs .box2 .image img {
          background-color: #336699;
          max-width: 350px; }
      body.home .homepagecontent .actiondivs .joinclub {
        display: inline-block;
        width: 49%;
        position: relative;
        height: 100%;
        vertical-align: top; }
        @media (max-width: 600px) {
          body.home .homepagecontent .actiondivs .joinclub {
            height: auto; } }
        body.home .homepagecontent .actiondivs .joinclub > img {
          width: 100%; }
        body.home .homepagecontent .actiondivs .joinclub .legendbutton a {
          color: #fff;
          background-color: rgba(0, 0, 0, 0.7);
          width: 100%;
          display: inline-block;
          text-align: center;
          padding: 5px 25px;
          text-transform: uppercase;
          position: absolute;
          bottom: 0; }
          @media (max-width: 600px) {
            body.home .homepagecontent .actiondivs .joinclub .legendbutton a {
              font-size: 0.6rem; } }
          body.home .homepagecontent .actiondivs .joinclub .legendbutton a h2 {
            font-weight: 600;
            font-size: 0.8rem; }
      body.home .homepagecontent .actiondivs .app {
        display: inline-block;
        width: 49%;
        height: 100%;
        float: right; }
        body.home .homepagecontent .actiondivs .app p {
          background-color: #bbb; }
    body.home .homepagecontent .feature-box {
      padding: 5px;
      background-color: #fff;
      display: block; }
      body.home .homepagecontent .feature-box h3 {
        font-weight: 600;
        min-height: 40px;
        font-size: 0.9rem !important;
        margin: 2px; }
      body.home .homepagecontent .feature-box h4 {
        color: #336699;
        font-size: 0.8rem !important;
        padding-bottom: 5px; }
      body.home .homepagecontent .feature-box p {
        min-height: 50px;
        font-size: 0.7rem !important;
        margin: 0px !important; }
      body.home .homepagecontent .feature-box a img {
        margin-bottom: 15px;
        height: 90px;
        width: auto; }
      body.home .homepagecontent .feature-box a.general-button {
        width: 100%;
        text-transform: none;
        padding: 5px; }
    body.home .homepagecontent .brands-wrapper {
      background-color: #fff;
      margin-bottom: 80px !important;
      border: 1px solid #666;
      width: 95%;
      margin: 0 auto; }
      @media (max-width: 700px) {
        body.home .homepagecontent .brands-wrapper {
          margin-bottom: 50px !important; } }
      body.home .homepagecontent .brands-wrapper h2 {
        color: #333;
        text-align: center;
        font-size: 1.4rem;
        padding: 5px 0 0 0; }
      body.home .homepagecontent .brands-wrapper .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      body.home .homepagecontent .brands-wrapper .owl-dots {
        display: none !important; }
      body.home .homepagecontent .brands-wrapper .item {
        padding: 15px 35px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        body.home .homepagecontent .brands-wrapper .item .image-wrapper {
          height: 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          body.home .homepagecontent .brands-wrapper .item .image-wrapper img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            height: auto;
            width: 100px; }
        body.home .homepagecontent .brands-wrapper .item span {
          text-align: center;
          color: #aaa;
          display: block;
          margin-left: auto;
          margin-right: auto;
          text-transform: uppercase;
          font-size: 13.6px;
          font-size: 0.85rem;
          font-weight: 600;
          transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
        body.home .homepagecontent .brands-wrapper .item:hover span {
          color: #555; }
        body.home .homepagecontent .brands-wrapper .item:hover .image-wrapper {
          -webkit-filter: none;
          filter: none;
          opacity: 1; }

.content {
  /*padding-bottom: 95px;*/
  background-color: #fff; }
  body.products .content,
  body.new-products .content,
  body.brands .content,
  body.clearance-offers .content,
  body.special-offers .content {
    padding-bottom: 0; }
    body.products .content img,
    body.new-products .content img,
    body.brands .content img,
    body.clearance-offers .content img,
    body.special-offers .content img {
      padding: 5px 8px;
      height: auto; }
    body.products .content aside.products-filters,
    body.products .content section.products-display,
    body.new-products .content aside.products-filters,
    body.new-products .content section.products-display,
    body.brands .content aside.products-filters,
    body.brands .content section.products-display,
    body.clearance-offers .content aside.products-filters,
    body.clearance-offers .content section.products-display,
    body.special-offers .content aside.products-filters,
    body.special-offers .content section.products-display {
      padding-bottom: 95px;
      padding-top: 30px; }
      @media (max-width: 1199px) {
        body.products .content aside.products-filters,
        body.products .content section.products-display,
        body.new-products .content aside.products-filters,
        body.new-products .content section.products-display,
        body.brands .content aside.products-filters,
        body.brands .content section.products-display,
        body.clearance-offers .content aside.products-filters,
        body.clearance-offers .content section.products-display,
        body.special-offers .content aside.products-filters,
        body.special-offers .content section.products-display {
          padding-top: 0; } }

a body:not(.home).home .content {
  margin-top: 100px; }

@media (max-width: 1199px) {
  a body:not(.home).home header#masthead {
    position: absolute; } }

a body:not(.home).home header#masthead .site-logo2 {
  display: block;
  position: absolute;
  text-align: center;
  top: 1vw; }
  @media (max-width: 1199px) {
    a body:not(.home).home header#masthead .site-logo2 {
      display: block;
      position: relative;
      top: 15px;
      left: 0;
      right: 0; } }
  @media (max-width: 1199px) {
    a body:not(.home).home header#masthead .site-logo2 {
      display: block;
      position: absolute;
      text-align: center;
      top: 15px; } }
  a body:not(.home).home header#masthead .site-logo2 img {
    width: 80%; }
    @media (max-width: 1199px) {
      a body:not(.home).home header#masthead .site-logo2 img {
        width: 30vw; } }

a body:not(.home).home header#masthead nav > ul .menu-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1099px) {
    a body:not(.home).home header#masthead nav > ul .menu-product {
      display: inline-block; } }

a body:not(.home).home .hero-wrapper {
  display: none; }
  a body:not(.home).home .hero-wrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    a body:not(.home).home .hero-wrapper div h1 {
      color: #000; }
  @media (max-width: 767px) {
    a body:not(.home).home .hero-wrapper {
      height: 150px; } }

.page {
  padding: 35px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page > aside {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3; }
    @media (max-width: 767px) {
      .page > aside {
        min-height: 43px;
        position: relative; } }
  .page > section {
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9; }
    @media (min-width: 767px) {
      .page > section {
        padding: 0 15px; } }
  .page .all-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 767px) {
      .page .all-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .page .all-content > aside {
      padding: 0 0 10px 10px;
      width: 30%; }
      @media (max-width: 767px) {
        .page .all-content > aside {
          min-height: 43px;
          position: relative;
          width: 100%; } }
    .page .all-content .wrap {
      width: 100%; }
      .page .all-content .wrap .homebtn {
        font-size: 0.8rem; }
        .page .all-content .wrap .homebtn a {
          font-size: 0.8rem; }
      .page .all-content .wrap > section {
        width: 100%;
        padding: 0 15px; }
        @media (max-width: 767px) {
          .page .all-content .wrap > section {
            padding: 0 15px; } }
    .page .all-content h2 {
      font-size: 19.2px;
      font-size: 1.2rem;
      font-weight: 600;
      border-bottom: 1px solid #e8e8e8;
      margin-bottom: 5px;
      letter-spacing: -0.01em; }
  .page h2 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 100;
    border-bottom: 1px solid #e8e8e8;
    /*padding: 8px 15px 16px;*/
    margin-bottom: 5px;
    letter-spacing: -0.01em; }
  .page h3 {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 100;
    padding: 8px 15px 0; }
  @media (max-width: 767px) {
    .page {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.products-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1199px) {
    .products-grid-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: block; }
      .products-grid-wrapper .mobile-filters {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #ccc;
        padding: 3px 23px;
        z-index: 15; }
        .products-grid-wrapper .mobile-filters:before {
          content: "Product Categories";
          font-size: 12.8px;
          font-size: 0.8rem;
          font-weight: 700; }
        .products-grid-wrapper .mobile-filters:after {
          content: "\E5CF";
          font-family: "Material Icons";
          font-size: 28.8px;
          font-size: 1.8rem;
          position: absolute;
          right: 20px;
          margin-top: -9px; } }
  @media screen and (max-width: 800px) {
    .products-grid-wrapper {
      margin-top: 5%; } }

.products-filters {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-right: 15px;
  padding: 25px 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static !important;
  width: 24%;
  background-color: #336699; }
  @media screen and (max-width: 1199px) {
    .products-filters {
      padding-top: 0 !important; } }
  @media (max-width: 1199px) {
    .products-filters .site-logo2 {
      display: none; } }
  .products-filters .mobile-filters {
    display: none; }
  .products-filters > ul > li {
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .products-filters > ul > li a {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 12.8px;
      font-size: 0.8rem;
      position: relative;
      display: block;
      text-decoration: none !important;
      padding: 5px 8px;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .products-filters > ul > li.current-page,
    .products-filters > ul > li a:hover {
      background-color: #fff;
      color: #336699; }
    .products-filters > ul > li.brand-item.current-page > li:hover {
      background-color: #fff;
      color: #336699 !important; }
    .products-filters > ul > li.brand-item.current-page > a {
      background-color: #336699;
      color: #fff !important; }
    .products-filters > ul > li:not(.brand-item) > a {
      pointer-events: none; }
      .products-filters > ul > li:not(.brand-item) > a:after {
        font-family: "Material Icons";
        position: absolute;
        right: 0; }
    .products-filters > ul > li > ul {
      margin-left: 5px;
      margin-bottom: 15px; }
      .products-filters > ul > li > ul .has-new {
        position: relative; }
        .products-filters > ul > li > ul .has-new:after {
          content: "\E05E";
          font-family: "Material Icons";
          position: absolute;
          right: 2px;
          color: #fff;
          top: -1.5px;
          font-size: 1.4rem; }
      .products-filters > ul > li > ul > li {
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
        .products-filters > ul > li > ul > li.current-page > a {
          font-weight: 600;
          background-color: #f0f0f0; }
        .products-filters > ul > li > ul > li > a {
          border-left: 3px solid transparent;
          text-transform: none;
          font-weight: 400; }
  .products-filters .loading {
    padding-bottom: 60px; }
    .products-filters .loading:after {
      content: url("../images/loader.svg");
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 40px;
      height: 40px; }
  .products-filters.sticky > ul {
    position: fixed;
    top: 35px; }
  .products-filters.stuck {
    position: relative; }
    .products-filters.stuck > ul {
      position: absolute;
      bottom: -35px; }
  @media screen and (max-width: 1199px) {
    .products-filters {
      position: fixed !important;
      top: 110px;
      width: 100%;
      height: 100%;
      overflow: auto;
      -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
      transform: translateY(-150%);
      -webkit-transform: translateY(calc(-100% - 111px));
      -ms-transform: translateY(calc(-100% - 111px));
      transform: translateY(calc(-100% - 111px));
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      z-index: 11;
      padding: 10px 15px;
      max-width: none; }
      .filters-slideout .products-filters {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-height: calc(100vh - 109px);
        overflow: auto; } }

@media (max-width: 992px) {
  body.filters-slideout {
    overflow: hidden; } }

.breadcrumbs {
  display: inline-block;
  margin: 5px 0 0;
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 2px 10px;
  height: auto;
  background-color: #666; }
  @media screen and (max-width: 900px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs .breadcrumb-shop {
    display: table;
    position: relative;
    float: left;
    height: 28px; }
    .breadcrumbs .breadcrumb-shop a:before {
      content: "\E88A";
      font-family: "Material Icons";
      display: inline-block;
      color: #fff;
      text-align: center;
      position: relative;
      top: -1px;
      right: 2px;
      font-size: 19.2px;
      font-size: 1.2rem; }
      .breadcrumbs .breadcrumb-shop a:before:hover {
        color: #fff; }
    .breadcrumbs .breadcrumb-shop:after {
      /*left: 100%;
 			top: 50%;
 			border: solid transparent;
 			content: " ";
 			height: 0;
 			width: 0;
 			position: absolute;
 			pointer-events: none;
 			border-color: transparent;
 			border-left-color: $legend-red;
 			border-width: 14px;
 			margin-top: -14px;
 			z-index: 2;*/ }
  .breadcrumbs > span:not(.breadcrumb-shop) {
    display: table;
    float: left;
    height: 20px;
    margin: 0 5px;
    vertical-align: middle;
    /*&:hover {
 			background-color: lighten($legend-red, 10%);
			
				&:after {
					border-left-color: lighten($legend-red, 10%);
				}
			}*/ }
    .breadcrumbs > span:not(.breadcrumb-shop) a {
      color: #fff;
      position: relative;
      text-decoration: none !important;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      font-weight: 600;
      font-size: 12px;
      font-size: 0.75rem;
      display: table-cell;
      vertical-align: middle;
      top: -3px;
      /*background-color: $legend-red;
 			color: #fff;
 			display: block;
 			height: 100%;
 			width: 100%;
 			padding: 5px 9px 3px 25px;
 			position: relative;
 			text-decoration: none !important;
 			@include transition;
 			font-weight: 600;
 			@include font-size(0.8);*/
      /*&:before {
 				left: 0;
 				top: 50%;
 				border: solid transparent;
 				content: " ";
 				height: 0;
 				width: 0;
 				position: absolute;
 				pointer-events: none;
 				border-color: transparent;
 				border-left-color: #fff;
 				border-width: 14px;
 				margin-top: -14px;
 				z-index: 1;
 			}*/ }
      .breadcrumbs > span:not(.breadcrumb-shop) a:before {
        content: "\e5cc";
        font-family: "Material Icons";
        color: #fff;
        position: relative;
        top: 4px;
        right: 6px;
        font-size: 17.6px;
        font-size: 1.1rem;
        /*left: 100%;
 				top: 50%;
 				border: solid transparent;
 				content: " ";
 				height: 0;
 				width: 0;
 				position: absolute;
 				pointer-events: none;
 				border-color: transparent;
 				border-left-color: $legend-red;
 				border-width: 14px;
 				margin-top: -14px;
 				z-index: 2;
 				@include transition;*/ }
      .breadcrumbs > span:not(.breadcrumb-shop) a:hover {
        color: #fff; }
    .breadcrumbs > span:not(.breadcrumb-shop) strong {
      font-weight: 600;
      font-size: 13.6px;
      font-size: 0.85rem;
      display: block;
      padding: 4px 15px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      width: 100%; }
      .breadcrumbs > span:not(.breadcrumb-shop) a {
        padding: 4px 5px 4px;
        background-color: transparent;
        color: #333;
        font-size: 11.2px;
        font-size: 0.7rem;
        font-weight: 400; }
        .breadcrumbs > span:not(.breadcrumb-shop) a:before, .breadcrumbs > span:not(.breadcrumb-shop) a:after {
          display: none; }
        .breadcrumbs > span:not(.breadcrumb-shop) a:hover {
          color: #fff; }
      .breadcrumbs > span:not(.breadcrumb-shop):last-child {
        display: none; }
      .breadcrumbs > span.breadcrumb-shop {
        height: 23px;
        margin-right: 5px; }
        .breadcrumbs > span.breadcrumb-shop a:before {
          font-size: 17.6px;
          font-size: 1.1rem; }
        .breadcrumbs > span.breadcrumb-shop:after {
          border-width: 11.5px;
          margin-top: -11.5px; } }

.products-display {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9; }
  .products-display .pre-message {
    font-size: 28.8px;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    padding: 80px 0;
    color: #777; }
  .products-display .products-grid {
    position: relative; }
    .products-display .products-grid:after {
      content: " " !important;
      display: table !important;
      clear: both !important; }
    .products-display .products-grid.loading {
      padding-bottom: 60px; }
      .products-display .products-grid.loading ul,
      .products-display .products-grid.loading .grouped-description,
      .products-display .products-grid.loading .item {
        opacity: .2; }
    .products-display .products-grid div.item {
      display: inline-block;
      padding: 20px 35px;
      text-align: center;
      width: 25%; }
      @media (max-width: 1199px) {
        .products-display .products-grid div.item {
          width: 33.33333%; } }
      @media (max-width: 767px) {
        .products-display .products-grid div.item {
          width: 50%; } }
      @media (max-width: 567px) {
        .products-display .products-grid div.item {
          width: 100%; } }
      .products-display .products-grid div.item img {
        width: auto;
        max-width: 100%;
        max-height: 50px; }
      .products-display .products-grid div.item a {
        text-decoration: none !important; }
        .products-display .products-grid div.item a span {
          color: #333;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 12.8px;
          font-size: 0.8rem;
          padding: 15px 8px 7px;
          margin-top: 8px;
          display: inline-block; }
    .products-display .products-grid ul:not(.products-list) {
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .products-display .products-grid ul:not(.products-list) li {
        display: block;
        float: left;
        width: 25%;
        height: 180px;
        padding: 25px 15px 40px;
        position: relative; }
        .products-display .products-grid ul:not(.products-list) li a {
          text-decoration: none; }
        body.new-products .products-display .products-grid ul:not(.products-list) li:not(.has-new) {
          display: none; }
        body.special-offers .products-display .products-grid ul:not(.products-list) li:not(.has-offer),
        body.clearance-offers .products-display .products-grid ul:not(.products-list) li:not(.has-offer) {
          display: none; }
        .products-display .products-grid ul:not(.products-list) li.has-new {
          position: relative; }
          .products-display .products-grid ul:not(.products-list) li.has-new:before {
            content: "\E05E";
            font-family: "Material Icons";
            position: absolute;
            right: 5px;
            color: #336699;
            font-size: 40px !important; }
        .products-display .products-grid ul:not(.products-list) li.has-offer {
          position: relative; }
          .products-display .products-grid ul:not(.products-list) li.has-offer:after {
            content: "\E80E";
            font-family: "Material Icons";
            position: absolute;
            left: 5px;
            color: #FFD700;
            font-size: 40px !important;
            top: 0px; }
        .products-display .products-grid ul:not(.products-list) li .product-image {
          height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-color: #fff;
          margin: 0 auto;
          transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          border: solid 1px #ccc; }
        .products-display .products-grid ul:not(.products-list) li .product-info {
          background-color: #ccc;
          transition: background-color 0.5s ease;
          -moz-transition: background-color 0.5s ease;
          -o-transition: background-color 0.5s ease;
          -webkit-transition: background-color 0.5s ease;
          -ms-transition: background-color 0.5s ease;
          -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
          .products-display .products-grid ul:not(.products-list) li .product-info h2 {
            color: #262626;
            text-align: center;
            font-size: 14.4px;
            font-size: 0.9rem;
            letter-spacing: -.02em;
            padding: 7px 15px;
            min-height: 56px; }
        .products-display .products-grid ul:not(.products-list) li:hover .product-info {
          background-color: #336699;
          text-decoration: none;
          color: #fff; }
          .products-display .products-grid ul:not(.products-list) li:hover .product-info h2 {
            color: #fff;
            text-decoration: none; }
      @media screen and (max-width: 800px) {
        .products-display .products-grid ul:not(.products-list) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%; }
          .products-display .products-grid ul:not(.products-list) li {
            float: none;
            display: block;
            width: 100%;
            margin: 0 0 70px 0; } }
    .products-display .products-grid .grouped-description {
      padding: 25px 20px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
  @media screen and (max-width: 800px) {
    .products-display > h1:first-child {
      margin-top: 35px;
      margin-left: 10px; }
    .products-display .products-grid {
      padding: 25px 15px; } }

ul.products-list {
  margin: 10px 10px 0 0; }
  ul.products-list li {
    padding: 3px 0px;
    border-top: solid 1px #bbb;
    margin: 5px 20px 5px 0;
    overflow: visible;
    /*

		&.has-new {
			position: relative;
			
			
			&:before {
				content: "\E031";
				font-family: "Material Icons";
				position: absolute;
				right: 0;
				color: #fff;
				top: 0;
			}
		}*/
    /* -------------- START OF PRODUCT LISTING PAGE CSS -------------- */ }
    ul.products-list li:hover {
      cursor: pointer; }
    body.new-products ul.products-list li:not(.has-new) {
      display: none; }
    body.special-offers ul.products-list li:not([data-promo]) {
      display: none; }
    ul.products-list li.has-new {
      position: relative; }
      ul.products-list li.has-new:before {
        content: "\E05E";
        font-family: "Material Icons";
        position: absolute;
        right: 0px;
        color: #336699;
        font-size: 32px;
        font-size: 2rem;
        top: 13%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 1; }
    ul.products-list li.has-offer, ul.products-list li[data-promo] {
      position: relative; }
      ul.products-list li.has-offer:after, ul.products-list li[data-promo]:after {
        content: "\E80E";
        font-family: "Material Icons";
        position: absolute;
        left: 5px;
        color: #FFD700;
        font-size: 32px;
        font-size: 2rem;
        top: 0px; }
    ul.products-list li[data-promo] {
      position: relative; }
      ul.products-list li[data-promo]:after {
        content: "\E80E";
        font-family: "Material Icons";
        position: absolute;
        left: 12px;
        color: #FFD700;
        font-size: 27.2px;
        font-size: 1.7rem;
        top: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
    ul.products-list li.grouped {
      margin: 0;
      padding: 0 12px; }
      ul.products-list li.grouped:not(:last-child) > div {
        border-bottom: 1px solid #e2e2e2; }
    ul.products-list li.loading .info-box {
      position: relative; }
    ul.products-list li .product-info {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 4px 5px 15px;
      cursor: pointer;
      position: relative;
      overflow: visible;
      background-color: #fff; }
      @media screen and (max-width: 800px) {
        ul.products-list li .product-info h2 {
          width: 375px; } }
      @media screen and (max-width: 1024px), screen and (max-height: 768px) {
        ul.products-list li .product-info h2 {
          width: 340px; } }
      ul.products-list li .product-info h2 a {
        font-size: 1.1rem;
        color: #000;
        text-decoration: none; }
      ul.products-list li .product-info .quantitybox {
        clear: both;
        float: right; }
        ul.products-list li .product-info .quantitybox p {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
        ul.products-list li .product-info .quantitybox .selector {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          ul.products-list li .product-info .quantitybox .selector .quantity {
            background-color: #f5f5f5;
            width: 130px;
            text-align: center; }
      ul.products-list li .product-info .actions {
        position: absolute;
        top: 10px;
        right: 0; }
        @media (max-width: 950px) {
          ul.products-list li .product-info .actions {
            position: unset; } }
      ul.products-list li .product-info .buttons-box {
        clear: both; }
        ul.products-list li .product-info .buttons-box .add-to-cart .loading::before {
          display: none; }
        ul.products-list li .product-info .buttons-box .add-to-cart .loading::after {
          background-repeat: no-repeat;
          background-position: 100% 50%; }
        ul.products-list li .product-info .buttons-box > *:not(:last-of-type) {
          margin-left: 10px; }
        ul.products-list li .product-info .buttons-box > * {
          float: right; }
          @media (max-width: 950px) {
            ul.products-list li .product-info .buttons-box > * {
              float: none !important;
              margin-left: 0 !important;
              margin-bottom: 5px; } }
      ul.products-list li .product-info .prod-desc {
        float: right; }
        ul.products-list li .product-info .prod-desc a {
          float: none;
          color: #fff; }
      ul.products-list li .product-info .loggedout {
        position: absolute;
        bottom: 0;
        right: 0; }
      ul.products-list li .product-info .part-number {
        font-size: 12.8px;
        font-size: 0.8rem;
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        word-wrap: break-word;
        min-width: 0;
        color: #000; }
        ul.products-list li .product-info .part-number p {
          display: inline-block; }
        ul.products-list li .product-info .part-number .number {
          color: #336699;
          font-weight: 600;
          padding-left: 5px; }
      ul.products-list li .product-info .unitname,
      ul.products-list li .product-info .qtyper {
        font-size: 0.8rem;
        float: right;
        clear: right;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 100; }
      ul.products-list li .product-info .unitname {
        margin-bottom: 5px;
        width: 200px; }
      ul.products-list li .product-info .price {
        font-weight: 600;
        color: #336699;
        float: right;
        clear: right;
        width: 200px;
        margin-bottom: 2px; }
        ul.products-list li .product-info .price small {
          font-size: 1rem; }
        ul.products-list li .product-info .price span {
          padding: 0px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
        ul.products-list li .product-info .price .sale {
          color: #336699;
          font-weight: 700; }
          ul.products-list li .product-info .price .sale ~ span {
            opacity: .5;
            text-decoration: line-through; }
      ul.products-list li .product-info .brand-image {
        width: auto;
        max-height: 30px;
        padding-top: 5px;
        float: left; }
        ul.products-list li .product-info .brand-image img {
          width: auto;
          height: 30px; }
      ul.products-list li .product-info .small-features {
        width: 450px; }
        @media screen and (max-width: 1024px), screen and (max-height: 768px) {
          ul.products-list li .product-info .small-features {
            width: 350px; } }
      ul.products-list li .product-info .product-feature-list p {
        position: relative;
        padding-left: 20px;
        font-size: 0.8rem;
        clear: right; }
        ul.products-list li .product-info .product-feature-list p::before {
          content: "\E876";
          position: absolute;
          display: block;
          left: 0;
          top: 2px;
          font-family: "Material Icons";
          color: #000;
          font-size: 1rem;
          line-height: 1; }
      ul.products-list li .product-info .stock-info {
        float: right;
        width: 200px;
        margin-bottom: 5px;
        background-color: #262626;
        padding: 5px;
        color: #fff;
        text-align: center; }
        ul.products-list li .product-info .stock-info:hover {
          background-color: #404040; }
          ul.products-list li .product-info .stock-info:hover i {
            color: #fff; }
        ul.products-list li .product-info .stock-info small {
          font-size: 1rem;
          font-weight: 100; }
        ul.products-list li .product-info .stock-info span {
          text-align: center;
          font-size: 11.84px;
          font-size: 0.74rem;
          padding: 1px 4px 1px;
          font-weight: 500; }
        ul.products-list li .product-info .stock-info .stock-box {
          display: none;
          position: absolute !important;
          right: 215px;
          bottom: 0px;
          width: auto;
          min-width: 300px;
          background-color: #fff;
          z-index: 4;
          border-radius: 3px;
          -webkit-box-shadow: 0 0 19px -7px #000;
          box-shadow: 0 0 19px -7px #000;
          padding: 8px 14px;
          overflow: auto;
          max-height: 388px;
          text-align: left; }
          @media screen and (max-width: 950px) {
            ul.products-list li .product-info .stock-info .stock-box {
              left: auto;
              right: auto;
              bottom: 45px; } }
          ul.products-list li .product-info .stock-info .stock-box.loading {
            min-height: 110px; }
          ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order {
            border-top: 1px solid #eee; }
          ul.products-list li .product-info .stock-info .stock-box .plant-row.lead-row:first-of-type {
            margin-top: -8px; }
          ul.products-list li .product-info .stock-info .stock-box .plant-row.lead-row {
            background-color: #336699;
            margin: 8px -14px;
            padding: 1px 14px 0;
            color: #fff;
            font-weight: 600;
            font-size: .8rem; }
          ul.products-list li .product-info .stock-info .stock-box .plant-row em {
            font-style: italic;
            font-size: 0.9rem;
            color: #000; }
          ul.products-list li .product-info .stock-info .stock-box .plant-row.low-stock {
            margin-top: -4px; }
            ul.products-list li .product-info .stock-info .stock-box .plant-row.low-stock em {
              font-size: .85rem; }
            ul.products-list li .product-info .stock-info .stock-box .plant-row.low-stock .total-stock-count {
              font-size: 1rem;
              color: #000; }
          ul.products-list li .product-info .stock-info .stock-box .plant-row .total-stock-count {
            font-size: 1rem;
            display: block;
            text-align: left;
            font-weight: 600;
            color: #000;
            line-height: 1; }
          ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-stock-count,
            ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-date {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1; }
              ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-stock-count em,
              ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-date em {
                font-size: .8rem; }
              ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-stock-count,
              ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-date,
              ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-date .order-stock-count,
              ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-date .order-date {
                display: block;
                text-align: left;
                font-size: 1rem;
                line-height: 1;
                color: #000; }
                ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-stock-count small,
                ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-date small,
                ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-date .order-stock-count small,
                ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-date .order-date small {
                  display: inline;
                  font-weight: 400;
                  color: #000; }
              ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-date,
              ul.products-list li .product-info .stock-info .stock-box .plant-row.on-order div.order-date .order-date {
                font-size: .9rem;
                font-weight: 600;
                margin-top: 2px; }
        ul.products-list li .product-info .stock-info.active .stock-box {
          display: block; }
      ul.products-list li .product-info .vol-price {
        float: right;
        width: 200px;
        margin-bottom: 5px;
        background-color: orange;
        padding: 5px;
        color: #fff;
        text-align: center; }
        ul.products-list li .product-info .vol-price:hover {
          background-color: #ffb733; }
          ul.products-list li .product-info .vol-price:hover i {
            color: #fff; }
        ul.products-list li .product-info .vol-price small {
          font-size: 1rem;
          font-weight: 100; }
      ul.products-list li .product-info .add-to-cart {
        padding-bottom: 5px;
        float: right; }
        @media (max-width: 950px) {
          ul.products-list li .product-info .add-to-cart {
            padding: 0; } }
      ul.products-list li .product-info .product-image {
        width: 90px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-blend-mode: darken;
        background-color: #fff;
        margin: 0 20px 0 0;
        float: left;
        height: 70px; }
      ul.products-list li .product-info .info-box h2 {
        font-size: 15px;
        font-weight: bold; }
        ul.products-list li .product-info .info-box h2 a {
          font-weight: 100; }
      ul.products-list li .product-info .prod-desc {
        float: right; }
        ul.products-list li .product-info .prod-desc span {
          background-color: #262626;
          color: #fff;
          display: inline-block;
          padding: 5px;
          width: 200px;
          text-align: center; }
          ul.products-list li .product-info .prod-desc span:hover {
            background-color: #404040; }
            ul.products-list li .product-info .prod-desc span:hover i {
              color: #fff; }
      ul.products-list li .product-info .prod-quote {
        float: right;
        clear: right; }
        ul.products-list li .product-info .prod-quote span {
          background-color: #4bb750;
          color: #fff;
          display: inline-block;
          padding: 5px;
          width: 200px;
          text-align: center;
          margin-bottom: 5px; }
          ul.products-list li .product-info .prod-quote span:hover {
            background-color: #6fc673; }
            ul.products-list li .product-info .prod-quote span:hover i {
              color: #fff; }
      ul.products-list li .product-info small {
        display: block;
        font-weight: 600;
        font-size: 0.8rem; }
      ul.products-list li .product-info .smlimg {
        margin: 0px 20px 0 0;
        float: left;
        text-align: center;
        width: 100px; }
        ul.products-list li .product-info .smlimg img {
          width: 100%; }
      @media (max-width: 767px) {
        ul.products-list li .product-info {
          display: block;
          position: relative;
          min-height: 100px;
          padding: 10px; }
          ul.products-list li .product-info small {
            display: inline-block; }
          ul.products-list li .product-info .smlimg {
            min-height: 50px;
            margin-right: 20px; }
          ul.products-list li .product-info .info-box {
            padding: 0;
            margin-left: 0;
            margin-bottom: 25px; }
            ul.products-list li .product-info .info-box h2 a {
              font-weight: bold;
              font-size: 0.8rem; }
          ul.products-list li .product-info .unitname,
          ul.products-list li .product-info .price {
            position: relative;
            font-size: 0.8rem;
            padding-left: 0; }
          ul.products-list li .product-info .brand-image img {
            max-width: 20%;
            position: absolute;
            right: 5px;
            top: 8px; }
          ul.products-list li .product-info .add-to-cart {
            position: absolute;
            right: 0px;
            bottom: 0px; }
          ul.products-list li .product-info div.price {
            bottom: 23px;
            font-size: 0.8rem; }
          ul.products-list li .product-info .stock-info {
            left: 14px;
            position: absolute;
            bottom: 0px;
            padding-bottom: 3px; }
            ul.products-list li .product-info .stock-info .stock-box {
              left: 0; }
          ul.products-list li .product-info .unitname {
            bottom: 23px; } }
    ul.products-list li .product-details {
      background-color: #fff;
      padding: 20px 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #336699;
      position: relative; }
  ul.products-list.grouped > li > div.product-info .product-image {
    display: none !important; }

.prod-desc span {
  background-color: #262626;
  color: #fff;
  display: inline-block;
  padding: 5px;
  width: 200px;
  text-align: center;
  margin-bottom: 5px; }
  .prod-desc span:hover {
    background-color: #404040; }
    .prod-desc span:hover i {
      color: #fff; }

.add-to-cart span {
  background-color: #4bb750;
  color: #fff;
  display: inline-block;
  padding: 5px;
  width: 200px;
  text-align: center; }
  .add-to-cart span:not(.success):not(.loading):before, .add-to-cart span:not(.success):not(.loading):after {
    opacity: 0;
    pointer-events: none; }
  .add-to-cart span.loading:after {
    margin-left: 0 !important;
    margin-top: 0 !important; }
  .add-to-cart span:before, .add-to-cart span:after {
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .add-to-cart span:before {
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    display: block;
    content: " ";
    background-color: #fff;
    z-index: 1;
    border-radius: 50%; }
  .add-to-cart span:after, .add-to-cart span.loading:after {
    z-index: 2;
    display: block;
    top: 50%;
    margin-left: -2.5px;
    margin-top: -2px;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 44.8px;
    font-size: 2.8rem;
    line-height: normal; }
  .add-to-cart span i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
  .add-to-cart span:hover {
    background-color: #E51B24; }
    .add-to-cart span:hover i {
      color: #fff; }

span.price .standard-pricing {
  text-decoration: line-through; }

.product-details .vol-price.inner-ajax,
.grouped-description .vol-price.inner-ajax {
  width: 200px;
  margin-top: 10px;
  background-color: orange;
  padding: 5px;
  color: #fff;
  text-align: center;
  position: relative; }
  .product-details .vol-price.inner-ajax:hover,
  .grouped-description .vol-price.inner-ajax:hover {
    background-color: #ffb733; }
    .product-details .vol-price.inner-ajax:hover i,
    .grouped-description .vol-price.inner-ajax:hover i {
      color: #fff; }
  .product-details .vol-price.inner-ajax:not(.search-page-button) small,
  .grouped-description .vol-price.inner-ajax:not(.search-page-button) small {
    font-size: 1rem; }
  .product-details .vol-price.inner-ajax small,
  .grouped-description .vol-price.inner-ajax small {
    font-weight: 100; }
  .product-details .vol-price.inner-ajax.active .vol-price-content,
  .grouped-description .vol-price.inner-ajax.active .vol-price-content {
    display: block !important; }
  .product-details .vol-price.inner-ajax .volume-box,
  .grouped-description .vol-price.inner-ajax .volume-box {
    display: none;
    position: absolute !important;
    left: 80%;
    bottom: -20px;
    width: auto;
    min-width: 300px;
    background-color: #fff;
    z-index: 4;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 19px -7px #000;
    box-shadow: 0 0 19px -7px #000;
    padding: 0;
    overflow: auto;
    max-height: 388px;
    text-align: left; }
    @media screen and (max-width: 950px) {
      .product-details .vol-price.inner-ajax .volume-box,
      .grouped-description .vol-price.inner-ajax .volume-box {
        left: auto;
        right: auto;
        bottom: 45px; } }
    .product-details .vol-price.inner-ajax .volume-box.loading,
    .grouped-description .vol-price.inner-ajax .volume-box.loading {
      min-height: 110px; }
  .product-details .vol-price.inner-ajax .volume-pricing-popup,
  .grouped-description .vol-price.inner-ajax .volume-pricing-popup {
    font-size: 0.85rem;
    color: #000; }
    .product-details .vol-price.inner-ajax .volume-pricing-popup h3,
    .grouped-description .vol-price.inner-ajax .volume-pricing-popup h3 {
      background-color: orange;
      color: #fff;
      font-weight: bold;
      padding: 10px 0;
      text-align: center; }
    .product-details .vol-price.inner-ajax .volume-pricing-popup .vol-row,
    .grouped-description .vol-price.inner-ajax .volume-pricing-popup .vol-row {
      padding: 10px;
      border-bottom: 1px solid #000; }
      .product-details .vol-price.inner-ajax .volume-pricing-popup .vol-row:after,
      .grouped-description .vol-price.inner-ajax .volume-pricing-popup .vol-row:after {
        content: '';
        display: table;
        width: 100%; }
      .product-details .vol-price.inner-ajax .volume-pricing-popup .vol-row > div,
      .grouped-description .vol-price.inner-ajax .volume-pricing-popup .vol-row > div {
        float: left;
        width: 50%; }
    .product-details .vol-price.inner-ajax .volume-pricing-popup .qty-col,
    .grouped-description .vol-price.inner-ajax .volume-pricing-popup .qty-col {
      text-align: left; }
    .product-details .vol-price.inner-ajax .volume-pricing-popup .price-col,
    .grouped-description .vol-price.inner-ajax .volume-pricing-popup .price-col {
      text-align: right; }
  .product-details .vol-price.inner-ajax.active .volume-box,
  .grouped-description .vol-price.inner-ajax.active .volume-box {
    display: block; }

.product-details h2,
.grouped-description h2 {
  font-weight: 100;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 8px; }
  @media screen and (max-width: 767px), screen and (max-height: 430px) {
    .product-details h2,
    .grouped-description h2 {
      font-size: 1rem; } }

@media (min-width: 768px) {
  .product-details .product-details-wrapper,
  .grouped-description .product-details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; } }

.product-details .product-details-wrapper .brand-image,
.product-details .product-details-wrapper .product-image,
.grouped-description .product-details-wrapper .brand-image,
.grouped-description .product-details-wrapper .product-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  max-width: 280px; }
  .product-details .product-details-wrapper .brand-image.share-space,
  .product-details .product-details-wrapper .product-image.share-space,
  .grouped-description .product-details-wrapper .brand-image.share-space,
  .grouped-description .product-details-wrapper .product-image.share-space {
    padding-right: 20px; }

@media (min-width: 768px) {
  .product-details .product-details-wrapper .product-image,
  .grouped-description .product-details-wrapper .product-image {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media (max-width: 767px) {
  .product-details .product-details-wrapper .product-image,
  .grouped-description .product-details-wrapper .product-image {
    margin-top: 20px; } }

.product-details .product-details-wrapper .product-image img,
.grouped-description .product-details-wrapper .product-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px; }
  @media (min-width: 768px) {
    .product-details .product-details-wrapper .product-image img,
    .grouped-description .product-details-wrapper .product-image img {
      margin-right: 0; } }
  @media (max-width: 280px) {
    .product-details .product-details-wrapper .product-image img,
    .grouped-description .product-details-wrapper .product-image img {
      width: 100%; } }

.product-details .single-product.content,
.grouped-description .single-product.content {
  padding-bottom: 0;
  background-color: #fff; }
  .product-details .single-product.content .more-info span,
  .grouped-description .single-product.content .more-info span {
    background-color: #262626;
    color: #fff;
    display: inline-block;
    padding: 5px;
    width: 200px;
    text-align: center;
    margin-top: 10px; }
    .product-details .single-product.content .more-info span a,
    .grouped-description .single-product.content .more-info span a {
      color: #fff; }
    .product-details .single-product.content .more-info span:hover,
    .grouped-description .single-product.content .more-info span:hover {
      background-color: #404040; }
      .product-details .single-product.content .more-info span:hover i,
      .grouped-description .single-product.content .more-info span:hover i {
        color: #fff; }
  .product-details .single-product.content + .product-image,
  .grouped-description .single-product.content + .product-image {
    text-align: right; }
    @media (min-width: 768px) {
      .product-details .single-product.content + .product-image,
      .grouped-description .single-product.content + .product-image {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .product-details .single-product.content + .product-image img,
        .grouped-description .single-product.content + .product-image img {
          float: right;
          max-width: 250px; } }
    @media (max-width: 767px) {
      .product-details .single-product.content + .product-image,
      .grouped-description .single-product.content + .product-image {
        text-align: left;
        max-width: 280px; }
        .product-details .single-product.content + .product-image img,
        .grouped-description .single-product.content + .product-image img {
          max-width: 100% !important;
          max-height: none !important; } }
    .product-details .single-product.content + .product-image a,
    .grouped-description .single-product.content + .product-image a {
      display: inline-block;
      margin: 0 6px; }
      .product-details .single-product.content + .product-image a img,
      .grouped-description .single-product.content + .product-image a img {
        max-width: 100%;
        max-width: 240px;
        max-height: 200px; }
      .product-details .single-product.content + .product-image a[data-featherlight*='Images'],
      .grouped-description .single-product.content + .product-image a[data-featherlight*='Images'] {
        display: block; }
        @media (min-width: 1200px) {
          .product-details .single-product.content + .product-image a[data-featherlight*='Images'],
          .grouped-description .single-product.content + .product-image a[data-featherlight*='Images'] {
            float: right; } }
        .product-details .single-product.content + .product-image a[data-featherlight*='Images'] img,
        .grouped-description .single-product.content + .product-image a[data-featherlight*='Images'] img {
          max-height: 200px; }
      .product-details .single-product.content + .product-image a[data-featherlight*='product_badges'],
      .grouped-description .single-product.content + .product-image a[data-featherlight*='product_badges'] {
        margin: 0;
        clear: both; }
        .product-details .single-product.content + .product-image a[data-featherlight*='product_badges'] img,
        .grouped-description .single-product.content + .product-image a[data-featherlight*='product_badges'] img {
          max-height: 40px; }

.product-details .badge,
.grouped-description .badge {
  padding-top: 10px; }
  .product-details .badge img,
  .grouped-description .badge img {
    width: 70px;
    height: auto; }

@media (max-width: 767px) {
  .product-details,
  .grouped-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.product-details .feature,
.grouped-description .feature {
  position: relative;
  display: block;
  font-size: 13.6px;
  font-size: 0.85rem;
  padding: 0 20px 0 20px;
  margin-bottom: 6px; }
  @media screen and (max-width: 767px), screen and (max-height: 430px) {
    .product-details .feature,
    .grouped-description .feature {
      font-size: 0.7rem; } }
  .product-details .feature:before,
  .grouped-description .feature:before {
    content: "\E876";
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    font-family: "Material Icons";
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1; }
  .product-details .feature.special-offer,
  .grouped-description .feature.special-offer {
    background-color: #336699;
    color: #fff;
    display: inline-block;
    content: "";
    display: table;
    table-layout: fixed;
    margin: 10px 0 10px;
    padding: 3px 8px 3px 35px;
    border-radius: 3px; }
    .product-details .feature.special-offer em,
    .grouped-description .feature.special-offer em {
      display: block;
      font-size: 0.9rem;
      font-weight: bold; }
    .product-details .feature.special-offer:before,
    .grouped-description .feature.special-offer:before {
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      content: "\E838";
      color: #fff;
      font-size: 1.5rem; }

.product-details .tag,
.product-details .download,
.product-details .warranty,
.product-details .product-data > a,
.grouped-description .tag,
.grouped-description .download,
.grouped-description .warranty,
.grouped-description .product-data > a {
  position: relative;
  display: block;
  border-radius: 4px;
  display: inline-block;
  margin: 5px 6px 0 0;
  padding: 3px 13px 3px 11px;
  font-weight: 600;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #336699;
  height: 24px; }
  .product-details .tag:before,
  .product-details .download:before,
  .product-details .warranty:before,
  .product-details .product-data > a:before,
  .grouped-description .tag:before,
  .grouped-description .download:before,
  .grouped-description .warranty:before,
  .grouped-description .product-data > a:before {
    line-height: 0.8; }
  @media (max-width: 767px) {
    .product-details .tag,
    .product-details .download,
    .product-details .warranty,
    .product-details .product-data > a,
    .grouped-description .tag,
    .grouped-description .download,
    .grouped-description .warranty,
    .grouped-description .product-data > a {
      height: auto;
      margin: 4px 2px 0; } }

.product-details .warranty:before,
.product-details .tag:before,
.product-details .product-data > a:before,
.grouped-description .warranty:before,
.grouped-description .tag:before,
.grouped-description .product-data > a:before {
  content: "\E869";
  position: relative;
  top: 2px;
  font-family: "Material Icons";
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-left: 0;
  margin-right: 4px; }

.product-details .tag,
.product-details .warranty,
.grouped-description .tag,
.grouped-description .warranty {
  background-color: #eee;
  color: #000 !important; }

.product-details .product-data > a,
.grouped-description .product-data > a {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: transparent;
  border: 1px solid #336699;
  color: #444;
  white-space: nowrap; }
  .product-details .product-data > a:hover,
  .grouped-description .product-data > a:hover {
    background-color: #336699;
    color: #fff; }
    .product-details .product-data > a:hover:before,
    .grouped-description .product-data > a:hover:before {
      color: #fff; }
  .product-details .product-data > a:before,
  .grouped-description .product-data > a:before {
    content: "\E2C4"; }

.product-details .product-data .product-data-header,
.grouped-description .product-data .product-data-header {
  display: block;
  margin-top: 5px;
  font-size: 0.9rem;
  font-weight: bold; }

.product-details .tag:before,
.grouped-description .tag:before {
  content: "\E54E"; }

.product-details .download,
.grouped-description .download {
  color: #fff;
  background-color: #336699; }
  .product-details .download:before,
  .grouped-description .download:before {
    content: "\E869";
    position: relative;
    top: 2px;
    font-family: "Material Icons";
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-left: 0;
    margin-right: 4px; }

.product-details .product-image,
.grouped-description .product-image {
  background-size: contain;
  background-repeat: no-repeat; }

.product-details.only-product strong .stock-info,
.grouped-description.only-product strong .stock-info {
  display: inline-block;
  margin: -1px 0 0 4px; }

.product-details.only-product .product-details-wrapper,
.grouped-description.only-product .product-details-wrapper {
  display: block; }
  .product-details.only-product .product-details-wrapper .product-details,
  .grouped-description.only-product .product-details-wrapper .product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.product-details.only-product .content,
.grouped-description.only-product .content {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5; }
  .product-details.only-product .content .product-badges img,
  .grouped-description.only-product .content .product-badges img {
    margin-top: 12px; }

.product-details.only-product .product-actions,
.grouped-description.only-product .product-actions {
  display: block;
  float: right;
  width: auto;
  padding: 0 15px;
  text-align: right; }
  .product-details.only-product .product-actions .price,
  .grouped-description.only-product .product-actions .price {
    font-size: 1.7rem; }
  .product-details.only-product .product-actions .add-to-cart,
  .grouped-description.only-product .product-actions .add-to-cart {
    display: inline-block;
    margin-top: 4px; }
    .product-details.only-product .product-actions .add-to-cart small,
    .grouped-description.only-product .product-actions .add-to-cart small {
      display: block;
      float: left;
      font-weight: 600;
      padding: 12px; }
    .product-details.only-product .product-actions .add-to-cart span,
    .grouped-description.only-product .product-actions .add-to-cart span {
      margin-right: 0; }

@media (max-width: 767px) {
  .product-details.only-product,
  .grouped-description.only-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .product-details.only-product .content,
    .grouped-description.only-product .content {
      display: block;
      width: 100%; }
      .product-details.only-product .content .product-badges img,
      .grouped-description.only-product .content .product-badges img {
        display: inline-block; }
    .product-details.only-product .product-actions,
    .grouped-description.only-product .product-actions {
      float: none;
      text-align: left;
      width: 100%; }
      .product-details.only-product .product-actions .add-to-cart,
      .grouped-description.only-product .product-actions .add-to-cart {
        display: inline-block; }
    .product-details.only-product .product-image,
    .grouped-description.only-product .product-image {
      margin-top: 0; } }

body .full-width aside {
  background-color: #336699; }
  body .full-width aside ul {
    padding-right: 10px;
    width: 100%;
    height: auto; }
    body .full-width aside ul li a {
      color: #fff;
      padding-right: 28px; }
    body .full-width aside ul li ul li:hover > a {
      background-color: #fff;
      color: #336699; }
    body .full-width aside ul li ul li:hover:after {
      color: #336699; }
    body .full-width aside ul li.current-page a {
      background-color: #fff;
      color: #336699; }
    body .full-width aside ul li.current-page:after {
      color: #336699; }

.product-image-main {
  padding-left: 5px; }

.custom-broken-image-replace {
  background-image: url("/sites/0020/assets/images/missingimg.jpg"); }

.login-form .result-message {
  margin-bottom: -35px; }

.register-form.loading form, .register-form.loading .result-message {
  opacity: .3; }

.register-form.loading:after {
  top: 50px;
  z-index: 3; }

.register-form.loading:before {
  content: "Creating your account..."; }

.tabbed-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
  .tabbed-tabs li.active {
    opacity: 1;
    background-color: #336699;
    color: #fff; }
    .tabbed-tabs li.active h3 {
      color: #fff; }
  .tabbed-tabs li:not(.active):hover {
    background-color: #f5f5f5; }
  .tabbed-tabs li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 10px 15px 6px; }
    .tabbed-tabs li span i {
      font-size: 20.8px;
      font-size: 1.3rem; }
  .tabbed-tabs li h3 {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0;
    color: #000; }

@media (max-width: 767px) {
  .tabbed-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .tabbed-tabs ul li.active {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      position: relative; }
      .tabbed-tabs ul li.active:after {
        content: "\E5C5";
        font-family: "Material Icons";
        position: absolute;
        right: 6px;
        margin-top: 1px;
        font-size: 2rem; }
    .tabbed-tabs ul li:not(.active) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      display: none; }
    .tabbed-tabs ul.show-items {
      position: absolute;
      width: 100%;
      background-color: #fff;
      z-index: 5;
      -webkit-box-shadow: 0 0 15px -3px #000;
      box-shadow: 0 0 15px -3px #000; }
      .tabbed-tabs ul.show-items li:not(.active) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

@media only screen and (max-width: 760px) {
  body.my-account .page .all-content .wrap > section,
  body.my-account .page .all-content > aside {
    padding: 0; } }

body.my-account #filter-order-search,
body.my-account #filter-invoice-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px; }
  body.my-account #filter-order-search input[type='text'],
  body.my-account #filter-invoice-search input[type='text'] {
    border: 1px solid #999 !important;
    height: 31px;
    width: 200px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media (max-width: 567px) {
      body.my-account #filter-order-search input[type='text'],
      body.my-account #filter-invoice-search input[type='text'] {
        width: 100%; } }
  body.my-account #filter-order-search button,
  body.my-account #filter-invoice-search button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0;
    margin-left: 4px !important;
    margin-top: 0 !important; }
    @media (max-width: 567px) {
      body.my-account #filter-order-search button,
      body.my-account #filter-invoice-search button {
        width: 50%;
        margin: 5px 0 0 0 !important;
        width: calc(50% - 2px); }
        body.my-account #filter-order-search button:first-of-type,
        body.my-account #filter-invoice-search button:first-of-type {
          margin-right: calc(2px) !important; }
        body.my-account #filter-order-search button:last-of-type,
        body.my-account #filter-invoice-search button:last-of-type {
          margin-left: calc(2px) !important; } }

@media (min-width: 767px) {
  .tabbed-display {
    border-left: 2px solid #336699; } }

.tabbed-display > div:not(.active) {
  display: none; }

.tabbed-display div[data-tab='my-delivery-addresses'] .existing-delivery-addresses {
  content: "";
  display: table;
  table-layout: fixed;
  padding: 0 15px; }
  .tabbed-display div[data-tab='my-delivery-addresses'] .existing-delivery-addresses .address-card .button {
    display: none; }
  .tabbed-display div[data-tab='my-delivery-addresses'] .existing-delivery-addresses #show-delivery-addresses {
    display: none !important; }
    .tabbed-display div[data-tab='my-delivery-addresses'] .existing-delivery-addresses #show-delivery-addresses ~ div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.tabbed-display div[data-tab='request-statement'] p {
  font-size: 0.8rem; }

.tabbed-display div[data-tab="manage-users"] {
  /*
			Label the data
			*/ }
  .tabbed-display div[data-tab="manage-users"] .orders-table {
    display: block; }
    .tabbed-display div[data-tab="manage-users"] .orders-table table,
    .tabbed-display div[data-tab="manage-users"] .orders-table thead,
    .tabbed-display div[data-tab="manage-users"] .orders-table tbody,
    .tabbed-display div[data-tab="manage-users"] .orders-table th,
    .tabbed-display div[data-tab="manage-users"] .orders-table td,
    .tabbed-display div[data-tab="manage-users"] .orders-table tr {
      display: block; }
    .tabbed-display div[data-tab="manage-users"] .orders-table thead tr {
      display: none !important; }
    .tabbed-display div[data-tab="manage-users"] .orders-table tbody tr {
      margin-bottom: 10px; }
      .tabbed-display div[data-tab="manage-users"] .orders-table tbody tr td {
        padding: 6px 15px; }
        @media only screen and (max-width: 765px) {
          .tabbed-display div[data-tab="manage-users"] .orders-table tbody tr td {
            padding: 6px 125px;
            min-height: 30px; } }
        .tabbed-display div[data-tab="manage-users"] .orders-table tbody tr td:before {
          font-weight: bold;
          margin-right: 10px; }
  .tabbed-display div[data-tab="manage-users"] td:nth-of-type(1):before {
    content: "Username:"; }
  .tabbed-display div[data-tab="manage-users"] td:nth-of-type(2):before {
    content: "Email Address:"; }
  .tabbed-display div[data-tab="manage-users"] td:nth-of-type(3):before {
    content: "First Name:"; }
  .tabbed-display div[data-tab="manage-users"] td:nth-of-type(4):before {
    content: "Last Name:"; }
  .tabbed-display div[data-tab="manage-users"] td:nth-of-type(5):before {
    content: "Contact Number:"; }
  .tabbed-display div[data-tab="manage-users"] td:nth-of-type(6):before {
    content: "Job Title:"; }

.tabbed-display .orders-table .order-row,
.tabbed-display table.display .order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12.8px;
  font-size: 0.8rem;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 5px;
  transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }
  .tabbed-display .orders-table .order-row .order-id,
  .tabbed-display .orders-table .order-row .order-date,
  .tabbed-display .orders-table .order-row .order-details,
  .tabbed-display table.display .order-row .order-id,
  .tabbed-display table.display .order-row .order-date,
  .tabbed-display table.display .order-row .order-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 600; }
  .tabbed-display .orders-table .order-row .order-status,
  .tabbed-display table.display .order-row .order-status {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  .tabbed-display .orders-table .order-row.key-row,
  .tabbed-display table.display .order-row.key-row {
    color: #fff;
    background-color: #336699;
    font-weight: 600;
    padding: 10px 15px; }
  .tabbed-display .orders-table .order-row.item-cancelled,
  .tabbed-display table.display .order-row.item-cancelled {
    opacity: .5; }
  .tabbed-display .orders-table .order-row:not(.key-row):hover,
  .tabbed-display table.display .order-row:not(.key-row):hover {
    background-color: #f8f8f8; }
  .tabbed-display .orders-table .order-row .order-details span,
  .tabbed-display .orders-table .order-row .order-downloads span,
  .tabbed-display table.display .order-row .order-details span,
  .tabbed-display table.display .order-row .order-downloads span {
    border-radius: 3px;
    border: 1px solid #538cc6;
    display: inline-block;
    padding: 3px 8px 3px 25px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .tabbed-display .orders-table .order-row .order-details span a,
    .tabbed-display .orders-table .order-row .order-downloads span a,
    .tabbed-display table.display .order-row .order-details span a,
    .tabbed-display table.display .order-row .order-downloads span a {
      color: #555;
      text-decoration: none !important; }
    .tabbed-display .orders-table .order-row .order-details span i,
    .tabbed-display .orders-table .order-row .order-downloads span i,
    .tabbed-display table.display .order-row .order-details span i,
    .tabbed-display table.display .order-row .order-downloads span i {
      font-size: 17.6px;
      font-size: 1.1rem;
      line-height: 1;
      position: absolute;
      left: 5px;
      top: 4px; }
    .tabbed-display .orders-table .order-row .order-details span:hover,
    .tabbed-display .orders-table .order-row .order-details span:hover a,
    .tabbed-display .orders-table .order-row .order-downloads span:hover,
    .tabbed-display .orders-table .order-row .order-downloads span:hover a,
    .tabbed-display table.display .order-row .order-details span:hover,
    .tabbed-display table.display .order-row .order-details span:hover a,
    .tabbed-display table.display .order-row .order-downloads span:hover,
    .tabbed-display table.display .order-row .order-downloads span:hover a {
      background-color: #336699;
      color: #fff; }

.tabbed-display .loading {
  position: static;
  margin: 20px auto 0 auto;
  display: block; }
  .tabbed-display .loading::after {
    position: static; }

.tabbed-display .my-order-container {
  background-color: #fff;
  position: relative;
  border: 1px solid #ddd;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media (max-width: 1023px) {
    .tabbed-display .my-order-container {
      display: block; } }
  .tabbed-display .my-order-container table {
    margin: 5px 0; }
    .tabbed-display .my-order-container table tr {
      color: #000;
      border-bottom: none;
      background: none !important; }
      .tabbed-display .my-order-container table tr td {
        padding: 3px 15px !important; }
      .tabbed-display .my-order-container table tr th {
        padding: 3px 15px !important;
        font-weight: bold; }
  .tabbed-display .my-order-container .rightbtns {
    padding: 10px;
    width: 170px; }
    @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .tabbed-display .my-order-container .rightbtns {
        width: 100%; } }
    .tabbed-display .my-order-container .rightbtns a {
      display: block;
      text-decoration: none !important;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      width: 150px;
      padding: 7px;
      background-color: #336699;
      border: 1px solid #336699;
      color: #fff;
      transition: all 350ms ease-in-out;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out;
      -o-transition: all 350ms ease-in-out; }
      @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
        .tabbed-display .my-order-container .rightbtns a {
          width: 100%; } }
      .tabbed-display .my-order-container .rightbtns a:not(:last-of-type) {
        margin-bottom: 5px; }
      .tabbed-display .my-order-container .rightbtns a:hover {
        background-color: white;
        color: #336699; }

.tabbed-display .dataTables_length {
  float: right; }

.tabbed-display .dataTables_info,
.tabbed-display .dataTables_paginate {
  text-align: center;
  padding: 15px 0 0; }
  .tabbed-display .dataTables_info a,
  .tabbed-display .dataTables_paginate a {
    display: inline-block;
    padding: 0 15px; }

.tabbed-display .dataTables_filter {
  margin-bottom: 8px; }

.tabbed-display table {
  width: 100%; }
  .tabbed-display table tr {
    font-size: 12.8px;
    font-size: 0.8rem;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 5px;
    transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff; }
  .tabbed-display table [aria-sort],
  .tabbed-display table .sorting {
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: transparent; }
    .tabbed-display table [aria-sort] i,
    .tabbed-display table .sorting i {
      position: relative;
      top: 6px;
      right: 3px; }
    .tabbed-display table [aria-sort].sorting_asc, .tabbed-display table [aria-sort].sorting_desc,
    .tabbed-display table .sorting.sorting_asc,
    .tabbed-display table .sorting.sorting_desc {
      background-color: rgba(255, 255, 255, 0.2); }
    .tabbed-display table [aria-sort]:hover,
    .tabbed-display table .sorting:hover {
      background-color: rgba(255, 255, 255, 0.2);
      cursor: pointer; }
  .tabbed-display table tbody tr.item-cancelled {
    opacity: .5; }
  .tabbed-display table tbody tr:not(.headings):hover {
    background-color: #f2f2f2; }
  .tabbed-display table tbody tr td {
    padding: 10px 15px; }
    @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .tabbed-display table tbody tr td {
        padding: 10px 110px; } }
  .tabbed-display table tbody tr a[href*='trace'],
  .tabbed-display table tbody tr input#openTrace {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #538cc6;
    display: inline-block;
    padding: 2px 4px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-decoration: none !important; }
    .tabbed-display table tbody tr a[href*='trace']:hover,
    .tabbed-display table tbody tr a[href*='trace']:hover a,
    .tabbed-display table tbody tr input#openTrace:hover,
    .tabbed-display table tbody tr input#openTrace:hover a {
      background-color: #336699;
      color: #fff; }
  .tabbed-display table thead tr {
    color: #fff;
    background-color: #336699; }
    .tabbed-display table thead tr td,
    .tabbed-display table thead tr th {
      padding: 8px 15px !important; }

.tabbed-display .result-message p {
  margin-top: 0;
  margin-bottom: 10px; }

.tabbed-display > div > form {
  padding-top: 0; }

@media (max-width: 767px) {
  .tabbed-display > div {
    padding-top: 14px; }
    .tabbed-display > div > h2:first-child {
      display: none; } }

.order-details-wrapper.order-confirmation {
  border: 1px solid #336699;
  margin: 35px 15px;
  background-color: #fff; }

.order-details-wrapper > .order-details {
  max-width: 970px;
  padding: 20px 35px;
  min-height: 250px; }
  .order-details-wrapper > .order-details header,
  .order-details-wrapper > .order-details footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .order-details-wrapper > .order-details header > div,
    .order-details-wrapper > .order-details footer > div {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .order-details-wrapper > .order-details header .legend-logo,
    .order-details-wrapper > .order-details footer .legend-logo {
      height: 50px;
      width: auto;
      margin-bottom: 10px; }
    .order-details-wrapper > .order-details header span,
    .order-details-wrapper > .order-details footer span {
      display: block;
      font-size: 12.8px;
      font-size: 0.8rem; }
      .order-details-wrapper > .order-details header span strong,
      .order-details-wrapper > .order-details footer span strong {
        font-weight: 600;
        width: 120px;
        display: inline-block;
        margin-right: 5px; }
    .order-details-wrapper > .order-details header .customer-details,
    .order-details-wrapper > .order-details footer .customer-details {
      text-align: right; }
      .order-details-wrapper > .order-details header .customer-details h3,
      .order-details-wrapper > .order-details footer .customer-details h3 {
        padding-right: 0; }
  .order-details-wrapper > .order-details .order-breakdown {
    padding-bottom: 15px; }
  .order-details-wrapper > .order-details footer {
    padding-top: 35px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fafafa;
    margin: 0 0 10px;
    padding: 15px 15px; }
    .order-details-wrapper > .order-details footer span strong {
      width: 70px; }
    .order-details-wrapper > .order-details footer .delivery-details h3,
    .order-details-wrapper > .order-details footer .shipping-details h3 {
      font-weight: 600;
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 8px;
      margin-bottom: 8px; }
  .order-details-wrapper > .order-details .tip {
    display: block;
    clear: both; }
  .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12.8px;
    font-size: 0.8rem;
    border-bottom: 2px solid #f2f2f2;
    padding: 10px 10px;
    transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row em {
      font-style: italic; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row .product-image,
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row .product-code,
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row .product-qty,
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row .product-cost {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-weight: 600; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row:not(.key-row) .product-image {
      height: 80px; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row img {
      max-width: 90px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row .product-name {
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row .product-qty,
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row .product-image {
      text-align: center; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row .product-cost {
      text-align: right; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row.key-row {
      color: #fff;
      background-color: #336699;
      padding: 10px 15px;
      font-weight: 600; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row:not(.key-row):not(.short-row):hover {
      background-color: #f8f8f8; }
    .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row.short-row {
      background-color: transparent;
      border-bottom: none;
      padding: 0; }
      .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row.short-row > div {
        padding: 10px 15px; }
      .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row.short-row > div:first-child {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4; }
      .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row.short-row > div:nth-child(2),
      .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row.short-row > div:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-bottom: 1px solid #f2f2f2; }
      .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row.short-row.key-row > div:not(:first-child) {
        background-color: #f5f5f5;
        padding: 12px 15px;
        color: #333;
        border-top: 1px solid #cfcfcf; }
      .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row.short-row.subtotal-row > div:not(:first-child) {
        border-top: 1px solid #cfcfcf; }
    @media (max-width: 767px) {
      .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row {
        display: block; }
        .order-details-wrapper > .order-details .order-breakdown-table .order-breakdown-row.key-row {
          display: none; } }

.existing-payment-methods {
  margin: 15px 0 35px; }
  .existing-payment-methods .payment-method-entry {
    display: inline-block;
    width: 49%; }
    .existing-payment-methods .payment-method-entry .card-wrapper {
      margin: 0;
      width: 100%;
      text-align: center; }
      .existing-payment-methods .payment-method-entry .card-wrapper > span {
        display: block;
        text-align: center; }
        .existing-payment-methods .payment-method-entry .card-wrapper > span.card-number {
          background-color: #fff;
          font-size: 19.2px;
          font-size: 1.2rem;
          font-weight: 600;
          padding: 7px; }
        .existing-payment-methods .payment-method-entry .card-wrapper > span.card-expiry, .existing-payment-methods .payment-method-entry .card-wrapper > span.card-name {
          padding: 6px 0 0;
          font-size: 16px;
          font-size: 1rem;
          font-weight: 600; }
      .existing-payment-methods .payment-method-entry .card-wrapper .button {
        margin-top: 9px;
        padding: 4px 12px; }
    @media (max-width: 767px) {
      .existing-payment-methods .payment-method-entry {
        display: block;
        width: 100%; } }

.whitebox {
  background-color: #fff;
  padding: 10px;
  border: solid 1px #cccccc;
  position: relative; }

.card-cross-button {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: 0px; }

.additional-bottom-spacing {
  margin-bottom: 5px; }

.additional-right-spacing {
  margin-right: 5px; }

.additonal-top-spacing {
  margin-top: 5px; }

.additional-top-spacingx15 {
  margin-top: 15px; }

.pagify-not-found {
  display: block;
  text-align: center;
  margin: 20px 15px;
  font-size: 1rem;
  font-weight: 800; }

.pagify {
  text-align: center;
  padding: 0 10px;
  margin-top: 10px; }
  .pagify a,
  .pagify span {
    display: inline-block;
    width: 18px;
    margin: 0 2px;
    font-size: 14px;
    line-height: 1.08; }
  .pagify a {
    border-bottom: 1px solid transparent;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out; }
    .pagify a.prev, .pagify a.next {
      position: relative;
      bottom: 1px; }
    .pagify a.number {
      margin: 0 2px; }
    .pagify a:first-of-type {
      margin-left: 0; }
    .pagify a:last-of-type {
      margin-right: 0; }
    .pagify a.current {
      border-bottom: 1px solid #336699; }
    .pagify a:hover {
      border-bottom: 1px solid #336699;
      text-decoration: none; }

/* Vic Code for table responsiveness*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table:not(.special-table) {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    table:not(.special-table),
    table:not(.special-table) thead,
    table:not(.special-table) tbody,
    table:not(.special-table) th,
    table:not(.special-table) td,
    table:not(.special-table) tr {
      display: block; }
    table:not(.special-table) thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table:not(.special-table) tr {
      border: 1px solid #ccc; }
    table:not(.special-table) td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    table:not(.special-table) td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    table:not(.special-table) [data-tab="manage-users"] {
      /*
	Label the data
	*/ }
      table:not(.special-table) [data-tab="manage-users"] td:nth-of-type(1):before {
        content: "Username"; }
      table:not(.special-table) [data-tab="manage-users"] td:nth-of-type(2):before {
        content: "Email Address"; }
      table:not(.special-table) [data-tab="manage-users"] td:nth-of-type(3):before {
        content: "First Name"; }
      table:not(.special-table) [data-tab="manage-users"] td:nth-of-type(4):before {
        content: "Last Name"; }
      table:not(.special-table) [data-tab="manage-users"] td:nth-of-type(5):before {
        content: "Contact Number"; }
      table:not(.special-table) [data-tab="manage-users"] td:nth-of-type(6):before {
        content: "Job Title"; }
    table:not(.special-table) [data-tab="my-orders"] {
      /*
	Label the data
	*/ }
      table:not(.special-table) [data-tab="my-orders"] td:nth-of-type(1):before {
        content: "Order Date"; }
      table:not(.special-table) [data-tab="my-orders"] td:nth-of-type(2):before {
        content: "Our Job No."; }
      table:not(.special-table) [data-tab="my-orders"] td:nth-of-type(3):before {
        content: "Your Order Ref."; }
      table:not(.special-table) [data-tab="my-orders"] td:nth-of-type(4):before {
        content: "Status"; }
      table:not(.special-table) [data-tab="my-orders"] td:nth-of-type(5):before {
        content: "Trace"; }
    table:not(.special-table) [data-tab="my-invoices"] {
      /*
	Label the data
	*/ }
      table:not(.special-table) [data-tab="my-invoices"] td:nth-of-type(1):before {
        content: "Invoice No."; }
      table:not(.special-table) [data-tab="my-invoices"] td:nth-of-type(2):before {
        content: "Invoice Date"; }
      table:not(.special-table) [data-tab="my-invoices"] td:nth-of-type(3):before {
        content: "Type"; }
      table:not(.special-table) [data-tab="my-invoices"] td:nth-of-type(4):before {
        content: "Trace"; }
  table.special-table {
    display: block; }
    table.special-table td:before {
      display: block; } }

form.clearance-offers {
  padding: 0 0 10px 0;
  text-align: left !important; }

.result-message p {
  padding: 15px 15px 15px 72px;
  position: relative;
  margin: 15px 0 -5px 0;
  background-color: #f72e2e;
  border: 2px solid #f72e2e;
  color: #fff; }
  .result-message p a {
    color: #fff;
    text-decoration: underline !important; }
  .result-message p:before {
    position: absolute;
    left: 28px;
    top: 0;
    height: 100%;
    color: #fff;
    content: "\E001";
    width: 31px;
    font-family: "Material Icons";
    font-size: 25.6px;
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/*--------VICS CODE FOR NEW SEARCH--------*/
.searchforms form {
  border: none;
  padding: 20px 5px;
  display: block;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 1000px;
  height: 70px; }
  @media (max-width: 800px) {
    .searchforms form {
      padding: 10px 5px;
      width: 100%;
      height: auto; } }

/*--------END VICS CODE FOR NEW SEARCH--------*/
form {
  border: none;
  padding: 15px 20px 5px;
  display: block;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  form h2 {
    margin: 25px -30px 25px; }
    form h2 + span.tip {
      margin: 0 -15px !important; }
  form.loading {
    opacity: .3; }
  form .select-wrapper {
    transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    max-height: 30px;
    overflow: hidden; }
    form .select-wrapper.loading {
      opacity: .4;
      pointer-events: none; }
      form .select-wrapper.loading:before {
        left: -12px;
        top: 5px; }
  @media (min-width: 767px) {
    form .checkbox-fix {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  form .checkbox-fix .checkbox {
    padding-top: 18px; }
  form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) {
    display: block;
    margin: 35px auto 15px;
    position: relative;
    padding-left: 35px;
    background-color: #fff; }
    form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) span:not(.checkbox-label):not(.checkbox):not(.select-wrapper) {
      margin: 0;
      position: absolute;
      top: -22px;
      left: -32px;
      text-transform: uppercase;
      font-size: 11.2px;
      font-size: 0.7rem;
      font-weight: 600;
      background-color: transparent; }
    form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon).register-jobtitle {
      margin-top: 20px; }
    form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
    @media (max-width: 767px) {
      form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) span:not(.checkbox-label):not(.checkbox):not(.select-wrapper) {
        width: 100%;
        padding-left: 0;
        line-height: 1.3; }
      form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon).icon-card {
        margin-top: 45px; }
        form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon).icon-card span:not(.checkbox-label):not(.checkbox):not(.select-wrapper) {
          top: -32px; } }
    form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) select, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) textarea {
      width: 100%;
      padding: 5px 10px;
      border: none;
      background-color: transparent;
      position: relative;
      z-index: 4;
      font-size: .89rem; }
      form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input + label, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) select + label, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) textarea + label {
        border: 2px solid #336699;
        position: absolute;
        left: -1px;
        top: -1px;
        width: 100%;
        height: 100%;
        height: calc(100% + 2px);
        pointer-events: none;
        border-radius: 4px;
        transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        z-index: 4;
        background-color: transparent; }
        form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input + label:before, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) select + label:before, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) textarea + label:before {
          position: absolute;
          left: -2px;
          top: -2px;
          height: calc(100% + 4px);
          width: 40px;
          text-align: center;
          background-color: #336699;
          color: #fff;
          font-family: "Material Icons";
          font-size: 24px;
          font-size: 1.5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
      form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input.invalid + label, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) select.invalid + label, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) textarea.invalid + label {
        border-color: #f88;
        opacity: 1; }
        form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input.invalid + label:before, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) select.invalid + label:before, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) textarea.invalid + label:before {
          background-color: #f88; }
        form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input.invalid + label:after, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) select.invalid + label:after, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) textarea.invalid + label:after {
          content: "Please complete this field.";
          position: absolute;
          top: 100%;
          left: -2px;
          background-color: #f88;
          color: #fff;
          font-size: 11.2px;
          font-size: 0.7rem;
          font-weight: 600;
          text-transform: uppercase;
          display: block;
          padding: 3px 8px; }
      form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input[type=password] + label:before, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) select[type=password] + label:before, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) textarea[type=password] + label:before {
        content: "\E897";
        top: -1px;
        height: calc(100% + 3px); }
      form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input[disabled], form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) select[disabled], form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) textarea[disabled] {
        color: #336699;
        font-weight: bold;
        opacity: 1; }
      form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input:focus ~ label, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) select:focus ~ label, form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) textarea:focus ~ label {
        opacity: 1; }
    form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon)[class*='-submit'] {
      padding: 0;
      text-align: center;
      margin-left: -1px;
      margin-top: 0;
      background-color: transparent;
      margin-bottom: 60px; }
      form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon)[class*='-submit'] input {
        color: #fff;
        background-color: #336699;
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11.2px;
        font-size: 0.7rem;
        padding: 8px 8px;
        width: auto;
        float: right;
        margin-top: 10px; }
    form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon).add-card-expiry input {
      width: 46%;
      display: inline-block; }
    form span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon).add-card-expiry i.sep {
      width: 6%;
      position: relative;
      z-index: 2;
      font-weight: 400;
      font-style: normal;
      font-size: 24px;
      font-size: 1.5rem;
      overflow: hidden;
      top: 2px;
      color: #888;
      left: -3px; }
  form .disabled-inputs span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) {
    margin: 23px auto 5px;
    background-color: transparent;
    line-height: 1; }
    form .disabled-inputs span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) input {
      padding: 0; }
  @media (max-width: 992px) {
    form .disabled-inputs .col-md-6 + .col-md-6 > span {
      margin-top: -5px !important; } }
  form .disabled-inputs span:not(.checkbox-label):not(.checkbox):not(.select-wrapper):not(.close-icon) span:not(.checkbox-label):not(.checkbox):not(.select-wrapper) {
    top: -15px;
    left: 0; }
  form div.checkbox {
    content: "";
    display: table;
    table-layout: fixed;
    width: 100%; }
    form div.checkbox span.checkbox {
      display: block;
      float: left;
      position: relative;
      width: 32px;
      height: 32px; }
      form div.checkbox span.checkbox:before {
        content: "\E835";
        font-family: "Material Icons";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        font-size: 32px;
        font-size: 2rem;
        color: #336699;
        transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    form div.checkbox:hover span.checkbox:before {
      color: #999; }
    form div.checkbox input {
      display: none; }
      form div.checkbox input:checked + span.checkbox:before {
        content: "\E834";
        color: #4bb750; }
      form div.checkbox input:checked + span.checkbox + .checkbox-label {
        color: #333; }
    form div.checkbox.radio span.checkbox:before {
      content: "\E836"; }
    form div.checkbox.radio input:checked + span.checkbox:before {
      content: "\E837"; }
    form div.checkbox .checkbox-label {
      color: #333;
      display: block;
      float: left;
      width: calc(100% - 38px);
      padding: 6px 12px 9px 6px;
      font-size: 14.4px;
      font-size: 0.9rem;
      font-weight: 600; }
  form .form-radio-image label {
    background-color: transparent;
    display: inline-block;
    margin: 0 10px; }
    form .form-radio-image label input[type=radio], form .form-radio-image label input[type=checkbox] {
      display: none; }
      form .form-radio-image label input[type=radio] + p, form .form-radio-image label input[type=checkbox] + p {
        cursor: pointer;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        border-radius: 12px;
        padding: 10px 6px 6px;
        border: 3px solid transparent; }
      form .form-radio-image label input[type=radio]:hover + p, form .form-radio-image label input[type=checkbox]:hover + p {
        opacity: .6; }
      form .form-radio-image label input[type=radio]:checked + p, form .form-radio-image label input[type=checkbox]:checked + p {
        opacity: 1;
        border-color: #056571;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 13px -6px #000 inset;
        box-shadow: 1px 1px 13px -6px #000 inset; }
  form .form-radio-image.add-card-type {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important; }
    form .form-radio-image.add-card-type span {
      font-size: 14.4px;
      font-size: 0.9rem;
      text-align: center;
      padding: 0 !important;
      width: 100%;
      position: static !important;
      margin: 0 0 15px !important; }
    form .form-radio-image.add-card-type label span {
      display: block;
      margin: 0 !important; }
    form .form-radio-image.add-card-type img {
      height: 55px;
      width: auto; }

.permission-tick {
  font-size: 12.8px;
  font-size: 0.8rem; }

.card-wrapper {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0 50px 15px;
  padding: 8px 10px 8px;
  border: 3px solid #e8e8e8;
  border-radius: 8px;
  background-color: #f8f8f8; }
  .card-wrapper label {
    background-color: #fff; }
  @media (max-width: 992px) {
    .card-wrapper {
      margin: 0; }
      .card-wrapper > div {
        clear: both;
        width: 100%;
        float: left; } }

#forgotpassword > span {
  margin-top: 0; }

/*form#details {
	margin-bottom: 25px;	
}*/
.margin-fix {
  margin-top: 20px !important; }

.icon-head label:before {
  content: "\E87C"; }

.icon-date label:before {
  content: "\E916"; }

.icon-user label:before {
  content: "\E851"; }

.icon-briefcase label:before {
  content: "\E8F9"; }

.icon-phone label:before {
  content: "\E0CD"; }

.icon-invoice label:before, span.billing-accountno label:before, span.billing-accountname label:before, span.icon-notepad label:before {
  content: "\E85D"; }

.icon-location label:before {
  content: "\E0C8"; }

.icon-card label:before {
  content: "\E870"; }

.icon-lock label:before {
  content: "\E897"; }

.icon-email label:before {
  content: "\E0BE"; }

.icon-delivery label:before {
  content: "\E558"; }

.icon-compact label:before {
  content: "\E42B"; }

.icon-comfy label:before {
  content: "\E42A"; }

.row.fibre-wrapper {
  background-color: #fff;
  margin: 0px; }
  .row.fibre-wrapper form {
    padding: 10px 0 10px 0; }
  .row.fibre-wrapper .col-md-4 {
    text-align: center;
    margin-top: 30px; }

li.cart {
  padding: 0;
  margin-left: 15px;
  position: relative;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  @media (max-width: 1300px) {
    li.cart {
      margin-left: 8px; } }
  li.cart .cart-icon {
    display: block;
    width: 40px;
    height: 100%;
    padding: 15px 20px;
    cursor: pointer;
    width: 62px; }
    li.cart .cart-icon:before {
      content: "\E8CC";
      font-family: "Material Icons";
      color: #336699;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: .8;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    li.cart .cart-icon span {
      position: absolute;
      background-color: #336699;
      color: #fff;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: block;
      font-size: 11.2px;
      font-size: 0.7rem;
      font-weight: 600;
      text-align: center;
      padding: 2px;
      border: 2px solid white;
      top: 62%;
      left: 70%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
  li.cart:hover {
    background-color: #f0f0f0; }
  li.cart .mini-cart {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    padding: 15px 10px 10px;
    z-index: 3;
    width: 420px;
    min-height: 80px;
    border: 1px solid #eee;
    -webkit-box-shadow: 3px 5px 16px -8px #000;
    box-shadow: 3px 5px 16px -8px #000;
    display: none;
    max-height: 35vh;
    overflow: visible; }
    li.cart .mini-cart .cart-contents-wrapper {
      max-height: calc(35vh - 142px);
      overflow: auto; }
    li.cart .mini-cart a.button.small.additonal-top-spacing {
      font-size: 0.7rem !important; }
    li.cart .mini-cart .delete-icon {
      cursor: pointer; }
      li.cart .mini-cart .delete-icon:hover {
        background-color: #e8e8e8; }
      li.cart .mini-cart .delete-icon.confirm {
        background-color: #f66; }
        li.cart .mini-cart .delete-icon.confirm i {
          color: #fff; }
  li.cart.active {
    background-color: #f5f5f5 !important; }
    li.cart.active .mini-cart {
      display: block; }

.cart2 {
  padding: 0;
  margin-left: 15px;
  position: relative;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  @media (max-width: 1300px) {
    .cart2 {
      margin-left: 8px;
      position: fixed;
      right: 60px;
      top: 22px; } }
  .cart2 .cart-icon {
    display: block;
    height: 100%;
    padding: 15px 15px;
    cursor: pointer;
    /*		
		&:after{
			content: "Basket";
			pointer-events: none;
			cursor: default;
			font-weight: 600;
			font-size: 12px;
			letter-spacing:  -.02em;
			margin-left: 20px;
			padding: 5px 4px;
			color: #333;
			display: block;
			
		}*/ }
    .cart2 .cart-icon:before {
      content: "\E8CB";
      font-family: "Material Icons";
      color: #000;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: .8;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .cart2 .cart-icon span {
      position: absolute;
      background-color: #000;
      color: #fff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: block;
      font-weight: 600;
      text-align: center;
      padding: 1.5px;
      border: 1px solid white;
      top: 60%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      font-size: 0.8rem; }
  .cart2 .mini-cart {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    padding: 15px 0 15px 15px;
    z-index: 3;
    width: 420px;
    min-height: 80px;
    border: 1px solid #eee;
    -webkit-box-shadow: 3px 5px 16px -8px #000;
    box-shadow: 3px 5px 16px -8px #000;
    display: none;
    max-height: 35vh;
    overflow: visible; }
    .cart2 .mini-cart .cart-contents-wrapper {
      max-height: calc(35vh - 142px);
      overflow: auto; }
    .cart2 .mini-cart a.button.small.additonal-top-spacing {
      font-size: 0.7rem !important; }
    .cart2 .mini-cart .delete-icon {
      cursor: pointer; }
      .cart2 .mini-cart .delete-icon:hover {
        background-color: #e8e8e8; }
      .cart2 .mini-cart .delete-icon.confirm {
        background-color: #f66; }
        .cart2 .mini-cart .delete-icon.confirm i {
          color: #fff; }
    .cart2 .mini-cart .buttons-container {
      width: 100%;
      padding-right: 6px;
      text-align: right;
      background-color: white; }
  .cart2.active {
    background-color: #f5f5f5 !important; }
    .cart2.active .mini-cart {
      display: block; }

.cart-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  transition: 0.7s ease-out;
  -moz-transition: 0.7s ease-out;
  -o-transition: 0.7s ease-out;
  -webkit-transition: 0.7s ease-out;
  -ms-transition: 0.7s ease-out;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative; }
  .cart-entry.deleting {
    margin-top: -42.3px;
    opacity: 0; }
    .mini-cart .cart-entry.deleting {
      margin-top: -45px; }
  .cart-entry.lead-row {
    background-color: #336699;
    color: #fff; }
    .cart-entry.lead-row span {
      padding: 8px 0 8px 0;
      font-weight: 600;
      font-size: 12.8px;
      font-size: 0.8rem;
      text-transform: uppercase; }
    .cart-entry.lead-row ~ .cart-entry:not(:last-child) {
      padding-top: 3px;
      border-bottom: 3px solid #efefef;
      padding-bottom: 3px; }
  .cart-entry span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cart-entry span.name {
      display: block; }
    .cart-entry span.prod-code {
      font-weight: 400; }
  .cart-entry img {
    max-width: 80%;
    max-height: 48px; }
  .cart-entry .quantity {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cart-entry .image, .cart-entry .cost {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cart-entry .cost {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13.6px;
    font-size: 0.85rem; }
  .cart-entry .name {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    font-weight: 600;
    font-size: 11.2px;
    font-size: 0.7rem; }
  .cart-entry + .button {
    float: right; }
  .cart-entry .price-per {
    display: block;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 400; }
  @media (max-width: 767px) {
    .cart-entry {
      display: block;
      padding: 10px 25px 3px 15px !important; }
      .cart-entry.lead-row {
        display: none; }
      .cart-entry .name {
        font-size: .8rem;
        padding-left: 0 !important;
        padding-bottom: 4px; }
      .cart-entry .delete {
        position: absolute;
        top: 3px;
        right: 3px; }
      .cart-entry .qtyper {
        float: left; }
      .cart-entry .quantity {
        float: right; }
      .cart-entry .cost {
        float: right; } }
  .cart-entry.cart-entry-checkout-page > span {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    font-weight: 600;
    padding-left: 10px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    -ms-flex-preferred-size: 140px !important;
    flex-basis: 140px !important; }
    .cart-entry.cart-entry-checkout-page > span.quantity.input-controls-wrapper input {
      margin-left: 0 !important; }
    .cart-entry.cart-entry-checkout-page > span.name {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .cart-entry.cart-entry-checkout-page > span.delete {
      -ms-flex-preferred-size: 55px !important;
      flex-basis: 55px !important; }

/* This is for the 'checkout' section/page - not mini cart */
.input-controls-wrapper input {
  padding: 0px 6px;
  width: 50px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 5px; }

.input-controls-wrapper .input-controls {
  display: inline-block;
  position: relative; }
  .input-controls-wrapper .input-controls span {
    height: 11px;
    cursor: pointer;
    background-color: #f5f5f5;
    margin: 0 0 2px 2px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .input-controls-wrapper .input-controls span:hover {
      background-color: #e8e8e8; }

.empty-message {
  padding: 12px;
  font-weight: 600; }

.cart-table {
  background-color: #fff; }
  .cart-table .cart-entry .name {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding-left: 15px; }
  .cart-table .cart-entry img {
    max-height: 75px; }
  .cart-table .cart-entry .qtyper {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cart-table .cart-entry .cost {
    -webkit-box-flex: 2.3;
    -ms-flex: 2.3;
    flex: 2.3;
    background-color: transparent; }
  .cart-table .cart-entry .delete {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .cart-table .cart-entry .delete .delete-icon {
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      cursor: pointer;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      text-align: center; }
      .cart-table .cart-entry .delete .delete-icon i {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .cart-table .cart-entry .delete .delete-icon:hover {
        background-color: #e8e8e8; }
      .cart-table .cart-entry .delete .delete-icon.confirm {
        background-color: #f66; }
        .cart-table .cart-entry .delete .delete-icon.confirm i {
          color: #fff; }
  .cart-table .cart-entry:not(.lead-row) .qtyper {
    font-size: 11.2px;
    font-size: 0.7rem;
    text-transform: uppercase; }
  .cart-table .cart-entry:not(.lead-row) .cost {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 600; }
  .cart-table .cart-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 12px solid #f5f5f5; }
    .cart-table .cart-summary .spacer {
      -webkit-box-flex: 10;
      -ms-flex: 10;
      flex: 10;
      background-color: #f5f5f5; }
    .cart-table .cart-summary .subtotal-label, .cart-table .cart-summary .subtotal {
      background-color: #f5f5f5;
      padding: 5px 0 15px 0; }
    .cart-table .cart-summary .subtotal-label {
      -webkit-box-flex: 2.2;
      -ms-flex: 2.2;
      flex: 2.2;
      padding-left: 100px; }
    .cart-table .cart-summary .subtotal {
      -webkit-box-flex: 2.9;
      -ms-flex: 2.9;
      flex: 2.9;
      font-weight: 600; }

.my-checkout-display {
  position: relative; }
  .my-checkout-display div[data-tab='shipping-method'] h2 {
    padding: 10px 0 20px; }
  .my-checkout-display .fix-button {
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0; }
    @media (max-width: 767px) {
      .my-checkout-display .fix-button {
        top: 12px; } }

.address-form-wrapper .address-form {
  max-width: 650px; }

.address-form-wrapper .address-form-container {
  min-height: 200px; }
  .address-form-wrapper .address-form-container.loading {
    opacity: .3; }
  .address-form-wrapper .address-form-container .address-submit {
    clear: both; }

div[data-tab='shipping-method'] .error-message {
  display: none; }
  div[data-tab='shipping-method'] .error-message.visible {
    display: block; }

.shipping-method-wrapper {
  min-height: 100px;
  position: relative; }
  .shipping-method-wrapper.loading > *, .shipping-method-wrapper.loading + a {
    opacity: .3;
    pointer-events: none; }
  .shipping-method-wrapper.loading:before {
    content: "Fetching shipping options..."; }
  .shipping-method-wrapper .button {
    clear: both;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .shipping-method-wrapper .button {
        position: absolute;
        margin: 0;
        top: calc(100% + 14px);
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%); } }
    @media (max-width: 992px) {
      .shipping-method-wrapper .button {
        content: "";
        display: table;
        table-layout: fixed; } }
    .shipping-method-wrapper .button ~ .shipping-row {
      display: none; }
  .shipping-method-wrapper .shipping-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    margin: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border: 2px solid #e8e8e8;
    position: relative;
    background-color: #fff; }
    .shipping-method-wrapper .shipping-row:not(:last-child):not(.selected):after {
      background-color: #e8e8e8;
      content: " ";
      display: block;
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 100%; }
    .shipping-method-wrapper .shipping-row .image {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }
      .shipping-method-wrapper .shipping-row .image img {
        max-width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .shipping-method-wrapper .shipping-row .desc {
      -webkit-box-flex: 5;
      -ms-flex: 5;
      flex: 5; }
      .shipping-method-wrapper .shipping-row .desc h3 {
        padding: 0 0 5px;
        margin-bottom: 5px;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 600;
        color: #336699;
        border-bottom: 1px solid #eee; }
        .shipping-method-wrapper .shipping-row .desc h3 strong {
          font-size: 17.6px;
          font-size: 1.1rem;
          color: #333; }
      .shipping-method-wrapper .shipping-row .desc p {
        color: #444; }
    .shipping-method-wrapper .shipping-row .price {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      text-align: center;
      font-size: 18.4px;
      font-size: 1.15rem;
      font-weight: 600; }
    .shipping-method-wrapper .shipping-row.selected {
      cursor: default; }
    .shipping-method-wrapper .shipping-row:not(.selected) {
      cursor: pointer; }
      .shipping-method-wrapper .shipping-row:not(.selected):hover {
        background-color: #f5f5f5; }

.existing-delivery-addresses, form .existing-delivery-addresses {
  width: 100%;
  /* "Card style"
	.address-card {
		border: 4px solid #f8f8f8;
		display: block;
		float: left;
		width: calc(33% - 15px);
		margin: 15px 15px 0 0;
		padding: 15px 10px;
		position: relative;
		
		&.default-address {
			border-color: $teal;
		}
		&.selected {
			@extend %selected;
			
			.button {
				pointer-events: none;
				opacity: .2;
			}
		}
		> span:not(.edit-icon):not(.delete-icon) {
			margin: 0;
			display: block;
			padding: 10px 15px 5px 45px;
			position: relative;
			
			i {
				position: absolute;
				top: 8px;
				left: 10px;
			}
		}
		.edit-icon, .delete-icon {
			position: absolute;
			display: block;
			top: 7px;
			margin: 0;
			padding: 3px 3px 1px;
			cursor: pointer;
			opacity: .3;
			z-index: 1;
			
			&:hover {
				opacity: .6;
			}
		}
		.delete-icon {
			right: 8px;
			
			&.confirm {
				color: #fff;
				background-color: #f88;
				opacity: 1;
			}
		}
		.edit-icon {
			right: 43px;
		}
		.name {
			font-weight: 600;
			@include font-size(.95);
		}
		.address {
			@include font-size(.9);
		}
		.button {
			float: right;
			@include transition;
		}
	}
	*/ }
  .existing-delivery-addresses #show-delivery-addresses, form .existing-delivery-addresses #show-delivery-addresses {
    margin: 15px auto -51px;
    display: block;
    max-width: 310px;
    text-align: center; }
    .existing-delivery-addresses #show-delivery-addresses ~ div, form .existing-delivery-addresses #show-delivery-addresses ~ div {
      display: none; }
    @media (max-width: 1300px) {
      .existing-delivery-addresses #show-delivery-addresses, form .existing-delivery-addresses #show-delivery-addresses {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .existing-delivery-addresses #show-delivery-addresses, form .existing-delivery-addresses #show-delivery-addresses {
        margin: 10px auto; } }
  .existing-delivery-addresses.loading, form .existing-delivery-addresses.loading {
    opacity: .3;
    min-height: 200px; }
  .existing-delivery-addresses.invalid:after, form .existing-delivery-addresses.invalid:after {
    clear: both;
    content: "Please complete this field.";
    background-color: #f88;
    color: #fff;
    font-size: 11.2px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 8px; }
  .existing-delivery-addresses .address-card, form .existing-delivery-addresses .address-card {
    border: 2px solid #e8e8e8;
    background-color: #fff;
    display: block;
    margin: 15px 15px 0 0;
    padding: 15px 10px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .existing-delivery-addresses .address-card.default-address, form .existing-delivery-addresses .address-card.default-address {
      border-color: #056571; }
    .existing-delivery-addresses .address-card.selected .button, form .existing-delivery-addresses .address-card.selected .button {
      pointer-events: none;
      opacity: .2; }
    .existing-delivery-addresses .address-card > span:not(.edit-icon):not(.delete-icon), form .existing-delivery-addresses .address-card > span:not(.edit-icon):not(.delete-icon) {
      margin: 0;
      display: inline-block;
      padding: 10px 15px 5px 45px;
      position: relative;
      background-color: transparent; }
      .existing-delivery-addresses .address-card > span:not(.edit-icon):not(.delete-icon) i, form .existing-delivery-addresses .address-card > span:not(.edit-icon):not(.delete-icon) i {
        position: absolute;
        top: 8px;
        left: 10px; }
    .existing-delivery-addresses .address-card .edit-icon, .existing-delivery-addresses .address-card .delete-icon, form .existing-delivery-addresses .address-card .edit-icon, form .existing-delivery-addresses .address-card .delete-icon {
      position: absolute !important;
      display: block;
      top: 7px;
      margin: 0 !important;
      padding: 3px 3px 1px !important;
      cursor: pointer;
      opacity: .3;
      z-index: 1; }
      .existing-delivery-addresses .address-card .edit-icon:hover, .existing-delivery-addresses .address-card .delete-icon:hover, form .existing-delivery-addresses .address-card .edit-icon:hover, form .existing-delivery-addresses .address-card .delete-icon:hover {
        opacity: .6; }
    .existing-delivery-addresses .address-card .delete-icon, form .existing-delivery-addresses .address-card .delete-icon {
      right: 8px; }
      .existing-delivery-addresses .address-card .delete-icon.confirm, form .existing-delivery-addresses .address-card .delete-icon.confirm {
        color: #fff;
        background-color: #f88;
        opacity: 1; }
    .existing-delivery-addresses .address-card .edit-icon, form .existing-delivery-addresses .address-card .edit-icon {
      right: 43px; }
    .existing-delivery-addresses .address-card .name, form .existing-delivery-addresses .address-card .name {
      font-weight: 600;
      width: 40%; }
    .existing-delivery-addresses .address-card .address, form .existing-delivery-addresses .address-card .address {
      width: 55%; }
    .existing-delivery-addresses .address-card .button, form .existing-delivery-addresses .address-card .button {
      position: absolute;
      right: 15px;
      bottom: 10px;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      border-radius: 5px;
      text-transform: uppercase; }
  .existing-delivery-addresses + .button, form .existing-delivery-addresses + .button {
    clear: both;
    font-size: 0.7rem;
    margin-top: 20px; }

.card-vm {
  height: 20px;
  width: auto;
  position: relative;
  left: 3px;
  top: -2px; }

#order-payment header span {
  margin: 0;
  padding: 0;
  background-color: transparent; }

#order-payment footer {
  background-color: transparent; }
  #order-payment footer > div {
    padding: 0; }
    #order-payment footer > div span strong {
      width: 130px; }
  #order-payment footer h3 {
    margin: 0;
    padding: 0;
    border: none; }
  #order-payment footer span {
    margin: 0;
    padding: 0;
    background-color: transparent; }

.order-confirmation {
  min-height: 250px; }
  .order-confirmation.loading > *, .order-confirmation.loading + input {
    opacity: .3;
    pointer-events: none; }
  .order-confirmation.loading:before {
    content: "Getting your order ready..."; }
  .order-confirmation .order-details-wrapper .order-details {
    padding: 15px 0;
    max-width: none; }
    .order-confirmation .order-details-wrapper .order-details .order-breakdown-table .order-breakdown-row:not(.key-row):not(.bt-row):not(.light-row):not(.short-row) {
      padding: 0 15px 0 0; }
    .order-confirmation .order-details-wrapper .order-details .order-breakdown-table .order-breakdown-row:not(.key-row) .product-image {
      height: 50px; }
      .order-confirmation .order-details-wrapper .order-details .order-breakdown-table .order-breakdown-row:not(.key-row) .product-image img {
        height: 50px; }
  .order-confirmation .existing-credit-card, .order-confirmation .new-credit-card {
    clear: both; }
    .order-confirmation .existing-credit-card:not(.active), .order-confirmation .new-credit-card:not(.active) {
      display: none; }
  .order-confirmation .existing-credit-card {
    content: "";
    display: table;
    table-layout: fixed;
    padding-bottom: 25px; }
    .order-confirmation .existing-credit-card.loading > * {
      opacity: .3;
      pointer-events: none; }
    .order-confirmation .existing-credit-card .button {
      margin-top: -15px; }
    .order-confirmation .existing-credit-card .existing-payment-methods .card-wrapper {
      padding: 10px 15px;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      position: relative; }
      .order-confirmation .existing-credit-card .existing-payment-methods .card-wrapper:hover {
        opacity: 1; }
      .order-confirmation .existing-credit-card .existing-payment-methods .card-wrapper a.button {
        display: none; }
      .order-confirmation .existing-credit-card .existing-payment-methods .card-wrapper > span.card-number {
        font-size: 16px;
        font-size: 1rem; }
      .order-confirmation .existing-credit-card .existing-payment-methods .card-wrapper > span.card-number, .order-confirmation .existing-credit-card .existing-payment-methods .card-wrapper > span.card-expiry, .order-confirmation .existing-credit-card .existing-payment-methods .card-wrapper > span.card-name {
        margin: 10px auto; }
    .order-confirmation .existing-credit-card .existing-payment-methods input {
      display: none; }
      .order-confirmation .existing-credit-card .existing-payment-methods input:checked + div.payment-method-entry .card-wrapper {
        opacity: 1; }
  .order-confirmation .payment-method-wrapper > div.checkbox {
    margin: 0;
    padding: 5px 0 0; }
    .order-confirmation .payment-method-wrapper > div.checkbox:not(:first-child) {
      border-top: 1px solid #e7e7e7; }
  .order-confirmation .add-payment-wrapper .card-wrapper + .col-md-6 {
    padding-left: 35px; }
    .order-confirmation .add-payment-wrapper .card-wrapper + .col-md-6 + .col-md-6 {
      padding-right: 35px; }
  .order-confirmation + input[type=submit] {
    float: right;
    clear: both;
    margin-top: 25px; }

footer#site-footer {
  background-color: #666;
  padding: 45px 0 0;
  color: #fff;
  z-index: 1; }
  footer#site-footer button {
    background-color: transparent;
    border-radius: 0;
    padding: 8px 0;
    text-align: left; }
  footer#site-footer .contact-details .logo {
    display: none; }
  footer#site-footer h3 {
    color: #fff;
    background-color: #666666; }
    footer#site-footer h3 :hover {
      background-color: #666666; }
  footer#site-footer .linkedin-icon {
    margin-top: 15px;
    display: inline-block; }
    footer#site-footer .linkedin-icon img {
      width: 32px;
      height: auto; }
  footer#site-footer .bottom {
    background-color: #333;
    padding: 15px 0;
    margin-top: 45px; }
  footer#site-footer .copyright, footer#site-footer .credit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14.08px;
    font-size: 0.88rem; }
  footer#site-footer .credit {
    font-size: 12.8px;
    font-size: 0.8rem; }
    footer#site-footer .credit a {
      color: #fff; }
  footer#site-footer h3 {
    text-transform: uppercase;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 12px; }
  footer#site-footer ul li a {
    color: #fff;
    font-size: 14.4px;
    font-size: 0.9rem;
    display: inline-block;
    padding: 3px; }
  footer#site-footer .site-logo img {
    max-height: 65px;
    width: auto; }
  footer#site-footer .contact-details h3 {
    padding: 8px 0; }
  footer#site-footer .contact-details p {
    font-size: 12.8px;
    font-size: 0.8rem; }
    footer#site-footer .contact-details p a {
      color: #fff; }

/* ------------------------ MOBILE CSS ------------------------ */
@media screen and (max-width: 800px) {
  footer#site-footer {
    padding-top: 0px; }
    footer#site-footer .container {
      padding: 0;
      width: 100%; }
      footer#site-footer .container .row {
        margin: 0; }
    footer#site-footer .col-sm-6, footer#site-footer .col-md-3 {
      padding: 0;
      width: 100%; }
    footer#site-footer .contact-details {
      text-align: center; }
      footer#site-footer .contact-details h3 {
        display: none; }
      footer#site-footer .contact-details .logo {
        display: inline;
        padding: 10px 0;
        height: 70px; }
    footer#site-footer .accordion {
      background-color: #666666;
      cursor: pointer;
      width: 100%;
      text-align: left;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      border-bottom: 1px solid #666666;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 40px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0; }
      footer#site-footer .accordion h3 {
        font-size: 0.9rem;
        width: 95%;
        margin-bottom: 0;
        padding: 0 0 0 30px;
        background-color: transparent; }
      footer#site-footer .accordion .active {
        background-color: #cccccc;
        margin-top: 0; }
    footer#site-footer .accordion:after {
      content: "\E145";
      font-family: "Material Icons";
      font-size: 13px;
      color: #fff;
      float: right;
      margin-right: 30px; }
    footer#site-footer .active:after {
      content: "\E15B";
      font-family: "Material Icons";
      color: #fff; }
    footer#site-footer .panel {
      padding: 0 35px;
      background-color: #333333;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.2s ease-out;
      -o-transition: max-height 0.2s ease-out;
      transition: max-height 0.2s ease-out;
      border-bottom: 1px solid #333333; }
      footer#site-footer .panel ul {
        margin: 10px 0; }
        footer#site-footer .panel ul li {
          color: #000; } }

.product-box-outer260 {
  display: block;
  float: left;
  width: 300px;
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (max-height: 730px), screen and (max-width: 992px) {
    .product-box-outer260 {
      width: 300px; } }
  .product-box-outer260:last-child {
    margin-bottom: 70px; }
  .product-box-outer260 .product-box {
    margin: 0 25px 0 0;
    position: relative;
    min-height: 200px;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #336699; }
    .product-box-outer260 .product-box .center-box {
      margin: 10px 0 10px 0; }
    .product-box-outer260 .product-box p.titles + a {
      position: absolute;
      left: 0;
      top: 15px;
      height: 100%;
      width: 238px;
      overflow: hidden;
      display: block; }
    .product-box-outer260 .product-box p.titles {
      font-weight: 600;
      font-size: 13px;
      text-align: center;
      color: #336699;
      min-height: 40px; }
    .product-box-outer260 .product-box .brochuredescription {
      font-size: 11.2px;
      font-size: 0.7rem;
      line-height: 1.7;
      padding: 0 15px 15px 0;
      float: right;
      min-height: 110px;
      margin-top: 10px; }
    .product-box-outer260 .product-box .general-button {
      background-color: #336699;
      color: #fff;
      font-size: 11.2px;
      font-size: 0.7rem;
      font-weight: 600;
      padding: 8px 8px;
      clear: both;
      display: inline-block;
      text-decoration: none !important;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      text-transform: uppercase;
      text-align: center;
      width: 100%; }
      .product-box-outer260 .product-box .general-button:hover {
        background-color: #4080bf; }

.manage-cart-buttons {
  border: 0px;
  background-color: #336699;
  color: #fff;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 8px 8px;
  clear: both;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  text-transform: uppercase; }
  .manage-cart-buttons:hover {
    background-color: #ea4950; }

.video {
  float: left;
  width: 550px; }
  .video a {
    color: #336699;
    text-decoration: none;
    line-height: 25px; }
  .video a.greylinksm {
    color: #333; }
  .video .brand-box {
    margin: 10px;
    padding: 10px;
    text-align: center; }
  .video img {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 200px;
    height: auto; }
  .video h1 {
    margin-top: 0px;
    font-size: 1.5em; }

.topbtn {
  float: right; }

.weekspeccontainer {
  margin: 0 15px 20px 0;
  display: inline-block; }
  .weekspeccontainer .product-image-main {
    max-width: 300px;
    vertical-align: top; }

.word {
  font-size: 0.8rem; }

.defintions {
  border-top: 1px solid #336699;
  padding: 15px 0 15px 0;
  font-size: 0.8rem; }
  .defintions .backtotop {
    float: right; }

.gasform h1 {
  font-size: 0.8rem;
  display: inline; }

.gasform h2 {
  font-size: 1.1rem !important;
  font-weight: bold;
  margin: 0 0 20px 0 !important; }

.gasform p {
  font-size: 0.7rem;
  font-style: italic;
  color: #FF1400; }

.gasform .small {
  font-size: 0.7rem;
  display: inline;
  color: #000;
  font-style: none; }

.gasform td {
  padding: 6px 0;
  margin: 0px; }

.gasform td:nth-child(1) {
  width: 152px;
  padding-right: 15px; }

.gasform td[colspan='2'] {
  padding: 0px;
  text-align: left;
  width: auto; }

/*---------ANNOUNCEMENT PAGE CSS ---------*/
.announcements {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px; }
  .announcements tbody tr td {
    padding: 10px;
    border-bottom: 0.5px solid #eee; }
  .announcements tbody tr td:nth-child(1) {
    width: 100px; }
  .announcements tbody tr:nth-child(1) {
    border-top: 0.5px solid #eee; }

/*---------COVID-19 PAGE CSS ---------*/
body.coronavirus .mega-side-menu-spacing {
  padding-left: 0 !important; }

#corona {
  padding-top: 20px; }
  #corona img {
    width: 100%; }
  #corona p {
    font-size: 20px;
    color: #CB333B;
    margin-bottom: 50px; }

/*--------VICS CODE FOR NEW SEARCH--------*/
.searchforms #searchforms {
  width: 100%; }

@media (min-width: 768px) {
  .searchforms .search-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 800px) {
  .searchforms {
    display: block; } }

.searchforms button {
  margin-top: 10px;
  float: right; }
  @media (max-width: 800px) {
    .searchforms button {
      width: 100%;
      border-radius: 0; } }

.searchforms p {
  font-weight: bold;
  margin: auto !important;
  padding: 0px 10px; }
  @media screen and (max-width: 767px) {
    .searchforms p {
      text-align: center; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .searchforms p {
      margin: 25px 0px !important; } }

@media screen and (max-width: 800px) and (-ms-high-contrast: active), (max-width: 800px) and (-ms-high-contrast: none) {
  .searchforms p {
    margin: 0px !important; } }

.searchforms form#searchforms input[type=text] {
  display: inline-block;
  width: 100%;
  max-width: none;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 1px 4px;
  height: 30px; }

/*--------END VICS CODE FOR NEW SEARCH--------*/
.search-list {
  padding-bottom: 220px; }
  .search-list li {
    clear: both; }
    .search-list li .product-info, .search-list li .product-details {
      position: relative; }
    .search-list li.has-new:after {
      right: 49px !important;
      font-size: 2.2rem !important; }
  .search-list .permalink {
    display: block;
    float: right;
    background-color: #336699;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: 18px; }
    .search-list .permalink a {
      color: #fff;
      text-decoration: none !important;
      padding: 9px 25px;
      display: block;
      height: 100%;
      position: relative; }
      .search-list .permalink a:after {
        content: "\E5CC";
        font-family: "Material Icons";
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 300;
        position: absolute;
        left: 27%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }
    .search-list .permalink:hover {
      background-color: #4080bf; }

form#searchform {
  text-align: center; }
  form#searchform input[type=text] {
    display: inline-block;
    width: calc(100% - 120px);
    max-width: 400px;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 1px 4px;
    height: 30px; }
  form#searchform button {
    width: auto;
    height: 30px;
    display: inline-block;
    line-height: 0;
    padding: 8px 25px 8px 45px;
    position: relative;
    top: -2.5px;
    background-color: #336699;
    position: relative;
    text-align: center; }
    form#searchform button:before {
      content: "\E8B6";
      font-family: "Material Icons";
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 300;
      position: absolute;
      left: 19px;
      top: 52%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }

.search-tabs a {
  display: inline-block;
  padding: 8px 23px;
  border: 1px solid #bbb;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .search-tabs a.active, .search-tabs a:hover {
    background-color: #336699;
    color: #fff;
    border-color: #336699; }

.search-list > div:not(.active) {
  display: none; }

.search-list > div.loading {
  min-height: 400px; }
  .search-list > div.loading > * {
    opacity: .3; }

.search-result-set:not(.visible), .order-result-set:not(.visible) {
  display: none; }

.search-result-set .result-count, .order-result-set .result-count {
  text-align: center;
  margin-bottom: 20px; }
  .search-result-set .result-count:last-child, .order-result-set .result-count:last-child {
    margin-top: 20px; }
  .search-result-set .result-count span, .order-result-set .result-count span {
    display: block;
    width: 100%; }
    .search-result-set .result-count span a, .order-result-set .result-count span a {
      margin: 0 2px;
      display: inline-block;
      padding: 1px 2px;
      min-width: 20px;
      text-align: center; }
      .search-result-set .result-count span a[data-show=prev] i, .search-result-set .result-count span a[data-show=next] i, .order-result-set .result-count span a[data-show=prev] i, .order-result-set .result-count span a[data-show=next] i {
        position: relative;
        top: 6px; }
      .search-result-set .result-count span a[data-show=null], .order-result-set .result-count span a[data-show=null] {
        pointer-events: none;
        background-color: #999;
        color: #fff; }

.search-result-set .product-info .price, .order-result-set .product-info .price {
  display: inline;
  font-size: 1rem; }
  .search-result-set .product-info .price small, .order-result-set .product-info .price small {
    display: inline; }

.search-result-set .product-info .stock-info small, .order-result-set .product-info .stock-info small {
  font-size: 0.8rem !important; }

.search-result-set .product-info .add-to-cart span, .order-result-set .product-info .add-to-cart span {
  font-size: 0.8rem; }

.search-result-set .product-info .prod-desc span, .order-result-set .product-info .prod-desc span {
  font-size: 0.8rem; }

/* -------------------------------- RESPONSIVE CSS -------------------------------- */
@media screen and (max-width: 800px) {
  .search-result-set .product-info span.price, .order-result-set .product-info span.price {
    text-align: center; }
  ul.products-list li .product-info .product-image {
    margin-right: 20px; }
  .brand-image {
    margin-bottom: 5px; } }

#fullscreen-popup {
  position: relative;
  z-index: 99; }
  #fullscreen-popup .bg-shader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.9; }
  #fullscreen-popup .pop-up {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 15px; }
    #fullscreen-popup .pop-up img {
      max-width: 95vw;
      max-width: calc( 100vw - 180px); }
    #fullscreen-popup .pop-up .exit {
      position: absolute;
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      border-radius: 30px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #CB333B; }
      #fullscreen-popup .pop-up .exit:hover {
        cursor: pointer; }
      #fullscreen-popup .pop-up .exit > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        height: 2px;
        background-color: #ffffff; }
        #fullscreen-popup .pop-up .exit > div:first-of-type {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        #fullscreen-popup .pop-up .exit > div:last-of-type {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
      @media (max-width: 767px) {
        #fullscreen-popup .pop-up .exit {
          width: 25px;
          height: 25px; }
          #fullscreen-popup .pop-up .exit > div {
            height: 1px; } }

.errorpage {
  background-color: #fff; }

.bgimage {
  width: 100%; }

.errmessage {
  color: #336699;
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 37vw;
  right: 0;
  left: 0;
  width: 95%;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .errmessage {
      top: 40vw; } }
  @media screen and (max-width: 600px) {
    .errmessage {
      top: 41vw; } }
  @media screen and (max-width: 360px) {
    .errmessage {
      top: 45vw; } }
  .errmessage .big {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600; }
    @media screen and (max-width: 800px) {
      .errmessage .big {
        font-size: 1.5rem; } }
    @media screen and (max-width: 600px) {
      .errmessage .big {
        font-size: 1rem; } }
    @media screen and (max-width: 360px) {
      .errmessage .big {
        font-size: 0.8rem; } }
  .errmessage .normal {
    font-size: 1rem; }
    @media screen and (max-width: 800px) {
      .errmessage .normal {
        font-size: 0.9rem; } }
    @media screen and (max-width: 600px) {
      .errmessage .normal {
        font-size: 0.7rem; } }
    @media screen and (max-width: 360px) {
      .errmessage .normal {
        font-size: 0.6rem; } }
  .errmessage .err-button {
    color: #336699;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #336699;
    width: 20%;
    padding: 5px;
    margin: 15px 10px; }
    @media screen and (max-width: 700px) {
      .errmessage .err-button {
        width: 30%; } }
    @media screen and (max-width: 360px) {
      .errmessage .err-button {
        font-size: 0.7rem;
        margin: 5px 5px; } }

.products-display {
  margin: 90px 0; }
  @media (max-width: 1199px) {
    .products-display {
      margin: 30px 0; } }

.product {
  padding: 20px; }
  .product .headings h1 {
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
    margin: 10px 0 0 0;
    font-weight: 600; }
  .product .headings .part-number {
    color: #000; }
    .product .headings .part-number p {
      display: inline-block;
      font-size: 0.8rem; }
    .product .headings .part-number .number {
      color: #216d96;
      font-weight: 600;
      padding-left: 5px; }
  .product hr {
    border-top: 1px solid #999; }
  .product .ordering-info {
    display: inline-block;
    width: 100%; }
    .product .ordering-info .product-image {
      width: 70%;
      display: inline-block; }
      .product .ordering-info .product-image img {
        width: auto;
        height: 300px;
        vertical-align: baseline; }
      .product .ordering-info .product-image .certstamp {
        width: 200px;
        height: 200px;
        position: absolute;
        top: -4vw;
        left: 18vw; }
        @media (max-width: 1200px) {
          .product .ordering-info .product-image .certstamp {
            width: 150px;
            height: 150px;
            top: -1vw;
            left: 25vw; } }
        @media (max-width: 950px) {
          .product .ordering-info .product-image .certstamp {
            left: 30vw; } }
        @media (max-width: 800px) {
          .product .ordering-info .product-image .certstamp {
            left: 36vw; } }
        @media (max-width: 650px) {
          .product .ordering-info .product-image .certstamp {
            left: 45vw; } }
        @media (max-width: 500px) {
          .product .ordering-info .product-image .certstamp {
            width: 100px;
            height: 100px;
            top: -3vw;
            left: 58vw; } }
    .product .ordering-info .actions {
      width: 25%;
      display: inline-block; }
      .product .ordering-info .actions small {
        font-size: 0.9rem;
        font-weight: 600; }
      .product .ordering-info .actions .price {
        font-weight: 600;
        color: #216d96;
        width: 200px;
        font-size: 1rem;
        margin: 5px 0; }
        .product .ordering-info .actions .price small {
          font-size: 1rem; }
      .product .ordering-info .actions .stock-info {
        background-color: #216d96;
        color: #fff;
        display: inline-block;
        padding: 5px;
        width: 200px;
        text-align: center; }
        .product .ordering-info .actions .stock-info small {
          font-weight: 100;
          font-size: 1rem; }
        .product .ordering-info .actions .stock-info:hover {
          cursor: pointer; }
        .product .ordering-info .actions .stock-info .stock-box {
          display: none;
          position: absolute !important;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 300px;
          background-color: #fff;
          z-index: 4;
          -webkit-box-shadow: 0 0 19px -7px #000;
          box-shadow: 0 0 19px -7px #000;
          padding: 8px 14px;
          overflow: auto;
          color: #000;
          text-align: left; }
          .product .ordering-info .actions .stock-info .stock-box span {
            padding: 3px 4px 2px; }
          .product .ordering-info .actions .stock-info .stock-box.loading {
            min-height: 110px; }
          .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order {
            border-top: 1px solid #ccc; }
          .product .ordering-info .actions .stock-info .stock-box .plant-row.lead-row:first-of-type {
            margin-top: -8px; }
          .product .ordering-info .actions .stock-info .stock-box .plant-row.lead-row {
            background-color: #336699;
            margin: 8px -14px;
            padding: 2px 14px 0;
            color: #fff;
            font-weight: 600;
            font-size: .8rem; }
          .product .ordering-info .actions .stock-info .stock-box .plant-row em {
            font-style: italic;
            font-size: 0.9rem; }
          .product .ordering-info .actions .stock-info .stock-box .plant-row.low-stock {
            margin-top: -4px; }
            .product .ordering-info .actions .stock-info .stock-box .plant-row.low-stock em {
              font-size: .85rem; }
            .product .ordering-info .actions .stock-info .stock-box .plant-row.low-stock .total-stock-count {
              font-size: 1rem;
              color: #000; }
          .product .ordering-info .actions .stock-info .stock-box .plant-row .total-stock-count {
            font-size: 1rem;
            display: block;
            text-align: left;
            font-weight: 600;
            color: #000;
            line-height: 1; }
          .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-stock-count, .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-date {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1; }
              .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-stock-count em, .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-date em {
                font-size: .8rem; }
              .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-stock-count, .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-date, .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-date .order-stock-count, .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-date .order-date {
                display: block;
                text-align: left;
                font-size: 1rem;
                line-height: 1;
                color: #000; }
                .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-stock-count small, .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-date small, .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-date .order-stock-count small, .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-date .order-date small {
                  display: inline;
                  font-weight: 400;
                  color: #000; }
              .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-stock-count .order-date, .product .ordering-info .actions .stock-info .stock-box .plant-row.on-order div.order-date .order-date {
                font-size: .9rem;
                font-weight: 600;
                margin-top: 2px; }
        .product .ordering-info .actions .stock-info.active .stock-box {
          display: block; }
      .product .ordering-info .actions .unitname {
        margin: 5px 0;
        font-size: 0.9rem; }
      .product .ordering-info .actions .add-to-cart {
        margin: 5px 0; }
        .product .ordering-info .actions .add-to-cart:hover {
          cursor: pointer; }
      .product .ordering-info .actions .prod-range {
        margin: 5px 0; }
        .product .ordering-info .actions .prod-range:hover {
          cursor: pointer; }
        .product .ordering-info .actions .prod-range span {
          background-color: #216d96;
          color: #fff;
          display: inline-block;
          padding: 5px;
          width: 200px;
          text-align: center;
          float: none; }
      .product .ordering-info .actions .tag span.tag {
        margin: 5px 0;
        position: relative;
        border-radius: 4px;
        display: inline-block;
        font-weight: 600;
        font-size: 0.8rem;
        color: #000;
        background-color: #bbb;
        height: 24px;
        width: 200px; }
        .product .ordering-info .actions .tag span.tag:before {
          content: "\E54E";
          position: relative;
          top: 2px;
          font-family: "Material Icons";
          font-size: 0.9rem;
          margin-left: 0;
          margin-right: 4px;
          padding-left: 10px; }
      .product .ordering-info .actions .tag span.warranty {
        margin: 5px 0;
        position: relative;
        border-radius: 4px;
        display: inline-block;
        font-weight: 600;
        font-size: 0.8rem;
        color: #000;
        background-color: #bbb;
        height: 24px;
        width: 200px; }
        .product .ordering-info .actions .tag span.warranty:before {
          content: "\E869";
          position: relative;
          top: 2px;
          font-family: "Material Icons";
          font-size: 0.9rem;
          margin-left: 0;
          margin-right: 4px;
          padding-left: 10px; }
      .product .ordering-info .actions .brand-logo {
        margin: 10px 0; }
        .product .ordering-info .actions .brand-logo img {
          max-height: 50px;
          vertical-align: baseline;
          max-width: 200px;
          height: auto; }
  .product .details {
    margin-bottom: 10px; }
    .product .details h2 {
      font-size: 1.2rem;
      padding: 5px 10px;
      font-weight: 600; }
    .product .details p {
      font-size: 0.9rem;
      padding: 5px 10px; }
  .product .products-specs-content {
    margin-bottom: 10px; }
    .product .products-specs-content .bar {
      background-color: #bbb;
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 10px 0;
      color: #000;
      cursor: pointer; }
      .product .products-specs-content .bar p {
        margin-right: 50px;
        font-size: 1rem;
        padding: 10px; }
        .product .products-specs-content .bar p.active {
          border-bottom: 2px solid #336699; }
    .product .products-specs-content .add-docs {
      padding: 5px 10px; }
      .product .products-specs-content .add-docs h2 {
        font-size: 1rem;
        font-weight: 600; }
      .product .products-specs-content .add-docs p {
        font-size: 0.85rem; }
      .product .products-specs-content .add-docs h3 {
        font-size: 1.2rem;
        padding: 5px 10px 0;
        color: #000;
        font-weight: 600; }
      .product .products-specs-content .add-docs .download-btn {
        width: 260px;
        display: block;
        background-color: #336699;
        padding: 5px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 20px;
        color: #fff;
        text-decoration: none !important;
        transition: background-color 350ms ease-in-out;
        -webkit-transition: background-color 350ms ease-in-out;
        -moz-transition: background-color 350ms ease-in-out;
        -o-transition: background-color 350ms ease-in-out; }
        .product .products-specs-content .add-docs .download-btn li a {
          color: #fff;
          text-decoration: none !important; }
        .product .products-specs-content .add-docs .download-btn:hover {
          background-color: #264d73; }
    .product .products-specs-content .spec-content h3 {
      font-size: 1.2rem;
      padding: 5px 10px 0;
      color: #000;
      font-weight: 600; }
    .product .products-specs-content .spec-content p {
      font-size: 0.9rem;
      padding: 5px 10px 10px; }
    .product .products-specs-content .spec-content h5 {
      font-size: 1.2rem;
      padding: 5px 10px 10px;
      color: #000;
      font-weight: 600; }
  .product .badges {
    padding: 5px 0; }
    .product .badges h5 {
      font-size: 1rem; }
    .product .badges .badge-details {
      display: inline-block; }
      .product .badges .badge-details img {
        height: 45px; }
        .product .badges .badge-details img:hover {
          cursor: pointer; }
      .product .badges .badge-details p {
        font-size: 0.8rem; }
  .product .prod-range {
    margin: 5px 0; }
    .product .prod-range span {
      background-color: #216d96;
      color: #fff;
      display: inline-block;
      padding: 5px;
      width: 200px;
      text-align: center;
      float: right; }
  .product .related-products.stop-overflow {
    overflow: hidden; }
    @media (min-width: 801px) {
      .product .related-products.stop-overflow {
        width: calc( 100vw - 360px); } }
  .product .related-products h2 {
    font-size: 1.2rem;
    padding: 5px 10px;
    font-weight: 600; }
  .product .related-products .boxes {
    width: 100%;
    padding: 5px 0;
    overflow: hidden; }
    .product .related-products .boxes.boxes-slider {
      position: relative; }
      .product .related-products .boxes.boxes-slider .slick-list {
        overflow: hidden;
        margin-left: 40px;
        margin-right: 40px; }
        @media (max-width: 800px) {
          .product .related-products .boxes.boxes-slider .slick-list {
            margin-left: 20px;
            margin-right: 20px; } }
      .product .related-products .boxes.boxes-slider .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        width: 37px; }
        @media (max-width: 800px) {
          .product .related-products .boxes.boxes-slider .slick-arrow {
            width: 20px; } }
        .product .related-products .boxes.boxes-slider .slick-arrow:hover {
          cursor: pointer; }
        .product .related-products .boxes.boxes-slider .slick-arrow.slick-prev {
          left: 0; }
        .product .related-products .boxes.boxes-slider .slick-arrow.slick-next {
          right: 0; }
        .product .related-products .boxes.boxes-slider .slick-arrow img {
          width: 100%; }
      .product .related-products .boxes.boxes-slider.setup {
        white-space: nowrap; }
        .product .related-products .boxes.boxes-slider.setup > * {
          white-space: normal; }
    .product .related-products .boxes .related-box {
      border: 1px solid #ccc;
      padding: 5px;
      display: inline-block;
      margin: 0 4px;
      text-align: left;
      width: 300px;
      margin-bottom: 0;
      min-height: 100px;
      position: relative; }
      .product .related-products .boxes .related-box > div {
        height: 100%;
        min-height: 100px;
        display: block; }
        .product .related-products .boxes .related-box > div > a {
          display: block;
          height: 100%;
          min-height: 100px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      .product .related-products .boxes .related-box a {
        color: #000; }
      .product .related-products .boxes .related-box .related-img {
        height: 75px;
        margin-right: 10px; }
        .product .related-products .boxes .related-box .related-img img {
          width: auto;
          height: 100%; }
      .product .related-products .boxes .related-box .part-number {
        font-size: 0.65rem;
        font-weight: 600;
        padding: 5px 0; }
      .product .related-products .boxes .related-box .product-title {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.65rem;
        padding: 5px 0; }
      .product .related-products .boxes .related-box .prod-desc span {
        margin-bottom: 0;
        width: 100%; }
        .product .related-products .boxes .related-box .prod-desc span a {
          color: #fff; }

/* -------------------- RESPONSIVE CSS  --------------------*/
@media screen and (min-width: 1995px) {
  .tag {
    max-width: 200px; } }

@media screen and (max-width: 950px) {
  .product .headings h1 {
    margin-top: 30px; }
  .product .ordering-info .actions {
    width: 100%;
    padding: 10px;
    text-align: center; }
    .product .ordering-info .actions .price {
      position: static;
      font-size: 1rem;
      width: 100%;
      background-color: #e8e8e8;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 4px;
      margin: 10px 0 5px 0; }
      .product .ordering-info .actions .price span.price {
        margin: 0; }
    .product .ordering-info .actions .stock-info {
      left: 0;
      position: static;
      bottom: 0;
      padding-bottom: 5px;
      margin-bottom: 5px;
      width: 100%; }
      .product .ordering-info .actions .stock-info small {
        font-size: 0.8rem; }
    .product .ordering-info .actions .unitname {
      position: static;
      width: 100%;
      background-color: #e8e8e8;
      padding: 5px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .product .ordering-info .actions .add-to-cart {
      width: 100%;
      position: relative; }
      .product .ordering-info .actions .add-to-cart span {
        width: 100%;
        font-size: 0.8rem; }
    .product .ordering-info .actions .prod-desc {
      width: 100%; }
      .product .ordering-info .actions .prod-desc span {
        width: 100%;
        font-size: 0.8rem; }
    .product .ordering-info .actions .prod-quote {
      width: 100%; }
      .product .ordering-info .actions .prod-quote span {
        width: 100%;
        font-size: 0.8rem;
        margin-bottom: 5px; }
    .product .ordering-info .actions .tag span.warranty {
      margin-right: 5px; } }

/* -------------------- MOBILE CSS  --------------------*/
@media screen and (max-width: 450px) {
  .product .headings {
    margin-top: 20px; }
  .product .ordering-info {
    text-align: center; }
    .product .ordering-info .product-image {
      width: 100%; }
      .product .ordering-info .product-image img {
        width: 50%;
        height: auto; }
    .product .ordering-info .actions {
      width: 100%;
      padding: 10px;
      text-align: center; }
      .product .ordering-info .actions .price {
        width: 100%;
        margin-bottom: 5px;
        padding: 5px;
        background: #e8e8e8; }
      .product .ordering-info .actions .stock-info {
        width: 100%;
        padding: 5px;
        background: #216d96; }
      .product .ordering-info .actions .unitname {
        width: 100%;
        margin-bottom: 5px;
        padding: 5px;
        background: #e8e8e8; }
      .product .ordering-info .actions .add-to-cart span {
        width: 100%; }
      .product .ordering-info .actions .tag span.warranty {
        display: inline;
        font-size: 0.7rem;
        height: 20px;
        width: 100%;
        margin: 5px 5px 0 0;
        padding: 5px;
        margin-right: 5px; }
        .product .ordering-info .actions .tag span.warranty:before {
          font-size: 0.7rem; }
      .product .ordering-info .actions .tag span.tag {
        display: inline;
        font-size: 0.7rem;
        height: 20px;
        width: 100%;
        padding: 5px; }
        .product .ordering-info .actions .tag span.tag:before {
          font-size: 0.7rem; } }

@media screen and (max-width: 360px) {
  .product {
    padding: 40px 20px 20px 20px; }
    .product .headings h1 {
      font-size: 0.9rem;
      display: block; }
    .product .details h2 {
      font-size: 0.8rem; }
    .product .details p {
      font-size: 0.7rem; }
    .product .products-specs-content .bar p {
      font-size: 0.8rem;
      margin-right: 19px; }
    .product .products-specs-content .spec-content h3 {
      font-size: 0.8rem; }
    .product .products-specs-content .spec-content p {
      font-size: 0.7rem; }
    .product .products-specs-content .add-docs h2 {
      font-size: 0.8rem; }
    .product .products-specs-content .add-docs .download-btn {
      width: 100%;
      font-size: 0.8rem; } }

/* -------------------- IPAD CSS --------------------*/
@media screen and (max-width: 800px) {
  .product {
    padding: 40px 20px 20px 20px; }
    .product .headings h1 {
      display: block; }
    .product .ordering-info .actions .badges .badge-details img {
      height: 30px; } }

@media screen and (max-width: 1024px) {
  .ordering-info .actions .badges .badge-details img {
    height: 30px; } }

a.generate-pdf {
  background-color: #bbb;
  color: #fff !important;
  display: inline-block;
  padding: 5px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  transition: background-color 350ms ease-in-out;
  -webkit-transition: background-color 350ms ease-in-out;
  -moz-transition: background-color 350ms ease-in-out;
  -o-transition: background-color 350ms ease-in-out; }
  a.generate-pdf:hover {
    background-color: #969696; }
  @media (max-width: 950px) {
    a.generate-pdf {
      width: 100%;
      font-size: 0.8rem; } }

#poa-template .poa-collection-container {
  margin-bottom: -20px; }

#poa-template .poa-content-container {
  margin: 10px;
  width: 30px;
  display: block;
  position: relative;
  min-width: 200px;
  float: left; }
  #poa-template .poa-content-container .inner {
    border: 2px solid #eee; }
  #poa-template .poa-content-container .poa-image {
    height: 200px;
    width: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px; }
    #poa-template .poa-content-container .poa-image img {
      width: 100%; }
  #poa-template .poa-content-container .poa-info {
    text-align: center;
    color: #262626;
    background-color: #eee; }
    #poa-template .poa-content-container .poa-info p {
      min-height: 56px;
      padding: 7px 15px;
      margin: 0; }

/* -------------------------------- RESPONSIVE CSS -------------------------------- */
@media screen and (max-width: 800px) {
  .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .container .site-logo {
      margin-top: 5px; }
      .container .site-logo img {
        margin: 0; }
  .products-grid-wrapper .mobile-filters {
    padding: 10px 23px; }
  ul.products-list {
    margin: 10px 0 0 0; }
    ul.products-list li {
      height: auto;
      overflow: auto;
      margin: 5px 0; }
      ul.products-list li .product-info .smlimg {
        width: 166px; }
      ul.products-list li .product-info .info-box {
        margin-left: 20px;
        margin-bottom: 0; }
        ul.products-list li .product-info .info-box h2 {
          width: auto; }
      ul.products-list li .product-info .loggedout {
        position: relative; }
      ul.products-list li .product-info .brand-image {
        padding-top: 3px; }
        ul.products-list li .product-info .brand-image img {
          width: auto;
          position: absolute;
          left: 0;
          height: auto; }
      ul.products-list li .product-info .small-features {
        width: 250px; }
        ul.products-list li .product-info .small-features p {
          font-size: 0.75rem; }
      ul.products-list li .product-info .price {
        position: static;
        font-size: 1rem;
        width: 100%;
        background-color: #e8e8e8;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4px;
        margin: 10px 0 5px 0; }
        ul.products-list li .product-info .price span.price {
          margin: 0; }
      ul.products-list li .product-info .stock-info {
        left: 0;
        position: static;
        bottom: 0;
        padding-bottom: 5px;
        margin-bottom: 5px;
        width: 100%; }
        ul.products-list li .product-info .stock-info small {
          font-size: 0.8rem; }
      ul.products-list li .product-info .unitname {
        position: static;
        width: 100%;
        background-color: #e8e8e8;
        padding: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      ul.products-list li .product-info .add-to-cart {
        width: 100%;
        position: relative; }
        ul.products-list li .product-info .add-to-cart span {
          width: 100%;
          font-size: 0.8rem; }
      ul.products-list li .product-info .prod-desc {
        width: 100%; }
        ul.products-list li .product-info .prod-desc span {
          width: 100%;
          font-size: 0.8rem; }
      ul.products-list li .product-info .prod-quote {
        width: 100%; }
        ul.products-list li .product-info .prod-quote span {
          width: 100%;
          font-size: 0.8rem;
          margin-bottom: 5px; } }

/* -------------------------------- SAMSUNG CSS -------------------------------- */
/*@media screen and (max-width:375px){
		.container{
		justify-content: center;
		
		.site-logo{
			margin-top:5px;
			
			img{
				margin: 0;
			}
		}
	}
	
	.products-grid-wrapper{
		.mobile-filters{
			padding: 10px 23px;
		}
	}
	
	ul.products-list{
		margin:10px 0 0 0;
	
		li{
			height: auto;
			overflow:auto;
			margin: 5px 0;
			
			.product-info{
				
				.smlimg{
					margin: 20px 0 0 0;
				}
				
				.info-box{
					margin-left:20px;
					margin-bottom: 0;
					width:180px;
					
					h2{
						width:210px;
						
						a{
							width:210px;
						}
					}				
				}
				
				.part-number{
					font-size: 0.75rem;
				}
				
				.loggedout{
					position: relative;
				}
				
				.brand-image{
					padding-top:3px;
					
					img{
						width:auto;
						position: absolute;
						left:0;
						height: auto;
					}
				}
				
				.small-features{
					width:200px;
					
					p{
						font-size:0.75rem;
					}
				}
				
				.price{
					position: static;
					font-size: 1rem;
					width:191px;
				}
				
				.stock-info{
					left: 0;
					position: static;
					bottom: 0;
					padding-bottom: 5px;
					margin-bottom: 0;
					width:191px;
				}
				
				.unitname{
					position: static;
					width:191px;
				}
	
			}
		}
	}
}

/* -------------------------------- SMALL PHONE SCREENS -------------------------------- */
@media screen and (max-width: 450px) {
  .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .container .site-logo {
      margin-top: 5px; }
      .container .site-logo img {
        margin: 0; }
  .products-grid-wrapper .mobile-filters {
    padding: 10px 23px; }
  ul.products-list {
    margin: 10px 0 0 0; }
    ul.products-list li {
      height: auto;
      overflow: auto;
      margin: 5px 0; }
      ul.products-list li .product-info .smlimg {
        width: 125px;
        margin: 0 10px 0 0; }
      ul.products-list li .product-info .info-box {
        margin-left: 10px;
        margin-bottom: 0; }
      ul.products-list li .product-info .part-number {
        font-size: 0.65rem; }
      ul.products-list li .product-info .loggedout {
        position: relative; }
      ul.products-list li .product-info .brand-image {
        padding-top: 3px; }
        ul.products-list li .product-info .brand-image img {
          width: auto;
          position: absolute;
          left: 0;
          height: auto; }
      ul.products-list li .product-info .small-features {
        width: 150px; }
        ul.products-list li .product-info .small-features p {
          font-size: 0.75rem; }
      ul.products-list li .product-info .price {
        position: static;
        font-size: 1rem;
        width: 161px; }
      ul.products-list li .product-info .stock-info {
        left: 0;
        position: static;
        bottom: 0;
        padding-bottom: 5px;
        margin-bottom: 0;
        width: 161px; }
      ul.products-list li .product-info .unitname {
        position: static;
        width: 161px; } }

/* -------------------------------- TEST RESPONSIVE CSS -------------------------------- */
@media screen and (max-width: 1190px) {
  ul.products-list li .product-info .small-features {
    width: 300px; } }

@media screen and (max-width: 1110px) {
  ul.products-list li .product-info .small-features {
    width: 250px; } }

@media screen and (max-width: 990px) {
  ul.products-list li .product-info .small-features {
    width: 200px; } }

@media screen and (max-width: 940px) {
  ul.products-list li .product-info .small-features {
    width: 200px; } }

@media screen and (max-width: 950px) {
  ul.products-list li .product-info .small-features {
    width: 300px; }
  ul.products-list li .product-info .price {
    position: static;
    font-size: 1rem;
    width: 100%;
    background-color: #e8e8e8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    margin: 10px 0 5px 0;
    text-align: center; }
    ul.products-list li .product-info .price span.price {
      margin: 0; }
  ul.products-list li .product-info .stock-info {
    left: 0;
    position: static;
    bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%; }
    ul.products-list li .product-info .stock-info small {
      font-size: 0.8rem; }
  ul.products-list li .product-info .unitname {
    position: static;
    width: 100%;
    background-color: #e8e8e8;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  ul.products-list li .product-info .add-to-cart {
    width: 100%;
    position: relative; }
    ul.products-list li .product-info .add-to-cart span {
      width: 100%;
      font-size: 0.8rem; }
  ul.products-list li .product-info .prod-desc {
    width: 100%; }
    ul.products-list li .product-info .prod-desc span {
      width: 100%;
      font-size: 0.8rem; }
  ul.products-list li .product-info .prod-quote {
    width: 100%; }
    ul.products-list li .product-info .prod-quote span {
      width: 100%;
      font-size: 0.8rem;
      margin-bottom: 5px; } }

.poa-cart-dropdown {
  position: relative;
  top: -5px;
  z-index: 1; }
  .poa-cart-dropdown, .poa-cart-dropdown * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .poa-cart-dropdown .inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: #CB333B; }
    .poa-cart-dropdown .inner .selector {
      margin-bottom: 12px; }
      .poa-cart-dropdown .inner .selector > * {
        display: inline-block; }
      .poa-cart-dropdown .inner .selector i {
        background-color: white;
        color: #CB333B;
        padding: 6px 10px; }
        .poa-cart-dropdown .inner .selector i:hover {
          cursor: pointer; }
      .poa-cart-dropdown .inner .selector input {
        -webkit-appearance: none;
        margin: 0 -5px;
        width: 76px;
        height: 34px;
        background: none;
        color: white;
        border: 2px solid white;
        text-align: center;
        padding-left: 15px; }
    .poa-cart-dropdown .inner .poa-link-ajax-select {
      color: white;
      display: block;
      border: 2px solid white;
      text-align: center; }
      .poa-cart-dropdown .inner .poa-link-ajax-select i {
        padding: 4px 0 0 0; }

.search-result-set .poa-cart-dropdown .inner .selector i {
  padding: 10px 10px;
  position: relative;
  top: -1px; }

.search-result-set .poa-cart-dropdown .inner .selector input {
  height: 35px; }

.promo-code-container-styling {
  position: relative; }
  .promo-code-container-styling .promo-code-styling {
    background-color: #336699;
    color: #fff;
    display: inline-block;
    padding: 5px;
    width: 200px;
    text-align: center;
    text-decoration: none !important; }
    @media (max-width: 950px) {
      .promo-code-container-styling .promo-code-styling {
        display: block;
        width: 100%; } }
    .promo-code-container-styling .promo-code-styling small {
      font-weight: 100 !important;
      font-size: 1rem !important; }
      @media (max-width: 950px) {
        .promo-code-container-styling .promo-code-styling small {
          font-size: 0.8rem !important; } }
    .promo-code-container-styling .promo-code-styling:hover {
      cursor: pointer;
      background-color: #216d96; }
  .promo-code-container-styling .promo-code-popup-styling {
    position: absolute;
    z-index: 1;
    padding: 10px;
    top: 0;
    right: 100%;
    width: 300px;
    background-color: white;
    -webkit-box-shadow: 0 0 19px -7px #000;
    box-shadow: 0 0 19px -7px #000; }
    @media (max-width: 950px) {
      .promo-code-container-styling .promo-code-popup-styling {
        right: 0;
        width: 100%; } }
    .promo-code-container-styling .promo-code-popup-styling > p:first-child {
      margin-bottom: 7px; }
    .promo-code-container-styling .promo-code-popup-styling a, .promo-code-container-styling .promo-code-popup-styling p, .promo-code-container-styling .promo-code-popup-styling .text {
      font-size: 1rem !important; }
    .promo-code-container-styling .promo-code-popup-styling input {
      width: 100%;
      border: 1px solid #333;
      height: 28px;
      font-size: 16px;
      font-weight: 100;
      padding-left: 4px; }
    .promo-code-container-styling .promo-code-popup-styling a {
      display: block;
      text-align: right;
      text-decoration: underline;
      margin-top: 10px; }
    .promo-code-container-styling .promo-code-popup-styling .message {
      color: white; }
      .promo-code-container-styling .promo-code-popup-styling .message .view-all {
        display: none;
        text-align: left;
        color: white;
        margin-top: 0; }
      .promo-code-container-styling .promo-code-popup-styling .message.success, .promo-code-container-styling .promo-code-popup-styling .message.failure {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -10px;
        margin-top: 10px;
        padding: 10px; }
      .promo-code-container-styling .promo-code-popup-styling .message.success {
        background-color: #4bb750; }
        .promo-code-container-styling .promo-code-popup-styling .message.success .view-all {
          display: block; }
      .promo-code-container-styling .promo-code-popup-styling .message.failure {
        background-color: #E51B24; }

body.product-specs .price-promo {
  font-weight: 600;
  color: #216d96; }

body.product-specs .promo-code-styling {
  margin-top: 5px; }
  @media (max-width: 950px) {
    body.product-specs .promo-code-styling {
      margin-top: 0; } }

@media (max-width: 973px) {
  body.brands ul.products-list .promo-code-container-styling,
  body.products ul.products-list .promo-code-container-styling,
  body.search ul.products-list .promo-code-container-styling {
    margin-left: 0 !important; } }

body.brands ul.products-list .promo-code-container-styling .promo-code-styling,
body.products ul.products-list .promo-code-container-styling .promo-code-styling,
body.search ul.products-list .promo-code-container-styling .promo-code-styling {
  float: right;
  margin-left: 10px; }
  @media (max-width: 973px) {
    body.brands ul.products-list .promo-code-container-styling .promo-code-styling,
    body.products ul.products-list .promo-code-container-styling .promo-code-styling,
    body.search ul.products-list .promo-code-container-styling .promo-code-styling {
      margin-left: 0;
      margin-bottom: 5px;
      display: block;
      width: 100%; } }

body.brands ul.products-list .promo-code-container-styling .promo-code-popup-styling,
body.products ul.products-list .promo-code-container-styling .promo-code-popup-styling,
body.search ul.products-list .promo-code-container-styling .promo-code-popup-styling {
  right: 0; }
  @media (max-width: 973px) {
    body.brands ul.products-list .promo-code-container-styling .promo-code-popup-styling,
    body.products ul.products-list .promo-code-container-styling .promo-code-popup-styling,
    body.search ul.products-list .promo-code-container-styling .promo-code-popup-styling {
      right: 0;
      width: 100%; } }

body.search ul.products-list .promo-code-container-styling .promo-code-styling small {
  font-size: 0.8rem !important; }

.cart-entry.cart-entry-checkout-page > span {
  padding-top: 8px;
  padding-bottom: 8px; }
  .cart-entry.cart-entry-checkout-page > span.no-flex {
    display: block !important; }
  .cart-entry.cart-entry-checkout-page > span.no-flex-grow {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

body.promo-listing .breadcrumbs {
  display: none !important; }

body.promo-listing .promo-code-container {
  display: none !important; }

#new-user-popup {
  position: relative;
  z-index: 99; }
  #new-user-popup .bg-shader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.7; }
  #new-user-popup .pop-up {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 15px;
    border-bottom: 6px solid #336699;
    max-width: 500px;
    width: 90%;
    width: calc( 100% - 40px); }
    #new-user-popup .pop-up .exit {
      position: absolute;
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      border-radius: 30px;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      background-color: #336699; }
      #new-user-popup .pop-up .exit:hover {
        cursor: pointer; }
      #new-user-popup .pop-up .exit > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        height: 2px;
        background-color: #ffffff; }
        #new-user-popup .pop-up .exit > div:first-of-type {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        #new-user-popup .pop-up .exit > div:last-of-type {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
      @media (max-width: 767px) {
        #new-user-popup .pop-up .exit {
          width: 25px;
          height: 25px; }
          #new-user-popup .pop-up .exit > div {
            height: 1px; } }
    #new-user-popup .pop-up .content {
      padding-top: 30px; }
      @media (max-width: 767px) {
        #new-user-popup .pop-up .content {
          padding-top: 20px; } }
      #new-user-popup .pop-up .content h2 {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 10px;
        font-size: 1.45rem;
        color: #336699;
        font-weight: 900; }
        @media (max-width: 767px) {
          #new-user-popup .pop-up .content h2 {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 1.1rem; } }
      #new-user-popup .pop-up .content p {
        line-height: 1.7;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px; }
        @media (max-width: 767px) {
          #new-user-popup .pop-up .content p {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 20px;
            font-size: 0.9rem;
            line-height: 1.5; } }

.homeproductmenu {
  width: 375px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  background-color: #336699;
  position: absolute;
  top: 0;
  height: 100%; }
  @media (min-width: 1200px) {
    .homeproductmenu {
      z-index: 21; } }
  @media (max-width: 1199px) {
    .homeproductmenu {
      display: none;
      padding: 0;
      width: 100%; } }
  .homeproductmenu .site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .homeproductmenu .site-logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .homeproductmenu .site-logo img {
      height: 70px !important;
      width: auto;
      margin: 10px 10px 10px 1vw;
      padding: 0 !important; }
      @media (max-width: 950px) {
        .homeproductmenu .site-logo img {
          height: auto;
          width: 140px;
          margin-left: 0; } }
      @media (max-width: 500px) {
        .homeproductmenu .site-logo img {
          height: 40px;
          width: auto;
          margin: 10px 0; } }
  @media (min-width: 1200px) {
    .homeproductmenu .menu-product > ul::after {
      content: ' ';
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: black;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 200ms ease-out;
      -moz-transition: opacity 200ms ease-out;
      -o-transition: opacity 200ms ease-out;
      transition: opacity 200ms ease-out; }
    .homeproductmenu .menu-product > ul:hover::after {
      opacity: 0.7; } }
  .homeproductmenu .menu-product > ul > li {
    position: relative;
    text-transform: uppercase;
    margin: 2.5px 0;
    padding: 5px;
    display: table;
    height: 36px; }
    .homeproductmenu .menu-product > ul > li::after {
      content: "\E315";
      font-family: "Material Icons";
      font-size: 1.1rem;
      font-weight: 300;
      color: #fff; }
    @media (max-width: 1199px) {
      .homeproductmenu .menu-product > ul > li {
        width: 100%; } }
    .homeproductmenu .menu-product > ul > li > ul {
      display: none;
      position: absolute;
      top: 0;
      left: 275px;
      z-index: 5;
      padding: 12px;
      background-color: #fff;
      text-transform: none; }
      @media (max-width: 992px) {
        .homeproductmenu .menu-product > ul > li > ul {
          padding: 14px 35px; } }
      .homeproductmenu .menu-product > ul > li > ul .links {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3; }
        @media (max-width: 992px) {
          .homeproductmenu .menu-product > ul > li > ul .links {
            -webkit-columns: 3;
            -moz-columns: 3;
            columns: 3; } }
      .homeproductmenu .menu-product > ul > li > ul p {
        position: relative;
        z-index: 1;
        color: #fff;
        font-weight: 600;
        margin-bottom: 7px;
        font-size: 0.8rem;
        border-bottom: 1px solid #fff; }
      .homeproductmenu .menu-product > ul > li > ul li {
        background: none;
        border: none; }
        .homeproductmenu .menu-product > ul > li > ul li a {
          display: inline-block;
          padding: 0;
          margin-bottom: 5px;
          background: none;
          border-bottom: 1px solid transparent;
          font-size: 14.4px;
          font-size: 0.9rem;
          color: #333; }
          .homeproductmenu .menu-product > ul > li > ul li a:hover {
            text-decoration: none; }
          @media (max-width: 992px) {
            .homeproductmenu .menu-product > ul > li > ul li a {
              font-size: .76rem; } }
          .homeproductmenu .menu-product > ul > li > ul li a::before {
            display: none; }
    @media (min-width: 993px) {
      .homeproductmenu .menu-product > ul > li > ul {
        min-width: 650px; } }
    .homeproductmenu .menu-product > ul > li:hover {
      z-index: 1;
      border-left: 2px solid #fff; }
      .homeproductmenu .menu-product > ul > li:hover > ul {
        display: block;
        width: 76vw;
        width: calc(100vw - 322px);
        max-width: 1000px; }
        .homeproductmenu .menu-product > ul > li:hover > ul p {
          color: black;
          font-weight: 600;
          font-size: 0.98rem;
          border-bottom: 1px solid #c1c1c1;
          padding-bottom: 10px;
          text-transform: uppercase;
          margin-top: 3px;
          margin-bottom: 10px; }
        .homeproductmenu .menu-product > ul > li:hover > ul li {
          width: 33.33333%;
          float: left;
          padding-right: 10px; }
          .homeproductmenu .menu-product > ul > li:hover > ul li a {
            transition: border-bottom-color 250ms ease-in-out;
            -webkit-transition: border-bottom-color 250ms ease-in-out;
            -moz-transition: border-bottom-color 250ms ease-in-out;
            -o-transition: border-bottom-color 250ms ease-in-out;
            border-bottom: 1px solid transparent;
            text-decoration: none !important; }
            .homeproductmenu .menu-product > ul > li:hover > ul li a:hover {
              border-bottom-color: black; }
            .homeproductmenu .menu-product > ul > li:hover > ul li a span {
              color: #969696; }
    .homeproductmenu .menu-product > ul > li > a {
      position: relative;
      display: table-cell;
      width: 100%;
      color: #fff;
      font-size: 0.8rem;
      font-weight: bold;
      vertical-align: middle;
      padding-right: 10px; }
      .homeproductmenu .menu-product > ul > li > a i {
        position: absolute;
        right: 3px;
        top: 6px;
        font-size: 16px; }
        @media (max-width: 767px) {
          .homeproductmenu .menu-product > ul > li > a i {
            display: none; } }

body.home, body.product-catalogues, body.product-brochures, body.weekly-specials, body.clearance-offers, body.search, body.certifiedlugs, body.banner-search, body.announcements, body.coronavirus {
  position: relative; }
  body.home .mega-side-menu-spacing, body.product-catalogues .mega-side-menu-spacing, body.product-brochures .mega-side-menu-spacing, body.weekly-specials .mega-side-menu-spacing, body.clearance-offers .mega-side-menu-spacing, body.search .mega-side-menu-spacing, body.certifiedlugs .mega-side-menu-spacing, body.banner-search .mega-side-menu-spacing, body.announcements .mega-side-menu-spacing, body.coronavirus .mega-side-menu-spacing {
    margin-top: 0;
    margin-left: 375px;
    padding-left: 30px;
    margin-top: 50px; }
    @media (max-width: 1199px) {
      body.home .mega-side-menu-spacing, body.product-catalogues .mega-side-menu-spacing, body.product-brochures .mega-side-menu-spacing, body.weekly-specials .mega-side-menu-spacing, body.clearance-offers .mega-side-menu-spacing, body.search .mega-side-menu-spacing, body.certifiedlugs .mega-side-menu-spacing, body.banner-search .mega-side-menu-spacing, body.announcements .mega-side-menu-spacing, body.coronavirus .mega-side-menu-spacing {
        margin-left: 0;
        margin-top: 0;
        padding: 0 30px; } }
    @media (max-width: 767px) {
      body.home .mega-side-menu-spacing, body.product-catalogues .mega-side-menu-spacing, body.product-brochures .mega-side-menu-spacing, body.weekly-specials .mega-side-menu-spacing, body.clearance-offers .mega-side-menu-spacing, body.search .mega-side-menu-spacing, body.certifiedlugs .mega-side-menu-spacing, body.banner-search .mega-side-menu-spacing, body.announcements .mega-side-menu-spacing, body.coronavirus .mega-side-menu-spacing {
        padding: 0 15px; } }
  body.home .content, body.product-catalogues .content, body.product-brochures .content, body.weekly-specials .content, body.clearance-offers .content, body.search .content, body.certifiedlugs .content, body.banner-search .content, body.announcements .content, body.coronavirus .content {
    margin-top: 0; }
  body.home header#masthead, body.product-catalogues header#masthead, body.product-brochures header#masthead, body.weekly-specials header#masthead, body.clearance-offers header#masthead, body.search header#masthead, body.certifiedlugs header#masthead, body.banner-search header#masthead, body.announcements header#masthead, body.coronavirus header#masthead {
    position: relative; }
    body.home header#masthead .site-logo2, body.product-catalogues header#masthead .site-logo2, body.product-brochures header#masthead .site-logo2, body.weekly-specials header#masthead .site-logo2, body.clearance-offers header#masthead .site-logo2, body.search header#masthead .site-logo2, body.certifiedlugs header#masthead .site-logo2, body.banner-search header#masthead .site-logo2, body.announcements header#masthead .site-logo2, body.coronavirus header#masthead .site-logo2 {
      top: 0; }
  body.home footer#site-footer, body.product-catalogues footer#site-footer, body.product-brochures footer#site-footer, body.weekly-specials footer#site-footer, body.clearance-offers footer#site-footer, body.search footer#site-footer, body.certifiedlugs footer#site-footer, body.banner-search footer#site-footer, body.announcements footer#site-footer, body.coronavirus footer#site-footer {
    padding-left: 375px; }
    @media (max-width: 1199px) {
      body.home footer#site-footer, body.product-catalogues footer#site-footer, body.product-brochures footer#site-footer, body.weekly-specials footer#site-footer, body.clearance-offers footer#site-footer, body.search footer#site-footer, body.certifiedlugs footer#site-footer, body.banner-search footer#site-footer, body.announcements footer#site-footer, body.coronavirus footer#site-footer {
        padding-left: 0; } }

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