@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: transparent; }

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; } }

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;
  padding-top: 65px; }
  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, .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), .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, .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, .order-confirmation .existing-credit-card.loading {
  pointer-events: none;
  min-height: 110px; }
  ul.products-list li .product-info .stock-info .stock-box.loading:not(.order-details):not(.login-form), .order-confirmation .existing-credit-card.loading:not(.order-details):not(.login-form) {
    position: relative; }
  ul.products-list li .product-info .stock-info .stock-box.loading:after, .order-confirmation .existing-credit-card.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: #000 !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: #000;
    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; }

.add-to-cart span:not(.order-details), form.success:not(.order-details) {
  position: relative; }

.add-to-cart span > *, form.success > * {
  opacity: .7; }

.add-to-cart span:after, 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: 10;
  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, li.cart .mini-cart {
  /* Let's get this party started */
  /* Track */
  /* Handle */ }
  ul.products-list li .product-info .stock-info .stock-box::-webkit-scrollbar, li.cart .mini-cart::-webkit-scrollbar {
    width: 8px; }
  ul.products-list li .product-info .stock-info .stock-box::-webkit-scrollbar-track, li.cart .mini-cart::-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, li.cart .mini-cart::-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, li.cart .mini-cart::-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 img {
  float: right; }

.info-box .third {
  width: 75%;
  display: inline-block; }

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: #E8E8E8; }

.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); } }

