@charset "UTF-8";
html {
  box-sizing: border-box; }

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

button, input[type="button"], input[type="reset"], input[type="submit"],
button, .button, .search-input .tt-dataset-product-search .more-message, .search-input .tt-dataset-product-search .tt-suggestion .button, .search-results .view-variations, .product .fav-button {
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus, .button:hover, .search-input .tt-dataset-product-search .more-message:hover, .search-input .tt-dataset-product-search .tt-suggestion .button:hover, .search-results .view-variations:hover, .product .fav-button:hover, .button:focus, .search-input .tt-dataset-product-search .more-message:focus, .search-input .tt-dataset-product-search .tt-suggestion .button:focus, .search-results .view-variations:focus, .product .fav-button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled, .button:disabled, .search-input .tt-dataset-product-search .more-message:disabled, .search-input .tt-dataset-product-search .tt-suggestion .button:disabled, .search-results .view-variations:disabled, .product .fav-button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
.product .share p,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }


label,
.product .share p {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after, .product .share p.required::after {
    content: "*"; }
  label abbr, .product .share p abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, .widget-cartridge-finder select, .widget-quick-buy select, .widget-printers select, .filters select, .product .add-to-requisition-pad select.pad-id, .account-right select, .checkout select, .quick-order select,
select[multiple=multiple], textarea, .widget-cartridge-finder select, .widget-quick-buy select, .widget-printers select, .filters select, .product .add-to-requisition-pad select.pad-id, .account-right select, .checkout select, .quick-order select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover, .widget-cartridge-finder select:hover, .widget-quick-buy select:hover, .widget-printers select:hover, .filters select:hover, .product .add-to-requisition-pad select.pad-id:hover, .account-right select:hover, .checkout select:hover, .quick-order select:hover,
  select[multiple=multiple]:hover, textarea:hover, .widget-cartridge-finder select:hover, .widget-quick-buy select:hover, .widget-printers select:hover, .filters select:hover, .product .add-to-requisition-pad select.pad-id:hover, .account-right select:hover, .checkout select:hover, .quick-order select:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, .widget-cartridge-finder select:focus, .widget-quick-buy select:focus, .widget-printers select:focus, .filters select:focus, .product .add-to-requisition-pad select.pad-id:focus, .account-right select:focus, .checkout select:focus, .quick-order select:focus,
  select[multiple=multiple]:focus, textarea:focus, .widget-cartridge-finder select:focus, .widget-quick-buy select:focus, .widget-printers select:focus, .filters select:focus, .product .add-to-requisition-pad select.pad-id:focus, .account-right select:focus, .checkout select:focus, .quick-order select:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea, .widget-cartridge-finder select, .widget-quick-buy select, .widget-printers select, .filters select, .product .add-to-requisition-pad select.pad-id, .account-right select, .checkout select, .quick-order select {
  resize: vertical; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  font-feature-settings: "kern", "liga", "pnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

body, html {
  padding: 0;
  margin: 0;
  color: #292929;
  background: #ffffff;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: regular; }

strong {
  font-weight: regular; }

img {
  height: auto; }

a {
  color: inherit; }
  a:hover {
    color: #f57470; }

p a {
  color: #f57470; }

#quoteContacts {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  #quoteContacts:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #quoteContacts {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      #quoteContacts:last-child {
        margin-right: 0; } }

#quoteItems {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  #quoteItems:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #quoteItems {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      #quoteItems:last-child {
        margin-right: 0; } }

#quotePrices {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  #quotePrices:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #quotePrices {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      #quotePrices:last-child {
        margin-right: 0; } }

#response {
  font-size: 38px;
  text-align: center; }

.wrap {
  margin: 0px auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.618em;
  padding-right: 1.618em;
  background: #ffffff; }
  .wrap::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1200px) {
    .wrap {
      max-width: 980px; } }
  @media screen and (max-width: 1024px) {
    .wrap {
      max-width: 720px; } }
  @media screen and (max-width: 720px) {
    .wrap {
      max-width: 480px;
      padding-left: 1em;
      padding-right: 1em; } }

