<style>
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
a:focus {
  outline: 0;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
blockquote {
  margin: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 10px;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.cartbox-cell .form-select{
  width:100%;
}
.w-input, 
.p-quoteform .form-text,
.p-quoteform .form-select,
.p-quoteform .form-textarea,
.w-select,
.p-matrix-attributes select,
.p-matrix-attribute input[type="number"]{
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.p-quoteform .form-textarea{
  height:100px;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999999;
}
.w-input:focus,
.w-select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select[multiple] {
  height: auto;
}
.w-button {
  display: inline-block;
  padding: 12px;
  background-color: black;
  color: white;
  border: 0;
  line-height: inherit;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 20px;
}
@media screen and (max-width: 1279px) {
  .w-container {
    max-width: 940px;
  }
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
/*.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}*/
.w-container  .w-col .w-row { margin-left: 0; margin-right: 0; }
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-col-push-1 {
  left: 8.33333333%;
}
.w-col-push-2 {
  left: 16.66666667%;
}
.w-col-push-3 {
  left: 25%;
}
.w-col-push-4 {
  left: 33.33333333%;
}
.w-col-push-5 {
  left: 41.66666667%;
}
.w-col-push-6 {
  left: 50%;
}
.w-col-push-7 {
  left: 58.33333333%;
}
.w-col-push-8 {
  left: 66.66666667%;
}
.w-col-push-9 {
  left: 75%;
}
.w-col-push-10 {
  left: 83.33333333%;
}
.w-col-push-11 {
  left: 91.66666667%;
}
.w-col-pull-1 {
  right: 8.33333333%;
}
.w-col-pull-2 {
  right: 16.66666667%;
}
.w-col-pull-3 {
  right: 25%;
}
.w-col-pull-4 {
  right: 33.33333333%;
}
.w-col-pull-5 {
  right: 41.66666667%;
}
.w-col-pull-6 {
  right: 50%;
}
.w-col-pull-7 {
  right: 58.33333333%;
}
.w-col-pull-8 {
  right: 66.66666667%;
}
.w-col-pull-9 {
  right: 75%;
}
.w-col-pull-10 {
  right: 83.33333333%;
}
.w-col-pull-11 {
  right: 91.66666667%;
}
.w-col-offset-1 {
  margin-left: 8.33333333%;
}
.w-col-offset-2 {
  margin-left: 16.66666667%;
}
.w-col-offset-3 {
  margin-left: 25%;
}
.w-col-offset-4 {
  margin-left: 33.33333333%;
}
.w-col-offset-5 {
  margin-left: 41.66666667%;
}
.w-col-offset-6 {
  margin-left: 50%;
}
.w-col-offset-7 {
  margin-left: 58.33333333%;
}
.w-col-offset-8 {
  margin-left: 66.66666667%;
}
.w-col-offset-9 {
  margin-left: 75%;
}
.w-col-offset-10 {
  margin-left: 83.33333333%;
}
.w-col-offset-11 {
  margin-left: 91.66666667%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-medium-push-1 {
    left: 8.33333333%;
  }
  .w-col-medium-push-2 {
    left: 16.66666667%;
  }
  .w-col-medium-push-3 {
    left: 25%;
  }
  .w-col-medium-push-4 {
    left: 33.33333333%;
  }
  .w-col-medium-push-5 {
    left: 41.66666667%;
  }
  .w-col-medium-push-6 {
    left: 50%;
  }
  .w-col-medium-push-7 {
    left: 58.33333333%;
  }
  .w-col-medium-push-8 {
    left: 66.66666667%;
  }
  .w-col-medium-push-9 {
    left: 75%;
  }
  .w-col-medium-push-10 {
    left: 83.33333333%;
  }
  .w-col-medium-push-11 {
    left: 91.66666667%;
  }
  .w-col-medium-pull-1 {
    right: 8.33333333%;
  }
  .w-col-medium-pull-2 {
    right: 16.66666667%;
  }
  .w-col-medium-pull-3 {
    right: 25%;
  }
  .w-col-medium-pull-4 {
    right: 33.33333333%;
  }
  .w-col-medium-pull-5 {
    right: 41.66666667%;
  }
  .w-col-medium-pull-6 {
    right: 50%;
  }
  .w-col-medium-pull-7 {
    right: 58.33333333%;
  }
  .w-col-medium-pull-8 {
    right: 66.66666667%;
  }
  .w-col-medium-pull-9 {
    right: 75%;
  }
  .w-col-medium-pull-10 {
    right: 83.33333333%;
  }
  .w-col-medium-pull-11 {
    right: 91.66666667%;
  }
  .w-col-medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .w-col-medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .w-col-medium-offset-3 {
    margin-left: 25%;
  }
  .w-col-medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .w-col-medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .w-col-medium-offset-6 {
    margin-left: 50%;
  }
  .w-col-medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .w-col-medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .w-col-medium-offset-9 {
    margin-left: 75%;
  }
  .w-col-medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .w-col-medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
  .w-col-small-push-1 {
    left: 8.33333333%;
  }
  .w-col-small-push-2 {
    left: 16.66666667%;
  }
  .w-col-small-push-3 {
    left: 25%;
  }
  .w-col-small-push-4 {
    left: 33.33333333%;
  }
  .w-col-small-push-5 {
    left: 41.66666667%;
  }
  .w-col-small-push-6 {
    left: 50%;
  }
  .w-col-small-push-7 {
    left: 58.33333333%;
  }
  .w-col-small-push-8 {
    left: 66.66666667%;
  }
  .w-col-small-push-9 {
    left: 75%;
  }
  .w-col-small-push-10 {
    left: 83.33333333%;
  }
  .w-col-small-push-11 {
    left: 91.66666667%;
  }
  .w-col-small-pull-1 {
    right: 8.33333333%;
  }
  .w-col-small-pull-2 {
    right: 16.66666667%;
  }
  .w-col-small-pull-3 {
    right: 25%;
  }
  .w-col-small-pull-4 {
    right: 33.33333333%;
  }
  .w-col-small-pull-5 {
    right: 41.66666667%;
  }
  .w-col-small-pull-6 {
    right: 50%;
  }
  .w-col-small-pull-7 {
    right: 58.33333333%;
  }
  .w-col-small-pull-8 {
    right: 66.66666667%;
  }
  .w-col-small-pull-9 {
    right: 75%;
  }
  .w-col-small-pull-10 {
    right: 83.33333333%;
  }
  .w-col-small-pull-11 {
    right: 91.66666667%;
  }
  .w-col-small-offset-1 {
    margin-left: 8.33333333%;
  }
  .w-col-small-offset-2 {
    margin-left: 16.66666667%;
  }
  .w-col-small-offset-3 {
    margin-left: 25%;
  }
  .w-col-small-offset-4 {
    margin-left: 33.33333333%;
  }
  .w-col-small-offset-5 {
    margin-left: 41.66666667%;
  }
  .w-col-small-offset-6 {
    margin-left: 50%;
  }
  .w-col-small-offset-7 {
    margin-left: 58.33333333%;
  }
  .w-col-small-offset-8 {
    margin-left: 66.66666667%;
  }
  .w-col-small-offset-9 {
    margin-left: 75%;
  }
  .w-col-small-offset-10 {
    margin-left: 83.33333333%;
  }
  .w-col-small-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
  .w-col-tiny-push-1 {
    left: 8.33333333%;
  }
  .w-col-tiny-push-2 {
    left: 16.66666667%;
  }
  .w-col-tiny-push-3 {
    left: 25%;
  }
  .w-col-tiny-push-4 {
    left: 33.33333333%;
  }
  .w-col-tiny-push-5 {
    left: 41.66666667%;
  }
  .w-col-tiny-push-6 {
    left: 50%;
  }
  .w-col-tiny-push-7 {
    left: 58.33333333%;
  }
  .w-col-tiny-push-8 {
    left: 66.66666667%;
  }
  .w-col-tiny-push-9 {
    left: 75%;
  }
  .w-col-tiny-push-10 {
    left: 83.33333333%;
  }
  .w-col-tiny-push-11 {
    left: 91.66666667%;
  }
  .w-col-tiny-pull-1 {
    right: 8.33333333%;
  }
  .w-col-tiny-pull-2 {
    right: 16.66666667%;
  }
  .w-col-tiny-pull-3 {
    right: 25%;
  }
  .w-col-tiny-pull-4 {
    right: 33.33333333%;
  }
  .w-col-tiny-pull-5 {
    right: 41.66666667%;
  }
  .w-col-tiny-pull-6 {
    right: 50%;
  }
  .w-col-tiny-pull-7 {
    right: 58.33333333%;
  }
  .w-col-tiny-pull-8 {
    right: 66.66666667%;
  }
  .w-col-tiny-pull-9 {
    right: 75%;
  }
  .w-col-tiny-pull-10 {
    right: 83.33333333%;
  }
  .w-col-tiny-pull-11 {
    right: 91.66666667%;
  }
  .w-col-tiny-offset-1 {
    margin-left: 8.33333333%;
  }
  .w-col-tiny-offset-2 {
    margin-left: 16.66666667%;
  }
  .w-col-tiny-offset-3 {
    margin-left: 25%;
  }
  .w-col-tiny-offset-4 {
    margin-left: 33.33333333%;
  }
  .w-col-tiny-offset-5 {
    margin-left: 41.66666667%;
  }
  .w-col-tiny-offset-6 {
    margin-left: 50%;
  }
  .w-col-tiny-offset-7 {
    margin-left: 58.33333333%;
  }
  .w-col-tiny-offset-8 {
    margin-left: 66.66666667%;
  }
  .w-col-tiny-offset-9 {
    margin-left: 75%;
  }
  .w-col-tiny-offset-10 {
    margin-left: 83.33333333%;
  }
  .w-col-tiny-offset-11 {
    margin-left: 91.66666667%;
  }
}
/*==============================================================================
OPS STYLES
===============================================================================*/



.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: rgba(153, 153, 153, 0.5);
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -moz-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #f2f2f2;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
}
.w-dropdown-link.w--current {
  color: #339ce1;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
.w-lightbox-image {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-nav {
  position: relative;
  background: #BBB;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #222222;
}
.w-nav-brand:hover {
  text-decoration: none;
  color: #222222;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link:hover {
  text-decoration: none;
  color: #222222;
}
.w-nav-link.w--current {
  color: #339ce1;
}
.w-nav-menu {
  position: relative;
  float: right;
}
.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #999;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 11px 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #999;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
  top: 1px;
}
.tab_link {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 8px 30px;
  text-align: left;
  cursor: pointer;
  background-color: #E8E8E8;
}
.w-tab-link.w--current {
  background-color: #BCD3F3;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
  background-color: white;
  margin-top: 0;
  padding: 2px;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 4px;
  -moz-border-radius-top-left: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-items {
  display: none;
}
.w-dyn-items.visible {
  display: block;
}
.w-dyn-empty {
  display: none;
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-error {
  display: none;
  padding: 10px;
  background-color: #ffdede;
}


/* ================ OPS ===============*/

body{font:14px/1.6 Arial,Helvetica,sans-serif; color:#060606;}


/* ================ HEADER AND FOOTER ===============*/

header{ background-color:#fff; }
#cart-head { width: 100%; height: 39px; background-color: #d4d5d7; }
nav.nav-top { float: right; }
.nav-top ul { padding: 0px; margin-top: 10px; }
ul.ul-nav li { float: left; list-style: none; }
.nav-top a { color: #2E3A3F; text-decoration: none; font-size: 14px; }
.cart-total, .cart-basket { font-size: 14px; margin-top: -10px; padding: 10px 40px 15px; background-color: #567eb9; }
.cart-total, .cart-basket a { color: #fff; }
.cart-total { padding-right: 0px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; }
.cart-basket { -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; }
.cart-myaccount { margin-right: 20px; }
a.logoff { float: right; margin: 10px 30px 0 0; color: #2E3A3F; text-decoration: none; }
h1.site-title { line-height: 100px; font-size: 30px; }
.customer-logo{ text-align:right; padding-top:15px;}
.customer-logo img { max-height: 150px; }
.help { font-size: 23px; margin: 0px; font-weight: bold; }
.cdetails { font-size: 18px; margin: 0px; }
.contactbar { background-color: #2E3A3F; height: 60px; font-size: 16px; color: #fff; padding: 0 20px; text-align: left; line-height: 60px; font-weight: bold; border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; }
.contactbar a { padding: 0 25px 0 0; float: right; background: url('img/contactusicon.png') no-repeat center right; color: #fff; }
.footerlinks{ height: 50px; line-height: 50px; padding: 0 20px;  }

/*======nav============*/

/* wordpress menu */

.main-navigation{ background:#567eb9;-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.main-navigation ul{ margin:0;padding:0;}
.main-navigation li{ float:left;list-style: none; margin-right:1px; }
.main-navigation li a{ display:block; padding:20px 30px; text-decoration:none;color: white; text-decoration: none; font-size: 16px; }
.main-navigation li a:hover{ opacity: 0.9; font-weight: normal; }
.main-navigation .current-menu-item a,.main-navigation .current-menu-item a:hover{ font-weight: bold; }
.main-navigation li a:hover, .main-navigation .current-menu-item a { background-color: #051843; color: ;  }
.main-navigation li a:hover{ opacity: 0.9; }
a { color: #000; text-decoration: none; opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
/*global nav styles*/
ul.ul-nav li{float:left;list-style: none;}
ul.ul-nav-prod li{list-style: none;margin: 0;padding:0;}
ul.prodmenu { padding:0; margin:0 0 0 15px; }

/*horizontal*/
.horizontal ul.ul-nav-prod li{float:left;}

/* ================ CONTENT ===============*/
article{ margin:20px 0; }
h1 { color: #051843; }

/* ================ OPS MENU ===============*/

h2.cat-menu-header { color: white; font-size: 16px; background-color: #051843; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 10px 0 10px 15px; margin-bottom:0; }
.ul-nav-prod, .search-orders .sidebar { background-color: #F7F7F7; padding: 10px; margin-top:0; text-align: left; }
nav.nav-cat { margin: 10px 0; min-height: 200px;}
nav.nav-cat ul li a { font-size:14px; padding: 10px 0px; margin: 0 5px; display: block; border-bottom: 1px solid #2E3A3F; color: #2E3A3F; text-decoration: none; }

/* ================ OPS CATALOGUE ===============*/

.listing-category-image img, .listing-product img, .listing-template img { max-width: 99.99%; height:auto; }
.listing-template img { border: 1px solid #ddd; }
.listing-product {margin-bottom: 30px;}
.listing-product-name {color:#051843; text-decoration:none;}
.listing-product-name, .listing-category-name, #designs .listing-name { text-transform: uppercase; font-weight: bold; font-size: 1.1em; margin: 6px 0 12px 0; display:block; }
.productdesc {float:left; margin-bottom:30px; }
.productdesc {float:right; text-align:left; width:360px;}
.listing-category-int, .listing-product-int { display: block; }
div.prod_text .form-submit { margin-left:0; }

.p-matrix-group {display:none;}

.p-matrix-price {
transition: background-color .25s ease-in-out;
-moz-transition: background-color .25s ease-in-out;
-webkit-transition: background-color .25s ease-in-out;
}
.p-matrix-price a {
transition: color .1s ease-in-out;
-moz-transition: color .1s ease-in-out;
-webkit-transition: color .1s ease-in-out;}

.p-matrix-price:hover { background-color:#f58026; color:white;}
.p-matrix-price:hover a {color:white;}

.p-matrix-price a {opacity:1 !important;}



/* ================ OPS MY ACCOUNT ===============*/

#myaccount { padding:0 15px; }
.search-orders{ margin-bottom:20px; }

/* ================ OPS FORM STYLES ===============*/

input, select {
border: 1px solid #e3e3e3;
padding: 5px;
color: #2e3a3f;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
max-width: 95%
}
select { max-width: 95% }

/* ================ OPS GENERIC STYLES ===============*/

.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.border-none { border:none; }
.width-10 { width:10%; }
.width-15 { width:15%; }
.width-20 { width:20%; }
.width-25 { width:25%; }
.width-30 { width:30%; }
.width-40 { width:40%; }
.width-45 { width:45%; }
.width-50 { width:50%; }
.width-60 { width:60%; }
.width-70 { width:70%; }
.width-80 { width:80%; }
.width-90 { width:90%; }
.width-100 { width:100%; }
.margin0px{	margin: 0px; }
.padding0px{ padding: 0px; }
.padding5px { padding:5px; }
.padding3px { padding:3px; }
.valigntop{ vertical-align:top; }
.border-left-dotted{ border-left: 1px dotted #CCC; }
.border-left-solid{ border-left: 1px solid #CCC; }
.border-right-dotted{ border-right: 1px dotted #CCC; }
.border-right-solid{ border-right: 1px solid #CCC; }
.border-bottom-solid{ border-bottom: 1px solid #CCC; }
.border-bottom-solid{ border-bottom: 1px dotted #CCC; }
.error { color:#FF0000; }
.small-text { font-size: 0.8em;}

/* data styles */

.datatable {
  width:100%;
}
.datatablehead, .datatablehead-borderleft, .datatablesubhead, .datatablesubhead-borderleft {
  background:#6B6B6B;
  color:#FFF;
  font-weight:bold;
  padding:5px 5px 5px 10px;
  line-height:1.8;
}
.datatablehead, .datatablehead-borderleft {
  font-size:1.2em ;
}
.datatablesubhead, .datatablesubhead-borderleft {
  font-size:1.1em ;
}
.datatableheadaddbutton{
  background:#6B6B6B;
  color:#FFF;
  font-weight:bold;
  padding:5px;
  text-align:right;
  border:none;
  width:100px;
}
.datatablecolumns {
  background:#E6E6E6;
  font-weight:bold;
  padding:5px 5px 5px 10px;
}
.datatablesubcolumns {
  background:#ebf5fe;
  padding:5px 5px 5px 10px;
}
.datatableparentcolumns {
  background:#A4A4A4;
  color:#FFF;
  font-weight:bold;
  padding:5px 5px 5px 10px;
}
.datatablechildcolumns {
  background:#E6E6E6;
  font-weight:bold;
  padding:5px 5px 5px 40px;

}
.datatablecell, .datatablecell-borderleft, .datatablecell-select, .datatablecell-borderleft-select {
  border-bottom: 1px solid #DEDEDE;
  padding:5px 5px 5px 10px;
}
.datatablecellChild{
  border-bottom: 1px solid #DEDEDE;
  padding:5px 5px 5px 40px;
}
.datatablecell-fill { background: #f3f3f3; }
.datatablecell-borderleft, .datatablecell-borderleft-select, .datatablehead-borderleft, .datatablesubhead-borderleft, .actioninlinebutton, .actioneditlink, .actiondeletelink, .actioneditlinkover, .actiondeletelinkover {
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
.actionadd, .actionedit, .actiondelete { margin: 10px 0;}
.datatableheadaddbutton .actionadd { margin: 0;}
.actioneditlink, .actiondeletelink, .actioneditlinkover, .actiondeletelinkover, .actioninlinebutton, .actionaddlabel {
  border-bottom: 1px solid #DEDEDE;
}
.datatablecell-borderleft-select {
  background: #FFFFCC;
}
.datatablecell-select {
  background: #FFFFCC url('images/arrow.gif') no-repeat left;
}
.datatable p{margin:1rem 0;}
.datatable{border: 1px solid #CCCCCC;}

#dataform {
  margin-bottom: 0.5rem;
}
/* START Ajax Search */
#daid-icon{
	display:none;
}
.form-autocomplete {
    width: 100%;
    line-height: 28px;
    height: 28px;
        padding: 10px;
    display: inline-block;
    line-height: 1;
    height: auto;
}
#selectDeliveryAddress .input-wrapper{
    width: 100%;
    position: relative;
}
.ajaxResults-container {
    position: absolute;
    width: 100%;
    max-height: 200px;
    top: 29px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f7f7f7;
    color: #000;
    border-bottom: #e9e9e9;
    z-index: 21;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#appdata ul.ajaxResults {
    margin: 0;
    padding: 0;
}
#appdata ul.ajaxResults li {
    list-style-type: none;
    margin: 0;
    padding: 0.25rem;
    border-bottom: 1px solid #e6e6e6;
}
#appdata ul.ajaxResults li:hover {
  cursor: pointer;
}
/* END Ajax Search */

/* content styles */

.cartbox, .cartbox-checkout {
	width: 100%;
}

.cartbox {
	font-size: 10px;
}
.cartbox-checkout {
	font-size: 14px;
}

.cartbox-checkout img {display:none;}

.cartbox-cell-total, .cartbox-cell, .cartbox-top, .quotebox-cell, .quotebox-top, .quotebox-cell-total{
	padding: 12px 5px;
	vertical-align:top;
}
.cartbox-top, .quotebox-top{ color:#f58026; font-size:16px; font-weight:bold; border-bottom:1px dotted #CCC; }
.cartbox-cell {	border-bottom:1px dotted #CCC; }
.cartbox-heading {
	padding: 3px 5px;
	background:#efefef;
	color:#2E3A3F;
}
.cartbox-cell-total, .quotebox-cell-total {
	border-top:1px dotted #CCC;
	color:#2E3A3F;
	font-size:14px;
	font-weight:bold;
}
.cartbox-checkout label { display: inline-block; }
.checkout-action { text-align:right; }
.checkout-action a, .cart-view, .cart-add, .cart-save, .form-submit,.wpcf7-submit, .btn {
    zoom:1;
    text-align:center;
    display:inline-block;
    padding: 8px 20px;
    margin: 10px 0 0 5px;
    background-color: #36a5b5;
    color: #fff;
    font-size:14px;
    font-weight: bold;
    line-height:20px;
    text-decoration:none;
    opacity: 1;
    transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; -webkit-border-radius: 5px;  -moz-border-radius: 5px; border-radius: 5px;
}

.form-submit{ border:none; cursor:pointer; font-family:inherit; }
.checkout-action a:hover, a.cart-view:hover, a.cart-add:hover, a.cart-save:hover, .form-submit:hover, .wpcf7-submit:hover, .btn:hover { opacity: 0.8; }

.cart-view, .cart-add, .cart-save {
	text-align:right;
	display:block;
	font-size:11px;
}
.cart-discount .form-submit {
	float:none;
}
.cart-discount{
	display: inline-block;
	border:1px solid #CCC;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 49%;
  vertical-align: top;
}
.cart-discount h3 {
    font-size: 22px;
    margin-top: 0;
}
.p-thumbs { font-size: 11px; text-align:right; }
.p-thumbs a, .p-thumbs a:visited { text-decoration: none; color:#051843; }

.cartsteps{ width:100%; }
.cartsteps-cell, .cartsteps-cell-active {
	padding:3px;
	color:#FFFFFF;
	text-align:center;
	width:17%;
	border-left:1px solid #FFF;
}
.cartsteps-cell {
  background: #efefef;
  color:#2E3A3F;
  padding:5px;
}
.cartsteps-cell-active {
	background: #f58026;
    padding:5px;

}
.new-customer, .existing-customer {
	display: inline;
width: 250px;
background: #2e3a3f;
float: left;
padding: 23px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.new-customer {
	margin:0px 25px 0px 0px;
}
.boxheader {font-size:14px; padding-bottom:5px; margin-bottom:20px;  border-bottom:1px solid #2E3A3F;}

.boxcontent p {float:left;}

.boxcontent #emailadd {margin-left: 30px;}
.boxcontent #password {margin-left: 9px;}
.boxcontent .small-text {margin-left: 9px;}

.boxcontent .checkout-action, .marginTop20px {margin-top:20px;}
.boxcontent {
	padding:10px;
}
/* Form styles */
.formlabel{
	width:50%;
	padding:3px;
}
.formfield {
	width:50%;
	padding:3px;
}
.fielderror {
	border: 1px solid #CC0000!important;
}

.box-info, .box-success, .box-warning, .box-error, .box-validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.box-info {
color: #00529B;
background-color: #E3F4FC;
background-image: url('img/info_ex.png');
}
.box-success {
color: #4F8A10;
background-color: #F1FAE4;
background-image:url('img/success.png');
}
.box-warning {
color: #9F6000;
background-color: #FFF8DF;
background-image: url('img/warning.png');
}
.box-error {
color: #D8000C;
background-color: #FFE2E2;
background-image: url('img/error.png');
}
#loginform {
	margin:0px;
}
.last{ margin-right:0; }
.hide { display:none; }

/* TAB STYLES */
.templatetablink {
	text-align:center;
	cursor:pointer;
	display:table-cell;
	text-decoration:none !important;
	zoom:1;
}
.templatetab1, .templatetab2, .templatetab3{
	background:#EEEEEE;
	color:#333;
}
.templatetab1active, .templatetab2active, .templatetab3active{
	background:#18509D;
	color:#FFF;
}
.templatetab1, .templatetab1active {
	margin:0px 3px;
	padding:1px 0px 0px 0px;
}
.templatetab2, .templatetab2active {
	margin:0px 2px;
	padding:1px 0px 0px 0px;
}
.templatetab3, .templatetab3active {
	padding:5px 20px;
	margin:0px 1px 0px 1px;
}
td.paging-right{ text-align:right }
td.paging-left{ text-align:left }

/*matrix*/

#p-matrix-options-container { margin-bottom:20px; }
.p-matrix-options-container, .p-matrix-options { width: 100%;}
.p-matrix td, .p-matrix th{ border: 1px solid #fff; padding: 6px 10px; line-height: 18px;  box-sizing: border-box; }
.p-matrix-optionsheading { font-size: 15px; font-weight:bold; color: #2E3A3F; border-bottom:1px solid #2E3A3F; width:652px; padding: 0 0 5px; margin: 14px 14px 0 14px; }
.p-matrix-attributegroup { width: 43%; font-size: 16px; min-height: 30px; display: inline-block; padding-top: 10px; padding-left: 10px; vertical-align: top;}
.p-matrix-attributes { width: 55%; min-height: 30px; display: inline-block; padding-top: 10px;}
.p-matrix-attribute { margin-right: 0px; }
.p-matrix-optionsfooter { height: 10px; background: url(img/optionsbottom.gif) no-repeat bottom left; }
.lookupUnits-container .p-matrix-attribute { margin-right: 1em; display: inline-block; }
.p-matrix { width: 100%;border-collapse: collapse; }

.p-matrix-quantityheading, .p-matrix-format { background-color: #567eb9; color: ; text-align: center; font-weight:normal; }
.p-matrix-quantityheading { background-color: #FDFDFC; }
.p-matrix-quantity { background-color: #333; color: #FFF; text-align: center; font-weight: bold; font-size: 14px; }
.p-matrix-price {
transition: background-color .25s ease-in-out;
-moz-transition: background-color .25s ease-in-out;
-webkit-transition: background-color .25s ease-in-out;
}
.p-matrix-price { background-color: #f7f7f7; text-align: center; }
.p-matrix-price a {opacity:1;}
.p-matrix-price a {
transition: color .1s ease-in-out;
-moz-transition: color .1s ease-in-out;
-webkit-transition: color .1s ease-in-out;}
.p-matrix-price a { width: 100%; display: block; text-decoration:none; }
.p-matrix-price-link { width: 100%; display: block; color: #485a60; text-decoration:none; }
.p-matrix-group { color: #FFF; background: #485a60; height: 35px; }
.p-matrix-group h2 { font-size: 16px; color: #FFF; margin: 3px 8px; }
.p-matrix-options { margin: 10px 0px 0px; }

.p-matrix-price:hover, .p-matrix-price-active { background-color:#666; color:white;}
.p-matrix-price:hover a:link,.p-matrix-price:hover a:visited, .p-matrix-price-active a:link, .p-matrix-price-active a:visited {color:white;}
/* calculator matrix  */
.w-clearfix.p-matrix-attributes.styles {
  display: block;
  width: 100%;
  padding-top: 0;
}
div#hidenProductDescription {
    display: none;
}
.summary_attribute, .summary_attribute_title {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.w-clearfix.summary_row {
  padding: 0.5rem 0;
  text-align: left;
}
.summary_attributes {
    padding: 0rem 1rem;
}
/*.w-clearfix.order_summary_bottom .cta {
  width: 80%;
  margin-left: 10% ;
  margin-right: 10% ;
  margin-bottom: 1.5rem;
}
a.cta.central_cta.quote_cta.email_cta {
  display: none;
}*/
a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
  margin-bottom: 1.5rem;
}
.order_summary_title {
  padding: 1rem;
  font-size: 1.6rem;
}
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: white;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*------Rotating in animation for banners etc--------*/
@-webkit-keyframes rotatein {
    0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg) ;
    }
    100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    }
}
@keyframes rotatein {
    0% {
    transform: perspective(1000px) rotateY(-90deg);
    }
    100% {
    transform: perspective(1000px) rotateY(0deg);
    }
}

/*------Updating the quote animation--------*/
/*Left Pane*/
/*Uses animation from header*/
/*Right Pane*/
.left {
    -webkit-transform: perspective(1000px) rotateY(-89deg) ;
    transform: perspective(1000px) rotateY(-89deg);
    -webkit-transform-origin: 0px;
    transform-origin: 0px;
    opacity: 0;
    z-index: 100;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.left.visible {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    visibility:visible;
}
/*Right Pane*/
.main {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    transform: perspective(1000px) rotateY(0deg);
    -webkit-transform: perspective(1000px) rotateY(0deg) ;
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.main.fadeout {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    transition: 1s;
    opacity: 0;
}

.summary_container {
  position: relative;
  background-color: transparent;
  /*padding-left: 1.3rem;*/
  margin-top: 2.3rem;
}
.main {
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  transform: perspective(1000px) rotateY(0deg);
  -webkit-transform: perspective(1000px) rotateY(0deg);
  opacity: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.left {
  -webkit-transform: perspective(1000px) rotateY(-89deg);
  transform: perspective(1000px) rotateY(-89deg);
  -webkit-transform-origin: 0px;
  transform-origin: 0px;
  opacity: 0;
  z-index: 100;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.sidebar {
  box-sizing: border-box;
  padding: 3em 20px;
  background-color: transparent;
  text-align: center;
}
.sidebar.order_summary.main {
  position: relative;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: auto;
  margin-top: 0em;
}
.sidebar.order_summary.left {
    position: absolute;
    display: inline-block;
    margin-top: 0em;
    visibility:hidden;
}

.summary_column{
	overflow:hidden;
}

.sk-spinner.sk-spinner-rotating-plane {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
}
.loading_text {
  margin-top: 10px;
  text-align: center;
}
.sidebar.order_summary {
  width: 100%;
  margin-top: 2.55em;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #ccc;

}
.sidebar.order_summary.main {
  position: relative;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: auto;
  margin-top: 0em;
}
.sidebar.order_summary.left {
  position: absolute;
  display: inline-block;
  margin-top: 0em;
  display:none;
}
.order_summart_price {
  text-align: center;
  font-size: 2rem;
  margin: 1rem 0;
  line-height: 2rem;
}
/*template matrix*/

#p-tmatrix-container{ width:100%;margin-bottom:20px; }
.p-matrix-price-view { background-color: #f7f7f7; text-align: center; height: 28px;}

.p-matrix td.p-matrix-price.p-matrix-price-active {
    background-color: #ffa66f;
}
.p-matrix td.p-matrix-price.p-matrix-price-active a {
    color: #fff;
}

/*checkout*/
#checkout{min-height:500px;}

/* ================ OPS TEMPLATE SYSTEM ===============*/

div.create-online{
    padding:20px;
}
.create-online-price { display:none; }
tr.template-styles{
    display:none;
}
.template-tabs, .template-styles{
    display:none;
}
.template-sets {
border: 1px solid #CCC;
margin: 0px 0px 10px 0px;
padding:10px;
}
.template-box-sets .template-sets { border-top: none; width: 658px; }
.template-sets td {
    padding: 13px;
	vertical-align:top;
}
.template-sets img{
	max-width: 185px;
	height:auto;
	border: 1px solid #ddd;
}
.templatelogin { background: #EEE; margin-bottom: 10px; line-height: 40px; font-size: 12px; }
.templatelogin > div, .templatelogin form { float:left; }
.templatelogin-form span{ display:block; float:left; }
.templatelogin-label{ font-weight:bold; padding: 0 10px; }
.templatelogin .form-submit, .templatelogin .checkout-action a, .template-actions .checkout-action a{ padding: 5px 10px; margin: 5px; font-size: 12px; }
.templatelogin-form { border-left: 1px solid #000; padding-left: 10px; }
.templatelogin-form .form-text {
	width:120px;
}
.templatelogin-form .form-password {
	width:80px;
}
.template-selectuser { margin-right:5px; }
.template-controls{
	background:url(img/controlsbg.png) no-repeat;
	width:310px;
	height:45px;
	padding:0 5px 0 20px;
	margin-bottom:20px;
	font:18px/45px Anodyne,Arial,Helvetica,sans-serif;
	display:none;
}
.template-bottom{
	margin:20px 0 0;
}
.template-controls h2{
	color:#303b2d;
}
.template-controls-buttons{
	float:right;
	width:195px;
	height:30px;
}
.template-back, .template-next{
	width:95px;
	height:30px;
	text-align:center;
	border:none;
	font:18px/30px Anodyne,Arial,Helvetica,sans-serif;
	color:#303B2D;
	display:inline-block;
	margin:0;
}
.template-back{
	background:url(img/button_back.png) no-repeat;
	color:#fff;
}
.template-next{
	background:url(img/button_next.png) no-repeat;
}
.template-back:hover, .template-next:hover{
	color:#000;
	cursor:pointer;
}
.template-back:hover{
	color:#fff;
}
.template-data{
	float:left;
	width: 285px;
	margin-left:35px;
	margin-right:15px;
	margin-top:25px;
}
.template-data div{
	margin:12px 0;	
}
.template-code{
	color:#7b7f80;
	font-weight:bold;
	font-size:14px;
	display:none;
}
.template-desc{
	font-weight:bold;
}
.template-price{
	font-size:18px;
	color:#96c11f;	
}
.template-form{
	border:1px solid #d9d9d9;
	padding:10px;
}
div.template-form-intro{
	margin:0;
	color:#535555;
	font-size:14px;
	font-weight:bold;
}
.template-form input{
	width:99%;
	border: 1px solid #7b7f80;
	text-align:center;
	color:#9ea1a2;
	height:38px;
	font:bold 16px/38px Arial,Helvetica,sans-serif;
}
.template-proof{ float:none; }
.template-preview-loader{
	position:absolute;
	margin-top:30%;
	left:30%;
	right:30%;
	color:#111;	
	text-align:center;
	border:1px solid #ccc;
	background:#eee;
	display:none;
}
.template-preview-loader img{
	padding:50px;
}
#templatezoom { width:100%; overflow:auto; }
.template-image {
    margin: 0 auto;
    position:relative;
}
.templateimage {
    margin: 0 auto;
    /* FW 04-10-2017: changed to top left because left of the template goes outside of the scrollable area so not usable */
    transform-origin: top left;
    border:1px solid #E0E0E0;
    overflow:hidden;
}
.templatefields {
    position: relative;
    left: 0px;
    top: 0px;
    height: 100%;
}
.templateform{
    padding-left:0;
}
.templateform input[type=text], .templateform textarea { width:95%; }
.templateform textarea { height:150px; }
#template-confirm-box{
  width:600px;
  max-width: 95%;
  margin: 10px auto;
}
.create-online-confirm{ float:left; height: 40px; margin-right:10px; }
.template-continue{
	text-align:center;
}
.fields-margin{
	margin: 10px 0 4px;	
}
.field-image{
	margin: 5px 0 10px;
}
.field-loader {
	zoom:1;
	display: inline-block;
	margin: 10px 0;
}
#editor-notifications{
  position:absolute;
  top:-1rem;
  left:0;
  right:0;
  z-index: 9999;
  margin:0;
}

/* INLINE EDITING FIELD STYLES */

/* styles for all tags */
.inline-enabled .field label, .inline-enabled .field > div, .inline-enabled .field textarea, .inline-enabled .field.editable input{  
  margin:0;
  padding:0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* styles for labels - the text visible on page load  */
.inline-enabled .field.editable label, .inline-enabled .field-textarea.editable > div{
  border:1px dotted #aaa;
  position: relative;
}
.inline-enabled .field.non-editable label, .inline-enabled .field.editable .field-text-label {
  border:1px dotted transparent;
}
.inline-enabled .field.editable label:hover{
  border:1px solid #051843;
  cursor:pointer;
}
.inline-enabled .field.field-text.editable label:hover:after, 
.inline-enabled .field.field-textarea.editable label:hover:after, 
.inline-enabled .field.field-masksquare.editable:hover:after,
.inline-enabled .field.field-maskcircle.editable:hover:after,
.inline-enabled .cke_editable:hover:after{
  content:"\f040";
  position: absolute;
  top: 0;
  right:0;
  min-width:1em;
  font-family: FontAwesome;
  font-size:0.7em;
  line-height:1.4em;
  color:#fff;
  background-color: #051843;
  display: inline-block;
  padding:0.1rem 0.3rem;
  text-align: center;
}
.inline-enabled .field.field-textarea.editable label:hover:after, 
.inline-enabled .field.field-masksquare.editable:hover:after,
.inline-enabled .field.field-maskcircle.editable:hover:after,
.inline-enabled .cke_editable:hover:after {
  font-size:1rem;
}
.inline-enabled .cke_editable:hover:after {
  font-size:1.1em;
}
/* styles for editing fields - visible when a field is being edited */
.inline-enabled .field.editable input, .inline-enabled .field.editable textarea, .inline-enabled .field.editable select{
  border:1px solid #567eb9;
  background:transparent;
  background-color:rgba(0,0,0,0.03);
  border-radius:0;
  display:none;
}
.inline-enabled .field.editable input:focus, .inline-enabled .field.editable textarea:focus, .inline-enabled .field.editable select:focus{
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0px;
}
/* all paragraph tags in CKEditor should look like double line breaks */
.inline-enabled .field.field-textarea > div p {
  margin-bottom: 1.2em;
}
.firefox .inline-enabled .field.field-textarea > div p {
  margin-bottom: 1em;
}

/* TEMPLATE SYSTEM TOOLBAR */

.editor_toolbar {
  background-color: #e1e1e1;
  color: #5F6573;
  padding: 0;
}
.editor_toolbar .w-col {
  padding:0;
}
.editor_toolbar_right{
  display: inline-block;
  float: right;
}
.editor_tool {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  width: 80px;
  padding: 1rem 10px;
  color: #5F6573;
  position: relative;
  float: left;
}
.editor_tool.editor_layout_link {
  width: 180px;
  border:1px solid transparent;
}
.editor_tool.editor_layout_link img {
  max-width: 160px;
  max-height: 160px;
}
a.editor_tool.editor_tool_active {
  background-color:#f5f5f5;
  border:1px solid #9ba1b2;
}
.editor_tool:hover, .editor_tool:visited, .editor_tool:active {
  color: #567eb9;
  text-decoration: none;
}
a.editor_tool, span.editor_tool,
a.editor_tool:hover, span.editor_tool:hover {
  text-decoration: none;
}
.editor_tool.next {
  background-color: #e48503;
  color:white;
}

.editor_tool.back {
  background-color: #b7b7b7;
  color:white;
}

.editor_tool:hover i, .editor_tool:hover span {
  opacity: 0.8;
  text-decoration: none;
  color: #567eb9;
}

.editor_tool i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.editor_tool span {
  display: block;
  font-size: 0.75rem;
}
.editor_tool .editor_extras {
  display: none;
  position: absolute;
  top:95%;
  left:-63px;
  width:auto;
  /*height:100px;*/
  z-index: 999999;
  opacity: 1;
}
.editor_tool:hover .editor_extras {
  display: block;
  opacity: 1;
}
.editor_extras_arrow {
  width:20px;
  margin:0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 15px 11px;
  border-color: transparent transparent #9ba1b2 transparent;
}
.editor_extras_iarrow {
  position: relative;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.editor_extras_content {
  background: white;
  border: 1px solid #9ba1b2;
  width:200px;
  margin-top: -1px;
  padding:0.5em;
}
.editor_tool .form-submit,.editor_tool select{
  width:95%;
  border-radius: 0;
}
.editor_tool .form-submit{
  margin: 0.3em 0 0;
  padding: 0.5em 1em;
  font-weight: normal;
}
.editor_extras_content form{
  margin: 0 0 1em;
}
.editor_tool span.template-selectuser{ 
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5em;  
}
.editor_layout_link img{
  margin-bottom: 0.5em;
}
.editor_layout .editor_extras{
  left: -248px;
}
.editor_layout .editor_extras_content {
  width:560px;
}
/* editor page navigation */
.editor_navigation{
  background-color:#959595;
  height:2.2rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
  text-align: center;
  color:white;
  font-size: 0.9rem;
}
.editor_navigation i{
  color:white;
}
.editor_navigation span{
  display: inline-block;
  margin: 0 1em;
}
.editor_navigation input[type=number]{
  width:3.5em;
  height:1.8em;
  border-radius: 0;
  border:0px solid transparent;
  display: inline;
  color: #2e3a3f;
}
.editor_navigation h3 {
  font-size: 1.1rem;
}
/* TEMPLATE TOOLS - STYLING */

.template-editor {
  background: #f8f8f8;
  border: 1px solid #d1d1d1;
  padding:0.1rem 1rem 0.1rem 0.1rem;
  display: none;
  position: absolute;
  z-index: 9999999;
  font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
  height: 2.2rem;
}
#template-editor-image {
  padding:0.3rem 1rem 0.3rem 0.3rem;
  height: auto;
}
.template-editor-close {position: absolute; right: -9px; top:-9px; background:url('images/delete.png') no-repeat 0 0; background-size: contain; width:20px; height:20px; opacity: 1;}
/*.template-editor .editor_extras_arrow {
  position: absolute;
  top:1px;
  left:-10px;
  border-width: 12px 10px 12px 0;
  border-color: transparent #5F6573 transparent transparent;
  display: none;
}
.template-editor .editor_extras_iarrow {
  top: -10px;
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
  display: none;
}*/
.template-editor > div {
  display:inline-block;
  float:left;
  position: relative;
}
.template-editor > div:after {
    content: "";
    position: absolute;
    height: 1.25rem;
    width: 0;
    border-right: 1px solid #bcbcbc;
    margin-top: 5px;
    top: 0;
    right: 0;
}
.template-editor select{
  width:99%;
  border:1px solid #5F6573;
  border-radius: 0;
}
.template-editor .editor-font, .template-editor .editor-size {
  padding-right: 0.5rem;
}
.template-editor label {
  display: inline-block;
  width:3rem;
  font-size:0.75rem;
  color:inherit;
  padding-left:0.75rem;
}
.template-editor select {
  display: inline-block;
  width:7rem;
  height: 1.9rem;
  line-height: 1.3rem;
  padding: 0.3rem;
  border:0;
  font-size:0.75rem;
  margin-left:0.5rem;
  -webkit-appearance:none;
}
.editor-align, .editor-style, .editor-colour{
  padding:0 0.2rem;
}
.editor-colour-swatch{
  display: inline-block;
  margin: 2px 0 0;
}
.editor-colour-swatch-i{
  display: inline-block;
  height: 1.9rem;
  width: 16px;
  background-image: url(http://cdn.ckeditor.com/4.6.1/full/plugins/icons.png?t=GB8C);
  background-position: 0 -402px;
  background-size: auto;
}
.editor-align span, .editor-style span, span.editor-colour-swatch  {
  display: inline-block;
  text-align: center;
  width:2rem;
  height:1.9rem;
  line-height: 1.8rem;
  font-size: 0.9rem;
  border: 1px solid transparent;
}
.editor-align span:hover, 
.editor-style span:hover, 
.editor-colour-swatch:hover, 
.editor-palette > div:hover,
.editor-icon.active {
  cursor:pointer;
  border-color: #ccc;
  background-color: #fff;
}
.editor-palette > div:hover{
  border-color: transparent;
}
.editor-align span.editor-align-top i {
  margin-top:0px; 
}
.editor-align span.editor-align-middle i {
  margin-top:7px; 
}
.editor-align span.editor-align-bottom i {
  margin-top:10px;
}
.editor-colour{
  margin-right:0;
  position: relative;
}
.editor-palette {
  position: absolute;
  top:33px;
  right:0;
  width:212px;
  padding: 10px;
  background-color:white;
  border: 1px solid #d1d1d1;
}
.editor-palette > div{
  width:20px;
  height:20px; 
  float:left;
  margin: 0 4px 4px 0;
}
div.template-image-pos, div.template-image-upload, div#editor-image-filename {
  display: inline-block;
  float: left;
  height: 1.9rem;
  line-height: 1.9rem;
  padding: 0 0.5rem;
}
div#editor-image-filename {
  display: none; 
  text-overflow: ellipsis; 
  overflow: hidden; 
  width: 10rem; 
  white-space: nowrap;
}
div.template-image-pos{
  
}
#template-editor-image .template-image-pos span {
  line-height: inherit;
}
#template-editor-image .template-image-pos a {
  line-height: inherit;
}
.template-image-upload .form-submit {
  margin: 0;
  padding: 0px 20px;
  line-height: 22px;
  font-weight:normal;
}
/* TEMPLATE SYSTEM IMAGE LIBRARY */
#image-library.w-container .w-row {margin:0;}
.featherlight .featherlight-content { min-width: 90%;max-width: 90%; }
#image-library-search p{
  margin-bottom:1em;
}
#image-library .tab-content{
  min-height: 500px;
}
.image-library-select, #image-library .fa-trash:hover{
  cursor:pointer;
}
.featherlight{
  background: rgba(0,0,0,.8);
}
#image-library #selectFile{
  margin: 10px 0 0 0;
  width:100%;
}
#image-library #dropFile{
  background: #f5f5f5;
  border: 2px dashed #e5e5e5;
  color: #676767;
  width: 100%;
  text-align: center;
  padding: 8px 20px;
  margin: 10px 0 0 0;
  font-weight: bold;
  line-height: 100px;
}
/* IMAGE CROP STYLES */
.template-image-pos > a {
  display: block;
  line-height: 2rem;
  float:left;
  margin-right: 5px;
}
/* Classic editor only */
.template-image-pos span {
  float:left;
  display: inline-block;
  line-height: 2rem;
  margin-right:0.5rem;
}
.template-image-pos a{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width:23px;
}
a.image-pos-custom,a.image-pos-fit{
  width:26px;
}
.template-image-pos a:before{
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 22px;
  text-indent: 0;
}
a.image-pos-left:before{
  content: "\f0a8";
}
a.image-pos-top:before{
  content: "\f0aa";
}
a.image-pos-centre:before{
  content: "\f192";
}
a.image-pos-right:before{
  content: "\f0a9";
}
a.image-pos-bottom:before{
  content: "\f0ab";
}
a.image-pos-custom:before{
  content: "\f125";
}
a.image-pos-fit:before{
  content: "\f047";
}
a.image-pos-savecustom{
  text-indent: 0;
  width:auto;
  background-color: #051843;
  color: ;
  display:inline-block;
  padding: 0px 10px;
  margin: 0 0.5rem 0 0.25rem;
  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.template-image-pos a.image-pos-active:before {
  color: #567eb9;
}
.templateimage.editactive .templatefields{
  background-color: rgba(255,255,255,0.7);
}
.templateimage.editactive .templatefields > div {
    opacity: 0.3;
}
#templateimage div.cropactive{
  /*background-position: 0% 60.5714%;*/
  opacity: 1;
  border: 1px solid #051843;
  margin-top: -1px;
  margin-left: -1px;
  z-index:9999999;
  box-sizing: content-box;
}
#templateimage div.cropactive:hover {
  cursor: move;
  /*cursor: grab;
  cursor: -webkit-grab; 
  cursor: -moz-grab;*/
}
/*Photo Upload Styles */
.file-input {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    float:left;
    z-index:10;
    font-family:Helvetica, Arial, serif;
}
.file-input input {
    cursor: pointer;
    font-size: 100px;
	height:30px;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    z-index:20;
    outline:none;
}
.file-input .btn{
	background: url(img/button_upload.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    float:left;
	width:200px !important;
	height:30px !important;
	line-height:30px !important;
	text-align:center;
	border:none;
	font:18px/30px Anodyne,Arial,Helvetica,sans-serif;
	color:#303B2D;
	margin:0;
	border-radius: 5px;
}
.file-input input:hover, .file-input .btn:hover{
	cursor:pointer;
}
.file-input .file-holder{
    margin-top:4px;
    display: block;
    float: left;
    margin-left:4px;
    font-size:11px
}
.field-exts{
	display:block;	
	clear:both;
	margin-top:5px;
}


/* ================ OPS TEMPLATE DATA UPLOAD AND PREVIEW STYLES ===============*/

h3 {
  font-size: 1.25rem;
}

.design_product_thumb {
  display: block;
}

.tc-filter-Tag {
  margin-bottom: 1rem;
}

.tc-filter-Tag:last-child {
  margin-bottom: 0;
}


.tc-filter-Tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.design_product_thumb {
  margin-bottom: 2rem;
}


/*------Template PRoduct Selection -----------*/
.optionbuttons {
  display: table;
  width: 100%;
  margin-top: 1px;
}

.optionbutton {
  display: block;
  vertical-align: middle;
  background: #051843;
  border-right: 1px solid lightgrey;
  padding: 0.5rem 10px;
  text-align: center;
  color: ;
  width:100%;
}

.optionbutton:hover {
  opacity: 0.8;
}

.optionbutton:last-child {
  border-right: none;
}

/*------ Template Uploader -----------*/

h2.subtitle {
  margin-bottom: 1rem;
}

.templatedownload {
  font-size: 0.875rem;
}

.templatedownload:before {
  content: "\f0ce";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 10px;
  margin-top: 1rem;
}

.lonebutton {
  margin-left: 0;
}

.secondary {
  background-color: #808285;
}

.form_group {
  padding-bottom: 1rem;
}

.form_group:last-child {
  padding-bottom: 0;
}

.form_group label {
  width: 30%;
  float: left;
  font-weight: bold;
}

.form_group input[type="text"], .form_group textarea, .form_group select, span.info {
  width: 70%;
  float: left;
}

span.info {
  padding-left: 10px;
  color: #2e3a3f;
}

.pricepreview {
  padding-bottom: 1rem;
  display: block;
  font-size: 2rem;
}
.pricepreview .currency {
  font-size: 0.5em;
}

.proceed_box {
  margin-top: 2rem;
  padding: 1.5rem 20px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
.proceed_box > * {
  margin-bottom: 0.5rem;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 100%;
  height: 3rem;
  line-height: 3rem;
  font-size: 0;
  color: transparent;
  width: 40px;
  text-align: center;
  border: none;
  background-color: #333;
  outline: none !important;
}

.slick-prev:before, .slick-next:before {
  color: #555;
  font-size: 1rem;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.slick-prev:before {
  content: "\f0d9";
}

.slick-next:before {
  content: "\f0da";
}

 
.slick-prev {
  left: 0;
  border-right: 1px solid #555;
}

.slick-next {
  right: 0;
  border-left: 1px solid #555;
}

.design_slide {
  cursor: crosshair;
}

.design_slide:hover {
  opacity: 0.8;
}

.designpreview {
  display: block;
  margin-bottom: 1rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #333;
  text-align: center;
  color: white;
}

.designpreview:hover, .slick-prev:hover, .slick-next:hover {
  background-color: #555;
}

.disclaimer {
  display: block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #888;
  margin-top: -0.5rem;
}

.preview_title {
  display: block;
  text-align: center;
  padding: 0 20px;
}

.slidernav {
  width: 200px;
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 0.5rem;
}

/* ================ OPS TEMPLATE PROOF / APPROVALS ===============*/

.template-actions{ background:#EEE;padding:3px 5px; margin-bottom:20px;line-height: 40px; text-align:left; }
.template-actions .checkout-action { text-align:left; }
.template-actions a {float:none;margin:0.5em 0; }

/*tabs*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border:1px solid #ccc;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: inherit;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
  /* 23-01-2020 LW/MM: Removed as was causing a scroll box on the pricing display area  */
  /* overflow:auto; */
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* tooltip */
.tooltip {
    background: url('img/i.png') no-repeat 0 0;
    width: 21px;
    height: 21px;
    margin-left: 10px;
    vertical-align: text-bottom;
    display: inline-block;
    color:transparent;
    cursor: pointer;
}
.tooltip-content {
    display: none;
}

/* matrix success box */
.p-matrix-success { position: fixed; bottom: 20px; right: 20px; color: #fff; background-color: rgba(0, 0, 0, 0.6); -webkit-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; padding: 20px; max-width: 400px;}
.p-matrix-success h3 { color: white; font-size: 1.3em; margin-top: 0;}
.p-matrix-success p { padding: 0px; text-align: right; color: white;}
.p-matrix-success a:link, .p-matrix-success a:visited, div.p-matrix-success a { color: white; text-decoration:underline; }
.p-matrix-sucesss-close {position: absolute; right: -8px; top:-8px; background:url('images/delete.png') no-repeat 0 0; width:25px; height:25px; opacity: 1;}

/* Template Cloud */

.tc-image img { max-width:100%; height: auto; border: 1px solid #ddd; }
.tc-back .checkout-action { text-align: left;}
.tc-template #p-matrix-container { margin-top: 20px;clear:both;}
.p-matrix-cost { font-size:16px; color: #F7901E; font-weight: bold; }
.tc-design-price {display: block;}
.tc-filters ul { margin-left:0; padding-left: 0 }
.tc-filters ul li { list-style-type: none; }
.tc-listing { padding: 8px; }
.tc-loading {
    background:#F2F2F2;
    font-size:20px;
    padding:5px 10px;
    text-align:center;
    width:450px;
    margin:0px auto;
    display:none;
    border-radius: 5px;
}
.listing-tc-image { text-align: center; display: table-cell; vertical-align: middle; height:220px; width: 200px; position: relative; }
.listing-tc-image img { box-shadow: 3px 3px 3px #ccc; max-width:193px; max-height: 200px; }
#tc-matched .listing-tc-image img, #tc-similar .listing-tc-image img { width: 99.9%; height: auto; }
#tc-matched .listing-tc-image, #tc-similar .listing-tc-image { width: 99.9%; }
.listing-tc-image-1 { z-index: 10; }
.listing-tc-image-1 img { margin-left: -10px; margin-top: -12px; }
.listing-tc-image-2 { z-index: 5; }
.listing-tc-image-2 img{ position: absolute; margin-top:1px; margin-left: 3px; }
.listing-tc-image-active { z-index: 20; position: relative; }

/*file upload*/
.uploadStep2{
  display:none;
}
.errorMessage{
  font-size:12px;
  color:red;
  display:none;
}
#cart-proceed-checkout{
  float:right;
}
#cartform .checkout-action {
  clear: both;
  display: block;
  text-align: center;
  float: right;
}
.cart-notes.text-right, .cart-costcentre.text-right {
  text-align: left;
  border: 1px solid #CCC;
  padding: 8px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart-costcentre.text-right input {
    display: block;
    width: 100%;
}
textarea#ArtworkNotes {
  float: none;
  width: 100%;
  margin: 1em 0;
}
form#cartform {
  float: right;
  width: 49%;
  margin-top: 1em;
}
.cart-discount {
  vertical-align: top;
  margin-top: 1em;
}
.cta.print-cta-left, .cta.print-cta-right {
  margin-top: 0;
  width: 48%;
  background-color: #ffa66f;
  color: #051843;
  font-weight: 600;
}
.cta.print-cta-left {
  margin-right: 1%;
}
.cta.print-cta-right {
  margin-left: 1%;
}

.w-tab-pane {
  /*display: block !important;*/
}
/* Tabs */
.tab-content {
   background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-top-left-radius: 0;
  padding: 20px;
}
/* Accordion */
span.accordion {
  cursor: pointer;
}
div.panel {
  display: none;
}
div.panel.show {
    display: block;
    opacity: 1;
    width: 100%;
}
.prettyPopin {
  background-color: #fff !important;
  border-radius: 5px;
}
button#cart-proceed-link {
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    margin: 10px 0 0 5px;
    background-color: #051843;
    color: white;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}
/* Feedback System */
.form_group {
  margin-bottom: 1rem;
}

span.form-radio-option {
  margin-right: 0.5rem;
}

.form_group textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 100px;
}

.feedback_widget-stars {
  background-color: #FFF;
  border:1px solid
}

.feedback_widget-percentage {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

span.feedback_percentage {
  text-align: center;
  display: block;
  font-weight: bold;
}

.feedback-completed {
  margin-bottom: 2rem;
}
span.form-radio-option input {
    margin-right: 1rem;
}
span.form-radio-option {
    margin-bottom: 0.25rem;
    display: block;
}
.feedback_widget-stars.white_bg {
  padding: 10px;
  margin-bottom: 2em;
}
.feedback{
  margin:5px 0;
}

.feedback-title{
  padding-bottom: 5px;
}
.feedback:first-of-type {
  margin-bottom: 10px;
}
.percent{
  text-align: left;
  padding: 3px 0;
}
.pc{
  font-size: 1rem;
  text-align: center;
  color: #4170b0;
}

.rating{
  padding-top:5px;
  padding-bottom: 5px;
}

.fa-star{
  padding:5px;
  border-radius: 5px;
  display: inline;
  font-size: 2em;
  margin:2px;
  color:#f0c628;
  border:1px solid #f0c628;
}

.fa-star-half-o{
  padding:5px;
  border-radius: 5px;
  display: inline;
  font-size: 2em;
  margin:2px;
  color:#f0c628;
  border:1px solid #f0c628;
}

.fa-star-o{
  padding:5px;
  border-radius: 5px;
  display: inline;
  font-size: 2em;
  margin:2px;
  color:#a5a5a5;
  border:1px solid #a5a5a5;
}

.fa-star,.fa-star-half-o,.fa-star-o{
  margin-right: 5px;
}

.rating-title h2{
  margin: 5px 0 10px 0;
  color: #4170b0;
  font-size: 1.3rem;
  text-align: center;

}
.wpcf7-list-item {
    position: relative;
}
/*.feedback_full .feedback-stars {
  width: 60%;
  float: left;
}
span.feedback_percentage_full.feedback-title {
  display: block;
  width: 40%;
  float: left;
}*/


.w-col.w-col-12.feedback.feedback_full, .w-col.w-col-12.feedback.percent {
  text-align: center;
}
.feedback_home_page {
  margin-top: 0;
}
.feedback_short .feedback-stars {
    display: inline-block;
}
.feedback_short span.feedback_percentage.feedback-title {
  display: inline-block;
}
a.cta.print-cta {
    display: block;
    background-color: #9f5997;
    color: #ffffff;
    transition: 0.2s;
}
.feedback_widget .error {
    display: none;
}
.p-matrix-attributes a.p-matrix-proceed {
    display: none;
}
.feedback_widget-percentage, .feedback_widget-stars {
    display: none;
}
/* -- Blog Updates  -- */
.next.cta.blog_cta {
  float: right;
}
nav#nav-posts .cta a {
  color: #fff;
}
h2.entry-title {
  margin: 0;
  margin-bottom: 1rem;
}
.blog-sidebar {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
}
.blog-sidebar li {
  list-style-type: none;
  margin-bottom: 20px;
}
.blog-sidebar h2.widgettitle {
  margin-top: 0;
}
.blog-sidebar .widget label {
  display: none;
}
.blog-sidebar .widget select {
  width: 100%;
}
.archive h1.page-title {
  background-color: #f7f7f7;
}
.blog_single_title h1 {
  margin-bottom: 0;
}
.blog_main_image {
  margin-bottom: 1rem;
}
.cat-links a, .tags-links a {
    text-decoration: underline;
}
.tagcloud a:hover {
    color: #ffa66f;
}
.tagcloud a {
  font-weight: normal;
}
@media (max-width: 480px) {
  nav#nav-posts .cta {
    display: block;
    margin-bottom: 0.5rem;
  }
  nav#nav-posts .cta a {
    display: block;
  }
  .next.cta.blog_cta {
    float: none;
  }
}
/* -- Blog Updates End  -- */
/* Storefront Login Start */
.storefrontlogin.boxcontent {
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
}
.storefrontlogin .login-email, .storefrontlogin .login-password {
  margin-bottom: 0.25rem;
}
.storefrontlogin .login-emailinput, .storefrontlogin .login-passwordinput {
  margin-bottom: 0.75rem;
}
.storefrontlogin .checkout-action {
  margin: 0;
}
.storefrontlogin .checkout-action-login input {
  margin: 0;
  margin-bottom: 0.75rem;
}
h2.storefront-h2 {
  margin-top: 0;
  border-bottom: 1px solid;
  margin-bottom: 0.75rem;
}
.storefrontlogin .login-forgotpassword input, .storefrontlogin #checkout-action-create a {
  /* background-color: transparent;
  text-decoration: underline;
  text-align: left;
  padding: 0;*/
  margin: 0;
  line-height: 1.2rem;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
  color: #FFFFFF;
  padding: 8px 20px;
}
.storefrontlogin #checkout-action-create.non-trade-link a {
  background-color: #051843;
  margin-bottom: 0;
}
/* Storefront Login End */
/* Blog Start */
.blog_greeting {
  margin-top: 0;
  display: inline-block;
  margin-right: 0.25rem;
}
/* Blog End */
/* Home Top Section */
.home_top {
    background-color: #000;
    padding: 0.25rem;
    border-radius: 5px;
}
/* Home Top Section END */

/* -- Price Splash  -- */
.price_splash p {
    text-align: center;
    top: 0px;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0px;
    color: #fff !important;
    line-height: 1rem;
    font-weight: bold;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.price_splash {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #edc419 transparent transparent;
}
/* -- Price Splash End  -- */

/* -- Redirect to trade  -- */
.popup.active {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  z-index: 1001;
}
.popup-box {
  background-color: #fff;
  padding: 2rem;
  position: absolute;
  max-width: 35%;
  top: 40vh;
  left: 35vw;
  display: block;
}
i#popup-close {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 1.5rem;
}
/* -- Redirect to trade End  -- */
/* -- Countdown Timer Override   -- */
.sidebar .p-schedule-head, .sidebar .p-schedule-date, .sidebar .p-schedule-wrapper {
  margin-bottom: 0.25rem;
}
span.collect_details {
  display: block;
}
/* -- Countdown Timer Override End  -- */
/* -- Summary Box Start  -- */
.instant_cta {
  margin-bottom: 1.5rem;
}
/* -- Summary Box End  -- */
/* -- Scheduler Start  -- */
.p-matrix-express span.p-matrix-attribute {
  display: block;
}
.schedule-daysToDispatch {
  clear: both;
}

/* Sticky Scheduler */

.countdown{
  transition: 0.2s;
  background-color:#36a5b5;
}
.countdown-title{
  text-align: left;
}

p.countdown-header{
     margin-bottom: 0;
    line-height: 1.3;
    vertical-align: middle;
    font-size: 1.6rem;
    margin-top: 0.2rem;
    display: inline-block;
    text-align: left;
    max-width: 80%;
    margin-left: 20px;
}

span.collect_details{
  display: inline-block;
  font-size: 1rem;
}
.link_graphic #cutOffCountdown{
  max-width: auto;
  margin-top:0.5rem;
  margin-bottom: 0;
}

#cutOffCountdown span.countdown-amount{
  padding:15px 10px;
  font-size: 1.5rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  transition: 0.2s;
}
#cutOffCountdown span.countdown-period{
  display: block;
  margin-top:10px
  font-size: 1rem;
}

.countdown{
  padding:10px;
  margin-bottom: 0;
}

.matrix-head, .intro_section{
  margin-top:2rem;
}

a.cta.print-cta{
  font-size: 1rem;
  font-weight: bold;
}

span.terms_apply{
  margin-top:10px;
}

/* Stuck Scheduler styles*/

.countdown-title i{
  display: inline-block;
  font-size: 3rem;
  vertical-align: middle;
}

.p-schedule-wrapper{
  text-align: left;
  margin-top: 0.5rem;
}
.countdown.is_stuck{
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.countdown.is_stuck .countdown-title i{
  font-size: 1.5rem;
}

.countdown.is_stuck #cutOffCountdown span.countdown-amount{

  display: block;
	margin:0 auto;

}
.countdown.is_stuck .p-schedule-wrapper{
  font-size: 0.9rem;
  text-align: left;
  vertical-align: middle;
  width:100%;
  margin:0;
}
.countdown.is_stuck .terms_apply{
  display: block;
  text-align: left;
  vertical-align: bottom;
}

.countdown.is_stuck .countdown-header{
  text-align: left;
    margin-bottom: 0;
    font-size: 1.1rem;
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.countdown.is_stuck #cutOffCountdown span.countdown-period {
    display: block;
    margin-left: 5px;
    text-align:center;
}

.countdown.is_stuck span.collect_details{
  font-size: 0.9rem;
}

.countdown.is_stuck #cutOffCountdown{
  margin-top:0;
}
.p-schedule-date{
	padding:5px 0;
}

@media (max-width: 1280px) {
  p.countdown-header{
    margin: 0;
    margin-left: 10px;
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  p.countdown-header{
    max-width:90%;
  }
  .countdown.is_stuck #cutOffCountdown span.countdown-amount,
  .countdown.is_stuck #cutOffCountdown span.countdown-period{
    display: block;
  }
}
@media (max-width: 768px) {
  .countdown-title{
    text-align: center;

  }
  p.countdown-header{
    max-width: 100%;
    text-align:center;
    font-size: 1.4rem;
  }
  .countdown-title i{
    font-size: 2rem;
  }
  .p-schedule-wrapper{
    text-align: center;
  }
}

/* -- Scheduler End  -- */

.print-cta p{
  color:#FFF;
  font-weight: normal;
}
/* Split Delivery*/

#splitdelivery{
  display: none;
  background-color: #FFF;
  text-align: left;
}

#splitdelivery .cartbox-cell{
  padding:0;
  border:none;
}

#splitdelivery .cartbox-cell input, #splitdelivery .cartbox-cell select{
  width:100%;
}

td.qtytitle, td#startingQty0{
  padding:0;
  text-align: center;
  border: none;
}

span.qtytitle{
  display: block;
  font-weight: bold;
}

#splitdelivery .starting, #splitdelivery .remaining{
  padding:10px;
  text-align: center;
  color:#FFF;
}

#splitdelivery .product-name{
  color: #3a4154;
  background-color: #dee8ff;
  padding: 20px;
  font-size: 1rem;
}

#splitdelivery .btn{
  margin:0;
  /*float: right;*/
}

#splitdelivery .split-detail span{
  font-weight: bold;
  margin-right: 1rem;
}


#splitdelivery .addSplit{
  background-color: transparent;
  color:#333;
  padding: 5px;
  margin:0;
  cursor: pointer;
}
#splitdelivery .addSplit i{
  color: #69af53;
    vertical-align: middle;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

#splitdelivery .deleteSplit{
  background-color: transparent;
  color:#333;
  padding: 5px;
  float: right;
  cursor: pointer;
  position: absolute;
  top:10px;
  right:15px;
}
#splitdelivery .deleteSplit i{
  color: #e25c5c;
  vertical-align: middle;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

#splitdelivery .cartbox-checkout .cartbox-checkout td{
  padding: 15px 0px;
}
#splitdelivery .addedrows .container{
  padding:10px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  position: relative;
}

.delivery-header{
  text-align: right;
  margin-bottom: 1rem;
}
span.split-toggle{
  margin:0;
  margin-bottom: 1rem;
  cursor: pointer;
}

span.deladdress-toggle.btn {
    cursor: pointer;
}

strong.cartbox-top{
  border:none;
  float: left;
  padding: 0;
}

.split-detail select,
.split-detail input[type="text"]{
  width:80%;
   height: 31px;
}
.addedrows .container span{
  font-weight: bold;
  margin-right: 1rem;
}

#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select{
  padding-left:20px;
}

#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select input{
  width:90%;
  height: 31px;
}
#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select span{
  display: block;
  height: 15px;
}
#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select br{
  display: none;
}
#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select a{
  display: inline-block;
  padding:5px 10px;
  border-radius:5px;
  background-color: #36a5b5;
  color:#FFF;
  font-weight: bold;
  margin-top:0.5rem;
}

/* -- 18-04-2019 MM: Removed for Flexpress as location is a lot longer than a using the location dropdown; -- */
/*.addedrows .container span.addedQty{
  margin-left: 1rem;
}*/
#splitdelivery .remaining {
    background-color: #6f1064;
}
#splitdelivery .starting {
    background-color: #36a5b5;
}

#selectDeliveryAddress{
  display: block;
}
#addDeliveryAddress{
  display: none;
}

/* START Ajax Search */
.form-autocomplete {
    width: 100%;
    line-height: 28px;
    height: 28px;
}

/* LW 16/12/2020 - updated width as it broke split delivery styling*/
.input-wrapper {
    width: auto;
    position: relative;
    display: inline-block;
}
.ajaxResults-container {
    position: absolute;
    width: 100%;
    max-height: 200px;
    top: 29px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f7f7f7;
    color: #000;
    border-bottom: #e9e9e9;
    z-index: 21;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
ul.ajaxResults {
    margin: 0;
    padding: 0;
}
ul.ajaxResults li {
    list-style-type: none;
    margin: 0;
    padding: 0.25rem;
    border-bottom: 1px solid #e6e6e6;
}
ul.ajaxResults li:hover {
  cursor: pointer;
}
/* END Ajax Search */

/* Delivery Address Popup */
.allow-scroll {
    overflow-y: scroll;
    margin-top: 1rem;
    height: 460px;
    padding: 10px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
}
/* Delivery Address Popup */
/* Delivery Address */
img#deladdress-image {
    display: block;
}
/* Delivery Address */
/* JB 15-11-2018 -- Moved to the end of the file so that the styles do not get overwritten -- !!! Keep these at the end of the file !!! -- */

.last{ margin-right:0; }
.hide { display:none; }

/* 28/05 - LW New Product-loop styling*/

.cartbox-header{
  color: #FFF;
  background-color: #36a5b5;
/*  border:1px solid #ddd;
  border-bottom:0;*/
}

.cartbox-header .cartbox-top{
  color: #3a4154;
  border:none;
}

.del-header{
  background-color: #eee;
}
.del-info{
  background-color:#FFF;
}

.cartbox-header .cartbox-cell{
border:none;
}

.del-header .cartbox-top{
  color:#3a4154;
  border:none;
}

.cart-container, .cartstep-container{
  background-color: #FFF;
  padding:20px;
  margin:10px 0;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.cartstep-container{
  margin-top:0;
  margin-bottom:10px;
}

.cart-discount, .cart-notes.text-right, .cart-costcentre.text-right{
  background-color: #FFF;
  padding:10px;
}

.cartbox-total{
  background-color: #dee8ff;
  color:#3a4154;
  font-weight: bold;
}
.cartbox-total td{
  border:none;
}

.cartbox-total td:first-child{
  padding-left:10px;
}

.cartbox-header .product-name{
  padding: 20px 10px;
  font-size: 1rem;
}
.split-upload td{
  border-bottom:0;
}
/*.del-header, .del-info{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-top:0;
}

.cartbox-total{
  border:1px solid #ddd;
  border-top:0;
}*/

.checkout-action{
  text-align: right;
}
.upload-info{
  display: inline-block;
  padding:10px 0;
}
.upload-button{
  float: right;
}

.upload-button p, .upload-button .checkout-action a{
  margin: 0;
}
 .upload-button .checkout-action a{
    margin-top: 18px;
 }
 .upload-button .checkout-action a:hover{
    background-color: #028496;
    color:#FFF;
 }

#successform{
  text-align: right;
}

span.product-status {
  float: right;
}
.checkout-action a:hover{
background-color:#028496;
color:#FFF
}

span#addDelivery{
  cursor: pointer;
}
.prettyContent-container #createform .cartbox-cell input{
width:100%;
}
 iframe.embedly-embed {
display: block;
width: 100%;
height: 300px;

}
.whitesection{
  background-color:#FFF;
  padding:2rem 0;
}

.greysection{
  background-color:#e8e8e8;
  padding:2rem 0;
}

.whitesection.catalogue-top{
	padding-bottom:0;
}

.checkout-action #checkout-continue{
	float:right;
}

body.iframe-content{
	background-color:transparent;
}

body.iframe-content #tidio-chat{
	display:none;
}

nav.nav-cat ul li a.feature-disabled{
  color: #888;
  cursor: default;
}

nav.nav-cat ul li a.feature-disabled:after{
  background-color: #6f1064;
  padding: 0px 10px;
  color: #FFF;
  content: 'Coming soon!';
  font-family: inherit;
  display: inline-block;
  font-weight: normal;
  line-height: 22px;
  opacity: 1;
  border-radius: 5px;
  position: absolute;
  right: 10px;
}

form.order-search{
  display: flex;
  column-gap: 5px;
  flex-wrap: wrap;
  align-items: flex-end;
}

form.order-search .formcell{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size:14px;
}
form.order-search input,
form.order-search select{
  min-height: 33px;
}
form.order-search input.form-date{
  max-width: 100px;
}
form.order-search input.form-text{
  max-width: 200px;
}

form.order-search .form-select{
  margin: 0;
}

.terms-link{
  margin-bottom: 1rem;
}

  .basket-summary a.cta{
    margin: 0;
  }

@media screen and (max-width: 480px) {
  .nav-cat.side-menu .ul-nav-prod{
    display: none;
  }
  h2.cat-menu-header{
    border-radius: 5px;
  }
  h2.cat-menu-header:after{
    content: '\f055';
    font-family: 'Fontawesome webfont';
    color: #FFF;
    position: absolute;
    right: 20px;
    z-index: 999;
    font-size: 1rem;
  }
   h2.cat-menu-header.open:after{
    content: '\f056';
    font-family: 'Fontawesome webfont';
    color: #FFF;
    position: absolute;
    right: 20px;
    z-index: 999;
    font-size: 1rem;
  }
  h2.cat-menu-header.open{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .formlabel{
    width: 100%;
  }
  input.cta{
    width: 100%;
  }
  #updateform td{
    width: 100%;
    display: inline-block;
  }
  .search-orders h2:after{
    display: none;
  }
  /* Responsive Cart */
   .basket-summary{
    display: inline-block;
    width:100%;
    margin-bottom: 0.5rem;
  }
  .basket-summary td,
  .cartbox-cell-total{
    display: block;
    width: 100%;
    min-height: 45px;
  }
  #checkout .basket-summary td{
    padding: 10px;
    padding-left: 120px;
    border:none;
    border-bottom: 1px solid #eee;
    line-height: 1.4rem;
    position: relative;
  }

  .basket-summary td:nth-child(1):before{
    content:'Delete';
    position: absolute;
    left: 0;
    font-weight: bold;
  }
  .basket-summary td:nth-child(2):before{
    content:'Quantity';
    position: absolute;
    left: 0;
    font-weight: bold;
  }
  .basket-summary td:nth-child(3):before{
    content:'Product';
    position: absolute;
    left: 0;
    font-weight: bold;
  }
  .basket-summary td:nth-child(4):before{
    content:'Options';
    position: absolute;
    left: 0;
    font-weight: bold;
  }
  .basket-summary td:nth-child(5):before{
    content:'Shipping';
    position: absolute;
    left: 0;
    font-weight: bold;
  }
  .basket-summary td:nth-child(7):before{
    content:'Price';
    position: absolute;
    left: 0;
    font-weight: bold;
  }
  .cartbox-cell-total.text-right{
    width:50%;
    display: inline-block;
  }
  .cartbox-heading,
  .table-head{
    display: none;
  }
  /* All orders*/
  .myaccount-orders .basket-summary{
    width:100%;
  }
  .myaccount-orders .basket-summary td{
    padding-left:87px;
    position:relative;
    text-align:center;
  }
  .myaccount-orders .basket-summary td:nth-child(1):before {
      content: 'Order No.';
      left:10px;
      font-weight: bold;
  }
  .myaccount-orders .basket-summary td:nth-child(2):before {
      content: 'Ref.';
      left:10px;
      font-weight: bold;
  }
  .myaccount-orders .basket-summary td:nth-child(3):before {
      content: 'Date';
      left:10px;
      font-weight: bold;
  }
    .myaccount-orders .basket-summary td:nth-child(4):before {
      content: 'No. Products';
      left:10px;
      font-weight: bold;
  }
  .myaccount-orders .basket-summary td:nth-child(5):before {
      content: 'Status';
      left:10px;
      font-weight: bold;
  }
  .myaccount-orders .basket-summary td:nth-child(6):before {
      content: 'Order Total';
      left:10px;
      font-weight: bold;
      position: absolute;
  }
  .myaccount-orders .basket-summary td:nth-child(7):before {
      content: 'Overview';
      left:10px;
      font-weight: bold;
      position: absolute;
  }
   .myaccount-orders.incomplete .basket-summary td:nth-child(1):before {
      content: 'Date';
      left:10px;
      font-weight: bold;
  }
  .myaccount-orders.incomplete .basket-summary td:nth-child(2):before {
      content: 'Order No.';
      left:10px;
      font-weight: bold;
  }
  .myaccount-orders.incomplete .basket-summary td:nth-child(3):before {
      content: 'No. Products';
      left:10px;
      font-weight: bold;
  }
    .myaccount-orders.incomplete .basket-summary td:nth-child(4):before {
      content: 'Status';
      left:10px;
      font-weight: bold;
  }
  .myaccount-orders.incomplete .basket-summary td:nth-child(5):before {
      content: 'Total';
      left:10px;
      font-weight: bold;
  }
  .myaccount-orders.incomplete .basket-summary td:nth-child(6):before {
      content: 'Overview';
      left:10px;
      font-weight: bold;
      position: absolute;
  }
  /* Product Loop*/
  .del-header{
    display: none;
  }
  .product-loop .basket-summary{
    width:100%;
  }
  .product-loop .basket-summary td{
    padding-left:87px;
    position:relative;
    text-align:center;
  }
  .product-loop .basket-summary td:nth-child(1):before {
      content: 'Product';
      left:10px;
      font-weight: bold;
  }
  .product-loop .basket-summary td:nth-child(2):before {
      content: 'Format';
      left:10px;
      font-weight: bold;
  }
  .product-loop .basket-summary td:nth-child(3):before {
      content: 'Options';
      left:10px;
      font-weight: bold;
  }

  /* quote listing */

   .view-quotes .basket-summary,
   .quote-product .basket-summary{
    width:100%;
  }
  .view-quotes .basket-summary td,
  .quote-product .basket-summary td{
    padding-left:87px;
    position:relative;
    text-align:center;
  }
  .view-quotes .basket-summary td:nth-child(1):before {
      content: 'Quote No.';
      left:10px;
      font-weight: bold;
  }
  .view-quotes .basket-summary td:nth-child(2):before {
      content: 'Date';
      left:10px;
      font-weight: bold;
  }
  .view-quotes .basket-summary td:nth-child(3):before {
      content: 'Expiry';
      left:10px;
      font-weight: bold;
  }
  .view-quotes .basket-summary td:nth-child(4):before {
      content: 'Product';
      left:10px;
      font-weight: bold;
  }
  .view-quotes .basket-summary td:nth-child(5):before {
      content: 'Status';
      left:10px;
      font-weight: bold;
  }

   .quote-product .basket-summary td:nth-child(1):before {
      content: 'Product';
      left:10px;
      font-weight: bold;
  }
  .quote-product .basket-summary td:nth-child(2):before {
      content: 'Options';
      left:10px;
      font-weight: bold;
  }
  .quote-product .basket-summary td:nth-child(3):before {
      content: 'Qty';
      left:10px;
      font-weight: bold;
  }
  .quote-product .basket-summary td:nth-child(4):before {
      content: 'Price';
      left:10px;
      font-weight: bold;
  }
  .quote-product .basket-summary td:nth-child(5):before {
      content: '';
      left:10px;
      font-weight: bold;
  }
  /* Saved specifications */
   .favourites .basket-summary{
    width:100%;
  }
  .favourites .basket-summary td{
    padding-left:87px;
    position:relative;
    text-align:center;
  }
  .favourites .basket-summary td:nth-child(1):before {
      content: 'Product';
      left:10px;
      font-weight: bold;
  }
  .favourites .basket-summary td:nth-child(2):before {
      content: 'Format';
      left:10px;
      font-weight: bold;
  }
  .favourites .basket-summary td:nth-child(3):before {
      content: 'Options';
      left:10px;
      font-weight: bold;
  }
    .favourites .basket-summary td:nth-child(4):before {
      content: 'Qty';
      left:10px;
      font-weight: bold;
  }
  .favourites .basket-summary td:nth-child(5):before {
      content: 'Actions';
      left:10px;
      font-weight: bold;
  }
  .rewards .basket-summary{
    width:100%;
  }
  .rewards .basket-summary td{
    padding-left:87px;
    position:relative;
    text-align:center;
  }
  .rewards .basket-summary td:nth-child(1):before {
      content: 'Order ID';
      left:10px;
      font-weight: bold;
  }
  .rewards .basket-summary td:nth-child(2):before {
      content: 'Order Date';
      left:10px;
      font-weight: bold;
  }
  .rewards .basket-summary td:nth-child(3):before {
      content: 'Points';
      left:10px;
      font-weight: bold;
  }
   .rewards .basket-summary td:nth-child(4):before {
      content: 'Pts Redeemed';
      left:10px;
      font-weight: bold;
  }
  .rewards .basket-summary td:nth-child(5):before {
      content: 'Pts Type';
      left:10px;
      font-weight: bold;
  }
  .rewards .basket-summary td:nth-child(6):before {
      content: 'Expiry';
      left:10px;
      font-weight: bold;
  }
  .basket-summary{
    padding: 10px;
  }
  .basket-summary:nth-child(even){
    background-color: #f7f7f7;
  }

  .cartbox-header .product-name{
    display: none;
  }
   .delivery-address tr,
  .delivery-address td{
    display:block;
    width:100%;
    position:relative;
  }
  .delivery-address tr:nth-child(6) td:nth-child(1),
  .delivery-address tr:nth-child(6) td:nth-child(2),
  .delivery-address tr:nth-child(7) td:nth-child(1),
  .delivery-address tr:nth-child(7) td:nth-child(2){
    display:none;
  }
  .file-upload-cont .dropFile .w-col:first-child{
    padding: 15px;
  }
  .upload-info{
    width: 100%;
    text-align: center;
  }
  .upload-button{
    display: block;
    width: 100%;
  }
  .upload-button .checkout-action a{
    width: 100%;
  }
  .cartbox-total,
  .cartbox-total td{
    display: block;
    width: 100%;
  }
}

.order_summary_bottom{
	padding:0 1rem;
	padding-bottom:1rem;
}
a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
	width:100%;
	margin-bottom:10px;
}

.order_summary_bottom #lightboxTest,
.customer-favourite{
	width:49.4%;
}
.customer-favourite a.cta{
	margin:0;
	width:100%;
}
.favourite-success{
	width:100%;
	margin-top:10px;
	margin-bottom:0;
}
</style>