/**
 * 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: transparent; }
  .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 {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 8; }
  header#masthead .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 1420px; }
  header#masthead .site-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header#masthead .site-logo img {
    height: 50px;
    /*------ vics code reduced logo height by 10px ------*/
    width: auto;
    margin: 10px 10px 10px 10px; }
    @media (max-width: 500px) {
      header#masthead .site-logo img {
        height: 40px;
        margin: 17px 0 15px; } }
  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 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: inline-block; }
    header#masthead nav > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: relative;
      height: 100%; }
      @media (max-width: 1199px) {
        header#masthead nav > ul {
          height: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      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: 10px 1px;
        /*------ vics code to decrease spacing between menu items (padding px reduced) ------*/
        position: relative;
        margin: 0 4px; }
        @media (max-width: 1299px) {
          header#masthead nav > ul > li {
            margin: 0; } }
        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 {
          padding: 12px 4px;
          color: #333;
          display: block;
          font-weight: 600;
          font-size: 12px;
          letter-spacing: -.02em; }
        header#masthead nav > ul > li.important a {
          color: #fff;
          background-color: #336699; }
        header#masthead nav > ul > li.user-info:hover {
          background-color: #fff; }
        header#masthead nav > ul > li.user-info > span.user-detail {
          background-color: #336699;
          padding: 5px 32px 5px 18px;
          position: relative; }
          header#masthead nav > ul > li.user-info > span.user-detail > a {
            color: #fff; }
            header#masthead nav > ul > li.user-info > span.user-detail > a:after {
              content: "\E5C5";
              font-family: "Material Icons";
              color: #fff;
              font-size: 22.4px;
              font-size: 1.4rem;
              position: absolute;
              top: 55%;
              right: 10px;
              display: block;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -moz-transform: translateY(-50%); }
          header#masthead nav > ul > li.user-info > span.user-detail .user-submenu {
            display: none;
            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; }
            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); }
              header#masthead nav > ul > li.user-info > span.user-detail .user-submenu a:hover {
                background-color: #336699;
                color: #fff; }
          header#masthead nav > ul > li.user-info > span.user-detail:hover .user-submenu {
            display: block; }
        @media (max-width: 1199px) {
          header#masthead nav > ul > li.user-info {
            margin: 0 !important; } }
        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: 9.6px;
                font-size: 0.6rem; }
              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:not(.search):not(.login):hover {
            border-color: #336699; }
        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.menu-product > ul > li {
          position: relative; }
          @media (max-width: 991px) {
            header#masthead nav > ul > li.menu-product > ul > li {
              position: relative; } }
          header#masthead nav > ul > li.menu-product > ul > li > ul {
            display: none;
            position: absolute;
            top: 0;
            left: 80%;
            z-index: 5;
            padding: 10px 25px;
            background-color: #E8E8E8; }
            @media (max-width: 992px) {
              header#masthead nav > ul > li.menu-product > ul > li > ul {
                padding: 14px 35px; } }
            header#masthead nav > ul > li.menu-product > ul > li > ul .links {
              -webkit-columns: 3;
              -moz-columns: 3;
              columns: 3; }
              @media (max-width: 992px) {
                header#masthead nav > ul > li.menu-product > ul > li > ul .links {
                  -webkit-columns: 3;
                  -moz-columns: 3;
                  columns: 3; } }
            header#masthead nav > ul > li.menu-product > ul > li > ul p {
              position: relative;
              z-index: 1;
              color: #fff;
              font-weight: 600;
              margin-bottom: 7px;
              font-size: 0.9rem;
              border-bottom: 1px solid #fff; }
            header#masthead nav > ul > li.menu-product > ul > li > ul li {
              background: none;
              border: none; }
              header#masthead nav > ul > li.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; }
                @media (max-width: 992px) {
                  header#masthead nav > ul > li.menu-product > ul > li > ul li a {
                    font-size: .76rem; } }
                header#masthead nav > ul > li.menu-product > ul > li > ul li a::before {
                  display: none; }
          @media (min-width: 993px) {
            header#masthead nav > ul > li.menu-product > ul > li > ul {
              min-width: 650px; } }
          header#masthead nav > ul > li.menu-product > ul > li:hover > ul {
            display: block;
            width: auto;
            min-width: 270px; }
          header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='17'] > ul, header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='18'] > ul, header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='12'] > ul, header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='16'] > ul {
            -webkit-columns: 2;
            columns: 2;
            min-width: 700px; }
            header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='17'] > ul li a, header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='18'] > ul li a, header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='12'] > ul li a, header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='16'] > ul li a {
              white-space: normal; }
          header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='16'] > ul, header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='12'] > ul {
            min-width: 600px;
            -webkit-columns: 3;
            columns: 3; }
            @media (max-height: 800px) {
              header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='16'] > ul, header#masthead nav > ul > li.menu-product > ul > li:hover[data-code='12'] > ul {
                transform: translateY(-88%);
                -webkit-transform: translateY(-88%);
                -ms-transform: translateY(-88%);
                -moz-transform: translateY(-88%); } }
          header#masthead nav > ul > li.menu-product > ul > li > a {
            position: relative;
            padding-right: 15px;
            display: block;
            width: 100%; }
            header#masthead nav > ul > li.menu-product > ul > li > a i {
              position: absolute;
              right: 3px;
              top: 6px;
              font-size: 16px; }
              @media (max-width: 767px) {
                header#masthead nav > ul > li.menu-product > ul > li > a i {
                  display: none; } }
        header#masthead nav > ul > li.search {
          margin-right: 10px;
          margin-left: 3px;
          padding-top: 10px;
          max-width: 250px;
          -ms-flex-preferred-size: auto;
          flex-basis: auto; }
          @media (min-width: 768px) {
            header#masthead nav > ul > li.search {
              -webkit-box-flex: 1;
              -ms-flex-positive: 1;
              flex-grow: 1; } }
          @media (max-width: 1199px) {
            header#masthead nav > ul > li.search {
              max-width: 300px; } }
          @media (max-width: 1199px) {
            header#masthead nav > ul > li.search {
              max-width: 200px; } }
          header#masthead nav > ul > li.search form {
            padding: 0;
            width: 100%;
            position: relative; }
          header#masthead nav > ul > li.search input[type=text] {
            border-style: solid;
            display: block;
            width: 100%;
            font-size: 0.8rem;
            font-weight: 300;
            padding: 10px 10px 10px 15px;
            float: left;
            border-radius: 20px;
            border-color: #ccc;
            border-width: 1px; }
          header#masthead nav > ul > li.search button {
            position: absolute;
            display: block;
            left: 6px;
            top: 5px;
            width: 30px;
            height: 30px;
            background-color: transparent;
            color: black !important;
            padding: 0; }
            header#masthead nav > ul > li.search button img {
              width: 16px; }
        header#masthead nav > ul > li a.ask-us {
          font-weight: bold;
          color: #336699 !important;
          text-decoration: none; }
        @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 > a {
      padding: 20px 11px;
      font-size: 12.8px;
      font-size: 0.8rem;
      font-weight: 400; } }
  @media (max-width: 1300px) and (min-width: 767px) {
    header#masthead nav > ul > li > a {
      margin-right: 10px;
      display: block;
      /*------ vics code for menu dropdown in IE to help with the hover dropdown issue ------*/ } }
  @media (max-width: 1300px) and (max-width: 992px) {
    header#masthead nav > ul > li > a {
      font-size: .77rem;
      padding: 20px 7px;
      /*------ vics code for menu dropdown to help with the hover dropdown issue (increased from 12px to 20px) ------*/
      display: block;
      /*------ vics code for menu dropdown in IE to help with the hover dropdown issue ------*/ } }
  @media (max-width: 1300px) {
    header#masthead nav > ul > li.user-info > span.user-detail {
      background-color: #fff;
      padding: 0; } }
  @media (max-width: 1300px) and (min-width: 767px) {
    header#masthead nav > ul > li.user-info > span.user-detail {
      /*------ vics code to make account drop down an icon at smaller screen size ------*/ }
      header#masthead nav > ul > li.user-info > span.user-detail > a {
        font-size: 0;
        width: 26px;
        display: block;
        height: 55px; }
        header#masthead nav > ul > li.user-info > span.user-detail > a:after {
          display: none; }
      header#masthead nav > ul > li.user-info > span.user-detail:before {
        content: "\E8D3";
        font-family: "Material Icons";
        color: #336699;
        font-size: 24px;
        font-size: 1.5rem;
        /*------ vics code for mega menu (reduced font size from 2) ------*/
        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%); } }
  @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: 800px) {
    header#masthead .menu-toggle {
      display: none; } }
  @media screen and (max-width: 800px), 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.user-info {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
            margin-top: -41px;
            margin-bottom: 10px; }
            header#masthead nav > ul > li.user-info:hover {
              background-color: transparent; }
            header#masthead nav > ul > li.user-info span.user-detail .user-submenu {
              right: auto;
              left: 0; }
          header#masthead nav > ul > li ul {
            display: none !important; }
          header#masthead nav > ul > li.cart {
            position: fixed;
            right: 60px;
            top: 23px;
            margin-left: 0;
            z-index: 1; }
            header#masthead nav > ul > li.cart .cart-icon {
              padding: 15px 12px;
              width: 45px; }
            header#masthead nav > ul > li.cart .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: 800px) 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; } }

