/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Global variables
 */
/**
 * Mixin for centering element
 */
/**
 * Mixin for centering element
 */
/**
 * No-select
 * Disables selection/higlighting for element
 */
/**
 * bleed-fullscreen
 * to span an element exceeding parent width to fill the screen
 */
/**
 * Mixin handling breakpoint, mobile first
 */
/**
 * Mixin handling breakpoint, desktop first
 */
body.overlay-active,
body.overlay-active--page-nav {
  overflow: hidden; }
  body.overlay-active .page-overlay,
  body.overlay-active--page-nav .page-overlay {
    display: block; }

body.overlay-cover {
  overflow: hidden; }
  body.overlay-cover .page-overlay {
    display: block;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.9); }

.section-heading {
  margin: 0.8em 0;
  color: #222222;
  font-size: 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.16; }
  @media (min-width: 992px) {
    .section-heading {
      font-size: 24px; } }

.section-body-text {
  font-size: 14px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: 1.28; }

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: -140px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200; }

.link {
  color: #222222;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  line-height: 1.28;
  text-decoration: underline; }
  .link:hover, .link:focus, .link.is-active {
    color: #0776aa; }
  .link--alt {
    font-weight: 500;
    text-decoration: none; }
    .link--alt:hover, .link--alt:focus, .link--alt.is-active {
      text-decoration: none; }
  @media (min-width: 992px) {
    .link--lg {
      font-size: 16px; } }

.btn-cta {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 15px;
  background: transparent;
  border: 2px solid #222222;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #222222; }
  .btn-cta:hover, .btn-cta:focus {
    text-decoration: none; }
  .btn-cta--light {
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-cta--light:hover {
      background-color: transparent;
      color: #fff; }
  .btn-cta--outline-dark {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #fff; }
  .btn-cta--outline-light {
    background-color: transparent;
    border-color: #00497a;
    color: #222222; }
    .btn-cta--outline-light:hover, .btn-cta--outline-light:focus {
      color: #fff;
      background-color: #00497a; }
  .btn-cta--orange {
    background-color: #e9540d;
    color: #fff;
    border-color: #e9540d; }
    .btn-cta--orange:hover, .btn-cta--orange:focus {
      color: #fff;
      background-color: transparent; }
  .btn-cta--solid {
    background-color: #00497a;
    border-color: #00497a;
    color: #fff; }
    .btn-cta--solid:hover, .btn-cta--solid:focus {
      background-color: transparent;
      color: #00497a; }

.cta-with-icon {
  font-size: 12px;
  color: #222222;
  cursor: pointer; }
  .cta-with-icon__icon {
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 0.2em; }
  .cta-with-icon__text {
    font-weight: 500;
    font-style: italic;
    text-decoration: underline; }
  .cta-with-icon:hover, .cta-with-icon:focus {
    color: #00497a;
    text-decoration: none; }

.btn-with-loader {
  box-sizing: border-box;
  position: relative;
  padding: 16px 6px;
  width: 100%;
  max-width: 100%;
  border: none;
  background-color: #f7991c;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer; }
  .btn-with-loader:hover {
    background-color: #ff9200; }
  .btn-with-loader__overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }

@-webkit-keyframes spinOverlayLoader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes spinOverlayLoader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }
    .btn-with-loader__overlay::before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .btn-with-loader__overlay--loading {
      background-color: #D6D6D6; }
      .btn-with-loader__overlay--loading::before {
        content: "\f1ce";
        -webkit-animation: spinOverlayLoader 1.5s linear infinite;
                animation: spinOverlayLoader 1.5s linear infinite; }
    .btn-with-loader__overlay--success {
      background-color: #0CAE5B;
      color: #fff; }
      .btn-with-loader__overlay--success::before {
        content: "\f00c"; }
    .btn-with-loader__overlay--error {
      background-color: #C91D1D;
      color: #fff; }
      .btn-with-loader__overlay--error::before {
        content: "\f00d"; }

.page-wrapper {
  padding-top: 150px; }
  @media (min-width: 768px) {
    .page-wrapper {
      padding-top: 114px; } }
  @media (min-width: 1200px) {
    .page-wrapper {
      padding-top: 192px; } }
  .page-wrapper *, .page-wrapper *::before, .page-wrapper *::after {
    box-sizing: border-box; }

.page-body-wrapper {
  position: relative; }

.page-body {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }

/*
  apple pay styles template
  https://developer.apple.com/documentation/apple_pay_on_the_web/displaying_apple_pay_buttons
*/
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button; }
  .apple-pay-button-black {
    -apple-pay-button-style: black; }
  .apple-pay-button-white {
    -apple-pay-button-style: white; }
  .apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline; } }

@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 100px;
    min-height: 32px;
    max-height: 64px; }
  .apple-pay-button-black {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black; }
  .apple-pay-button-white {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white; }
  .apple-pay-button-white-with-line {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
    border: .5px solid black; } }

/**
 * IMPORTANT: the below icons are been deprecated.
 * Please consider update, so it align with style guide.
 *
 */
@font-face {
  font-family: 'Reece-Icon-Font';
  src: url("../assets/font/reece-iconfont.eot?9de7i0");
  src: url("../assets/font/reece-iconfont.eot?9de7i0#iefix") format("embedded-opentype"), url("../assets/font/reece-iconfont.ttf?9de7i0") format("truetype"), url("../assets/font/reece-iconfont.woff?9de7i0") format("woff"), url("../assets/font/reece-iconfont.svg?9de7i0#Reece-Icon-Font") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-reece {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Reece-Icon-Font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-reece-max-Manage_Account-stroke:before {
  content: "\e900"; }

.icon-reece-hom-Find_inspiration-Outline:before {
  content: "\e901"; }

.icon-reece-hom-Login_to_maX-Outline:before {
  content: "\e902"; }

.icon-reece-hom-Tools_n_Resources-Outline:before {
  content: "\e903"; }

.icon-reece-max-New_to_Reece-stroke:before {
  content: "\e910"; }

.icon-reece-cat1-Accessories-fill:before {
  content: "\e904"; }

.icon-reece-cat1-Basin-fill:before {
  content: "\e905"; }

.icon-reece-cat1-Baths_n_Spa-fill:before {
  content: "\e906"; }

.icon-reece-cat1-Heating_n_Coolong-fill:before {
  content: "\e907"; }

.icon-reece-cat1-Hot_Water_Sys-fill:before {
  content: "\e908"; }

.icon-reece-cat1-New-fill:before {
  content: "\e909"; }

.icon-reece-cat1-Pipe_n_Fittings-fill:before {
  content: "\e90a"; }

.icon-reece-cat1-Roofing-fill:before {
  content: "\e90b"; }

.icon-reece-cat1-Showers-fill:before {
  content: "\e90c"; }

.icon-reece-cat1-Sinks_n_Troughs-fill:before {
  content: "\e90d"; }

.icon-reece-cat1-tapware-fill:before {
  content: "\e90e"; }

.icon-reece-cat1-Toilets-fill:before {
  content: "\e90f"; }

.icon-reece-cat1-Tools-fill:before {
  content: "\e911"; }

.icon-reece-cat1-Valves-fill:before {
  content: "\e912"; }

.icon-reece-cat1-Vanities-fill:before {
  content: "\e913"; }

.icon-reece-industry-Building-fill:before {
  content: "\e914"; }

.icon-reece-industry-Civil-fill:before {
  content: "\e915"; }

.icon-reece-industry-HVAC-fill:before {
  content: "\e916"; }

.icon-reece-industry-Irrigation-fill:before {
  content: "\e917"; }

.icon-reece-industry-Plumbing-fill:before {
  content: "\e918"; }

.icon-reece-max-Account_Payments-stroke:before {
  content: "\e919"; }

.icon-reece-max-Flexitrak-stroke:before {
  content: "\e91a"; }

.icon-reece-max-Identity_Cards-stroke:before {
  content: "\e91b"; }

.icon-reece-max-Invoices-stroke:before {
  content: "\e91c"; }

.icon-reece-max-Max-fill:before {
  content: "\e91d"; }

.icon-reece-max-New_to_Reece-fill:before {
  content: "\e91e"; }

.icon-reece-max-Online_orders-stroke:before {
  content: "\e91f"; }

.icon-reece-max-Quote-stroke:before {
  content: "\e920"; }

.icon-reece-tools-3D_Planner-stroke:before {
  content: "\e921"; }

.icon-reece-tools-Irrigation_Planner-stroke:before {
  content: "\e922"; }

.icon-reece-tools-Renovation_Guide-stroke:before {
  content: "\e923"; }

.icon-reece-tools-Shower_Selection-stroke:before {
  content: "\e924"; }

.icon-reece-tools-Technical_Tools-stroke:before {
  content: "\e925"; }

.icon-reece-max-Book_Appointment-stroke:before {
  content: "\e926"; }

/**
 * Actrol icons
 */
@font-face {
  font-family: 'Actrol-Icon-Font';
  src: url("../assets/font/actrol-iconfont.eot?ls6dsf");
  src: url("../assets/font/actrol-iconfont.eot?ls6dsf#iefix") format("embedded-opentype"), url("../assets/font/actrol-iconfont.ttf?ls6dsf") format("truetype"), url("../assets/font/actrol-iconfont.woff?ls6dsf") format("woff"), url("../assets/font/actrol-iconfont.svg?ls6dsf#Actrol-Icon-Font") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-actrol {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Actrol-Icon-Font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-actrol-about-Careers-stroke:before {
  content: "\e900"; }

.icon-actrol-about-Contact_Us-stroke:before {
  content: "\e901"; }

.icon-actrol-about-History-stroke:before {
  content: "\e902"; }

.icon-actrol-about-Our_Industries-stroke:before {
  content: "\e903"; }

.icon-actrol-cat1-Electrical-fill:before {
  content: "\e904"; }

.icon-actrol-cat1-Hardware_Building_Construction-fill:before {
  content: "\e905"; }

.icon-actrol-cat1-Heating_n_Cooling-fill:before {
  content: "\e906"; }

.icon-actrol-cat1-Pipe_n_Fittings-fill:before {
  content: "\e907"; }

.icon-actrol-cat1-Refrigeration-fill:before {
  content: "\e908"; }

.icon-actrol-cat1-Roofing-fill:before {
  content: "\e909"; }

.icon-actrol-cat1-Tools-fill:before {
  content: "\e90a"; }

.icon-actrol-Flexitrak-stroke:before {
  content: "\e90b"; }

.icon-actrol-max-Account_Payments-stroke:before {
  content: "\e90c"; }

.icon-actrol-max-Branch_Quotes-stroke:before {
  content: "\e90d"; }

.icon-actrol-max-Manage_Account-stroke:before {
  content: "\e90e"; }

.icon-actrol-max-Max-fill:before {
  content: "\e90f"; }

.icon-actrol-max-My_Quotes-stroke:before {
  content: "\e910"; }

.icon-actrol-max-Online_Orders-stroke:before {
  content: "\e911"; }

.icon-actrol-max-Product_Price_Lists-stroke:before {
  content: "\e912"; }

.icon-actrol-resources-Actrol_Catalogues-stroke:before {
  content: "\e913"; }

.icon-actrol-resources-Case_Studies-stroke:before {
  content: "\e914"; }

.icon-actrol-resources-Safety_Data_Sheets-stroke:before {
  content: "\e915"; }

.icon-actrol-services-Application_Engineering-stroke:before {
  content: "\e916"; }

.icon-actrol-services-Equipment_Hire-stroke:before {
  content: "\e917"; }

.icon-actrol-services-Trade_Account-stroke:before {
  content: "\e918"; }

/**
 * Metalflex icons
 */
@font-face {
  font-family: 'Metalflex-Icon-Font';
  src: url("../assets/font/metalflex-iconfont.eot?jamomw");
  src: url("../assets/font/metalflex-iconfont.eot?jamomw#iefix") format("embedded-opentype"), url("../assets/font/metalflex-iconfont.ttf?jamomw") format("truetype"), url("../assets/font/metalflex-iconfont.woff?jamomw") format("woff"), url("../assets/font/metalflex-iconfont.svg?jamomw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-metalflex {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Metalflex-Icon-Font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-metalflex-cat1-accessories-fill:before {
  content: "\e900"; }

.icon-metalflex-cat1-air-diffusion-fill:before {
  content: "\e901"; }

.icon-metalflex-cat1-copper-fill:before {
  content: "\e902"; }

.icon-metalflex-cat1-duct-fittings-fill:before {
  content: "\e903"; }

.icon-metalflex-cat1-flexible-duct-fill:before {
  content: "\e904"; }

.icon-metalflex-cat1-heating--cooling-units-fill:before {
  content: "\e905"; }

.icon-metalflex-cat1-thermostats-fill:before {
  content: "\e906"; }

.icon-metalflex-cat1-unit-mounting-fill:before {
  content: "\e907"; }

.icon-metalflex-cat1-zoning-fill:before {
  content: "\e908"; }

.icon-metalflex-max-discover-max-fill:before {
  content: "\e909"; }

.icon-metalflex-max-flexitrak-stroke:before {
  content: "\e90a"; }

.icon-metalflex-max-manage-accounts-stroke:before {
  content: "\e90b"; }

.icon-metalflex-max-my-quotes-stroke:before {
  content: "\e90c"; }

.icon-metalflex-max-product-lists--price-files-stroke:before {
  content: "\e90d"; }

.icon-metalflex-max-trade-accounts--invoices-stroke:before {
  content: "\e90e"; }

.icon-metalflex-max-trade-branch-quote-stroke:before {
  content: "\e90f"; }

.icon-metalflex-max-trade-online-orders-stroke:before {
  content: "\e910"; }

@font-face {
  font-family: 'reece-icon';
  src: url("../assets/font/reece-icon.eot?l4v1a3");
  src: url("../assets/font/reece-icon.eot?l4v1a3#iefix") format("embedded-opentype"), url("../assets/font/reece-icon.ttf?l4v1a3") format("truetype"), url("../assets/font/reece-icon.woff?l4v1a3") format("woff"), url("../assets/font/reece-icon.svg?l4v1a3#reece-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="i-"], [class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'reece-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i-ri-fill-plant-water:before {
  content: "\e900"; }

.i-ri-big-comp-max:before {
  content: "\e901"; }

.i-ri-big-light-bulb:before {
  content: "\e902"; }

.i-ri-big-tools-resources:before {
  content: "\e903"; }

.i-ri-fill-ac-split-wind:before {
  content: "\e904"; }

.i-ri-fill-ac-split:before {
  content: "\e905"; }

.i-ri-fill-air-diffuser:before {
  content: "\e906"; }

.i-ri-fill-basin:before {
  content: "\e907"; }

.i-ri-fill-bath:before {
  content: "\e908"; }

.i-ri-fill-crane-1:before {
  content: "\e909"; }

.i-ri-fill-crane-2:before {
  content: "\e90a"; }

.i-ri-fill-crane-hook:before {
  content: "\e90b"; }

.i-ri-fill-duct-fitting:before {
  content: "\e90c"; }

.i-ri-fill-flexible-duct:before {
  content: "\e90d"; }

.i-ri-fill-hard-hat:before {
  content: "\e90e"; }

.i-ri-fill-hot-water-system:before {
  content: "\e90f"; }

.i-ri-fill-logo-max:before {
  content: "\e910"; }

.i-ri-fill-logo-prime:before {
  content: "\e911"; }

.i-ri-fill-mountings:before {
  content: "\e912"; }

.i-ri-fill-person-single:before {
  content: "\e913"; }

.i-ri-fill-pipe-bend:before {
  content: "\e914"; }

.i-ri-fill-pipe-copper:before {
  content: "\e915"; }

.i-ri-fill-plug:before {
  content: "\e916"; }

.i-ri-fill-plus:before {
  content: "\e917"; }

.i-ri-fill-refrigerant-cylinder:before {
  content: "\e918"; }

.i-ri-fill-roof:before {
  content: "\e919"; }

.i-ri-fill-screwdriver-spanner:before {
  content: "\e91a"; }

.i-ri-fill-shower-head:before {
  content: "\e91b"; }

.i-ri-fill-sink:before {
  content: "\e91c"; }

.i-ri-fill-strut:before {
  content: "\e91d"; }

.i-ri-fill-tap-1:before {
  content: "\e91e"; }

.i-ri-fill-tap-2:before {
  content: "\e91f"; }

.i-ri-fill-thermometer:before {
  content: "\e920"; }

.i-ri-fill-thermostat:before {
  content: "\e921"; }

.i-ri-fill-toilet:before {
  content: "\e922"; }

.i-ri-fill-towel-rail:before {
  content: "\e923"; }

.i-ri-fill-truck:before {
  content: "\e924"; }

.i-ri-fill-valve:before {
  content: "\e925"; }

.i-ri-fill-vanity:before {
  content: "\e926"; }

.i-ri-fill-zoning:before {
  content: "\e927"; }

.i-ri-line-book-closed:before {
  content: "\e928"; }

.i-ri-line-book-info:before {
  content: "\e929"; }

.i-ri-line-briefcase:before {
  content: "\e92a"; }

.i-ri-line-cart:before {
  content: "\e92b"; }

.i-ri-line-cc:before {
  content: "\e92c"; }

.i-ri-line-chat-gear:before {
  content: "\e92d"; }

.i-ri-line-factory:before {
  content: "\e92e"; }

.i-ri-line-flexitrak:before {
  content: "\e92f"; }

.i-ri-line-history:before {
  content: "\e930"; }

.i-ri-line-id-card:before {
  content: "\e931"; }

.i-ri-line-paper-alert:before {
  content: "\e932"; }

.i-ri-line-paper-check:before {
  content: "\e933"; }

.i-ri-line-paper-dollar:before {
  content: "\e934"; }

.i-ri-line-paper-double:before {
  content: "\e935"; }

.i-ri-line-paper-pencil-alt:before {
  content: "\e936"; }

.i-ri-line-paper-pencil:before {
  content: "\e937"; }

.i-ri-line-pencil:before {
  content: "\e938"; }

.i-ri-line-people:before {
  content: "\e939"; }

.i-ri-line-person-plus:before {
  content: "\e93a"; }

.i-ri-line-phone-call:before {
  content: "\e93b"; }

.i-ri-line-renovation-guide:before {
  content: "\e93c"; }

.i-ri-line-rulers-1:before {
  content: "\e93d"; }

.i-ri-line-shower:before {
  content: "\e93e"; }

.i-ri-line-sprinkler:before {
  content: "\e93f"; }

.i-ri-line-vac-pump:before {
  content: "\e940"; }

.i-ri-line-smartphone:before {
  content: "\e941"; }

.i-ri-fill-stove-fire:before {
  content: "\e942"; }

.i-ri-fill-magnifying-glass:before {
  content: "\e943"; }

.i-ri-fill-calculator:before {
  content: "\e944"; }

.i-ri-fill-recycle:before {
  content: "\e945"; }

.i-ri-fill-fire-circle:before {
  content: "\e946"; }

.i-ri-fill-electric-circle:before {
  content: "\e947"; }

.i-ri-fill-electric-sun:before {
  content: "\e948"; }

.i-ri-fill-fire-sun:before {
  content: "\e949"; }

.i-ri-fill-heat-wave:before {
  content: "\e94a"; }

.i-ri-fill-building:before {
  content: "\e94b"; }

.i-ri-big-flexitrak:before {
  content: "\e94c"; }

.i-ri-big-hot-water-system:before {
  content: "\e94d"; }

.i-ri-big-rulers:before {
  content: "\e94e"; }

.i-ri-big-pencil:before {
  content: "\e94f"; }

.i-ri-big-paper-check:before {
  content: "\e950"; }

.i-ri-line-paper-check-2:before {
  content: "\e951"; }

.i-ri-line-hot-water-system:before {
  content: "\e952"; }

.i-ri-big-renovation-house:before {
  content: "\e953"; }

.i-ri-line-truck:before {
  content: "\e954"; }

.i-ri-line-hand-spanner:before {
  content: "\e955"; }

.i-ri-fill-chevron-right-circle:before {
  content: "\e956"; }

.i-ri-line-video-conference:before {
  content: "\e957"; }

.i-ri-line-dropper-water:before {
  content: "\e958"; }

.i-ri-line-b-press-tool:before {
  content: "\e959"; }

.i-ri-big-video-conference:before {
  content: "\e95a"; }

.i-ri-big-project-inspiration:before {
  content: "\e961"; }

.i-ri-big-sprinkler:before {
  content: "\e962"; }

.i-ri-big-blueprint:before {
  content: "\e963"; }

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
  */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
      transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

@font-face {
  font-family: 'lg';
  src: url("../assets/font/lg.eot?n1z373");
  src: url("../assets/font/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../assets/font/lg.woff?n1z373") format("woff"), url("../assets/font/lg.ttf?n1z373") format("truetype"), url("../assets/font/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-custom-arrow {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .lg-custom-arrow::before {
    font-family: "Material-Design-Iconic-Font" !important; }
  .lg-custom-arrow::after {
    display: none !important; }
  .lg-custom-arrow--next::before {
    content: "\f2fb" !important; }
  .lg-custom-arrow--prev::before {
    content: "\f2fa" !important; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 1px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #0776aa; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toggle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../assets/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../assets/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../assets/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../assets/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../assets/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../assets/img/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.b-tools-showcase {
  padding: 40px 22px;
  position: relative;
  z-index: 0; }
  .b-tools-showcase__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .b-tools-showcase__inner {
    margin: 0 auto;
    max-width: 1900px;
    position: relative;
    z-index: 1; }
  .b-tools-showcase__img-wrapper {
    margin: 0 0 24px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); }
    .b-tools-showcase__img-wrapper img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      border: none; }
  .b-tools-showcase__content-wrapper {
    color: #222222;
    font-family: "Gotham A", "Gotham B", sans-serif;
    text-align: center; }
    .b-tools-showcase__content-wrapper p {
      font-size: 14px;
      font-family: inherit;
      line-height: 1.28; }
  .b-tools-showcase__heading {
    margin-top: 0;
    margin-bottom: 12px;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2; }
  .b-tools-showcase__heading-icon {
    display: block;
    margin-bottom: 12px;
    color: #00497a;
    font-size: 80px;
    line-height: 0; }
  .b-tools-showcase__cta {
    margin-top: 27px;
    display: inline-block; }
  @media (min-width: 768px) {
    .b-tools-showcase {
      padding: 60px 3.5%; }
      .b-tools-showcase--reverse .b-tools-showcase__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .b-tools-showcase__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .b-tools-showcase__img-wrapper {
        width: 57%;
        margin-bottom: 0; }
      .b-tools-showcase__content-wrapper {
        width: 43%;
        padding: 0 40px;
        text-align: left; }
      .b-tools-showcase__heading {
        max-width: 450px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: row;
            -ms-flex: row nowrap;
                flex: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 25px;
        font-size: 22px; }
      .b-tools-showcase__heading-icon {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        margin-right: 0.15em; } }
  @media (min-width: 992px) {
    .b-tools-showcase--offset {
      overflow: hidden; }
      .b-tools-showcase--offset .b-tools-showcase__bg {
        top: 20%; }
    .b-tools-showcase__content-wrapper {
      width: 43%;
      padding: 0 60px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .b-tools-showcase__heading {
      font-size: 28px; } }

.brands-section-wrapper {
  padding: 40px 0; }
  .brands-section-wrapper--pad-side {
    padding-left: 22px;
    padding-right: 22px; }
  .brands-section-wrapper--short-top {
    padding-top: 20px; }
  @media (min-width: 992px) {
    .brands-section-wrapper {
      padding-top: 80px;
      padding-bottom: 80px; }
      .brands-section-wrapper--short-top {
        padding-top: 40px; } }

.brands-result-text {
  color: #999999;
  font-size: 14px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 1.6em auto; }

.brands-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .brands-link-list > li {
    margin: 12px;
    text-align: center; }
    .brands-link-list > li:first-child {
      margin-left: 0; }
    .brands-link-list > li:last-child {
      margin-right: 0; }
  @media (min-width: 992px) {
    .brands-link-list--align-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .brands-link-list > li {
      margin: 15px 25px; } }

.brands-lined-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 36px auto 28px;
  max-width: 1300px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2; }
  .brands-lined-heading::after {
    content: "";
    display: block;
    -webkit-box-flex: 50%;
        -ms-flex: 50% 1 2;
            flex: 50% 1 2;
    margin-left: 20px;
    height: 1px;
    background-color: #D6D6D6; }
  @media (min-width: 992px) {
    .brands-lined-heading {
      margin: 60px auto 35px; } }

.brands-list {
  max-width: 1300px;
  margin: 15px auto; }
  .brands-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    list-style-type: none;
    margin: 0 -10px; }
    .brands-list__inner > li {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 10px; }
  @media (min-width: 768px) {
    .brands-list__inner {
      margin: 0 -12px; }
      .brands-list__inner > li {
        width: -webkit-calc(33.33% - 24px);
        width: calc(33.33% - 24px);
        margin: 12px; } }
  @media (min-width: 992px) {
    .brands-list {
      margin: 30px auto; }
      .brands-list__inner > li {
        width: -webkit-calc(25% - 24px);
        width: calc(25% - 24px); } }
  @media (min-width: 1200px) {
    .brands-list {
      margin: 30px auto; }
      .brands-list__inner {
        margin: 0 -20px; }
        .brands-list__inner > li {
          width: -webkit-calc(20% - 40px);
          width: calc(20% - 40px);
          margin: 20px; } }

.brands-nav {
  background: #0776aa; }
  .brands-nav__inner {
    list-style-type: none;
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .brands-nav__inner > li {
      display: relative;
      padding: 0; }
  .brands-nav__link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 22px;
    color: #fff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    .brands-nav__link:hover, .brands-nav__link:focus {
      color: #fff;
      text-decoration: none;
      background-color: #00497a; }
  .brands-nav__link-icon {
    font-size: 1.2em;
    margin-right: 0.6em; }
  @media (max-width: 991px) {
    .brands-nav__inner > li:not(.is-active) {
      display: none; }
    .brands-nav__inner > li.is-selected {
      display: block;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .brands-nav__inner > li:not(.is-selected) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .brands-nav__inner > li.is-selected .brands-nav__link {
      background-color: #00497a; }
      .brands-nav__inner > li.is-selected .brands-nav__link::after {
        content: "\f2f9";
        position: relative;
        vertical-align: middle;
        font-family: "Material-Design-Iconic-Font";
        font-size: 18px;
        line-height: 1;
        margin-left: 0.4em; }
    .brands-nav__inner > li.is-selected.is-active .brands-nav__link::after {
      content: "\f2fc"; }
    .brands-nav__inner > li:not(:last-child) {
      border-bottom: 1px solid #00497a; } }
  @media (min-width: 992px) {
    .brands-nav {
      padding: 0 22px; }
      .brands-nav__mobile-trigger {
        display: none;
        pointer-events: none; }
      .brands-nav__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
                justify-content: stretch;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        width: 100%; }
        .brands-nav__inner > li {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%; }
          .brands-nav__inner > li.is-selected .brands-nav__link {
            background-color: #00497a; }
      .brands-nav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.brands-search {
  margin: 0 auto;
  max-width: 1300px; }
  .brands-search__search-bar {
    position: relative; }
    .brands-search__search-bar::before {
      content: "\f1c3";
      position: absolute;
      top: 50%;
      left: 18px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      color: #0776aa;
      font-family: "Material-Design-Iconic-Font";
      font-size: 18px;
      line-height: 1; }
  .brands-search__search-bar-input {
    display: inline-block;
    width: 100%;
    padding: 22px 20px 22px 3.6em;
    margin: 0;
    margin-bottom: 0 !important;
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; }
    .brands-search__search-bar-input:placeholder {
      font-style: italic;
      color: #666666; }
  @media (max-width: 991px) {
    .brands-search__alt-slot {
      text-align: center;
      margin-top: 15px; } }
  @media (min-width: 992px) {
    .brands-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
      .brands-search__search-bar {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; }
      .brands-search__alt-slot {
        -webkit-box-flex: 1;
            -ms-flex: 1 3 50%;
                flex: 1 3 50%;
        text-align: right; } }

.brand-card {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-decoration: none;
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out; }
  .brand-card:hover, .brand-card:focus {
    text-decoration: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
  .brand-card__img-wrapper {
    display: block;
    margin: 0; }
    .brand-card__img-wrapper > img {
      display: block;
      height: auto;
      width: 100%;
      max-width: 100%; }
  .brand-card__content-wrapper {
    padding: 16px; }
  .brand-card__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    width: auto;
    max-width: 50%;
    height: auto; }
  .brand-card__desc {
    margin: 1.09em 0;
    color: #3f3f3f;
    text-align: center;
    font-size: 11px;
    line-height: 1.27; }
  .brand-card__tags-container {
    font-size: 0;
    text-align: center; }
  .brand-card__tag {
    display: inline-block;
    padding: 4px 6px;
    margin: 3px;
    background-color: #e9e9e9;
    color: #222222;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3; }
  @media (max-width: 767px) {
    .brand-card__tag {
      display: none; } }

.brands-highlight {
  display: block;
  padding: 30px 0; }
  .brands-highlight__heading {
    margin: 0 auto;
    max-width: 1300px;
    text-align: center;
    margin-bottom: 24px; }
  .brands-highlight__slider {
    padding: 0 22px; }
  .brands-highlight__slide {
    font-family: "Gotham A", "Gotham B", sans-serif; }
  .brands-highlight__slide-heading {
    margin: 0.6em auto;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase; }
  .brands-highlight__slide-short {
    margin: 0.6em auto 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center; }
  .brands-highlight__slide-img {
    display: block;
    width: 100%;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 18px; }
  @media (min-width: 768px) {
    .brands-highlight {
      padding: 60px 0; }
      .brands-highlight__heading {
        margin-bottom: 32px; }
      .brands-highlight__slider {
        max-width: 1300px;
        margin: 0 auto; } }

.breadcrumbs {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0px;
  text-align: left; }
  .breadcrumbs > li {
    display: inline-block;
    line-height: 14px;
    color: #999999; }
    .breadcrumbs > li:not(:last-child)::after {
      content: "-";
      display: inline-block;
      padding: 0 6px;
      font-size: 11px; }
  .breadcrumbs__link {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    color: #999999;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: normal; }
    .breadcrumbs__link:hover, .breadcrumbs__link:focus {
      color: #222222;
      text-decoration: none;
      font-weight: 500; }

.bu-cb-grid {
  position: relative;
  box-sizing: border-box;
  padding: 40px 20px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .bu-cb-grid {
      padding: 40px 30px; } }
  .bu-cb-grid__inner {
    box-sizing: border-box;
    position: relative;
    margin: 0 -15px;
    font-size: 0;
    text-align: center; }
  .bu-cb-grid__grid-item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 270px; }
    @media (min-width: 768px) {
      .bu-cb-grid__grid-item[data-width="1"] {
        width: -webkit-calc(33.33% - 30px);
        width: calc(33.33% - 30px); }
      .bu-cb-grid__grid-item[data-width="2"] {
        width: -webkit-calc(66.66% - 30px);
        width: calc(66.66% - 30px); } }
    @media (min-width: 992px) {
      .bu-cb-grid__grid-item {
        height: 330px; } }

.bu-custom-block {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B", sans-serif;
  position: relative;
  -webkit-transition: box-shadow 250ms ease-out;
  transition: box-shadow 250ms ease-out;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .bu-custom-block {
      min-height: none; } }
  .bu-custom-block:hover, .bu-custom-block:focus {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5); }
    .bu-custom-block:hover .bu-custom-block__content::before, .bu-custom-block:focus .bu-custom-block__content::before {
      opacity: 0.9; }
    .bu-custom-block:hover .bu-custom-block__content-cta, .bu-custom-block:focus .bu-custom-block__content-cta {
      opacity: 1; }
    .bu-custom-block:hover .bu-custom-block__content-inner, .bu-custom-block:focus .bu-custom-block__content-inner {
      margin-bottom: 0; }
  .bu-custom-block--blog .bu-custom-block__content-title {
    white-space: normal;
    margin: 0.25em auto;
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.4;
    height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .bu-custom-block--promo .bu-custom-block__content-title {
    margin-bottom: 0.4em;
    font-size: 1.6em;
    font-weight: 500; }
  @media (min-width: 992px) {
    .bu-custom-block--blog .bu-custom-block__content-title {
      display: -webkit-box;
      font-size: 16px;
      line-height: 1.4;
      height: 44.8px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .bu-custom-block--promo .bu-custom-block__content-title {
      font-size: 2em; } }
  .bu-custom-block[data-bu="irgn"].bu-custom-block--blog .bu-custom-block__head-bit {
    color: #48645a; }
  .bu-custom-block[data-bu="irgn"].bu-custom-block--blog .bu-custom-block__content::before {
    background-color: #48645a; }
  .bu-custom-block[data-bu="irgn"].bu-custom-block--promo .bu-custom-block__content::before {
    background-color: #3EAE2B; }
  .bu-custom-block[data-bu="plmb"].bu-custom-block--blog .bu-custom-block__head-bit {
    color: #3e5876; }
  .bu-custom-block[data-bu="plmb"].bu-custom-block--blog .bu-custom-block__content::before {
    background-color: #3e5876; }
  .bu-custom-block[data-bu="plmb"].bu-custom-block--promo .bu-custom-block__content::before {
    background-color: #0e2f54; }
  .bu-custom-block[data-bu="bath"].bu-custom-block--blog .bu-custom-block__head-bit {
    color: #9a3e43; }
  .bu-custom-block[data-bu="bath"].bu-custom-block--blog .bu-custom-block__content::before {
    background-color: #9a3e43; }
  .bu-custom-block[data-bu="bath"].bu-custom-block--promo .bu-custom-block__content::before {
    background-color: #d9222c; }
  .bu-custom-block[data-bu="civl"].bu-custom-block--blog .bu-custom-block__head-bit {
    color: #895837; }
  .bu-custom-block[data-bu="civl"].bu-custom-block--blog .bu-custom-block__content::before {
    background-color: #895837; }
  .bu-custom-block[data-bu="civl"].bu-custom-block--promo .bu-custom-block__content::before {
    background-color: #ce7019; }
  .bu-custom-block[data-bu="onst"].bu-custom-block--blog .bu-custom-block__head-bit {
    color: #d19072; }
  .bu-custom-block[data-bu="onst"].bu-custom-block--blog .bu-custom-block__content::before {
    background-color: #d19072; }
  .bu-custom-block[data-bu="onst"].bu-custom-block--promo .bu-custom-block__content::before {
    background-color: #f27840; }
  .bu-custom-block[data-bu="hvac"].bu-custom-block--blog .bu-custom-block__head-bit {
    color: #3883a3; }
  .bu-custom-block[data-bu="hvac"].bu-custom-block--blog .bu-custom-block__content::before {
    background-color: #3883a3; }
  .bu-custom-block[data-bu="hvac"].bu-custom-block--promo .bu-custom-block__content::before {
    background-color: #0096d6; }
  .bu-custom-block__image {
    width: 100%;
    height: auto;
    display: block; }
  .bu-custom-block__head-bit {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #e7e7e7;
    padding: 10px 18px;
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .bu-custom-block__head-bit {
        font-size: 12px;
        padding: 15px 25px; } }
  .bu-custom-block__content {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 18px;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 1.2;
    color: #fff; }
    .bu-custom-block__content::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0.75;
      -webkit-transition: opacity 350ms ease;
      transition: opacity 350ms ease; }
    @media (min-width: 992px) {
      .bu-custom-block__content {
        padding: 20px 25px; } }
  .bu-custom-block__content-inner {
    position: relative;
    margin-bottom: -2.7em;
    -webkit-transition: margin-bottom 350ms ease-out;
    transition: margin-bottom 350ms ease-out; }
  .bu-custom-block__content-title, .bu-custom-block__content-text {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .bu-custom-block__content-title {
    font-size: 1.8em; }
  .bu-custom-block__content-text {
    font-size: 1em; }
  .bu-custom-block__content-cta {
    position: relative;
    display: inline-block;
    padding-right: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-weight: 500;
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
    font-size: 0.9em;
    margin-top: 1.8em;
    opacity: 0;
    overflow: hidden; }
    .bu-custom-block__content-cta::after {
      content: ">";
      position: absolute;
      right: 0;
      display: inline-block;
      margin-left: 1em; }

.bu-hero {
  display: block;
  box-sizing: border-box;
  font-size: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding: 10px 0 30px;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .bu-hero {
      padding: 50px 3%; } }
  @media (min-width: 1200px) {
    .bu-hero {
      padding-left: 5%;
      padding-right: 5%; } }
  .bu-hero--bu-irrigation .bu-hero__article-header {
    color: #3EAE2B; }
  .bu-hero--bu-plumbing .bu-hero__article-header {
    color: #0e2f54; }
  .bu-hero--bu-bathroom .bu-hero__article-header {
    color: #d9222c; }
  .bu-hero--bu-civil .bu-hero__article-header {
    color: #ce7019; }
  .bu-hero--bu-onsite .bu-hero__article-header {
    color: #f27840; }
  .bu-hero--bu-hvac .bu-hero__article-header {
    color: #0096d6; }
  .bu-hero__content {
    display: block; }
    .bu-hero__content--sm {
      text-align: center;
      margin-bottom: 30px;
      padding: 0 30px; }
    @media (min-width: 992px) {
      .bu-hero__content {
        display: inline-block;
        vertical-align: middle; }
        .bu-hero__content--lg {
          width: 66.66%;
          padding-left: -webkit-calc(2% + $padding-mobile);
          padding-left: calc(2% + $padding-mobile); }
        .bu-hero__content--sm {
          width: 33.33%;
          padding: 0;
          padding-right: 5%;
          text-align: left; } }
    @media (min-width: 1200px) {
      .bu-hero__content--sm {
        padding-right: 5%; } }
  .bu-hero .bu-hero__article {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 0 auto 30px; }
    @media (min-width: 992px) {
      .bu-hero .bu-hero__article {
        text-align: left; } }
  .bu-hero .bu-hero__article-header {
    font-size: 3.1em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    font-weight: 600; }
  .bu-hero .bu-hero__cta {
    margin-bottom: 30px;
    border-color: #00497a;
    min-width: 200px; }
    .bu-hero .bu-hero__cta:hover, .bu-hero .bu-hero__cta:focus {
      background-color: #00497a;
      color: #fff; }

.bu-hero-slider {
  position: relative;
  padding: 0 20px; }
  .bu-hero-slider__slide-item > img {
    display: block;
    width: 100%;
    height: auto; }
  .bu-hero-slider__nav {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 15;
    width: 40px;
    height: 40px;
    background-color: #00497a;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.75;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .bu-hero-slider__nav:hover {
      cursor: pointer; }
    .bu-hero-slider__nav::before {
      content: "";
      position: absolute;
      display: block;
      width: 12px;
      height: 12px;
      border-width: 2px;
      border-color: #fff;
      border-bottom-style: solid;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .bu-hero-slider__nav--next {
      right: 0px; }
      .bu-hero-slider__nav--next::before {
        border-right-style: solid;
        -webkit-transform: translate(-75%, -50%) rotate(-45deg);
            -ms-transform: translate(-75%, -50%) rotate(-45deg);
                transform: translate(-75%, -50%) rotate(-45deg); }
    .bu-hero-slider__nav--prev {
      left: 0px; }
      .bu-hero-slider__nav--prev::before {
        border-left-style: solid;
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
            -ms-transform: translate(-25%, -50%) rotate(45deg);
                transform: translate(-25%, -50%) rotate(45deg); }
    .bu-hero-slider__nav--disabled {
      cursor: not-allowed;
      background: #e9e9e9; }
      .bu-hero-slider__nav--disabled::before {
        border-color: #999999; }

/* #region CLP Header */
.category-listing-header-wrapper {
  font-family: "Gotham A", "Gotham B", sans-serif; }

.category-listing-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 73, 122, 0.9)), to(rgba(0, 73, 122, 0.9))), url("../assets/img/category-listing-headed-bg.jpg") no-repeat;
  background: linear-gradient(rgba(0, 73, 122, 0.9), rgba(0, 73, 122, 0.9)), url("../assets/img/category-listing-headed-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom; }

/* #endregion PLP Header End */
.category-listing-page {
  display: block;
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding-top: 20px; }
  .category-listing-page__head {
    display: block;
    padding: 0 25px 20px; }
  .category-listing-page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.category-listing__feature-banner {
  width: 100%; }
  @media (min-width: 768px) {
    .category-listing__feature-banner {
      padding-left: 22px;
      padding-right: 22px; } }
  @media (min-width: 1200px) {
    .category-listing__feature-banner {
      padding-left: 27px;
      padding-right: 27px; } }
  .category-listing__feature-banner a {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-decoration: none; }
    .category-listing__feature-banner a:hover, .category-listing__feature-banner a:focus {
      opacity: 0.95;
      text-decoration: none; }
  .category-listing__feature-banner img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block; }
  .category-listing__feature-banner .mobile-only {
    display: block; }
    @media (min-width: 768px) {
      .category-listing__feature-banner .mobile-only {
        display: none; } }
  .category-listing__feature-banner .desktop-only {
    display: block; }
    @media (max-width: 767px) {
      .category-listing__feature-banner .desktop-only {
        display: none; } }

.category-listing__grid-section {
  width: 100%; }
  @media (min-width: 992px) {
    .category-listing__grid-section {
      width: 75%; } }
  .category-listing__grid-section .products-slider {
    margin-bottom: 70px; }

.category-listing__more-link-container {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  padding-right: 22px;
  border-bottom: 1px solid #D6D6D6; }
  @media (min-width: 768px) {
    .category-listing__more-link-container {
      border-bottom: none;
      padding-left: 22px;
      padding-right: 22px; } }
  @media (min-width: 1200px) {
    .category-listing__more-link-container {
      padding-left: 27px;
      padding-right: 27px; } }

.category-listing__more-link {
  cursor: pointer;
  display: block;
  color: #00497a;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline; }
  .category-listing__more-link::after {
    content: "\f2fb";
    font-family: "Material-Design-Iconic-Font";
    margin-left: 5px;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    display: inline-block; }
  .category-listing__more-link:hover {
    color: #00497a; }
    .category-listing__more-link:hover::after {
      -webkit-transform: translate(100%, 0);
          -ms-transform: translate(100%, 0);
              transform: translate(100%, 0); }

.category-listing__tile-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .category-listing__tile-grid-wrapper {
      padding-left: 12px;
      padding-right: 12px; } }

.category-listing-tile {
  margin: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .category-listing-tile {
      margin-top: 0px;
      margin-bottom: 30px;
      margin-right: 10px;
      margin-left: 10px;
      width: -webkit-calc(33.33% - 10px * 2);
      width: calc(33.33% - 10px * 2); } }
  @media (min-width: 1200px) {
    .category-listing-tile {
      margin-right: 15px;
      margin-left: 15px;
      width: -webkit-calc(33.33% - 10px * 1.5 * 2);
      width: calc(33.33% - 10px * 1.5 * 2); } }

.clp-product-category-description {
  padding: 22px;
  line-height: 1.2em;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.clp-product-category-description-heading {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500; }

.clp-product-category-description-content {
  padding: 30px 0;
  font-size: 12px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }

.clp-more {
  margin-bottom: 70px;
  margin-top: 20px;
  position: relative;
  text-align: center;
  width: 100%; }
  .clp-more__more-btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #222222;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #00497a;
    outline: none;
    max-width: 194px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    -webkit-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .clp-more__more-btn:active, .clp-more__more-btn:focus {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45); }
    .clp-more__more-btn:hover, .clp-more__more-btn:active, .clp-more__more-btn:focus {
      text-decoration: none; }
    .clp-more__more-btn:hover {
      color: #fff;
      background-color: #00497a; }
  .clp-more__more-link {
    cursor: pointer;
    font-family: "Gotham A", "Gotham B", sans-serif;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    padding-top: 25px;
    text-decoration: underline; }
    .clp-more__more-link:hover:after {
      -webkit-transform: translateX(15px);
          -ms-transform: translateX(15px);
              transform: translateX(15px); }
    .clp-more__more-link:after {
      content: "\f2fb";
      font-family: "Material-Design-Iconic-Font";
      -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
              transform: translateX(5px);
      text-decoration: none;
      display: inline-block;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media (min-width: 992px) {
      .clp-more__more-link {
        padding-top: 0;
        position: absolute;
        right: 30px;
        top: 37%; } }

.clp-featured-product {
  font-family: "Gotham A", "Gotham B", sans-serif;
  background-color: #f4f4f4; }
  @media (min-width: 992px) {
    .clp-featured-product {
      padding-bottom: 70px; } }
  .clp-featured-product__category-list-container {
    position: relative; }
    @media (min-width: 992px) {
      .clp-featured-product__category-list-container {
        margin-bottom: 56px;
        border-bottom: 1px solid #d6d6d6; } }
  .clp-featured-product__category-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media (min-width: 768px) {
      .clp-featured-product__category-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 1300px;
        width: 100%;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .clp-featured-product__category-list {
        padding: 0 22px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .clp-featured-product__category-list > li {
      display: block;
      position: relative;
      border-bottom: 1px solid #d6d6d6;
      padding-left: 20px;
      padding-right: 25px;
      -webkit-transition: background-color 100ms linear;
      transition: background-color 100ms linear; }
      .clp-featured-product__category-list > li:first-child {
        border-top: 1px solid #d6d6d6; }
      .clp-featured-product__category-list > li:active {
        background-color: #e6e6e6; }
      @media (min-width: 768px) {
        .clp-featured-product__category-list > li {
          width: 50%;
          padding-left: 22px;
          padding-right: 22px; }
          .clp-featured-product__category-list > li:nth-child(odd) {
            border-right: 1px solid #d6d6d6; } }
      @media (min-width: 992px) {
        .clp-featured-product__category-list > li {
          border: none;
          width: auto;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          padding-left: 14px;
          padding-right: 14px; }
          .clp-featured-product__category-list > li:active {
            background-color: unset; }
          .clp-featured-product__category-list > li:first-child {
            border: none; }
          .clp-featured-product__category-list > li:nth-child(odd) {
            border-right: none; } }
      @media (min-width: 1200px) {
        .clp-featured-product__category-list > li:nth-child(n+7) {
          display: block; } }
  .clp-featured-product__products-slider-container {
    display: none; }
    @media (min-width: 992px) {
      .clp-featured-product__products-slider-container {
        display: block;
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        padding: 0 22px; } }
  .clp-featured-product-slider__product-tile {
    max-width: 340px;
    width: 90%; }
    @media (min-width: 1200px) {
      .clp-featured-product-slider__product-tile {
        max-width: 280px; } }

.clp-products-slider {
  margin-bottom: 70px; }
  .clp-products-slider__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px; }
  .clp-products-slider__header-text {
    color: #222222;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 36px;
    font-weight: 300;
    white-space: nowrap;
    -webkit-transition: width 400ms ease;
    transition: width 400ms ease; }
  .clp-products-slider__header-link {
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", sans-serif;
    margin-left: 10px;
    color: #00497a;
    text-decoration: underline;
    white-space: nowrap;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 500;
    font-style: italic; }
    .clp-products-slider__header-link:hover {
      color: #00497a; }
      .clp-products-slider__header-link:hover:not(:empty)::after {
        -webkit-transform: translateX(15px);
            -ms-transform: translateX(15px);
                transform: translateX(15px); }
    .clp-products-slider__header-link:not(:empty)::after {
      content: "\f2fb";
      font-family: "Material-Design-Iconic-Font";
      -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
              transform: translateX(5px);
      text-decoration: none;
      display: inline-block;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .clp-products-slider .line-break {
    margin-left: 30px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d6d6d6; }
  .clp-products-slider__slider {
    position: relative; }
  .clp-products-slider__slide > * {
    margin: 0 auto; }
  .clp-products-slider__nav-arrow {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    display: block;
    background-color: #00497a;
    min-width: 38px;
    width: 5%;
    max-width: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    opacity: .75;
    -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 100; }
    .clp-products-slider__nav-arrow:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .clp-products-slider__nav-arrow:hover, .clp-products-slider__nav-arrow:focus {
      opacity: 1; }
  .clp-products-slider__nav-arrow-icon {
    display: block;
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .clp-products-slider__nav-arrow--next {
    right: 0px; }
  .clp-products-slider__nav-arrow--prev {
    left: 0px; }

.product-tile-placeholder {
  display: block;
  width: 274px;
  min-height: 414px;
  background: #cfcfcf; }

div.swiper-slide.clp-products-slider__slide .product-tile__content {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.clp-product-tile {
  height: 100%;
  border-bottom: 1px solid #D6D6D6;
  display: block;
  position: relative;
  padding: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0px;
  background-color: #fff;
  -webkit-transition: box-shadow 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: box-shadow 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media (min-width: 768px) {
    .clp-product-tile {
      border: 1px solid #D6D6D6; } }
  @media (min-width: 768px) {
    .clp-product-tile:hover {
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); } }
  .clp-product-tile__img-container {
    position: relative;
    display: block;
    font-size: 0px; }
  .clp-product-tile__product-tile__img-link {
    display: block; }
  .clp-product-tile__img {
    display: none;
    width: 100%;
    height: auto;
    vertical-align: middle;
    font-size: 0px; }
    @media (min-width: 768px) {
      .clp-product-tile__img {
        display: inline-block; } }
  .clp-product-tile__content {
    background: #e7e7e7;
    display: block;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 22px;
    padding-right: 6%; }
    @media (min-width: 768px) {
      .clp-product-tile__content {
        background: none;
        border-top: 1px solid #D6D6D6;
        padding-top: 5%;
        padding-bottom: 0;
        padding-left: 5%;
        padding-right: 5%; } }
    .clp-product-tile__content:hover {
      background: #dedede; }
      @media (min-width: 768px) {
        .clp-product-tile__content:hover {
          background: none; } }
  .clp-product-tile__section-details {
    display: block;
    padding-bottom: 20px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .clp-product-tile__section-details {
        padding-bottom: 6%; } }
    .clp-product-tile__section-details:hover, .clp-product-tile__section-details:focus {
      text-decoration: none; }
    .clp-product-tile__section-details p {
      margin-bottom: 0;
      font-size: 12px; }
  .clp-product-tile__detail-name {
    position: relative;
    display: block;
    display: -webkit-box;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    color: #00497a;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    cursor: pointer; }
    @media (min-width: 768px) {
      .clp-product-tile__detail-name {
        font-size: 16px;
        height: 38.4px; } }
    .clp-product-tile__detail-name:hover {
      text-decoration: none;
      color: #222222;
      opacity: 0.85; }
      .clp-product-tile__detail-name:hover:after {
        margin-left: 20px; }
    .clp-product-tile__detail-name:after {
      content: "\f2fb";
      font-family: "Material-Design-Iconic-Font";
      margin-left: 12px;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      right: 0;
      -webkit-transition: margin-left 0.3s ease;
      transition: margin-left 0.3s ease; }
      @media (min-width: 768px) {
        .clp-product-tile__detail-name:after {
          position: relative;
          right: auto; } }

/* product tile end */
.category-listing__sidebar {
  display: none; }
  @media (min-width: 992px) {
    .category-listing__sidebar {
      display: inline-block;
      width: 30%; } }
  @media (min-width: 992px) {
    .category-listing__sidebar {
      width: 25%; } }

.category-nav {
  position: relative;
  display: block;
  padding-left: 25px;
  padding-right: 30px; }
  .category-nav__header {
    position: relative;
    margin-bottom: 15px;
    color: #00497a;
    line-height: 20px;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .category-nav__header {
        display: block;
        font-size: 16px;
        font-weight: 500; } }
  .category-nav__parent {
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase; }
  .category-nav__parent-link {
    color: #222222; }
    .category-nav__parent-link:hover {
      color: #666666;
      text-decoration: none; }
    .category-nav__parent-link:active, .category-nav__parent-link:visited {
      text-decoration: none; }
    .category-nav__parent-link:focus {
      color: #222222;
      text-decoration: underline; }
  .category-nav__list {
    list-style-type: none;
    display: block;
    width: 100%;
    margin: 0px;
    padding-left: 0px; }
    .category-nav__list li {
      overflow: hidden;
      line-height: 20px; }
    .category-nav__list--indented {
      margin-left: 1em; }

.category-link {
  color: #222222;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6px 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 100%;
  text-decoration: none;
  text-align: left; }
  .category-link:hover {
    color: #999999;
    text-decoration: none; }
  .category-link:active, .category-link:visited {
    text-decoration: none; }
  .category-link:focus {
    color: #222222;
    text-decoration: underline; }
  .category-link--active {
    font-weight: 500; }
  .category-link__text {
    display: inline-block;
    position: relative;
    width: 75%;
    padding-right: 10px; }
  .category-link__num {
    max-width: 72px;
    width: 25%; }

.featured-blocks {
  background: #f4f4f4; }
  .featured-blocks__cta-block {
    display: block;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .featured-blocks__cta-block > img {
      display: block;
      width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .featured-blocks__cta-block:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4); } }

.featured-blocks-slider {
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 22px 50px; }
  @media (min-width: 992px) {
    .featured-blocks-slider {
      padding: 30px 22px; } }
  .featured-blocks-slider__pagination {
    display: block;
    bottom: 14px !important; }
    .featured-blocks-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #222222; }
    @media (min-width: 992px) {
      .featured-blocks-slider__pagination {
        display: none; } }
  @media (min-width: 992px) {
    .featured-blocks-slider__slide-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .featured-blocks-slider__slide-item {
    width: 90%; }
    @media (min-width: 768px) {
      .featured-blocks-slider__slide-item {
        width: 80%; } }
    @media (min-width: 992px) {
      .featured-blocks-slider__slide-item {
        box-sizing: border-box;
        width: 32.33%;
        margin: 0 .5%; }
        .featured-blocks-slider__slide-item:first-child {
          margin-left: 0px; }
        .featured-blocks-slider__slide-item:last-child {
          margin-right: 0px; } }

.featured-brands {
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }
  .featured-brands__header {
    padding-bottom: 32px;
    text-align: center;
    letter-spacing: normal;
    font-size: 27px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .featured-brands__header {
        font-size: 36px; } }
  .featured-brands__slider {
    width: 100%;
    padding-bottom: 18px; }
  .featured-brands__slider-frame {
    width: 100%; }
  .featured-brands__slide {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .featured-brands__slide img {
      display: block;
      margin: 0 auto;
      padding-bottom: 24px;
      padding-left: 10px;
      padding-right: 10px;
      width: 95%; }
      @media (min-width: 576px) {
        .featured-brands__slide img {
          width: 85%; } }
      @media (min-width: 768px) {
        .featured-brands__slide img {
          padding-bottom: 24px;
          padding-left: 20px;
          padding-right: 20px;
          width: 80%; } }
      @media (min-width: 992px) {
        .featured-brands__slide img {
          width: auto; } }
  .featured-brands__more-btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #222222;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #00497a;
    outline: none;
    max-width: 194px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    -webkit-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .featured-brands__more-btn:active, .featured-brands__more-btn:focus {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45); }
    .featured-brands__more-btn:hover, .featured-brands__more-btn:active, .featured-brands__more-btn:focus {
      text-decoration: none; }
    .featured-brands__more-btn:hover {
      color: #fff;
      background-color: #00497a; }

/* featured-links */
.featured-links {
  display: block;
  width: 100%;
  font-family: "Gotham A", "Gotham B", sans-serif;
  box-sizing: border-box;
  background-color: #00497a;
  /* search form */
  /* search box end */
  /* link group */
  /* link group end */ }
  .featured-links__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
    @media (min-width: 576px) {
      .featured-links__inner {
        padding-bottom: 60px; } }
    @media (min-width: 768px) {
      .featured-links__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 22px;
        padding-right: 22px; } }
  .featured-links__search-wrapper {
    box-sizing: border-box;
    padding: 20px 22px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    min-width: 275px; }
    @media (min-width: 576px) {
      .featured-links__search-wrapper {
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3); } }
    @media (min-width: 768px) {
      .featured-links__search-wrapper {
        max-width: 275px;
        width: 100%;
        margin: 0 auto; } }
  .featured-links__search-short {
    display: block;
    box-sizing: border-box;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em; }
  .featured-links__search-form {
    margin-bottom: 30px; }
  .featured-links__search-control, .featured-links__search-control[type=text] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    border: 1px solid #00497a;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    z-index: 2;
    font-size: 12px; }
    .featured-links__search-control::-webkit-input-placeholder, .featured-links__search-control[type=text]::-webkit-input-placeholder {
      font-style: italic;
      color: #999999; }
    .featured-links__search-control::-ms-input-placeholder, .featured-links__search-control[type=text]::-ms-input-placeholder {
      font-style: italic;
      color: #999999; }
    .featured-links__search-control::placeholder, .featured-links__search-control[type=text]::placeholder {
      font-style: italic;
      color: #999999; }
  .featured-links__search-control {
    background-color: transparent; }
    .featured-links__search-control::-ms-expand {
      display: none; }
  .featured-links__search-control-container {
    display: block;
    width: 100%;
    position: relative; }
    .featured-links__search-control-container::after {
      content: "\f2f9";
      font-family: 'Material-Design-Iconic-Font';
      font-size: 14px;
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 1; }
  .featured-links__search-input-container {
    position: relative; }
  .featured-links__search-btn {
    outline: none;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-color: #00497a;
    border: 2px solid #00497a;
    border-radius: 0px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .featured-links__search-btn:active, .featured-links__search-btn:focus {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45); }
    .featured-links__search-btn:hover {
      background-color: transparent;
      color: #00497a; }
  .featured-links__link-group {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 22px; }
    @media (min-width: 992px) {
      .featured-links__link-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .featured-links__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    box-sizing: border-box;
    color: #fff; }
    @media (min-width: 992px) {
      .featured-links__link {
        display: block;
        padding: 0 25px;
        text-align: center; } }
    .featured-links__link:last-child {
      margin-bottom: 0px; }
    .featured-links__link:hover {
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
      .featured-links__link:hover .featured-links__link-title::before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
  .featured-links__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    margin-right: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .featured-links__link-icon {
        width: auto;
        margin-right: 0px;
        margin-bottom: 15px; } }
    .featured-links__link-icon [class^="i-"], .featured-links__link-icon [class*=" i-"] {
      font-size: 15vw; }
      @media (min-width: 768px) {
        .featured-links__link-icon [class^="i-"], .featured-links__link-icon [class*=" i-"] {
          font-size: 10vw; } }
      @media (min-width: 992px) {
        .featured-links__link-icon [class^="i-"], .featured-links__link-icon [class*=" i-"] {
          font-size: 100px; } }
  .featured-links__link-detail {
    display: block;
    width: 80%; }
    @media (min-width: 992px) {
      .featured-links__link-detail {
        width: 100%; } }
  .featured-links__link-title {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500; }
    .featured-links__link-title::after {
      content: "\f2fb";
      font-family: 'Material-Design-Iconic-Font';
      font-size: 18px;
      display: inline-block;
      position: relative;
      margin-left: 10px;
      -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
              transform: translateY(10%); }
    .featured-links__link-title::before {
      content: "";
      display: block;
      position: absolute;
      bottom: -15%;
      margin: 0 auto;
      width: 100%;
      height: 2px;
      background: white;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition: -webkit-transform 550ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: -webkit-transform 550ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 550ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 550ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 550ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .featured-links__link-short {
    display: block;
    font-size: 11px;
    line-height: 1.5em; }

/* featured-links end */
.featured-products {
  font-family: "Gotham A", "Gotham B", sans-serif;
  background-color: #f4f4f4;
  border-top: 1px solid rgba(214, 214, 214, 0.7); }
  @media (min-width: 992px) {
    .featured-products {
      padding-bottom: 70px; } }
  .featured-products--bu-irrigation .featured-products__category-list-container {
    background-color: #3EAE2B; }
  .featured-products--bu-irrigation .fp-tab-menu__link {
    color: rgba(255, 255, 255, 0.7); }
    .featured-products--bu-irrigation .fp-tab-menu__link--active {
      color: #fff; }
    .featured-products--bu-irrigation .fp-tab-menu__link:hover, .featured-products--bu-irrigation .fp-tab-menu__link:focus {
      color: #fff; }
    .featured-products--bu-irrigation .fp-tab-menu__link::before {
      border-bottom-color: #fff; }
  .featured-products--bu-plumbing .featured-products__category-list-container {
    background-color: #0e2f54; }
  .featured-products--bu-plumbing .fp-tab-menu__link {
    color: rgba(255, 255, 255, 0.7); }
    .featured-products--bu-plumbing .fp-tab-menu__link--active {
      color: #fff; }
    .featured-products--bu-plumbing .fp-tab-menu__link:hover, .featured-products--bu-plumbing .fp-tab-menu__link:focus {
      color: #fff; }
    .featured-products--bu-plumbing .fp-tab-menu__link::before {
      border-bottom-color: #fff; }
  .featured-products--bu-bathroom .featured-products__category-list-container {
    background-color: #d9222c; }
  .featured-products--bu-bathroom .fp-tab-menu__link {
    color: rgba(255, 255, 255, 0.7); }
    .featured-products--bu-bathroom .fp-tab-menu__link--active {
      color: #fff; }
    .featured-products--bu-bathroom .fp-tab-menu__link:hover, .featured-products--bu-bathroom .fp-tab-menu__link:focus {
      color: #fff; }
    .featured-products--bu-bathroom .fp-tab-menu__link::before {
      border-bottom-color: #fff; }
  .featured-products--bu-civil .featured-products__category-list-container {
    background-color: #ce7019; }
  .featured-products--bu-civil .fp-tab-menu__link {
    color: rgba(255, 255, 255, 0.7); }
    .featured-products--bu-civil .fp-tab-menu__link--active {
      color: #fff; }
    .featured-products--bu-civil .fp-tab-menu__link:hover, .featured-products--bu-civil .fp-tab-menu__link:focus {
      color: #fff; }
    .featured-products--bu-civil .fp-tab-menu__link::before {
      border-bottom-color: #fff; }
  .featured-products--bu-onsite .featured-products__category-list-container {
    background-color: #f27840; }
  .featured-products--bu-onsite .fp-tab-menu__link {
    color: rgba(255, 255, 255, 0.7); }
    .featured-products--bu-onsite .fp-tab-menu__link--active {
      color: #fff; }
    .featured-products--bu-onsite .fp-tab-menu__link:hover, .featured-products--bu-onsite .fp-tab-menu__link:focus {
      color: #fff; }
    .featured-products--bu-onsite .fp-tab-menu__link::before {
      border-bottom-color: #fff; }
  .featured-products--bu-hvac .featured-products__category-list-container {
    background-color: #0096d6; }
  .featured-products--bu-hvac .fp-tab-menu__link {
    color: rgba(255, 255, 255, 0.7); }
    .featured-products--bu-hvac .fp-tab-menu__link--active {
      color: #fff; }
    .featured-products--bu-hvac .fp-tab-menu__link:hover, .featured-products--bu-hvac .fp-tab-menu__link:focus {
      color: #fff; }
    .featured-products--bu-hvac .fp-tab-menu__link::before {
      border-bottom-color: #fff; }
  @media (min-width: 992px) {
    .featured-products__category-list-container {
      margin-bottom: 56px;
      border-bottom: 1px solid #D6D6D6; } }
  .featured-products__loader {
    font-size: 0;
    display: none; }
    .featured-products__loader--active {
      display: inline-block;
      position: absolute;
      width: 64px;
      height: 64px;
      top: 50%;
      left: 50%;
      z-index: 9;
      font-size: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .featured-products__loader--active > div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #666666;
        border-radius: 50%;
        -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
                animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #666666 transparent transparent transparent; }
        .featured-products__loader--active > div:nth-child(1) {
          -webkit-animation-delay: -0.45s;
                  animation-delay: -0.45s; }
        .featured-products__loader--active > div:nth-child(2) {
          -webkit-animation-delay: -0.3s;
                  animation-delay: -0.3s; }
        .featured-products__loader--active > div:nth-child(3) {
          -webkit-animation-delay: -0.15s;
                  animation-delay: -0.15s; }
  .featured-products__main-section {
    position: relative;
    display: none; }
    .featured-products__main-section > * {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .featured-products__main-section--loading > *:not(.featured-products__loader) {
      opacity: 0.2; }
    .featured-products__main-section--loading-end > *:not(.featured-products__loader) {
      -webkit-animation: opacityFull 1s linear;
              animation: opacityFull 1s linear; }
    @media (min-width: 992px) {
      .featured-products__main-section {
        display: block;
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        padding: 0 22px; } }
  .featured-products__heading {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
    font-size: 36px;
    font-family: "Gotham A", "Gotham B", sans-serif; }
    .featured-products__heading::after {
      content: "";
      position: absolute;
      bottom: 10%;
      width: 100%;
      margin-left: 10px;
      height: 1px;
      background: #D6D6D6;
      margin-left: 2%; }
  .featured-products__heading-main {
    color: #222222;
    font-size: 1em;
    font-weight: 300;
    white-space: nowrap;
    -webkit-transition: width 400ms ease;
    transition: width 400ms ease; }
  .featured-products__heading-link {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    color: #00497a;
    text-decoration: underline;
    white-space: nowrap;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 500;
    font-style: italic; }
    .featured-products__heading-link:hover, .featured-products__heading-link:focus {
      color: #0776aa; }
      .featured-products__heading-link:hover::after, .featured-products__heading-link:focus::after {
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); }
    .featured-products__heading-link:not(:empty)::after {
      content: "\f2fb";
      display: inline-block;
      margin-left: 5px;
      font-family: "Material-Design-Iconic-Font";
      text-decoration: none;
      -webkit-transition: -webkit-transform 250ms ease;
      transition: -webkit-transform 250ms ease;
      transition: transform 250ms ease;
      transition: transform 250ms ease, -webkit-transform 250ms ease; }
  .featured-products__tab {
    display: none; }
    .featured-products__tab--active {
      display: block; }

.fp-tab-menu {
  position: relative; }
  .fp-tab-menu__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .fp-tab-menu__list > li {
      display: block;
      position: relative;
      border-bottom: 1px solid rgba(214, 214, 214, 0.7);
      -webkit-transition: background-color 100ms linear;
      transition: background-color 100ms linear; }
    @media (min-width: 768px) {
      .fp-tab-menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 1300px;
        width: 100%;
        margin: 0 auto; }
        .fp-tab-menu__list > li {
          width: 50%; }
          .fp-tab-menu__list > li:nth-child(odd) {
            border-right: 1px solid rgba(214, 214, 214, 0.7); } }
    @media (min-width: 992px) {
      .fp-tab-menu__list {
        padding: 0 22px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .fp-tab-menu__list > li {
          border: none;
          width: auto;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
          .fp-tab-menu__list > li:hover {
            box-shadow: none; }
          .fp-tab-menu__list > li:first-child {
            border: none; }
          .fp-tab-menu__list > li:nth-child(odd) {
            border-right: none; } }
    @media (min-width: 1200px) {
      .fp-tab-menu__list > li:nth-child(n+7) {
        display: block; } }
  .fp-tab-menu__link {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 22px;
    color: #666666;
    font-size: 12px;
    font-weight: 500; }
    .fp-tab-menu__link::after {
      content: "\f2fb";
      font-family: 'Material-Design-Iconic-Font';
      font-size: 18px;
      display: block;
      position: absolute;
      top: 50%;
      right: 22px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .fp-tab-menu__link:hover, .fp-tab-menu__link:focus, .fp-tab-menu__link:visited {
      text-decoration: none; }
    .fp-tab-menu__link:focus, .fp-tab-menu__link:hover {
      box-shadow: inset 0px 0px 50px 20px rgba(23, 23, 23, 0.15); }
    @media (min-width: 992px) {
      .fp-tab-menu__link {
        padding: 24px 14px; }
        .fp-tab-menu__link::before {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 14px;
          right: 14px;
          display: block;
          width: -webkit-calc(100% - 28px);
          width: calc(100% - 28px);
          border-bottom: 6px solid #00497a;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: 0% 0%;
              -ms-transform-origin: 0% 0%;
                  transform-origin: 0% 0%;
          -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        .fp-tab-menu__link::after {
          display: none; }
        .fp-tab-menu__link:focus, .fp-tab-menu__link:hover {
          box-shadow: none; }
          .fp-tab-menu__link:focus::before, .fp-tab-menu__link:hover::before {
            -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                    transform: scaleX(1); }
        .fp-tab-menu__link--active {
          color: #222; }
          .fp-tab-menu__link--active::before {
            -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                    transform: scaleX(1); } }
  .fp-tab-menu__link-icon {
    margin-right: 4px;
    font-size: 16px;
    vertical-align: middle; }

.products-slider {
  position: relative; }
  .products-slider__product-tile {
    max-width: 280px; }
  .products-slider__slide > * {
    margin: 0 auto; }
  .products-slider__nav {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 15;
    width: 40px;
    height: 40px;
    background-color: #00497a;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.75;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .products-slider__nav:hover {
      cursor: pointer; }
    .products-slider__nav::before {
      content: "";
      position: absolute;
      display: block;
      width: 12px;
      height: 12px;
      border-width: 2px;
      border-color: #fff;
      border-bottom-style: solid;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .products-slider__nav--next {
      right: 0px; }
      .products-slider__nav--next::before {
        border-right-style: solid;
        -webkit-transform: translate(-75%, -50%) rotate(-45deg);
            -ms-transform: translate(-75%, -50%) rotate(-45deg);
                transform: translate(-75%, -50%) rotate(-45deg); }
    .products-slider__nav--prev {
      left: 0px; }
      .products-slider__nav--prev::before {
        border-left-style: solid;
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
            -ms-transform: translate(-25%, -50%) rotate(45deg);
                transform: translate(-25%, -50%) rotate(45deg); }
    .products-slider__nav--disabled {
      cursor: not-allowed;
      background: #e9e9e9; }
      .products-slider__nav--disabled::before {
        border-color: #999999; }
  .products-slider__nav-arrow-icon {
    display: block;
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes fadeOutSection {
  from {
    opacity: 0.2; }
  to {
    opacity: 0; } }

@keyframes fadeOutSection {
  from {
    opacity: 0.2; }
  to {
    opacity: 0; } }

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

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

.plp-mlcb__ul {
  margin: 0px;
  position: relative; }

.plp-mlcb__li {
  margin: 0px;
  position: relative; }

.plp-mlcb__opt-container--lv-1.view-menu__item.plp-mlcb__opt-container {
  padding-left: 22px; }

.plp-mlcb__opt-container--lv-2.view-menu__item.plp-mlcb__opt-container {
  padding-left: 44px; }

.plp-mlcb__opt-container--lv-3.view-menu__item.plp-mlcb__opt-container {
  padding-left: 66px; }

.plp-mlcb__opt-container--lv-4.view-menu__item.plp-mlcb__opt-container {
  padding-left: 66px;
  background-color: #F0F0F0;
  border-bottom: 1px solid #FFF; }

@media (min-width: 992px) {
  .plp-mlcb__opt-container--lv-1.view-menu__item.plp-mlcb__opt-container {
    padding-left: 0px; }
  .plp-mlcb__opt-container--lv-2.view-menu__item.plp-mlcb__opt-container {
    padding-left: 15px; }
  .plp-mlcb__opt-container--lv-3.view-menu__item.plp-mlcb__opt-container {
    padding-left: 30px; }
  .plp-mlcb__opt-container--lv-4.view-menu__item.plp-mlcb__opt-container {
    padding-top: 2px;
    margin-bottom: 2px;
    padding-left: 15px;
    margin-left: 30px;
    border-bottom: none; } }

.plp-mlcb__label {
  position: relative;
  overflow: hidden; }
  .plp-mlcb__label.product-listing-filters__opt-label {
    display: inline-block;
    width: -webkit-calc(90% - 6px);
    width: calc(90% - 6px);
    vertical-align: middle; }

.plp-mlcb__cta {
  width: 10%;
  font-size: 18px;
  display: inline-block;
  text-align: right;
  outline: none;
  border: none;
  padding: 0px;
  vertical-align: middle;
  background: transparent; }

.mlcb-accordion__trigger > i {
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease; }

.mlcb-accordion__trigger--active > i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.mlcb-accordion__drawer {
  max-height: 0;
  -webkit-transition: max-height 250ms ease;
  transition: max-height 250ms ease;
  overflow: hidden; }
  .mlcb-accordion__drawer--active {
    max-height: none; }

.filter-range__input-section {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0px; }

.filter-range__input-group {
  display: inline-block;
  width: 50%; }
  .filter-range__input-group--left {
    padding-right: 5%; }
  .filter-range__input-group--right {
    padding-left: 5%; }

.filter-range__input-label {
  display: block;
  width: 100%;
  margin: 0px;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  text-transform: none; }

.filter-range__input-box,
.filter-range input[type=text].filter-range__input-box {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0px;
  background-color: #FFF;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  text-align: center;
  border-radius: 0px;
  box-shadow: none !important;
  background-image: none;
  -webkit-appearance: none; }

.filter-range__range-slider-wrapper {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0px;
  padding-top: 32px;
  padding-bottom: 32px; }

.filter-range__btn-section {
  display: none; }
  @media (min-width: 992px) {
    .filter-range__btn-section {
      position: relative;
      box-sizing: border-box;
      display: block;
      width: 100%;
      margin: 0px; } }

.filter-range__btn {
  padding: 12px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #0776aa;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  border-radius: 0px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .filter-range__btn:active, .filter-range__btn:focus {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45); }
  @media (min-width: 768px) {
    .filter-range__btn:hover {
      background-color: #0776aa;
      color: #fff; } }

.filter-range__range-slider-wrapper .noUi-connect {
  background-color: #00497a; }

.filter-range__range-slider-wrapper .noUi-handle {
  background-color: #00497a;
  box-shadow: none;
  border: none;
  border-radius: 100%;
  height: 16px;
  width: 16px; }
  .filter-range__range-slider-wrapper .noUi-handle::after, .filter-range__range-slider-wrapper .noUi-handle::before {
    display: none; }
  .filter-range__range-slider-wrapper .noUi-handle:focus {
    outline: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.95); }

.filter-range__range-slider-wrapper .noUi-horizontal {
  height: 4px;
  border: none;
  background-color: #D6D6D6; }
  .filter-range__range-slider-wrapper .noUi-horizontal .noUi-handle {
    right: -8px !important;
    top: -6px; }

.filter-swatch {
  display: block;
  width: 100%;
  font-size: 0px;
  line-height: 0px; }
  .filter-swatch__inner {
    display: block;
    margin: 0px; }
  .filter-swatch__option {
    display: inline-block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 15px;
    line-height: 0px; }
  .filter-swatch__checkbox {
    width: 0px !important;
    height: 0px !important;
    display: none !important; }
    .filter-swatch__checkbox:checked + label {
      border-color: #0776aa; }
      .filter-swatch__checkbox:checked + label::before {
        border-color: #fff; }
  .filter-swatch__color-label {
    box-sizing: content-box;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0px;
    background-size: cover !important;
    background-position: center !important;
    background-clip: content-box !important;
    border: 4px solid transparent;
    cursor: pointer;
    position: relative; }
    .filter-swatch__color-label::before {
      content: "";
      display: block;
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -1px;
      right: -1px;
      border: 1px solid transparent; }
    .filter-swatch__color-label::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 1px solid rgba(0, 0, 0, 0.4); }
    @media (min-width: 992px) {
      .filter-swatch__color-label {
        width: 25px;
        height: 25px;
        border: 3px solid transparent; } }

.page-footer__main {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  background-color: #f4f4f4; }

.footer-sitemap {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0; }
  @media (min-width: 1900px) {
    .footer-sitemap {
      max-width: 1900px;
      width: 100%;
      margin: 0 auto; } }
  .footer-sitemap__back-to-top {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    right: 0;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: #00497a;
    border: none; }
  .footer-sitemap__back-to-top-icon {
    font-size: 25px; }
  .footer-sitemap__top {
    padding-bottom: 20px; }
  .footer-sitemap__mid {
    display: block;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1200px) {
      .footer-sitemap__mid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .footer-sitemap__mid::before {
      content: '';
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      z-index: 0;
      position: absolute;
      top: 0px;
      display: block;
      border-top: 1px solid #d6d6d6; }
    .footer-sitemap__mid::after {
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      z-index: 0;
      content: '';
      display: block;
      position: absolute;
      bottom: 0px;
      border-bottom: 1px solid #d6d6d6; }
  .footer-sitemap__btm {
    padding-top: 20px;
    font-size: 12px;
    display: block; }
    @media (min-width: 768px) {
      .footer-sitemap__btm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .footer-sitemap__navgroup {
    display: block; }
    @media (min-width: 576px) {
      .footer-sitemap__navgroup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 1200px) {
      .footer-sitemap__navgroup {
        width: 50%;
        max-width: 750px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .footer-sitemap__navlist {
    padding-bottom: 30px;
    width: 100%;
    padding-right: 60px; }
    @media (min-width: 576px) {
      .footer-sitemap__navlist {
        width: 50%; } }
    @media (min-width: 768px) {
      .footer-sitemap__navlist {
        width: auto;
        padding-right: 0; } }
  .footer-sitemap__navlist-header {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #00497a; }
  .footer-sitemap__navlist-link-group {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-sitemap__navlist-link-group li {
      margin: 5px 0;
      padding: 0;
      line-height: 1em; }
  .footer-sitemap__navlist-link {
    padding: 4px 0;
    display: inline-block;
    color: #222222;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    font-size: 12px;
    text-decoration: none; }
    .footer-sitemap__navlist-link .zmdi {
      margin-right: 4px; }
    .footer-sitemap__navlist-link:hover {
      color: #222222;
      text-decoration: underline; }
  .footer-sitemap__seo-text {
    margin: 0;
    padding: 30px 0;
    font-size: 12px;
    line-height: 1.8em;
    margin-top: 5px; }
    @media (min-width: 1200px) {
      .footer-sitemap__seo-text {
        width: 37%; } }
  .footer-sitemap__legal-text {
    padding-right: 40px;
    padding-bottom: 20px;
    color: #999999; }
    @media (min-width: 992px) {
      .footer-sitemap__legal-text {
        padding-bottom: 0; } }
  .footer-sitemap__legal-link-group {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
  .footer-sitemap__legal-link {
    margin-right: 15px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    color: #999999; }
    .footer-sitemap__legal-link:hover {
      color: #999999;
      text-decoration: underline; }

.reece-logo--footer {
  width: 120px;
  height: 45px; }

.page-footer__payment-info {
  padding-top: 150px;
  padding-bottom: 20px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  background-color: #222222; }

.footer-payment-info {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1200px) {
    .footer-payment-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .footer-payment-info__logo-2x {
    height: 52px;
    width: auto; }
  .footer-payment-info__left, .footer-payment-info__right {
    margin: 0;
    padding: 0;
    text-align: center; }
    .footer-payment-info__left li, .footer-payment-info__right li {
      padding-right: 20px;
      display: inline-block;
      vertical-align: middle; }
      .footer-payment-info__left li:last-child, .footer-payment-info__right li:last-child {
        padding-right: 0; }
  .footer-payment-info__left {
    padding-bottom: 20px; }
    @media (min-width: 1200px) {
      .footer-payment-info__left {
        text-align: left;
        padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .footer-payment-info__right {
      text-align: right; } }

.page-footer__subscribe {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  bottom: -100px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  z-index: 0; }

.footer-subscribe {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px;
  background-color: #3f3f3f;
  border-top: 4px solid #ee3124;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); }
  .footer-subscribe__inner {
    max-width: 480px;
    width: 100%;
    margin: 0 auto; }
  .footer-subscribe__header {
    padding-bottom: 30px;
    color: #fff;
    text-align: center; }
  .footer-subscribe__header-title {
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.2em; }
  .footer-subscribe__header-short {
    font-size: 13px; }
  .footer-subscribe__form {
    text-align: center; }
  .footer-subscribe__form-control-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px; }
  .footer-subscribe__form-control {
    padding: 10px 15px;
    margin: 5px 10px 10px 10px;
    width: 100%;
    color: #222222;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0; }
    @media (min-width: 768px) {
      .footer-subscribe__form-control {
        margin: 10px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px); } }
    .footer-subscribe__form-control::-webkit-input-placeholder {
      font-style: italic;
      font-size: 14px;
      color: #999999; }
    .footer-subscribe__form-control::-ms-input-placeholder {
      font-style: italic;
      font-size: 14px;
      color: #999999; }
    .footer-subscribe__form-control::placeholder {
      font-style: italic;
      font-size: 14px;
      color: #999999; }
  .footer-subscribe__form-select {
    width: 100%;
    padding: 10px 15px;
    border: 0;
    font-size: 14px;
    position: relative;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    z-index: 2; }
    .footer-subscribe__form-select::-ms-expand {
      display: none; }
  .footer-subscribe__form-select-container {
    position: relative;
    margin: 5px 10px 10px 10px;
    width: 100%;
    color: #222222;
    background-color: #fff;
    border: 1px solid #fff; }
    @media (min-width: 768px) {
      .footer-subscribe__form-select-container {
        margin: 10px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px); } }
    .footer-subscribe__form-select-container::after {
      content: "\f2f9";
      font-family: 'Material-Design-Iconic-Font';
      font-size: 14px;
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 1; }
  .footer-subscribe__form-button {
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #fff;
    min-width: 200px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    -webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .footer-subscribe__form-button:hover {
      color: #3f3f3f;
      background-color: #fff; }

/**
 * Page Footer Styling *
 */
.page-footer-wrapper {
  overflow: hidden; }

.page-header-main-wrapper {
  padding-top: 39px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .page-header-main-wrapper {
      padding-top: 0; } }

.page-header__main {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-family: "Gotham A", "Gotham B", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.reece-logo-wrapper {
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .reece-logo-wrapper {
      width: auto; } }

.reece-logo--header {
  width: 100px;
  height: 37px;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .reece-logo--header {
      width: 120px;
      height: 45px; } }

.header-main__search-wrapper {
  width: 100%;
  top: 106px;
  left: 0;
  position: fixed;
  z-index: 100; }
  @media (min-width: 768px) {
    .header-main__search-wrapper {
      max-width: 500px;
      margin: 0 20px;
      position: relative;
      top: 0;
      z-index: 100; } }
  @media (min-width: 1200px) {
    .header-main__search-wrapper {
      max-width: 50%;
      margin-left: 6%;
      margin-right: 0; } }

.header-main__search {
  margin: 0;
  position: relative; }

.header-main__search-button {
  position: absolute;
  padding: 10px 15px;
  height: 100%;
  top: 50%;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #00497a;
  line-height: 1em;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  border: none;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease; }

.header-main__search-button--results {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #222;
  outline: none;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.header-main__icons {
  padding-left: 5px;
  min-width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-weight: 500; }
  @media (min-width: 768px) {
    .header-main__icons {
      min-width: 90px; } }
  @media (min-width: 992px) {
    .header-main__icons {
      max-width: 100%; } }

.header-main__icon--menu {
  display: none;
  text-align: left;
  padding: 4px;
  margin-right: 20px;
  font-size: 25px;
  cursor: pointer;
  background: none;
  border: none; }
  @media (max-width: 767px) {
    .header-main__icon--menu {
      margin-right: 0;
      min-width: 75px; } }
  @media (max-width: 1199px) {
    .header-main__icon--menu {
      display: block; } }
  .header-main__icon--menu::after {
    content: '\f197';
    font-size: 25px;
    font-family: 'Material-Design-Iconic-Font'; }
  .header-main__icon--menu:focus {
    outline: none; }

.header-main__icon--cart {
  min-width: 30px;
  display: inline-block;
  color: #222222;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .header-main__icon--cart {
      min-width: 40px; } }
  @media (min-width: 992px) {
    .header-main__icon--cart {
      min-width: 90px;
      margin: 0 10px;
      text-align: left; } }
  .header-main__icon--cart:hover, .header-main__icon--cart:focus {
    text-decoration: none; }
  .header-main__icon--cart::before {
    content: '\f1cb';
    display: block;
    color: #00497a;
    font-size: 22px;
    font-family: 'Material-Design-Iconic-Font';
    line-height: 1em; }
    @media (min-width: 768px) {
      .header-main__icon--cart::before {
        font-size: 28px; } }
    @media (min-width: 992px) {
      .header-main__icon--cart::before {
        float: left;
        margin-right: 6px; } }
  .header-main__icon--cart span {
    display: none; }
    @media (min-width: 992px) {
      .header-main__icon--cart span {
        display: block; } }

.header-main__icon--fav {
  min-width: 30px;
  display: inline-block;
  color: #222222;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .header-main__icon--fav {
      min-width: 40px; } }
  @media (min-width: 992px) {
    .header-main__icon--fav {
      min-width: 95px;
      margin: 0 10px;
      text-align: left; } }
  .header-main__icon--fav:hover, .header-main__icon--fav:focus {
    text-decoration: none; }
  .header-main__icon--fav::before {
    content: '\f15f';
    display: block;
    color: #00497a;
    font-size: 22px;
    font-family: 'Material-Design-Iconic-Font';
    vertical-align: middle;
    line-height: 1em; }
    @media (min-width: 768px) {
      .header-main__icon--fav::before {
        font-size: 28px; } }
    @media (min-width: 992px) {
      .header-main__icon--fav::before {
        float: left;
        margin-right: 6px; } }
  .header-main__icon--fav span {
    display: none; }
    @media (min-width: 992px) {
      .header-main__icon--fav span {
        display: block; } }

input.header-main__search-input {
  width: 100%;
  margin: 0;
  padding: 13px 90px 13px 15px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  background-color: transparent;
  box-shadow: none;
  outline-color: transparent;
  background-color: #fff;
  border: 1px solid #00497a;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }
  input.header-main__search-input:focus {
    box-shadow: none;
    border-color: #00497a; }
  input.header-main__search-input:focus + .header-main__search-button {
    color: #fff;
    background-color: #00497a; }
  input.header-main__search-input::-webkit-input-placeholder {
    font-style: italic; }

.search-result-wrapper {
  display: none;
  position: absolute;
  left: 0;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 1px 5px #ccc; }

.search-result__section {
  margin-bottom: 20px; }

.search-result__section-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.search-result__list--text {
  margin: 0;
  padding: 0;
  list-style: none; }

.search-result__list-item--text {
  padding: 3px 0;
  font-size: 12px;
  border-bottom: 1px solid #ddd; }
  .search-result__list-item--text > a {
    color: #222222;
    text-decoration: none; }
  .search-result__list-item--text:last-child {
    border-bottom: none; }

.search-result__list--block {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.search-result__list-item--block {
  width: 50%;
  padding-right: 20px; }
  @media (min-width: 576px) {
    .search-result__list-item--block {
      width: 25%; } }
  .search-result__list-item--block > a {
    color: #222222;
    text-decoration: none; }

.search-result__list-item-img {
  margin: 0 0 10px 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d6d6d6; }
  .search-result__list-item-img img {
    width: 100%;
    height: auto;
    display: block; }

.search-result__list-item-name {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em; }

.search-result__list-item-price1 {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
  color: #00497a; }
  .search-result__list-item-price1 span {
    display: block; }

.search-result__list-item-price2 {
  font-size: 12px;
  line-height: 1.4em;
  color: #00497a;
  color: #999999; }
  .search-result__list-item-price2 span {
    display: block; }

.page-header-top-wrapper {
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  z-index: 200; }
  @media (min-width: 1200px) {
    .page-header-top-wrapper {
      display: block; } }

.page-header__top {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Gotham A", "Gotham B", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-header__top nav {
    line-height: 1em; }

.header-top-left-nav__link {
  padding: 13px 2px;
  margin-right: 14px;
  display: inline-block;
  color: #999999;
  line-height: 1em;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-decoration: none; }
  .header-top-left-nav__link:hover {
    text-decoration: none;
    color: inherit; }

.header-top-right-nav__ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.header-top-right-nav__li {
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
  .header-top-right-nav__li > a:not([href])::after {
    content: '\f2f2';
    margin-left: 5px;
    font-size: 12px;
    line-height: 1em;
    vertical-align: middle;
    font-family: 'Material-Design-Iconic-Font'; }
  .header-top-right-nav__li.active {
    background-color: #ededed; }
    .header-top-right-nav__li.active > a {
      color: #00497a; }

.header-top-right-nav__link {
  padding: 12px;
  display: block;
  color: #222222;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  line-height: 1em;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-decoration: none; }
  .header-top-right-nav__link:hover {
    text-decoration: none;
    color: #00497a; }
  .header-top-right-nav__link::before {
    margin-right: 4px;
    font-size: 13px;
    line-height: 1em;
    font-family: 'Material-Design-Iconic-Font'; }

.header-top-right-nav__sub-nav {
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  background-color: #ededed;
  border-bottom: 3px solid #00497a; }
  .header-top-right-nav__sub-nav.active {
    display: block; }

.header-top-right-nav__sub-nav-heading {
  display: block;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500; }

.header-top-right-nav__sub-nav-link {
  display: block;
  padding: 6px 40px 6px 20px;
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7em;
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  border-top: 1px solid #d6d6d6;
  z-index: 0; }
  .header-top-right-nav__sub-nav-link:hover {
    color: inherit;
    text-decoration: none;
    background-color: #d6d6d6; }
  .header-top-right-nav__sub-nav-link span {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #666666; }
  .header-top-right-nav__sub-nav-link.active::after {
    content: '\f26b';
    position: absolute;
    right: 10px;
    top: 50%;
    color: #87a11e;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Material-Design-Iconic-Font'; }
  .header-top-right-nav__sub-nav-link--all::after {
    content: '\f2fb';
    margin-left: 8px;
    vertical-align: baseline;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Material-Design-Iconic-Font'; }

.header-top-right-nav__icon--help::before {
  content: '\f1f6';
  vertical-align: middle; }

.header-top-right-nav__icon--store::before {
  content: '\f1ab';
  vertical-align: middle; }

.header-top-right-nav__icon--login::before {
  content: '\f205';
  vertical-align: middle; }

.header-top-right-nav__icon--register::before {
  content: '\f106';
  vertical-align: middle; }

.page-value-proposition-wrapper {
  width: 100vw;
  height: 39px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-family: "Gotham A", "Gotham B", sans-serif;
  background-color: #222222; }
  @media (min-width: 768px) {
    .page-value-proposition-wrapper {
      position: static;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .page-value-proposition-wrapper .swiper-wrapper {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.value-proposition__list {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.value-proposition__list-item {
  padding: 12px 15px;
  background: transparent;
  white-space: nowrap;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 992px) {
    .value-proposition__list-item {
      width: auto;
      white-space: normal; } }

.page-header-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 201;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.46, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.46, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.46, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.46, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.46, 0, 0.07, 1); }
  .page-header-wrapper.hide-menu {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.hero-banner {
  width: 100%; }
  .hero-banner__slider {
    position: relative; }
  .hero-banner__slide {
    width: 100%; }
  .hero-banner__slide-img-container {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
    .hero-banner__slide-img-container img {
      width: 100%;
      height: auto; }
  .hero-banner__slide-img--desktop {
    display: none; }
    @media (min-width: 768px) {
      .hero-banner__slide-img--desktop {
        display: block; } }
  .hero-banner__slide-img--mobile {
    display: block; }
    @media (min-width: 768px) {
      .hero-banner__slide-img--mobile {
        display: none; } }
  .hero-banner__nav-arrow {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    display: block;
    background-color: rgba(250, 252, 252, 0.25);
    border-radius: 100%;
    min-width: 44px;
    width: 5%;
    max-width: 48px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    z-index: 100; }
    .hero-banner__nav-arrow:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .hero-banner__nav-arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #8f8f8f;
    font-size: 40px; }
  .hero-banner__nav-arrow--next {
    right: 5%; }
  .hero-banner__nav-arrow--prev {
    left: 5%; }

.landing-banner__wrapper {
  width: 100%;
  padding: 30px 22px 35px 22px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 992px) {
    .landing-banner__wrapper {
      padding-bottom: 70px; } }

.landing-banner__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

.landing-banner__heading {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 36px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500; }
  .landing-banner__heading sup {
    font-size: 0.5em; }

.landing-banner__category-desc {
  width: 100%;
  max-width: 500px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: 18px; }

.landing-banner__breadcrumb .breadcrumbs__link {
  color: #fff; }

.landing-product-slider-section__wrapper {
  width: 100%;
  padding: 30px 22px; }
  @media (min-width: 768px) {
    .landing-product-slider-section__wrapper {
      padding: 60px 22px; } }
  .landing-product-slider-section__wrapper .product-tile__wishlist-btn {
    display: none !important; }

.landing-product-slider-section__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }
  .landing-product-slider-section__main .swiper-container {
    margin-top: 30px; }

.landing-product-slider-section__header {
  text-align: center; }

.landing-product-slider-section__heading {
  margin-top: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px; }

.landing-product-slider-section__description {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  line-height: 18px; }

.landing-product-slider-section__desc-cta {
  text-transform: uppercase;
  color: #00497a;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 12px; }
  .landing-product-slider-section__desc-cta::after {
    content: '\f2fb';
    margin-left: 10px;
    font-family: "Material-Design-Iconic-Font"; }

.landing-brands-section__wrapper {
  width: 100%;
  padding: 30px 22px; }
  @media (min-width: 768px) {
    .landing-brands-section__wrapper {
      padding: 60px 22px; } }

.landing-brands-section__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

.landing-brands-section__header {
  text-align: center; }

.landing-brands-section__heading {
  margin-top: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px; }

.landing-brands-section__description {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  line-height: 18px; }

.landing-brands-section__slider {
  margin-top: 30px; }
  .landing-brands-section__slider:hover .pdp-related-product__slider-nav {
    opacity: 1; }
    .landing-brands-section__slider:hover .pdp-related-product__slider-nav--disabled {
      opacity: 0.45;
      cursor: not-allowed; }

.landing-brands-section__slider-slide {
  padding: 0 10px;
  text-align: center; }
  .landing-brands-section__slider-slide img {
    width: 100%;
    max-width: 100%;
    display: block; }

.landing-brands-section__slide-title {
  font-size: 12px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  color: #222222;
  text-transform: uppercase; }

.landing-brands-section__slide-desc {
  margin-top: 8px;
  font-size: 12px;
  color: #666666;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.landing-categories__wrapper {
  background-color: #f4f4f4; }
  @media (min-width: 992px) {
    .landing-categories__wrapper {
      padding: 0 22px; } }

.landing-categories__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0; }
  @media (min-width: 992px) {
    .landing-categories__main {
      padding-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      top: -30px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.landing-categories__blocks {
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 992px) {
    .landing-categories__blocks {
      padding: 0;
      margin: -10px; } }

.landing-categories__block-link-wrapper {
  width: 50%;
  padding: 10px; }
  @media (min-width: 768px) {
    .landing-categories__block-link-wrapper {
      width: 33.33%; } }
  @media (min-width: 1200px) {
    .landing-categories__block-link-wrapper {
      width: 25%; } }

.landing-categories__block-link {
  padding: 10px 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease; }
  @media (min-width: 576px) {
    .landing-categories__block-link {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      text-align: left; } }
  @media (min-width: 992px) {
    .landing-categories__block-link {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .landing-categories__block-link:hover {
    text-decoration: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35); }
    .landing-categories__block-link:hover span {
      color: #222222; }
  @media (min-width: 576px) {
    .landing-categories__block-link img {
      margin-right: 10px; } }

.landing-categories__block-link-more {
  height: 100%;
  position: relative;
  padding: 20px;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 576px) {
    .landing-categories__block-link-more {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .landing-categories__block-link-more span {
    display: block;
    width: 90%; }
    @media (min-width: 576px) {
      .landing-categories__block-link-more span {
        width: 70%; } }
    .landing-categories__block-link-more span::after {
      position: absolute;
      top: 50%;
      right: 15px;
      content: '\f2fb';
      font-size: 18px;
      font-family: "Material-Design-Iconic-Font";
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }

.landing-categories__block-title {
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B", sans-serif;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease; }

.landing-categories__quick-links-panel {
  width: 100%;
  color: #fff;
  background-color: #00497a; }
  @media (min-width: 992px) {
    .landing-categories__quick-links-panel {
      margin-left: 40px;
      max-width: 290px; } }

.landing-categories__quick-links-heading {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  padding: 20px 22px; }

.landing-categories__quick-link {
  padding: 15px 22px;
  display: block;
  position: relative;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #fff;
  background-color: #0776aa;
  z-index: 0;
  -webkit-transition: color 0.4s ease, background-color, 0.4s ease;
  transition: color 0.4s ease, background-color, 0.4s ease; }
  .landing-categories__quick-link i {
    top: 3px;
    position: relative;
    font-size: 20px;
    margin-right: 8px;
    z-index: 0; }
  .landing-categories__quick-link::after {
    content: '\f2fb';
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 16px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease; }
  .landing-categories__quick-link:hover {
    color: #fff;
    text-decoration: none; }
    .landing-categories__quick-link:hover::after {
      right: 12px; }

.landing-blocks-content__wrapper {
  width: 100%;
  padding: 30px 22px; }
  @media (min-width: 768px) {
    .landing-blocks-content__wrapper {
      padding: 60px 22px; } }

.landing-blocks-content__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

.landing-blocks-content__header {
  text-align: center; }

.landing-blocks-content__heading {
  margin-top: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px; }

.landing-blocks-content__description {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  line-height: 18px; }

.landing-blocks-content__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px; }

.landing-blocks-content__block-item {
  padding: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .landing-blocks-content__block-item {
      width: 50%; } }

.landing-blocks-content__block-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.4s ease, color 0.4s ease, background-color 0.4s ease;
  transition: box-shadow 0.4s ease, color 0.4s ease, background-color 0.4s ease; }
  .landing-blocks-content__block-item-link:hover {
    text-decoration: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35); }
  .landing-blocks-content__block-item-link:hover .btn-cta {
    color: #00497a;
    background-color: transparent; }

.landing-blocks-content__block-item-img {
  width: 40%;
  max-width: 240px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .landing-blocks-content__block-item-img img {
    width: 100%;
    height: auto; }

.landing-blocks-content__block-item-info {
  width: 60%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.landing-blocks-content__block-item-info-btm {
  display: none; }
  @media (min-width: 992px) {
    .landing-blocks-content__block-item-info-btm {
      display: block; } }

.landing-blocks-content__block-item-heading {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #222222; }

.landing-blocks-content__block-item-content {
  margin-top: 10px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #222222; }
  .landing-blocks-content__block-item-content p:last-child {
    margin-bottom: 0; }

.landing-blocks-content__block-item-cta {
  width: inline-block;
  margin-top: 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  min-width: 150px;
  color: #fff;
  background-color: #00497a;
  border-color: #00497a; }

.landing-blocks-content__cta-section {
  margin-top: 30px;
  text-align: center; }

.landing-blocks-content__cta {
  min-width: 150px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  border-color: #00497a;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease; }
  .landing-blocks-content__cta:hover {
    color: #FFFFFF;
    background-color: #00497a; }

.landing-cta-slim-banner__wrapper {
  width: 100%;
  padding: 30px 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .landing-cta-slim-banner__wrapper {
      padding: 60px 22px; } }

.landing-cta-slim-banner__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.landing-cta-slim-banner__content {
  font-size: 24px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: 28px; }

.landing-cta-slim-banner__cta {
  margin-top: 30px;
  min-width: 180px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
  padding: 12px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff; }
  .landing-cta-slim-banner__cta:hover {
    color: #222222;
    text-decoration: none;
    background-color: #fff; }

.landing-faq-section__wrapper {
  width: 100%;
  padding: 30px 22px; }
  @media (min-width: 768px) {
    .landing-faq-section__wrapper {
      padding: 60px 22px; } }

.landing-faq-section__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

.landing-faq-section__header {
  text-align: center; }

.landing-faq-section__heading {
  margin-top: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px; }

.landing-faq-section__description {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  line-height: 18px; }

.landing-faq-section__faq-list {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.landing-faq-section__faq-list-item {
  margin-bottom: 4px; }

.landing-faq-section__faq-list-question {
  padding: 15px 40px;
  cursor: pointer;
  color: #00497a;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  background-color: #f4f4f4;
  z-index: 0; }
  .landing-faq-section__faq-list-question::before {
    content: '\f1f6';
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    top: 15px;
    left: 15px; }
  .landing-faq-section__faq-list-question::after {
    content: '\f2f9';
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  .landing-faq-section__faq-list-question.active::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }

.landing-faq-section__faq-list-answer {
  display: block;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease; }

.landing-faq-section__faq-list-answer-content {
  padding: 15px 40px;
  color: #222222; }

.landing-faq-section__cta {
  margin-top: 40px;
  text-align: center; }

.landing-faq-section__cta-btn {
  width: 100%;
  max-width: 190px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  border-color: #00497a; }
  .landing-faq-section__cta-btn:hover {
    color: #fff;
    background-color: #00497a; }

.landing-reviews__wrapper {
  width: 100%;
  padding: 30px 22px;
  background-color: #f4f4f4; }
  @media (min-width: 768px) {
    .landing-reviews__wrapper {
      padding: 60px 22px; } }

.landing-reviews__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

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

.landing-reviews__heading {
  margin-top: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px; }

.landing-reviews__description {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  line-height: 18px; }

.landing-reviews__feefo {
  margin-top: 40px;
  text-align: center;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  .landing-reviews__feefo * {
    font-family: "Gotham A", "Gotham B", sans-serif; }

.landing-reviews__story-block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .landing-reviews__story-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.landing-reviews__story-block-img {
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .landing-reviews__story-block-img {
      width: 40%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.landing-reviews__story-block-content {
  width: 100%;
  padding: 40px;
  background-color: #222;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 992px) {
    .landing-reviews__story-block-content {
      padding: 30px 40px;
      width: 60%; } }
  .landing-reviews__story-block-content h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 500; }
  .landing-reviews__story-block-content p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 18px; }
  .landing-reviews__story-block-content .btn-cta {
    margin-top: 20px;
    min-width: 140px;
    color: #fff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    background-color: #0776aa;
    border: none; }
    .landing-reviews__story-block-content .btn-cta:hover {
      color: #fff;
      background-color: #00497a;
      border-color: #00497a; }

.landing-reviews__story-block-content1 {
  width: 100%;
  max-width: 600px; }

.landing-section-separator__wrapper {
  width: 100%;
  background-color: transparent; }

.landing-section-separator__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  background-color: transparent;
  border-bottom: 1px solid #d6d6d6; }

.landing-vtab-block__wrapper {
  width: 100%;
  padding: 30px 0;
  background-color: #f4f4f4; }
  @media (min-width: 768px) {
    .landing-vtab-block__wrapper {
      padding: 60px 22px; } }

.landing-vtab-block__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

.landing-vtab-block__main-top {
  padding-left: 22px;
  padding-right: 22px; }
  @media (min-width: 992px) {
    .landing-vtab-block__main-top {
      padding: 0; } }

.landing-vtab-block__heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500; }

.landing-vtab-block__description {
  width: 100%;
  max-width: 820px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: 18px; }

.landing-vtab-block__vtabs-container {
  margin-top: 40px;
  position: relative;
  z-index: 0;
  min-height: 300px;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease; }

.landing-vtab-block__vtab {
  padding: 1px 0; }
  @media (min-width: 992px) {
    .landing-vtab-block__vtab {
      padding: 0; } }

.landing-vtab-block__vtab-h {
  padding: 15px 40px;
  position: relative;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  color: #fff;
  background-color: #0776aa; }
  @media (min-width: 992px) {
    .landing-vtab-block__vtab-h {
      width: 25%;
      color: #0776aa;
      background-color: transparent; } }
  .landing-vtab-block__vtab-h i {
    position: absolute;
    top: 50%;
    left: 13px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .landing-vtab-block__vtab-h::after {
    content: '\f2f9';
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 24px;
    -webkit-transition: right 0.4s ease, -webkit-transform 0.4s ease;
    transition: right 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, right 0.4s ease;
    transition: transform 0.4s ease, right 0.4s ease, -webkit-transform 0.4s ease; }
    @media (min-width: 992px) {
      .landing-vtab-block__vtab-h::after {
        content: '\f2fb'; } }
  @media (min-width: 992px) {
    .landing-vtab-block__vtab-h:hover {
      background-color: #e9e9e9; }
      .landing-vtab-block__vtab-h:hover::after {
        right: 10px; } }
  .landing-vtab-block__vtab-h.active::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    @media (min-width: 992px) {
      .landing-vtab-block__vtab-h.active::after {
        content: '\f2fb';
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  @media (min-width: 992px) {
    .landing-vtab-block__vtab-h.active {
      color: #fff;
      background-color: #0776aa; } }

.landing-vtab-block__vtab-cc {
  padding: 20px 22px; }

.landing-vtab-block__vtab-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: opacity 0.4s ease, max-height 0.4s ease;
  transition: opacity 0.4s ease, max-height 0.4s ease; }
  @media (min-width: 992px) {
    .landing-vtab-block__vtab-c {
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-height: unset;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      padding-left: 50px;
      width: 75%;
      position: absolute;
      left: 25%;
      top: 0; } }
  .landing-vtab-block__vtab-c.active {
    display: block; }
    @media (min-width: 768px) {
      .landing-vtab-block__vtab-c.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        z-index: 1; } }

.landing-vtab-block__vtab-c-img {
  display: none;
  width: 250px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .landing-vtab-block__vtab-c-img {
      display: block; } }
  .landing-vtab-block__vtab-c-img img {
    width: 100%;
    height: auto; }

.landing-vtab-block__vtab-c-txt {
  width: 100%;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 768px) {
    .landing-vtab-block__vtab-c-txt {
      width: -webkit-calc(100% - 250px);
      width: calc(100% - 250px);
      padding-left: 30px; } }
  .landing-vtab-block__vtab-c-txt h2 {
    margin-top: 0;
    color: #00497a;
    font-size: 24px;
    line-height: 28px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500; }
  .landing-vtab-block__vtab-c-txt ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none; }
    .landing-vtab-block__vtab-c-txt ul li {
      position: relative;
      z-index: 0;
      font-size: 14px;
      padding-left: 20px;
      margin-bottom: 15px; }
      .landing-vtab-block__vtab-c-txt ul li::before {
        content: '\f269';
        position: absolute;
        top: 0;
        left: 0;
        color: #0776aa;
        font-family: "Material-Design-Iconic-Font"; }
      .landing-vtab-block__vtab-c-txt ul li:last-child {
        margin-bottom: 0; }
  .landing-vtab-block__vtab-c-txt .btn-cta {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: #222;
    border-color: #d6d6d6; }
    .landing-vtab-block__vtab-c-txt .btn-cta:hover {
      border-color: #222222;
      box-shadow: inset 0px 0px 0px 1px #222222; }

.landing-video-section__wrapper {
  width: 100%;
  padding: 30px 22px;
  background-color: #00497a; }
  @media (min-width: 768px) {
    .landing-video-section__wrapper {
      padding: 60px 22px; } }

.landing-video-section__main {
  width: 100%;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  color: #fff; }
  @media (min-width: 992px) {
    .landing-video-section__main {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.landing-video-section__col-left {
  width: 100%; }
  @media (min-width: 992px) {
    .landing-video-section__col-left {
      width: 50%; } }

.landing-video-section__col-right {
  padding-top: 30px;
  width: 100%;
  text-align: center; }
  @media (min-width: 992px) {
    .landing-video-section__col-right {
      width: 50%;
      padding: 0 20px; } }

.landing-video-section__heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 24px; }

.landing-video-section__content {
  font-family: "Gotham A", "Gotham B", sans-serif; }
  .landing-video-section__content p {
    font-family: "Gotham A", "Gotham B", sans-serif;
    margin-bottom: 15px; }
    .landing-video-section__content p:last-child {
      margin-bottom: 0; }

.landing-video-section__feature-list {
  font-family: "Gotham A", "Gotham B", sans-serif;
  list-style: none;
  margin: 25px 0 0 0; }

.landing-video-section__feature-list-item {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  z-index: 0; }
  .landing-video-section__feature-list-item::before {
    content: '\f269';
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    left: 0;
    top: 0; }
  .landing-video-section__feature-list-item:last-child {
    margin-bottom: 0; }

.landing-video-section__video-block {
  display: block;
  position: relative;
  z-index: 0; }
  .landing-video-section__video-block::before {
    content: '\f3a8';
    position: absolute;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 80px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 100; }
  .landing-video-section__video-block img {
    width: 100%;
    height: auto; }

.page-nav-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 39px;
  bottom: 0;
  left: -100%;
  font-family: "Gotham A", "Gotham B", sans-serif;
  background-color: #222;
  z-index: 100;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }
  .page-nav-wrapper::-webkit-scrollbar {
    display: none; }
  @media (min-width: 768px) {
    .page-nav-wrapper {
      top: 0;
      max-width: 400px;
      z-index: 200;
      box-shadow: 0px 0 10px #222; } }
  @media (min-width: 1200px) {
    .page-nav-wrapper {
      position: static;
      width: 100%;
      max-width: 100%;
      background-color: #fff;
      overflow-y: visible;
      z-index: 100;
      box-shadow: none;
      border-top: 1px solid #d6d6d6; } }
  .page-nav-wrapper.active {
    left: 0; }
  .page-nav-wrapper nav {
    line-height: 1em; }

.page-nav-top {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  z-index: 100; }
  @media (min-width: 1200px) {
    .page-nav-top {
      display: none; } }
  .page-nav-top._active {
    display: block; }
  .page-nav-top__close-btn {
    padding: 0 4px;
    margin: 0;
    display: inline-block;
    font-size: 25px;
    background: transparent;
    outline: none;
    border: none; }
    .page-nav-top__close-btn::after {
      content: '\f136';
      font-size: 25px;
      font-family: 'Material-Design-Iconic-Font'; }
  .page-nav-top__group {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-nav-top__link-group-ul {
    margin: 0;
    padding: 0 0 0 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
  .page-nav-top__link-group-li {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden; }
    .page-nav-top__link-group-li.active {
      background-color: #ededed; }
      .page-nav-top__link-group-li.active > a::before {
        content: '\f135';
        font-weight: normal;
        font-family: 'Material-Design-Iconic-Font'; }
  .page-nav-top__link-group {
    width: 100%;
    overflow: hidden; }
  .page-nav-top__link {
    width: 100%;
    display: block;
    padding: 24px 5px;
    color: #222222;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    cursor: pointer; }
    .page-nav-top__link:hover, .page-nav-top__link:focus {
      text-decoration: none;
      color: inherit; }
    .page-nav-top__link::before {
      margin-right: 4px;
      font-size: 13px;
      font-family: 'Material-Design-Iconic-Font'; }
  .page-nav-top__link-sub-group {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #ededed; }
    .page-nav-top__link-sub-group > a:not([href])::after {
      content: '\f2f2';
      margin-left: 5px;
      vertical-align: middle;
      font-family: 'Material-Design-Iconic-Font'; }
    .page-nav-top__link-sub-group.active {
      display: block; }
  .page-nav-top__link-sub {
    padding: 14px 20px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #222222;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    z-index: 0; }
    .page-nav-top__link-sub span {
      display: block;
      color: #666;
      font-size: 10px;
      font-weight: normal; }
    .page-nav-top__link-sub:hover, .page-nav-top__link-sub:focus {
      color: inherit;
      text-decoration: none; }
    .page-nav-top__link-sub.active::after {
      content: '\f26b';
      color: #87a11e;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 16px;
      font-weight: 600;
      font-family: 'Material-Design-Iconic-Font'; }
    .page-nav-top__link-sub--all::after {
      content: '\f2fb';
      margin-left: 8px;
      vertical-align: baseline;
      font-size: 12px;
      font-weight: 500;
      font-family: 'Material-Design-Iconic-Font'; }
  .page-nav-top__sub-nav-heading {
    display: block;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #d6d6d6; }
  .page-nav-top__icon--store::before {
    content: '\f1ab';
    vertical-align: middle; }
  .page-nav-top__icon--login::before {
    content: '\f205';
    vertical-align: middle; }
  .page-nav-top__icon--register {
    width: 100%; }
    .page-nav-top__icon--register::before {
      content: '\f1ad';
      vertical-align: middle;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }

.page-nav-main {
  position: relative;
  background-color: #00497a;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .page-nav-main {
      background-color: transparent;
      overflow: visible;
      line-height: 1em; } }

@media (min-width: 1200px) {
  .page-nav-level {
    display: block;
    overflow: visible; } }

.page-nav-level__back-btn {
  padding: 14px 20px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  @media (min-width: 1200px) {
    .page-nav-level__back-btn {
      display: none; } }
  .page-nav-level__back-btn:hover {
    color: #fff;
    text-decoration: none; }
  .page-nav-level__back-btn::before {
    content: '\f2ea';
    margin-right: 10px;
    font-size: 13px;
    font-family: 'Material-Design-Iconic-Font'; }

.page-nav-level__heading {
  color: #fff;
  display: block; }

.page-nav-level.active {
  right: 0;
  visibility: visible;
  display: block;
  z-index: 100; }

.page-nav-level-0__ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1200px) {
    .page-nav-level-0__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.page-nav-level-0__li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  @media (min-width: 1200px) {
    .page-nav-level-0__li {
      border-bottom: none; } }
  @media (min-width: 1200px) {
    .page-nav-level-0__li:nth-child(1) > a, .page-nav-level-0__li:nth-child(2) > a, .page-nav-level-0__li:nth-child(3) > a {
      text-transform: uppercase;
      font-weight: 700;
      border-left: 1px solid #d6d6d6; } }
  @media (min-width: 1200px) {
    .page-nav-level-0__li:nth-child(3) {
      border-right: 1px solid #d6d6d6; } }
  .page-nav-level-0__li:last-child > a {
    font-weight: 400; }
    @media (min-width: 1200px) {
      .page-nav-level-0__li:last-child > a {
        font-weight: 600; } }
  .page-nav-level-0__li.active > a {
    position: relative;
    color: #00497a;
    background-color: #efefef;
    z-index: 101; }
  .page-nav-level-0__li > a {
    padding: 14px 20px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    @media (min-width: 1200px) {
      .page-nav-level-0__li > a {
        padding: 14px 14px;
        font-weight: 500;
        line-height: 1em;
        color: #222222;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; } }
  .page-nav-level-0__li > a:not([href])::after {
    content: '\f2fb';
    position: absolute;
    right: 15px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Material-Design-Iconic-Font'; }
    @media (min-width: 1200px) {
      .page-nav-level-0__li > a:not([href])::after {
        content: '\f2f9';
        margin-left: 10px;
        position: static; } }
  .page-nav-level-0__li .link--max {
    display: inline-block;
    width: 34px;
    height: 12px;
    vertical-align: middle;
    background: url(../assets/img/icon-max.png) no-repeat bottom center;
    background-size: 100%; }
    @media (min-width: 1200px) {
      .page-nav-level-0__li .link--max {
        background: url(../assets/img/icon-max.png) no-repeat top center;
        background-size: 100%; } }

.page-nav-level-1 {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #00497a;
  z-index: 100;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease; }
  @media (min-width: 1200px) {
    .page-nav-level-1 {
      display: none;
      padding: 40px 0;
      height: initial;
      position: absolute;
      top: 38px;
      left: 0;
      background-color: #ddd;
      background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d4d4d4));
      background: linear-gradient(#efefef, #d4d4d4);
      border-top: 1px solid #d6d6d6;
      border-bottom: 2px solid #00497a;
      z-index: 0; } }
  .page-nav-level-1__link--type-1 {
    padding: 14px 20px;
    display: block;
    color: #fff;
    font-style: italic;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-decoration: underline; }
    .page-nav-level-1__link--type-1::after {
      content: '\f2fb';
      position: absolute;
      right: 15px;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      font-family: 'Material-Design-Iconic-Font';
      -webkit-transition: margin-left 0.4s ease;
      transition: margin-left 0.4s ease;
      text-decoration: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__link--type-1 {
        width: 90%;
        max-width: 1300px;
        margin: 0 auto 20px auto;
        padding: 2px 30px 15px;
        font-style: normal;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: #00497a;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
        .page-nav-level-1__link--type-1::after {
          margin-left: 10px;
          font-style: normal;
          position: static; } }
    .page-nav-level-1__link--type-1:hover, .page-nav-level-1__link--type-1:focus {
      text-decoration: underline;
      color: #fff; }
      @media (min-width: 1200px) {
        .page-nav-level-1__link--type-1:hover, .page-nav-level-1__link--type-1:focus {
          color: #00497a;
          opacity: 0.85;
          text-decoration: none; } }
    .page-nav-level-1__link--type-1:hover::after, .page-nav-level-1__link--type-1:focus::after {
      margin-left: 12px; }
  .page-nav-level-1__ul--type-1 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__ul--type-1 {
        position: relative; } }
  .page-nav-level-1__li--type-1 {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
    @media (min-width: 1200px) {
      .page-nav-level-1__li--type-1 {
        width: 100%;
        max-width: 200px;
        border-bottom: none; } }
    .page-nav-level-1__li--type-1.active > a {
      color: #fff;
      background-color: #00497a; }
    .page-nav-level-1__li--type-1 > a {
      padding: 14px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      position: relative;
      color: #fff;
      font-size: 12px;
      line-height: 1.4em;
      -webkit-transition: color 0.2s ease, background-color 0.2s ease;
      transition: color 0.2s ease, background-color 0.2s ease;
      z-index: 0; }
      @media (min-width: 1200px) {
        .page-nav-level-1__li--type-1 > a {
          color: #00497a;
          font-weight: 500;
          padding: 10px 26px 10px 18px; } }
      .page-nav-level-1__li--type-1 > a:hover {
        text-decoration: none; }
    .page-nav-level-1__li--type-1 > a:not([href])::after {
      content: '\f2fb';
      position: absolute;
      right: 17px;
      font-size: 13px;
      font-family: 'Material-Design-Iconic-Font';
      -webkit-transition: right 0.2s ease;
      transition: right 0.2s ease; }
    .page-nav-level-1__li--type-1 > a:not([href]):hover::after {
      right: 15px; }
  .page-nav-level-1 [class^="i-"], .page-nav-level-1 [class*=" i-"] {
    margin-right: 5px; }
    @media (min-width: 992px) {
      .page-nav-level-1 [class^="i-"], .page-nav-level-1 [class*=" i-"] {
        display: inline-block; } }
  .page-nav-level-1__li-last--type-1 > a {
    display: block;
    padding: 14px 20px;
    cursor: pointer;
    color: #fff;
    font-style: italic;
    font-size: 12px;
    font-weight: 500; }
    @media (min-width: 1200px) {
      .page-nav-level-1__li-last--type-1 > a {
        color: #00497a;
        text-decoration: underline;
        padding: 8px 24px 8px 18px; } }
    .page-nav-level-1__li-last--type-1 > a:hover {
      text-decoration: none; }
    .page-nav-level-1__li-last--type-1 > a::after {
      content: '\f2fb';
      display: inline-block;
      margin-left: 10px;
      text-decoration: none !important;
      font-size: 13px;
      font-family: 'Material-Design-Iconic-Font';
      -webkit-transition: margin-left 0.2s ease;
      transition: margin-left 0.2s ease; }
    .page-nav-level-1__li-last--type-1 > a:hover::after {
      margin-left: 12px; }
  .page-nav-level-1__ul--type-2 {
    margin: 0;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__ul--type-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .page-nav-level-1__li--type-2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
    @media (min-width: 1200px) {
      .page-nav-level-1__li--type-2 {
        border-bottom: none; } }
    @media (min-width: 1200px) {
      .page-nav-level-1__li--type-2:first-child {
        display: block; } }
    .page-nav-level-1__li--type-2 > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      font-size: 12px;
      color: #fff;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .page-nav-level-1__li--type-2 > a {
          padding: 14px;
          text-align: center;
          font-weight: 500;
          font-size: 14px;
          color: #00497a; } }
      .page-nav-level-1__li--type-2 > a::after {
        content: '';
        display: none; }
        @media (min-width: 1200px) {
          .page-nav-level-1__li--type-2 > a::after {
            margin-top: 14px;
            display: block;
            width: 100%;
            border-bottom: 6px solid #00497a;
            -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                    transform: scaleX(0);
            -webkit-transform-origin: 0 0;
                -ms-transform-origin: 0 0;
                    transform-origin: 0 0;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
      .page-nav-level-1__li--type-2 > a:hover {
        text-decoration: none; }
      .page-nav-level-1__li--type-2 > a:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    .page-nav-level-1__li--type-2 img {
      display: none; }
      @media (min-width: 1200px) {
        .page-nav-level-1__li--type-2 img {
          display: block;
          margin-bottom: 15px; } }
  .page-nav-level-1__ul--type-3 {
    margin: 0;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__ul--type-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .page-nav-level-1__li--type-3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
    @media (min-width: 1200px) {
      .page-nav-level-1__li--type-3 {
        border-bottom: none;
        max-width: 200px; } }
    .page-nav-level-1__li--type-3 > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      font-size: 12px;
      color: #fff;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .page-nav-level-1__li--type-3 > a {
          padding: 14px;
          text-align: center;
          color: #00497a; } }
      .page-nav-level-1__li--type-3 > a:hover {
        text-decoration: none; }
      .page-nav-level-1__li--type-3 > a::after {
        content: '';
        display: none; }
        @media (min-width: 1200px) {
          .page-nav-level-1__li--type-3 > a::after {
            margin-top: 14px;
            display: block;
            width: 100%;
            border-bottom: 6px solid #00497a;
            -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                    transform: scaleX(0);
            -webkit-transform-origin: 0 0;
                -ms-transform-origin: 0 0;
                    transform-origin: 0 0;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
      .page-nav-level-1__li--type-3 > a:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    .page-nav-level-1__li--type-3.disabled a, .page-nav-level-1__li--type-3.disabled span {
      cursor: not-allowed;
      color: #989898; }
    .page-nav-level-1__li--type-3.disabled a:hover::after {
      display: none; }
  .page-nav-level-1__icon--type-3 {
    display: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__icon--type-3 {
        display: block;
        margin-bottom: 15px;
        font-size: 30px;
        color: #00497a; } }
  .page-nav-level-1__title--type-3 {
    display: block; }
    @media (min-width: 1200px) {
      .page-nav-level-1__title--type-3 {
        color: #00497a;
        font-size: 14px;
        font-weight: 500; } }
  .page-nav-level-1__desc--type-3 {
    display: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__desc--type-3 {
        margin-top: 10px;
        display: block;
        color: #222222; } }
  .page-nav-level-1__ul--type-4 {
    margin: 0;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__ul--type-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .page-nav-level-1__li--type-4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
    @media (min-width: 1200px) {
      .page-nav-level-1__li--type-4 {
        border-bottom: none; } }
    .page-nav-level-1__li--type-4 > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      font-size: 12px;
      color: #fff;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .page-nav-level-1__li--type-4 > a {
          padding: 14px;
          text-align: center;
          color: #00497a;
          border-bottom: 8px solid transparent; } }
      .page-nav-level-1__li--type-4 > a:hover {
        text-decoration: none; }
      .page-nav-level-1__li--type-4 > a::after {
        content: '';
        display: none; }
        @media (min-width: 1200px) {
          .page-nav-level-1__li--type-4 > a::after {
            margin-top: 14px;
            display: block;
            width: 100%;
            border-bottom: 6px solid #00497a;
            -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                    transform: scaleX(0);
            -webkit-transform-origin: 0 0;
                -ms-transform-origin: 0 0;
                    transform-origin: 0 0;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
      .page-nav-level-1__li--type-4 > a:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
  @media (min-width: 1200px) {
    .page-nav-level-1__li-last--type-4 {
      max-width: 500px;
      border-left: 2px solid #00497a;
      margin-left: 14px; } }
  .page-nav-level-1__li-last--type-4 .page-nav-level-1__img--type-4 {
    margin-left: 20px;
    margin-right: 20px; }
  .page-nav-level-1__li-last--type-4 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left; }
    .page-nav-level-1__li-last--type-4 > a::after {
      content: ''; }
      @media (min-width: 1200px) {
        .page-nav-level-1__li-last--type-4 > a::after {
          display: none; } }
    .page-nav-level-1__li-last--type-4 > a:hover::after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .page-nav-level-1__img--type-4 {
    display: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__img--type-4 {
        display: block;
        margin-bottom: 15px; } }
  .page-nav-level-1__label--type-4 {
    display: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__label--type-4 {
        margin-bottom: 10px;
        display: block; } }
  .page-nav-level-1__title--type-4 {
    display: block; }
    @media (min-width: 1200px) {
      .page-nav-level-1__title--type-4 {
        color: #00497a;
        font-size: 14px;
        font-weight: 500; } }
  .page-nav-level-1__desc--type-4 {
    display: none; }
    @media (min-width: 1200px) {
      .page-nav-level-1__desc--type-4 {
        display: block;
        color: #222222; } }

.page-nav-level-2 {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #00497a;
  z-index: 100;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease; }
  @media (min-width: 1200px) {
    .page-nav-level-2 {
      width: -webkit-calc(100% - 200px);
      width: calc(100% - 200px);
      height: auto;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 200px;
      right: auto;
      background-color: transparent;
      border-left: 2px solid #00497a; } }
  @media (min-width: 1200px) {
    .page-nav-level-2.active {
      left: 200px; } }
  .page-nav-level-2__ul--type-1 {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      .page-nav-level-2__ul--type-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .page-nav-level-2__li--type-1 {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
    @media (min-width: 1200px) {
      .page-nav-level-2__li--type-1 {
        margin-bottom: 30px;
        padding: 0 30px;
        width: 25%;
        border-right: 1px solid #d3d2d2;
        border-bottom: none; } }
    .page-nav-level-2__li--type-1 > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      color: #fff;
      font-size: 12px;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .page-nav-level-2__li--type-1 > a {
          margin-bottom: 8px;
          padding: 0;
          color: #00497a;
          font-weight: 600;
          font-size: 14px;
          -webkit-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease; } }
      .page-nav-level-2__li--type-1 > a:hover {
        text-decoration: none; }
        @media (min-width: 1200px) {
          .page-nav-level-2__li--type-1 > a:hover {
            color: #00497a;
            opacity: 0.85; } }
  .page-nav-level-2__link--type-1 {
    padding: 14px 20px;
    display: block;
    color: #fff;
    font-style: italic;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-decoration: underline; }
    .page-nav-level-2__link--type-1::after {
      content: '\f2fb';
      position: absolute;
      right: 15px;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      font-family: 'Material-Design-Iconic-Font';
      -webkit-transition: margin-left 0.4s ease;
      transition: margin-left 0.4s ease;
      text-decoration: none; }
    @media (min-width: 1200px) {
      .page-nav-level-2__link--type-1 {
        margin-bottom: 10px;
        padding: 10px 30px;
        font-style: normal;
        font-weight: 500;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        color: #00497a;
        border-bottom: none; }
        .page-nav-level-2__link--type-1::after {
          margin-left: 10px;
          font-style: italic;
          position: static; } }
    .page-nav-level-2__link--type-1:hover, .page-nav-level-2__link--type-1:focus {
      text-decoration: underline;
      color: #fff; }
      @media (min-width: 1200px) {
        .page-nav-level-2__link--type-1:hover, .page-nav-level-2__link--type-1:focus {
          color: #00497a;
          opacity: 0.85; } }
    .page-nav-level-2__link--type-1:hover::after, .page-nav-level-2__link--type-1:focus::after {
      margin-left: 12px; }

.page-nav-level-3 {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  right: -100%;
  background-color: #00497a;
  z-index: 100;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease; }
  @media (min-width: 1200px) {
    .page-nav-level-3 {
      position: static;
      background-color: transparent; } }
  .page-nav-level-3__ul--type-1 {
    margin: 0;
    padding: 0;
    display: block; }
  .page-nav-level-3__li--type-1 {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
    @media (min-width: 1200px) {
      .page-nav-level-3__li--type-1 {
        border-bottom: none; } }
    .page-nav-level-3__li--type-1 > a {
      display: block;
      padding: 14px 20px;
      cursor: pointer;
      font-size: 12px;
      color: #fff;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .page-nav-level-3__li--type-1 > a {
          display: inline-block;
          padding: 3px 0;
          font-size: 12px;
          color: #222222;
          box-shadow: none; } }
      .page-nav-level-3__li--type-1 > a:hover {
        text-decoration: none; }
        @media (min-width: 1200px) {
          .page-nav-level-3__li--type-1 > a:hover {
            text-decoration: underline; } }
  .page-nav-level-3__link--type-1 {
    padding: 14px 20px;
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #fff;
    text-decoration: underline; }
    .page-nav-level-3__link--type-1::after {
      content: '\f2fb';
      display: inline-block;
      position: absolute;
      right: 15px;
      font-style: normal;
      font-family: 'Material-Design-Iconic-Font';
      -webkit-transition: margin-left 0.4s ease;
      transition: margin-left 0.4s ease; }
    @media (min-width: 1200px) {
      .page-nav-level-3__link--type-1 {
        display: inline-block;
        margin-top: 5px;
        padding: 0;
        font-size: 12px;
        font-weight: 600;
        color: #222222;
        text-decoration: underline;
        border-bottom: none;
        -webkit-transition: color 0.4s ease;
        transition: color 0.4s ease; }
        .page-nav-level-3__link--type-1::after {
          margin-left: 10px;
          font-style: italic;
          position: static; } }
    .page-nav-level-3__link--type-1:hover, .page-nav-level-3__link--type-1:focus {
      color: #fff; }
      @media (min-width: 1200px) {
        .page-nav-level-3__link--type-1:hover, .page-nav-level-3__link--type-1:focus {
          color: #00497a; } }
    .page-nav-level-3__link--type-1:hover::after, .page-nav-level-3__link--type-1:focus::after {
      margin-left: 12px; }

.page-nav-btm {
  padding-bottom: 150px; }
  @media (min-width: 1200px) {
    .page-nav-btm {
      display: none; } }
  .page-nav-btm ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-nav-btm ul li > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      font-size: 12px;
      color: #fff;
      text-decoration: none; }
      .page-nav-btm ul li > a:hover {
        text-decoration: none; }

.page-nav-link:not([href])::after {
  content: '\f2fb';
  position: absolute;
  right: 15px;
  font-size: 13px;
  font-family: 'Material-Design-Iconic-Font'; }
  @media (min-width: 1200px) {
    .page-nav-link:not([href])::after {
      content: ''; } }

.pdp-bathroom-gallery {
  background: #ffffff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #D6D6D6;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }
  .pdp-bathroom-gallery__text {
    padding: 0 22px 0;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 12px;
    color: #222222; }
  .pdp-bathroom-gallery__title {
    margin: 0 auto 25px;
    font-size: 25px;
    font-weight: 300; }
  .pdp-bathroom-gallery__desc {
    font-size: 1em; }
  .pdp-bathroom-gallery__slider-container {
    padding: 20px 0; }
  @media (min-width: 768px) {
    .pdp-bathroom-gallery {
      padding: 60px 0; }
      .pdp-bathroom-gallery__text {
        margin: 0 auto 40px;
        font-size: 14px;
        text-align: center; }
      .pdp-bathroom-gallery__title {
        font-size: 34px; }
      .pdp-bathroom-gallery__desc {
        font-size: 14px;
        line-height: 1.4; }
      .pdp-bathroom-gallery__slider-container {
        padding: 20px 22px; } }
  @media (min-width: 992px) {
    .pdp-bathroom-gallery__slider-container {
      padding: 20px 22px; } }

.pdp-bathroom-gallery-slider {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 0 22px; }
  .pdp-bathroom-gallery-slider__slide-item {
    text-decoration: none;
    display: block;
    cursor: pointer; }
    .pdp-bathroom-gallery-slider__slide-item:hover, .pdp-bathroom-gallery-slider__slide-item:focus {
      text-decoration: none; }
      .pdp-bathroom-gallery-slider__slide-item:hover .pdp-bathroom-gallery-slider__img-container, .pdp-bathroom-gallery-slider__slide-item:focus .pdp-bathroom-gallery-slider__img-container {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); }
    .pdp-bathroom-gallery-slider__slide-item:focus .pdp-bathroom-gallery-slider__title {
      text-decoration: underline; }
  .pdp-bathroom-gallery-slider__nav {
    position: absolute;
    top: 40%;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #0776aa;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 15;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .pdp-bathroom-gallery-slider__nav::before {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-color: #FFFFFF;
      border-width: 1px;
      border-bottom-style: solid; }
    .pdp-bathroom-gallery-slider__nav--prev {
      left: 0px; }
      .pdp-bathroom-gallery-slider__nav--prev::before {
        border-left-style: solid;
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
            -ms-transform: translate(-25%, -50%) rotate(45deg);
                transform: translate(-25%, -50%) rotate(45deg); }
    .pdp-bathroom-gallery-slider__nav--next {
      right: 0px; }
      .pdp-bathroom-gallery-slider__nav--next::before {
        border-right-style: solid;
        -webkit-transform: translate(-75%, -50%) rotate(-45deg);
            -ms-transform: translate(-75%, -50%) rotate(-45deg);
                transform: translate(-75%, -50%) rotate(-45deg); }
    .pdp-bathroom-gallery-slider__nav--disabled {
      opacity: 0.45;
      cursor: not-allowed; }
    @media (min-width: 992px) {
      .pdp-bathroom-gallery-slider__nav {
        opacity: 0; }
        .pdp-bathroom-gallery-slider__nav--disabled {
          opacity: 0; } }
  .pdp-bathroom-gallery-slider__img-container {
    display: block;
    margin: 0 0 20px;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }
    .pdp-bathroom-gallery-slider__img-container > img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .pdp-bathroom-gallery-slider__title {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0776aa;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px; }
  .pdp-bathroom-gallery-slider__subtitle {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #222222;
    text-align: center; }
  @media (min-width: 992px) {
    .pdp-bathroom-gallery-slider:hover .pdp-bathroom-gallery-slider__nav {
      opacity: 1; }
      .pdp-bathroom-gallery-slider:hover .pdp-bathroom-gallery-slider__nav--disabled {
        opacity: 0.45; } }

.pdp-details-block {
  display: block;
  width: 100%;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0px;
  display: none; }
  .pdp-details-block--active {
    display: block; }
  @media (min-width: 768px) {
    .pdp-details-block {
      max-width: 1300px;
      width: 100%;
      margin: 0 auto;
      padding-left: 22px;
      padding-right: 22px; }
      .pdp-details-block--product-range {
        display: block; } }
  .pdp-details-block__section {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 20px;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .pdp-details-block__section {
        width: 50%; }
        .pdp-details-block__section--main {
          width: 60%; }
        .pdp-details-block__section--aside {
          width: 40%;
          padding-left: 8%; }
        .pdp-details-block__section--1-col {
          width: 100%; } }
  .pdp-details-block__heading {
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    color: #222222;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left; }
    .pdp-details-block__heading--main-desktop {
      display: none; }
      @media (min-width: 768px) {
        .pdp-details-block__heading--main-desktop {
          display: block;
          font-size: 32px;
          font-weight: 400;
          margin-bottom: 20px; } }
  .pdp-details-block__text {
    font-size: 12px;
    font-weight: 300;
    text-transform: none; }
    .pdp-details-block__text--emphasis {
      font-weight: 500;
      margin-top: 0px;
      margin-bottom: 8px; }
  .pdp-details-block__short-desc {
    display: block;
    width: 100%;
    margin: 0px; }
  .pdp-details-block__cta {
    color: #0776aa;
    font-style: italic;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer; }
    .pdp-details-block__cta:hover, .pdp-details-block__cta:active, .pdp-details-block__cta:focus {
      color: #0776aa; }
      .pdp-details-block__cta:hover::after, .pdp-details-block__cta:active::after, .pdp-details-block__cta:focus::after {
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); }
    .pdp-details-block__cta::after {
      content: ">";
      display: inline-block;
      margin-left: 4px;
      -webkit-transition: -webkit-transform 250ms ease-out;
      transition: -webkit-transform 250ms ease-out;
      transition: transform 250ms ease-out;
      transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
  .pdp-details-block__slider-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .pdp-details-block__slider-wrapper {
        width: 80%; } }

@media (max-width: 767px) {
  .mobile-padded {
    padding-left: 22px;
    padding-right: 22px; } }

.details-table {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  .details-table tr {
    border-top: 1px solid #D6D6D6;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .details-table td, .details-table th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top; }
    .details-table td a:not([class]), .details-table th a:not([class]) {
      display: inline;
      text-decoration: none;
      color: #222222;
      border-bottom: 1px solid #999999;
      -webkit-transition: all 150ms ease-out;
      transition: all 150ms ease-out;
      cursor: pointer; }
      .details-table td a:not([class]):hover, .details-table td a:not([class]):focus, .details-table th a:not([class]):hover, .details-table th a:not([class]):focus {
        text-decoration: none;
        color: #0776aa; }
  .details-table th {
    font-weight: 500;
    text-transform: capitalize; }
  .details-table--2-col td, .details-table--2-col th {
    width: 50%; }
  @media (min-width: 768px) {
    .details-table--content-cta {
      border-collapse: separate;
      border-spacing: 30px 0px;
      width: -webkit-calc(100% + 30px * 2);
      width: calc(100% + 30px * 2);
      margin-left: -30px;
      margin-right: -30px; } }
  .details-table--content-cta tr {
    border: none; }
  .details-table--content-cta td {
    border-top: 1px solid #D6D6D6;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0px;
    padding-right: 10px;
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .details-table--content-cta td {
        display: table-cell;
        width: auto; } }
  .details-table__row-current {
    background-color: #eef3f6; }

.detail-resource-block {
  font-size: 0px; }
  .detail-resource-block__img-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    margin-right: 5%; }
    .detail-resource-block__img-container::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .detail-resource-block__img-container + .detail-resource-block__content {
      width: 60%; }
  .detail-resource-block__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid #D6D6D6; }
  .detail-resource-block__img-video::before {
    content: '\f3a8';
    position: absolute;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 80px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 100; }
  .detail-resource-block__img-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0; }
  .detail-resource-block__content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 300px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize; }
    .detail-resource-block__content span {
      border-bottom: 1px solid #999999;
      cursor: default; }
  .detail-resource-block__cta {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    display: block;
    margin-top: 8px;
    padding: 8px 6px;
    max-width: 194px;
    border: 2px solid #0776aa;
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .detail-resource-block__cta:hover, .detail-resource-block__cta:active, .detail-resource-block__cta:focus {
      color: #222222;
      text-decoration: none; }
    .detail-resource-block__cta:hover {
      background-color: #0776aa;
      color: #fff; }
  .detail-resource-block__cta-download::after {
    content: "\f220";
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 14px;
    font-family: "Material-Design-Iconic-Font"; }

.specs-slider {
  position: relative; }
  .specs-slider--thumb {
    display: none; }
  @media (min-width: 992px) {
    .specs-slider:hover .specs-slider__nav {
      opacity: 1; }
      .specs-slider:hover .specs-slider__nav--disabled {
        opacity: 0.65;
        cursor: disabled; }
    .specs-slider--thumb {
      display: block;
      border: none; }
      .specs-slider--thumb .specs-slider__nav {
        width: 20px;
        height: 20px; }
        .specs-slider--thumb .specs-slider__nav::before {
          width: 6px;
          height: 6px;
          border-width: 1px; }
      .specs-slider--thumb .swiper-wrapper .swiper-slide {
        width: 81px;
        height: 60px;
        overflow: hidden;
        border: 1px solid #D6D6D6;
        cursor: pointer; }
        .specs-slider--thumb .swiper-wrapper .swiper-slide::before {
          display: none !important; }
        .specs-slider--thumb .swiper-wrapper .swiper-slide img {
          width: 100%;
          height: auto;
          margin: 0 auto; }
        .specs-slider--thumb .swiper-wrapper .swiper-slide.thumbs--active {
          border-color: #0776aa; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .specs-slider--thumb .swiper-wrapper .swiper-slide:hover {
        border-color: #0776aa; } }
  .specs-slider .swiper-slide {
    position: relative;
    cursor: zoom-in;
    cursor: url("../assets/img/zoom-cursor.png") 16 16, auto; }
    .specs-slider .swiper-slide::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 73.8806%; }
  .specs-slider__slide-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #D6D6D6; }
    .specs-slider__slide-inner img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
  .specs-slider__nav {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 15;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    opacity: 1;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    @media (min-width: 992px) {
      .specs-slider__nav {
        opacity: 0; } }
    .specs-slider__nav:hover {
      cursor: pointer; }
    .specs-slider__nav::before {
      content: "";
      position: absolute;
      display: block;
      width: 12px;
      height: 12px;
      border-width: 2px;
      border-color: #0776aa;
      border-bottom-style: solid;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .specs-slider__nav--next {
      right: 0px; }
      .specs-slider__nav--next::before {
        border-right-style: solid;
        -webkit-transform: translate(-75%, -50%) rotate(-45deg);
            -ms-transform: translate(-75%, -50%) rotate(-45deg);
                transform: translate(-75%, -50%) rotate(-45deg); }
    .specs-slider__nav--prev {
      left: 0px; }
      .specs-slider__nav--prev::before {
        border-left-style: solid;
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
            -ms-transform: translate(-25%, -50%) rotate(45deg);
                transform: translate(-25%, -50%) rotate(45deg); }
    .specs-slider__nav--disabled {
      background-color: #e3e3e3;
      opacity: 0.65; }
      .specs-slider__nav--disabled::before {
        border-color: #999999; }
      @media (min-width: 768px) {
        .specs-slider__nav--disabled {
          opacity: 0; } }

.pdp-detail-accordion {
  display: block;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 40px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  .pdp-detail-accordion--active {
    border-bottom-color: transparent; }
    .pdp-detail-accordion--active .pdp-detail-accordion__trigger::after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .pdp-detail-accordion--active .pdp-detail-accordion__drawer {
      opacity: 1; }
  .pdp-detail-accordion__trigger {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    text-decoration: none;
    cursor: pointer; }
    .pdp-detail-accordion__trigger::after {
      position: absolute;
      right: 5%;
      content: "\f2fc";
      font-family: "Material-Design-Iconic-Font";
      -webkit-transition: -webkit-transform 250ms ease-out;
      transition: -webkit-transform 250ms ease-out;
      transition: transform 250ms ease-out;
      transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
    .pdp-detail-accordion__trigger:hover, .pdp-detail-accordion__trigger:focus {
      color: currentColor;
      text-decoration: none; }
  .pdp-detail-accordion__drawer {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 500ms ease-out;
    transition: max-height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 500ms ease-out; }

#details-product-range .table-heading {
  font-family: "Gotham A", "Gotham B", sans-serif;
  margin-top: 0;
  margin-bottom: 25px !important;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #D6D6D6; }
  #details-product-range .table-heading ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #details-product-range .table-heading ul li {
      position: relative;
      padding: 10px 15px 12px;
      border: 1px solid #bfbfbf;
      border: none !important;
      margin: 0;
      border-bottom: none;
      background-color: transparent !important;
      color: #999999 !important;
      font-size: 12px;
      line-height: 1.4em !important;
      font-weight: 500;
      cursor: pointer;
      -webkit-transition: all 250ms ease-out;
      transition: all 250ms ease-out; }
      #details-product-range .table-heading ul li::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 4px;
        background-color: transparent;
        -webkit-transition: all 250ms ease-out;
        transition: all 250ms ease-out; }
      #details-product-range .table-heading ul li.current-tab {
        background-color: transparent !important;
        color: #222222 !important; }
        #details-product-range .table-heading ul li.current-tab::after {
          background-color: #0776aa; }

#details-product-range .print-table-header, #details-product-range .table-print-heading {
  display: none; }

#details-product-range #spinner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }

#details-product-range .error {
  font-weight: 700;
  border: none;
  color: #d50810;
  padding: 20px 0;
  font-size: 14px; }

#details-product-range .comparison-instructions {
  margin-bottom: 15px;
  color: #bababa;
  display: inline-block; }

#details-product-range #mobile-table-heading {
  margin: 0 0 10px; }
  #details-product-range #mobile-table-heading h6 {
    font-weight: 700;
    padding-top: 2px; }
  #details-product-range #mobile-table-heading .select-wrapper {
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    color: #222222;
    background-color: #fff;
    border: 1px solid #D6D6D6; }
    #details-product-range #mobile-table-heading .select-wrapper::after {
      content: "\f2f9";
      font-family: 'Material-Design-Iconic-Font';
      font-size: 14px;
      display: block;
      position: absolute;
      pointer-events: none;
      top: 50%;
      right: 15px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 1; }
    #details-product-range #mobile-table-heading .select-wrapper select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      padding: 10px 4px;
      border-radius: 0;
      display: inline-block;
      border: none;
      outline: none;
      width: 100%;
      box-shadow: none; }

#details-product-range .inner-info .col-sm-12 {
  overflow-x: auto; }

#details-product-range .comparison-table {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px !important;
  font-style: normal;
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  line-height: 1.4em !important;
  border: none; }
  #details-product-range .comparison-table tr {
    border-top: 1px solid #D6D6D6;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  #details-product-range .comparison-table td, #details-product-range .comparison-table th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top !important; }
  #details-product-range .comparison-table thead tr {
    background-color: transparent !important;
    border: none; }
  #details-product-range .comparison-table thead th {
    font-weight: 500;
    text-transform: capitalize; }
  #details-product-range .comparison-table thead td, #details-product-range .comparison-table thead th {
    background-color: transparent !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: none !important;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 12px !important; }
  #details-product-range .comparison-table tbody tr {
    background-color: transparent !important; }
  #details-product-range .comparison-table tbody th {
    font-weight: 400; }
  #details-product-range .comparison-table tbody td, #details-product-range .comparison-table tbody th {
    background-color: transparent !important;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px !important; }
    #details-product-range .comparison-table tbody td a, #details-product-range .comparison-table tbody th a {
      display: inline;
      text-decoration: none;
      color: #222222 !important;
      border-bottom: 1px solid #999999;
      -webkit-transition: all 150ms ease-out;
      transition: all 150ms ease-out;
      cursor: pointer; }
      #details-product-range .comparison-table tbody td a:hover, #details-product-range .comparison-table tbody td a:focus, #details-product-range .comparison-table tbody th a:hover, #details-product-range .comparison-table tbody th a:focus {
        text-decoration: none;
        color: #0776aa !important; }
  #details-product-range .comparison-table .current-page {
    background-color: #eef3f6 !important;
    color: #222222; }
    #details-product-range .comparison-table .current-page * {
      font-weight: 500 !important; }

.pdp-cta {
  display: inline-block;
  white-space: nowrap;
  color: #222222; }
  .pdp-cta:hover {
    color: #222222; }
  .pdp-cta--light {
    font-style: italic;
    font-weight: 300; }
  .pdp-cta--anchor {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition: color 250ms ease-out;
    transition: color 250ms ease-out; }
    .pdp-cta--anchor .pdp-cta__icon {
      margin-right: 4px; }
    .pdp-cta--anchor .pdp-cta__text {
      font-weight: 500;
      font-style: italic;
      text-decoration: underline;
      -webkit-text-decoration-color: #D6D6D6;
              text-decoration-color: #D6D6D6; }
    .pdp-cta--anchor:hover {
      color: #0776aa; }
  .pdp-cta__icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 8px; }
  .pdp-cta__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    white-space: normal;
    text-decoration: none; }
  .pdp-cta:hover {
    text-decoration: none; }
    .pdp-cta:hover .pdp-cta__text {
      text-decoration: underline; }

.pdp-hero {
  display: block;
  padding-bottom: 15px;
  background-color: #fff;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 768px) {
    .pdp-hero {
      padding-bottom: 35px; } }
  .pdp-hero__inner {
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    font-size: 0px; }
  .pdp-hero__section {
    display: block;
    box-sizing: border-box;
    width: 100%; }
    .pdp-hero__section--gallery {
      margin-bottom: 25px; }
    .pdp-hero__section--main {
      padding-left: 22px;
      padding-right: 22px; }
    @media (min-width: 768px) {
      .pdp-hero__section {
        display: inline-block;
        vertical-align: top; }
        .pdp-hero__section--gallery {
          width: 55%;
          margin-right: 3%;
          padding-left: 22px; }
        .pdp-hero__section--main {
          width: 42%;
          max-width: 600px;
          padding-left: 0; } }
    @media (min-width: 992px) {
      .pdp-hero__section--gallery {
        width: 55%;
        margin-right: 3%; }
      .pdp-hero__section--main {
        width: -webkit-calc(37% + 22px);
        width: calc(37% + 22px);
        margin-right: -webkit-calc(5% - 22px);
        margin-right: calc(5% - 22px); } }
  .pdp-hero__cw {
    display: block;
    font-size: 0px;
    padding-top: 4px;
    padding-bottom: 0px; }
    @media (min-width: 768px) {
      .pdp-hero__cw {
        padding-top: 15px;
        padding-bottom: 10px; } }
    @media (min-width: 992px) {
      .pdp-hero__cw {
        margin-left: 90px; } }
  .pdp-hero__cw-section {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    .pdp-hero__cw-section--left {
      text-align: left; }
    .pdp-hero__cw-section--right {
      text-align: right; }
  .pdp-hero__compare-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    vertical-align: middle;
    cursor: pointer; }
    .pdp-hero__compare-label input[type=checkbox] {
      display: none; }
      .pdp-hero__compare-label input[type=checkbox]:checked + .pdp-hero__cw-icon--check::before {
        content: "\f26a"; }
  .pdp-hero__wishlist-cta {
    display: inline-block;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 500; }
    .pdp-hero__wishlist-cta:focus {
      outline: none; }
    .pdp-hero__wishlist-cta--added .pdp-hero__cw-icon--wishlist::before {
      content: "\f15f"; }
  .pdp-hero__cw-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 13px; }
    .pdp-hero__cw-icon::before {
      display: block;
      font-family: "Material-Design-Iconic-Font"; }
    .pdp-hero__cw-icon--check::before {
      content: "\f279";
      -webkit-transform: translate(0, -4%);
          -ms-transform: translate(0, -4%);
              transform: translate(0, -4%);
      margin-right: 3px; }
    .pdp-hero__cw-icon--wishlist::before {
      content: "\f15e";
      -webkit-transform: translate(0, -4%);
          -ms-transform: translate(0, -4%);
              transform: translate(0, -4%); }

.pdp-top-nav {
  display: block;
  padding-top: 24px;
  padding-bottom: 15px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 768px) {
    .pdp-top-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 24px 22px; } }
  .pdp-top-nav__section {
    display: block; }
    @media (min-width: 768px) {
      .pdp-top-nav__section {
        -webkit-box-flex: 1;
            -ms-flex: 1 2 100%;
                flex: 1 2 100%; } }
    .pdp-top-nav__section--big {
      -webkit-box-flex: 2;
          -ms-flex: 2 1 100%;
              flex: 2 1 100%; }
    .pdp-top-nav__section--right {
      text-align: right; }
  .pdp-top-nav__cta {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    cursor: pointer; }
    .pdp-top-nav__cta--misc {
      display: none; }
      @media (min-width: 768px) {
        .pdp-top-nav__cta--misc {
          display: inline-block;
          margin-right: 20px; }
          .pdp-top-nav__cta--misc:last-child {
            margin-right: 0px; } }
    .pdp-top-nav__cta--back {
      margin-bottom: 10px;
      color: #0776aa;
      font-size: 13px;
      line-height: 13px;
      text-transform: uppercase;
      text-decoration: none; }
      .pdp-top-nav__cta--back:hover {
        color: #0887c2;
        text-decoration: none; }
        .pdp-top-nav__cta--back:hover::before {
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .pdp-top-nav__cta--back::before {
        content: "\f2ea";
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        font-family: "Material-Design-Iconic-Font";
        font-size: 16px;
        -webkit-transition: -webkit-transform 250ms ease-out;
        transition: -webkit-transform 250ms ease-out;
        transition: transform 250ms ease-out;
        transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
      @media (min-width: 768px) {
        .pdp-top-nav__cta--back {
          margin: 0px; } }

.pdp-breadcrumbs {
  text-align: left; }
  @media (min-width: 768px) {
    .pdp-breadcrumbs {
      text-align: center; } }

.pdp-main-block {
  display: block;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  .pdp-main-block__section {
    position: relative;
    display: block;
    font-size: 0px;
    margin: 20px 0; }
    .pdp-main-block__section:first-child {
      margin-top: 0px; }
    @media (min-width: 768px) {
      .pdp-main-block__section--primary-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .pdp-main-block__section--anchor-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .pdp-main-block__section--print-share {
      display: block; }
      .pdp-main-block__section--print-share > *:first-child {
        margin-right: 5%; }
      @media (min-width: 768px) {
        .pdp-main-block__section--print-share {
          display: none; } }
  .pdp-main-block__subsection {
    display: inline-block;
    vertical-align: top; }
    .pdp-main-block__subsection--50 {
      width: 50%; }
    .pdp-main-block__subsection--qty {
      box-sizing: border-box;
      width: 120px;
      margin-right: 20px; }
      .pdp-main-block__subsection--qty:last-child {
        margin-right: 0px; }
  .pdp-main-block__product-name {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    color: #222222;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3em; }
    @media (min-width: 992px) {
      .pdp-main-block__product-name {
        font-size: 20px; } }
  .pdp-main-block__product-code {
    display: inline-block;
    margin: 0px;
    color: #222222;
    font-size: 11px; }
  .pdp-main-block__qty-label {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
  .pdp-main-block__btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
    background-color: #FFFFFF;
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 0px;
    border: 1px solid #D6D6D6;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer; }
    .pdp-main-block__btn--atc {
      position: relative;
      padding: 16px 6px;
      width: 100%;
      border: none;
      background-color: #f7991c;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1em;
      -webkit-transition: background-color 200ms ease;
      transition: background-color 200ms ease;
      cursor: pointer; }
      .pdp-main-block__btn--atc:hover {
        background-color: #ff9200; }
      .pdp-main-block__btn--atc:not(:only-child) {
        margin-bottom: 10px; }
      @media (min-width: 768px) {
        .pdp-main-block__btn--atc:not(:only-child) {
          width: -webkit-calc(100% - 130px);
          width: calc(100% - 130px);
          margin-right: 15px;
          margin-bottom: 0px; } }
    .pdp-main-block__btn--apple-pay {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      height: 100%;
      padding: 15px 5px;
      border: 1px solid #000; }
      @media (min-width: 768px) {
        .pdp-main-block__btn--apple-pay {
          width: 112px; } }
    .pdp-main-block__btn--anchor {
      min-width: 160px;
      margin: 0 10px 10px 0;
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px);
      -webkit-transition: all 250ms ease-out;
      transition: all 250ms ease-out; }
      .pdp-main-block__btn--anchor:hover, .pdp-main-block__btn--anchor:focus, .pdp-main-block__btn--anchor:active {
        text-decoration: none;
        color: #222222; }
      .pdp-main-block__btn--anchor:hover {
        border-color: #222222;
        box-shadow: inset 0px 0px 0px 1px #222222; }
      .pdp-main-block__btn--anchor:last-child {
        margin-right: 0px; }
  .pdp-main-block__add-btn-overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@keyframes spinOverlayLoader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }
    .pdp-main-block__add-btn-overlay::before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .pdp-main-block__add-btn-overlay--loading {
      background-color: #D6D6D6; }
      .pdp-main-block__add-btn-overlay--loading::before {
        content: "\f1ce";
        -webkit-animation: spinOverlayLoader 1.5s linear infinite;
                animation: spinOverlayLoader 1.5s linear infinite; }
    .pdp-main-block__add-btn-overlay--success {
      background-color: #0CAE5B;
      color: #fff; }
      .pdp-main-block__add-btn-overlay--success::before {
        content: "\f00c"; }
    .pdp-main-block__add-btn-overlay--fail {
      background-color: #C91D1D;
      color: #fff; }
      .pdp-main-block__add-btn-overlay--fail::before {
        content: "\f00d"; }
  .pdp-main-block__stock-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .pdp-main-block__stock-section p {
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      margin-right: 15px;
      width: 100%; }
      .pdp-main-block__stock-section p i {
        margin-right: 5px; }
      @media (min-width: 992px) {
        .pdp-main-block__stock-section p {
          width: auto; } }
    .pdp-main-block__stock-section--instock {
      color: #0CAE5B; }
    .pdp-main-block__stock-section--lowstock {
      color: #F7991C; }
    .pdp-main-block__stock-section button {
      -webkit-appearance: none;
      background: transparent;
      border-bottom: 1px solid #D6D6D6;
      border-left: 0;
      border-right: 0;
      border-top: 0;
      cursor: pointer;
      display: inline-block;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 10px;
      font-style: italic;
      font-weight: 500;
      margin-bottom: 10px;
      outline: none;
      padding: 0;
      text-decoration: none;
      -webkit-transition: color 0.15s ease;
      transition: color 0.15s ease;
      vertical-align: middle; }
      .pdp-main-block__stock-section button:hover {
        color: #0776aa;
        text-decoration: none; }

.pdp-prices-block {
  display: block;
  box-sizing: border-box; }
  .pdp-prices-block__top {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .pdp-prices-block__top::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #D6D6D6; }
  .pdp-prices-block__option {
    display: inline-block;
    vertical-align: top; }
    .pdp-prices-block__option--gst {
      position: absolute;
      right: 0px; }
    .pdp-prices-block__option input, .pdp-prices-block__option input[type=checkbox], .pdp-prices-block__option input[type=radio] {
      display: none !important; }
    .pdp-prices-block__option input[type=radio]:checked + .pdp-prices-block__label {
      color: #222222; }
      .pdp-prices-block__option input[type=radio]:checked + .pdp-prices-block__label::after {
        background-color: #00497a; }
    .pdp-prices-block__option input[type=checkbox]:checked + .pdp-prices-block__label {
      color: #222222; }
      .pdp-prices-block__option input[type=checkbox]:checked + .pdp-prices-block__label::before {
        content: "\f26a"; }
  .pdp-prices-block__label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 10px;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    -webkit-transition: color 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    cursor: pointer; }
    .pdp-prices-block__label--radio {
      margin-right: 15px; }
      .pdp-prices-block__label--radio::after {
        content: "";
        position: absolute;
        display: block;
        height: 4px;
        width: 100%;
        background-color: transparent;
        bottom: 0;
        -webkit-transform: translate(0, 50%);
            -ms-transform: translate(0, 50%);
                transform: translate(0, 50%);
        -webkit-transition: background-color 350ms ease-out;
        transition: background-color 350ms ease-out; }
    .pdp-prices-block__label--cb::before {
      content: "\f279";
      font-size: 16px;
      color: #00497a;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateY(-1.5px);
          -ms-transform: translateY(-1.5px);
              transform: translateY(-1.5px);
      margin-right: 8px;
      font-family: "Material-Design-Iconic-Font";
      line-height: 14px; }
  .pdp-prices-block__price {
    display: block;
    text-align: left; }
  .pdp-prices-block__price-val {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 500; }
    .pdp-prices-block__price-val::before {
      content: "$"; }
  .pdp-prices-block__gst-mark {
    font-size: 11px;
    font-weight: 500; }
    .pdp-prices-block__gst-mark::before, .pdp-prices-block__gst-mark::after {
      display: inline; }
    .pdp-prices-block__gst-mark::after {
      content: ')'; }
    .pdp-prices-block__gst-mark::before {
      content: '('; }
  .pdp-prices-block__retail-detail {
    display: block;
    margin-top: 8px; }
  .pdp-prices-block__retail-row {
    display: block;
    margin: 0px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 300; }
    .pdp-prices-block__retail-row > strong {
      font-weight: 500; }
    .pdp-prices-block__retail-row > img {
      display: inline-block;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 2px;
      margin-right: 2px; }

.qty-unit-switch {
  display: block;
  font-size: 0px; }
  .qty-unit-switch input, .qty-unit-switch input[type=radio] {
    display: none; }
    .qty-unit-switch input:checked + .qty-unit-switch__opt, .qty-unit-switch input[type=radio]:checked + .qty-unit-switch__opt {
      background-color: #0776aa;
      color: #fff; }
  .qty-unit-switch__opt {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 50%;
    padding: 8px 4px;
    background-color: #e3e3e3;
    color: #999999;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
  .qty-unit-switch__opt-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap; }

.qty-amount-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0px; }
  .qty-amount-switch__btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    width: 25%;
    max-width: 35px;
    padding: 6px 2px;
    margin: 0px;
    border: 1px solid #e3e3e3;
    background-color: #FFFFFF;
    color: #0776aa;
    line-height: 21px;
    font-size: 18px;
    text-align: center;
    outline: none;
    -webkit-transition: background-color 200ms ease, box-shadow 250ms ease;
    transition: background-color 200ms ease, box-shadow 250ms ease; }
    .qty-amount-switch__btn:focus {
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); }
    .qty-amount-switch__btn:hover {
      background-color: #fafafa; }
    .qty-amount-switch__btn:active {
      background-color: #f0f0f0;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .qty-amount-switch__field-wrapper {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3; }
  .qty-amount-switch__field, .qty-amount-switch__field[type=number] {
    box-sizing: border-box;
    display: block;
    margin: 0px;
    padding: 6px 2px;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: -0px;
    outline: none;
    text-align: center;
    color: #0776aa;
    font-size: 14px;
    line-height: 18px;
    box-shadow: none;
    -moz-appearance: textfield; }
    .qty-amount-switch__field::-webkit-inner-spin-button, .qty-amount-switch__field::-webkit-outer-spin-button, .qty-amount-switch__field[type=number]::-webkit-inner-spin-button, .qty-amount-switch__field[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0px; }

.pdp-brand-info {
  padding: 40px 0;
  color: #fff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  background-color: #222; }
  @media (min-width: 768px) {
    .pdp-brand-info {
      padding: 40px 22px; } }
  .pdp-brand-info__inner {
    padding: 0;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .pdp-brand-info__inner {
        padding: 0 22px; } }
  .pdp-brand-info__heading {
    margin-bottom: 40px;
    padding: 0 22px;
    font-size: 25px;
    font-weight: 200;
    line-height: 1em;
    text-align: left; }
    @media (min-width: 768px) {
      .pdp-brand-info__heading {
        text-align: center;
        font-size: 34px; } }
  .pdp-brand-info__top {
    margin: 0 22px; }
    @media (min-width: 768px) {
      .pdp-brand-info__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #666; } }
  .pdp-brand-info__btm {
    padding-top: 30px; }
  .pdp-brand-info__image {
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .pdp-brand-info__image {
        padding: 0 40px 40px 0;
        border-right: 1px solid #666; } }
    .pdp-brand-info__image img {
      width: 100%;
      height: auto; }
  .pdp-brand-info__text {
    margin-top: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .pdp-brand-info__text {
        padding: 0 0 40px 40px; } }
  .pdp-brand-info__more-btn {
    margin-top: 25px;
    padding: 8px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #0776aa;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
    .pdp-brand-info__more-btn:hover {
      text-decoration: none;
      color: #fff;
      background-color: #0776aa; }
  .pdp-brand-info__vslider {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 22px; }
    @media (min-width: 992px) {
      .pdp-brand-info__vslider:hover .pdp-brand-info__vslider-nav {
        opacity: 1; }
        .pdp-brand-info__vslider:hover .pdp-brand-info__vslider-nav--disabled {
          opacity: 0.45;
          cursor: not-allowed; } }
    .pdp-brand-info__vslider .swiper-slide img {
      width: 100%;
      height: auto; }
  .pdp-brand-info__vslider-vitem {
    position: relative;
    display: block; }
    .pdp-brand-info__vslider-vitem::before {
      content: '\f3a8';
      position: absolute;
      font-family: 'Material-Design-Iconic-Font';
      font-size: 80px;
      color: #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 100; }
    .pdp-brand-info__vslider-vitem::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
  .pdp-brand-info__vslider-nav {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ddd;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 15;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    @media (min-width: 992px) {
      .pdp-brand-info__vslider-nav {
        opacity: 0; } }
    .pdp-brand-info__vslider-nav::before {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-color: #0776aa;
      border-width: 1px;
      border-bottom-style: solid; }
    .pdp-brand-info__vslider-nav--prev {
      left: 0px; }
      .pdp-brand-info__vslider-nav--prev::before {
        border-left-style: solid;
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
            -ms-transform: translate(-25%, -50%) rotate(45deg);
                transform: translate(-25%, -50%) rotate(45deg); }
    .pdp-brand-info__vslider-nav--next {
      right: 0px; }
      .pdp-brand-info__vslider-nav--next::before {
        border-right-style: solid;
        -webkit-transform: translate(-75%, -50%) rotate(-45deg);
            -ms-transform: translate(-75%, -50%) rotate(-45deg);
                transform: translate(-75%, -50%) rotate(-45deg); }
    .pdp-brand-info__vslider-nav--disabled {
      opacity: 0.45; }
      @media (min-width: 768px) {
        .pdp-brand-info__vslider-nav--disabled {
          opacity: 0; } }

.pdp-details {
  display: block;
  background-color: #f4f4f4;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 768px) {
    .pdp-details {
      border-bottom: 1px solid #D6D6D6; } }
  .pdp-details * {
    box-sizing: border-box; }
  .pdp-details__nav-section {
    display: block;
    margin: 0px;
    padding: 0px; }
    @media (min-width: 768px) {
      .pdp-details__nav-section {
        border-bottom: 1px solid #D6D6D6; } }
  .pdp-details__nav-block {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0px;
    text-align: left; }
    .pdp-details__nav-block li {
      display: block;
      margin: 0px;
      border-bottom: 1px solid #D6D6D6; }
    @media (min-width: 768px) {
      .pdp-details__nav-block {
        text-align: center;
        padding: 0px 22px; }
        .pdp-details__nav-block li {
          display: inline-block;
          margin: 0px;
          border-bottom: 0px; } }
  .pdp-details__nav-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 22px;
    padding-right: 22px;
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    cursor: pointer; }
    .pdp-details__nav-item::after {
      position: absolute;
      right: 22px;
      content: "\f2fb";
      font-family: "Material-Design-Iconic-Font";
      font-size: 18px;
      line-height: 14px; }
    .pdp-details__nav-item:hover, .pdp-details__nav-item:focus, .pdp-details__nav-item:active {
      text-decoration: none;
      color: #222222; }
    @media (min-width: 768px) {
      .pdp-details__nav-item {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px; }
        .pdp-details__nav-item::after {
          display: none; }
        .pdp-details__nav-item::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          height: 6px;
          width: 100%;
          opacity: 0;
          background-color: #0776aa;
          -webkit-transition: all 250ms ease-out;
          transition: all 250ms ease-out; }
        .pdp-details__nav-item--active::before {
          opacity: 1; }
        .pdp-details__nav-item--desktop-hide {
          display: none; } }
  .pdp-details__cta {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
    text-decoration: none;
    cursor: pointer; }
    .pdp-details__cta:hover, .pdp-details__cta:focus, .pdp-details__cta:active {
      text-decoration: none;
      color: inherit; }
    .pdp-details__cta--back {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      line-height: 12px;
      text-transform: uppercase; }
      .pdp-details__cta--back::before {
        content: "\f2ea";
        display: inline-block;
        vertical-align: top;
        margin-right: 8px;
        font-size: 14px;
        font-family: "Material-Design-Iconic-Font";
        line-height: 12px; }
      .pdp-details__cta--back:hover, .pdp-details__cta--back:focus, .pdp-details__cta--back:active {
        color: #fff; }
  .pdp-details__mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 22px;
    padding-right: 22px;
    z-index: 300;
    background-color: #00497a;
    font-size: 0px; }
    @media (min-width: 768px) {
      .pdp-details__mobile-header {
        display: block;
        background: transparent;
        padding: 0;
        min-height: auto;
        margin-bottom: 30px; } }
  .pdp-details__mobile-header-title {
    -ms-flex-preferred-size: 3 1 50%;
        flex-basis: 3 1 50%;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center; }
    @media (min-width: 768px) {
      .pdp-details__mobile-header-title {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        padding-left: 22px;
        padding-right: 22px;
        display: block;
        text-align: left;
        color: #222222;
        font-size: 32px;
        font-weight: 400; } }
  .pdp-details__mobile-header-sides {
    -ms-flex-preferred-size: 1 3 25%;
        flex-basis: 1 3 25%;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: 100%; }
    @media (min-width: 768px) {
      .pdp-details__mobile-header-sides {
        display: none; } }
  .pdp-details__block-wrapper {
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media (min-width: 768px) {
      .pdp-details__block-wrapper {
        position: relative;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none;
        z-index: 1;
        opacity: 1;
        box-shadow: none; } }
    .pdp-details__block-wrapper--drawer-active {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
  .pdp-details__block-inner {
    overflow-y: scroll;
    padding-top: 25px;
    padding-bottom: 35px;
    height: 100%;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) {
      .pdp-details__block-inner {
        overflow-y: auto;
        padding: 0;
        height: auto; } }
  .pdp-details__desktop-separator {
    display: none; }
    @media (min-width: 768px) {
      .pdp-details__desktop-separator {
        display: block;
        height: 0px;
        margin-top: 25px;
        margin-bottom: 45px;
        border-top: 1px solid #D6D6D6; } }

.pdp-product-features {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  border-top: 1px solid #D6D6D6; }
  .pdp-product-features__section {
    display: block;
    padding: 0 22px;
    box-sizing: border-box; }
    .pdp-product-features__section--highlights {
      background-color: #f4f4f4;
      padding: 25px 22px; }
    .pdp-product-features__section--details {
      background-color: #0776aa;
      padding: 35px 22px; }
      @media (min-width: 768px) {
        .pdp-product-features__section--details {
          text-align: center;
          padding: 60px 22px; } }
  .pdp-product-features__highlights {
    display: block;
    padding: 0px;
    list-style: none;
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300; }
    .pdp-product-features__highlights li {
      display: block;
      margin-top: 0px;
      margin-bottom: 8px;
      margin-left: 0px;
      margin-right: 0px;
      font-size: 0px;
      width: 100%;
      text-align: left; }
    @media (min-width: 768px) {
      .pdp-product-features__highlights {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .pdp-product-features__highlights li {
          display: inline-block;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          max-width: 140px;
          min-width: 100px;
          margin-top: 12px;
          margin-bottom: 15px;
          margin-left: 2%;
          margin-right: 2%; } }
  .pdp-product-features__highlights-icon {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    margin-right: 2px;
    color: #0776aa;
    font-size: 16px;
    line-height: 14px; }
    .pdp-product-features__highlights-icon * {
      -webkit-transform: translate(0, -2%);
          -ms-transform: translate(0, -2%);
              transform: translate(0, -2%); }
    @media (min-width: 768px) {
      .pdp-product-features__highlights-icon {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border: 2px solid #0776aa;
        border-radius: 100%;
        font-size: 24px;
        text-align: center; }
        .pdp-product-features__highlights-icon * {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  .pdp-product-features__highlights-text {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    width: -webkit-calc( 100% - 32px);
    width: calc( 100% - 32px);
    color: #222222;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    line-height: 1.3em; }
    @media (min-width: 768px) {
      .pdp-product-features__highlights-text {
        display: block;
        text-align: center;
        width: auto; } }
  .pdp-product-features__detail-summary {
    max-width: 912px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    text-align: left; }
    .pdp-product-features__detail-summary > p {
      font-family: inherit;
      font-size: inherit;
      line-height: 1.36em;
      margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .pdp-product-features__detail-summary {
        text-align: center;
        font-size: 20px; } }
  .pdp-product-features__cta {
    color: #fff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    cursor: pointer;
    border-bottom: 1px solid #fafafa; }
    .pdp-product-features__cta::after {
      content: ">";
      display: inline-block;
      margin-left: 8px;
      -webkit-transition: -webkit-transform 250ms ease-out;
      transition: -webkit-transform 250ms ease-out;
      transition: transform 250ms ease-out;
      transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
    .pdp-product-features__cta:hover, .pdp-product-features__cta:focus {
      color: #fff;
      text-decoration: none; }
      .pdp-product-features__cta:hover::after, .pdp-product-features__cta:focus::after {
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); }

.pdp-product-gallery {
  position: relative; }
  .pdp-product-gallery__main-slider {
    margin-bottom: 10px;
    margin-left: 0px; }
    @media (min-width: 992px) {
      .pdp-product-gallery__main-slider {
        margin-left: 90px; } }
  .pdp-product-gallery__thumbs-slider {
    display: none; }
    @media (min-width: 768px) {
      .pdp-product-gallery__thumbs-slider {
        position: relative;
        display: block;
        height: 62px;
        padding-top: 8px; } }
    @media (min-width: 992px) {
      .pdp-product-gallery__thumbs-slider {
        position: absolute;
        height: auto;
        width: 70px;
        margin-right: 10px;
        top: 0;
        bottom: 0;
        left: 0;
        padding-top: 0px;
        padding-bottom: 55px; } }

.pdp-main-slider {
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .pdp-main-slider:hover .pdp-main-slider__nav {
      opacity: 1; }
      .pdp-main-slider:hover .pdp-main-slider__nav--disabled {
        opacity: 0.65;
        cursor: not-allowed; } }
  .pdp-main-slider__nav {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 15;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    opacity: 1;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    @media (min-width: 992px) {
      .pdp-main-slider__nav {
        opacity: 0; } }
    .pdp-main-slider__nav:hover {
      cursor: pointer; }
    .pdp-main-slider__nav::before {
      content: "";
      position: absolute;
      display: block;
      width: 12px;
      height: 12px;
      border-width: 2px;
      border-color: #0776aa;
      border-bottom-style: solid;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .pdp-main-slider__nav--next {
      right: 0px; }
      .pdp-main-slider__nav--next::before {
        border-right-style: solid;
        -webkit-transform: translate(-75%, -50%) rotate(-45deg);
            -ms-transform: translate(-75%, -50%) rotate(-45deg);
                transform: translate(-75%, -50%) rotate(-45deg); }
    .pdp-main-slider__nav--prev {
      left: 0px; }
      .pdp-main-slider__nav--prev::before {
        border-left-style: solid;
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
            -ms-transform: translate(-25%, -50%) rotate(45deg);
                transform: translate(-25%, -50%) rotate(45deg); }
    .pdp-main-slider__nav--disabled {
      background-color: #e3e3e3;
      opacity: 0.65; }
      .pdp-main-slider__nav--disabled::before {
        border-color: #999999; }
      @media (min-width: 992px) {
        .pdp-main-slider__nav--disabled {
          opacity: 0; } }
  .pdp-main-slider__pagination {
    display: none; }
    @media (min-width: 576px) {
      .pdp-main-slider__pagination {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0 !important;
        width: 80px !important;
        padding-right: 10px;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        background: #fff; } }
  .pdp-main-slider__pagination-thumb {
    width: 70px;
    height: 52px;
    display: block;
    border: 1px solid #D6D6D6;
    background-position: center;
    background-size: cover;
    opacity: 0.65;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .pdp-main-slider__pagination-thumb--active {
      border-color: #0776aa;
      opacity: 1; }
  .pdp-main-slider__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top; }
  .pdp-main-slider__slide {
    position: relative;
    cursor: zoom-in;
    cursor: url("../assets/img/zoom-cursor.png") 16 16, auto; }
    .pdp-main-slider__slide:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 74.92795%; }
  .pdp-main-slider__content-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .pdp-main-slider__content-inner img {
      display: block;
      width: 100%;
      margin: 0 auto;
      height: auto; }

.pdp-thumbs-slider {
  height: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .pdp-thumbs-slider:hover .pdp-thumbs-slider__nav {
      opacity: 1; }
      .pdp-thumbs-slider:hover .pdp-thumbs-slider__nav--disabled {
        opacity: 0.65;
        cursor: not-allowed; } }
  .pdp-thumbs-slider__slide {
    width: 70px;
    height: 52px;
    border: 1px solid #D6D6D6;
    text-align: center;
    overflow: hidden; }
    .pdp-thumbs-slider__slide img {
      width: 100%;
      height: auto;
      display: inline-block;
      margin: 0 auto; }
    .pdp-thumbs-slider__slide--active {
      border-color: #0776aa; }
    @media (min-width: 992px) {
      .pdp-thumbs-slider__slide:hover {
        border-color: #0776aa; } }
  .pdp-thumbs-slider__nav {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 15;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    opacity: 1;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    @media (min-width: 992px) {
      .pdp-thumbs-slider__nav {
        opacity: 0; } }
    .pdp-thumbs-slider__nav:hover {
      cursor: pointer; }
    .pdp-thumbs-slider__nav::before {
      content: "";
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      border-width: 1px;
      border-color: #0776aa;
      border-bottom-style: solid;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .pdp-thumbs-slider__nav--next {
      right: 0px; }
      .pdp-thumbs-slider__nav--next::before {
        border-right-style: solid;
        -webkit-transform: translate(-75%, -50%) rotate(-45deg);
            -ms-transform: translate(-75%, -50%) rotate(-45deg);
                transform: translate(-75%, -50%) rotate(-45deg); }
      @media (min-width: 992px) {
        .pdp-thumbs-slider__nav--next {
          top: auto;
          bottom: 0px;
          right: auto;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); }
          .pdp-thumbs-slider__nav--next::before {
            border-right-style: solid;
            -webkit-transform: translate(-50%, -75%) rotate(45deg);
                -ms-transform: translate(-50%, -75%) rotate(45deg);
                    transform: translate(-50%, -75%) rotate(45deg); } }
    .pdp-thumbs-slider__nav--prev {
      left: 0px; }
      .pdp-thumbs-slider__nav--prev::before {
        border-left-style: solid;
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
            -ms-transform: translate(-25%, -50%) rotate(45deg);
                transform: translate(-25%, -50%) rotate(45deg); }
      @media (min-width: 992px) {
        .pdp-thumbs-slider__nav--prev {
          top: 0px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); }
          .pdp-thumbs-slider__nav--prev::before {
            border-left-style: solid;
            -webkit-transform: translate(-50%, -25%) rotate(135deg);
                -ms-transform: translate(-50%, -25%) rotate(135deg);
                    transform: translate(-50%, -25%) rotate(135deg); } }
    .pdp-thumbs-slider__nav--disabled {
      background-color: #e3e3e3;
      opacity: 0.65; }
      .pdp-thumbs-slider__nav--disabled::before {
        border-color: #999999; }
      @media (min-width: 992px) {
        .pdp-thumbs-slider__nav--disabled {
          opacity: 0; } }

.pdp-related-product {
  display: block;
  margin: 0px;
  padding: 30px 0;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 768px) {
    .pdp-related-product {
      padding-top: 44px;
      padding-bottom: 50px; } }
  .pdp-related-product * {
    box-sizing: border-box; }
  .pdp-related-product:not(:last-child) {
    border-bottom: 1px solid #D6D6D6; }
  .pdp-related-product--t1 {
    background-color: #f4f4f4; }
  .pdp-related-product__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .pdp-related-product__inner {
        padding: 0 22px; } }
  .pdp-related-product__heading {
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 22px;
    padding-right: 22px;
    color: #222222;
    font-size: 25px;
    font-weight: 200;
    line-height: 1em;
    text-align: left; }
    @media (min-width: 768px) {
      .pdp-related-product__heading {
        text-align: center;
        font-size: 34px; } }
  .pdp-related-product__product-tile {
    max-width: 276px; }
    @media (min-width: 576px) {
      .pdp-related-product__product-tile {
        max-width: 320px; } }
    @media (min-width: 768px) {
      .pdp-related-product__product-tile {
        max-width: 280px; } }
  @media (min-width: 992px) {
    .pdp-related-product__slider:hover .pdp-related-product__slider-nav {
      opacity: 1; }
      .pdp-related-product__slider:hover .pdp-related-product__slider-nav--disabled {
        opacity: 0.45;
        cursor: not-allowed; } }
  .pdp-related-product__slider .swiper-slide {
    padding: 10px 20px; }
    .pdp-related-product__slider .swiper-slide > * {
      margin: 0 auto; }
  .pdp-related-product__slider-nav {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #0776aa;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 15;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .pdp-related-product__slider-nav::before {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-color: #FFFFFF;
      border-width: 1px;
      border-bottom-style: solid; }
    .pdp-related-product__slider-nav--prev {
      left: 0px; }
      .pdp-related-product__slider-nav--prev::before {
        border-left-style: solid;
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
            -ms-transform: translate(-25%, -50%) rotate(45deg);
                transform: translate(-25%, -50%) rotate(45deg); }
    .pdp-related-product__slider-nav--next {
      right: 0px; }
      .pdp-related-product__slider-nav--next::before {
        border-right-style: solid;
        -webkit-transform: translate(-75%, -50%) rotate(-45deg);
            -ms-transform: translate(-75%, -50%) rotate(-45deg);
                transform: translate(-75%, -50%) rotate(-45deg); }
    .pdp-related-product__slider-nav--disabled {
      opacity: 0.45;
      cursor: not-allowed; }
    @media (min-width: 992px) {
      .pdp-related-product__slider-nav {
        opacity: 0; } }

/* #region PLP Header */
.product-listing-header-wrapper {
  font-family: "Gotham A", "Gotham B", sans-serif; }

.product-listing-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0.92)), to(rgba(230, 230, 230, 0.92))), url("../assets/img/category-listing-headed-bg.jpg") no-repeat;
  background: linear-gradient(rgba(230, 230, 230, 0.92), rgba(230, 230, 230, 0.92)), url("../assets/img/category-listing-headed-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom; }
  .product-listing-header__cat-banner {
    border-bottom: 1px solid #D6D6D6; }

/* #endregion PLP Header End */
/* #region Category Banner */
.cat-banner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 22px; }
  @media (min-width: 992px) {
    .cat-banner {
      padding-top: 22px;
      padding-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .cat-banner__title {
    margin-top: 5px;
    margin-bottom: 8px;
    margin-right: 25px;
    margin-left: 0px;
    padding: 0;
    display: block;
    color: #00497a;
    font-size: 24px;
    font-weight: 200;
    font-style: normal; }
    @media (min-width: 992px) {
      .cat-banner__title {
        display: inline-block;
        margin-bottom: 5px; } }
  .cat-banner__detail {
    margin-top: 5px;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    display: block;
    color: #00497a;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 12px;
    text-transform: none; }
    @media (min-width: 992px) {
      .cat-banner__detail {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px; } }
  .cat-banner__branch {
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    display: block;
    color: #222222;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    line-height: 12px;
    white-space: nowrap;
    text-transform: uppercase; }
    .cat-banner__branch .postcode-link {
      text-transform: none;
      color: #222222;
      font-weight: 400; }
    @media (min-width: 992px) {
      .cat-banner__branch {
        margin-top: 6px;
        margin-bottom: 5px; } }

/* #endregion Category Banner end */
/* #region view menu */
.view-menu {
  display: block;
  font-size: 0px;
  border-bottom: 1px solid #D6D6D6; }
  .view-menu__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 60px;
    z-index: 202;
    background-color: #00497a;
    font-size: 0px;
    text-align: center;
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, -100%) translate3d(0, 0, 0);
            transform: translate(0, -100%) translate3d(0, 0, 0);
    -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media (min-width: 992px) {
      .view-menu__top {
        display: none !important; } }
    .view-menu__top.active {
      -webkit-transform: translate(0, 0) translate3d(0, 0, 0);
              transform: translate(0, 0) translate3d(0, 0, 0);
      opacity: 1; }
    .view-menu__top-inner {
      position: absolute;
      bottom: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding-bottom: 15px;
      padding-left: 22px;
      padding-right: 22px; }
    .view-menu__top-title {
      display: inline-block;
      margin: 0px;
      color: #fff;
      font-size: 16px;
      font-weight: 500; }
    .view-menu__top-btn {
      display: inline-block;
      font-size: 12px;
      color: #fff;
      vertical-align: middle;
      cursor: pointer; }
      .view-menu__top-btn:hover {
        text-decoration: none;
        color: #fff; }
  .view-menu__apply-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    border: none;
    width: 100%;
    background-color: #00497a;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    z-index: 201;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    outline: none; }
    .view-menu__apply-mobile.active {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
    @media (min-width: 992px) {
      .view-menu__apply-mobile {
        display: none !important; } }
  .view-menu__cta {
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer; }
    .view-menu__cta:hover {
      text-decoration: none; }
  .view-menu__opt {
    color: #00497a;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    position: relative;
    display: inline-block; }
    .view-menu__opt.selected::after {
      position: absolute;
      right: 5px;
      color: #0776aa;
      display: inline-block;
      font-family: "Material-Design-Iconic-Font";
      content: "\f26b"; }
  .view-menu__v-btn-group {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em; }
  .view-menu__v-btn {
    display: inline-block;
    text-align: center;
    color: #666666;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 30px;
    line-height: 18px;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: none; }
    .view-menu__v-btn.active {
      color: #00497a; }
    .view-menu__v-btn:last-child {
      padding-right: 0px; }
    .view-menu__v-btn .zmdi {
      line-height: 1px; }
  .view-menu__descent-block {
    display: none; }
    .view-menu__descent-block--mobile-full-base {
      overflow: visible; }
      @media (max-width: 991px) {
        .view-menu__descent-block--mobile-full-base {
          display: block;
          position: fixed;
          top: 140%;
          left: 0px;
          right: 0px;
          bottom: 57px;
          z-index: 202;
          background-color: #fff;
          overflow-x: hidden;
          overflow-y: auto;
          opacity: 0;
          border-left: 2px solid #D6D6D6;
          border-right: 2px solid #D6D6D6;
          will-change: top, opacity;
          -webkit-transition: opacity 50ms linear;
          transition: opacity 50ms linear;
          -webkit-overflow-scrolling: touch; }
          .view-menu__descent-block--mobile-full-base::-webkit-scrollbar {
            display: none; }
          .view-menu__descent-block--mobile-full-base .view-menu__item {
            width: 100%;
            padding-top: 18px;
            padding-bottom: 18px;
            padding-left: 22px;
            padding-right: 22px;
            margin: 0px;
            border-bottom: 1px solid #D6D6D6;
            color: #00497a;
            text-transform: uppercase; } }
      .view-menu__descent-block--mobile-full-base.active {
        opacity: 1;
        top: 60px;
        -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), top 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), top 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .view-menu__descent-block--mobile-full {
      -webkit-overflow-scrolling: touch;
      overflow: visible; }
      .view-menu__descent-block--mobile-full::-webkit-scrollbar {
        display: none; }
      @media (max-width: 991px) {
        .view-menu__descent-block--mobile-full {
          display: block;
          background-color: #FFF;
          position: fixed;
          top: 60px;
          bottom: 57px;
          left: 100%;
          right: -100%;
          will-change: left, right;
          -webkit-transition: left 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), right 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: left 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), right 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          overflow-y: auto;
          border-left: 2px solid #D6D6D6;
          border-right: 2px solid #D6D6D6;
          z-index: 1; }
          .view-menu__descent-block--mobile-full.active {
            left: 0;
            right: 0; } }
    @media (min-width: 992px) {
      .view-menu__descent-block--desktop-dropdown {
        position: absolute;
        top: 100%;
        width: 100%;
        opacity: 0;
        -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        z-index: 100; }
        .view-menu__descent-block--desktop-dropdown.active {
          opacity: 1; } }
    .view-menu__descent-block.active {
      display: block; }
  .view-menu__subnav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 22px;
    padding-right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px;
    border-bottom: 1px solid #D6D6D6;
    text-align: center; }
    @media (min-width: 992px) {
      .view-menu__subnav {
        display: none; } }
    .view-menu__subnav-title {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      letter-spacing: 0.02em; }
    .view-menu__subnav-btn {
      display: inline-block;
      color: #222222;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.03em;
      cursor: pointer; }
      .view-menu__subnav-btn:hover {
        text-decoration: none; }
      .view-menu__subnav-btn--back::before {
        content: "\f2ff";
        display: inline-block;
        font-family: "Material-Design-Iconic-Font";
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 5px; }
  .view-menu__btm {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto; }
  .view-menu__root {
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none; }
  .view-menu__item {
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle; }

/* #endregion view menu End */
/* #region view menu main */
.view-menu-main__mobile-icon {
  font-size: 18px;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  margin-left: 2px; }
  @media (min-width: 992px) {
    .view-menu-main__mobile-icon {
      display: none; } }

.view-menu-main--t1 {
  display: inline-block;
  width: 33.33%;
  padding: 15px 12px;
  border-left: 1px solid #D6D6D6; }
  @media (min-width: 992px) {
    .view-menu-main--t1 {
      width: 25%;
      position: relative;
      border-left: none;
      padding: 20px 12px; } }

.view-menu-main--t2 {
  display: inline-block;
  width: 33.33%;
  padding: 15px 12px; }
  @media (min-width: 992px) {
    .view-menu-main--t2 {
      width: 75%;
      padding: 0px; }
      .view-menu-main--t2 > .view-menu__descent-block {
        display: block; } }

.view-menu-main--t3 {
  display: inline-block;
  width: 33.33%;
  padding: 15px 12px;
  border-left: 1px solid #D6D6D6; }
  @media (min-width: 992px) {
    .view-menu-main--t3 {
      width: 50%;
      display: none;
      padding: 20px 12px; } }

@media (min-width: 992px) {
  .view-menu-main--t4 {
    position: relative;
    display: block;
    width: 33.33%;
    border-right: 1px solid #D6D6D6;
    padding: 20px 12px;
    margin: 0px; }
    .view-menu-main--t4:only-child {
      border-right: none; } }

.view-menu-main__t4-container {
  display: block; }
  @media (min-width: 992px) {
    .view-menu-main__t4-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.view-menu-main--view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (min-width: 992px) {
    .view-menu-main--view {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1200px) {
    .view-menu-main--view {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.view-menu-main__cta {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #00497a;
  cursor: pointer; }
  .view-menu-main__cta:hover {
    text-decoration: none; }
  @media (min-width: 992px) {
    .view-menu-main__cta--desktop-rm {
      display: none; } }
  @media (min-width: 992px) {
    .view-menu-main__cta--desktop {
      display: block;
      text-align: center;
      color: #222222;
      font-size: 16px; }
      .view-menu-main__cta--desktop + .view-menu__descent-block {
        border: 1px solid #D6D6D6;
        left: 0px;
        top: 100%;
        background: #FAFAFA;
        padding: 0px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.04); }
        .view-menu-main__cta--desktop + .view-menu__descent-block .view-menu__item {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 15px;
          padding-right: 15px;
          border-bottom: 1px solid #D6D6D6; }
          .view-menu-main__cta--desktop + .view-menu__descent-block .view-menu__item:hover {
            background-color: #EDEDED; }
          .view-menu-main__cta--desktop + .view-menu__descent-block .view-menu__item:last-child {
            border-bottom: none; } }
  .view-menu-main__cta--view {
    cursor: default; }
    @media (min-width: 992px) {
      .view-menu-main__cta--view {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        font-size: 16px;
        margin-bottom: 5px; } }
    @media (min-width: 1200px) {
      .view-menu-main__cta--view {
        margin-bottom: 0px;
        margin-right: 25px; } }

.view-menu-main__dropdown-selected {
  text-transform: none;
  color: #00497a;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
  position: absolute;
  right: 15px; }
  .view-menu-main__dropdown-selected::after {
    display: inline-block;
    content: "\f2fb";
    font-style: initial;
    font-family: "Material-Design-Iconic-Font";
    margin-left: 5px;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .view-menu-main__dropdown-selected.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 991px) {
    .view-menu-main__dropdown-selected--mobile-hide {
      display: none; } }
  @media (min-width: 992px) {
    .view-menu-main__dropdown-selected {
      display: block;
      position: relative;
      right: auto;
      color: #00497a;
      font-style: italic;
      font-weight: 500;
      text-decoration: underline; }
      .view-menu-main__dropdown-selected::after {
        content: "\f2f9"; } }
  @media (min-width: 1200px) {
    .view-menu-main__dropdown-selected {
      display: inline-block; } }

/* #endregion view menu main */
.product-listing-page {
  padding-top: 10px; }
  .product-listing-page__head {
    padding: 15px 22px 0; }
  .product-listing-page__breadcrumb {
    text-align: left; }
  .product-listing-page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.search-no-result {
  display: block;
  margin-top: 50px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-align: center; }
  @media (min-width: 576px) {
    .search-no-result {
      margin-bottom: 10px; } }
  .search-no-result__header {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: .15em;
    color: #00497a; }
  .search-no-result__text {
    color: #666666;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    .search-no-result__text:last-of-type {
      margin-bottom: 35px; }
  .search-no-result__text-alt {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 500; }
    .search-no-result__text-alt > a {
      color: #222222;
      text-decoration: underline; }
      .search-no-result__text-alt > a:hover {
        color: #555555; }
  .search-no-result__cta {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #222222;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #00497a;
    outline: none;
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .search-no-result__cta:active, .search-no-result__cta:focus {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45); }
    .search-no-result__cta:hover, .search-no-result__cta:active, .search-no-result__cta:focus {
      text-decoration: none; }
    .search-no-result__cta:hover {
      color: #fff;
      background-color: #00497a; }
  .search-no-result__search-term:not(:empty)::after, .search-no-result__search-term:not(:empty)::before {
    content: "\""; }

.search-no-result-slider {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 45px; }

.product-listing__feature-banner {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 22px; }
  @media (min-width: 576px) {
    .product-listing__feature-banner {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1200px) {
    .product-listing__feature-banner {
      padding-left: 15px;
      padding-right: 15px; } }
  .product-listing__feature-banner a {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-decoration: none; }
    .product-listing__feature-banner a:hover, .product-listing__feature-banner a:focus {
      opacity: 0.95;
      text-decoration: none; }
  .product-listing__feature-banner img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block; }
  .product-listing__feature-banner .mobile-only {
    display: block; }
    @media (min-width: 768px) {
      .product-listing__feature-banner .mobile-only {
        display: none; } }
  .product-listing__feature-banner .desktop-only {
    display: block; }
    @media (max-width: 767px) {
      .product-listing__feature-banner .desktop-only {
        display: none; } }

.product-listing__product-grid {
  width: 100%; }
  @media (min-width: 992px) {
    .product-listing__product-grid {
      width: 75%; } }

.product-listing__control {
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 576px) {
    .product-listing__control {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.product-listing__pagesplit-control {
  margin: 5px 0;
  display: block; }
  .product-listing__pagesplit-control::before {
    content: 'Show';
    margin-right: 10px;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase; }

.product-listing__pagesplit-control-switch {
  font-size: 0;
  display: inline-block;
  border: 1px solid #d6d6d6; }

.product-listing__pagesplit-control-radio {
  display: none; }

.product-listing__pagesplit-control-label {
  display: inline-block;
  margin: 0;
  min-width: 50px;
  padding: 9px 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #d6d6d6;
  font-size: 12px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-right: 1px solid #d6d6d6;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease; }
  .product-listing__pagesplit-control-label:last-child {
    border-right: none; }

.product-listing__pagesplit-control-radio:checked + .product-listing__pagesplit-control-label {
  color: #fff;
  background-color: #0776aa; }

.product-listing__pagination-control {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d6d6d6; }

.product-listing__pagination-control--prev, .product-listing__pagination-control--next {
  width: 40px;
  height: 100%;
  padding: 10px;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #0776aa;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease; }
  .product-listing__pagination-control--prev::before, .product-listing__pagination-control--next::before {
    content: '\f2fa';
    display: block;
    height: 100%;
    font-size: 23px;
    font-family: 'Material-Design-Iconic-Font'; }
  .product-listing__pagination-control--prev:hover, .product-listing__pagination-control--prev:focus, .product-listing__pagination-control--next:hover, .product-listing__pagination-control--next:focus {
    text-decoration: none;
    color: #fff;
    background-color: #0776aa; }

.product-listing__pagination-control--prev {
  border-right: 1px solid #d6d6d6; }

.product-listing__pagination-control--next {
  border-left: 1px solid #d6d6d6; }
  .product-listing__pagination-control--next::before {
    content: '\f2fb'; }

.product-listing__pagination-control--page {
  padding: 10px 20px;
  color: #0776aa;
  font-size: 13px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  line-height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border-radius: 0;
  border: none; }
  .product-listing__pagination-control--page::-ms-expand {
    display: none; }

.product-grid-wrapper {
  padding-top: 22px;
  padding-left: 22px;
  padding-right: 22px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 576px) {
    .product-grid-wrapper {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 992px) {
    .product-grid-wrapper {
      padding-left: 12px;
      padding-right: 12px; } }

.product-listing-tile {
  margin-top: 0px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 375px;
  display: inline-block; }
  @media (min-width: 576px) {
    .product-listing-tile {
      width: -webkit-calc(50% - 10px * 2);
      width: calc(50% - 10px * 2);
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 800px) {
    .product-listing-tile {
      width: -webkit-calc(33.33% - 10px * 2);
      width: calc(33.33% - 10px * 2);
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 992px) {
    .product-listing-tile {
      width: -webkit-calc(33.33% - 10px * 2);
      width: calc(33.33% - 10px * 2);
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 1200px) {
    .product-listing-tile {
      width: -webkit-calc(33.33% - 10px * 1.5 * 2);
      width: calc(33.33% - 10px * 1.5 * 2);
      margin-left: 15px;
      margin-right: 15px; } }
  .product-listing-tile.product-tile--slist {
    margin-bottom: 14px; }
  .product-listing-tile.product-tile--slist {
    margin-bottom: 14px; }
    @media (min-width: 992px) {
      .product-listing-tile.product-tile--slist {
        margin-bottom: 8px; } }

.product-category-description {
  padding: 22px;
  line-height: 1.2em;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.product-category-description-heading {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em; }

.product-category-description-content {
  padding: 30px 0;
  font-size: 12px;
  line-height: 1.4em;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }

.product-listing-filters {
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 992px) {
    .product-listing-filters {
      position: relative;
      display: inline-block;
      width: 40%;
      padding-top: 25px;
      padding-left: 25px;
      padding-right: 30px; } }
  @media (min-width: 992px) {
    .product-listing-filters {
      width: 25%; } }
  .product-listing-filters.active {
    display: block; }
  .product-listing-filters ul {
    list-style-type: none; }
  .product-listing-filters input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
    font-size: 12px;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox; }
  .product-listing-filters__cb,
  .product-listing-filters input[type=checkbox].product-listing-filters__cb {
    display: none !important; }
    .product-listing-filters__cb:indeterminate + .product-listing-filters__custom-cb::before,
    .product-listing-filters input[type=checkbox].product-listing-filters__cb:indeterminate + .product-listing-filters__custom-cb::before {
      content: "\f272"; }
    .product-listing-filters__cb:checked + .product-listing-filters__custom-cb::before,
    .product-listing-filters input[type=checkbox].product-listing-filters__cb:checked + .product-listing-filters__custom-cb::before {
      content: "\f26a"; }
  .product-listing-filters__custom-cb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px; }
    .product-listing-filters__custom-cb::before {
      color: #00497a;
      content: "\f279";
      font-family: "Material-Design-Iconic-Font";
      font-size: 18px; }
  .product-listing-filters__desktop-header {
    display: none; }
    @media (min-width: 992px) {
      .product-listing-filters__desktop-header {
        position: relative;
        display: block;
        margin-bottom: 20px;
        padding-bottom: 10px; } }
  .product-listing-filters__desktop-header-text {
    position: relative;
    display: block;
    color: #00497a;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-align: left; }
  .product-listing-filters__desktop-clear-all {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    color: #00497a;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: normal;
    text-decoration: underline;
    text-transform: none;
    cursor: pointer; }
  @media (min-width: 992px) {
    .product-listing-filters__section {
      border-bottom: 1px solid #D6D6D6;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  .product-listing-filters__section-header {
    display: block;
    position: relative;
    width: 100%;
    color: #00497a;
    font-weight: 500;
    text-transform: uppercase; }
    .product-listing-filters__section-header::after {
      display: inline-block;
      content: "\f2f9";
      font-family: "Material-Design-Iconic-Font";
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(-90deg);
          -ms-transform: translate(0, -50%) rotate(-90deg);
              transform: translate(0, -50%) rotate(-90deg);
      -webkit-transition: -webkit-transform 250ms ease-in-out;
      transition: -webkit-transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
    @media (min-width: 992px) {
      .product-listing-filters__section-header {
        display: block;
        padding-right: 10px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 500; }
        .product-listing-filters__section-header::after {
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
        .product-listing-filters__section-header.active::after {
          -webkit-transform: translate(0, -50%) rotate(180deg);
              -ms-transform: translate(0, -50%) rotate(180deg);
                  transform: translate(0, -50%) rotate(180deg); } }
    @media (min-width: 992px) {
      .product-listing-filters__section-header {
        padding-right: 56px;
        margin-bottom: 0px; } }
  .product-listing-filters__section-clear-desktop {
    display: none; }
    @media (min-width: 992px) {
      .product-listing-filters__section-clear-desktop {
        display: block;
        font-size: 12px;
        margin-top: 8px;
        color: #00497a;
        text-decoration: underline;
        position: absolute;
        margin-top: 0px;
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        font-weight: 500;
        font-style: italic; } }
  @media (min-width: 992px) {
    .product-listing-filters__filter-container {
      padding-top: 15px;
      padding-bottom: 10px; } }
  .product-listing-filters__base {
    display: block;
    width: 100%;
    margin: 0px;
    padding-left: 0px; }
  .product-listing-filters__select-opt-container {
    margin: 0px;
    padding: 0px; }
    .product-listing-filters__select-opt-container li {
      line-height: 20px; }
  .product-listing-filters__select-opt-item {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: 0px; }
    .product-listing-filters__select-opt-item.hide {
      display: none; }
  .product-listing-filters__opt-label {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 6px;
    width: 100%;
    padding: 0px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    color: #222222;
    cursor: pointer;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .product-listing-filters__opt-label {
        padding-top: 3px;
        padding-bottom: 3px; } }
  .product-listing-filters__opt-label-text {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin-top: 1px;
    line-height: 18px;
    text-transform: capitalize; }
  .product-listing-filters__item-count {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    vertical-align: baseline; }
    .product-listing-filters__item-count:not(:empty):before {
      display: inline;
      content: "("; }
    .product-listing-filters__item-count:not(:empty):after {
      display: inline;
      content: ")"; }
  .product-listing-filters__accordion-trigger {
    display: inline-block;
    font-size: 15px;
    color: #222222;
    text-decoration: none; }
    .product-listing-filters__accordion-trigger:hover {
      text-decoration: none; }
  .product-listing-filters__show-more {
    text-transform: none;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #00497a;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    @media (max-width: 991px) {
      .product-listing-filters__show-more {
        padding-top: 12px;
        padding-bottom: 30px;
        padding-left: 22px;
        padding-right: 22px; }
        .product-listing-filters__show-more:hover::after {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
    .product-listing-filters__show-more:hover::after {
      -webkit-transform: translate(100%, 0);
          -ms-transform: translate(100%, 0);
              transform: translate(100%, 0); }
    .product-listing-filters__show-more::after {
      display: inline-block;
      content: "\f2fb";
      font-family: "Material-Design-Iconic-Font";
      margin-left: 5px;
      -webkit-transition: -webkit-transform 250ms ease;
      transition: -webkit-transform 250ms ease;
      transition: transform 250ms ease;
      transition: transform 250ms ease, -webkit-transform 250ms ease; }

.popup-postcode-wrapper {
  display: none;
  width: 100%;
  padding: 20px;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-font-smoothing: subpixel-antialiased;
  border-bottom: 4px solid #0776aa;
  z-index: 510;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3); }
  @media (min-width: 576px) {
    .popup-postcode-wrapper {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .popup-postcode-wrapper {
      padding: 40px; } }

.popup-postcode-close {
  position: absolute;
  top: 3%;
  right: 18px;
  cursor: pointer;
  text-decoration: none; }
  .popup-postcode-close:hover {
    text-decoration: none; }
  .popup-postcode-close::after {
    content: '\f136';
    font-size: 25px;
    font-family: 'Material-Design-Iconic-Font'; }

.popup-postcode {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  .popup-postcode__form {
    margin: 0;
    padding: 0; }
  .popup-postcode__form-row {
    padding: 10px; }
  .popup-postcode__label {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #00497a; }
  .popup-postcode__input {
    width: 100%;
    margin: 0;
    padding: 12px;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 12px;
    border: 1px solid #00497a;
    border-radius: 0px; }
  .popup-postcode input.popup-postcode__input {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: 1px solid #00497a; }
    .popup-postcode input.popup-postcode__input::-webkit-input-placeholder {
      font-style: italic;
      color: #999999; }
    .popup-postcode input.popup-postcode__input::-ms-input-placeholder {
      font-style: italic;
      color: #999999; }
    .popup-postcode input.popup-postcode__input::placeholder {
      font-style: italic;
      color: #999999; }
    .popup-postcode input.popup-postcode__input.error {
      border: 1px solid #c91d1d; }
  .popup-postcode__button {
    margin: 0;
    padding: 12px 18px;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #fff;
    text-transform: uppercase;
    background-color: #00497a;
    border: none;
    border-radius: 0px; }
  .popup-postcode__search-input-container {
    position: relative; }
  .popup-postcode .form-control-error-message {
    margin-top: 8px;
    color: #c91d1d;
    font-size: 11px; }

.popup-stock-check__wrapper {
  background: rgba(0, 0, 0, 0.65);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500; }

.popup-stock-check__content-wrapper {
  background: #FFFFFF;
  height: 90vh;
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
  position: relative;
  top: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .popup-stock-check__content-wrapper {
      max-height: 698px; } }
  .popup-stock-check__content-wrapper .popup-stock-check-close {
    position: absolute;
    top: 2px;
    right: 15px;
    cursor: pointer;
    text-decoration: none; }
    .popup-stock-check__content-wrapper .popup-stock-check-close:hover {
      text-decoration: none; }
    .popup-stock-check__content-wrapper .popup-stock-check-close::after {
      content: '\f136';
      font-size: 25px;
      font-family: 'Material-Design-Iconic-Font'; }

.popup-stock-check__content-header {
  background: #E9E9E9;
  border-bottom: 2px solid #d6d6d6;
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px; }
  .popup-stock-check__content-header h5 {
    color: #00497A;
    font-size: 14px;
    font-weight: 500; }
  .popup-stock-check__content-header h3 {
    font-size: 16px;
    line-height: 20px; }

.popup-stock-check__content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .popup-stock-check__content-form {
      -ms-flex-wrap: inherit;
          flex-wrap: inherit; } }
  .popup-stock-check__content-form .store-search-block__input {
    border: 1px solid #D6D6D6;
    box-shadow: none;
    margin-left: 0;
    position: relative;
    z-index: 0; }
    .popup-stock-check__content-form .store-search-block__input input {
      padding-right: 50px; }
    .popup-stock-check__content-form .store-search-block__input .current-location {
      -webkit-appearance: none;
      background: transparent;
      border: 0;
      color: #999999;
      font-size: 14px;
      height: 100%;
      outline: none;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px; }
  .popup-stock-check__content-form .store-search-block__button {
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-top: 0;
    box-shadow: none;
    min-width: 144px; }
    @media (min-width: 768px) {
      .popup-stock-check__content-form .store-search-block__button {
        border-top: 1px solid #D6D6D6; } }

.popup-stock-check__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  overflow: hidden; }
  .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper {
    height: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper {
        max-width: 345px; } }
    .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__brand-icon {
      padding-left: 0;
      width: 25px; }
    .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__result-list-heading {
      margin-bottom: 0; }
    .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__result-store-type {
      margin-top: 2px; }
    .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__result-trading-hour {
      font-size: 11px; }
      .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__result-trading-hour span {
        font-size: 12px; }
    .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__result-contact-phone,
    .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__result-map-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 11px; }
      .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__result-contact-phone:before,
      .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__result-map-cta:before {
        font-size: 14px;
        margin-right: 5px; }
    .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder-stock-check-list__stock-status {
      color: #0CAE5B;
      font-size: 12px;
      font-weight: 600;
      position: relative; }
      .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder-stock-check-list__stock-status:before {
        content: '\f269';
        font-family: "Material-Design-Iconic-Font";
        font-size: 16px;
        left: -20px;
        position: absolute; }
      .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder-stock-check-list__stock-status.stock-check-low {
        color: #F7991C; }
        .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder-stock-check-list__stock-status.stock-check-low:before {
          content: '\f1f1'; }
    @media (min-width: 768px) {
      .popup-stock-check__content-list .store-finder-stock-check-list.store-finder__result-list-wrapper .store-finder__result-store-detail-info.active {
        overflow: auto; } }

.product-compare-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 16px 20px;
  background: rgba(34, 34, 34, 0.87);
  z-index: 200;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 350ms ease-out;
  transition: opacity 350ms ease-out; }
  .product-compare-bar.is-active {
    opacity: 1;
    pointer-events: all; }
  .product-compare-bar__inner {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto; }
  .product-compare-bar__section {
    box-sizing: border-box; }
    .product-compare-bar__section--products {
      display: none; }
    .product-compare-bar__section--btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-compare-bar__section--btns > * {
        margin-top: 0;
        margin-bottom: 0; }
      .product-compare-bar__section--btns > *:not(:last-child) {
        margin-right: 12px; }
      .product-compare-bar__section--btns .pcb-compare-btn {
        -webkit-box-flex: 2;
            -ms-flex: 2 1 0px;
                flex: 2 1 0; }
      .product-compare-bar__section--btns .pcb-clear-btn {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0; }
  @media (min-width: 768px) {
    .product-compare-bar__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 1300px; }
    .product-compare-bar__section--products {
      display: block;
      width: 70%;
      position: relative;
      padding: 0 40px; }
    .product-compare-bar__section--btns {
      padding-left: 5%;
      width: 30%;
      text-align: right; } }

.compare-bar-slider-nav {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  z-index: 15;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  top: 30%; }
  .compare-bar-slider-nav > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .compare-bar-slider-nav--next {
    right: 0; }
    .compare-bar-slider-nav--next > svg {
      -webkit-transform: translate(-40%, -50%);
          -ms-transform: translate(-40%, -50%);
              transform: translate(-40%, -50%); }
  .compare-bar-slider-nav--prev {
    left: 0; }
    .compare-bar-slider-nav--prev > svg {
      -webkit-transform: translate(-60%, -50%);
          -ms-transform: translate(-60%, -50%);
              transform: translate(-60%, -50%); }
  .compare-bar-slider-nav--disabled {
    opacity: 0.3;
    cursor: not-allowed; }

.product-compare-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 9px 30px 9px 9px; }
  .product-compare-tile__name {
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: #222222;
    font-size: 11px;
    line-height: 1.2;
    text-decoration: none;
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.2;
    height: 39.6px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .product-compare-tile__name:hover {
      text-decoration: none;
      color: currentColor; }
  .product-compare-tile__img {
    box-sizing: border-box;
    width: 55px;
    height: auto;
    border: none;
    margin-right: 8px; }
  .product-compare-tile__rm-btn {
    position: absolute;
    top: 7px;
    right: 6px;
    padding: 2px;
    border: none;
    background: transparent;
    color: #666666;
    font-size: 16px;
    line-height: 1; }

.product-compare-tile {
  height: auto !important; }

.product-compare-sticky {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .product-compare-sticky .product-tile__action-group,
  .product-compare-sticky .product-tile__detail-code,
  .product-compare-sticky .product-tile__detail-rating,
  .product-compare-sticky .product-tile__section-switches,
  .product-compare-sticky .product-tile__section-prices {
    display: none; }
  .product-compare-sticky .product-tile__img-container {
    width: 90px; }
  .product-compare-sticky .product-tile__content {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px; }
  .product-compare-sticky .product-tile__section-details {
    padding: 0; }
  .product-compare-sticky .product-tile__detail-name {
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    height: 45px; }
  .product-compare-sticky .product-tile__img-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.product-compare-page__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  padding-right: 22px; }

.product-compare-page__heading {
  font-size: 24px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  color: #222222; }

.product-compare-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  z-index: 0; }
  .product-compare-table tr:hover th, .product-compare-table tr:hover td {
    background-color: #f4f4f4; }
  .product-compare-table th, .product-compare-table td {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff; }
  .product-compare-table__header tr:hover th {
    background-color: #fff; }
  .product-compare-table__header thead th {
    padding: 0;
    vertical-align: bottom;
    background-color: #fff; }
    .product-compare-table__header thead th:first-child {
      padding: 10px; }
      .product-compare-table__header thead th:first-child.fixed {
        position: absolute !important;
        z-index: 12 !important; }
    .product-compare-table__header thead th.sticky {
      padding: 0 5px;
      position: relative;
      z-index: 11;
      border-left: none;
      border-right: none;
      -webkit-transition: top 0.2s ease;
      transition: top 0.2s ease;
      box-shadow: 0 8px 5px -3px #ddd; }
      .product-compare-table__header thead th.sticky > div {
        opacity: 1; }
  .product-compare-table-wrapper {
    width: 100%;
    position: relative;
    padding-top: 5px;
    padding-left: 22px;
    padding-right: 22px; }
  .product-compare-table-container {
    position: relative; }
  .product-compare-table-scroller {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -webkit-grab;
    /* (Optional) Apply a "closed-hand" cursor during drag operation. */ }
    .product-compare-table-scroller.active {
      cursor: grabbing;
      cursor: -webkit-grabbing; }
    .product-compare-table-scroller::-webkit-scrollbar {
      width: 10px;
      height: 10px; }
    .product-compare-table-scroller::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .product-compare-table-scroller::-webkit-scrollbar-thumb {
      background: #bbb;
      border-radius: 7px; }
    .product-compare-table-scroller::-webkit-scrollbar-thumb:hover {
      background: #999; }
    .product-compare-table-scroller__shadow {
      width: 4px;
      height: -webkit-calc(100% - 10px);
      height: calc(100% - 10px);
      position: absolute;
      top: 0;
      box-shadow: 4px 0 5px #ccc;
      pointer-events: none;
      z-index: 13;
      opacity: 0;
      -webkit-transition: opacity 1s ease;
      transition: opacity 1s ease; }
      .product-compare-table-scroller__shadow.active {
        opacity: 1; }
  .product-compare-table__title {
    width: 100%;
    padding: 20px 18px 5px 18px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Gotham A", "Gotham B", sans-serif; }
    .product-compare-table__title span {
      position: static;
      z-index: 0; }
      @media (min-width: 768px) {
        .product-compare-table__title span {
          position: absolute;
          left: 15px; } }
  .product-compare-table__action-remove {
    padding: 10px;
    text-align: center;
    color: #666666;
    font-size: 12px; }
    .product-compare-table__action-remove a {
      cursor: pointer;
      color: #666666; }
      .product-compare-table__action-remove a:hover {
        text-decoration: none; }
      .product-compare-table__action-remove a::before {
        content: '\f135';
        margin-right: 5px;
        color: #666666;
        font-family: 'Material-Design-Iconic-Font'; }
  .product-compare-table__theading {
    padding: 14px;
    width: 300px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    color: #666666;
    background-color: #f4f4f4; }
    .product-compare-table__theading.hide {
      display: none; }
    .product-compare-table__theading.fixed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      left: 0px;
      z-index: 10; }
  .product-compare-table__theading-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 50px 0;
    height: 100%;
    font-family: "Gotham A", "Gotham B", sans-serif;
    opacity: 0;
    -webkit-transition: opacity 1.4s ease;
    transition: opacity 1.4s ease; }
  .product-compare-table__tcell {
    padding: 14px;
    width: 200px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    background-color: #fafafa;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
    @media (min-width: 768px) {
      .product-compare-table__tcell {
        width: 250px; } }
    .product-compare-table__tcell > label {
      display: block;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 500;
      color: #999999; }

.pc-top-nav {
  display: block;
  padding-top: 24px;
  padding-bottom: 15px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 768px) {
    .pc-top-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 24px 22px; } }
  .pc-top-nav__section {
    display: block; }
    @media (min-width: 768px) {
      .pc-top-nav__section {
        -webkit-box-flex: 1;
            -ms-flex: 1 2 100%;
                flex: 1 2 100%; } }
    .pc-top-nav__section--big {
      -webkit-box-flex: 2;
          -ms-flex: 2 1 100%;
              flex: 2 1 100%; }
    .pc-top-nav__section--right {
      text-align: right; }
  .pc-top-nav__cta {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    cursor: pointer; }
    .pc-top-nav__cta--misc {
      display: none; }
      @media (min-width: 768px) {
        .pc-top-nav__cta--misc {
          display: inline-block;
          margin-right: 20px;
          font-size: 12px;
          color: #222222; }
          .pc-top-nav__cta--misc:last-child {
            margin-right: 0px; } }
    .pc-top-nav__cta--back {
      margin-bottom: 10px;
      color: #0776aa;
      font-size: 13px;
      line-height: 13px;
      text-transform: uppercase;
      text-decoration: none; }
      .pc-top-nav__cta--back:hover {
        color: #0887c2;
        text-decoration: none; }
        .pc-top-nav__cta--back:hover::before {
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .pc-top-nav__cta--back::before {
        content: "\f2ea";
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        font-family: "Material-Design-Iconic-Font";
        font-size: 16px;
        -webkit-transition: -webkit-transform 250ms ease-out;
        transition: -webkit-transform 250ms ease-out;
        transition: transform 250ms ease-out;
        transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
      @media (min-width: 768px) {
        .pc-top-nav__cta--back {
          margin: 0px; } }

.product-compare-breadcrumbs {
  text-align: left; }
  @media (min-width: 768px) {
    .product-compare-breadcrumbs {
      text-align: center; } }

/* product tile css */
.postcode-link {
  cursor: pointer;
  color: #00497a;
  font-size: 12px;
  font-style: italic;
  text-decoration: underline; }
  .postcode-link::after {
    content: '\f2fb';
    display: inline-block;
    margin-left: 5px;
    font-family: 'Material-Design-Iconic-Font'; }

.product-tile {
  height: 100%;
  display: block;
  position: relative;
  border: 1px solid #D6D6D6;
  padding: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0px;
  background-color: #fff;
  -webkit-transition: box-shadow 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: box-shadow 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .product-tile:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); }
  .product-tile--list:hover, .product-tile--slist:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); }
  .product-tile__img-container {
    position: relative;
    display: block;
    font-size: 0px; }
  .product-tile__product-tile__img-link {
    display: block; }
  .product-tile__img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    font-size: 0px; }
  .product-tile__wishlist-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    background-color: #d6d6d6;
    color: #666666;
    text-align: center;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease; }
    .product-tile__wishlist-btn::before {
      content: "\f15e";
      margin-right: 5px;
      font-family: "Material-Design-Iconic-Font";
      font-size: 12px; }
    .product-tile__wishlist-btn:hover::before {
      content: "\f15f";
      font-family: "Material-Design-Iconic-Font"; }
    .product-tile__wishlist-btn:active {
      background-color: #dfdfdf;
      color: #3c3c3c; }
    .product-tile__wishlist-btn--added {
      color: #222222; }
      .product-tile__wishlist-btn--added::before {
        content: "\f15f";
        color: #222222;
        font-family: "Material-Design-Iconic-Font"; }
  .product-tile__wishlist-text {
    font-size: 11px;
    font-weight: 500; }
  .product-tile__content {
    display: block;
    padding-top: 3%;
    padding-bottom: 5%;
    padding-left: 4%;
    padding-right: 4%;
    border-top: 1px solid #D6D6D6; }
  .product-tile__section-details {
    display: block;
    padding-bottom: 12px;
    text-decoration: none; }
    .product-tile__section-details:hover, .product-tile__section-details:focus {
      text-decoration: none; }
  .product-tile__detail-rating {
    display: block;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
    color: #FDCB27;
    font-size: 16px; }
  .product-tile__detail-name {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: normal;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.2;
    height: 31.2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; }
    .product-tile__detail-name:hover {
      text-decoration: none;
      color: #222222; }
  .product-tile__detail-code {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #666666;
    font-size: 10px;
    white-space: normal; }
  .product-tile__section-switches {
    display: block;
    padding-bottom: 12px;
    font-size: 0px; }
  .product-tile__switch-group {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    height: 32px;
    margin: 0px;
    font-size: 0px;
    vertical-align: middle; }
    .product-tile__switch-group--unit {
      padding-right: 6px; }
    .product-tile__switch-group--qty {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-left: 6px; }
  .product-tile__unit-switch-radio {
    display: none; }
    .product-tile__unit-switch-radio:not(:checked) + .product-tile__unit-switch:hover {
      background-color: #dcdcdc; }
    .product-tile__unit-switch-radio:not(:checked) + .product-tile__unit-switch:active {
      background-color: #d1d1d1; }
    .product-tile__unit-switch-radio:checked + .product-tile__unit-switch {
      background-color: #0776aa;
      color: #fff; }
  .product-tile__unit-switch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    margin: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #e3e3e3;
    vertical-align: middle;
    color: #999999;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .product-tile__unit-switch:active {
      background-color: #d1d1d1; }
  .product-tile__unit-switch-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .product-tile__qty-switch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    max-width: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px;
    border: 1px solid #e3e3e3;
    z-index: 5;
    background-color: #fff;
    background-position: center;
    vertical-align: middle;
    color: #0776aa;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    outline: none;
    -webkit-transition: background-color 200ms ease, box-shadow 250ms ease;
    transition: background-color 200ms ease, box-shadow 250ms ease; }
    .product-tile__qty-switch:focus {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45); }
    .product-tile__qty-switch:hover {
      background-color: #fafafa; }
    .product-tile__qty-switch:active {
      background-color: #f0f0f0;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .product-tile__qty-field-container {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    height: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .product-tile__qty-field, .product-tile__qty-field[type=number], .product-tile__qty-field[type=text] {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    color: #0776aa;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    box-shadow: none;
    -moz-appearance: textfield; }
    .product-tile__qty-field::-webkit-inner-spin-button, .product-tile__qty-field::-webkit-outer-spin-button, .product-tile__qty-field[type=number]::-webkit-inner-spin-button, .product-tile__qty-field[type=number]::-webkit-outer-spin-button, .product-tile__qty-field[type=text]::-webkit-inner-spin-button, .product-tile__qty-field[type=text]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0px; }
  .product-tile__section-prices {
    box-sizing: border-box;
    font-size: 0px; }
    .product-tile__section-prices .postcode-link {
      display: inline-block; }
  .product-tile__price {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
    margin-bottom: 5px;
    color: #222222;
    font-size: 0px; }
    .product-tile__price:only-child, .product-tile__price:last-child {
      margin-bottom: 0px; }
    .product-tile__price-prefx {
      display: block;
      margin-right: 4px;
      font-size: 9px;
      line-height: 1.2em;
      font-weight: 600;
      text-transform: uppercase; }
    .product-tile__price-val {
      margin-right: 4px;
      font-size: 16px;
      line-height: 1em;
      font-weight: 600; }
    .product-tile__price-suffx {
      font-size: 9px;
      line-height: 1em; }
    .product-tile__price--cmp {
      padding-left: 6px;
      color: #666666; }
      .product-tile__price--cmp .product-tile__price-prefx {
        font-weight: 400; }
      .product-tile__price--cmp .product-tile__price-val {
        font-weight: 400; }
  .product-tile__action-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #D6D6D6;
    font-size: 0px; }
  .product-tile__action-compare-checkbox, .product-tile__action-compare-checkbox[type=checkbox] {
    display: inline-block;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 3px;
    cursor: pointer;
    vertical-align: middle; }
  .product-tile__action-compare-label {
    cursor: pointer;
    margin: 0px;
    vertical-align: middle; }
    .product-tile__action-compare-label .compare-text {
      display: inline-block;
      vertical-align: middle;
      font-weight: 500; }
  .product-tile__action-btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0px;
    border: none;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    outline: none; }
    .product-tile__action-btn:only-child {
      width: 100%; }
    .product-tile__action-btn-icon::before {
      text-align: center;
      color: white;
      font-size: 16px;
      /* req by fontawesome */
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      /* req by fontawesome end */ }
    .product-tile__action-btn-text {
      position: relative;
      z-index: 5;
      display: inline-block;
      opacity: 1;
      -webkit-transition: opacity 350ms ease;
      transition: opacity 350ms ease; }
    .product-tile__action-btn--compare {
      background-color: #fff;
      font-size: 11px;
      line-height: 1.6em; }
      .product-tile__action-btn--compare .compare-text {
        font-weight: 500; }
    .product-tile__action-btn--add {
      background-color: #f7991c;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 1.6em;
      -webkit-transition: box-shadow 200ms ease,  background-color 200ms ease;
      transition: box-shadow 200ms ease,  background-color 200ms ease; }
      .product-tile__action-btn--add:not(:only-child) {
        border-left: 1px solid #D6D6D6; }
      .product-tile__action-btn--add .product-tile__action-btn-icon {
        position: absolute;
        display: none;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%; }
        .product-tile__action-btn--add .product-tile__action-btn-icon > i {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 50%;
          vertical-align: center;
          font-size: 16px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: opacity 250ms linear;
          transition: opacity 250ms linear;
          -webkit-animation: spinnerSpin 1.5s linear infinite;
                  animation: spinnerSpin 1.5s linear infinite; }

@-webkit-keyframes spinnerSpin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes spinnerSpin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }
        .product-tile__action-btn--add .product-tile__action-btn-icon::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .product-tile__action-btn--add:hover {
        background-color: #ff9200; }
    .product-tile__action-btn--loading {
      background-color: #D6D6D6; }
      .product-tile__action-btn--loading .product-tile__action-btn-text {
        opacity: 0; }
      .product-tile__action-btn--loading .product-tile__action-btn-icon {
        display: block; }
      .product-tile__action-btn--loading .product-tile__svg-ok {
        display: none;
        visibility: hidden; }
      .product-tile__action-btn--loading:hover {
        cursor: not-allowed;
        background-color: #D6D6D6; }
    .product-tile__action-btn--success {
      background-color: #0CAE5B; }
      .product-tile__action-btn--success .product-tile__action-btn-text {
        opacity: 0; }
      .product-tile__action-btn--success .product-tile__action-btn-icon {
        display: block; }
        .product-tile__action-btn--success .product-tile__action-btn-icon > i {
          display: none; }
        .product-tile__action-btn--success .product-tile__action-btn-icon::before {
          content: "\f00c"; }
      .product-tile__action-btn--success:hover {
        cursor: not-allowed;
        background-color: #0CAE5B; }
    .product-tile__action-btn--error {
      background-color: #C91D1D; }
      .product-tile__action-btn--error .product-tile__action-btn-text {
        opacity: 0; }
      .product-tile__action-btn--error .product-tile__action-btn-icon {
        display: block; }
        .product-tile__action-btn--error .product-tile__action-btn-icon > i {
          display: none; }
        .product-tile__action-btn--error .product-tile__action-btn-icon::before {
          content: "\f00d"; }
      .product-tile__action-btn--error:hover {
        cursor: not-allowed;
        background-color: #C91D1D; }
    .product-tile__action-btn--cancel {
      background-color: #fafafa;
      font-size: 12px;
      font-weight: 500;
      line-height: 22px;
      text-transform: capitalize; }
  .product-tile--retail .product-tile__wishlist-btn {
    display: block; }
  .product-tile--retail .product-tile__switch-group--unit {
    display: none !important; }
  .product-tile--retail .product-tile__switch-group--qty {
    padding-left: 0px; }
  .product-tile--retail .product-tile__price-prefx {
    display: none !important; }
  .product-tile--retail .product-tile__price--cmp {
    display: none !important; }
  .product-tile--list {
    display: inline-block;
    font-size: 0px;
    vertical-align: middle; }
    .product-tile--list .product-tile__img-container {
      position: static;
      display: inline-block;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      width: 50%;
      vertical-align: middle; }
    .product-tile--list .product-tile__wishlist-btn {
      right: auto;
      right: initial;
      right: unset;
      left: 0; }
    .product-tile--list .product-tile__content {
      display: inline-block;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      width: 50%;
      height: 100%;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 10px;
      padding-right: 10px;
      border-top: none;
      background-color: #f6f6f6;
      vertical-align: middle; }
    .product-tile--list .product-tile__section-details {
      vertical-align: middle; }
    .product-tile--list .product-tile__detail-rating {
      display: none; }
    .product-tile--list .product-tile__detail-name {
      font-size: 12px;
      height: 57.6px;
      -webkit-line-clamp: 4; }
    .product-tile--list .product-tile__section-switches {
      display: block; }
    .product-tile--list .product-tile__switch-group {
      display: block;
      width: 100%;
      height: 35px; }
      .product-tile--list .product-tile__switch-group--unit {
        padding-bottom: 0px;
        padding-right: 0px;
        margin-bottom: 8px; }
      .product-tile--list .product-tile__switch-group--qty {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px; }
    .product-tile--list .product-tile__qty-switch {
      font-size: 14px;
      max-width: 35px; }
    .product-tile--list .product-tile__qty-field-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; }
    .product-tile--list .product-tile__section-prices {
      vertical-align: middle; }
    .product-tile--list .product-tile__price {
      display: block;
      width: 100%; }
      .product-tile--list .product-tile__price:not(:only-child) {
        margin-bottom: 2px; }
      .product-tile--list .product-tile__price-prefx {
        display: block;
        width: 100%; }
      .product-tile--list .product-tile__price--cmp {
        padding-left: 0px; }
    .product-tile--list .product-tile__action-group {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
  .product-tile--slist .product-tile__img-container {
    display: none; }
  .product-tile--slist .product-tile__content {
    border-top: none; }
  .product-tile--slist .product-tile__detail-rating {
    display: none; }
  .product-tile--slist .product-tile__price {
    display: inline-block;
    width: 50%; }
    .product-tile--slist .product-tile__price-prefx {
      display: block;
      width: 100%; }
  .product-tile--slist.product-tile--retail {
    display: none; }
  .product-tile--compact .product-tile__img-container {
    width: 50%;
    display: inline-block;
    vertical-align: middle; }
  .product-tile--compact .product-tile__img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    vertical-align: top; }
  .product-tile--compact .product-tile__content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    border-top: none;
    background-color: #f6f6f6;
    padding-top: 4%; }
  .product-tile--compact .product-tile__detail-name {
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.2;
    height: 57.6px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-tile--compact .product-tile__switch-group {
    display: block;
    width: 100%; }
    .product-tile--compact .product-tile__switch-group--unit {
      padding-right: 0px;
      margin-bottom: 10px; }
    .product-tile--compact .product-tile__switch-group--qty {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0px; }
  .product-tile--compact .product-tile__qty-switch {
    vertical-align: middle; }
  .product-tile--compact .product-tile__qty-field-container {
    vertical-align: middle; }
  .product-tile--compact .product-tile__price {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    line-height: 14px; }
    .product-tile--compact .product-tile__price-prefx {
      display: block; }
    .product-tile--compact .product-tile__price-val {
      display: inline-block; }
    .product-tile--compact .product-tile__price-suffx {
      display: inline-block; }
    .product-tile--compact .product-tile__price--cmp {
      padding-left: 0px; }
  .product-tile--compact .product-tile__section-alternate {
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
    .product-tile--compact .product-tile__section-alternate--alt .product-tile__alt-slot--slide-in, .product-tile--compact .product-tile__section-alternate--alt .product-tile__alt-slot--fade-in {
      opacity: 1; }
    .product-tile--compact .product-tile__section-alternate--alt .product-tile__alt-slot--slide-out {
      opacity: 0; }
    .product-tile--compact .product-tile__section-alternate--alt .product-tile__alt-slot--slide-in, .product-tile--compact .product-tile__section-alternate--alt .product-tile__alt-slot--slide-out, .product-tile--compact .product-tile__section-alternate--alt .product-tile__alt-slot--fade-in {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    .product-tile--compact .product-tile__section-alternate--alt .product-tile__alt-slot--fade-in {
      -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .product-tile--compact .product-tile__alt-slot {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    z-index: 5; }
    .product-tile--compact .product-tile__alt-slot--slide-in {
      opacity: 0;
      -webkit-transition: opacity 350ms ease, -webkit-transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 350ms ease, -webkit-transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 350ms ease;
      transition: transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 350ms ease, -webkit-transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .product-tile--compact .product-tile__alt-slot--slide-out {
      opacity: 1;
      -webkit-transition: opacity 350ms ease, -webkit-transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 350ms ease, -webkit-transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 350ms ease;
      transition: transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 350ms ease, -webkit-transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .product-tile--compact .product-tile__alt-slot--fade-in {
      opacity: 0;
      -webkit-transition: opacity 450ms ease, -webkit-transform 450ms ease 450ms;
      transition: opacity 450ms ease, -webkit-transform 450ms ease 450ms;
      transition: opacity 450ms ease, transform 450ms ease 450ms;
      transition: opacity 450ms ease, transform 450ms ease 450ms, -webkit-transform 450ms ease 450ms; }
    .product-tile--compact .product-tile__alt-slot--fade-out {
      opacity: 1;
      -webkit-transition: opacity 450ms ease, -webkit-transform 450ms ease 450ms;
      transition: opacity 450ms ease, -webkit-transform 450ms ease 450ms;
      transition: opacity 450ms ease, transform 450ms ease 450ms;
      transition: opacity 450ms ease, transform 450ms ease 450ms, -webkit-transform 450ms ease 450ms; }
  @media (min-width: 768px) {
    .product-tile__price {
      display: block;
      width: 100%; }
      .product-tile__price-prefx {
        display: inline-block; }
      .product-tile__price--cmp {
        padding-left: 0px; }
    .product-tile__wishlist-btn {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 12px;
      padding-right: 12px; }
    .product-tile--list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%;
      max-width: none; }
      .product-tile--list .product-tile__img-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 75px;
                flex: 0 1 75px;
        width: 75px;
        border-right: 1px solid #D6D6D6; }
      .product-tile--list .product-tile__wishlist-btn {
        width: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px; }
        .product-tile--list .product-tile__wishlist-btn::before {
          font-size: 11px;
          margin-right: 0px; }
      .product-tile--list .product-tile__wishlist-text {
        display: none; }
      .product-tile--list .product-tile__content {
        display: inline-block;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 40%;
                flex: 1 1 40%;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #fff; }
      .product-tile--list .product-tile__section-details {
        display: inline-block;
        width: 35.33%;
        padding-bottom: 0px;
        padding-right: 3%; }
      .product-tile--list .product-tile__detail-name {
        margin-bottom: 15px;
        display: -webkit-box;
        font-size: 12px;
        line-height: 1.2;
        height: 28.8px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .product-tile--list .product-tile__section-switches {
        display: inline-block;
        width: 33.33%;
        padding-bottom: 0px;
        padding-right: 12px; }
      .product-tile--list .product-tile__switch-group {
        display: inline-block;
        width: 50%;
        height: 32px;
        max-width: 108px; }
        .product-tile--list .product-tile__switch-group--unit {
          padding-bottom: 0px;
          padding-right: 4px;
          margin-bottom: 0px; }
        .product-tile--list .product-tile__switch-group--qty {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          padding-left: 4px; }
      .product-tile--list .product-tile__unit-switch {
        vertical-align: middle;
        font-size: 11px; }
      .product-tile--list .product-tile__qty-switch {
        font-size: 13px; }
      .product-tile--list .product-tile__qty-field {
        font-size: 13px; }
      .product-tile--list .product-tile__section-prices {
        display: inline-block;
        width: 31.33%; }
        .product-tile--list .product-tile__section-prices .postcode-link {
          width: 75%; }
      .product-tile--list .product-tile__price {
        white-space: nowrap; }
        .product-tile--list .product-tile__price-prefx {
          display: inline-block;
          width: auto; }
        .product-tile--list .product-tile__price-val {
          font-size: 13px; }
      .product-tile--list .product-tile__action-group {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
                justify-content: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100px;
                flex: 0 1 100px;
        width: 100px;
        border-top: none;
        border-left: 1px solid #D6D6D6; }
        .product-tile--list .product-tile__action-group--no-comp {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-item-align: center;
              align-self: center;
          border-left: none; }
      .product-tile--list .product-tile__action-btn {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px; }
        .product-tile--list .product-tile__action-btn--compare:not(:only-child) {
          border-bottom: 1px solid #D6D6D6;
          border-right: none; }
        .product-tile--list .product-tile__action-btn--add:only-child {
          -webkit-box-flex: 1;
              -ms-flex: auto;
                  flex: auto;
          left: -10px;
          border: 1px solid #D6D6D6; }
        .product-tile--list .product-tile__action-btn--add:not(:only-child) {
          border-left: none; }
    .product-tile--list.product-tile--retail .product-tile__section-details {
      width: 50.66%; }
    .product-tile--list.product-tile--retail .product-tile__section-switches {
      width: 18%; }
    .product-tile--list.product-tile--retail .product-tile__switch-group--qty {
      width: 100%;
      padding-left: 0; }
    .product-tile--list.product-tile--retail .product-tile__action-btn--add {
      font-size: 11px;
      font-weight: 600; }
    .product-tile--slist {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: 100%;
      max-width: none; }
      .product-tile--slist .product-tile__content {
        display: inline-block;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 40%;
                flex: 1 1 40%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        background: #fff; }
      .product-tile--slist .product-tile__section-details {
        display: inline-block;
        width: 41.66%;
        padding-bottom: 0px;
        padding-right: 12px;
        vertical-align: middle; }
      .product-tile--slist .product-tile__detail-name {
        margin-bottom: 3px; }
      .product-tile--slist .product-tile__section-switches {
        display: inline-block;
        width: 28%;
        padding-bottom: 0px;
        padding-right: 12px;
        vertical-align: middle; }
      .product-tile--slist .product-tile__switch-group {
        height: 32px;
        max-width: 108px; }
      .product-tile--slist .product-tile__unit-switch {
        font-size: 11px; }
      .product-tile--slist .product-tile__qty-switch {
        font-size: 13px; }
      .product-tile--slist .product-tile__qty-field {
        font-size: 13px; }
      .product-tile--slist .product-tile__qty-field-container {
        max-width: 38px; }
      .product-tile--slist .product-tile__section-prices {
        display: inline-block;
        width: 30.33%;
        vertical-align: middle; }
      .product-tile--slist .product-tile__price {
        display: block;
        width: 100%;
        white-space: nowrap; }
        .product-tile--slist .product-tile__price-prefx {
          display: inline-block;
          width: auto; }
        .product-tile--slist .product-tile__price-val {
          font-size: 13px; }
        .product-tile--slist .product-tile__price--cmp {
          padding-left: 0px; }
      .product-tile--slist .product-tile__action-group {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
                justify-content: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100px;
                flex: 0 1 100px;
        width: 100px;
        border-top: none;
        border-left: 1px solid #D6D6D6; }
        .product-tile--slist .product-tile__action-group--no-comp {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-item-align: center;
              align-self: center;
          border-left: none; }
      .product-tile--slist .product-tile__action-btn {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px; }
        .product-tile--slist .product-tile__action-btn--compare:not(:only-child) {
          border-bottom: 1px solid #D6D6D6;
          border-right: none; }
        .product-tile--slist .product-tile__action-btn--add:only-child {
          -webkit-box-flex: 1;
              -ms-flex: auto;
                  flex: auto;
          left: -10px;
          border: 1px solid #D6D6D6; }
        .product-tile--slist .product-tile__action-btn--add:not(:only-child) {
          border-left: none; }
    .product-tile--compact .product-tile__img-container {
      display: block;
      width: 100%;
      text-align: center; }
    .product-tile--compact .product-tile__img {
      width: auto;
      margin: 0 auto;
      height: auto;
      max-height: 138px; }
    .product-tile--compact .product-tile__content {
      display: block;
      width: 100%;
      border-top: 1px solid #D6D6D6;
      background-color: #fff; }
    .product-tile--compact .product-tile__detail-name {
      display: -webkit-box;
      font-size: 13px;
      line-height: 1.2;
      height: 31.2px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .product-tile--compact .product-tile__switch-group {
      display: inline-block;
      width: 50%; }
      .product-tile--compact .product-tile__switch-group--unit {
        padding-right: 5%;
        margin-bottom: 0px; }
      .product-tile--compact .product-tile__switch-group--qty {
        left: 5%; }
    .product-tile--compact .product-tile__price-prefx {
      display: inline-block; }
    .product-tile--compact .product-tile__alt-slot {
      vertical-align: middle; } }
  @media (min-width: 1200px) {
    .product-tile--list .product-tile__img-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100px;
              flex: 0 1 100px;
      width: 100px; }
    .product-tile--list .product-tile__unit-switch {
      font-size: 13px; }
    .product-tile--list .product-tile__qty-switch {
      font-size: 14px; }
    .product-tile--list .product-tile__price-val {
      font-size: 14px; }
    .product-tile--slist .product-tile__unit-switch {
      font-size: 13px; }
    .product-tile--slist .product-tile__qty-switch {
      font-size: 14px; }
    .product-tile--slist .product-tile__price-val {
      font-size: 14px; } }

/* product tile end */
.retail-cart-item {
  display: block;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #D6D6D6; }
  .retail-cart-item__top {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    font-size: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px; }
  .retail-cart-item__img-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
    font-size: 0px;
    width: 30%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    border: 1px solid #D6D6D6; }
  .retail-cart-item__img {
    width: 100%;
    height: auto;
    display: block; }
  .retail-cart-item__product-detail {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    vertical-align: middle;
    width: 60%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    padding-left: 19px;
    margin: 0px; }
  .retail-cart-item__product-name {
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.4;
    height: 50.4px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    color: #222222;
    font-weight: 500; }
  .retail-cart-item__product-code {
    display: block;
    color: #666666;
    font-size: 11px; }
  .retail-cart-item__btn-section {
    display: inline-block;
    width: 10%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    text-align: right; }
  .retail-cart-item__remove-item-btn {
    font-size: 20px;
    border: none;
    background-color: transparent;
    color: #00497a;
    outline: none;
    padding: 0px;
    height: 30px;
    width: 30px;
    text-align: right; }
    .retail-cart-item__remove-item-btn i {
      position: relative;
      top: -5px; }
    .retail-cart-item__remove-item-btn:active {
      color: black; }
  .retail-cart-item__bottom {
    display: block;
    font-size: 0px; }
  .retail-cart-item__quantity-section {
    display: inline-block;
    width: 30%;
    vertical-align: top; }
  .retail-cart-item__quantity {
    display: block;
    margin: 0px;
    color: #00497a;
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase; }
  .retail-cart-item__quantity-number {
    display: inline-block;
    padding-left: 5px;
    font-size: 13px; }
  .retail-cart-item__price-section {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    padding-left: 19px; }
  .retail-cart-item__price {
    line-height: 12px;
    margin-bottom: 4px; }
    .retail-cart-item__price:last-child {
      margin-bottom: 0px; }
    .retail-cart-item__price--primary {
      color: #00497a;
      font-weight: 700; }
    .retail-cart-item__price--secondary {
      color: #666666; }
  .retail-cart-item__price-name {
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    text-transform: uppercase; }
  .retail-cart-item__price-value {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px; }
  .retail-cart-item__price-gst {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400; }
    @media (max-width: 319px) {
      .retail-cart-item__price-gst {
        display: block; } }

.retail-cart {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  left: 100%;
  background-color: #FFF;
  z-index: 300;
  font-family: "Gotham A", "Gotham B", sans-serif;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: right 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: right 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: scroll; }
  @media (min-width: 576px) {
    .retail-cart {
      display: block; } }
  @media (min-width: 768px) {
    .retail-cart {
      width: 400px;
      left: auto; } }
  .retail-cart.active {
    left: 0;
    right: 0; }
    .retail-cart.active .retail-cart__header {
      left: 0;
      right: 0;
      opacity: 1; }
    @media (min-width: 768px) {
      .retail-cart.active {
        left: auto; } }
  .retail-cart__header {
    position: fixed;
    top: 0;
    right: -100%;
    left: 100%;
    width: 100%;
    z-index: 210;
    opacity: 0;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 66px;
    background-color: #00497a;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
    -webkit-transition: right 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.1s ease;
    transition: right 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.1s ease; }
    @media (min-width: 576px) {
      .retail-cart__header {
        position: relative;
        left: 0;
        right: 0; } }
  .retail-cart__title {
    display: block;
    margin: 0px auto;
    padding-left: 6%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.04em; }
  .retail-cart__close-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 6%;
    padding: 8px;
    background-color: transparent;
    background-color: none;
    border: none;
    font-weight: 400;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    outline: none; }
    .retail-cart__close-btn::before {
      content: "\f136";
      font-family: "Material-Design-Iconic-Font";
      font-size: 20px;
      color: #fff; }
  .retail-cart__list-section {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 68px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 576px) {
      .retail-cart__list-section {
        margin-top: 0px; } }
    @media (min-width: 768px) {
      .retail-cart__list-section {
        padding-top: 23px;
        padding-bottom: 20px; } }
  .retail-cart__empty-notes {
    margin: 0px auto;
    text-align: center;
    color: #999999;
    max-width: 80%;
    min-width: 280px;
    padding-top: 10px;
    font-size: 14px; }
  .retail-cart__list-container {
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
  .retail-cart__list-item {
    display: block;
    margin-top: 0px;
    margin-bottom: 17px;
    margin-left: 0px;
    margin-right: 0px; }
  .retail-cart__bottom {
    position: static;
    bottom: 0px;
    width: 100%;
    background-color: #222222;
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 22px;
    padding-right: 22px; }
    @media (min-width: 576px) {
      .retail-cart__bottom {
        position: absolute; } }
  .retail-cart__price-details-section {
    padding-bottom: 20px; }
  .retail-cart__subtotal {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .retail-cart__subtotal-text {
    font-size: 14px;
    font-weight: 500;
    display: inline-block; }
  .retail-cart__subtotal-value {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    text-align: right; }
  .retail-cart__subtotal-gst-detail {
    display: block;
    font-size: 12px;
    font-weight: 400; }
  .retail-cart__buttons-section {
    display: block; }
  .retail-cart__bottom-btn {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
    .retail-cart__bottom-btn:last-child {
      margin-bottom: 0px; }
    .retail-cart__bottom-btn--primary {
      background-color: #f7991c;
      color: #222222;
      border: 2px solid #f7991c;
      -webkit-transition: background-color 250ms ease, border-color 250ms ease;
      transition: background-color 250ms ease, border-color 250ms ease; }
      .retail-cart__bottom-btn--primary:hover {
        background-color: #ff9200;
        border-color: #ff9200; }
    .retail-cart__bottom-btn--secondary {
      background-color: #222222;
      color: #fff;
      border: 2px solid #FFF;
      -webkit-transition: background-color 250ms ease, color 250ms ease;
      transition: background-color 250ms ease, color 250ms ease; }
      .retail-cart__bottom-btn--secondary:hover {
        background-color: #fff;
        color: #222222; }

/**
 * row block section for services tool page
 */
.st-row-block {
  padding: 40px 22px; }
  .st-row-block__inner {
    margin: 0 auto;
    max-width: -webkit-calc(1300px - 200px);
    max-width: calc(1300px - 200px); }
  @media (min-width: 992px) {
    .st-row-block {
      padding: 80px 22px; }
      .st-row-block--wide {
        padding: 80px 22px; }
        .st-row-block--wide .st-row-block__inner {
          max-width: 1300px; } }

/**
 * link tile item
 */
.st-link-tile {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.4s ease, color 0.4s ease, background-color 0.4s ease;
  transition: box-shadow 0.4s ease, color 0.4s ease, background-color 0.4s ease; }
  .st-link-tile:hover {
    text-decoration: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35); }
  .st-link-tile[href] .st-link-tile__title::after {
    content: "\f2fb";
    display: inline-block;
    margin-left: 0.6em;
    vertical-align: baseline;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.1em;
    font-weight: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .st-link-tile[href]:hover .st-link-tile__title::after {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  .st-link-tile__img-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 0.15); }
    .st-link-tile__img-wrapper > img {
      display: block;
      border: 0;
      margin: 0;
      width: 100%;
      height: auto;
      max-width: 100%; }
  .st-link-tile__content {
    display: block;
    padding: 14px;
    background-color: #00497a;
    color: #fff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    text-align: left;
    font-size: 11px;
    text-decoration: none; }
    .st-link-tile__content:hover {
      color: #fff;
      text-decoration: none; }
    .st-link-tile__content:focus {
      color: #fff;
      text-decoration: underline; }
  .st-link-tile__title {
    margin: 0 0 0.3em;
    font-size: 1.09em;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase; }
  .st-link-tile__short {
    display: none;
    font-size: 1em;
    line-height: 1.27; }
  .st-link-tile--alt-01 {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
    .st-link-tile--alt-01 .st-link-tile__img-wrapper {
      display: none; }
    .st-link-tile--alt-01 .st-link-tile__content {
      background-color: #fff;
      color: #222222; }
      .st-link-tile--alt-01 .st-link-tile__content:hover {
        color: #222222; }
      .st-link-tile--alt-01 .st-link-tile__content:focus {
        color: #222222; }
    .st-link-tile--alt-01 .st-link-tile__title {
      color: #00497a; }
    .st-link-tile--alt-01 .st-link-tile__short {
      display: initial; }
  .st-link-tile--alt-02 {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
    .st-link-tile--alt-02 .st-link-tile__content {
      background-color: #fff;
      color: #222222; }
      .st-link-tile--alt-02 .st-link-tile__content:hover {
        color: #222222; }
      .st-link-tile--alt-02 .st-link-tile__content:focus {
        color: #222222; }
    .st-link-tile--alt-02 .st-link-tile__title {
      color: #00497a; }
  @media (max-width: 767px) {
    .st-link-tile--alt-02 .st-link-tile__img-wrapper {
      display: block; }
    .st-link-tile--alt-02 .st-link-tile__ {
      display: none; } }
  @media (min-width: 768px) {
    .st-link-tile__content {
      padding: 20px;
      text-align: center; }
    .st-link-tile__title {
      font-size: 1.27em;
      margin-bottom: 0.85em; }
    .st-link-tile__short {
      display: initial; }
    .st-link-tile--alt-01 .st-link-tile__img-wrapper {
      display: block; } }
  @supports (display: flex) {
    .st-link-tile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; }
      .st-link-tile__content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0; } }

.st-business-tile {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.4s ease, color 0.4s ease, background-color 0.4s ease;
  transition: box-shadow 0.4s ease, color 0.4s ease, background-color 0.4s ease; }
  .st-business-tile:hover {
    text-decoration: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35); }
  .st-business-tile[href] .st-business-tile__title::after {
    content: "\f2fb";
    display: inline-block;
    margin-left: 0.6em;
    vertical-align: baseline;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.1em;
    font-weight: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .st-business-tile[href]:hover .st-business-tile__title::after {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  .st-business-tile__img-wrapper {
    display: none;
    width: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.15);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .st-business-tile__content {
    display: block;
    padding: 14px;
    color: #222222;
    font-family: "Gotham A", "Gotham B", sans-serif;
    text-align: left;
    font-size: 11px;
    text-decoration: none; }
    .st-business-tile__content:hover {
      color: #222222;
      text-decoration: none; }
    .st-business-tile__content:focus {
      color: #222222;
      text-decoration: underline; }
  .st-business-tile__title {
    margin: 0 0 0.3em;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.3; }
  .st-business-tile__short {
    font-size: 1em;
    line-height: 1.37; }
  @media (min-width: 768px) {
    .st-business-tile__img-wrapper, .st-business-tile__content {
      display: inline-block;
      vertical-align: top; }
    .st-business-tile__img-wrapper {
      width: 47%;
      height: 100%; }
    .st-business-tile__content {
      width: 53%;
      display: inline-block;
      padding: 20px; }
    .st-business-tile__title {
      font-size: 1.6em;
      margin-bottom: 0.55em; } }

.st-icon-link-tile {
  display: inline-block;
  vertical-align: top;
  font-size: 0; }
  .st-icon-link-tile[href] .st-icon-link-tile__title::after {
    content: "\f2fb";
    display: inline-block;
    margin-left: 0.6em;
    vertical-align: baseline;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.1em;
    font-weight: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .st-icon-link-tile[href]:hover {
    text-decoration: none; }
    .st-icon-link-tile[href]:hover .st-icon-link-tile__title::after {
      -webkit-transform: translate(100%, 0);
          -ms-transform: translate(100%, 0);
              transform: translate(100%, 0); }
  .st-icon-link-tile[href]:focus {
    text-decoration: none; }
  .st-icon-link-tile__icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 28%;
    margin: 0;
    font-size: 70px;
    line-height: 1;
    color: #e9540d;
    text-align: center; }
  .st-icon-link-tile__content {
    display: inline-block;
    vertical-align: middle;
    width: 72%;
    color: #222222;
    font-family: "Gotham A", "Gotham B", sans-serif;
    text-align: left;
    font-size: 11px;
    text-decoration: none; }
    .st-icon-link-tile__content:hover {
      color: #222222;
      text-decoration: none; }
    .st-icon-link-tile__content:focus {
      color: #222222;
      text-decoration: underline; }
  .st-icon-link-tile__title {
    margin: 0 0 0.3em;
    font-size: 1.09em;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase; }
  .st-icon-link-tile__short {
    color: #666666;
    font-size: 1em;
    line-height: 1.27; }
  @media (min-width: 768px) {
    .st-icon-link-tile__icon-wrapper, .st-icon-link-tile__content {
      display: block;
      width: 100%; }
    .st-icon-link-tile__content {
      padding: 20px;
      text-align: center; }
    .st-icon-link-tile__title {
      font-size: 1.27em;
      margin-bottom: 0.85em; } }

.st-grid {
  display: block;
  text-align: center;
  font-size: 0;
  margin: 0 -10px; }
  .st-grid__item {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px; }
    .st-grid__item > * {
      height: 100%;
      width: 100%; }
  @media (max-width: 767px) {
    .st-grid--m-block {
      margin: 0;
      overflow: auto; }
      .st-grid--m-block .st-grid__item {
        display: block;
        width: 100%;
        margin: 26px 0; }
        .st-grid--m-block .st-grid__item:first-child {
          margin-top: 0; }
        .st-grid--m-block .st-grid__item:first-child {
          margin-bottom: 0; } }
  @media (min-width: 768px) {
    .st-grid__item {
      width: 30.33%;
      margin: 12px 1.5%; }
    .st-grid--m-2 {
      margin: 0 -10px; }
      .st-grid--m-2 .st-grid__item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 10px; } }
  @media (min-width: 992px) {
    .st-grid__item {
      width: 22%;
      margin: 15px 1.5%; }
    .st-grid--lg-3 .st-grid__item {
      width: 30.33%;
      margin: 12px 1.5%; } }
  @supports (display: flex) {
    .st-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .st-grid--stretch {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
      @media (max-width: 767px) {
        .st-grid--m-block {
          display: block; } }
      @media (min-width: 768px) {
        .st-grid {
          margin: 0 -1.5%; } }
      @media (min-width: 992px) {
        .st-grid {
          margin: 0 -1.5%; } } }

.st-intro-text-block {
  margin: 30px auto;
  max-width: 720px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  text-align: center; }
  .st-intro-text-block:first-child {
    margin-top: 0; }
  .st-intro-text-block:last-child {
    margin-bottom: 0; }
  .st-intro-text-block h1, .st-intro-text-block h2, .st-intro-text-block h3, .st-intro-text-block h4, .st-intro-text-block h5, .st-intro-text-block h6 {
    margin-top: 0;
    margin-bottom: 0.65em;
    color: #222222;
    font-size: 1.42em;
    font-weight: 500; }
  .st-intro-text-block p {
    margin: 0.5em 0;
    color: #3f3f3f;
    font-size: 1em;
    font-weight: normal;
    font-weight: 400;
    line-height: 1.28; }
  @media (min-width: 768px) {
    .st-intro-text-block {
      margin: 40px auto; }
      .st-intro-text-block h1, .st-intro-text-block h2, .st-intro-text-block h3, .st-intro-text-block h4, .st-intro-text-block h5, .st-intro-text-block h6 {
        font-size: 1.71em; } }

.st-image-text-block__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2D2C2C; }
  @media (min-width: 992px) {
    .st-image-text-block__main {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.st-image-text-block__image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 320px) {
    .st-image-text-block__image {
      height: 200px; } }
  @media (min-width: 576px) {
    .st-image-text-block__image {
      height: 400px; } }
  @media (min-width: 992px) {
    .st-image-text-block__image {
      width: 50%;
      height: auto; } }

.st-image-text-block__text {
  padding: 30px 22px;
  width: 100%;
  color: #fff; }
  @media (min-width: 992px) {
    .st-image-text-block__text {
      width: 50%;
      padding: 4%; } }

.st-image-text-block__list {
  margin-bottom: 20px; }

.st-image-text-block__list-icon {
  color: #E9540D; }

.st-image-text-block__heading {
  font-size: 24px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: 28px;
  font-weight: 400; }

.st-image-text-block__list-item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #666; }
  .st-image-text-block__list-item:last-child {
    border-bottom: none; }

.st-image-text-block__list-icon {
  padding: 2px 20px 2px 2px;
  font-size: 25px; }

.st-image-text-block__list-content {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 14px; }
  .st-image-text-block__list-content h3 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: "Gotham A", "Gotham B", sans-serif; }

.st-image-text-block__cta {
  margin-top: 30px;
  min-width: 180px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
  padding: 12px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff; }
  .st-image-text-block__cta:hover {
    color: #222222;
    text-decoration: none;
    background-color: #fff; }

.st-blocks-content__wrapper {
  width: 100%;
  padding: 30px 22px; }
  @media (min-width: 768px) {
    .st-blocks-content__wrapper {
      padding: 60px 22px; } }

.st-blocks-content__main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

.st-blocks-content__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.st-blocks-content__block-item {
  padding: 15px;
  width: 100%; }
  @media (min-width: 768px) {
    .st-blocks-content__block-item {
      width: 50%; } }

.st-blocks-content__block-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.4s ease, color 0.4s ease, background-color 0.4s ease;
  transition: box-shadow 0.4s ease, color 0.4s ease, background-color 0.4s ease; }
  .st-blocks-content__block-item-link:hover {
    text-decoration: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35); }
  .st-blocks-content__block-item-link:hover .btn-cta {
    color: #00497a;
    background-color: transparent; }

.st-blocks-content__block-item-img {
  width: 40%;
  max-width: 240px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .st-blocks-content__block-item-img img {
    width: 100%;
    height: auto; }

.st-blocks-content__block-item-info {
  width: 60%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.st-blocks-content__block-item-info-btm {
  display: block; }

.st-blocks-content__block-item-heading {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #222222; }

.st-blocks-content__block-item-content {
  display: none;
  margin-top: 10px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #222222; }
  @media (min-width: 768px) {
    .st-blocks-content__block-item-content {
      display: block; } }
  .st-blocks-content__block-item-content p:last-child {
    margin-bottom: 0; }

.st-blocks-content__block-item-cta {
  width: inline-block;
  margin-top: 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  min-width: 150px;
  color: #fff;
  background-color: #00497a;
  border-color: #00497a; }

.store-finder-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 10;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  border: 1px solid #00497a;
  border-top: none;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: left; }
  .store-finder-dropdown.active {
    display: block; }
  .store-finder-dropdown__option-container {
    display: block;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px; }
    .store-finder-dropdown__option-container:hover {
      background-color: #00497a; }
      .store-finder-dropdown__option-container:hover > * {
        color: #fff; }
  .store-finder-dropdown__option {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #222222; }
    .store-finder-dropdown__option:hover {
      text-decoration: none; }
    .store-finder-dropdown__option:active, .store-finder-dropdown__option:visited, .store-finder-dropdown__option:focus {
      text-decoration: none; }

.store-finder-need-help-block {
  padding: 50px 20px 0px 20px;
  text-align: center; }

.store-finder-need-help-heading {
  margin: 0 0 10px 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.store-finder-need-help-description {
  margin: 0 0 20px 0;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.store-finder-need-help-cta {
  margin: 5px;
  display: inline-block;
  padding: 10px 20px;
  color: #222222;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #D6D6D6;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  .store-finder-need-help-cta:hover, .store-finder-need-help-cta:focus {
    text-decoration: none;
    color: #222222; }
  .store-finder-need-help-cta:hover {
    border-color: #222222;
    box-shadow: inset 0px 0px 0px 1px #222222; }

.store-finder-header-bg {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../assets/img/store-search-block-header-bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1; }

.store-finder__section-heading {
  margin: 0 0 20px 0;
  color: #666666;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B", sans-serif; }

.store-finder__block-heading {
  margin: 0;
  color: #666666;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 768px) {
    .store-finder__block-heading {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .store-finder__block-heading {
      font-size: 24px; } }
  .store-finder__block-heading span {
    margin: 0 0 8px 0;
    display: block;
    line-height: 1.2em;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .store-finder__block-heading span {
        font-size: 12px; } }

.store-finder__page-header {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .store-finder__page-header {
      padding: 80px 0; } }

.store-finder__page-body {
  padding: 0 22px;
  width: 100%; }
  @media (min-width: 992px) {
    .store-finder__page-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.store-finder__column-left {
  width: 100%;
  margin: 0 0 50px 0; }

.store-finder__column-right {
  padding: 0;
  width: 100%; }
  @media (min-width: 992px) {
    .store-finder__column-right {
      padding: 0 0 0 40px;
      max-width: 400px; } }

.store-finder__result-map-wrapper {
  display: none;
  width: 100%;
  height: 500px; }
  @media (min-width: 768px) {
    .store-finder__result-map-wrapper {
      display: block;
      height: auto; } }
  .store-finder__result-map-wrapper.active {
    display: block; }

.store-finder__result-list-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .store-finder__result-list-wrapper {
      width: 100%;
      max-width: 340px;
      max-height: 690px;
      overflow: hidden;
      border-right: 1px solid #d6d6d6; } }
  @media (min-width: 992px) {
    .store-finder__result-list-wrapper {
      max-width: 400px; } }
  .store-finder__result-list-wrapper.active {
    display: none; }

.store-finder__brand-icon {
  padding: 5px;
  width: 40px;
  height: auto; }

.store-finder__result-list {
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
  z-index: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.store-finder__result-list::-webkit-scrollbar {
  display: none; }

.store-finder__result-list-item {
  padding: 18px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }
  .store-finder__result-list-item:hover {
    background-color: #f4f4f4; }
  .store-finder__result-list-item:last-child {
    border-bottom: none; }
  .store-finder__result-list-item.active {
    background-color: #f4f4f4; }
    @media (min-width: 768px) {
      .store-finder__result-list-item.active {
        background-color: #fff; } }

.store-finder__result-list-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .store-finder__result-list-item-main.active {
    display: none; }
    @media (min-width: 768px) {
      .store-finder__result-list-item-main.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.store-finder__result-store-info {
  width: 100%;
  padding: 0 0 0 10px; }

.store-finder__result-store-detail-info {
  right: -100%;
  position: absolute; }
  @media (min-width: 768px) {
    .store-finder__result-store-detail-info {
      padding: 20px;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 100;
      background-color: #ffffff;
      -webkit-transition: right 0.4s ease;
      transition: right 0.4s ease; } }
  .store-finder__result-store-detail-info.active {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease; }
    @media (min-width: 768px) {
      .store-finder__result-store-detail-info.active {
        position: absolute;
        left: initial;
        right: 0; } }

.store-finder__result-store-detail-info-back-link {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
  color: transparent;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  @media (min-width: 768px) {
    .store-finder__result-store-detail-info-back-link {
      position: static;
      color: #00497a; } }
  .store-finder__result-store-detail-info-back-link::before {
    content: '\f2fa';
    margin-right: 10px;
    font-family: 'Material-Design-Iconic-Font'; }
  .store-finder__result-store-detail-info-back-link::after {
    content: '\f2fc';
    margin-left: 5px;
    color: #0776AA;
    font-size: 24px;
    font-family: 'Material-Design-Iconic-Font'; }
    @media (min-width: 768px) {
      .store-finder__result-store-detail-info-back-link::after {
        display: none; } }

.store-finder__result-store-detail-info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.store-finder__result-link {
  padding: 0 0 6px 0;
  display: block;
  position: relative;
  cursor: pointer; }
  .store-finder__result-link::after {
    content: '\f2f9';
    position: absolute;
    top: 0;
    right: 0;
    color: #0776AA;
    font-size: 24px;
    font-family: 'Material-Design-Iconic-Font'; }
    @media (min-width: 768px) {
      .store-finder__result-link::after {
        content: '\f2fb'; } }
  .store-finder__result-link:hover {
    text-decoration: none; }

.store-finder__result-list-heading {
  margin: 0 0 5px 0;
  padding: 2px;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.store-finder__result-store-type {
  margin: 4px 0 0 0;
  display: block;
  color: #222222;
  font-size: 11px;
  line-height: 13px; }
  .store-finder__result-store-type.st-bathroom {
    color: #DB1E24; }
  .store-finder__result-store-type.st-plumbing {
    color: #0D2E56; }
  .store-finder__result-store-type.st-irrigation {
    color: #5E792D; }
  .store-finder__result-store-type.st-civil {
    color: #B65312; }
  .store-finder__result-store-type.st-hvac {
    color: #0397D7; }
  .store-finder__result-store-type.st-onsite {
    color: #F47836; }
  .store-finder__result-store-type.st-viadux {
    color: #333333; }
  .store-finder__result-store-type.st-actrol {
    color: #D7282F; }
  .store-finder__result-store-type.st-metalflex {
    color: #276092; }

.store-finder__result-trading-hour {
  padding: 2px;
  font-size: 12px;
  color: #999999; }
  .store-finder__result-trading-hour strong {
    color: #222222;
    font-weight: 500;
    margin: 0 10px 0 0; }

.store-finder__result-trading-hour.trading-open strong {
  color: #0CAE5B; }

.store-finder__result-hours {
  padding: 2px;
  font-size: 11px;
  padding: 20px 0 0 0;
  border-top: 1px solid #d6d6d6; }
  .store-finder__result-hours--row span {
    display: inline-block;
    width: 48%;
    padding-right: 20px;
    white-space: nowrap; }
  .store-finder__result-hours > div {
    padding-bottom: 20px; }
  .store-finder__result-hours strong {
    color: #00497a;
    margin: 0 10px 0 0; }

.store-finder__result-store-address {
  padding: 2px;
  font-size: 12px;
  color: #3f3f3f; }

.store-finder__result-branch-info {
  padding: 15px 0;
  font-size: 11px; }
  .store-finder__result-branch-info span {
    display: inline-block;
    width: 48%; }

.store-finder__result-contact-info {
  padding: 2px;
  color: #00497a; }

.store-finder__result-contact-email {
  font-weight: 500;
  font-size: 12px;
  color: #00497a; }
  .store-finder__result-contact-email::before {
    content: '\f15a';
    margin: 0 10px 0 0;
    font-style: normal;
    font-size: 16px;
    font-family: 'Material-Design-Iconic-Font'; }
  .store-finder__result-contact-email:hover {
    text-decoration: none; }

.store-finder__result-contact-phone {
  font-weight: 500;
  font-size: 12px;
  color: #00497a; }
  .store-finder__result-contact-phone::before {
    content: '\f2be';
    margin: 0 10px 0 0;
    font-style: normal;
    font-size: 16px;
    font-family: 'Material-Design-Iconic-Font'; }
  .store-finder__result-contact-phone:hover {
    text-decoration: none; }

.store-finder__result-direction-info {
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #00497a;
  font-size: 12px; }

.store-finder__result-info-link {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  color: #3f3f3f;
  text-decoration: underline;
  cursor: pointer; }
  @media (min-width: 768px) {
    .store-finder__result-info-link {
      display: none; } }
  .store-finder__result-info-link:hover {
    color: #3f3f3f; }

.store-finder__result-map-cta {
  margin: 0 10px 0 0;
  font-weight: 500;
  color: #00497a; }
  .store-finder__result-map-cta::before {
    content: '\f1e7';
    margin: 0 10px 0 0;
    font-style: normal;
    font-size: 16px;
    font-family: 'Material-Design-Iconic-Font'; }
  .store-finder__result-map-cta:hover {
    text-decoration: none; }

.store-finder__result-page-header {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../assets/img/store-search-result-header-bg.jpg) no-repeat center center;
  background-size: cover; }

.store-finder__result-page-body {
  border-bottom: 1px solid #d6d6d6; }
  @media (min-width: 768px) {
    .store-finder__result-page-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.store-finder__view-toggle-btn {
  width: 95%;
  padding: 12px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  color: #fff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #00497a;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
  z-index: 100; }
  @media (min-width: 768px) {
    .store-finder__view-toggle-btn {
      display: none; } }

.store-search-block__result-heading {
  padding: 4px;
  margin: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #00497a; }

/** Style on this block is same as components/store-finder-search-block.scss except heading part, please refer other scss file for any styles **/
.store-search-block {
  width: 100%;
  max-width: 900px;
  padding: 18px;
  /**
   * Below style are for the search landing page, which scale up everything than result page
   */ }
  .store-search-block__heading {
    margin: 0 0 20px 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    color: #00497a; }
    @media (min-width: 768px) {
      .store-search-block__heading {
        font-size: 36px; } }
    .store-search-block__heading span {
      margin: 15px 0 0 0;
      display: block;
      font-size: 12px;
      line-height: 16px;
      color: #3f3f3f; }
  .store-search-block__controls {
    padding: 4px;
    position: relative; }
    @media (min-width: 768px) {
      .store-search-block__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (min-width: 768px) {
    .store-search-block__filters {
      box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
      -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .store-search-block__filters:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0px 10px rgba(0, 0, 0, 0.2); } }
  .store-search-block__filters-selector {
    padding: 16px 22px 16px 14px;
    display: block;
    white-space: nowrap;
    font-style: italic;
    line-height: 1em;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    z-index: 101; }
    .store-search-block__filters-selector::before {
      content: '\f1ce';
      margin: 0 10px 0 0;
      font-style: normal;
      font-size: 15px;
      font-family: 'Material-Design-Iconic-Font'; }
    .store-search-block__filters-selector::after {
      content: '\f2f9';
      position: absolute;
      right: 15px;
      top: 50%;
      margin: 0 0 0 10px;
      font-style: normal;
      font-size: 15px;
      font-family: 'Material-Design-Iconic-Font';
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (min-width: 768px) {
      .store-search-block__filters-selector {
        width: 240px;
        border: 1px solid #fff; } }
    .store-search-block__filters-selector.selected {
      font-style: normal;
      font-weight: 500; }
    .store-search-block__filters-selector.active {
      background-color: #fff; }
      .store-search-block__filters-selector.active::after {
        content: '\f2fc'; }
      @media (min-width: 768px) {
        .store-search-block__filters-selector.active {
          background-color: #f4f4f4;
          border: 1px solid #f4f4f4;
          box-shadow: 0 -5px 5px -5px #aaa, 5px 0px 5px -5px #aaa, -5px 0px 5px -5px #aaa; } }
  .store-search-block__filters-options-heading {
    margin: 0;
    padding: 4px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-family: "Gotham A", "Gotham B", sans-serif; }
    @media (min-width: 768px) {
      .store-search-block__filters-options-heading {
        margin: 0 0 10px 0;
        font-size: 11px;
        color: #00497a;
        font-weight: 400; } }
  .store-search-block__filters-options {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 201; }
    @media (min-width: 768px) {
      .store-search-block__filters-options {
        padding: 25px 15px;
        width: -webkit-calc(100% - 9px);
        width: calc(100% - 9px);
        height: auto;
        position: absolute;
        top: 52px;
        left: 4px;
        background-color: #f4f4f4;
        box-shadow: 0 0 8px #aaa;
        z-index: 100; } }
    .store-search-block__filters-options.active {
      display: block; }
  .store-search-block__filters-header {
    background-color: #00497a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .store-search-block__filters-header {
        background-color: transparent; } }
  .store-search-block__filters-close-btn, .store-search-block__filters-reset-btn {
    padding: 20px;
    color: #ffffff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-size: 11px;
    display: inline-block;
    background: transparent;
    border: none; }
    @media (min-width: 768px) {
      .store-search-block__filters-close-btn, .store-search-block__filters-reset-btn {
        display: none; } }
  .store-search-block__filters-done-btn {
    width: 95%;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Gotham A", "Gotham B", sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #00497a;
    border: none; }
    @media (min-width: 768px) {
      .store-search-block__filters-done-btn {
        position: static;
        display: none; } }
  .store-search-block__store-type-list {
    margin: 0;
    padding: 10px 0 90px 0;
    height: 100vh;
    overflow: scroll;
    list-style: none;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) {
      .store-search-block__store-type-list {
        padding: 0;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow: auto; } }
  .store-search-block__store-type-list-item {
    padding: 10px;
    width: 100%; }
    @media (min-width: 768px) {
      .store-search-block__store-type-list-item {
        padding: 5px;
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .store-search-block__store-type-list--selected {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    list-style: none;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll; }
    @media (min-width: 768px) {
      .store-search-block__store-type-list--selected {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow-x: auto; } }
    .store-search-block__store-type-list--selected li {
      margin: 0;
      padding: 4px; }
  .store-search-block__store-type-tag {
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    cursor: pointer;
    white-space: nowrap;
    background-color: #f4f4f4; }
    .store-search-block__store-type-tag::after {
      content: '\f136';
      margin-left: 8px;
      font-family: 'Material-Design-Iconic-Font'; }
  .store-search-block__store-type-list-checkbox-wrp {
    padding: 0 8px 0 0;
    display: inline-block;
    position: relative;
    top: -1px;
    z-index: 0; }
    .store-search-block__store-type-list-checkbox-wrp .st-native-checkbox {
      display: none;
      margin: 0;
      vertical-align: middle; }
    .store-search-block__store-type-list-checkbox-wrp .st-native-checkbox:checked + .st-checkbox::after {
      content: "\f26a";
      color: #00497a; }
  .store-search-block__store-type-list-checkbox {
    cursor: pointer; }
    .store-search-block__store-type-list-checkbox::after {
      content: "\f279";
      font-family: "Material-Design-Iconic-Font";
      font-size: 16px;
      vertical-align: middle; }
  .store-search-block__store-type-list-label {
    margin: 0;
    padding: 4px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    line-height: 14px;
    cursor: pointer; }
  .store-search-block__input {
    margin: 0;
    width: 100%;
    position: relative;
    line-height: 1em;
    border: 1px solid #d6d6d6;
    border-top: none;
    border-bottom: none;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .store-search-block__input::before {
      content: '\f1ab';
      position: absolute;
      top: 50%;
      left: 14px;
      color: #00497a;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-family: 'Material-Design-Iconic-Font'; }
    @media (min-width: 768px) {
      .store-search-block__input {
        margin: 0 0 0 10px;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
        border: none; }
        .store-search-block__input:hover {
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0px 10px rgba(0, 0, 0, 0.2); } }
    .store-search-block__input input {
      margin: 0;
      width: 100%;
      padding: 16px 30px 16px 33px;
      font-size: 12px;
      font-family: "Gotham A", "Gotham B", sans-serif;
      background-color: #fff;
      border: 1px solid #fff;
      box-shadow: none;
      border-radius: 0; }
      .store-search-block__input input::-webkit-input-placeholder {
        font-style: italic; }
      .store-search-block__input input::-ms-input-placeholder {
        font-style: italic; }
      .store-search-block__input input::placeholder {
        font-style: italic; }
  .store-search-block__getlocation {
    margin: 0;
    padding: 10px;
    position: absolute;
    color: #999999;
    top: 50%;
    right: 2px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
    border: none; }
  .store-search-block__button {
    margin: 0;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Gotham A", "Gotham B", sans-serif;
    text-transform: uppercase;
    background-color: #00497a;
    border: none;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: background 0.4s ease, box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background 0.4s ease, box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media (min-width: 768px) {
      .store-search-block__button {
        margin: 0 0 0 10px;
        width: auto; }
        .store-search-block__button:hover {
          background-color: #0776aa;
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 768px) {
    .store-search-block.scaleUp .store-search-block__filters-selector {
      padding-top: 22px;
      padding-bottom: 22px; } }
  @media (min-width: 768px) {
    .store-search-block.scaleUp .store-search-block__input input {
      padding-top: 22px;
      padding-bottom: 22px; } }
  @media (min-width: 768px) {
    .store-search-block.scaleUp .store-search-block__button {
      padding-top: 22px;
      padding-bottom: 22px; } }
  .store-search-block.scaleUp .store-search-block__filters-options {
    top: 0px; }
    @media (min-width: 768px) {
      .store-search-block.scaleUp .store-search-block__filters-options {
        top: 67px; } }

.store-services-blocks-wrapper {
  width: 100%; }

.store-services-blocks__link-text {
  display: none;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500; }
  .store-services-blocks__link-text::after {
    content: '\f2fb';
    margin: 0 0 0 10px;
    font-style: normal;
    font-family: 'Material-Design-Iconic-Font';
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  @media (min-width: 768px) {
    .store-services-blocks__link-text {
      display: block; } }

.store-services-blocks__blockA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (min-width: 768px) {
    .store-services-blocks__blockA {
      height: 288px; } }
  .store-services-blocks__blockA:hover, .store-services-blocks__blockA:focus {
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0px 10px rgba(0, 0, 0, 0.2); }
    .store-services-blocks__blockA:hover .store-services-blocks__link-text::after, .store-services-blocks__blockA:focus .store-services-blocks__link-text::after {
      margin: 0 0 0 15px; }
  .store-services-blocks__blockA:focus {
    outline: 1px solid #4d90fe; }
  .store-services-blocks__blockA .store-finder__block-heading {
    color: #00497A; }
    .store-services-blocks__blockA .store-finder__block-heading span {
      opacity: 0.5; }

.store-services-blocks__blockA-img {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.store-services-blocks__blockA-content {
  width: 50%;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00497A;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .store-services-blocks__blockA-content {
      padding: 25px; } }

.store-services-blocks__section {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 254px; }
  @media (min-width: 768px) {
    .store-services-blocks__section {
      margin: 40px 0 0 0; } }

.store-services-blocks__blockB {
  width: 48%;
  height: 160px;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (min-width: 768px) {
    .store-services-blocks__blockB {
      width: 40%;
      height: 254px; } }
  .store-services-blocks__blockB:hover, .store-services-blocks__blockB:focus {
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0px 10px rgba(0, 0, 0, 0.2); }
  .store-services-blocks__blockB:focus {
    outline: 1px solid #4d90fe; }
  .store-services-blocks__blockB .store-finder__block-heading {
    color: #ffffff; }
    .store-services-blocks__blockB .store-finder__block-heading span {
      opacity: 0.5; }

.store-services-blocks__blockB-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.store-services-blocks__blockB-content {
  padding: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3f3f3f; }
  @media (min-width: 768px) {
    .store-services-blocks__blockB-content {
      padding: 25px;
      height: auto; } }

.store-services-blocks__blockC {
  width: 48%;
  height: 160px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (min-width: 768px) {
    .store-services-blocks__blockC {
      width: 55%;
      height: 254px; } }
  .store-services-blocks__blockC:hover, .store-services-blocks__blockC:focus {
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0px 10px rgba(0, 0, 0, 0.2); }
    .store-services-blocks__blockC:hover .store-services-blocks__link-text::after, .store-services-blocks__blockC:focus .store-services-blocks__link-text::after {
      margin: 0 0 0 15px; }
  .store-services-blocks__blockC:focus {
    outline: 1px solid #4d90fe; }
  .store-services-blocks__blockC .store-finder__block-heading {
    color: #ffffff; }
    .store-services-blocks__blockC .store-finder__block-heading span {
      opacity: 0.5; }

.store-services-blocks__blockC-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.store-services-blocks__blockC-content {
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent; }
  @media (min-width: 768px) {
    .store-services-blocks__blockC-content {
      padding: 25px; } }

.store-types-wrapper {
  width: 100%; }

.store-types__list-ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 992px) {
    .store-types__list-ul {
      display: block; } }

.store-types__list-li {
  width: 50%;
  display: block;
  margin: 0 0 16px 0; }
  @media (min-width: 992px) {
    .store-types__list-li {
      width: 100%;
      margin: 0 0 9px 0; } }

.store-types__list-li:nth-child(odd) {
  padding: 0 8px 0 0; }
  @media (min-width: 992px) {
    .store-types__list-li:nth-child(odd) {
      padding: 0; } }

.store-types__list-li:nth-child(even) {
  padding: 0 0 0 8px; }
  @media (min-width: 992px) {
    .store-types__list-li:nth-child(even) {
      padding: 0; } }

.store-types__list-li-link {
  display: block;
  height: 100%;
  padding: 18px 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.15);
  border: none;
  border-bottom: 7px solid transparent;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (min-width: 768px) {
    .store-types__list-li-link {
      width: 100%;
      padding: 12px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      border: none;
      border-left: 7px solid transparent; } }
  .store-types__list-li-link:hover, .store-types__list-li-link:focus {
    text-decoration: none; }
  .store-types__list-li-link:hover {
    box-shadow: 0 8px 22px 1px rgba(0, 0, 0, 0.22), 0 0px 6px 1px rgba(0, 0, 0, 0.2); }
  .store-types__list-li-link:focus {
    outline: 1px solid #4d90fe; }
  .store-types__list-li-link-bathroom {
    border-color: #DB1E24; }
  .store-types__list-li-link-plumbing {
    border-color: #0D2E56; }
  .store-types__list-li-link-irrigation {
    border-color: #5E792D; }
  .store-types__list-li-link-civil {
    border-color: #B65312; }
  .store-types__list-li-link-hvac {
    border-color: #0397D7; }
  .store-types__list-li-link-onsite {
    border-color: #F47836; }
  .store-types__list-li-link-viadux {
    border-color: #333333; }
  .store-types__list-li-link-actrol {
    border-color: #D7282F; }
  .store-types__list-li-link-metalflex {
    border-color: #276092; }

.store-types__list-main {
  overflow: hidden;
  text-overflow: ellipsis; }

.store-types__list-icon {
  padding: 0 15px 0 10px; }
  .store-types__list-icon [class^="i-"], .store-types__list-icon [class*=" i-"] {
    font-size: 28px;
    color: #3f3f3f; }

.store-types__list-heading {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #3f3f3f; }
  @media (min-width: 768px) {
    .store-types__list-heading {
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }

.store-types__list-description {
  display: none;
  margin: 1px 0 0 0;
  color: #3f3f3f;
  font-size: 11px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .store-types__list-description {
      display: block; } }

.wishlist-main {
  padding: 0 22px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 0; }
  .wishlist-main__nav {
    padding: 25px 0;
    width: 100%; }
    @media (min-width: 576px) {
      .wishlist-main__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .wishlist-main__page-actions-group {
    margin-top: 15px; }
    @media (min-width: 576px) {
      .wishlist-main__page-actions-group {
        margin-top: 0; } }
  .wishlist-main__page-action-cta {
    margin-right: 1.5em; }
    .wishlist-main__page-action-cta:last-child {
      margin-right: 0; }
  @media (min-width: 992px) {
    .wishlist-main__aside {
      width: 25%;
      display: inline-block;
      vertical-align: top; } }
  .wishlist-main__list {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .wishlist-main__list {
        margin-bottom: 0px;
        width: 75%;
        display: inline-block;
        vertical-align: top; } }
  .wishlist-main__list-content {
    padding: 30px 0; }
    @media (min-width: 992px) {
      .wishlist-main__list-content {
        padding: 45px 0; } }
  .wishlist-main__list-info {
    font-size: 0; }
    @media (min-width: 992px) {
      .wishlist-main__list-info {
        margin-right: 8%; } }
  .wishlist-main__list-detail {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #999999;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .wishlist-main__list-detail {
        width: 50%; } }
  .wishlist-main__list-options {
    display: none; }
    @media (min-width: 768px) {
      .wishlist-main__list-options {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        text-align: right; } }
  .wishlist-main__add-to-cart {
    display: inline-block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FDCB27;
    color: #222222; }
    .wishlist-main__add-to-cart:hover {
      background-color: #fedd73; }
  .wishlist-main__list-item {
    margin: 0 auto 30px; }
    .wishlist-main__list-item:last-child {
      margin-bottom: 0px; }
    @media (min-width: 992px) {
      .wishlist-main__list-item {
        margin-bottom: 35px; } }

.wishlist-floating-btn-group {
  position: fixed;
  box-sizing: border-box;
  display: block;
  z-index: 200;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 12px 22px 25px;
  border-top: 1px solid #D6D6D6;
  text-align: center;
  font-family: "Gotham A", "Gotham B", sans-serif;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .wishlist-floating-btn-group {
      display: none; } }
  .wishlist-floating-btn-group__add-to-cart {
    display: block;
    width: 100%;
    background-color: #FDCB27;
    border: 1px solid #D6D6D6;
    color: #222222; }
    .wishlist-floating-btn-group__add-to-cart:hover {
      background-color: #fedd73; }
  .wishlist-floating-btn-group__cta {
    margin-top: 8px;
    text-align: center;
    font-style: italic;
    text-decoration: underline;
    font-size: 12px;
    display: inline-block;
    padding: 8px 2px;
    line-height: 1;
    cursor: pointer;
    color: #00497a; }

.wishlist-info-block {
  background-color: #f4f4f4;
  padding: 25px 30px;
  font-size: 12px;
  color: #222222; }
  .wishlist-info-block p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 1.8em; }
  .wishlist-info-block__heading {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 12.8px;
    font-size: 0px; }
  .wishlist-info-block__heading-icon {
    box-sizing: border-box;
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 0.18em; }
  .wishlist-info-block__heading-text {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    white-space: normal !important;
    width: -webkit-calc(100% - 42.48px);
    width: calc(100% - 42.48px);
    font-weight: 500; }
  .wishlist-info-block__cta {
    display: block;
    width: 80%;
    text-align: center;
    text-decoration: none;
    border: 1px solid #D6D6D6;
    background: transparent;
    padding: 12px 20px;
    font-weight: 500;
    cursor: pointer;
    color: #222222;
    -webkit-transition: 250ms all ease;
    transition: 250ms all ease; }
    .wishlist-info-block__cta:hover {
      color: #222222;
      border: 1px solid #222222;
      text-decoration: none;
      box-shadow: #222222 0px 0px 0px 1px inset; }
    .wishlist-info-block__cta:active {
      background-color: rgba(34, 34, 34, 0.15); }
    .wishlist-info-block__cta:focus {
      color: currentColor;
      text-decoration: none; }
  @media (min-width: 992px) {
    .wishlist-info-block {
      padding: 25px 8%; } }

.page-action-cta {
  font-size: 11px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  color: #222222;
  cursor: pointer; }
  .page-action-cta__icon {
    font-size: 12px;
    margin-right: 0.3em; }
  .page-action-cta:hover {
    color: #222222; }

.wishlist-tile {
  display: block;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  .wishlist-tile * {
    box-sizing: border-box; }
  .wishlist-tile__inner {
    position: relative;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: box-shadow 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border: 1px solid #D6D6D6; }
    .wishlist-tile__inner:hover {
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); }
  .wishlist-tile__section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #D6D6D6; }
  .wishlist-tile__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 37%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    margin: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .wishlist-tile__image-container > img {
      display: inline-block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .wishlist-tile__main-content {
    box-sizing: border-box;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(63% - 40px);
            flex: 0 0 -webkit-calc(63% - 40px);
            flex: 0 0 calc(63% - 40px);
    width: -webkit-calc(63% - 40px);
    width: calc(63% - 40px);
    padding: 14px 4%;
    margin-right: 40px;
    border-left: 1px solid #D6D6D6; }
  .wishlist-tile__product-identity {
    display: block;
    margin-bottom: 10px; }
  .wishlist-tile__product-name {
    display: block;
    position: relative;
    margin: 0 0 8px;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.2;
    height: 62.4px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .wishlist-tile__product-name:hover {
      text-decoration: none;
      color: #222222; }
  .wishlist-tile__product-code {
    display: block;
    margin: 0;
    color: #666666;
    font-size: 10px;
    white-space: normal; }
  .wishlist-tile__options {
    margin-bottom: 12px; }
  .wishlist-tile__amount-switch {
    max-width: 130px; }
  .wishlist-tile__product-pricing {
    display: block; }
  .wishlist-tile__product-price {
    box-sizing: border-box;
    color: #222222;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600; }
  .wishlist-tile__price-suffx {
    font-size: 0.56em;
    font-weight: normal;
    line-height: 1; }
  .wishlist-tile__actions-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    border-top: 1px solid #D6D6D6; }
  .wishlist-tile__action {
    position: relative; }
    .wishlist-tile__action--compare {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 37%;
      margin: 0;
      font-size: 12px;
      font-weight: 500;
      padding: 16px 6px;
      line-height: 1;
      text-align: center; }
      .wishlist-tile__action--compare > input {
        margin: 0; }
    .wishlist-tile__action--add-to-cart {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 63%;
      font-size: 14px; }
      .wishlist-tile__action--add-to-cart:only-child {
        width: 100%; }
  .wishlist-tile__section-details {
    background: #fafafa;
    font-size: 0px; }
    .wishlist-tile__section-details--active .wishlist-tile__details-specification {
      padding-top: 8px; }
    .wishlist-tile__section-details--active .wishlist-tile__toggle-details-btn {
      border-top: 1px solid #D6D6D6; }
      .wishlist-tile__section-details--active .wishlist-tile__toggle-details-btn::after {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
  .wishlist-tile__details-specification {
    max-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .wishlist-tile__specs-block {
    display: inline-block;
    width: 100%;
    padding: 15px 20px; }
  .wishlist-tile__specs-heading {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 0.5em;
    color: #00497a; }
  .wishlist-tile__specs-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; }
    .wishlist-tile__specs-table tr {
      border-bottom: 1px solid #D6D6D6; }
      .wishlist-tile__specs-table tr:last-child {
        border-bottom: none; }
    .wishlist-tile__specs-table td,
    .wishlist-tile__specs-table th {
      font-size: 12px;
      line-height: 1.3;
      text-align: left;
      padding: 15px 0 10px; }
    .wishlist-tile__specs-table th {
      font-weight: 500;
      padding-right: 10px; }
  .wishlist-tile__toggle-details-btn {
    font-size: 12px;
    width: 100%;
    display: block;
    line-height: 1;
    color: #666666;
    font-weight: 500;
    background: #f4f4f4;
    text-align: center;
    padding: 14px 22px;
    border: none; }
    .wishlist-tile__toggle-details-btn::after {
      content: "\f2f9";
      display: inline-block;
      line-height: 1;
      font-family: "Material-Design-Iconic-Font";
      margin-left: 0.8em;
      font-size: 14px;
      -webkit-transition: all 250ms ease-out;
      transition: all 250ms ease-out; }
  .wishlist-tile__remove-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 1%;
    width: 30px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    border: none;
    background: transparent;
    color: #D6D6D6;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    outline: none; }
    .wishlist-tile__remove-btn:hover, .wishlist-tile__remove-btn:focus {
      color: #0776aa; }
  @media (min-width: 768px) {
    .wishlist-tile__toggle-details-btn {
      padding: 12px 22px; }
    .wishlist-tile__inner {
      margin-right: 5%; }
      .wishlist-tile__inner:hover .wishlist-tile__remove-btn, .wishlist-tile__inner:focus .wishlist-tile__remove-btn {
        color: #0776aa; }
    .wishlist-tile__section-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .wishlist-tile__main-content {
      padding: 15px 2%;
      -webkit-box-flex: 2;
          -ms-flex: 2 1 0px;
              flex: 2 1 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin: 0px; }
    .wishlist-tile__image-container {
      width: 75px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 75px;
              flex: 0 1 75px; }
    .wishlist-tile__product-identity {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 46.66%;
              flex: 0 0 46.66%;
      margin-bottom: 0px;
      width: 46.66%;
      margin-right: 2%; }
    .wishlist-tile__product-name {
      display: -webkit-box;
      font-size: 13px;
      line-height: 1.2;
      height: 31.2px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .wishlist-tile__options {
      display: inline-block;
      width: 18%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18%;
              flex: 0 0 18%;
      margin-right: 2%;
      margin-bottom: 0; }
    .wishlist-tile__amount-switch {
      max-width: 108px; }
    .wishlist-tile__product-pricing {
      display: inline-block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 31.33%;
              flex: 0 0 31.33%;
      width: 31.33%; }
    .wishlist-tile__postcode-link-wrapper {
      width: 80%; }
    .wishlist-tile__actions-group {
      box-sizing: border-box;
      width: 120px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 120px;
              flex: 0 1 120px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-top: none;
      border-left: 1px solid #D6D6D6; }
      .wishlist-tile__actions-group--no-comp {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-item-align: center;
            align-self: center;
        border-left: none; }
        .wishlist-tile__actions-group--no-comp .wishlist-tile__action--add-to-cart {
          position: relative;
          right: 15px; }
    .wishlist-tile__specs-block {
      width: 50%; }
    .wishlist-tile__action--compare, .wishlist-tile__action--add-to-cart {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      width: 100%; }
    .wishlist-tile__action--add-to-cart {
      font-size: 12px; }
    .wishlist-tile__remove-btn {
      right: -6%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  @media (min-width: 992px) {
    .wishlist-tile__inner {
      margin-right: 8%; }
    .wishlist-tile__remove-btn {
      right: -5%; }
    .wishlist-tile__image-container {
      width: 100px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100px;
              flex: 0 1 100px; } }