.container {
  margin: 0px auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /*
	@if ($container-padding-top) {
		padding-top: $container-padding-top;
	}

	@if ($container-padding-bottom) {
		padding-bottom: $container-padding-bottom;
	}
	*/ }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1200px) {
    .container {
      max-width: 980px; } }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 720px; } }
  @media screen and (max-width: 720px) {
    .container {
      max-width: 480px;
      padding-left: 1em;
      padding-right: 1em; } }

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.button, .search-input .tt-dataset-product-search .more-message, .search-input .tt-dataset-product-search .tt-suggestion .button, .search-results .view-variations, .product .fav-button {
  background: #f57470; }

nav ul ul {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: regular; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

.content ul, .content ol {
  margin: 2em 0; }

.content ul li {
  margin-left: 2em;
  list-style: disc; }

.content ol li {
  margin-left: 2em;
  list-style: decimal; }

.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 2em; }

.wildcard {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.background {
  background: #ffffff;
  color: black; }
  .background a {
    color: black; }

.border-background {
  border-color: #ffffff !important; }

.wrap {
  background: #ffffff; }

.border-wrap {
  border-color: #ffffff !important; }

.light, .page-template-8.light h2.caption {
  background: #e6e6e6;
  color: black; }
  .light a, .page-template-8.light h2.caption a {
    color: black; }

.border-light {
  border-color: #e6e6e6 !important; }

.dark, .page-template-8.dark h2.caption {
  background: #3e20b1;
  color: white; }
  .dark a, .page-template-8.dark h2.caption a {
    color: white; }

.border-dark {
  border-color: #3e20b1 !important; }

.spot, .page-template-8.spot h2.caption {
  background: #f57470;
  color: white; }
  .spot a, .page-template-8.spot h2.caption a {
    color: white; }

.border-spot {
  border-color: #f57470 !important; }

.header {
  background: #ffffff;
  color: black; }
  .header a {
    color: black; }

.border-header {
  border-color: #ffffff !important; }

.header_foreground {
  background: #961e3a;
  color: white; }
  .header_foreground a {
    color: white; }

.border-header_foreground {
  border-color: #961e3a !important; }

.footer {
  background: #ffffff;
  color: black; }
  .footer a {
    color: black; }

.border-footer {
  border-color: #ffffff !important; }

.custom1, .page-template-8.custom1 h2.caption {
  background: #961e3a;
  color: white; }
  .custom1 a, .page-template-8.custom1 h2.caption a {
    color: white; }

.border-custom1 {
  border-color: #961e3a !important; }

.custom2, .page-template-8.custom2 h2.caption {
  background: #3e20b1;
  color: white; }
  .custom2 a, .page-template-8.custom2 h2.caption a {
    color: white; }

.border-custom2 {
  border-color: #3e20b1 !important; }

.custom3, .page-template-8.custom3 h2.caption {
  background: #34aa31;
  color: white; }
  .custom3 a, .page-template-8.custom3 h2.caption a {
    color: white; }

.border-custom3 {
  border-color: #34aa31 !important; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button, .button, .search-input .tt-dataset-product-search .more-message, .search-input .tt-dataset-product-search .tt-suggestion .button, .search-results .view-variations, .product .fav-button {
  background: #f57470;
  color: white; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover, .button:hover, .search-input .tt-dataset-product-search .more-message:hover, .search-input .tt-dataset-product-search .tt-suggestion .button:hover, .search-results .view-variations:hover, .product .fav-button:hover {
    background: #f35d58; }

input[type="submit"].selected {
  background: #3e20b1;
  color: white; }
  input[type="submit"].selected:hover {
    background: #361c9b; }

.contract-item {
  color: #FFCF00; }

.form_errors {
  background: #EECCCC;
  margin: 2em 0;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  color: #AA2222;
  font-weight: bold; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* colorbox product images */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff; }

#colorbox {
  outline: 0;
  box-shadow: 0px 0px 15px #555;
  border-radius: 5px; }

#cboxContent {
  background: #fff;
  overflow: hidden;
  padding: 10px; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 20px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 2px;
  left: 130px;
  color: #999;
  font-size: 0.8em; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 3px;
  margin: 5px;
  overflow: visible;
  width: auto;
  background: #f57470;
  color: #ffffff;
  font-size: 0.8em; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 73px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block;
  font-size: .8em; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

#accept_cookie {
  width: 5em;
  background-color: none;
  border: 1px solid black;
  colour: #292929; }

#findout {
  border: 1px solid black;
  colour: #292929; }

#cookie_div {
  color: #292929;
  background: none;
  border: solid black 1px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 17%;
  font-size: 10px;
  position: fixed;
  z-index: 1; }
  @media screen and (max-width: 1330px) {
    #cookie_div {
      font-size: 8px; } }
  @media screen and (max-width: 1024px) {
    #cookie_div {
      width: 40%;
      font-size: 8px; } }
  @media screen and (max-width: 720px) {
    #cookie_div {
      width: 98%;
      font-size: 8px; } }

header.header-template {
  color: #961e3a; }
  header.header-template a {
    color: inherit; }
  header.header-template .container, header.header-template .wrap {
    background-color: transparent; }
  header.header-template .logged {
    display: inline-block;
    font-size: 0.9em; }
  header.header-template .search-input input {
    box-shadow: none; }
    header.header-template .search-input input:focus {
      box-shadow: none; }
  header.header-template .search-input button {
    background-color: transparent;
    border: none;
    color: #961e3a;
    padding: 0;
    position: relative;
    top: -2px; }
  header.header-template .account {
    position: relative; }
    header.header-template .account a {
      cursor: pointer; }
    header.header-template .account:hover .account-dropdown {
      display: block; }
      @media screen and (max-width: 720px) {
        header.header-template .account:hover .account-dropdown {
          display: none; } }
    header.header-template .account .account-dropdown {
      left: auto;
      right: 0;
      background-color: white;
      display: none;
      border: 1px solid gainsboro;
      float: left;
      position: absolute;
      top: 100%;
      z-index: 100;
      text-align: left;
      padding: 0.25em 0.5em; }
      header.header-template .account .account-dropdown.three {
        min-width: 30em; }
        header.header-template .account .account-dropdown.three ul {
          width: 33%;
          float: left; }
      header.header-template .account .account-dropdown.two {
        min-width: 20em; }
        header.header-template .account .account-dropdown.two ul {
          width: 50%;
          float: left; }
      header.header-template .account .account-dropdown li span {
        color: #3e20b1;
        font-weight: bold; }
      header.header-template .account .account-dropdown li a {
        padding: 0.25em 0.5em;
        display: inline-block;
        color: #3e20b1;
        white-space: nowrap; }
        header.header-template .account .account-dropdown li a:hover {
          color: #f57470; }
  header.header-template .logo-bar .logo img {
    width: 100%; }

.search-input {
  background: #ffffff;
  border: 1px solid #961e3a; }
  .search-input input {
    color: #961e3a; }
    .search-input input::placeholder {
      color: rgba(150, 30, 58, 0.7); }
  .search-input .twitter-typeahead {
    width: 90%; }
  .search-input .tt-menu {
    color: #292929;
    min-width: 480px;
    border: 1px solid #ccc;
    background: white;
    padding: 0.85em 0;
    border-radius: 0.25em;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    margin-top: 0.8em;
    margin-left: -0.8em; }
    @media screen and (max-width: 720px) {
      .search-input .tt-menu {
        display: none !important; } }
  .search-input .tt-dataset {
    position: static;
    display: inline-block;
    padding: 0 0.85em;
    text-align: left; }
  .search-input .tt-dataset-category-search {
    float: left;
    width: 33%; }
    .search-input .tt-dataset-category-search .no-results {
      display: none; }
    .search-input .tt-dataset-category-search .tt-suggestion {
      overflow: hidden; }
      .search-input .tt-dataset-category-search .tt-suggestion a {
        color: #f57470;
        font-weight: bold;
        font-size: 1.15em;
        display: inline-block;
        margin-bottom: 0.2em;
        word-break: normal; }
        .search-input .tt-dataset-category-search .tt-suggestion a:hover {
          color: #f02f29;
          background-color: transparent; }
  .search-input .tt-dataset-product-search {
    float: right;
    width: 66%;
    border-left: 1px solid #ccc; }
    .search-input .tt-dataset-product-search .more-message {
      margin-top: 1em; }
      .search-input .tt-dataset-product-search .more-message .button, .search-input .tt-dataset-product-search .more-message .more-message, .search-input .tt-dataset-product-search .more-message .search-results .view-variations, .search-results .search-input .tt-dataset-product-search .more-message .view-variations, .search-input .tt-dataset-product-search .more-message .product .fav-button, .product .search-input .tt-dataset-product-search .more-message .fav-button {
        font-size: .9em;
        padding: .1em 1em;
        line-height: 1em; }
    .search-input .tt-dataset-product-search .tt-suggestion {
      padding: .5em 0; }
      .search-input .tt-dataset-product-search .tt-suggestion:after {
        content: "";
        display: table;
        clear: both; }
      .search-input .tt-dataset-product-search .tt-suggestion img {
        max-width: 50px;
        max-height: 50px;
        width: 100%;
        margin-right: 0.5em;
        display: inline-block;
        float: left; }
      .search-input .tt-dataset-product-search .tt-suggestion a:not(.button) {
        color: #292929;
        max-width: 80%;
        display: inline-block; }
        .search-input .tt-dataset-product-search .tt-suggestion a:not(.button):hover {
          color: #f57470;
          background-color: transparent; }
        .search-input .tt-dataset-product-search .tt-suggestion a:not(.button) span {
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: 70%;
          display: inline-block;
          line-height: 1em; }
          .search-input .tt-dataset-product-search .tt-suggestion a:not(.button) span.name {
            height: 2.11em;
            margin-bottom: 1em; }
          .search-input .tt-dataset-product-search .tt-suggestion a:not(.button) span.price {
            margin-left: 25%;
            position: relative;
            top: -1.25em; }
      .search-input .tt-dataset-product-search .tt-suggestion .more-message, .search-input .tt-dataset-product-search .tt-suggestion .button, .search-input .tt-dataset-product-search .tt-suggestion .search-results .view-variations, .search-results .search-input .tt-dataset-product-search .tt-suggestion .view-variations, .search-input .tt-dataset-product-search .tt-suggestion .product .fav-button, .product .search-input .tt-dataset-product-search .tt-suggestion .fav-button {
        padding: 0.3em 0.6em;
        float: right;
        display: inline-block;
        margin-top: 1em; }

.header-template-1 {
  background-color: #ffffff;
  padding-bottom: 1.618em; }
  .header-template-1 .container {
    background: none; }
  .header-template-1 .top-bar {
    background: #3e20b1;
    color: #ffffff;
    font-size: 0.9em; }
    .header-template-1 .top-bar a:hover, .header-template-1 .top-bar a:focus, .header-template-1 .top-bar a:active {
      color: inherit; }
    .header-template-1 .top-bar .container {
      background: none; }
  .header-template-1 .top-bar-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .header-template-1 .top-bar-left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1200px) {
      .header-template-1 .top-bar-left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .header-template-1 .top-bar-left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      .header-template-1 .top-bar-left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .header-template-1 .top-bar-left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 720px) {
      .header-template-1 .top-bar-left {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        text-align: center;
        margin-bottom: 0.5em; }
        .header-template-1 .top-bar-left:last-child {
          margin-right: 0; } }
  .header-template-1 .top-bar-right {
    text-align: right;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .header-template-1 .top-bar-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1200px) {
      .header-template-1 .top-bar-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .header-template-1 .top-bar-right:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      .header-template-1 .top-bar-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .header-template-1 .top-bar-right:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 720px) {
      .header-template-1 .top-bar-right {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        text-align: center; }
        .header-template-1 .top-bar-right:last-child {
          margin-right: 0; }
        .header-template-1 .top-bar-right .search {
          display: block;
          margin: 0.5em 0;
          position: relative; }
          .header-template-1 .top-bar-right .search input {
            float: left;
            width: 90%;
            height: 20px; }
          .header-template-1 .top-bar-right .search i {
            float: right;
            font-size: 16px; } }
    .header-template-1 .top-bar-right a {
      padding: 0.5em; }
  .header-template-1 .logged {
    padding-right: 3em; }
  .header-template-1 .account,
  .header-template-1 .basket,
  .header-template-1 .search {
    padding: 0.3em 0;
    display: inline-block;
    padding-left: 1em; }
    @media screen and (max-width: 720px) {
      .header-template-1 .account,
      .header-template-1 .basket,
      .header-template-1 .search {
        padding-left: 0;
        padding-right: 1em; } }
    .header-template-1 .account:hover a,
    .header-template-1 .basket:hover a,
    .header-template-1 .search:hover a {
      color: #3e20b1;
      background-color: white; }
  .header-template-1 .account .account-dropdown {
    margin-top: 1px;
    right: -1px; }
    .header-template-1 .account .account-dropdown a:hover {
      background-color: transparent; }
  .header-template-1 img {
    display: block; }
  .header-template-1 .search-input {
    display: block;
    padding: 0.15em 0.6em;
    border-radius: 8px;
    height: 24px;
    font-size: 13px; }
    .header-template-1 .search-input span {
      width: 85%; }
    .header-template-1 .search-input input {
      background: none;
      border: none;
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0;
      color: white; }
    .header-template-1 .search-input button {
      color: white;
      top: -3px; }
      @media screen and (max-width: 720px) {
        .header-template-1 .search-input button {
          top: -7px; } }
  .header-template-1 .logo-bar {
    padding-top: 1.618em; }
  .header-template-1 .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 27.49666%; }
    .header-template-1 .logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .header-template-1 .logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-right: 0; }
        .header-template-1 .logo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 720px) {
      .header-template-1 .logo {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        margin-right: 0;
        padding-bottom: 1.618em; }
        .header-template-1 .logo:last-child {
          margin-right: 0; }
        .header-template-1 .logo img {
          margin: 0px auto; } }
  .header-template-1 nav {
    text-align: right;
    font-size: 0.9em;
    line-height: 100px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 70.14568%; }
    .header-template-1 nav:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .header-template-1 nav {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: left; }
        .header-template-1 nav:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 720px) {
      .header-template-1 nav {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        margin-right: 0;
        position: fixed;
        left: -100%; }
        .header-template-1 nav:last-child {
          margin-right: 0; } }
    .header-template-1 nav ul {
      max-height: 100px;
      overflow: hidden; }
    .header-template-1 nav li {
      display: inline-block; }
      .header-template-1 nav li:first-child a {
        margin-left: 0;
        padding-left: 0;
        border-left: none; }
    .header-template-1 nav a {
      border-left: 1px solid #3e20b1;
      padding-left: 0.8em;
      margin-left: 0.6em; }
  .header-template-1 .tt-menu {
    left: auto !important;
    right: 0;
    margin-top: 0.5em;
    margin-right: -1.5em;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none; }
    .header-template-1 .tt-menu .empty-message {
      color: #292929; }

.header-template-2 {
  background-color: #ffffff;
  padding-bottom: 0.5em; }
  .header-template-2 .container {
    background: none; }
  @media screen and (max-width: 720px) {
    .header-template-2 {
      margin-bottom: 1.618em; } }
  .header-template-2 .top-bar {
    float: right;
    margin-bottom: 0.5em;
    text-align: center; }
    .header-template-2 .top-bar .container {
      background: none; }
    @media screen and (max-width: 720px) {
      .header-template-2 .top-bar {
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  .header-template-2 .logged {
    padding-right: 2em; }
  .header-template-2 .top-buttons {
    display: inline-block;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-right: 1em;
    padding-left: 1em;
    background-color: #3e20b1; }
  .header-template-2 .account,
  .header-template-2 .basket {
    display: inline-block; }
    .header-template-2 .account a,
    .header-template-2 .basket a {
      width: 100%;
      display: inline-block;
      padding: 0.5em 0.75em;
      font-size: 0.9em;
      color: #ffffff; }
    .header-template-2 .account:hover a,
    .header-template-2 .basket:hover a {
      background-color: white;
      color: #3e20b1; }
  .header-template-2 .basket a {
    padding-right: 0.5em; }
  .header-template-2 img {
    display: block; }
  .header-template-2 .search {
    width: 250px;
    float: right; }
  .header-template-2 .search-input {
    display: block;
    margin-top: 0.5em;
    padding: 0.3em 0.6em;
    border-radius: 8px;
    font-size: 13px;
    text-align: left; }
    .header-template-2 .search-input input {
      box-shadow: none;
      background: none;
      border: none;
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0;
      width: 90%; }
  .header-template-2 .logo-bar {
    padding: 1.618em 0; }
  .header-template-2 .logo-bar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 27.49666%; }
    .header-template-2 .logo-bar:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .header-template-2 .logo-bar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .header-template-2 .logo-bar:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 720px) {
      .header-template-2 .logo-bar {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        margin-right: 0; }
        .header-template-2 .logo-bar:last-child {
          margin-right: 0; }
        .header-template-2 .logo-bar img {
          margin: 0px auto; } }
  .header-template-2 .header-right {
    text-align: right;
    font-size: 0.8em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 70.14568%;
    margin-right: 0; }
    .header-template-2 .header-right:last-child {
      margin-right: 0; }
    .header-template-2 .header-right .social {
      margin-bottom: 0.5em; }
    @media screen and (max-width: 1024px) {
      .header-template-2 .header-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .header-template-2 .header-right:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 720px) {
      .header-template-2 .header-right {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        text-align: center; }
        .header-template-2 .header-right:last-child {
          margin-right: 0; }
        .header-template-2 .header-right .search {
          float: none;
          margin-left: auto;
          margin-right: auto; } }
  .header-template-2 .account-dropdown {
    border-top-right-radius: 0; }
    .header-template-2 .account-dropdown a {
      background-color: transparent;
      border-radius: 0; }
      .header-template-2 .account-dropdown a:hover {
        background-color: transparent; }
  .header-template-2 .tt-menu {
    left: auto !important;
    right: 0;
    margin-right: -2.5em; }

.header-template-3 {
  background-color: #ffffff; }
  .header-template-3 .container {
    background: none; }
  .header-template-3 > .container {
    padding-bottom: 0.5em; }
  .header-template-3 .top-bar {
    border-bottom: 1px #e6e6e6 solid;
    padding: 0.25em 0;
    font-size: 0.9em; }
    .header-template-3 .top-bar .container {
      text-align: right; }
      .header-template-3 .top-bar .container ul, .header-template-3 .top-bar .container div {
        display: inline-block;
        margin-left: 0.5em; }
    .header-template-3 .top-bar a:hover {
      color: inherit; }
  .header-template-3 .button-group {
    border-radius: 8px;
    display: inline-block;
    background-color: #3e20b1; }
    .header-template-3 .button-group .split {
      display: inline-block;
      border-right: 1px solid #3a1ea6;
      height: 1.75em; }
    .header-template-3 .button-group > div {
      display: inline-block;
      max-width: 60%; }
      .header-template-3 .button-group > div a {
        max-width: 100%; }
      .header-template-3 .button-group > div:hover a {
        background-color: #361c9b; }
    .header-template-3 .button-group .account a {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .header-template-3 .button-group .basket a {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .header-template-3 .button-group .primary + span {
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 8em; }
    .header-template-3 .button-group .basket .primary + span {
      max-width: 5.5em; }
    .header-template-3 .button-group a {
      background-color: #3e20b1;
      color: #ffffff;
      text-align: left;
      display: inline-block;
      padding: 0.5em 1em; }
      .header-template-3 .button-group a > span {
        display: block;
        font-size: 0.75em; }
        .header-template-3 .button-group a > span.primary {
          font-size: 0.85em;
          text-align: right; }
        .header-template-3 .button-group a > span i {
          margin-left: 0.5em;
          font-size: 1.4em;
          position: relative;
          top: 2px;
          opacity: 0.9; }
  .header-template-3 .search-input {
    display: block;
    padding: 1.1em 1.5em;
    border-radius: 8px;
    font-size: 13px;
    text-align: left; }
    .header-template-3 .search-input input {
      box-shadow: none;
      background: none;
      border: none;
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0;
      width: 90%; }
  .header-template-3 .logo-bar {
    padding: 1.618em 0; }
  .header-template-3 .logo-bar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .header-template-3 .logo-bar:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .header-template-3 .logo-bar {
        text-align: center;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0; }
        .header-template-3 .logo-bar:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 720px) {
      .header-template-3 .logo-bar {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        margin-right: 0; }
        .header-template-3 .logo-bar:last-child {
          margin-right: 0; }
        .header-template-3 .logo-bar img {
          margin: 0px auto; } }
  .header-template-3 .header-middle {
    margin-top: 3.5em;
    vertical-align: middle;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .header-template-3 .header-middle:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .header-template-3 .header-middle {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-top: 0;
        margin-bottom: 1em; }
        .header-template-3 .header-middle:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 720px) {
      .header-template-3 .header-middle {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        margin-top: 0; }
        .header-template-3 .header-middle:last-child {
          margin-right: 0; } }
  .header-template-3 .header-right {
    margin-top: 3.5em;
    text-align: right;
    vertical-align: middle;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    .header-template-3 .header-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .header-template-3 .header-right {
        margin-top: 0;
        margin-bottom: 1em;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .header-template-3 .header-right:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 720px) {
      .header-template-3 .header-right {
        text-align: center;
        margin-top: 0;
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%; }
        .header-template-3 .header-right:last-child {
          margin-right: 0; }
        .header-template-3 .header-right .button-group {
          margin-top: 1.618em;
          margin-bottom: 1.618em; } }
  .header-template-3 .account-dropdown a {
    background-color: transparent !important; }
  .header-template-3 .tt-menu {
    margin-top: 1.5em;
    margin-left: -1.5em; }

.header-template-4 {
  background-color: #ffffff; }
  .header-template-4 .container {
    background: none; }
  .header-template-4 .button-group {
    float: right;
    margin-top: 1em; }
    .header-template-4 .button-group .logged {
      padding-right: 2em; }
    .header-template-4 .button-group .account, .header-template-4 .button-group .basket {
      display: inline-block;
      border: 1px solid #7f6acd;
      padding: 0.1em 0.8em; }
      .header-template-4 .button-group .account:hover, .header-template-4 .button-group .basket:hover {
        background-color: rgba(62, 32, 177, 0.07); }
      .header-template-4 .button-group .account .account-dropdown, .header-template-4 .button-group .basket .account-dropdown {
        border-color: #7f6acd;
        right: -1px; }
    .header-template-4 .button-group .account {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .header-template-4 .button-group .basket {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-left: none; }
    .header-template-4 .button-group a {
      color: #961e3a;
      font-size: 0.8em; }
      .header-template-4 .button-group a i {
        font-size: 1.4em;
        margin-left: 0.3em;
        position: relative;
        top: 2px; }
  .header-template-4 .search {
    width: 250px;
    float: left;
    display: inline-block;
    margin-top: 1em; }
  .header-template-4 .search-input {
    display: block;
    padding: 0.4em 0.8em;
    border-radius: 8px;
    font-size: 0.8em;
    text-align: left; }
    .header-template-4 .search-input input {
      box-shadow: none;
      background: none;
      border: none;
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0;
      width: 90%; }
  .header-template-4 .top {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .header-template-4 .top:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .header-template-4 .top {
        margin-bottom: 1.618em; } }
    @media screen and (max-width: 720px) {
      .header-template-4 .top {
        text-align: center; }
        .header-template-4 .top .search, .header-template-4 .top .button-group {
          float: none; } }
  .header-template-4 .logo-bar {
    padding: 1.618em 0;
    text-align: center; }
    .header-template-4 .logo-bar .logo {
      display: inline-block; }

.navbar {
  text-align: center;
  padding-top: 0.15em; }
  .navbar li {
    display: inline-block;
    padding: 0.35em 0em 0.5em;
    position: relative; }
    .navbar li a, .navbar li span {
      display: inline-block;
      border-style: solid;
      border-width: 0px;
      border-right-width: 1px;
      padding-right: 0.7em;
      padding-left: 0.7em; }
      @media screen and (max-width: 720px) {
        .navbar li a, .navbar li span {
          border-right-width: 0px; } }
    .navbar li span:hover {
      cursor: pointer; }
    .navbar li:last-child a, .navbar li:last-child span {
      border-right-width: 0px; }
    .navbar li:hover {
      position: relative;
      left: -1px; }
      .navbar li:hover .drop-menu {
        display: block;
        float: left;
        left: -1px;
        position: absolute;
        top: 100%;
        z-index: 999; }
        .navbar li:hover .drop-menu li {
          display: inline-block;
          float: left;
          text-align: left; }
          .navbar li:hover .drop-menu li:hover {
            position: static;
            left: 0; }
          .navbar li:hover .drop-menu li a, .navbar li:hover .drop-menu li span {
            border: none; }
          .navbar li:hover .drop-menu li span:hover {
            cursor: text; }
          .navbar li:hover .drop-menu li ul {
            /*subcats*/
            position: static;
            display: block; }
            .navbar li:hover .drop-menu li ul li {
              padding: 0;
              width: 100%; }
              .navbar li:hover .drop-menu li ul li .see-all {
                font-style: italic;
                font-weight: bold; }
        .navbar li:hover .drop-menu.one {
          min-width: 200px; }
          .navbar li:hover .drop-menu.one > li {
            width: 100%;
            clear: left; }
        .navbar li:hover .drop-menu.two {
          min-width: 400px; }
          .navbar li:hover .drop-menu.two > li {
            width: 50%; }
            .navbar li:hover .drop-menu.two > li:nth-child(2n + 1) {
              clear: left; }
        .navbar li:hover .drop-menu.many {
          min-width: 600px; }
          .navbar li:hover .drop-menu.many > li {
            width: 33%; }
            .navbar li:hover .drop-menu.many > li:nth-child(3n + 1) {
              clear: left; }
  @media screen and (max-width: 1024px) {
    .navbar .drop-menu {
      display: none !important; } }

.navbar-template-1 {
  font-size: 0.9em; }
  .navbar-template-1.default-background {
    background: #3e20b1;
    color: #ffffff; }
  .navbar-template-1 a:hover, .navbar-template-1 span:hover {
    color: inherit; }
  .navbar-template-1 .container {
    background: none; }
  .navbar-template-1 li a, .navbar-template-1 li span {
    border-color: #ffffff; }
  .navbar-template-1 li:hover {
    background-color: #e6e6e6;
    color: black; }
    .navbar-template-1 li:hover a, .navbar-template-1 li:hover span {
      color: black; }
    .navbar-template-1 li:hover .drop-menu {
      background-color: #e6e6e6;
      color: black;
      padding: 0.5em 0; }
      .navbar-template-1 li:hover .drop-menu li {
        font-weight: bold; }
        .navbar-template-1 li:hover .drop-menu li ul {
          /*subcats*/ }
          .navbar-template-1 li:hover .drop-menu li ul li {
            font-weight: normal; }
            .navbar-template-1 li:hover .drop-menu li ul li .see-all {
              color: #888888; }
        .navbar-template-1 li:hover .drop-menu li.no-more {
          font-weight: normal;
          padding: 0 0 0.5em; }

.navbar-template-2 {
  font-size: 0.9em; }
  .navbar-template-2.default-background {
    background: #3e20b1;
    color: #ffffff; }
  .navbar-template-2 a:hover, .navbar-template-2 span:hover {
    color: inherit; }
  .navbar-template-2 li a, .navbar-template-2 li span {
    border-color: #ffffff; }
  .navbar-template-2 li:hover {
    background-color: #e6e6e6;
    color: black; }
    .navbar-template-2 li:hover a {
      color: black; }
    .navbar-template-2 li:hover .drop-menu {
      background-color: #e6e6e6;
      color: black; }
      .navbar-template-2 li:hover .drop-menu li {
        font-weight: bold; }
        .navbar-template-2 li:hover .drop-menu li ul {
          /*subcats*/ }
          .navbar-template-2 li:hover .drop-menu li ul li {
            font-weight: normal; }
            .navbar-template-2 li:hover .drop-menu li ul li .see-all {
              color: #888888; }

.breadcrumbs {
  font-size: 0.8em; }
  .breadcrumbs i {
    font-size: 0.6em;
    margin: 0 0.5em; }
  @media screen and (max-width: 720px) {
    .breadcrumbs {
      display: none; } }

.breadcrumbs-template-1 .container {
  padding: 1.618em 0; }
  .breadcrumbs-template-1 .container:empty {
    padding: 0;
    font-size: 15px;
    height: 1.618em; }

.basebar-template-1 {
  padding: 0.5em 0; }
  .basebar-template-1.default-background {
    background: #3e20b1;
    color: #ffffff; }
  .basebar-template-1 .container {
    background: none; }
  .basebar-template-1 nav {
    font-size: 0.9em;
    text-align: center; }
    .basebar-template-1 nav li {
      display: inline-block; }
      .basebar-template-1 nav li:first-child a {
        margin-left: 0;
        padding-left: 0;
        border-left: none; }
    .basebar-template-1 nav a {
      border-left: 1px solid #e6e6e6;
      padding-left: 0.8em;
      margin-left: 0.6em; }
      @media screen and (max-width: 720px) {
        .basebar-template-1 nav a {
          border-left: none; } }

.basebar-template-2 {
  padding: 0.5em 0; }
  .basebar-template-2.default-background {
    background: #3e20b1;
    color: #ffffff; }
  .basebar-template-2 .container {
    background: none; }
  .basebar-template-2 nav {
    font-size: 0.9em;
    text-align: center; }
    .basebar-template-2 nav li {
      display: inline-block; }
      .basebar-template-2 nav li:first-child a {
        margin-left: 0;
        padding-left: 0;
        border-left: none; }
    .basebar-template-2 nav a {
      border-left: 1px solid #e6e6e6;
      color: #e6e6e6;
      padding-left: 0.8em;
      margin-left: 0.6em; }
      @media screen and (max-width: 720px) {
        .basebar-template-2 nav a {
          border-left: none; } }

footer {
  font-size: 0.9em;
  margin-top: 1.618em; }
  footer.default-background {
    background-color: #ffffff;
    color: #292929; }
  footer .container, footer .wrap {
    background-color: transparent; }

ul.social li {
  display: inline-block;
  font-size: 1.5em;
  margin-right: 0.5em; }

.footer-text {
  border-top: 1px solid #292929; }
  .footer-text p:first-child {
    float: left; }
  .footer-text p:last-child {
    float: right; }

.footer-template-1 .container {
  padding-top: 1.618em;
  padding-bottom: 1.618em; }

.footer-template-1 .widget {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .footer-template-1 .widget h4 {
    margin-bottom: 0.809em; }
  .footer-template-1 .widget:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .footer-template-1 .widget {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 1.618em; }
      .footer-template-1 .widget:last-child {
        margin-right: 0; }
      .footer-template-1 .widget:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .footer-template-1 .widget {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0;
      text-align: center;
      height: auto !important; }
      .footer-template-1 .widget:last-child {
        margin-right: 0; } }

.footer-template-2 .container {
  padding-top: 1.618em;
  padding-bottom: 1.618em; }

.footer-template-2 .widget {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .footer-template-2 .widget h4 {
    margin-bottom: 0.809em; }
  .footer-template-2 .widget:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .footer-template-2 .widget:nth-child(2):last-child {
      margin-right: 0; }
  .footer-template-2 .widget:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .footer-template-2 .widget {
      margin-bottom: 1.618em;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .footer-template-2 .widget:last-child {
        margin-right: 0; }
      .footer-template-2 .widget:nth-child(2) {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .footer-template-2 .widget:nth-child(2):last-child {
          margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .footer-template-2 .widget {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0;
      text-align: center;
      height: auto !important; }
      .footer-template-2 .widget:last-child {
        margin-right: 0; } }

.page .padding-top .container-inner {
  padding-top: 1.618em; }

.page .padding-bottom .container-inner {
  padding-bottom: 1.618em; }

.page .padding-left .container-inner {
  padding-left: 1.618em; }

.page .padding-right .container-inner {
  padding-right: 1.618em; }

.page .margin-top .container-inner {
  margin-top: 1.618em; }

.page .margin-bottom .container-inner {
  margin-bottom: 1.618em; }

.page .divider .container-inner {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.618em; }

.page-template-2 .container-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-2 .container-inner::after {
    clear: both;
    content: "";
    display: block; }

.page-template-2 .widget {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .page-template-2 .widget:last-child {
    margin-right: 0; }
  .page-template-2 .widget:nth-child(4n) {
    margin-right: 0; }
  .page-template-2 .widget:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 1024px) {
    .page-template-2 .widget {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      margin-bottom: 1.618em; }
      .page-template-2 .widget:last-child {
        margin-right: 0; }
      .page-template-2 .widget:nth-child(2n) {
        margin-right: 0; }
      .page-template-2 .widget:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 720px) {
    .page-template-2 .widget {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-bottom: 1.618em; }
      .page-template-2 .widget:last-child {
        margin-right: 0; }
      .page-template-2 .widget:nth-child(1n) {
        margin-right: 0; }
      .page-template-2 .widget:nth-child(1n+1) {
        clear: left; } }

.page-template-3 .container-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-3 .container-inner::after {
    clear: both;
    content: "";
    display: block; }

.page-template-3 .page-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .page-template-3 .page-left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .page-template-3 .page-left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .page-template-3 .page-left:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .page-template-3 .page-left {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-bottom: 1.618em; }
      .page-template-3 .page-left:last-child {
        margin-right: 0; } }

.page-template-3 .page-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0; }
  .page-template-3 .page-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .page-template-3 .page-right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .page-template-3 .page-right:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .page-template-3 .page-right {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-bottom: 1.618em; }
      .page-template-3 .page-right:last-child {
        margin-right: 0; } }

.page-template-3 .widget {
  margin-bottom: 1.618em; }

.page-template-3 .product {
  border: 1px solid #e6e6e6;
  margin-bottom: 1.618em;
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 31.22104%; }
  .page-template-3 .product a {
    display: block; }
  .page-template-3 .product:last-child {
    margin-right: 0; }
  .page-template-3 .product:nth-child(3n) {
    margin-right: 0; }
  .page-template-3 .product:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 1024px) {
    .page-template-3 .product {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      .page-template-3 .product:last-child {
        margin-right: 0; }
      .page-template-3 .product:nth-child(3n) {
        margin-right: 7.42297%; }
      .page-template-3 .product:nth-child(3n+1) {
        clear: none; }
      .page-template-3 .product:nth-child(2n) {
        margin-right: 0; }
      .page-template-3 .product:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 720px) {
    .page-template-3 .product {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .page-template-3 .product:last-child {
        margin-right: 0; } }

.page-template-3 .product-image {
  text-align: center; }
  .page-template-3 .product-image img {
    max-height: 200px; }

.page-template-3 .product-details {
  background: #e6e6e6;
  padding: 1em;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-3 .product-details::after {
    clear: both;
    content: "";
    display: block; }
  .page-template-3 .product-details h4 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    text-align: center; }
  .page-template-3 .product-details h6 {
    margin-top: 0;
    font-size: 0.85em;
    margin-bottom: 0.75em;
    margin-top: -0.5em;
    text-align: center; }
  .page-template-3 .product-details .info {
    font-weight: bold;
    line-height: 1.3em;
    text-align: center; }
    .page-template-3 .product-details .info span {
      display: block; }
    .page-template-3 .product-details .info .saving, .page-template-3 .product-details .info .stock {
      font-size: 0.8em;
      font-weight: normal; }
  .page-template-3 .product-details .add-to-basket {
    font-size: 0.8em;
    margin-bottom: 0;
    margin-top: 0.4em;
    text-align: center;
    padding: 0; }
  .page-template-3 .product-details .favourite-btn {
    margin-left: 0.5em; }
  .page-template-3 .product-details .variations {
    display: block;
    text-align: center;
    margin: .3em 0;
    font-weight: 400;
    font-size: .8em; }

.page-template-5 .container-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-5 .container-inner::after {
    clear: both;
    content: "";
    display: block; }

.page-template-5 .product {
  margin-bottom: 1.618em;
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .page-template-5 .product.border {
    border-style: solid;
    border-width: 1px; }
  .page-template-5 .product:last-child {
    margin-right: 0; }
  .page-template-5 .product:nth-child(4n) {
    margin-right: 0; }
  .page-template-5 .product:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 720px) {
    .page-template-5 .product {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .page-template-5 .product:last-child {
        margin-right: 0; } }

.page-template-5 .product-image {
  text-align: center;
  background: white;
  overflow: hidden; }
  .page-template-5 .product-image a {
    display: block; }
  .page-template-5 .product-image img {
    max-height: 200px;
    margin: 0px auto;
    display: block; }

.page-template-5 .product-details {
  padding: 1em;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-5 .product-details::after {
    clear: both;
    content: "";
    display: block; }
  .page-template-5 .product-details h4 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    text-align: center; }
  .page-template-5 .product-details h6 {
    margin-top: 0;
    font-size: 0.85em;
    margin-bottom: 0.75em;
    margin-top: -0.5em;
    text-align: center; }
  .page-template-5 .product-details .info {
    font-weight: bold;
    line-height: 1.3em;
    text-align: center; }
    .page-template-5 .product-details .info span {
      display: block; }
    .page-template-5 .product-details .info .saving, .page-template-5 .product-details .info .stock {
      font-size: 0.8em;
      font-weight: normal; }
  .page-template-5 .product-details .add-to-basket {
    font-size: 0.8em;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    margin-top: 0.4em;
    background: none; }
  .page-template-5 .product-details .favourite-btn {
    margin-left: 0.5em; }
  .page-template-5 .product-details .variations {
    display: block;
    text-align: center;
    margin: .3em 0;
    font-weight: 400;
    font-size: .8em; }

.page-template-6 .container-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-6 .container-inner::after {
    clear: both;
    content: "";
    display: block; }

.page-template-6 .widget {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .page-template-6 .widget:last-child {
    margin-right: 0; }
  .page-template-6 .widget:nth-child(3n) {
    margin-right: 0; }
  .page-template-6 .widget:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 720px) {
    .page-template-6 .widget {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-bottom: 1.618em; }
      .page-template-6 .widget:last-child {
        margin-right: 0; }
      .page-template-6 .widget:nth-child(1n) {
        margin-right: 0; }
      .page-template-6 .widget:nth-child(1n+1) {
        clear: left; }
      .page-template-6 .widget:last-child {
        margin-bottom: 0; } }

.page-template-8 {
  background-color: transparent; }
  .page-template-8 .banner {
    overflow: hidden;
    line-height: 0;
    position: relative; }
    .page-template-8 .banner img {
      display: inline-block; }
    .page-template-8 .banner h2.caption {
      position: absolute;
      bottom: 25%;
      margin: -2em 0 0;
      float: left;
      clear: both;
      display: inline-block;
      box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7);
      padding: 0.4em 1.4em;
      font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 2em;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      color: #ffffff;
      background: rgba(62, 32, 177, 0.85); }
      @media screen and (max-width: 720px) {
        .page-template-8 .banner h2.caption {
          display: none; } }
  .page-template-8.light h2.caption {
    background: rgba(230, 230, 230, 0.85); }
  .page-template-8.dark h2.caption {
    background: rgba(62, 32, 177, 0.85); }
  .page-template-8.spot h2.caption {
    background: rgba(245, 116, 112, 0.85); }
  .page-template-8.custom1 h2.caption {
    background: rgba(150, 30, 58, 0.85); }
  .page-template-8.custom2 h2.caption {
    background: rgba(62, 32, 177, 0.85); }
  .page-template-8.custom3 h2.caption {
    background: rgba(52, 170, 49, 0.85); }

.page-template-9 .products-carousel {
  padding-bottom: 2em;
  padding-left: 70px;
  padding-right: 70px;
  /* variations test */
  /* variations test */ }
  .page-template-9 .products-carousel .product {
    padding: 0.809em 0.809em;
    margin-left: 0.809em;
    margin-right: 0.809em; }
    .page-template-9 .products-carousel .product.border {
      border-style: solid;
      border-width: 1px; }
  .page-template-9 .products-carousel .product-image {
    text-align: center;
    background: white; }
    .page-template-9 .products-carousel .product-image a {
      display: block; }
    .page-template-9 .products-carousel .product-image img {
      height: 100%;
      max-height: 9.5em;
      margin-left: auto;
      margin-right: auto; }
  .page-template-9 .products-carousel h4 {
    font-size: 0.9em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    display: inline-block;
    overflow: hidden;
    height: 3.7em; }
  .page-template-9 .products-carousel h6 {
    margin-top: 0;
    font-size: 0.85em;
    margin-bottom: 0.5em; }
  .page-template-9 .products-carousel a.button, .page-template-9 .products-carousel .search-input .tt-dataset-product-search a.more-message, .search-input .tt-dataset-product-search .page-template-9 .products-carousel a.more-message, .page-template-9 .products-carousel .search-input .tt-dataset-product-search .tt-suggestion a.button, .search-input .tt-dataset-product-search .tt-suggestion .page-template-9 .products-carousel a.button, .page-template-9 .products-carousel .search-results a.view-variations, .search-results .page-template-9 .products-carousel a.view-variations, .page-template-9 .products-carousel .product a.fav-button, .product .page-template-9 .products-carousel a.fav-button {
    padding: 0.5em 0.666em;
    font-size: 0.9em;
    font-weight: normal;
    background-color: #f57470;
    max-width: 100%; }
  .page-template-9 .products-carousel .product-details {
    text-align: center;
    /* variations test */
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center; }
    .page-template-9 .products-carousel .product-details .price {
      color: #3e20b1; }
      .page-template-9 .products-carousel .product-details .price span {
        display: block; }
        .page-template-9 .products-carousel .product-details .price span:last-child {
          margin-bottom: 0.5em; }
        .page-template-9 .products-carousel .product-details .price span.saving, .page-template-9 .products-carousel .product-details .price span.stock {
          font-size: 0.8em; }
    .page-template-9 .products-carousel .product-details .variations {
      display: block;
      text-align: center;
      margin: .3em 0;
      font-weight: 400;
      font-size: .8em; }
  .page-template-9 .products-carousel .slick-slide {
    display: flex;
    flex-wrap: wrap; }
  .page-template-9 .products-carousel .slick-slide {
    display: flex;
    flex-wrap: wrap; }
  .page-template-9 .products-carousel .slick-prev, .page-template-9 .products-carousel .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 70px;
    line-height: 0;
    margin-top: -10px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 40%;
    width: 35px; }
    .page-template-9 .products-carousel .slick-prev:before, .page-template-9 .products-carousel .slick-next:before {
      color: #3e20b1;
      font-family: FontAwesome;
      font-size: 70px;
      line-height: 1;
      opacity: 0.75; }
  .page-template-9 .products-carousel .slick-prev {
    left: -1px; }
    .page-template-9 .products-carousel .slick-prev:before {
      content: "\f104"; }
  .page-template-9 .products-carousel .slick-next {
    right: -1px; }
    .page-template-9 .products-carousel .slick-next:before {
      content: "\f105"; }
  .page-template-9 .products-carousel .slick-dots {
    display: none !important; }

.page-template-10 .container-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-10 .container-inner::after {
    clear: both;
    content: "";
    display: block; }
  .page-template-10 .container-inner > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 1.618em;
    overflow: hidden; }
    .page-template-10 .container-inner > div:last-child {
      margin-right: 0; }
    .page-template-10 .container-inner > div:nth-child(2) {
      margin-right: 0; }
    .page-template-10 .container-inner > div:nth-child(5) {
      margin-right: 0; }
    .page-template-10 .container-inner > div:first-child {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .page-template-10 .container-inner > div:first-child:last-child {
        margin-right: 0; }
    @media screen and (max-width: 720px) {
      .page-template-10 .container-inner > div {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%;
        margin-bottom: 1.618em; }
        .page-template-10 .container-inner > div:last-child {
          margin-right: 0; }
        .page-template-10 .container-inner > div:nth-child(3) {
          margin-right: 0; }
        .page-template-10 .container-inner > div:nth-child(2) {
          margin-right: 4.82916%; }
        .page-template-10 .container-inner > div:nth-child(3) {
          clear: none; }
        .page-template-10 .container-inner > div:first-child {
          float: left;
          display: block;
          margin-right: 4.82916%;
          width: 100%; }
          .page-template-10 .container-inner > div:first-child:last-child {
            margin-right: 0; } }

.page-template-10 .banner {
  overflow: hidden;
  line-height: 0; }
  .page-template-10 .banner img {
    display: inline-block; }
  .page-template-10 .banner h2.caption {
    position: relative;
    top: 5.5em;
    margin: -2em 0 0;
    float: left;
    clear: both;
    display: inline-block;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7);
    padding: 0.4em 1.4em;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    color: #ffffff;
    background: rgba(62, 32, 177, 0.85); }
    @media screen and (max-width: 1024px) {
      .page-template-10 .banner h2.caption {
        top: 4em; } }

.page-template-11 {
  text-align: center; }
  .page-template-11 .container-inner {
    padding: 0.8em;
    color: #ffffff; }
    .page-template-11 .container-inner h3 {
      font-size: 1.8em;
      line-height: 1em;
      font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin: 0; }

.page-template-12 .container-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-12 .container-inner::after {
    clear: both;
    content: "";
    display: block; }
  .page-template-12 .container-inner > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    overflow: hidden; }
    .page-template-12 .container-inner > div:last-child {
      margin-right: 0; }
    .page-template-12 .container-inner > div:nth-child(2) {
      margin-right: 0; }
    .page-template-12 .container-inner > div:first-child {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .page-template-12 .container-inner > div:first-child:last-child {
        margin-right: 0; }
    @media screen and (max-width: 720px) {
      .page-template-12 .container-inner > div {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%;
        margin-bottom: 1.618em; }
        .page-template-12 .container-inner > div:last-child {
          margin-right: 0; }
        .page-template-12 .container-inner > div:nth-child(3) {
          margin-right: 0; }
        .page-template-12 .container-inner > div:nth-child(2) {
          margin-right: 4.82916%; }
        .page-template-12 .container-inner > div:first-child {
          float: left;
          display: block;
          margin-right: 4.82916%;
          width: 100%; }
          .page-template-12 .container-inner > div:first-child:last-child {
            margin-right: 0; } }

.page-template-12 .banner {
  overflow: hidden;
  line-height: 0; }
  .page-template-12 .banner img {
    display: inline-block; }
  .page-template-12 .banner h2.caption {
    position: relative;
    top: 5.5em;
    margin: -2em 0 0;
    float: left;
    clear: both;
    display: inline-block;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7);
    padding: 0.4em 1.4em;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    color: #ffffff;
    background: rgba(62, 32, 177, 0.85); }
    @media screen and (max-width: 1024px) {
      .page-template-12 .banner h2.caption {
        top: 4em; } }

.page-template-13 .container-inner::after {
  clear: both;
  content: "";
  display: block; }

.page-template-13 .content-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .page-template-13 .content-left:last-child {
    margin-right: 0; }

.page-template-13 .content-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0; }
  .page-template-13 .content-right:last-child {
    margin-right: 0; }

@media screen and (max-width: 720px) {
  .page-template-13 .content-left {
    padding-top: 1.618em;
    float: left;
    display: block;
    margin-right: 38.19822%;
    width: 100%;
    margin-right: 0; }
    .page-template-13 .content-left:last-child {
      margin-right: 0; }
  .page-template-13 .content-right {
    padding-top: 1.618em;
    float: left;
    display: block;
    margin-right: 38.19822%;
    width: 100%;
    margin-right: 0; }
    .page-template-13 .content-right:last-child {
      margin-right: 0; } }

.widget {
  border: 0px solid transparent;
  text-align: center; }
  .widget.padding {
    padding: 1.618em; }
  .widget.link {
    padding: 0; }
  .widget h4 {
    margin: 0; }
  .widget ul {
    margin: 0; }
    .widget ul li {
      display: block;
      margin: 0; }
  .widget.padding a.widget-link {
    padding: 1.618em; }
  .widget a.widget-link {
    display: block;
    width: 100%;
    height: 100%; }
  .widget a.widget-link:hover, .widget a.widget-link:focus {
    color: inherit;
    background: rgba(0, 0, 0, 0.1); }

.widget-text {
  text-align: center; }
  .widget-text p, .widget-text h4 {
    word-wrap: break-word; }
  .widget-text p {
    margin: 0;
    font-size: 1.2em; }
  .widget-text h4 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 0.3em 0;
    margin: 0.5em 0;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1em; }
  @media screen and (max-width: 1024px) {
    .widget-text {
      font-size: 0.7em; } }
  .widget-text.image {
    background-repeat: no-repeat;
    background-position: 50% center; }
    .widget-text.image p, .widget-text.image h4 {
      width: 75%; }
    @media screen and (max-width: 1024px) {
      .widget-text.image {
        background-image: none !important; }
        .widget-text.image p, .widget-text.image h4 {
          width: 100%; } }
    @media screen and (max-width: 720px) {
      .widget-text.image {
        background-image: none !important; }
        .widget-text.image p, .widget-text.image h4 {
          width: 100%; } }

.widget-cartridge-finder, .widget-quick-buy, .widget-printers {
  padding: 1em; }
  .widget-cartridge-finder h4, .widget-quick-buy h4, .widget-printers h4 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0.5em;
    border-width: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 0.5em; }
  .widget-cartridge-finder p, .widget-quick-buy p, .widget-printers p {
    font-size: 0.8em;
    margin-bottom: 1em; }
    .widget-cartridge-finder p:last-child, .widget-quick-buy p:last-child, .widget-printers p:last-child {
      margin-bottom: 0; }
  .widget-cartridge-finder select, .widget-quick-buy select, .widget-printers select {
    width: 100%;
    margin: 0; }

@media screen and (max-width: 1330px) {
  #select2-make-6c-container {
    max-width: 225px; } }

.widget-social ul.social li {
  display: inline-block;
  font-size: 1.5em;
  margin-right: 0.5em; }

.widget-newsletter .subscribe-form input.firstname {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .widget-newsletter .subscribe-form input.firstname:last-child {
    margin-right: 0; }

.widget-newsletter .subscribe-form input.surname {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0; }
  .widget-newsletter .subscribe-form input.surname:last-child {
    margin-right: 0; }

.widget-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .widget-image a {
    display: block; }
  .widget-image img {
    display: block;
    opacity: 0; }

.subcats {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: 3.236em 0; }
  .subcats::after {
    clear: both;
    content: "";
    display: block; }
  .subcats li {
    margin-bottom: 1.618em;
    background: #e6e6e6;
    padding: 2.35765%; }
    .subcats li h3 {
      font-size: 1.2em;
      min-height: 1.4em; }
    .subcats li.no-links {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      text-align: center; }
      .subcats li.no-links:last-child {
        margin-right: 0; }
      .subcats li.no-links:nth-child(4n) {
        margin-right: 0; }
      .subcats li.no-links:nth-child(4n+1) {
        clear: left; }
      @media screen and (max-width: 1024px) {
        .subcats li.no-links h3 {
          font-size: 1em; } }
    .subcats li.has-links {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .subcats li.has-links:last-child {
        margin-right: 0; }
      .subcats li.has-links:nth-child(3n) {
        margin-right: 0; }
      .subcats li.has-links:nth-child(3n+1) {
        clear: left; }
      .subcats li.has-links h3 {
        margin-bottom: 0; }
      .subcats li.has-links .cat-thumb {
        float: right;
        max-width: 33%;
        margin-top: 0.3em; }
      .subcats li.has-links ul {
        float: left;
        margin: 0;
        max-width: 65%;
        padding: 0; }
        .subcats li.has-links ul li {
          margin-bottom: 0;
          padding: 0; }
          .subcats li.has-links ul li a {
            font-size: 0.75em;
            text-decoration: underline; }
    @media screen and (max-width: 720px) {
      .subcats li.has-links, .subcats li.no-links {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        margin-right: 0; }
        .subcats li.has-links:last-child, .subcats li.no-links:last-child {
          margin-right: 0; } }

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

.searchables + .catalogue {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0; }
  .searchables + .catalogue:last-child {
    margin-right: 0; }
  @media screen and (max-width: 720px) {
    .searchables + .catalogue {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%; }
      .searchables + .catalogue:last-child {
        margin-right: 0; } }

.searchables {
  font-size: 0.9em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 1em; }
  .searchables:last-child {
    margin-right: 0; }
  @media screen and (max-width: 720px) {
    .searchables {
      display: none; } }
  .searchables .result-filter-ispc2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-left: 1em; }
  .searchables li.active .result-filter-ispc2 {
    max-height: 1000px;
    overflow: auto;
    opacity: 1; }
  .searchables li.active > a {
    font-weight: bold; }
    .searchables li.active > a:after {
      content: ' ▶︎'; }

.loyalty-rewards-buyer li {
  margin-bottom: 1em; }

.filters {
  background: #e6e6e6;
  padding: 1em;
  margin: 1.618em 0;
  font-size: 0.9em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .filters::after {
    clear: both;
    content: "";
    display: block; }
  .filters label, .filters .product .share p, .product .share .filters p {
    display: inline-block; }
  .filters select {
    max-width: 25em;
    display: inline-block;
    margin: 0; }

.result-filter-hidden-toggle {
  cursor: pointer; }

.result-filter-hidden {
  display: none; }

.result-filter-option {
  padding-left: .6em; }

.result-filter-group {
  margin-bottom: 1em; }

.result-filter-subtitle {
  font-size: 1.1em;
  padding-bottom: 0.2em; }

.result-filter-cat {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 1em; }
  .result-filter-cat:last-child {
    margin-right: 0; }
  @media screen and (max-width: 720px) {
    .result-filter-cat {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .result-filter-cat:last-child {
        margin-right: 0; } }

.result-filter-brand {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  margin-bottom: 1em; }
  .result-filter-brand:last-child {
    margin-right: 0; }
  @media screen and (max-width: 720px) {
    .result-filter-brand {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .result-filter-brand:last-child {
        margin-right: 0; } }

.result-filter-sort {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-bottom: 1em; }
  .result-filter-sort:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .result-filter-sort {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .result-filter-sort:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .result-filter-sort {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .result-filter-sort:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .result-filter-sort {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .result-filter-sort:last-child {
        margin-right: 0; } }

.result-filter-pagination {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-bottom: 1em; }
  .result-filter-pagination:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .result-filter-pagination {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .result-filter-pagination:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .result-filter-pagination {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .result-filter-pagination:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .result-filter-pagination {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .result-filter-pagination:last-child {
        margin-right: 0; } }

.cat-results-totalprods {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .cat-results-totalprods:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .cat-results-totalprods {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .cat-results-totalprods:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .cat-results-totalprods {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .cat-results-totalprods:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .cat-results-totalprods {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .cat-results-totalprods:last-child {
        margin-right: 0; } }

.cat-results-pagelist {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  .cat-results-pagelist:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .cat-results-pagelist {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .cat-results-pagelist:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .cat-results-pagelist {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .cat-results-pagelist:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .cat-results-pagelist {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .cat-results-pagelist:last-child {
        margin-right: 0; }
      .cat-results-pagelist .pagination {
        margin-top: 1em;
        float: left; } }

.cat-results-summary > div {
  padding-top: 2.2em; }
  @media screen and (max-width: 1200px) {
    .cat-results-summary > div {
      padding-top: 0; } }
  @media screen and (max-width: 1024px) {
    .cat-results-summary > div {
      padding-top: 0; } }
  @media screen and (max-width: 720px) {
    .cat-results-summary > div {
      padding-top: 0; } }

.pagination {
  float: right; }
  .pagination span, .pagination a {
    background: #3e20b1;
    color: #e6e6e6;
    display: block;
    float: left;
    padding: 0.15em 0.4em;
    margin-left: 1px; }
    .pagination span.active, .pagination span:hover, .pagination a.active, .pagination a:hover {
      background: #f57470;
      font-weight: bold; }
  .pagination span {
    opacity: 0.5; }
    .pagination span:hover {
      background: #3e20b1; }

.search-results li {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
  border-bottom: 1px solid rgba(62, 32, 177, 0.2); }
  .search-results li::after {
    clear: both;
    content: "";
    display: block; }

.search-results .image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .search-results .image:last-child {
    margin-right: 0; }
  .search-results .image img {
    max-height: 250px; }
  @media screen and (max-width: 720px) {
    .search-results .image {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.618em; }
      .search-results .image:last-child {
        margin-right: 0; } }

.search-results .about {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .search-results .about:last-child {
    margin-right: 0; }
  @media screen and (max-width: 720px) {
    .search-results .about {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .search-results .about:last-child {
        margin-right: 0; } }

.search-results h3 {
  font-size: 1.2em; }

.search-results .about-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .search-results .about-left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 720px) {
    .search-results .about-left {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin-right: 0; }
      .search-results .about-left:last-child {
        margin-right: 0; } }

.search-results .about-right {
  text-align: right;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  .search-results .about-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 720px) {
    .search-results .about-right {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      text-align: left; }
      .search-results .about-right:last-child {
        margin-right: 0; } }

.search-results .price {
  font-weight: bold; }

.search-results .prod-list-fave {
  margin-top: 1.618em;
  font-size: 1.2em; }

.search-results .qty-input {
  width: 3em;
  text-align: center;
  display: inline-block;
  margin: 0;
  height: 2.2em;
  vertical-align: top; }

.search-results .view-variations {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 2em;
  text-align: center;
  text-transform: capitalize;
  font-size: .9em; }

.search-results .qty-submit {
  display: inline-block;
  font-size: 0.9em;
  vertical-align: top; }

.search-results .colour-swatch {
  border: 1px solid #000;
  display: inline-block;
  height: .9em;
  width: .9em; }
  .search-results .colour-swatch svg {
    display: block;
    height: auto;
    width: 100%; }

.search-results .stock.stock_low, .search-results .stock.stock_zero {
  color: #d01619;
  font-weight: bold; }

p.error-message {
  color: red; }

.product {
  /** new design styles **/
  /** new design styles end **/
  /** select2  variations **/
  /** Responsive styling for some new elements **/ }
  .product .prod-left {
    margin-bottom: 1.618em; }
  .product .prod-images {
    padding-right: 2em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .product .prod-images:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .product .prod-images {
        margin-bottom: 1.618em;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0; }
        .product .prod-images:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      .product .prod-images {
        margin-bottom: 1.618em; } }
    .product .prod-images ul {
      margin: 2em 0 0 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-end; }
      .product .prod-images ul li {
        display: inline;
        margin: 0;
        flex: 0 0 25%; }
        .product .prod-images ul li a {
          display: inline-block;
          margin: 5px; }
    .product .prod-images.sticky-price-mode {
      padding-right: 0;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .product .prod-images.sticky-price-mode:last-child {
        margin-right: 0; }
  .product .prod-desc {
    padding-left: 6em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    .product .prod-desc:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .product .prod-desc {
        padding: 0;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .product .prod-desc:last-child {
          margin-right: 0; } }
    .product .prod-desc.sticky-price-mode {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding-left: 0; }
      .product .prod-desc.sticky-price-mode:last-child {
        margin-right: 0; }
  .product .prod-detail {
    position: relative;
    margin-bottom: 0.6em;
    display: flex; }
    .product .prod-detail p {
      margin-bottom: 0;
      padding-right: 1em; }
    .product .prod-detail label, .product .prod-detail .share p, .product .share .prod-detail p {
      display: inline-block;
      padding-right: 0.5em;
      margin-bottom: 0; }
    .product .prod-detail.prod-detail-about {
      justify-content: flex-start; }
      .product .prod-detail.prod-detail-about label, .product .prod-detail.prod-detail-about .share p, .product .share .prod-detail.prod-detail-about p {
        display: block;
        width: 100%; }
  .product .sticky-price-section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    position: relative; }
    .product .sticky-price-section:last-child {
      margin-right: 0; }
    .product .sticky-price-section .basket-add {
      margin-top: 0; }
    .product .sticky-price-section form {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .product .sticky-price-section .prod-detail-price {
      margin-bottom: .5em; }
    .product .sticky-price-section .qty-submit {
      font-size: .9em;
      flex-basis: 70%; }
    .product .sticky-price-section #add-to-basket-multiple .qty-submit {
      flex-basis: 100%; }
    .product .sticky-price-section .basket-add .qty-submit {
      padding: .8em 1.2em;
      text-transform: uppercase;
      font-size: .9em;
      max-width: 300px;
      width: 100%; }
    .product .sticky-price-section .basket-add .qty-input {
      height: auto;
      margin-right: 0; }
    .product .sticky-price-section .quick-buy__basket .qty-submit {
      padding: 1em;
      font-size: .9em;
      max-width: 345px; }
    .product .sticky-price-section .quick-buy__total {
      display: block; }
    .product .sticky-price-section .quick-buy__single-item {
      border-right: 0;
      margin-right: 0; }
    .product .sticky-price-section .quick-buy__basket {
      margin-top: 1em; }
    .product .sticky-price-section .prod-detail__total-wrapper {
      margin-top: 1em; }
    .product .sticky-price-section .prod-detail__total, .product .sticky-price-section .prod-detail__price {
      font-size: 1.3em; }
    .product .sticky-price-section .qty-input {
      height: 2.3em;
      flex-basis: 20%; }
    .product .sticky-price-section .sticky-price__wrapper {
      position: sticky;
      top: 2em; }
    .product .sticky-price-section .sticky-price__container {
      background-color: #e6e6e6;
      padding: 1.3em 1em;
      margin-bottom: .5em; }
    .product .sticky-price-section .product-links {
      text-align: center;
      flex-wrap: wrap;
      margin-bottom: 0; }
    .product .sticky-price-section .product-brand-image {
      text-align: center;
      margin-bottom: .5em; }
    .product .sticky-price-section .links-social {
      flex-basis: 100%;
      justify-content: center; }
    .product .sticky-price-section .product__favourites {
      padding-right: 0;
      margin-right: 0;
      flex-basis: 100%;
      margin-bottom: 2em; }
    .product .sticky-price-section .quick-buy-total .prod-detail__vatnote-value {
      display: block; }
  .product .quick-buy__total-guard.sticky-price-mode {
    display: none; }
  .product .product__title {
    margin-bottom: 0.5em;
    font-size: 1.7em; }
  .product .prod-detail--block {
    display: block;
    margin-bottom: 2em; }
  .product .prod-detail--variations {
    margin-top: 2em; }
  .product .prod-detail__total {
    padding-right: .5em; }
  .product .prod-detail__price, .product .prod-detail__total {
    font-size: 1.5em;
    font-weight: 800; }
  .product .prod-detail__vatnote {
    font-size: .9em; }
  .product .prod-detail__price-heading {
    padding-right: .3em;
    font-size: 1.3em;
    font-weight: 600; }
  .product .prod-detail__price-heading--small {
    font-size: 1em; }
  .product .prod-detail__price-heading--inline {
    display: flex;
    align-items: baseline; }
    .product .prod-detail__price-heading--inline .inc-vat__title {
      padding-left: 5px; }
    .product .prod-detail__price-heading--inline .vatnote {
      display: flex;
      align-items: flex-end; }
    .product .prod-detail__price-heading--inline .price__inc-vat {
      padding-left: 5px; }
  .product .basket-add .qty-submit, .product .quick-buy__basket .qty-submit {
    padding: 1.0em 1.6em;
    text-transform: uppercase;
    font-size: 1.1em;
    max-width: 300px;
    width: 100%; }
  .product .basket-add .qty-input, .product .quick-buy__basket .qty-input {
    height: 3.3em;
    margin-right: 0; }
  .product .basket-add {
    margin-top: 3em; }
  .product .quick-buy__basket {
    margin-top: 2em; }
  .product .product-cards {
    margin: 4em 0 2.5em; }
  .product .requisition-pads {
    margin-bottom: 2em; }
  .product .ranges-cards {
    margin-top: 2em; }
  .product .card__items, .product .ranges-card__items {
    display: flex; }
  .product .card__item, .product .ranges-card__item {
    padding: 1em 2em;
    background: #e6e6e6;
    cursor: pointer;
    opacity: .6;
    transition: opacity .5s;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px; }
    .product .card__item.active, .product .ranges-card__item.active {
      opacity: 1;
      transition: opacity .5s; }
    .product .card__item.no-clickable, .product .ranges-card__item.no-clickable {
      cursor: auto; }
  .product .card__details {
    position: relative;
    height: 0; }
  .product .card__detail, .product .ranges-card__detail {
    background: #e6e6e6;
    min-height: 4em;
    padding: 1em 2em;
    width: 100%; }
  .product .ranges-card__detail {
    position: relative; }
  .product .card__detail {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .6s; }
    .product .card__detail.active {
      height: auto;
      opacity: 1;
      visibility: visible;
      transition: opacity .5s, visibility .1s; }
  .product .card__detail-spec {
    margin: 1em 0; }
    .product .card__detail-spec li {
      list-style: none;
      margin-left: 0;
      position: relative;
      padding-left: 1em; }
      .product .card__detail-spec li::before {
        color: #f57470;
        content: "\2022";
        font-size: 1.6em;
        padding-right: .5em;
        position: absolute;
        top: -9px;
        left: 0; }
  .product .product_attributes {
    font-size: .9em; }
    .product .product_attributes .hidden-spec-row {
      display: none; }
      .product .product_attributes .hidden-spec-row.active {
        display: table-row; }
    .product .product_attributes tbody {
      display: table;
      width: 100%; }
  .product .show-more-specs {
    display: block;
    text-align: right; }
  .product .view-specs-trigger {
    cursor: pointer; }
    .product .view-specs-trigger:hover {
      color: #f57470; }
  .product .product_attribute_name {
    font-weight: 400;
    width: 50%; }
  .product .product_attribute_value {
    padding-left: 1em; }
  .product .product-links {
    display: flex;
    margin-bottom: 2em;
    align-items: center; }
  .product .product__favourites {
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: .7em;
    letter-spacing: 2px;
    margin-right: 3.5em;
    padding-right: 3.5em;
    position: relative; }
    .product .product__favourites::after {
      content: "";
      border-right: 1px solid #e6e6e6;
      position: absolute;
      right: 0;
      height: 3.5em;
      margin-top: -1em; }
  .product .links-social {
    display: flex; }
    .product .links-social span {
      text-transform: uppercase;
      font-weight: 600;
      font-size: .7em;
      letter-spacing: 2px; }
  .product .links-social__icons {
    display: flex;
    margin: -2px 0 0 .5em; }
    .product .links-social__icons li {
      list-style: none;
      margin-left: .7em; }
  .product .prod-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product .prod-info:last-child {
      margin-right: 0; }
  .product .share, .product .add-to-basket {
    padding: 1.5em;
    background-color: #e6e6e6; }
  .product .price-ranges {
    padding: 1em 1.5em .2em;
    background-color: #e6e6e6;
    margin-bottom: 2em; }
  .product .price-ranges__inner {
    text-align: center;
    margin-top: .5em;
    padding-top: .5em;
    display: flex;
    flex-wrap: wrap; }
  .product .price-ranges__title {
    font-weight: 600;
    display: block; }
  .product .price-range {
    text-align: center;
    margin-right: 1.2em; }
  .product .price-range__price {
    font-size: 1.2em;
    font-weight: 600;
    color: #292929; }
  .product .price__inc-vat {
    margin-top: -10px;
    color: #3e20b1; }
    .product .price__inc-vat em {
      font-size: .6em; }
  .product .variations {
    margin: 2em 0; }
  .product .variations__form {
    margin-top: 2em; }
  .product .variation__select-wrapper {
    display: inline-block;
    padding-right: 1em; }
  .product .variation__select-wrapper--colour .select2-container {
    min-width: 9.2em; }
  .product .variation__select {
    min-width: 5em; }
  .product .select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #3e20b1;
    height: 100%; }
    .product .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-top: 4px;
      position: relative; }
    .product .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 7px; }
      .product .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .product .select2-container--default .select2-selection--single .select2-selection__arrow::before, .product .select2-container--default .select2-selection--single .select2-selection__arrow::after {
        content: "";
        height: 0px;
        width: 0px;
        border: 3px solid;
        border-color: #3e20b1 #3e20b1 transparent transparent;
        display: block;
        position: absolute; }
      .product .select2-container--default .select2-selection--single .select2-selection__arrow::after {
        transform: rotate(-45deg);
        top: 6px; }
      .product .select2-container--default .select2-selection--single .select2-selection__arrow::before {
        top: 8px;
        transform: rotate(135deg); }
  .product .select2-container {
    margin-top: .5em;
    min-width: 6.7em; }
  .product .variation__title, .product .variations__form-title {
    margin-top: 1em;
    font-weight: 600;
    font-size: 1.150em;
    display: block; }
  .product .variation__group {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4em; }
  .product .variation__value {
    display: inline-block;
    flex: 0 1 2.2em;
    margin: 0 .3em .3em 0; }
    .product .variation__value.active {
      border: 2px solid #3e20b1;
      flex-basis: 2.6em;
      margin-top: -3px; }
      .product .variation__value.active .colour-swatch {
        border-width: 3px; }
    .product .variation__value.unavailable {
      cursor: not-allowed;
      opacity: 0.3; }
    .product .variation__value span {
      border: 1px solid white; }
    .product .variation__value span,
    .product .variation__value svg {
      display: block;
      height: auto;
      width: 100%; }
  .product .variation__value--size {
    text-align: center;
    border: 1px solid #e6e6e6;
    flex-basis: 4.3em;
    font-weight: 600;
    padding: .1em .1em; }
    .product .variation__value--size a {
      display: block;
      width: 100%;
      height: 100%; }
    .product .variation__value--size span {
      padding: .1em .2em 0; }
    .product .variation__value--size.active {
      flex-basis: 4.3em; }
      .product .variation__value--size.active a {
        border: 1px solid #3e20b1; }
  .product .product__description {
    background-color: #e6e6e6;
    padding: 2em;
    margin: 2em 0; }
  .product .product__description--no-background {
    background-color: transparent;
    padding: 0; }
  .product .quick-buy {
    margin: 0 0 2em 0; }
  .product .quick-buy__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 1em;
    background-color: #e6e6e6;
    padding: 1em .5em; }
    .product .quick-buy__items span.quick-buy__items-title {
      display: block;
      width: 100%;
      margin-bottom: 1em;
      padding-left: .5em;
      font-weight: 600;
      font-size: .9em; }
  .product .quick-buy__items-range {
    background-color: #e6e6e6;
    margin-bottom: 2px;
    padding-bottom: 10px; }
    .product .quick-buy__items-range .price-range__price {
      font-size: 1em; }
    .product .quick-buy__items-range .price__inc-vat {
      font-size: 1.4em;
      font-weight: 400; }
  .product .quick-buy__items-range--single-price {
    justify-content: flex-start;
    padding-left: 1em; }
  .product .quick-buy__item {
    text-align: center;
    margin: .3em;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 2em; }
    .product .quick-buy__item.not-available {
      opacity: .4;
      cursor: not-allowed; }
    .product .quick-buy__item input {
      text-align: center;
      border-radius: 0px;
      box-shadow: none;
      font-size: .8em;
      padding: .4em;
      max-width: 3em;
      margin: 0 auto;
      flex-basis: 100%;
      align-self: flex-end; }
    .product .quick-buy__item label, .product .quick-buy__item .share p, .product .share .quick-buy__item p {
      display: inline;
      font-size: 0.9em;
      flex-basis: 100%;
      align-self: flex-start; }
      .product .quick-buy__item label span, .product .quick-buy__item .share p span, .product .share .quick-buy__item p span {
        display: block; }
      .product .quick-buy__item label .quick-buy__item-fit, .product .quick-buy__item .share p .quick-buy__item-fit, .product .share .quick-buy__item p .quick-buy__item-fit {
        font-size: .8em; }
  .product .quick-buy__total {
    margin-top: .7em;
    display: flex; }
  .product .quick-buy__single-item {
    display: flex;
    align-items: flex-end;
    border-right: 1px solid #f57470;
    margin-right: 1em; }
    .product .quick-buy__single-item .prod-detail--block {
      margin-bottom: 0; }
    .product .quick-buy__single-item .prod-detail__price {
      font-size: 1.3em; }
  .product .quick-buy__savings {
    color: #f57070; }
    .product .quick-buy__savings label, .product .quick-buy__savings .share p, .product .share .quick-buy__savings p {
      font-weight: 600; }
    .product .quick-buy__savings em {
      font-weight: 400; }
  .product .inc-vat__title {
    display: block;
    margin-top: -10px; }
  .product .price-range__savings {
    color: #3e20b1;
    font-size: .8em;
    font-weight: 600; }
    .product .price-range__savings label, .product .price-range__savings .share p, .product .share .price-range__savings p {
      margin: 0; }
  .product .add-to-basket {
    margin-bottom: 1.618em;
    text-align: left; }
    .product .add-to-basket .prod-detail-price {
      font-size: 1.5em;
      margin-bottom: 0.1em; }
    .product .add-to-basket .prod-detail-rpp {
      color: #70f570; }
  .product .prod-detail-saving {
    color: #f57070; }
  .product .qty-input {
    width: 20%;
    max-width: 70px;
    text-align: center;
    display: inline-block;
    margin: 0;
    margin-right: 1em;
    height: 2.3em;
    vertical-align: top; }
  .product .qty-submit {
    width: 70%;
    max-width: 300px;
    display: inline-block;
    font-size: 0.9em;
    vertical-align: top; }
  .product .add-to-requisition-pad {
    margin-top: 1em;
    text-align: left; }
    .product .add-to-requisition-pad input[type="submit"] {
      width: 100%;
      max-width: 300px;
      display: inline-block; }
  .product .fav-button {
    display: inline-block;
    margin-right: auto;
    margin-bottom: 2em;
    width: 100%;
    max-width: 300px;
    text-align: center;
    text-transform: uppercase;
    font-size: .9em; }
  .product .share {
    margin-bottom: 1.618em; }
    .product .share p {
      text-align: left;
      margin-bottom: 0.25em;
      font-weight: bold; }
    .product .share .social-links {
      margin-bottom: 0;
      font-size: 1.5em; }
  .product .alternative-title {
    margin-bottom: 1.5em; }
  .product .cat-links {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .product .cat-links::after {
      clear: both;
      content: "";
      display: block; }
    .product .cat-links li {
      list-style: none;
      flex-basis: 25%;
      margin: 0;
      margin-bottom: 6em;
      padding: 0 0.75em; }
      .product .cat-links li:nth-child(4n) {
        margin-right: 0; }
      .product .cat-links li:last-child {
        margin-right: 0; }
      .product .cat-links li .about {
        margin-bottom: 0; }
        .product .cat-links li .about h4,
        .product .cat-links li .about h3 {
          margin-top: 0;
          line-height: 1.4em;
          font-size: 1em; }
      .product .cat-links li .price form {
        margin-top: 1em;
        margin-bottom: 1em; }
  .product .prod-detail-code label, .product .prod-detail-code .share p, .product .share .prod-detail-code p {
    display: inline-block; }
  .product .colour-swatch svg {
    border: .2px solid #000; }
  .product .stock.stock_low, .product .stock.stock_zero {
    color: #d01619;
    font-weight: bold; }
  @media screen and (max-width: 1024px) {
    .product .prod-images {
      text-align: center;
      padding-right: 0;
      margin-top: 2em; }
    .product #add-to-basket-form {
      text-align: center; }
    .product .prod-detail {
      justify-content: space-between;
      flex-wrap: wrap; }
    .product .sticky-price-section {
      display: none; }
    .product .quick-buy__total-guard.sticky-price-mode {
      display: block; }
    .product .prod-desc.sticky-price-mode {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .product .prod-desc.sticky-price-mode:last-child {
        margin-right: 0; }
    .product .prod-images.sticky-price-mode {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .product .prod-images.sticky-price-mode:last-child {
        margin-right: 0; }
    .product .cat-links li {
      flex-basis: 50%; } }
  @media screen and (max-width: 720px) {
    .product .share p, .product .prod-images, .product .add-to-basket, .product .add-to-requisition-pad {
      text-align: center; }
    .product .quick-buy__total {
      flex-wrap: wrap; }
    .product .quick-buy__single-item {
      border: none;
      margin: 0;
      display: block;
      width: 100%; }
    .product .prod-detail__total-wrapper {
      display: block;
      width: 100%;
      margin-top: 2em; }
    .product .product-links {
      flex-wrap: wrap; }
    .product .links-social {
      flex-basis: 100%; }
    .product .price-range {
      padding: .5em 1em; }
    .product .cat-links {
      flex-wrap: wrap; }
      .product .cat-links li {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 3em; }
        .product .cat-links li .image {
          height: auto !important; }
        .product .cat-links li .qty-input, .product .cat-links li .qty-submit {
          display: inline-block; } }
  @media (max-width: 500px) {
    .product .card__items, .product .ranges-card__items {
      flex-wrap: wrap; }
    .product .card__item, .product .ranges-card__item {
      flex-basis: 100%;
      text-align: center; }
    .product .product-links {
      flex-wrap: wrap;
      text-align: center; }
    .product .product__favourites {
      margin-bottom: 2em;
      margin-right: 0;
      padding-right: 0; }
      .product .product__favourites::after {
        display: none; }
    .product .links-social {
      justify-content: center; }
    .product .product__favourites, .product .links-social {
      flex-basis: 100%; }
    .product .qty-input, .product .qty-submit {
      display: block;
      margin: 0 auto; }
    .product .qty-submit {
      margin-top: .5em; }
    .product .basket-add .qty-input {
      max-width: 120px;
      width: 100%;
      margin: 0 auto; } }
  .product .product-brand-image-right {
    float: right; }

.account-menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 1em; }
  .account-menu:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .account-menu {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .account-menu:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .account-menu {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%;
      margin: 1.618em 0; }
      .account-menu:last-child {
        margin-right: 0; } }

.account-submenu {
  margin-bottom: 1.618em; }
  .account-submenu li {
    margin-bottom: 0.3em; }

.account-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0; }
  .account-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .account-right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .account-right:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 720px) {
    .account-right {
      float: left;
      display: block;
      margin-right: 38.19822%;
      width: 100%; }
      .account-right:last-child {
        margin-right: 0; } }
  .account-right select {
    max-width: 25em; }

.company-block {
  margin-top: 2em; }

.account_block {
  margin-bottom: 1.5em; }
  .account_block p {
    margin-bottom: 0.5em; }
  .account_block a:not(.button) {
    color: #f57470; }
    .account_block a:not(.button):hover {
      color: #f02f29; }

.account > .container {
  margin-bottom: 1em; }

.account .spacer {
  padding-top: 0.809em; }

.account table td {
  padding: 0.75em;
  word-wrap: break-word; }
  .account table td:first-child {
    padding-left: 0; }
  .account table td:last-child {
    padding-right: 0; }

.account .account-printer-buttons {
  margin-left: 2em; }

.account .myprinter h2 {
  margin-bottom: 0.25em; }

.account-section {
  margin-bottom: 1.618em; }

.login label, .login .product .share p, .product .share .login p {
  display: inline-block; }

.login .form-bottom {
  margin-top: 0.809em; }

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

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

.login #login_failed {
  color: #AD2222; }

.order-detail strong {
  font-weight: 600; }

.order-detail table {
  table-layout: auto; }
  .order-detail table td:nth-child(2) {
    width: 20%; }
  .order-detail table img {
    max-width: 120px; }

.req-pad-main select {
  display: inline-block; }

.req-pad-add-item input {
  display: inline-block;
  margin-right: 1em; }

.req-pad-buyers select {
  max-width: 15em;
  display: inline-block;
  margin: 0 1em; }

.req-pad-buyers input {
  display: inline-block; }

.req-pad-buyers ul {
  margin-top: 0.75em; }

.login {
  margin-bottom: 1em; }
  .login .form_errors {
    color: red;
    margin-bottom: 1em; }

.auth-section {
  margin-top: 2em; }

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

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

.po-amend {
  margin: 3em 0; }

.auth-lines {
  table-layout: auto; }

.order-summary {
  table-layout: auto;
  margin: 3em 0; }

.notice {
  padding: 5px;
  margin: 10px;
  margin-bottom: 30px;
  border-radius: 3px;
  color: white;
  text-align: center; }
  .notice.negative {
    background-color: #ff4c4d; }
  .notice.positive {
    background-color: #6BA261; }
  .notice p {
    margin: 10px; }

.checkout .checkout_address_compact {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc; }

.checkout .checkout_line_options {
  margin-top: 2.5em;
  padding-top: 2.5em;
  border-top: 1px solid #888888; }

.checkout .checkout_buttons {
  margin: 2em 0; }
  .checkout .checkout_buttons button {
    float: right; }

.checkout .progress {
  margin-bottom: 1.07867em; }
  .checkout .progress li {
    display: inline-block;
    margin-right: 0.6em;
    margin-bottom: 0.6472em; }
    @media screen and (max-width: 720px) {
      .checkout .progress li {
        display: block; } }
    .checkout .progress li.past {
      color: #3e20b1; }
    .checkout .progress li.active {
      color: #3e20b1; }
      .checkout .progress li.active strong {
        border-bottom: 1px solid #5f42cf; }
    .checkout .progress li:after {
      margin-left: 0.6em;
      font-family: FontAwesome;
      content: "\f105"; }
    .checkout .progress li:last-child:after {
      display: none; }

.checkout select {
  max-width: 25em; }

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

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

.quick-order .quick-product {
  margin-bottom: 1em;
  text-align: center; }
  .quick-order .quick-product span {
    margin-right: 2.5em; }

.quick-order label, .quick-order .product .share p, .product .share .quick-order p {
  display: inline-block;
  margin-top: 0.5em;
  margin-right: 0.5em; }

.quick-order input {
  display: inline-block;
  width: 10em;
  margin-left: 0.5em; }

.quick-order input.quantity {
  width: 50px; }

.quick-order select {
  max-width: 25em; }

.quick-order table {
  margin-bottom: 1.618em; }

.basket-section {
  margin-bottom: 2.427em;
  padding-bottom: 2.427em;
  border-bottom: 1px solid #ababab; }

table#basket {
  table-layout: auto; }
  table#basket td.basket_prod_details {
    width: 50%; }
  table#basket td.basket_qty input {
    width: 50px;
    text-align: center;
    margin: 0px auto; }
  table#basket td.basket_price, table#basket td.basket_total, table#basket td.basket_vat {
    text-align: center;
    width: 10%; }
  table#basket th {
    text-align: center; }
  @media screen and (max-width: 720px) {
    table#basket {
      table-layout: auto; }
      table#basket .basket_image {
        display: none; }
      table#basket td.basket_prod_details {
        display: inline-block; }
      table#basket td.basket_price, table#basket td.basket_total, table#basket td.basket_vat {
        width: 100%; }
      table#basket th {
        display: none; }
      table#basket tr, table#basket td {
        display: block;
        text-align: center !important; }
      table#basket tr.line td {
        padding: 0.75em; }
      table#basket td:empty {
        display: none; }
      table#basket .line .basket_qty:before {
        content: "Qty:";
        padding-right: 0.5em; }
      table#basket .line .basket_price:before {
        content: "Each";
        padding-right: 0.5em;
        display: inline-block; }
      table#basket .line .basket_vat:before {
        content: "VAT";
        padding-right: 0.5em; }
      table#basket .line td:last-child {
        margin-bottom: 2.5em;
        border: none; }
      table#basket .totals {
        margin-bottom: 1em; }
        table#basket .totals .basket_price, table#basket .totals .basket_saving {
          border: none; } }

#basket td {
  word-wrap: break-word;
  padding: 0.75em; }
  #basket td:first-child {
    padding-left: 0; }
  #basket td:last-child {
    padding-right: 0; }

#basket .basket_image {
  text-align: center; }

#basket .image_basket {
  width: 100%;
  max-width: 5em;
  max-height: 5em; }

#basket .totals strong {
  font-weight: bold; }

#basket .totals td:first-child {
  text-align: right; }

#basketfooter_left {
  float: left;
  line-height: 3em; }

#basketfooter_right {
  float: right;
  line-height: 3em; }

.req-checkout-warning {
  background-color: #BB1616;
  padding: 1em;
  color: white;
  margin-bottom: 2em; }

#inspect-links {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 2em 0;
  padding-bottom: 1em; }
  #inspect-links li {
    display: inline-block;
    margin: 0 1em 0 0; }
    #inspect-links li a {
      color: #333;
      display: block;
      background-color: #eee;
      border: 1px solid #ccc;
      line-height: 1em;
      padding: 0.3em 0.5em; }
      #inspect-links li a:focus, #inspect-links li a:hover {
        background-color: #e3e3e3;
        color: #333; }
      #inspect-links li a.active {
        background-color: #ccc; }

.inspect-title {
  margin-bottom: 0; }

.inspect-url {
  font-size: .8em;
  margin: 0; }

.inspect-data-container {
  padding-bottom: 3em; }

.inspect-data {
  display: none; }
  .inspect-data:first-child {
    display: block; }
  .inspect-data button {
    font-size: .8em;
    padding: 0.5em 0.8em; }

.price-break-inspector {
  margin-bottom: 3em;
  width: auto; }
  .price-break-inspector td, .price-break-inspector th {
    padding: 0.5em 1em;
    text-align: left;
    vertical-align: top; }

.price-break-inspector-comments {
  font-family: monospace;
  font-size: 0.9em;
  line-height: 1em; }
  .price-break-inspector-comments h1 {
    font-size: 1.3em;
    margin: 1em 0;
    text-transform: uppercase; }
  .price-break-inspector-comments h2 {
    font-size: 1.3em;
    margin: 1em 0 0.5em; }
  .price-break-inspector-comments h3 {
    font-size: 1em;
    margin: 1em 0 0.5em; }
  .price-break-inspector-comments p {
    margin: 0.8em 0; }
  .price-break-inspector-comments ul {
    list-style-type: disc;
    margin: 1em 0 1em 2em; }

/*
 * JSON Tree Viewer
 * http://github.com/summerstyle/jsonTreeViewer
 *
 * Copyright 2017 Vera Lobacheva (http://iamvera.com)
 * Released under the MIT license (LICENSE.txt)
 */
/* Background for the tree. May use for <body> element */
.jsontree_bg {
  background: #FFF; }

/* Styles for the container of the tree (e.g. fonts, margins etc.) */
.jsontree_tree {
  margin-left: 30px;
  font-family: 'PT Mono', monospace;
  font-size: 14px; }

/* Styles for a list of child nodes */
.jsontree_child-nodes {
  display: none;
  margin-left: 35px;
  margin-bottom: 5px;
  line-height: 2; }

.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_child-nodes {
  display: block; }

/* Styles for labels */
.jsontree_label-wrapper {
  float: left;
  margin-right: 8px; }

.jsontree_label {
  font-weight: normal;
  vertical-align: top;
  color: #000;
  position: relative;
  padding: 1px;
  border-radius: 4px;
  cursor: default; }

.jsontree_node_marked > .jsontree_label-wrapper > .jsontree_label {
  background: #fff2aa; }

/* Styles for values */
.jsontree_value-wrapper {
  display: block;
  overflow: hidden; }

.jsontree_node_complex > .jsontree_value-wrapper {
  overflow: inherit; }

.jsontree_value {
  vertical-align: top;
  display: inline; }

.jsontree_value_null {
  color: #777;
  font-weight: bold; }

.jsontree_value_string {
  color: #025900;
  font-weight: bold; }

.jsontree_value_number {
  color: #000E59;
  font-weight: bold; }

.jsontree_value_boolean {
  color: #600100;
  font-weight: bold; }

/* Styles for active elements */
.jsontree_expand-button {
  position: absolute;
  top: 3px;
  left: -15px;
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("/interface/images/jsontree-icons.svg"); }

.jsontree_node_expanded > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button {
  background-position: 0 -11px; }

.jsontree_show-more {
  cursor: pointer; }

.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
  display: none; }

.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button,
.jsontree_node_empty > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
  display: none !important; }

.jsontree_node_complex > .jsontree_label-wrapper > .jsontree_label {
  cursor: pointer; }

.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label {
  cursor: default !important; }

html, body, h1, h2, h3, h4, h5, h6, p, span, ul, li, div, a, table, td, th {
  -ms-font-feature-settings: normal;
  font-feature-settings: normal; }