#operator_avatar {
  background-color: #336699 !important;
  float: right;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 0.3em soild #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: background-color .2; }

.feature-box {
  padding: 5px;
  border: #eee solid 1px;
  display: block; }
  .feature-box h3 {
    font-weight: 600;
    min-height: 40px;
    font-size: 0.9rem !important;
    margin: 2px; }
  .feature-box h4 {
    color: #336699;
    font-size: 0.8rem !important;
    padding-bottom: 5px; }
  .feature-box p {
    min-height: 50px;
    font-size: 0.7rem !important; }
  .feature-box a img {
    margin-bottom: 15px;
    height: 90px;
    width: auto; }
  .feature-box a.general-button {
    width: 100%;
    text-transform: none;
    padding: 5px; }

.hero-wrapper .owl-item div {
  width: 100%;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/images/sce-hero-default.jpg); }
  .hero-wrapper .owl-item div a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .hero-wrapper .owl-item div img {
    display: block; }

.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%); }

span.redbtn {
  color: #fff !important;
  background-color: #336699;
  display: inline-block;
  font-weight: 600;
  font-size: 13.6px;
  font-size: 0.85rem;
  padding: 12px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px; }

.brands-wrapper {
  padding-top: 10px;
  background-color: #fff; }
  .brands-wrapper h1 {
    font-size: 1.3em;
    text-decoration: none !important;
    text-align: center;
    margin: 0;
    padding: 5px 0 0 0; }
  .brands-wrapper .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .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; }
    .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; }
      .brands-wrapper .item .image-wrapper img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .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); }
    .brands-wrapper .item:hover span {
      color: #555; }
    .brands-wrapper .item:hover .image-wrapper {
      -webkit-filter: none;
      filter: none;
      opacity: 1; }

img.responsive-image {
  width: 80%;
  height: auto; }

.content {
  /*padding-bottom: 95px;*/
  background-color: #ffffff; }
  body.products .content, body.new-products .content, body.brands .content, body.clearance-offers .content, body.special-offers .content {
    padding-bottom: 0; }
    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: 20px; }

body:not(.home) .hero-wrapper {
  height: 200px;
  background-image: url(/assets/images/sce-hero-default.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body:not(.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; }
    body:not(.home) .hero-wrapper div h1 {
      color: #000; }
  @media (max-width: 767px) {
    body:not(.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 h2 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
    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: 600;
    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 (max-width: 992px) {
    .products-grid-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .products-grid-wrapper h1 {
        display: none; }
      .products-grid-wrapper .mobile-filters {
        display: block;
        position: absolute;
        top: 80px;
        width: 100%;
        left: 0;
        background-color: #E8E8E8;
        padding: 3px 23px;
        z-index: 7; }
        .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; } }

.products-filters {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-right: 15px;
  padding: 25px 20px 35px;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .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: #333;
      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: #eff8f9; }
    .products-filters > ul > li.brand-item.current-page > a {
      background-color: #f6f6f6; }
    .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: #336699;
          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 (max-width: 992px) {
    .products-filters {
      position: fixed !important;
      top: 95px;
      width: 100%;
      height: calc(100% - 110px);
      overflow: auto;
      transform: translate3d(0, -110%, 0);
      -webkit-transform: translate3d(0, -110%, 0);
      -ms-transform: translate3d(0, -110%, 0);
      -moz-transform: translate3d(0, -110%, 0);
      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: 6;
      padding: 10px 15px;
      max-width: none; }
      .filters-slideout .products-filters {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none; } }

.breadcrumbs {
  display: block;
  margin: 5px 0 0;
  content: "";
  display: table;
  table-layout: fixed; }
  .breadcrumbs .breadcrumb-shop {
    background-color: #336699;
    display: block;
    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;
      left: 2px;
      font-size: 22.4px;
      font-size: 1.4rem; }
    .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: #336699;
      border-width: 14px;
      margin-top: -14px;
      z-index: 2; }
    .breadcrumbs .breadcrumb-shop:hover {
      background-color: #4080bf; }
      .breadcrumbs .breadcrumb-shop:hover:after {
        border-left-color: #4080bf; }
  .breadcrumbs > span:not(.breadcrumb-shop) {
    display: block;
    float: left;
    margin-left: 5px;
    height: 28px; }
    .breadcrumbs > span:not(.breadcrumb-shop) a {
      background-color: #336699;
      color: #fff;
      display: block;
      height: 100%;
      width: 100%;
      padding: 5px 9px 3px 25px;
      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: 12.8px;
      font-size: 0.8rem; }
      .breadcrumbs > span:not(.breadcrumb-shop) a: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:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-left-color: #336699;
        border-width: 14px;
        margin-top: -14px;
        z-index: 2;
        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); }
      .breadcrumbs > span:not(.breadcrumb-shop) a:hover {
        background-color: #336699; }
        .breadcrumbs > span:not(.breadcrumb-shop) a:hover:after {
          border-left-color: #336699; }
    .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):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; }
    @media (max-width: 992px) {
      .products-display .products-grid {
        padding-top: 30px; } }
    .products-display .products-grid:after {
      content: " ";
      display: block;
      clear: both; }
    .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;
      width: 25%;
      padding: 20px 35px;
      text-align: center; }
      .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: calc(25% - 30px);
        height: 180px;
        margin: 25px 15px 25px;
        position: relative;
        background-color: #fff; }
        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: 32px;
            font-size: 2rem;
            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;
          max-width: 280px;
          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); }
        .products-display .products-grid ul:not(.products-list) li .product-info {
          padding: 7px 15px; }
          .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;
            line-height: 20px; }
        .products-display .products-grid ul:not(.products-list) li:hover {
          background-color: #fff; }
      @media (max-width: 767px) {
        .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 40px; } }
    .products-display .products-grid .grouped-description {
      padding: 25px 20px;
      border-bottom: 2px solid #efefef;
      margin-bottom: 20px; }
  @media (max-width: 767px) {
    .products-display > h1:first-child {
      margin-top: -35px;
      color: #fff;
      position: relative;
      padding: 8px 15px;
      font-size: 17.6px;
      font-size: 1.1rem; }
    .products-display .products-grid {
      padding: 25px 15px; } }

ul.products-list li {
  padding: 3px 0px;
  border-left: 3px dotted transparent; }
  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: 5px;
      color: #336699;
      font-size: 32px;
      font-size: 2rem;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
  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: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
  ul.products-list li.has-new {
    position: relative; }
    ul.products-list li.has-new:before {
      content: "\E031";
      font-family: "Material Icons";
      position: absolute;
      right: 0;
      color: #fff;
      top: 0; }
  ul.products-list li.grouped {
    margin: 0;
    padding: 0 12px;
    border-left: 3px dotted #efefef; }
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 5px 4px 5px 15px;
    border: 1px solid #336699; }
    ul.products-list li .product-info h2 a {
      font-size: 0.9rem; }
    ul.products-list li .product-info .info-box {
      -webkit-box-flex: 10;
      -ms-flex: 10;
      flex: 10;
      padding-left: 15px;
      margin-left: 20px; }
    ul.products-list li .product-info .part-number {
      font-size: 12.8px;
      font-size: 0.8rem;
      font-weight: 600;
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3;
      word-wrap: break-word;
      min-width: 0; }
    ul.products-list li .product-info .unitname, ul.products-list li .product-info .qtyper {
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3;
      font-size: 0.8rem; }
    ul.products-list li .product-info .price {
      font-weight: 600;
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      padding: 4px;
      min-width: 110px; }
      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 {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      padding: 0 10px 0 10px; }
      ul.products-list li .product-info .brand-image img {
        max-width: 80%;
        height: auto;
        max-height: 40px; }
    ul.products-list li .product-info .stock-info {
      -webkit-box-flex: 1.7;
      -ms-flex: 1.7;
      flex: 1.7;
      position: relative; }
      ul.products-list li .product-info .stock-info span {
        text-align: center;
        font-size: 11.84px;
        font-size: 0.74rem;
        padding: 3px 4px 2px;
        font-weight: 500; }
      ul.products-list li .product-info .stock-info .stock-box {
        display: none;
        position: absolute !important;
        top: 100%;
        right: 0;
        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: 280px; }
        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: 2px 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; }
        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; }
              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: #777; }
            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 .add-to-cart {
      -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
      flex: 1.3; }
    ul.products-list li .product-info .product-image {
      height: 136px;
      width: 166px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: darken;
      background-color: #fff; }
    ul.products-list li .product-info small {
      display: block;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 11.2px;
      font-size: 0.7rem; }
    @media (max-width: 767px) {
      ul.products-list li .product-info {
        display: block;
        position: relative;
        min-height: 100px;
        border: solid 1px #e7e7e7; }
        ul.products-list li .product-info .smlimg {
          min-height: 50px; }
        ul.products-list li .product-info .product-image {
          height: 100px; }
        ul.products-list li .product-info .info-box {
          padding: 0;
          margin-left: 0;
          margin-bottom: 25px; }
        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: 40%;
          position: absolute;
          right: 5px;
          top: 8px; }
        ul.products-list li .product-info .add-to-cart {
          position: absolute;
          left: 275px;
          bottom: 0px; }
        ul.products-list li .product-info div.price {
          bottom: 20px;
          font-size: 0.8rem; }
        ul.products-list li .product-info .stock-info {
          left: 10px;
          position: absolute;
          bottom: 3px; }
          ul.products-list li .product-info .stock-info .stock-box {
            left: 0px; }
        ul.products-list li .product-info .unitname {
          bottom: 20px; } }
  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; }

.add-to-cart span {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  padding: 12px;
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: 2px;
  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);
  margin-right: 35px; }
  .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: #336699; }
    .add-to-cart span:hover i {
      color: #fff; }

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

.product-details h2, .grouped-description h2 {
  font-weight: 600;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 8px; }

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

.product-details .product-details-wrapper .product-details, .grouped-description .product-details-wrapper .product-details {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9; }
  .product-details .product-details-wrapper .product-details.share-space, .grouped-description .product-details-wrapper .product-details.share-space {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6; }

.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-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  margin-top: -45px; }
  .product-details .product-details-wrapper .brand-image img, .product-details .product-details-wrapper .product-image img, .grouped-description .product-details-wrapper .brand-image img, .grouped-description .product-details-wrapper .product-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .product-details .product-details-wrapper .brand-image img, .product-details .product-details-wrapper .product-image img, .grouped-description .product-details-wrapper .brand-image img, .grouped-description .product-details-wrapper .product-image img {
        max-width: 100%; } }
  .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px; }

.product-details .single-product.content, .grouped-description .single-product.content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 0;
  background-color: #fff; }
  .product-details .single-product.content + .product-image, .grouped-description .single-product.content + .product-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right; }
    .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; }

@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; }
  .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 #6699cc;
  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: #79f; }
  .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: #E8E8E8; }
  body .full-width aside ul {
    padding-right: 10px;
    width: 100%;
    height: auto; }
    body .full-width aside ul li a {
      color: #262626; }
    body .full-width aside ul li a:hover, body .full-width aside ul li.current-page a {
      background-color: #336699 !important;
      color: #fff; }

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

.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 (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 .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 .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]:hover, .tabbed-display table .sorting:hover {
      background-color: rgba(255, 255, 255, 0.2);
      cursor: pointer; }
  .tabbed-display table tbody tr:nth-child(odd):not(.headings) {
    background-color: #f8f8f8; }
  .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;
    font-weight: 600; }
    .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 .result-message p a {
    color: #fff; }

.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; }

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

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; }

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: #777; }
      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: #000; }
      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 15px 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; }

.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 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; } }

/* 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: #999;
  padding: 45px 0 0;
  color: #fff;
  position: relative;
  z-index: 1; }
  footer#site-footer .linkedin-icon {
    margin-top: 15px;
    display: block; }
    footer#site-footer .linkedin-icon img {
      width: 32px;
      height: auto; }
  footer#site-footer .bottom {
    background-color: #262626;
    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: 12.8px;
    font-size: 0.8rem; }
  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;
    padding: 3px; }
  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 {
    padding-top: 15px; }
    footer#site-footer .contact-details p {
      font-size: 12.8px;
      font-size: 0.8rem; }
      footer#site-footer .contact-details p a {
        color: #fff; }

.product-box-outer260 {
  display: block;
  float: left;
  width: 30%;
  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; }

.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 25px;
  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; }

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