@import url("//hello.myfonts.net/count/3ce071");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, .cms-home .prismic p, .for-industry .prismic p, .for-professionals .prismic p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

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

a img {
  border: none; }

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

.black-bg {
  background: #000; }

.primary-bg {
  background: #002f87; }

.secondary-bg {
  background: #002f87; }

.dark-grey-bg {
  background: #464646; }

.white-bg {
  background: #fff; }

.visually-hidden {
  display: none; }

.hidden {
  display: none !important; }

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

.no-margin {
  margin: 0; }

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

.no-padding {
  padding: 0 !important; }

@media all and (max-width: 768px) {
  .no-padding-side-xs-down {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.margin-1em {
  margin: 1em !important; }

.padding-1em {
  padding: 1em !important; }

.margin-top-1em {
  margin-top: 1em !important; }

.padding-top-1em {
  padding-top: 1em !important; }

.margin-bottom-1em {
  margin-bottom: 1em !important; }

.padding-bottom-1em {
  padding-bottom: 1em !important; }

.margin-left-1em {
  margin-left: 1em !important; }

.padding-left-1em {
  padding-left: 1em !important; }

.margin-right-1em {
  margin-right: 1em !important; }

.padding-right-1em {
  padding-right: 1em !important; }

.margin-2em {
  margin: 2em !important; }

.padding-2em {
  padding: 2em !important; }

.margin-top-2em {
  margin-top: 2em !important; }

.padding-top-2em {
  padding-top: 2em !important; }

.margin-bottom-2em {
  margin-bottom: 2em !important; }

.padding-bottom-2em {
  padding-bottom: 2em !important; }

.margin-left-2em {
  margin-left: 2em !important; }

.padding-left-2em {
  padding-left: 2em !important; }

.margin-right-2em {
  margin-right: 2em !important; }

.padding-right-2em {
  padding-right: 2em !important; }

.margin-3em {
  margin: 3em !important; }

.padding-3em {
  padding: 3em !important; }

.margin-top-3em {
  margin-top: 3em !important; }

.padding-top-3em {
  padding-top: 3em !important; }

.margin-bottom-3em {
  margin-bottom: 3em !important; }

.padding-bottom-3em {
  padding-bottom: 3em !important; }

.margin-left-3em {
  margin-left: 3em !important; }

.padding-left-3em {
  padding-left: 3em !important; }

.margin-right-3em {
  margin-right: 3em !important; }

.padding-right-3em {
  padding-right: 3em !important; }

.text-left-mobile {
  text-align: left; }

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

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

@media screen and (min-width: 768px) {
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; } }

@media screen and (min-width: 840px) {
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; } }

@media screen and (min-width: 992px) {
  .text-left {
    text-align: left; }
  .text-center {
    text-align: center; }
  .text-right {
    text-align: right; } }

@keyframes shine {
  100% {
    left: 125%; } }

.shine-animation, .home-section-card p:first-child a, .image-grid-wrapper.four-column p:first-child a {
  position: relative;
  display: block;
  overflow: hidden; }
  .shine-animation::before, .home-section-card p:first-child a::before, .image-grid-wrapper.four-column p:first-child a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .shine-animation:hover:before, .home-section-card p:first-child a:hover:before, .image-grid-wrapper.four-column p:first-child a:hover:before {
    animation: shine .75s; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 0px solid transparent;
  border-radius: 0px;
  background: #ffffff;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 48px 0 13px;
    font-size: 16px;
    line-height: 48px;
    color: #293035;
    height: 48px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #ffffff;
    color: #727272;
    text-align: center;
    font: 0/0 a;
    *font: 20px/48px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #727272;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: rgba(0, 0, 0, 0); }

.selectric-hover .selectric {
  border-color: rgba(0, 0, 0, 0); }
  .selectric-hover .selectric .button {
    color: #595959; }
    .selectric-hover .selectric .button:after {
      border-top-color: #595959; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: rgba(0, 0, 0, 0); }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.selectric-wrapper {
  /* Items box */ }
  .selectric-wrapper .selectric .label {
    color: #727272;
    font-size: 18px; }
  .selectric-wrapper b.button {
    padding: 0; }
    .selectric-wrapper b.button:hover {
      background: inherit;
      border-color: transparent; }
    .selectric-wrapper b.button:after {
      border: none;
      width: auto;
      height: auto;
      background: url("../images/elements/dropdown-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 15px 8px;
      transition: transform 0.3s; }
  .selectric-wrapper.selectric-open b.button:after {
    transform: rotate(180deg); }
  .selectric-wrapper .selectric-items {
    color: #293035; }
    .selectric-wrapper .selectric-items li.selected {
      background: #eeeeee;
      color: #293035; }
    .selectric-wrapper .selectric-items li.highlighted {
      background: #eeeeee;
      color: #293035; }
    .selectric-wrapper .selectric-items li:hover {
      background: #eeeeee;
      color: #293035; }

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

body, html {
  font-weight: 400;
  font-size: 16px;
  color: #293035;
  line-height: 1.6;
  margin-bottom: 1em;
  height: 100%; }

.nimbus-regular {
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  font-family: "PT Sans Narrow", sans-serif;
  color: #002f87;
  font-weight: 500; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #002f87; }

h1, .heading-1 {
  font-size: 40px; }

h2, .heading-2 {
  font-size: 32px; }

h3, .heading-3 {
  font-size: 28px; }

h4, .heading-4 {
  font-size: 24px; }

h5, .heading-5 {
  font-size: 22px; }

h6, .heading-6 {
  font-size: 20px; }

p, .cms-home .prismic p, .for-industry .prismic p, .for-professionals .prismic p, address {
  font-weight: 400;
  font-size: 16px;
  color: #293035;
  line-height: 1.6;
  margin-bottom: 1em; }

a {
  text-decoration: underline;
  color: #293035; }
  a:hover, a:focus, a:active, a.active, a.is-active {
    color: #002f87;
    border-color: transparent;
    cursor: pointer; }
  a:focus {
    outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color; }

a:visited, .alink:visited {
  color: #293035; }

.page-main .prismic p a:not(.button):not(.btn):visited, .page-main .prismic p .alink:visited, .page-main .prismic ul a:not(.button):not(.btn):visited, .page-main .prismic ul .alink:visited, .page-main .prismic li a:not(.button):not(.btn):visited, .page-main .prismic li .alink:visited {
  color: #002f87; }

.page-main .prismic .products.list .product-item-name a:visited {
  color: #002f87; }

.page-main .prismic .products.list .product-item-info .product-description a:visited {
  color: #fff; }

.page-main .prismic .top-block-inner p a:visited, .page-main .prismic .top-block-inner p a:hover {
  color: #fff !important; }

.faq-question-view .question_view .answer p a:not(.button):not(.btn):visited, .faq-question-view .question_view .answer p .alink:visited, .faq-question-view .question_view .answer ul a:not(.button):not(.btn):visited, .faq-question-view .question_view .answer ul .alink:visited, .faq-question-view .question_view .answer li a:not(.button):not(.btn):visited, .faq-question-view .question_view .answer li .alink:visited {
  color: #002f87; }

.icon i, .logo a span, a, h1, h2, h3, h4, h5, i, p, .cms-home .prismic p, .for-industry .prismic p, .for-professionals .prismic p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.page-title-wrapper h1.page-title {
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.2; }
  @media (max-width: 1280px) {
    .page-title-wrapper h1.page-title {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .page-title-wrapper h1.page-title {
      font-size: 34px; } }

blockquote {
  background: #929292;
  padding: 1em;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em; }
  blockquote p, blockquote .cms-home .prismic p, .cms-home .prismic blockquote p, blockquote .for-industry .prismic p, .for-industry .prismic blockquote p, blockquote .for-professionals .prismic p, .for-professionals .prismic blockquote p {
    display: block;
    font-size: 1.2em;
    line-height: 2em;
    color: #293035;
    font-style: italic;
    text-align: center; }
    blockquote p:before, blockquote .cms-home .prismic p:before, .cms-home .prismic blockquote p:before, blockquote .for-industry .prismic p:before, .for-industry .prismic blockquote p:before, blockquote .for-professionals .prismic p:before, .for-professionals .prismic blockquote p:before, blockquote p:after, blockquote .cms-home .prismic p:after, .cms-home .prismic blockquote p:after, blockquote .for-industry .prismic p:after, .for-industry .prismic blockquote p:after, blockquote .for-professionals .prismic p:after, .for-professionals .prismic blockquote p:after {
      content: '"'; }
    blockquote p.quote-author, blockquote .cms-home .prismic p.quote-author, .cms-home .prismic blockquote p.quote-author, blockquote .for-industry .prismic p.quote-author, .for-industry .prismic blockquote p.quote-author, blockquote .for-professionals .prismic p.quote-author, .for-professionals .prismic blockquote p.quote-author {
      color: #293035;
      font-size: .9em;
      font-style: normal; }
    blockquote p:last-child, blockquote .cms-home .prismic p:last-child, .cms-home .prismic blockquote p:last-child, blockquote .for-industry .prismic p:last-child, .for-industry .prismic blockquote p:last-child, blockquote .for-professionals .prismic p:last-child, .for-professionals .prismic blockquote p:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  blockquote {
    max-width: 80%;
    padding: 3em;
    margin-left: auto;
    margin-right: auto; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul, ol {
  padding-left: 20px;
  margin-bottom: 1em; }
  ul.list-inline li, ol.list-inline li {
    float: none;
    display: inline-block;
    padding-left: .5em;
    padding-right: .5em; }
  ul.list-unstyled, ol.list-unstyled {
    list-style: none; }

strong, .bold, b {
  font-weight: 600; }

.no-underline {
  text-decoration: none; }

.uppercase {
  text-transform: uppercase; }

.italic, em {
  font-style: italic; }

.x-small {
  font-size: 70%; }

.small {
  font-size: 85%; }

.large {
  font-size: 120%; }

.x-large {
  font-size: 145%; }

/*
Nimbus Sans Regular

font-family: nimbus-sans, sans-serif;

font-weight: 400;

font-style: normal;


Nimbus Sans Regular Italic

font-family: nimbus-sans, sans-serif;

font-weight: 400;

font-style: italic;


Nimbus Sans Bold

font-family: nimbus-sans, sans-serif;

font-weight: 700;

font-style: normal;


Nimbus Sans Bold Italic

font-family: nimbus-sans, sans-serif;

font-weight: 700;

font-style: italic;


Nimbus Sans Cond L Regular

font-family: nimbus-sans-condensed, sans-serif;

font-weight: 400;

font-style: normal;


Nimbus Sans Cond L Bold

font-family: nimbus-sans-condensed, sans-serif;

font-weight: 700;

font-style: normal;


Nimbus Sans Extd Regular

font-family: nimbus-sans-extended, sans-serif;

font-weight: 400;

font-style: normal;


Nimbus Sans Extd Bold

font-family: nimbus-sans-extended, sans-serif;

font-weight: 700;

font-style: normal;
*/
.btn, button, .button, input[type=submit], .action.primary, .action-primary {
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 14px 30px;
  margin: 0;
  background: #101010;
  border: 1px solid #101010;
  text-shadow: none;
  white-space: initial;
  cursor: pointer; }
  .btn span, button span, .button span, input[type=submit] span, .action.primary span, .action-primary span {
    color: #fff; }
  .btn:visited, button:visited, .button:visited, input[type=submit]:visited, .action.primary:visited, .action-primary:visited {
    color: #fff; }
  .btn:hover, button:hover, .button:hover, input[type=submit]:hover, .action.primary:hover, .action-primary:hover {
    background: #2a2a2a;
    border-color: #2a2a2a; }
  .btn.btn-ghost, button.btn-ghost, .button.btn-ghost, input[type=submit].btn-ghost, .action.primary.btn-ghost, .action-primary.btn-ghost {
    background-color: transparent;
    color: #002f87; }
    .btn.btn-ghost span, button.btn-ghost span, .button.btn-ghost span, input[type=submit].btn-ghost span, .action.primary.btn-ghost span, .action-primary.btn-ghost span {
      color: #002f87; }
    .btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active, .btn.btn-ghost.active, .btn.btn-ghost.is-active, button.btn-ghost:hover, button.btn-ghost:focus, button.btn-ghost:active, button.btn-ghost.active, button.btn-ghost.is-active, .button.btn-ghost:hover, .button.btn-ghost:focus, .button.btn-ghost:active, .button.btn-ghost.active, .button.btn-ghost.is-active, input[type=submit].btn-ghost:hover, input[type=submit].btn-ghost:focus, input[type=submit].btn-ghost:active, input[type=submit].btn-ghost.active, input[type=submit].btn-ghost.is-active, .action.primary.btn-ghost:hover, .action.primary.btn-ghost:focus, .action.primary.btn-ghost:active, .action.primary.btn-ghost.active, .action.primary.btn-ghost.is-active, .action-primary.btn-ghost:hover, .action-primary.btn-ghost:focus, .action-primary.btn-ghost:active, .action-primary.btn-ghost.active, .action-primary.btn-ghost.is-active {
      background-color: transparent;
      border-color: #001d54; }
  .btn.btn-secondary, button.btn-secondary, .button.btn-secondary, input[type=submit].btn-secondary, .action.primary.btn-secondary, .action-primary.btn-secondary {
    background-color: #002f87;
    color: #fff;
    border-color: #002f87; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.is-active, button.btn-secondary:hover, button.btn-secondary:focus, button.btn-secondary:active, button.btn-secondary.active, button.btn-secondary.is-active, .button.btn-secondary:hover, .button.btn-secondary:focus, .button.btn-secondary:active, .button.btn-secondary.active, .button.btn-secondary.is-active, input[type=submit].btn-secondary:hover, input[type=submit].btn-secondary:focus, input[type=submit].btn-secondary:active, input[type=submit].btn-secondary.active, input[type=submit].btn-secondary.is-active, .action.primary.btn-secondary:hover, .action.primary.btn-secondary:focus, .action.primary.btn-secondary:active, .action.primary.btn-secondary.active, .action.primary.btn-secondary.is-active, .action-primary.btn-secondary:hover, .action-primary.btn-secondary:focus, .action-primary.btn-secondary:active, .action-primary.btn-secondary.active, .action-primary.btn-secondary.is-active {
      background-color: #001d54; }
  .btn.btn-white, button.btn-white, .button.btn-white, input[type=submit].btn-white, .action.primary.btn-white, .action-primary.btn-white {
    background-color: #fff;
    color: #002f87;
    border-color: #fff; }
    .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active, .btn.btn-white.is-active, button.btn-white:hover, button.btn-white:focus, button.btn-white:active, button.btn-white.active, button.btn-white.is-active, .button.btn-white:hover, .button.btn-white:focus, .button.btn-white:active, .button.btn-white.active, .button.btn-white.is-active, input[type=submit].btn-white:hover, input[type=submit].btn-white:focus, input[type=submit].btn-white:active, input[type=submit].btn-white.active, input[type=submit].btn-white.is-active, .action.primary.btn-white:hover, .action.primary.btn-white:focus, .action.primary.btn-white:active, .action.primary.btn-white.active, .action.primary.btn-white.is-active, .action-primary.btn-white:hover, .action-primary.btn-white:focus, .action-primary.btn-white:active, .action-primary.btn-white.active, .action-primary.btn-white.is-active {
      background-color: #929292; }
  .btn:disabled, .btn.disabled, button:disabled, button.disabled, .button:disabled, .button.disabled, input[type=submit]:disabled, input[type=submit].disabled, .action.primary:disabled, .action.primary.disabled, .action-primary:disabled, .action-primary.disabled {
    opacity: .6;
    cursor: not-allowed !important;
    pointer-events: none; }
    .btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active, .btn:disabled.active, .btn:disabled.is-active, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.active, .btn.disabled.is-active, button:disabled:hover, button:disabled:focus, button:disabled:active, button:disabled.active, button:disabled.is-active, button.disabled:hover, button.disabled:focus, button.disabled:active, button.disabled.active, button.disabled.is-active, .button:disabled:hover, .button:disabled:focus, .button:disabled:active, .button:disabled.active, .button:disabled.is-active, .button.disabled:hover, .button.disabled:focus, .button.disabled:active, .button.disabled.active, .button.disabled.is-active, input[type=submit]:disabled:hover, input[type=submit]:disabled:focus, input[type=submit]:disabled:active, input[type=submit]:disabled.active, input[type=submit]:disabled.is-active, input[type=submit].disabled:hover, input[type=submit].disabled:focus, input[type=submit].disabled:active, input[type=submit].disabled.active, input[type=submit].disabled.is-active, .action.primary:disabled:hover, .action.primary:disabled:focus, .action.primary:disabled:active, .action.primary:disabled.active, .action.primary:disabled.is-active, .action.primary.disabled:hover, .action.primary.disabled:focus, .action.primary.disabled:active, .action.primary.disabled.active, .action.primary.disabled.is-active, .action-primary:disabled:hover, .action-primary:disabled:focus, .action-primary:disabled:active, .action-primary:disabled.active, .action-primary:disabled.is-active, .action-primary.disabled:hover, .action-primary.disabled:focus, .action-primary.disabled:active, .action-primary.disabled.active, .action-primary.disabled.is-active {
      opacity: .6; }
  .btn.btn-lg, button.btn-lg, .button.btn-lg, input[type=submit].btn-lg, .action.primary.btn-lg, .action-primary.btn-lg {
    padding: 15px 20px; }
  .btn.btn-sm, button.btn-sm, .button.btn-sm, input[type=submit].btn-sm, .action.primary.btn-sm, .action-primary.btn-sm {
    font-size: 14px;
    padding: 5px 10px 5px 10px; }

.prismic a.btn {
  color: #fff; }

.form-control::-webkit-input-placeholder {
  color: #797979;
  font-style: italic; }

.form-control:-moz-placeholder {
  color: #797979;
  font-style: italic; }

.form-control::-moz-placeholder {
  color: #797979;
  font-style: italic; }

.form-control:-ms-input-placeholder {
  color: #797979;
  font-style: italic; }

form .form-group, .form .form-group {
  margin-bottom: 5px; }

form input, form .form-control, form select, form textarea, form select, form input[type=file], form input[type=text], form input[type=email], form input[type=tel], .form input, .form .form-control, .form select, .form textarea, .form select, .form input[type=file], .form input[type=text], .form input[type=email], .form input[type=tel] {
  font-weight: 400;
  font-size: 16px;
  color: #293035;
  line-height: 1.6;
  margin-bottom: 1em;
  background: #fff;
  color: #464646;
  padding: 13px;
  line-height: 20px;
  border: 1px solid;
  border-color: #727272;
  border-radius: 5px;
  font-size: 18px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  height: 54px; }

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=name],
form input[type=tel],
form input[type=file],
form select,
form textarea, .form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=name],
.form input[type=tel],
.form input[type=file],
.form select,
.form textarea {
  width: 100%; }

form textarea, .form textarea {
  height: 140px; }

form select, form select.form-control, .form select, .form select.form-control {
  background: #fff url("../images/elements/dropdown-arrow.svg") no-repeat right 15px center;
  background-size: 16px;
  -webkit-appearance: none; }

form .fieldset {
  margin-bottom: 30px; }
  form .fieldset > .legend {
    margin-left: 0;
    font-size: 22px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 500;
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
    form .fieldset > .legend + br {
      display: none; }
  form .fieldset > .field {
    margin: 0 0 20px; }
    form .fieldset > .field.note {
      margin-bottom: 20px; }
    form .fieldset > .field:not(.choice) > .label {
      width: 100%;
      text-align: left;
      font-size: 18px;
      font-family: "PT Sans Narrow", sans-serif;
      font-weight: 500; }
    form .fieldset > .field:not(.choice) > .control {
      width: 100%; }
      form .fieldset > .field:not(.choice) > .control input, form .fieldset > .field:not(.choice) > .control select, form .fieldset > .field:not(.choice) > .control textarea {
        border-color: #ccc;
        margin-bottom: 0; }
    form .fieldset > .field.choice > .label {
      margin-top: 10px;
      display: inline-block; }

form .actions-toolbar {
  margin-left: 0 !important; }
  @media (max-width: 767px) {
    form .actions-toolbar > .primary {
      width: 100%;
      float: none; }
      form .actions-toolbar > .primary .action.primary {
        width: 100%; } }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  top: auto; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  font-weight: 500;
  margin: 0 auto;
  display: inline-block; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #b8b8b8;
  background: #fff;
  top: 50%;
  transition: all .2s;
  transform: translateY(-50%);
  border-radius: 4px; }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  height: 16px;
  width: 16px;
  background-size: cover;
  transition: all .2s;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px;
  background-image: url(../images/icons/tick-white.svg); }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ccc; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

[type="checkbox"]:checked + label:before {
  background-color: #002f87;
  border-color: #002f87; }

select {
  border-radius: 5px;
  height: 42px;
  font-size: 16px; }

.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: normal; }

fieldset legend {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5em; }

label, .label {
  font-weight: 400;
  font-size: 16px;
  color: #293035;
  line-height: 1.6;
  margin-bottom: 1em;
  color: #464646;
  margin-bottom: .05em;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 500;
  font-size: 18px; }

.help-text {
  font-size: 80%;
  margin-bottom: .2em; }

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px; }

.image-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .image-text-wrapper img {
    vertical-align: bottom; }

.image-text-inner {
  padding: .5em; }

.breadcrumbs {
  padding: 15px 20px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  list-style: none;
  background: none; }
  .breadcrumbs ul {
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
    background: none; }
    .breadcrumbs ul.item {
      font-size: unset; }
    .breadcrumbs ul li {
      font-weight: 500;
      font-size: 14px;
      display: block;
      float: left;
      list-style: none;
      font-family: "PT Sans Narrow", sans-serif; }
      .breadcrumbs ul li a, .breadcrumbs ul li a:visited {
        color: #979797;
        text-decoration: none; }
        .breadcrumbs ul li a:hover, .breadcrumbs ul li a:focus, .breadcrumbs ul li a:active, .breadcrumbs ul li a.active, .breadcrumbs ul li a.is-active, .breadcrumbs ul li a:visited:hover, .breadcrumbs ul li a:visited:focus, .breadcrumbs ul li a:visited:active, .breadcrumbs ul li a:visited.active, .breadcrumbs ul li a:visited.is-active {
          text-decoration: none;
          color: #212121; }
      .breadcrumbs ul li:last-child {
        color: #212121; }
  .breadcrumbs .item:not(:last-child):after {
    font-size: 28px;
    line-height: 23px;
    width: auto;
    margin: 0 7px 0 -8px;
    padding-right: 2px;
    letter-spacing: -13px; }
  .breadcrumbs strong {
    font-weight: 500; }

@media screen and (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: 2.5em; } }

.alert, .message {
  font-size: 16px;
  text-align: left;
  border: 1px solid;
  padding: 1em;
  margin-bottom: 1.5em;
  background: #f2f2f2;
  border-color: #bbb; }
  .alert p, .alert .cms-home .prismic p, .cms-home .prismic .alert p, .alert .for-industry .prismic p, .for-industry .prismic .alert p, .alert .for-professionals .prismic p, .for-professionals .prismic .alert p, .message p, .message .cms-home .prismic p, .cms-home .prismic .message p, .message .for-industry .prismic p, .for-industry .prismic .message p, .message .for-professionals .prismic p, .for-professionals .prismic .message p {
    font-size: 17px;
    margin-bottom: 0; }
  .alert__error, .alert.error, .message__error, .message.error {
    font-size: 16px;
    padding: 1em;
    margin-bottom: 1.5em;
    border-color: #d32f2f;
    background: #ffe1db; }
    .alert__error p, .alert__error .cms-home .prismic p, .cms-home .prismic .alert__error p, .alert__error .for-industry .prismic p, .for-industry .prismic .alert__error p, .alert__error .for-professionals .prismic p, .for-professionals .prismic .alert__error p, .alert__error a, .alert.error p, .alert.error a, .message__error p, .message__error .cms-home .prismic p, .cms-home .prismic .message__error p, .message__error .for-industry .prismic p, .for-industry .prismic .message__error p, .message__error .for-professionals .prismic p, .for-professionals .prismic .message__error p, .message__error a, .message.error p, .message.error a {
      color: #d32f2f; }
    .alert__error > *:first-child:before, .alert.error > *:first-child:before, .message__error > *:first-child:before, .message.error > *:first-child:before {
      display: none; }
  .alert.info, .message.info {
    font-size: 16px; }
  .alert__success, .alert.success, .message__success, .message.success {
    font-size: 16px;
    padding: 1em;
    margin-bottom: 1.5em;
    border-color: #2e7b32;
    background: #eeffef; }
    .alert__success p, .alert__success .cms-home .prismic p, .cms-home .prismic .alert__success p, .alert__success .for-industry .prismic p, .for-industry .prismic .alert__success p, .alert__success .for-professionals .prismic p, .for-professionals .prismic .alert__success p, .alert.success p, .message__success p, .message__success .cms-home .prismic p, .cms-home .prismic .message__success p, .message__success .for-industry .prismic p, .for-industry .prismic .message__success p, .message__success .for-professionals .prismic p, .for-professionals .prismic .message__success p, .message.success p {
      color: #2e7b32; }
    .alert__success a, .alert.success a, .message__success a, .message.success a {
      color: #2e7b32; }
      .alert__success a:hover, .alert__success a:focus, .alert__success a:active, .alert__success a.active, .alert__success a.is-active, .alert.success a:hover, .alert.success a:focus, .alert.success a:active, .alert.success a.active, .alert.success a.is-active, .message__success a:hover, .message__success a:focus, .message__success a:active, .message__success a.active, .message__success a.is-active, .message.success a:hover, .message.success a:focus, .message.success a:active, .message.success a.active, .message.success a.is-active {
        text-decoration: none;
        color: #2e7b32; }
    .alert__success > *:first-child:before, .alert.success > *:first-child:before, .message__success > *:first-child:before, .message.success > *:first-child:before {
      display: none; }
  .alert__warning, .alert.notice, .alert.warning, .message__warning, .message.notice, .message.warning {
    font-size: 16px;
    padding: 1em;
    margin-bottom: 1.5em;
    border-color: #f57f17;
    background: #fff2e6;
    color: #f57f17; }
    .alert__warning p, .alert__warning .cms-home .prismic p, .cms-home .prismic .alert__warning p, .alert__warning .for-industry .prismic p, .for-industry .prismic .alert__warning p, .alert__warning .for-professionals .prismic p, .for-professionals .prismic .alert__warning p, .alert__warning span, .alert.notice p, .alert.notice span, .alert.warning p, .alert.warning span, .message__warning p, .message__warning .cms-home .prismic p, .cms-home .prismic .message__warning p, .message__warning .for-industry .prismic p, .for-industry .prismic .message__warning p, .message__warning .for-professionals .prismic p, .for-professionals .prismic .message__warning p, .message__warning span, .message.notice p, .message.notice span, .message.warning p, .message.warning span {
      color: #f57f17; }
    .alert__warning a, .alert.notice a, .alert.warning a, .message__warning a, .message.notice a, .message.warning a {
      color: #f57f17; }
      .alert__warning a:hover, .alert__warning a:focus, .alert__warning a:active, .alert__warning a.active, .alert__warning a.is-active, .alert.notice a:hover, .alert.notice a:focus, .alert.notice a:active, .alert.notice a.active, .alert.notice a.is-active, .alert.warning a:hover, .alert.warning a:focus, .alert.warning a:active, .alert.warning a.active, .alert.warning a.is-active, .message__warning a:hover, .message__warning a:focus, .message__warning a:active, .message__warning a.active, .message__warning a.is-active, .message.notice a:hover, .message.notice a:focus, .message.notice a:active, .message.notice a.active, .message.notice a.is-active, .message.warning a:hover, .message.warning a:focus, .message.warning a:active, .message.warning a.active, .message.warning a.is-active {
        text-decoration: none;
        color: #f57f17; }
    .alert__warning > *:first-child:before, .alert.notice > *:first-child:before, .alert.warning > *:first-child:before, .message__warning > *:first-child:before, .message.notice > *:first-child:before, .message.warning > *:first-child:before {
      display: none; }

#maincontent .alert, #maincontent .message {
  border-radius: 5px; }
  #maincontent .alert.info, #maincontent .message.info {
    border-color: #e3d6bc; }

.accordion-title {
  border-bottom: 1px solid #979797;
  position: relative;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  cursor: pointer; }
  .accordion-title h2 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding-right: 30px; }
  .accordion-title .accordion-toggle-plus {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  .accordion-title:hover h2, .accordion-title:focus h2, .accordion-title:active h2, .accordion-title.active h2, .accordion-title.is-active h2 {
    color: #293035; }

.active .accordion-title:after {
  transform: translateY(-50%) rotate(180deg); }

.accordion-content {
  padding-top: 1.8em; }

.accordion-white * {
  color: #fff; }

.accordion-white .accordion-title {
  border-color: #fff; }
  .accordion-white .accordion-title:after {
    background: url(../images/elements/dropdown-arrow-white.svg) no-repeat center center/17px; }

@media screen and (min-width: 992px) {
  .accordion-title h2 {
    font-size: 20px; } }

.modals-wrapper .modal-popup header, .modals-wrapper .modal-slide header {
  position: static; }

.modals-wrapper .modal-popup .modal-inner-wrap, .modals-wrapper .modal-slide .modal-inner-wrap {
  box-shadow: none; }

.modals-wrapper .modals-overlay {
  background-color: rgba(0, 0, 0, 0.6); }

.carousel-wrapper {
  background: #fff;
  clear: both;
  position: relative;
  margin: 0 auto;
  max-width: 100vw;
  padding: 35px 0 20px; }
  @media screen and (min-width: 992px) {
    .carousel-wrapper {
      padding: 90px 0 94px; } }
  .carousel-wrapper > div, .carousel-wrapper #amasty-shopby-product-list {
    width: calc(100% - 20px);
    margin: 0 10px; }
    @media screen and (min-width: 1280px) {
      .carousel-wrapper > div, .carousel-wrapper #amasty-shopby-product-list {
        width: 100%;
        max-width: 1340px;
        margin: 0 auto;
        padding: 0 20px; } }

.carousel-wrapper h1, .carousel-wrapper h2, .carousel-wrapper h3, .carousel-wrapper h4, .carousel-wrapper h5, .carousel-wrapper h6 {
  margin: 0 40px;
  color: #222;
  padding-bottom: 8px;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .carousel-wrapper h1, .carousel-wrapper h2, .carousel-wrapper h3, .carousel-wrapper h4, .carousel-wrapper h5, .carousel-wrapper h6 {
      max-width: 1340px;
      padding: 0 20px;
      margin: 0 auto 30px; } }

.carousel-wrapper h4 {
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; }

.carousel-wrapper .products-carousel .owl-carousel {
  position: relative; }

.carousel-wrapper .products-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  height: 0;
  width: 100%;
  top: 0; }
  .carousel-wrapper .products-carousel .owl-nav.disabled {
    display: flex; }
  @media screen and (min-width: 1400px) {
    .carousel-wrapper .products-carousel .owl-nav {
      top: 50%; } }
  .carousel-wrapper .products-carousel .owl-nav button.owl-prev, .carousel-wrapper .products-carousel .owl-nav button.owl-next {
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/elements/slider-arrow-1.svg");
    background-size: 100%;
    position: relative;
    width: 12px;
    height: 20px;
    top: -64px; }
    @media screen and (min-width: 840px) {
      .carousel-wrapper .products-carousel .owl-nav button.owl-prev, .carousel-wrapper .products-carousel .owl-nav button.owl-next {
        top: -80px;
        width: 30px;
        height: 53px; } }
    @media screen and (min-width: 1400px) {
      .carousel-wrapper .products-carousel .owl-nav button.owl-prev, .carousel-wrapper .products-carousel .owl-nav button.owl-next {
        top: -28px; } }
  @media screen and (min-width: 1400px) {
    .carousel-wrapper .products-carousel .owl-nav button.owl-prev {
      transform: translateX(calc(-100% - 35px)); } }
  .carousel-wrapper .products-carousel .owl-nav button.owl-next {
    transform: rotate(180deg); }
    @media screen and (min-width: 1400px) {
      .carousel-wrapper .products-carousel .owl-nav button.owl-next {
        transform: rotate(180deg) translateX(calc(-100% - 35px)); } }

.catalog-product-view #feefo-review-container {
  margin-bottom: -2px; }

.catalog-product-view.page-layout-1column .column.main {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.catalog-product-view.page-layout-1column .product-info-main {
  width: 100%;
  padding-left: 0;
  float: none; }
  .catalog-product-view.page-layout-1column .product-info-main .product-social-links {
    display: none; }

.catalog-product-view.page-layout-1column .product-info-main.product-info-summary {
  order: 1; }

.catalog-product-view.page-layout-1column .page-main .product-info-main {
  order: 3; }

.catalog-product-view.page-layout-1column .page-main .product-info-main.product-info-breadcrumbs {
  order: 0;
  margin-bottom: 0; }
  .catalog-product-view.page-layout-1column .page-main .product-info-main.product-info-breadcrumbs .breadcrumbs {
    padding: 40px 0 0;
    margin-bottom: 30px; }
    @media (max-width: 839px) {
      .catalog-product-view.page-layout-1column .page-main .product-info-main.product-info-breadcrumbs .breadcrumbs {
        padding: 20px 0 0;
        margin-bottom: 10px; } }

.catalog-product-view.page-layout-1column .product.media {
  width: 100%;
  float: none;
  order: 2;
  margin-top: .5em;
  position: relative;
  margin-bottom: 20px; }
  .catalog-product-view.page-layout-1column .product.media .fotorama__stage {
    max-height: calc(100vh - 130px); }
    @media (max-width: 839px) {
      .catalog-product-view.page-layout-1column .product.media .fotorama__stage {
        max-height: 600px;
        height: calc(80vh - 72px) !important;
        min-height: calc(80vh - 72px); } }

.catalog-product-view .page-wrapper > .block-static-block {
  margin-bottom: 0; }
  .catalog-product-view .page-wrapper > .block-static-block .sample-pots-banner {
    margin: 0; }

.catalog-product-view .carousel-wrapper {
  background-color: #f5f5f5; }

@media (min-width: 1201px) {
  .catalog-product-view .ask-question-form.widget {
    margin-top: -100px; } }

@media all and (min-width: 840px) and (max-width: 991px) {
  .catalog-product-view.page-layout-1column #feefo-product-rating-container {
    margin-top: 0; }
  .catalog-product-view.page-layout-1column .breadcrumbs {
    margin-bottom: 20px !important; } }

@media screen and (min-width: 840px) {
  .catalog-product-view.page-layout-1column .breadcrumbs {
    display: block;
    margin-bottom: 2.65em; }
  .catalog-product-view.page-layout-1column .product-info-main {
    width: calc(50% - 25px);
    float: right;
    padding-left: 25px; }
    .catalog-product-view.page-layout-1column .product-info-main.product-info-summary {
      float: right; }
    .catalog-product-view.page-layout-1column .product-info-main.product-info-details {
      float: right; }
  .catalog-product-view.page-layout-1column .product.media {
    width: 50%;
    padding-right: 20px;
    margin-top: 0; }
  .catalog-product-view .faqs-wrapper {
    margin-top: 0; } }

@media (min-width: 840px) {
  .catalog-product-view.page-layout-1column .column.main {
    display: unset !important; }
  .catalog-product-view.page-layout-1column .product.media {
    width: 50%;
    padding-right: 10px;
    margin-top: 0;
    float: none;
    position: sticky;
    top: 0;
    margin-bottom: 70px; } }
  @media (min-width: 840px) and (max-width: 940px) {
    .catalog-product-view.page-layout-1column .product.media {
      top: 72px; } }

@media (min-width: 840px) {
  .catalog-product-view.page-layout-1column .product-info-main, .catalog-product-view.page-layout-1column .product-info-main.product-info-summary {
    clear: right;
    float: right;
    width: 50%; }
  .catalog-product-view.page-layout-1column .product-info-main.product-info-summary {
    display: flex;
    flex-direction: column; }
    .catalog-product-view.page-layout-1column .product-info-main.product-info-summary .breadcrumbs {
      order: -1;
      margin-bottom: 0;
      padding-left: 0; } }

@media screen and (min-width: 992px) {
  .product-info-summary .page-title-wrapper .page-title {
    margin-bottom: .2em; }
  .catalog-product-view.page-layout-1column .column.main {
    padding-bottom: 0; }
  .catalog-product-view.page-layout-1column .carousel-wrapper {
    margin-top: 0; }
    .catalog-product-view.page-layout-1column .carousel-wrapper .products-carousel .owl-nav {
      top: 5px; }
    .catalog-product-view.page-layout-1column .carousel-wrapper .products-carousel .owl-carousel .owl-stage .owl-item .product-item .product-item-info {
      padding: 15px 12px 14px; } }

.catalog-product-view:not(.catalog-product-view-colour-picker-process) .product-options-wrapper.size-qty-wrapper + .product-options-bottom {
  border-top: none;
  padding-top: 8px; }

.catalog-product-view:not(.catalog-product-view-colour-picker-process) .product-info-tabs-outer-wrapper #product-info-addtocart {
  margin: 0 auto;
  position: relative; }

.catalog-product-view:not(.catalog-product-view-colour-picker-process) .product-info-tabs-outer-wrapper .fieldset > .field {
  padding: 0; }
  .catalog-product-view:not(.catalog-product-view-colour-picker-process) .product-info-tabs-outer-wrapper .fieldset > .field:not(.choice) .control {
    width: 100%; }
  .catalog-product-view:not(.catalog-product-view-colour-picker-process) .product-info-tabs-outer-wrapper .fieldset > .field:not(.choice) > .label {
    display: block;
    width: 100%; }

.catalog-product-view:not(.catalog-product-view-colour-picker-process) .product-info-tabs-outer-wrapper .size-qty-wrapper {
  width: 100%;
  justify-content: center;
  padding-top: 0; }
  .catalog-product-view:not(.catalog-product-view-colour-picker-process) .product-info-tabs-outer-wrapper .size-qty-wrapper .field.qty {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    padding: 0;
    margin-bottom: 20px; }
    .catalog-product-view:not(.catalog-product-view-colour-picker-process) .product-info-tabs-outer-wrapper .size-qty-wrapper .field.qty .label {
      margin-bottom: 10px;
      width: 100%;
      display: block;
      font-size: 18px;
      font-family: "PT Sans Narrow", sans-serif;
      font-weight: 500; }

@media (max-width: 839px) {
  .catalog-product-view:not(.catalog-product-view-colour-picker-process) .product-info-tabs-outer-wrapper .box-tocart {
    margin: 0 0 20px; } }

.catalog-product-view.product-paint-selector .page-wrapper .process-banner .product.media {
  margin-right: -30px;
  min-height: 480px; }
  .catalog-product-view.product-paint-selector .page-wrapper .process-banner .product.media img {
    min-height: 480px;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 839px) {
    .catalog-product-view.product-paint-selector .page-wrapper .process-banner .product.media {
      display: none; } }

@media (max-width: 839px) {
  .catalog-product-view.product-paint-selector .page-wrapper .process-banner {
    padding-top: 30px;
    padding-bottom: 30px; }
    .catalog-product-view.product-paint-selector .page-wrapper .process-banner .product.media {
      display: none; }
    .catalog-product-view.product-paint-selector .page-wrapper .process-banner .page-title-wrapper {
      position: static; }
      .catalog-product-view.product-paint-selector .page-wrapper .process-banner .page-title-wrapper h1.page-title {
        margin-bottom: 20px;
        font-size: 50px; }
    .catalog-product-view.product-paint-selector .page-wrapper .process-banner .product.overview {
      position: static; } }

.catalog-product-view.product-paint-selector .page-wrapper #feefo-product-rating-container {
  display: none; }

.catalog-product-view.product-paint-selector .page-wrapper .product-info-main {
  border-left: none; }

.catalog-product-view.product-paint-selector .page-wrapper #maincontent.page-main {
  margin-top: 0; }

.catalog-product-view.catalog-product-view-colour-picker-process .product-info-main .sample-pots-info {
  margin-bottom: 50px; }
  .catalog-product-view.catalog-product-view-colour-picker-process .product-info-main .sample-pots-info .samples-description {
    margin-bottom: 20px; }

.catalog-product-view.catalog-product-view-colour-picker-process .product-info-main .totals-wrapper {
  margin-top: 0;
  padding-top: 20px; }

@media (max-width: 839px) {
  .catalog-product-view.catalog-product-view-colour-picker-process .product-info-tabs-outer-wrapper .product-paint-options-tabs ul.nav {
    width: 100%; } }

@media (max-width: 375px) {
  .catalog-product-view.catalog-product-view-colour-picker-process .product-info-tabs-outer-wrapper .product-paint-options-tabs ul.nav {
    top: -76px; } }

@media (max-width: 375px) {
  .catalog-product-view.catalog-product-view-colour-picker-process .product-info-tabs-outer-wrapper .product-paint-options-tabs ul.nav li.tab-title a.tab-link {
    padding: 14px 10px;
    word-spacing: 100vw;
    font-size: 17px; } }

.catalog-product-view.catalog-product-view-colour-picker-process .columns .column.main {
  padding-bottom: 0; }

.catalog-product-view.catalog-product-view-colour-picker-process .page-bottom .carousel-wrapper {
  margin-top: 0;
  background-color: #f5f5f5; }

.catalog-product-view:not(.catalog-product-view-my-colour-product) #feefo-product-review-widgetId {
  border: none;
  padding-top: 40px;
  padding-bottom: 40px; }

.catalog-product-view.checkout-cart-configure .product-options-wrapper.size-qty-wrapper {
  margin-top: 30px; }
  .catalog-product-view.checkout-cart-configure .product-options-wrapper.size-qty-wrapper + .product-options-bottom {
    margin-top: 0;
    padding-top: 0; }

.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart {
  display: block; }
  .catalog-product-view.checkout-cart-configure .product-info-main .box-tocart .size-qty-wrapper .field.qty .label {
    text-align: center; }
  .catalog-product-view.checkout-cart-configure .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    padding: 21px 0;
    line-height: 1; }
  .catalog-product-view.checkout-cart-configure .product-info-main .box-tocart #stock-message {
    margin-top: 30px; }

.fotorama__nav-wrap--horizontal {
  padding-top: 40px; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
    display: none !important; }

.fotorama__arr--disabled {
  opacity: 1; }

.fotorama__nav__shaft {
  text-align: center; }
  .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: inline-block;
    border: 1px solid #d8d8d8;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0 !important; }
  .fotorama__nav__shaft .fotorama_vertical_ratio .fotorama__img {
    transform: none;
    position: relative;
    top: auto; }

.fotorama__arr, .fotorama__thumb__arr {
  background: #fff; }

.fotorama-item .fotorama__nav--thumbs .fotorama__thumb-border {
  border: 0 !important;
  background: none; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  width: 40px;
  display: none; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background: url(../images/elements/dropdown-arrow.svg) no-repeat center center/34px;
    transform: none;
    transform: rotate(-90deg);
    left: 0;
    top: 36%; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
  transform: rotate(90deg); }

.fotorama__wrap .fotorama__arr, .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr {
  top: auto;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-image: url(../images/icons/minicart/slider-arrow-right.svg);
  background-size: cover;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
  display: block !important; }
  .fotorama__wrap .fotorama__arr.fotorama__arr--prev, .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr.fotorama__arr--prev {
    transform: translateX(-100%) rotate(180deg) !important; }
  .fotorama__wrap .fotorama__arr.fotorama__arr--disabled, .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr.fotorama__arr--disabled {
    opacity: 0.2; }
  .fotorama__wrap .fotorama__arr .fotorama__arr__arr, .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr .fotorama__arr__arr {
    display: none; }

.fotorama__wrap.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus), .fotorama__wrap.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  transform: translateX(-100%) rotate(180deg); }

.fotorama__wrap.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus), .fotorama__wrap.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: translateX(100%); }

.fotorama__wrap .fotorama__arr--prev, .fotorama__wrap .fotorama__arr--next, .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr--prev, .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr--next {
  opacity: 1; }

.fotorama__wrap .fotorama__arr--prev, .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr--prev {
  left: 50%;
  transform: translateX(-100%); }
  .fotorama__wrap .fotorama__arr--prev:not(:focus), .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr--prev:not(:focus) {
    transform: translateX(-100%); }

.fotorama__wrap .fotorama__arr--next, .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr--next {
  right: 50%;
  transform: translateX(100%); }
  .fotorama__wrap .fotorama__arr--next:not(:focus), .fotorama__wrap.fotorama__wrap--no-controls .fotorama__arr--next:not(:focus) {
    transform: translateX(100%); }

.fotorama__fullscreen .amlabel-position-wrapper {
  display: none !important; }

.fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out {
  width: 40px;
  height: 40px; }

.fotorama__fullscreen .fotorama__zoom-in {
  background-position: -22px -22px !important; }

.fotorama__fullscreen .fotorama__zoom-out {
  background-position: -22px -100px !important;
  top: 40px; }

@media all and (max-width: 767px) {
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    display: block !important; }
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      background-size: 25px; } }

@media all and (max-width: 839px) {
  .fotorama__nav--dots .fotorama__nav__frame {
    display: none; }
  .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: inline-block;
    width: 60px !important;
    height: 60px; }
    .fotorama__nav__shaft .fotorama__nav__frame--thumb img {
      height: auto;
      width: 100%; } }

@media all and (min-width: 840px) {
  .fotorama-item .fotorama__nav--thumbs .fotorama__thumb-border:first-child {
    margin-left: 50px !important; }
  .fotorama__nav__shaft .fotorama__nav__frame--thumb.fotorama__active:nth-child(2) {
    margin-left: 50px !important; } }

@media all and (max-width: 640px) {
  .fotorama__wrap--css3 .fotorama__nav__shaft {
    margin-left: 40px; }
  .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    margin-left: 8px;
    margin-right: 8px; } }

.fotorama__arr, .fotorama__thumb__arr {
  background: transparent; }

.fotorama__thumb__arr.fotorama__thumb__arr--right {
  background: #fff; }
  .fotorama__thumb__arr.fotorama__thumb__arr--right:hover, .fotorama__thumb__arr.fotorama__thumb__arr--right:focus, .fotorama__thumb__arr.fotorama__thumb__arr--right:active, .fotorama__thumb__arr.fotorama__thumb__arr--right.active, .fotorama__thumb__arr.fotorama__thumb__arr--right.is-active {
    background: #fff; }

.fotorama__arr:hover {
  background-color: transparent; }

@media screen and (min-width: 992px) {
  .fotorama__stage {
    max-height: 50vh;
    padding-bottom: 40px; }
    .fotorama__stage img.fotorama__img {
      padding-top: 30px;
      padding-bottom: 0; } }

html.fotorama__fullscreen .fotorama__stage {
  max-height: calc(100vh - 100px); }

html.fotorama__fullscreen .fotorama__nav-wrap--horizontal {
  padding-top: 0; }

.product.media .gallery-controls {
  text-align: right;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 150px;
  display: flex;
  justify-content: center; }
  .product.media .gallery-controls button {
    width: 38px;
    height: 38px;
    background-image: url(../images/icons/minicart/slider-arrow-right.svg);
    background-size: cover;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none; }
    .product.media .gallery-controls button.gallery-previous {
      transform: rotate(180deg);
      margin-right: 10px; }

@media screen and (min-width: 840px) {
  .product-info-summary {
    width: 50%;
    float: right;
    padding-left: 15px; } }

.product-info-summary .page-title-wrapper .page-title {
  font-size: 50px;
  line-height: 1.12;
  margin-bottom: 10px;
  margin-top: 0; }
  @media (max-width: 839px) {
    .product-info-summary .page-title-wrapper .page-title {
      margin-top: 4px;
      font-size: 36px; } }

.product-info-summary .product.attribute.sku {
  margin-bottom: 35px; }
  .product-info-summary .product.attribute.sku > .value, .product-info-summary .product.attribute.sku .type {
    font-size: 16px;
    font-weight: 500;
    font-weight: normal;
    color: #293035; }
  .product-info-summary .product.attribute.sku strong {
    font-weight: 500; }

.product-info-summary .product.attribute.overview {
  margin-bottom: 24px; }
  .product-info-summary .product.attribute.overview .value {
    font-size: 16px;
    color: #333; }

.product-info-main .product-info-price .product-info-stock-sku {
  display: none; }

@media screen and (min-width: 840px) {
  .product-info-main {
    clear: right; } }

.product-info-main .size-qty-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .product-info-main .size-qty-wrapper .fieldset {
    width: 100%;
    flex-basis: 100%;
    padding-right: 0; }
    .product-info-main .size-qty-wrapper .fieldset > .field:not(.choice) > .label {
      width: 100%;
      float: none; }
    .product-info-main .size-qty-wrapper .fieldset > .field:not(.choice) .control {
      width: 100%;
      display: block; }
  .product-info-main .size-qty-wrapper .field.qty {
    width: 100%;
    padding-left: 0;
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0; }
    .product-info-main .size-qty-wrapper .field.qty .control {
      width: 55px;
      position: relative;
      float: none;
      z-index: 2;
      margin: 0 -3px; }
      .product-info-main .size-qty-wrapper .field.qty .control input {
        padding: 14px 6px;
        text-align: center;
        height: 48px;
        margin: 0;
        border: 1px solid #0B0303; }

.product-info-main .button.enquire {
  font-size: 22px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border-color: #54565a;
  color: #54565a;
  margin-bottom: 10px; }
  .product-info-main .button.enquire span {
    color: #54565a; }
  .product-info-main .button.enquire:hover {
    background-color: #fff;
    border-color: #002f87;
    color: #002f87; }
    .product-info-main .button.enquire:hover span {
      color: #002f87; }

.product-info-main .accordion-content {
  padding: 0; }
  .product-info-main .accordion-content > div {
    margin: 10px 0 20px; }

.product-info-main .product-price-outer-wrapper .price-box {
  margin: 0; }
  .product-info-main .product-price-outer-wrapper .price-box .price-container {
    margin-bottom: 0; }
    .product-info-main .product-price-outer-wrapper .price-box .price-container .price-label {
      margin-bottom: 0;
      margin-right: 6px;
      font-size: 26px;
      color: #002f87;
      line-height: 1; }
    .product-info-main .product-price-outer-wrapper .price-box .price-container .price {
      font-size: 26px;
      color: #002f87; }

.product-info-main .delivery-info-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  position: relative;
  margin: 30px 0;
  font-size: 16px;
  color: #002f87;
  font-weight: 600; }
  .product-info-main .delivery-info-icon .icon {
    width: 21px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .product-info-main .delivery-info-icon .icon img {
      vertical-align: bottom; }

.product-info-main .product.info.detailed .additional-attributes > tbody > tr > th {
  min-width: 220px; }

.product-info-main .additional-product-actions {
  margin-bottom: 40px; }
  .product-info-main .additional-product-actions .store-finder-link {
    position: relative;
    padding-left: 32px;
    display: inline-block;
    text-decoration: underline;
    color: #002f87;
    font-weight: 600; }
    .product-info-main .additional-product-actions .store-finder-link::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 25px;
      width: 19px;
      background-image: url(../images/icons/header/map-pin-blue.svg);
      background-size: cover; }

.product-info-main:not(.product-info-summary) {
  margin-bottom: 40px; }

.where-to-buy {
  margin-top: 1em; }
  .where-to-buy p, .where-to-buy .cms-home .prismic p, .cms-home .prismic .where-to-buy p, .where-to-buy .for-industry .prismic p, .for-industry .prismic .where-to-buy p, .where-to-buy .for-professionals .prismic p, .for-professionals .prismic .where-to-buy p {
    margin: 0; }
  .where-to-buy a {
    color: #727272;
    position: relative;
    padding-left: 30px;
    text-decoration: none; }
    .where-to-buy a:before {
      -webkit-transition: 0.3s all ease-in-out;
      -moz-transition: 0.3s all ease-in-out;
      -ms-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      position: absolute;
      content: '';
      left: 0;
      top: -2px;
      height: 20px;
      width: 20px;
      background: url(../images/icons/map-marker.svg) no-repeat center center/15px; }
    .where-to-buy a:hover, .where-to-buy a:focus, .where-to-buy a:active, .where-to-buy a.active, .where-to-buy a.is-active {
      text-decoration: underline; }
      .where-to-buy a:hover:before, .where-to-buy a:focus:before, .where-to-buy a:active:before, .where-to-buy a.active:before, .where-to-buy a.is-active:before {
        top: -5px; }

.product-info-main .youtube-wrapper .youtube iframe {
  max-width: 100%; }

.product-info-main .shadepicker-input-wrapper input.mage-error {
  border: 1px solid #d32f2f !important; }

.product-info-main .shadepicker-input-wrapper div.mage-error[generated] {
  top: -22px !important; }

@media screen and (max-width: 767px) {
  .product-info-main .shadepicker-input-wrapper .mage-error {
    margin-top: 12px !important; } }

.product-options-wrapper, .product-info-main .shadepicker-input-wrapper {
  position: relative; }
  .product-options-wrapper div.mage-error[generated], .product-info-main .shadepicker-input-wrapper div.mage-error[generated] {
    font-size: 14px;
    color: #d32f2f;
    position: absolute;
    margin-top: 0; }

.accordion-content .additional-attributes-wrapper .label, .accordion-content .additional-attributes-wrapper .data {
  font-size: 15px;
  color: #293035; }

.accordion-content .additional-attributes-wrapper .label {
  font-weight: 500; }

.am-attachments.am-attachments-tab .am-fileicon {
  display: none; }

.am-attachments.am-attachments-tab .am-filelink {
  font-weight: 500;
  font-size: 16px;
  color: #293035;
  position: relative;
  padding-left: 30px;
  text-decoration: none; }
  .am-attachments.am-attachments-tab .am-filelink:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 14px;
    height: 16px;
    background: transparent url(../images/icons/download.svg) no-repeat 0 0/14px; }

.am-attachments.am-attachments-tab .am-filesize {
  font-size: 15px;
  color: #727272;
  clear: both;
  width: 100%;
  display: block;
  padding-left: 30px; }

@media all and (max-width: 839px) {
  .product-info-main .where-to-buy p {
    font-size: 18px;
    text-align: center; }
  .product-info-main .social-sharing-buttons {
    width: 240px;
    margin-left: auto;
    margin-right: auto; }
  .product-info-main .product.info.detailed {
    margin: 25px -10px 35px -10px; }
  .product-info-main #product-accordion div[role="presentation"]:first-child .accordion-title {
    border-top: 1px solid #979797; }
  .product-info-main #product-accordion div[role="presentation"]:nth-child(5) .accordion-title {
    border-bottom: none; }
  .product-info-main #product-accordion .accordion-title {
    padding-left: 10px; }
    .product-info-main #product-accordion .accordion-title:after {
      right: 10px; }
  .product-info-main #product-accordion .accordion-content {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 840px) {
  .product-info-summary .product.attribute.overview {
    margin-top: .5em;
    margin-bottom: 21px; }
  .product-info-main .price-box .price-container .price-excluding-tax {
    margin-bottom: 2px; } }

@media screen and (min-width: 992px) {
  .product-info-main .size-qty-wrapper {
    padding-top: 1.2em;
    padding-bottom: .1em; }
    .product-info-main .size-qty-wrapper .field.qty {
      flex: 0 0 35.7%;
      padding-left: 10px; }
      .product-info-main .size-qty-wrapper .field.qty .label {
        width: 65px;
        float: left;
        margin-top: -17px; }
  .product-info-main .box-tocart .actions {
    margin-bottom: .65em;
    padding-top: 8px; }
    .product-info-main .box-tocart .actions .action.tocart {
      font-size: 18px;
      padding: 21px 15px 19px 15px; }
  .product-info-main .where-to-buy {
    width: calc(100% - 235px);
    float: left;
    display: inline-block; }
    .product-info-main .where-to-buy p {
      font-size: 18px; }
  .product-info-main .social-sharing-buttons {
    width: 235px;
    float: left;
    display: inline-block;
    margin-top: 3px; }
  .product-info-summary .product.attribute.sku > .value, .product-info-summary .product.attribute.sku .type {
    font-size: 18px; }
  .product.info.detailed {
    padding-top: 20px;
    margin-bottom: 40px; } }

#product-info-addtocart-wrapper {
  width: 100%;
  padding: 0; }
  @media screen and (min-width: 1200px) {
    #product-info-addtocart-wrapper #product-info-addtocart {
      width: 50%;
      margin-left: auto;
      padding: 72px 106px 76px 114px; } }
  #product-info-addtocart-wrapper .box-tocart {
    display: block;
    width: 100%; }
    #product-info-addtocart-wrapper .box-tocart .action.tocart {
      font-weight: 500;
      font-size: 22px;
      border: none;
      color: #fff;
      padding: 21px 0;
      line-height: 1;
      width: 100%;
      display: block; }
    #product-info-addtocart-wrapper .box-tocart .actions {
      display: block;
      width: 100%;
      padding-top: 10px; }

.price-box .price-container {
  display: flex;
  flex-wrap: wrap; }
  .price-box .price-container .price-including-tax + .price-excluding-tax {
    font-weight: 500;
    font-size: 18px;
    color: #1A1919;
    font-family: "PT Sans Narrow", sans-serif; }
  .price-box .price-container .price-label {
    font-size: 18px;
    order: 1;
    margin-right: 5px;
    float: none;
    color: #1A1919;
    margin-bottom: 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 500; }
    .price-box .price-container .price-label:after {
      content: ''; }
  .price-box .price-container .price-excluding-tax {
    display: none;
    order: 2;
    margin: 0;
    float: none;
    width: calc(100% - 45px) !important;
    font-weight: 500;
    font-size: 18px;
    color: #1A1919;
    font-family: "PT Sans Narrow", sans-serif; }
    .price-box .price-container .price-excluding-tax span.price {
      font-weight: 500;
      font-size: 18px;
      color: #1A1919;
      font-family: "PT Sans Narrow", sans-serif; }
  .price-box .price-container .price-including-tax:before, .price-box .price-container .price-excluding-tax:before {
    display: none; }
  .price-box .price-container .price-wrapper {
    font-weight: 500;
    font-size: 18px;
    color: #1A1919;
    font-family: "PT Sans Narrow", sans-serif;
    order: 3;
    margin: 0; }
    .price-box .price-container .price-wrapper span.price {
      font-weight: 500;
      font-size: 18px;
      color: #1A1919;
      font-family: "PT Sans Narrow", sans-serif; }

.page-wrapper .product-info-main.product-info-summary .price-box .price-container {
  align-items: flex-end; }
  .page-wrapper .product-info-main.product-info-summary .price-box .price-container .price-wrapper {
    margin-right: 14px;
    order: 2;
    line-height: 1.2; }
  .page-wrapper .product-info-main.product-info-summary .price-box .price-container .price-excluding-tax {
    width: auto !important;
    order: 3;
    display: none; }
    .page-wrapper .product-info-main.product-info-summary .price-box .price-container .price-excluding-tax .price {
      margin-right: 6px;
      font-size: 14px;
      color: #888; }
    .page-wrapper .product-info-main.product-info-summary .price-box .price-container .price-excluding-tax::after {
      content: attr(data-label);
      display: inline-block;
      font-size: 14px;
      color: #888; }

.product-item .price-box .minimal-price-link {
  text-decoration: none; }
  .product-item .price-box .minimal-price-link .price-label {
    margin-bottom: 0;
    line-height: inherit;
    margin-right: 5px;
    font-size: 13px;
    order: 0; }
  .product-item .price-box .minimal-price-link .price-wrapper {
    font-size: 13px; }

.product-info-main.product-info-summary .price-box .price-container .price-label {
  font-size: 26px;
  line-height: 1.2; }

.product-info-main.product-info-summary .price-box .price-container .price-wrapper span.price, .product-info-main.product-info-summary .price-box .price-container .price-wrapper:after {
  font-weight: 500; }

.product-info-main.product-info-summary .price-box .price-container .price-excluding-tax {
  width: 100%;
  margin-bottom: 0;
  line-height: 13px; }
  .product-info-main.product-info-summary .price-box .price-container .price-excluding-tax span.price, .product-info-main.product-info-summary .price-box .price-container .price-excluding-tax:after {
    font-size: 16px;
    font-weight: 500; }

.product-info-main.product-info-summary .product-info-price .product-info-stock-sku + p, .product-info-main.product-info-summary .product-info-price .cms-home .prismic .product-info-stock-sku + p, .product-info-main.product-info-summary .product-info-price .for-industry .prismic .product-info-stock-sku + p, .product-info-main.product-info-summary .product-info-price .for-professionals .prismic .product-info-stock-sku + p {
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  margin-top: 10px;
  text-decoration: none;
  color: #002f87; }
  .product-info-main.product-info-summary .product-info-price .product-info-stock-sku + p a, .product-info-main.product-info-summary .product-info-price .cms-home .prismic .product-info-stock-sku + p a, .product-info-main.product-info-summary .product-info-price .for-industry .prismic .product-info-stock-sku + p a, .product-info-main.product-info-summary .product-info-price .for-professionals .prismic .product-info-stock-sku + p a {
    text-decoration: none;
    border-bottom: 1px solid #002f87;
    color: #002f87; }
    .product-info-main.product-info-summary .product-info-price .product-info-stock-sku + p a:hover, .product-info-main.product-info-summary .product-info-price .cms-home .prismic .product-info-stock-sku + p a:hover, .product-info-main.product-info-summary .product-info-price .for-industry .prismic .product-info-stock-sku + p a:hover, .product-info-main.product-info-summary .product-info-price .for-professionals .prismic .product-info-stock-sku + p a:hover, .product-info-main.product-info-summary .product-info-price .product-info-stock-sku + p a:focus, .product-info-main.product-info-summary .product-info-price .cms-home .prismic .product-info-stock-sku + p a:focus, .product-info-main.product-info-summary .product-info-price .for-industry .prismic .product-info-stock-sku + p a:focus, .product-info-main.product-info-summary .product-info-price .for-professionals .prismic .product-info-stock-sku + p a:focus, .product-info-main.product-info-summary .product-info-price .product-info-stock-sku + p a:active, .product-info-main.product-info-summary .product-info-price .cms-home .prismic .product-info-stock-sku + p a:active, .product-info-main.product-info-summary .product-info-price .for-industry .prismic .product-info-stock-sku + p a:active, .product-info-main.product-info-summary .product-info-price .for-professionals .prismic .product-info-stock-sku + p a:active, .product-info-main.product-info-summary .product-info-price .product-info-stock-sku + p a.active, .product-info-main.product-info-summary .product-info-price .cms-home .prismic .product-info-stock-sku + p a.active, .product-info-main.product-info-summary .product-info-price .for-industry .prismic .product-info-stock-sku + p a.active, .product-info-main.product-info-summary .product-info-price .for-professionals .prismic .product-info-stock-sku + p a.active, .product-info-main.product-info-summary .product-info-price .product-info-stock-sku + p a.is-active, .product-info-main.product-info-summary .product-info-price .cms-home .prismic .product-info-stock-sku + p a.is-active, .product-info-main.product-info-summary .product-info-price .for-industry .prismic .product-info-stock-sku + p a.is-active, .product-info-main.product-info-summary .product-info-price .for-professionals .prismic .product-info-stock-sku + p a.is-active {
      border-bottom: none; }

@media screen and (min-width: 992px) {
  .product-info-main .product-info-price {
    display: flex;
    flex-wrap: wrap; }
    .product-info-main .product-info-price .product-info-stock-sku {
      order: 3;
      width: 100%; }
    .product-info-main .product-info-price .price-box.price-final_price {
      width: calc(100% - 221px);
      order: 1; }
    .product-info-main .product-info-price .product-info-stock-sku + p, .product-info-main .product-info-price .cms-home .prismic .product-info-stock-sku + p, .product-info-main .product-info-price .for-industry .prismic .product-info-stock-sku + p, .product-info-main .product-info-price .for-professionals .prismic .product-info-stock-sku + p {
      width: 221px;
      white-space: nowrap;
      order: 2;
      margin: 42px 0 0 0; }
  .product-info-summary.out-of-stock .product-info-price .product-info-stock-sku {
    order: 2;
    width: auto; }
    .product-info-summary.out-of-stock .product-info-price .product-info-stock-sku + p, .product-info-summary.out-of-stock .product-info-price .cms-home .prismic .product-info-stock-sku + p, .product-info-summary.out-of-stock .product-info-price .for-industry .prismic .product-info-stock-sku + p, .product-info-summary.out-of-stock .product-info-price .for-professionals .prismic .product-info-stock-sku + p {
      margin-top: 0;
      margin-left: auto; } }

.picker-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px; }
  .picker-text strong {
    font-weight: 500; }

.shadepicker-input-wrapper {
  position: relative;
  width: 100%;
  padding-left: 62px; }
  .shadepicker-input-wrapper:before {
    position: absolute;
    content: 'Colour';
    left: 0;
    top: 25%; }
  .shadepicker-input-wrapper ul.ui-autocomplete {
    box-shadow: 0 0 10px -6px;
    position: absolute;
    background: white;
    z-index: 1;
    list-style: none;
    padding: 0; }
    .shadepicker-input-wrapper ul.ui-autocomplete li {
      margin: 0;
      padding: 16px 23px;
      cursor: pointer; }
      .shadepicker-input-wrapper ul.ui-autocomplete li a {
        text-decoration: none;
        color: #293035;
        font-size: 16px;
        line-height: 1; }
      .shadepicker-input-wrapper ul.ui-autocomplete li:hover {
        background: #eeeeee; }

.columns .column.main .product-info-main .product-add-form .shadepicker-container input {
  border-color: #0B0303 !important;
  width: 100%;
  margin: 0; }

.columns .column.main .product-info-main .product-add-form .shadepicker-container .shadepicker-open {
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  border-radius: 0;
  background: #eee; }
  .columns .column.main .product-info-main .product-add-form .shadepicker-container .shadepicker-open:hover {
    background: #F5F5F5; }
  .columns .column.main .product-info-main .product-add-form .shadepicker-container .shadepicker-open.with-text-picker {
    margin-left: 63px;
    width: calc(100% - 63px);
    max-width: 100%;
    margin-top: 5px; }
    .columns .column.main .product-info-main .product-add-form .shadepicker-container .shadepicker-open.with-text-picker:before {
      display: none; }
  .columns .column.main .product-info-main .product-add-form .shadepicker-container .shadepicker-open span {
    padding: 0;
    line-height: 33px; }
  .columns .column.main .product-info-main .product-add-form .shadepicker-container .shadepicker-open span:before {
    background: url("../images/icons/colour-wheel.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 33px;
    height: 33px; }

#shadepicker-chosen div, .shadepicker-chosen div {
  display: flex;
  flex-wrap: wrap; }

#shadepicker-chosen div.shadepick-shade.swatch, .shadepicker-chosen div.shadepick-shade.swatch {
  width: 30px;
  height: 30px;
  max-width: 30px;
  border: 1px solid #222;
  order: 2; }

#shadepicker-chosen h5, .shadepicker-chosen h5 {
  font-size: 16px;
  color: #222;
  order: 1;
  margin-top: 6px;
  margin-right: 14px; }

#shadepicker-chosen p, .shadepicker-chosen p, .shadepicker-chosen .cms-home .prismic p, .cms-home .prismic .shadepicker-chosen p, .shadepicker-chosen .for-industry .prismic p, .for-industry .prismic .shadepicker-chosen p, .shadepicker-chosen .for-professionals .prismic p, .for-professionals .prismic .shadepicker-chosen p {
  order: 3;
  margin-bottom: 0;
  margin-top: 4px; }

.catalog-product-view .mfp-wrap {
  position: fixed !important;
  top: 0 !important; }

@media (max-width: 900px) {
  .shadepicker-popup {
    max-height: 100vh; } }

@media (max-width: 900px) {
  .catalog-product-view .mfp-container {
    padding: 0; } }

.shadepicker-popup {
  max-width: 1250px;
  background-color: #fff; }
  @media (max-width: 640px) {
    .shadepicker-popup {
      padding-top: 20px; } }
  .shadepicker-popup .shades-intro {
    padding: 35px 65px 15px 35px;
    border: 0; }
    @media (max-width: 600px) {
      .shadepicker-popup .shades-intro {
        display: none; } }
    .shadepicker-popup .shades-intro h2.title {
      margin-bottom: 10px;
      font-size: 36px; }
    .shadepicker-popup .shades-intro p {
      font-weight: 400;
      font-size: 16px; }
  .shadepicker-popup .shadepicker-shades {
    overflow-y: auto;
    max-height: calc(100vh - 260px); }
    @media (max-width: 640px) {
      .shadepicker-popup .shadepicker-shades {
        max-height: 100vh; } }
  .shadepicker-popup .mfp-close {
    background: transparent;
    color: transparent !important;
    font-weight: 100;
    top: 8px;
    right: 18px !important;
    width: 40px;
    height: 40px; }
    .shadepicker-popup .mfp-close:after, .shadepicker-popup .mfp-close:before {
      position: absolute;
      content: '';
      width: 1px;
      height: 29px;
      background: #727272;
      top: 18px;
      right: 7px; }
      @media (max-width: 640px) {
        .shadepicker-popup .mfp-close:after, .shadepicker-popup .mfp-close:before {
          top: 4px; } }
    .shadepicker-popup .mfp-close:before {
      transform: rotate(45deg); }
    .shadepicker-popup .mfp-close:after {
      transform: rotate(-45deg); }
    .shadepicker-popup .mfp-close:hover, .shadepicker-popup .mfp-close:focus, .shadepicker-popup .mfp-close:active, .shadepicker-popup .mfp-close.active, .shadepicker-popup .mfp-close.is-active {
      background: transparent; }
  .shadepicker-popup .shadepicker-shades.container {
    padding-left: 45px;
    padding-right: 45px; }
  .shadepicker-popup #shadepicker-search {
    position: relative;
    margin-bottom: 5px; }
    .shadepicker-popup #shadepicker-search label[for="shadepicker-search"] {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    .shadepicker-popup #shadepicker-search #shadepicker-search-input {
      margin: 0;
      font-size: 16px;
      color: #464646;
      line-height: 1.1;
      padding: 19px 42px 15px;
      height: auto;
      border-radius: 50px; }
      @media screen and (min-width: 840px) {
        .shadepicker-popup #shadepicker-search #shadepicker-search-input {
          padding: 22px 60px 18px;
          font-size: 18px; } }
      .shadepicker-popup #shadepicker-search #shadepicker-search-input::-moz-placeholder {
        color: #727272; }
      .shadepicker-popup #shadepicker-search #shadepicker-search-input::placeholder {
        color: #727272; }
    .shadepicker-popup #shadepicker-search span[role="status"] {
      position: absolute;
      font-style: italic;
      color: #929292;
      top: 17px;
      right: 22px; }
      @media screen and (min-width: 840px) {
        .shadepicker-popup #shadepicker-search span[role="status"] {
          top: 20px;
          right: 60px; } }
    .shadepicker-popup #shadepicker-search:before {
      content: '';
      display: block;
      position: absolute;
      width: 23px;
      height: 23px;
      top: 14px;
      left: 20px;
      background-image: url(../images/icons/header/search-blue.svg);
      pointer-events: none; }
      @media screen and (min-width: 840px) {
        .shadepicker-popup #shadepicker-search:before {
          top: 18px;
          left: 16px; } }
    .shadepicker-popup #shadepicker-search .ui-autocomplete {
      box-shadow: 0 0 10px -6px;
      position: absolute;
      background: white;
      z-index: 1;
      list-style: none;
      padding: 0; }
      .shadepicker-popup #shadepicker-search .ui-autocomplete li {
        margin: 0;
        padding: 16px 23px;
        cursor: pointer; }
        .shadepicker-popup #shadepicker-search .ui-autocomplete li a {
          text-decoration: none;
          color: #293035;
          font-size: 16px;
          line-height: 1; }
        .shadepicker-popup #shadepicker-search .ui-autocomplete li:hover {
          background: #eeeeee; }
  .shadepicker-popup .shadepicker-shades .shadepick-shade-description {
    display: none; }
  .shadepicker-popup .shadepicker-shades .shadepick-shade {
    display: flex;
    margin-bottom: 16px; }
    .shadepicker-popup .shadepicker-shades .shadepick-shade .shade-wrap {
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .shadepicker-popup .shadepicker-shades .shadepick-shade .shade-wrap .shadepick-shade-swatch {
        height: auto !important; }
  .shadepicker-popup .shadepicker-shades .shadepicker-filters {
    position: static; }
    .shadepicker-popup .shadepicker-shades .shadepicker-filters label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    .shadepicker-popup .shadepicker-shades .shadepicker-filters select {
      font-size: 18px;
      color: #727272;
      border-color: transparent !important;
      background: #fff url("../images/elements/dropdown-arrow.svg") no-repeat right 15px center;
      background-size: 16px;
      -webkit-appearance: none; }

@media screen and (max-width: 839px) {
  .shadepicker-container {
    border-top: 0; }
  .shadepicker-input-wrapper {
    padding-left: 0;
    margin-top: 10px; }
    .shadepicker-input-wrapper:before {
      top: -30px; }
  #shadepicker-search {
    margin-bottom: 34px; }
  .columns .column.main .product-info-main .product-add-form .shadepicker-container .shadepicker-open.with-text-picker {
    width: 100%;
    margin-top: 12px;
    margin-left: 0; } }

@media screen and (min-width: 992px) {
  .shadepicker-popup .shades-intro {
    padding: 35px 95px 5px 35px; }
  .mfp-close {
    right: 28px !important; }
  .shadepicker-input-wrapper {
    width: 52%;
    padding-right: 14px; }
  .columns .column.main .product-info-main .product-add-form .shadepicker-container .shadepicker-open.with-text-picker {
    font-size: 18px;
    margin-left: 0;
    width: 100%;
    max-width: 47%;
    padding: 9px 10px;
    vertical-align: bottom; }
  .picker-text {
    margin-top: 0;
    margin-bottom: .75em; }
  .columns .column.main .product-info-main .product-add-form .shadepicker-container input {
    font-size: 16px;
    padding: 12px 10px 8px 10px !important; }
  .columns .column.main .product-info-main .product-add-form .shadepicker-container input::-moz-placeholder {
    padding: 12px 10px 8px 10px !important; }
  .columns .column.main .product-info-main .product-add-form .shadepicker-container input::placeholder {
    padding: 12px 10px 8px 10px !important; } }

@media all and (max-width: 839px) {
  .columns .column.main .product-info-main .product-add-form .shadepicker-container input {
    height: auto !important;
    line-height: 26px; } }

.product-options-wrapper.size-qty-wrapper .fieldset {
  margin-bottom: 0; }
  .product-options-wrapper.size-qty-wrapper .fieldset select {
    margin-bottom: 0; }
  .product-options-wrapper.size-qty-wrapper .fieldset > .field:not(.choice) > .label {
    width: 54px; }
  .product-options-wrapper.size-qty-wrapper .fieldset > .field:not(.choice) .control {
    display: inline-block;
    width: calc(100% - 58px); }
    .product-options-wrapper.size-qty-wrapper .fieldset > .field:not(.choice) .control select {
      border-color: #0B0303; }
      .product-options-wrapper.size-qty-wrapper .fieldset > .field:not(.choice) .control select.mage-error {
        border-color: #d32f2f; }
  .product-options-wrapper.size-qty-wrapper .fieldset .field {
    padding: 0 5px; }

.option-actions-wrapper {
  border: 1px solid black; }

.options-button-wrapper {
  border: 1px dashed black; }

.product-options-wrapper.size-qty-wrapper .field.attribute_navbasecode {
  display: none; }

.product-options-wrapper.size-qty-wrapper .field:last-child {
  display: none; }

.product-options-wrapper.size-qty-wrapper + .product-options-bottom .product-promotion {
  border-top: 1px solid #979797;
  margin-bottom: 1em; }

.product-options-wrapper.size-qty-wrapper + .product-options-bottom .box-tocart .size-qty-wrapper {
  padding-top: 0; }

@media screen and (max-width: 839px) {
  .product-options-wrapper.size-qty-wrapper + .product-options-bottom {
    border: 0; }
  .product-options-wrapper.size-qty-wrapper .fieldset > .field:not(.choice) > .label {
    width: 100%; }
  .product-options-wrapper.size-qty-wrapper .fieldset > .field:not(.choice) .control {
    width: 100%; } }

@media screen and (max-width: 1250px) {
  .product-options-wrapper.size-qty-wrapper {
    width: calc(100% - 225px); } }

@media screen and (max-width: 991px) {
  .product-options-wrapper.size-qty-wrapper {
    width: 100%;
    margin-top: 1em; }
  .product-info-main .size-qty-wrapper .field.qty {
    flex: 0 0 100%;
    height: auto !important;
    margin-bottom: 1em; } }

.product-add-form .shadepicker-input-wrapper.hide {
  display: none !important; }

@media screen and (min-width: 992px) {
  .product-add-form .shadepicker-open.without-text-picker {
    width: 47% !important; } }

.product-add-form .uom-attribute {
  display: inline-block;
  margin-bottom: 24px;
  font-family: "PT Sans Narrow", sans-serif;
  color: #002f87;
  font-weight: 500;
  font-size: 20px; }

.price-box.price-tier_price {
  width: 100%;
  margin-top: 0; }
  .price-box.price-tier_price .prices-tier {
    border-top: 1px solid #979797;
    background: transparent;
    margin: 0;
    padding: 10px 0 0 0; }
    .price-box.price-tier_price .prices-tier li {
      font-size: 18px;
      font-weight: 500;
      color: #002f87;
      font-weight: normal;
      text-align: left;
      padding-bottom: 10px; }
      .price-box.price-tier_price .prices-tier li .price-container {
        display: inline; }
      .price-box.price-tier_price .prices-tier li .price-container.price-tier_price .price-wrapper .price {
        font-size: 18px;
        font-weight: normal; }
      .price-box.price-tier_price .prices-tier li span.price-excluding-tax {
        display: none; }
      .price-box.price-tier_price .prices-tier li strong.benefit {
        font-weight: 500;
        font-weight: normal; }

.product-options-bottom .actions.actions-options {
  display: flex;
  flex-wrap: wrap; }
  .product-options-bottom .actions.actions-options .price-tier_price {
    margin-top: -10px; }
  .product-options-bottom .actions.actions-options .price-box.price-tier_price {
    order: 1; }
  .product-options-bottom .actions.actions-options .price-offer {
    display: none;
    margin-top: 10px; }
  .product-options-bottom .actions.actions-options #product-addtocart-button, .product-options-bottom .actions.actions-options #button_enquire {
    order: 3; }

.product-options-bottom #stock-message {
  order: 2;
  position: relative; }
  .product-options-bottom #stock-message .notice {
    font-size: 14px;
    position: relative;
    padding-left: 60px;
    color: #293035;
    text-align: left;
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 1.5;
    margin-bottom: 1em;
    min-height: 44px; }
    .product-options-bottom #stock-message .notice:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      border: 1px solid #0B0303;
      content: "!";
      font-size: 31px;
      text-align: center;
      color: #0B0303;
      line-height: initial; }

#stock-message .notice:empty {
  display: none; }

@media screen and (min-width: 992px) {
  .price-box.price-tier_price .prices-tier {
    padding-top: 18px;
    padding-bottom: 20px; }
    .price-box.price-tier_price .prices-tier li {
      font-size: 21px; }
      .price-box.price-tier_price .prices-tier li .price-container.price-tier_price .price-wrapper .price {
        font-size: 21px; }
  .product-options-bottom .actions.actions-options .price-tier_price {
    margin-top: -10px; }
  .product-options-bottom .actions.actions-options .price-offer {
    margin-top: 13px; }
  .product-options-bottom #stock-message .notice {
    font-size: 16px; } }

.product-info-main .size-qty-wrapper .field.qty {
  height: 68px; }
  .product-info-main .size-qty-wrapper .field.qty .qty-changer {
    z-index: 1;
    display: flex;
    align-items: center;
    border: 1px solid #54565a;
    background-color: #fff;
    position: relative;
    border-radius: 50px; }
    .product-info-main .size-qty-wrapper .field.qty .qty-changer a {
      height: 52px;
      width: 48px;
      position: relative;
      cursor: pointer;
      background-color: transparent;
      border: none;
      font-size: 0;
      padding: 0;
      border-radius: 0;
      opacity: 1;
      box-shadow: none !important; }
      .product-info-main .size-qty-wrapper .field.qty .qty-changer a::before, .product-info-main .size-qty-wrapper .field.qty .qty-changer a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #002f87; }
      .product-info-main .size-qty-wrapper .field.qty .qty-changer a::before {
        width: 12px;
        height: 2px; }
      .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-dec {
        border-right: 1px solid #54565a; }
        .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-dec::before, .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-dec::after {
          left: 54%; }
      .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-inc {
        border-left: 1px solid #54565a; }
        .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-inc::after {
          width: 2px;
          height: 12px; }
        .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-inc::before, .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-inc::after {
          left: 46%; }
        .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-inc:disabled {
          cursor: not-allowed;
          background-color: #eee; }
          .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-inc:disabled::before, .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-inc:disabled::after {
            background-color: #999; }
    .product-info-main .size-qty-wrapper .field.qty .qty-changer .control {
      margin: 0; }
      .product-info-main .size-qty-wrapper .field.qty .qty-changer .control input {
        height: 52px;
        margin: 0;
        border: none;
        font-size: 18px;
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 500; }

.product-info-main #product-accordion {
  border-bottom: 1px solid #979797; }
  .product-info-main #product-accordion .accordion-title {
    border-bottom: none;
    border-top: 1px solid #979797; }
    .product-info-main #product-accordion .accordion-title h2 {
      font-size: 18px; }

.product-add-form .box-tocart .qty div.mage-error[generated] {
  font-size: 15px;
  position: absolute;
  width: 200px;
  left: -180%;
  text-align: left;
  padding: .5em;
  margin-bottom: 1.5em;
  border: 1px solid #d32f2f;
  background: #ffe1db;
  white-space: normal;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .product-add-form .box-tocart .qty div.mage-error[generated] {
      left: -150%; } }

@media screen and (max-width: 839px) {
  .product-options-wrapper.size-qty-wrapper + .product-options-bottom .box-tocart .size-qty-wrapper .field.qty {
    display: block; }
    .product-options-wrapper.size-qty-wrapper + .product-options-bottom .box-tocart .size-qty-wrapper .field.qty .control input {
      width: 55px; }
    .product-options-wrapper.size-qty-wrapper + .product-options-bottom .box-tocart .size-qty-wrapper .field.qty .qty-changer {
      left: 0; } }

@media screen and (min-width: 992px) {
  .product-info-main .size-qty-wrapper .field.qty .label span {
    margin-left: -3px; }
  .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-dec {
    margin-left: 1px; }
  .product-info-main .size-qty-wrapper .field.qty .qty-changer a.qty-inc {
    margin-right: 1px; } }

#feefo-product-rating-container + .page-title-wrapper .page-title {
  margin-top: 8px; }

div#feefo-review-container {
  max-width: 1340px;
  margin: 0 auto; }
  div#feefo-review-container feefowidget-global .feefowidget-global-container {
    padding: 18px 10px; }
    @media screen and (min-width: 768px) {
      div#feefo-review-container feefowidget-global .feefowidget-global-container {
        padding: 40px 20px 40px 65px; } }
  div#feefo-review-container .feefowidget-footer {
    display: none; }

#feefo-review-container .feefowidget-global .feefowidget-global__filters {
  z-index: 2 !important; }

@media screen and (min-width: 768px) and (max-width: 1340px) {
  feefowidget-container-floating-service .feefowidget-sticky-widget.feefowidget-sticky-widget--state-closed.feefowidget-alignment-left {
    left: auto !important;
    right: 40px !important; } }

@media screen and (min-width: 1200px) {
  #feefo-product-rating-container feefowidget-logo-small {
    padding-top: 0; }
    #feefo-product-rating-container feefowidget-logo-small .feefowidget-reviews-total {
      vertical-align: middle; }
  #feefo-product-rating-container + .page-title-wrapper .page-title {
    margin-top: 13px; } }

.product-info-main .social-sharing-buttons {
  position: relative;
  padding-left: 48px; }
  .product-info-main .social-sharing-buttons:before {
    font-size: 16px;
    position: absolute;
    content: "Share";
    top: 3px;
    left: 0;
    color: #222; }
  .product-info-main .social-sharing-buttons .social-share-btn {
    width: 30px;
    height: 30px;
    background: #eee;
    margin-right: 5px; }
    .product-info-main .social-sharing-buttons .social-share-btn:last-child {
      margin-right: 0; }
    .product-info-main .social-sharing-buttons .social-share-btn.facebook {
      background: #3b5998 url(../images/icons/brands/facebook-f.svg) no-repeat center center/10px; }
    .product-info-main .social-sharing-buttons .social-share-btn.twitter {
      background: #1DA1F2 url(../images/icons/brands/x-twitter.svg) no-repeat center center/18px; }
    .product-info-main .social-sharing-buttons .social-share-btn.pinterest {
      background: #E60023 url(../images/icons/brands/pinterest.svg) no-repeat center center/18px; }
    .product-info-main .social-sharing-buttons .social-share-btn.email {
      background: #eee url(../images/icons/envelope.svg) no-repeat center center/18px; }
    .product-info-main .social-sharing-buttons .social-share-btn.print {
      background: #eee url(../images/icons/file.svg) no-repeat center center/12px; }

@media screen and (min-width: 840px) {
  .catalog-product-view .carousel-wrapper {
    padding: 75px 0 85px; }
    .catalog-product-view .carousel-wrapper h4 {
      margin-bottom: 20px; }
    .catalog-product-view .carousel-wrapper .products-carousel .owl-carousel .owl-stage .owl-item .product-item .product-item-info .product-item-gloss {
      margin-bottom: 8px; } }

.catalog-product-view .carousel-wrapper .carousel-title-wrapper {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .catalog-product-view .carousel-wrapper .carousel-title-wrapper {
      padding: 0 10px; } }

.swiper-outer-container {
  position: relative; }
  .swiper-outer-container .swiper-container {
    overflow: hidden; }

.sidebar.sidebar-main .block.filter {
  background: white;
  padding: 7px 15px; }
  @media screen and (min-width: 992px) {
    .sidebar.sidebar-main .block.filter {
      padding: 23px 30px 23px 20px; } }

.block.filter .filter-title strong {
  font-size: 16px;
  color: #293035; }

.filter-subtitle {
  display: none; }

.filter-options a {
  text-decoration: none; }

.filter-options .am_shopby_link_selected {
  font-weight: normal; }

.filter-options .filter-options-title {
  font-size: 16px;
  font-weight: normal;
  color: #293035;
  position: relative;
  margin-bottom: 20px;
  padding-right: 20px;
  word-break: break-word;
  line-height: 1.25; }
  .filter-options .filter-options-title:after {
    cursor: pointer;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    right: 0;
    background: url("../images/icons/arrow-down-blue.svg") no-repeat center center;
    background-size: 14px;
    transition: transform 0.3s;
    top: 50%;
    transform: translateY(-50%); }
  .filter-options .filter-options-title.is-active:after {
    transform: translateY(-50%) rotate(180deg); }
  .filter-options .filter-options-title.is-active + .filter-options-content {
    display: block; }

.filter-options .filter-options-content {
  margin-top: 20px;
  display: none; }
  .filter-options .filter-options-content .item {
    margin-bottom: 10px; }
  .filter-options .filter-options-content .label {
    color: #293035; }
  .filter-options .filter-options-content .count {
    display: none; }
  .filter-options .filter-options-content.is-open {
    display: block; }

.filter-options .item input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  .filter-options .item input[type="checkbox"] + a {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .filter-options .item input[type="checkbox"] + a:before {
    content: '';
    margin-right: 7px;
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: white;
    border: 1px solid #2D2D2D; }
  .filter-options .item input[type="checkbox"]:hover + a:before {
    background: #929292; }
  .filter-options .item input[type="checkbox"]:focus + a:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .filter-options .item input[type="checkbox"]:checked + a:before {
    background: #fff; }
  .filter-options .item input[type="checkbox"]:checked + a:after {
    content: '';
    position: absolute;
    background: #fff url(../images/icons/check.svg);
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px; }

.block.filter .amshopby-filter-current .amshopby-items {
  padding: 0; }

.block.filter .amshopby-filter-current .amshopby-remove {
  top: 4px; }
  .block.filter .amshopby-filter-current .amshopby-remove:hover:before, .block.filter .amshopby-filter-current .amshopby-remove:hover:after, .block.filter .amshopby-filter-current .amshopby-remove:focus:before, .block.filter .amshopby-filter-current .amshopby-remove:focus:after, .block.filter .amshopby-filter-current .amshopby-remove:active:before, .block.filter .amshopby-filter-current .amshopby-remove:active:after, .block.filter .amshopby-filter-current .amshopby-remove.active:before, .block.filter .amshopby-filter-current .amshopby-remove.active:after, .block.filter .amshopby-filter-current .amshopby-remove.is-active:before, .block.filter .amshopby-filter-current .amshopby-remove.is-active:after {
    background-color: #293035; }

.block.filter .amshopby-filter-current .amshopby-item.item {
  font-size: 15px; }

.block.filter .amshopby-filter-current .amshopby-filter-name {
  font-weight: normal; }

.block.filter .block-actions.filter-actions {
  font-size: 12px; }
  .block.filter .block-actions.filter-actions a {
    color: #002f87; }
    .block.filter .block-actions.filter-actions a:hover, .block.filter .block-actions.filter-actions a:focus, .block.filter .block-actions.filter-actions a:active, .block.filter .block-actions.filter-actions a.active, .block.filter .block-actions.filter-actions a.is-active {
      text-decoration: none; }

#amasty-shopby-product-list .toolbar.toolbar-products {
  margin-bottom: 0;
  padding-right: 0; }
  #amasty-shopby-product-list .toolbar.toolbar-products .modes, #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-amount {
    display: none; }
  #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter#sorter-products .selectric .label {
    text-align: right;
    padding-left: 10px; }
  @media all and (min-width: 991px) {
    #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter#sorter-products {
      margin-top: 2px; }
      #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter#sorter-products label {
        vertical-align: top;
        line-height: 1.3; }
      #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter#sorter-products .selectric .label {
        margin-left: 2px;
        margin-right: 38px;
        padding-left: 0; }
      #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter#sorter-products .selectric .button {
        background-color: transparent; } }
  #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter label {
    font-size: 18px;
    color: #727272; }
    @media all and (min-width: 991px) {
      #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter label {
        display: inline-block; } }
  #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options {
    margin-top: -12px; }
    @media all and (max-width: 991px) {
      #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options .selectric-hide-select.selectric-is-native {
        height: 40px;
        opacity: 0 !important; }
      #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options .selectric-hide-select select {
        left: 0;
        height: 40px; } }
    @media all and (min-width: 991px) {
      #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options {
        display: inline-block; } }
  #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .selectric-items {
    width: 100% !important; }
    #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .selectric-items li {
      text-align: left; }
  #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .sorter-action {
    left: -2px; }
    #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .sorter-action:before {
      display: none; }
  @media screen and (max-width: 991px) {
    #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .sorter-option {
      margin-left: 0;
      padding-left: 0; }
    #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .selectric {
      text-align: left; }
    #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options {
      margin-top: -4px; }
    #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .selectric-wrapper .selectric .label {
      height: 40px;
      margin-left: 0; } }
  #amasty-shopby-product-list .toolbar.toolbar-products .limiter {
    display: inline-block;
    float: right;
    padding-left: 5px;
    position: relative;
    width: 107px; }
    #amasty-shopby-product-list .toolbar.toolbar-products .limiter label {
      font-size: 18px;
      color: #727272;
      position: relative;
      vertical-align: top;
      display: inline-block;
      line-height: 34px;
      z-index: 9999; }
    #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control {
      float: right; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .button {
        height: 35px;
        width: 27px;
        background: transparent url("../images/elements/dropdown-arrow.svg") no-repeat center 12px/15px; }
        #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .button:after {
          display: none; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .selectric-wrapper {
        margin-top: 4px; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .selectric-open .button {
        transform: rotate(-180deg); }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .selectric .label {
        margin-right: 27px;
        margin-left: 0;
        height: 33px;
        line-height: 36px; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .selectric-items {
        top: 0 !important;
        padding-top: 40px;
        left: auto;
        right: 0;
        width: 110px !important;
        border: 0;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.22); }
        #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .selectric-items li {
          text-align: right;
          color: #293035;
          padding: 14px 10px; }
          #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .selectric-items li:hover {
            background: #eee; }
          #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .selectric-items li.selected {
            background: #eee url("../images/icons/tick.svg") no-repeat 12px center/19px; }
    #amasty-shopby-product-list .toolbar.toolbar-products .limiter .limiter-options {
      font-size: 18px;
      color: #727272;
      border: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #fff url(../images/elements/dropdown-arrow.svg) no-repeat 95% center/16px;
      padding: 5px 10px;
      width: 110px;
      height: 40px;
      padding-left: 60px; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter .limiter-options:focus {
        box-shadow: none; }

#amasty-shopby-product-list .products-grid + .toolbar.toolbar-products {
  margin-top: 0; }
  #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .field.limiter {
    display: none; }
  #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages {
    float: none;
    margin-bottom: 33px; }
    #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .item {
      border: 1px solid transparent;
      line-height: 1;
      padding: 5.5px 10px; }
      #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .item a span {
        font-size: 18px;
        font-weight: normal;
        color: #B7B7B7; }
      #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .item.current {
        border-color: #293035; }
        #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .item.current a span {
          color: #293035; }
      #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .item.pages-item-previous a.action.previous {
        margin-right: 5px; }
        #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .item.pages-item-previous a.action.previous:before {
          font-size: 0;
          width: 20px;
          height: 20px;
          content: '';
          background: url(../images/elements/dropdown-arrow.svg) no-repeat center 10px/16px;
          transform: rotate(-270deg);
          margin: 3px 4px 0 -10px; }
        #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .item.pages-item-previous a.action.previous span.label {
          position: relative;
          color: #727272; }
      #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .item.pages-item-next a.action.next {
        margin-right: 0;
        margin-left: 0;
        width: 30px;
        text-align: left; }
        #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .item.pages-item-next a.action.next:before {
          font-size: 0;
          width: 20px;
          height: 20px;
          content: '';
          background: url(../images/elements/dropdown-arrow.svg) no-repeat center center/16px;
          transform: rotate(270deg);
          margin: 0 0 0 -6px; }
    #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages .action {
      border: 0; }
    #amasty-shopby-product-list .products-grid + .toolbar.toolbar-products .pages strong.page {
      font-size: 18px;
      color: #293035;
      line-height: 1;
      font-weight: normal;
      padding: 0; }

@media all and (max-width: 991px) {
  .page-products.page-layout-2columns-left .sidebar-main .block.filter {
    margin-bottom: 0; }
    .page-products.page-layout-2columns-left .sidebar-main .block.filter .filter-title {
      margin-bottom: 0;
      position: relative; }
      .page-products.page-layout-2columns-left .sidebar-main .block.filter .filter-title:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/icons/arrow-grey.svg) no-repeat center center/15px;
        right: 0;
        top: 3px; }
      .page-products.page-layout-2columns-left .sidebar-main .block.filter .filter-title.arrow-down {
        padding-bottom: .5em; }
        .page-products.page-layout-2columns-left .sidebar-main .block.filter .filter-title.arrow-down:after {
          transform: rotate(90deg); }
  .page-products.page-layout-2columns-left #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter {
    padding-top: 2px; }
  #amasty-shopby-product-list .toolbar.toolbar-products {
    margin-top: 0;
    padding: 0; }
    #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter {
      padding: 4px 0 0 15px;
      width: 50%;
      background: #fff;
      border-right: 1px solid #f5f5f5;
      float: left;
      height: 40px; }
      #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter .sorter-action {
        float: right;
        top: 0; }
      #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter label {
        font-size: 16px;
        float: left;
        margin-bottom: 0;
        margin-top: 7px; }
    #amasty-shopby-product-list .toolbar.toolbar-products .limiter {
      background: #fff;
      width: 50%; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control {
        width: auto;
        float: right;
        display: block;
        height: 40px; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter .selectric {
        margin-right: 10px; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter label {
        font-size: 16px;
        float: left; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter .label {
        right: auto;
        left: 10px;
        top: 4px; }
      #amasty-shopby-product-list .toolbar.toolbar-products .limiter #limiter {
        width: 100%;
        margin: 0 0 0 -10px;
        padding-left: 0; }
    #amasty-shopby-product-list .toolbar.toolbar-products .selectric-wrapper .selectric .label {
      font-size: 16px; }
  .block.filter .filter-title strong {
    color: #727272; } }

@media screen and (min-width: 840px) {
  .block.filter .filter-title strong {
    font-size: 24px; }
  .filter-options .filter-options-title {
    font-size: 18px; }
  #amasty-shopby-product-list .toolbar.toolbar-products .limiter .control .selectric-wrapper {
    margin-top: 0; } }

body._has-modal iframe#launcher {
  display: none; }

.modal-slide.filter-modal {
  left: 0; }
  @media screen and (min-width: 768px) {
    .modal-slide.filter-modal {
      left: calc(100vw - 460px); } }
  .modal-slide.filter-modal .modal-inner-wrap {
    background: #f7f7f7; }
  .modal-slide.filter-modal #sidebar-main {
    width: 100%;
    flex-direction: column; }
  .modal-slide.filter-modal .modal-header {
    padding: 33px 0 23px 25px;
    border-bottom: 1px solid #c3c3c3; }
    .modal-slide.filter-modal .modal-header h1 {
      font-weight: 500;
      font-size: 22px;
      margin: 0; }
  .modal-slide.filter-modal .modal-content {
    padding: 0; }
    .modal-slide.filter-modal .modal-content .sidebar-main {
      padding: 0 25px; }
      .modal-slide.filter-modal .modal-content .sidebar-main .block.filter {
        background: transparent;
        padding: 0; }
        .modal-slide.filter-modal .modal-content .sidebar-main .block.filter .block-content.filter-content {
          display: inherit !important; }
      .modal-slide.filter-modal .modal-content .sidebar-main .filter-title {
        display: none; }
      .modal-slide.filter-modal .modal-content .sidebar-main .filter-content dt.filter-options-title {
        background: transparent;
        border-top: 1px solid #c3c3c3;
        padding: 32px 0 24px;
        cursor: pointer;
        margin: 0; }
        .modal-slide.filter-modal .modal-content .sidebar-main .filter-content dt.filter-options-title:first-of-type {
          border-top: none; }
      .modal-slide.filter-modal .modal-content .sidebar-main .filter-content dd.filter-options-content {
        margin: 8px 0 16px; }
        .modal-slide.filter-modal .modal-content .sidebar-main .filter-content dd.filter-options-content ol.items li.item {
          margin: 0 0 6px; }
          .modal-slide.filter-modal .modal-content .sidebar-main .filter-content dd.filter-options-content ol.items li.item a {
            background: white;
            padding: 20px 0 16px 15px;
            transition: 0.3s background-color; }
            .modal-slide.filter-modal .modal-content .sidebar-main .filter-content dd.filter-options-content ol.items li.item a.amshopby-link-selected {
              background: #505860; }
              .modal-slide.filter-modal .modal-content .sidebar-main .filter-content dd.filter-options-content ol.items li.item a.amshopby-link-selected span.label {
                color: white; }
          .modal-slide.filter-modal .modal-content .sidebar-main .filter-content dd.filter-options-content ol.items li.item input, .modal-slide.filter-modal .modal-content .sidebar-main .filter-content dd.filter-options-content ol.items li.item .amshopby-choice {
            display: none; }
      .modal-slide.filter-modal .modal-content .sidebar-main .am_shopby_apply_filters {
        position: static !important;
        display: block !important;
        visibility: visible !important; }
        .modal-slide.filter-modal .modal-content .sidebar-main .am_shopby_apply_filters .am-show-button {
          box-shadow: none;
          padding: 0; }
          .modal-slide.filter-modal .modal-content .sidebar-main .am_shopby_apply_filters .am-show-button:before {
            display: none; }
          .modal-slide.filter-modal .modal-content .sidebar-main .am_shopby_apply_filters .am-show-button .am-items {
            display: none; }
          .modal-slide.filter-modal .modal-content .sidebar-main .am_shopby_apply_filters .am-show-button button {
            font-weight: 500;
            font-size: 16px;
            font-weight: normal;
            padding: 19px 0 17px;
            width: 100%;
            border-radius: 0;
            background: rgba(0, 0, 0, 0.3);
            transition: background 0.3; }
        .modal-slide.filter-modal .modal-content .sidebar-main .am_shopby_apply_filters[style] button {
          background: #0b0303; }

.page-products #maincontent.page-main, .content-search-index #maincontent.page-main {
  background: #F5F5F5;
  max-width: 100%;
  padding: 0; }

.page-products .page-title-wrapper, .page-products .category-view, .content-search-index .page-title-wrapper, .content-search-index .category-view {
  background: #fff;
  margin-top: -1px; }

.page-products .page-title, .content-search-index .page-title {
  display: block !important;
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 20px; }

.page-products .category-view-top, .page-products .category-view-bottom, .content-search-index .category-view-top, .content-search-index .category-view-bottom {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding: 20px 20px;
  flex-direction: column; }
  @media all and (min-width: 900px) {
    .page-products .category-view-top, .page-products .category-view-bottom, .content-search-index .category-view-top, .content-search-index .category-view-bottom {
      flex-direction: row;
      justify-content: space-between;
      padding: 20px 20px 40px; } }

.page-products .category-description-inner, .content-search-index .category-description-inner {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  max-width: 768px;
  color: #293035;
  opacity: 0.64; }

.page-products .category-description div, .content-search-index .category-description div {
  padding: 0 !important;
  margin: 0 !important; }

.page-products .columns, .content-search-index .columns {
  display: block;
  margin: 1em auto;
  max-width: 1340px;
  padding: 0 20px; }

.page-products .category-view-bottom, .content-search-index .category-view-bottom {
  padding: 24px 12px 70px 12px; }
  @media (max-width: 1023px) {
    .page-products .category-view-bottom, .content-search-index .category-view-bottom {
      padding: 24px 24px 44px 24px; } }
  @media (max-width: 991px) {
    .page-products .category-view-bottom, .content-search-index .category-view-bottom {
      padding-bottom: 14px; } }

.page-products .page-footer .newsletter-subscribe-bar, .content-search-index .page-footer .newsletter-subscribe-bar {
  background: #e9e9e9; }

.page-products .search-pager .pages .items, .content-search-index .search-pager .pages .items {
  font-family: "PT Sans Narrow", sans-serif; }
  .page-products .search-pager .pages .items a.page, .page-products .search-pager .pages .items strong.page, .content-search-index .search-pager .pages .items a.page, .content-search-index .search-pager .pages .items strong.page {
    font-size: 20px;
    font-weight: 600; }

.category-view-top {
  flex-wrap: wrap; }
  .category-view-top .filter-subcategories {
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    .category-view-top .filter-subcategories .filter-subcategories-link {
      display: inline-block;
      padding: 14px 40px;
      text-decoration: none;
      background-color: #e8e8e0;
      color: #222;
      margin-right: 14px;
      text-align: center; }
    @media (max-width: 767px) {
      .category-view-top .filter-subcategories {
        padding-bottom: 16px;
        overflow-x: scroll; }
        .category-view-top .filter-subcategories .filter-subcategories-link {
          min-width: 160px;
          white-space: nowrap; } }

.page-products .amasty-catalog-topnav {
  display: none; }

.page-products #amasty-shopby-product-list .toolbar-products {
  display: flex;
  padding: 16px 0 30px 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .page-products #amasty-shopby-product-list .toolbar-products {
      padding: 16px 20px 30px 20px; } }
  .page-products #amasty-shopby-product-list .toolbar-products::before, .page-products #amasty-shopby-product-list .toolbar-products::after {
    display: none !important; }
  .page-products #amasty-shopby-product-list .toolbar-products .toolbar-amount {
    display: block;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 600; }
  @media (max-width: 767px) {
    .page-products #amasty-shopby-product-list .toolbar-products {
      padding-top: 26px; }
      .page-products #amasty-shopby-product-list .toolbar-products #filter-toggle {
        width: 100%;
        margin-bottom: 20px; } }
  .page-products #amasty-shopby-product-list .toolbar-products .filter-summary ol.items {
    display: flex;
    justify-content: center; }
    .page-products #amasty-shopby-product-list .toolbar-products .filter-summary ol.items li.item {
      padding: 14px 46px 14px 20px;
      background-color: #002f87;
      display: inline-block;
      position: relative;
      font-size: 15px;
      margin-right: 14px;
      border-radius: 5px;
      font-family: "PT Sans Narrow", sans-serif;
      font-weight: 500; }
      .page-products #amasty-shopby-product-list .toolbar-products .filter-summary ol.items li.item span {
        color: #fff; }
      .page-products #amasty-shopby-product-list .toolbar-products .filter-summary ol.items li.item a.action.remove {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        font-size: 0; }
        .page-products #amasty-shopby-product-list .toolbar-products .filter-summary ol.items li.item a.action.remove::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -11px;
          margin-left: -8px;
          height: 22px;
          width: 14px;
          background-image: url(../images/icons/close-thick-white.svg);
          background-size: cover; }
  .page-products #amasty-shopby-product-list .toolbar-products ~ .toolbar-products .filter-summary, .page-products #amasty-shopby-product-list .toolbar-products ~ .toolbar-products #filter-toggle {
    display: none !important; }

.page-products .products-grid .list.product-items {
  display: grid;
  grid-template: auto / 1fr;
  gap: 24px; }
  @media screen and (min-width: 768px) {
    .page-products .products-grid .list.product-items {
      grid-template: auto / 1fr 1fr; } }
  @media screen and (min-width: 992px) {
    .page-products .products-grid .list.product-items {
      grid-template: auto / 1fr 1fr 1fr; } }
  @media screen and (min-width: 1200px) {
    .page-products .products-grid .list.product-items {
      grid-template: auto / 1fr 1fr 1fr 1fr; } }

.page-products .products-grid .product-item:not(.swiper-slide) {
  height: 100%;
  padding: 0;
  margin: 0 !important; }
  .page-products .products-grid .product-item:not(.swiper-slide) .details-wrapper {
    margin-top: auto; }
  .page-products .products-grid .product-item:not(.swiper-slide) .price-box {
    margin: 0; }

.page-products .products-grid .product-item-info {
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .page-products .products-grid .product-item-info {
      padding: 20px 12px; } }
  @media screen and (min-width: 1280px) {
    .page-products .products-grid .product-item-info {
      padding: 20px; } }

.page-products .product-image-container {
  width: 100% !important;
  display: block; }

.page-products .block.filter .block-actions.filter-actions .filter-clear {
  width: 100%;
  margin-top: 20px; }

.page-products.page-layout-2columns-left .columns {
  display: flex;
  flex-wrap: wrap; }

.page-products.page-layout-2columns-left .column.main {
  width: 100%;
  order: 1; }

.page-products.page-layout-2columns-left .sidebar-main {
  order: 0; }

.page-products .products-grid .product-item {
  width: 100%; }

#amasty-shopby-product-list .products.wrapper {
  margin-bottom: 52px; }

.search-tabs {
  margin-bottom: 30px; }
  .search-tabs > a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px / 16px;
    padding: 15px 20px 10px;
    background: white;
    text-decoration: none;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-radius: 5px; }

.search-results .search-result {
  background: white;
  margin-bottom: 15px; }

.search-results .search-result-content {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .search-results .search-result-content .thumbnail .image-wrapper {
    position: relative;
    padding-bottom: 80%;
    display: block;
    background-color: #eee; }
    .search-results .search-result-content .thumbnail .image-wrapper img.image {
      vertical-align: bottom;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
    .search-results .search-result-content .thumbnail .image-wrapper picture.image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .search-results .search-result-content .banner-title {
    margin-top: 0;
    padding: 15px; }
    .search-results .search-result-content .banner-title a {
      text-decoration: none;
      color: #222; }
      .search-results .search-result-content .banner-title a:hover, .search-results .search-result-content .banner-title a:focus, .search-results .search-result-content .banner-title a:active, .search-results .search-result-content .banner-title a.active, .search-results .search-result-content .banner-title a.is-active {
        color: #727272; }

.content-search-index .prismic.search-wrapper, .catalogsearch-result-index .prismic.search-wrapper {
  margin-top: 15px;
  padding: 0 15px; }
  .content-search-index .prismic.search-wrapper .search-tabs > a, .catalogsearch-result-index .prismic.search-wrapper .search-tabs > a {
    font-size: 16px;
    line-height: 1.25; }

.content-search-index .page-title-wrapper, .catalogsearch-result-index .page-title-wrapper {
  padding-bottom: 50px; }
  @media all and (max-width: 767px) {
    .content-search-index .page-title-wrapper, .catalogsearch-result-index .page-title-wrapper {
      padding-bottom: 30px; } }

.sidebar .block:last-child {
  margin-bottom: 0; }

.search-result-block .count {
  display: none; }

.search-result-block a {
  color: #293035;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  width: 100%; }
  .search-result-block a:hover, .search-result-block a:focus, .search-result-block a:active, .search-result-block a.active, .search-result-block a.is-active {
    text-decoration: underline; }

.search-result-block dt.title {
  font-size: 18px;
  color: #727272; }
  @media screen and (min-width: 840px) {
    .search-result-block dt.title {
      font-size: 24px; } }

@media screen and (max-width: 840px) {
  .search-result-block {
    margin-bottom: 0; }
    .search-result-block dt.title {
      font-size: 16px;
      position: relative;
      margin-bottom: 5px;
      margin-top: 5px; }
      .search-result-block dt.title:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/icons/arrow-grey.svg) no-repeat center center/15px;
        right: 0;
        top: 3px; }
      .search-result-block dt.title.arrow-down:after {
        transform: rotate(90deg); }
    .search-result-block .item a {
      font-size: 14px;
      padding-top: 5px;
      padding-bottom: 5px; }
    .search-result-block .items-wrapper {
      display: none; }
    .search-result-block.is-open .items-wrapper {
      display: block; } }

.page-products .page-bottom .top-ad-block-container {
  border-top: 1px solid #979797;
  padding-top: 3px;
  padding-bottom: 10px; }
  @media all and (max-width: 840px) {
    .page-products .page-bottom .top-ad-block-container {
      padding-top: 5px;
      padding-bottom: 18px; }
      .page-products .page-bottom .top-ad-block-container .col-md-9 p {
        font-size: 18px;
        margin-top: 11px;
        margin-bottom: 5px; }
      .page-products .page-bottom .top-ad-block-container .top-ad-block .btn {
        margin-top: 0; } }

@media all and (min-width: 900px) {
  .page-products .category-view-top .category-cms {
    margin-left: 20px;
    margin-top: -56px; } }

@media all and (max-width: 991px) {
  .page-products.page-layout-2columns-left .category-description {
    margin-bottom: 1.5em; }
  .page-products.page-layout-2columns-left .columns {
    margin-top: 0;
    padding: 0; }
    .page-products.page-layout-2columns-left .columns .products.wrapper.grid {
      padding: 0 24px 0 23px; } }

@media all and (max-width: 840px) {
  body.page-products .breadcrumbs .items {
    display: none; }
  body.page-products .page-title {
    font-size: 32px; } }

@media screen and (min-width: 992px) {
  .page-products.page-layout-2columns-left .columns, .content-search-index.page-layout-2columns-left .columns {
    display: block; }
  .page-products.page-layout-2columns-left .column.main, .content-search-index.page-layout-2columns-left .column.main {
    width: 100%;
    padding-left: 0; }
  .page-products.page-layout-2columns-left .sidebar-main, .content-search-index.page-layout-2columns-left .sidebar-main {
    width: 23.249%;
    margin-top: 8px; } }

@media screen and (min-width: 768px) {
  .page-products .breadcrumbs, .content-search-index .breadcrumbs {
    margin-bottom: 1em; }
  .page-products .page-title, .content-search-index .page-title {
    font-size: 40px; }
  .page-products .category-description .category-description-inner, .content-search-index .category-description .category-description-inner {
    font-size: 18px; }
  .content-search-index .prismic.search-wrapper .search-tabs > a, .catalogsearch-result-index .prismic.search-wrapper .search-tabs > a {
    font-size: 18px;
    line-height: 1.33333; }
  .content-search-index .page-title-wrapper {
    padding-top: 1.3em; }
  .content-search-index .search-results {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; } }
  @media screen and (min-width: 768px) and (min-width: 1280px) {
    .content-search-index .search-results {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.bottom-banner-container {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
  background-color: #fff; }
  .bottom-banner-container .banner-image {
    vertical-align: bottom; }
  .bottom-banner-container .inner-content {
    padding: 30px; }

@media screen and (min-width: 992px) {
  .page-products .products-grid .product-item {
    width: 100%; }
  .content-search-index .prismic.search-wrapper, .catalogsearch-result-index .prismic.search-wrapper {
    margin-top: 10px;
    padding-left: 0; } }

.catalog-category-view .breadcrumbs, .catalogsearch-result-index .breadcrumbs, .content-search-index .breadcrumbs, .amshopby-index-index .breadcrumbs {
  padding-top: 30px; }

.catalog-category-view .page-title-wrapper, .catalogsearch-result-index .page-title-wrapper, .content-search-index .page-title-wrapper, .amshopby-index-index .page-title-wrapper {
  padding-top: 0; }
  .catalog-category-view .page-title-wrapper h1.page-title, .catalogsearch-result-index .page-title-wrapper h1.page-title, .content-search-index .page-title-wrapper h1.page-title, .amshopby-index-index .page-title-wrapper h1.page-title {
    margin-top: 0;
    margin-bottom: 0; }

.page-layout-2columns-left.content-search-index .column.main {
  width: 100%; }

.page-layout-2columns-left.content-search-index .search-result-content {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1); }
  .page-layout-2columns-left.content-search-index .search-result-content .banner-title {
    font-family: "PT Sans Narrow", sans-serif;
    color: #002f87;
    font-size: 18px; }

.products.list .product-item-name {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 22px;
  box-sizing: content-box;
  font-weight: 500;
  color: #002f87;
  margin: 0; }
  .products.list .product-item-name a {
    color: #002f87;
    font-weight: 500; }

.products.list .product-item {
  margin-left: 0 !important; }
  .products.list .product-item .product-item-info {
    width: 100%;
    border: none;
    flex-grow: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1); }
    .products.list .product-item .product-item-info .price-box {
      margin: 0; }
    .products.list .product-item .product-item-info .details-wrapper {
      margin-top: auto; }
    .products.list .product-item .product-item-info .main-product-info {
      flex: 1; }
      .products.list .product-item .product-item-info .main-product-info .product-info-top {
        margin-bottom: 10px;
        position: relative;
        padding: 0 20px; }
        .products.list .product-item .product-item-info .main-product-info .product-info-top .product-item-gloss {
          top: 0; }
      .products.list .product-item .product-item-info .main-product-info .product-description {
        padding: 18px 16px 5px; }
        .products.list .product-item .product-item-info .main-product-info .product-description ul {
          min-height: 0; }

.products.list .feefo-product-list-rating-container {
  position: relative;
  left: -4px; }
  @media screen and (min-width: 768px) {
    .products.list .feefo-product-list-rating-container {
      min-height: 35px; } }

.products.list .feefowidget-rating-stars .feefowidget-rating-wrapper {
  vertical-align: text-top; }

.products.list .feefowidget-product-stars__reviews-count {
  vertical-align: unset; }

.products.list .product-item-photo {
  display: block;
  margin-top: auto;
  width: 100%; }
  .products.list .product-item-photo img {
    font-size: 14px;
    color: #222; }

.products.list .product-item-info {
  position: relative;
  padding: 16px 0; }
  .products.list .product-item-info .product-description {
    position: static;
    width: 100%;
    padding: 20px 18px 14px;
    margin: 0 0 auto 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400; }
    .products.list .product-item-info .product-description * {
      font-size: 14px;
      font-weight: 400; }
    .products.list .product-item-info .product-description ul {
      margin: 0;
      padding: 0 0 0 15px; }
      .products.list .product-item-info .product-description ul li {
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        margin-bottom: 5px; }

.products.list .product-item-details {
  display: block;
  padding: 0 20px; }
  .products.list .product-item-details .price-main-wrapper {
    height: 36px;
    display: flex;
    align-items: flex-end; }
    .products.list .product-item-details .price-main-wrapper a {
      text-decoration: none;
      color: #727272; }
      .products.list .product-item-details .price-main-wrapper a:hover, .products.list .product-item-details .price-main-wrapper a:focus, .products.list .product-item-details .price-main-wrapper a:active, .products.list .product-item-details .price-main-wrapper a.active, .products.list .product-item-details .price-main-wrapper a.is-active {
        color: #727272; }
    .products.list .product-item-details .price-main-wrapper .price-container.price-final_price {
      display: flex;
      flex-direction: row;
      align-items: center; }
    .products.list .product-item-details .price-main-wrapper > .price-box > a ~ a.minimal-price-link {
      color: #222 !important; }
      .products.list .product-item-details .price-main-wrapper > .price-box > a ~ a.minimal-price-link > .price-container {
        flex-direction: row; }
  .products.list .product-item-details .product-item-inner {
    margin-left: auto;
    display: flex;
    align-items: flex-end; }
  .products.list .product-item-details .button {
    font-size: 15px;
    font-weight: 500;
    padding: 11.5px 42px 11.5px 16px; }

.products.list .price-box .special-price .price-container .price-label, .products.list .price-box .old-price .price-container .price-label {
  width: 100%; }

body .page-wrapper .products.wrapper {
  margin-top: 0;
  margin-bottom: 0; }
  body .page-wrapper .products.wrapper .swiper-container.products-grid .products {
    margin: 0; }
    body .page-wrapper .products.wrapper .swiper-container.products-grid .products .product-item {
      height: auto;
      display: flex;
      flex-wrap: wrap;
      margin-left: 0;
      margin-bottom: 0;
      width: calc(25% - ((14px * 3) / 4)); }
      @media (max-width: 1199px) {
        body .page-wrapper .products.wrapper .swiper-container.products-grid .products .product-item {
          width: calc(33.33% - ((14px * 2) / 3)); } }
      @media (max-width: 991px) {
        body .page-wrapper .products.wrapper .swiper-container.products-grid .products .product-item {
          width: calc(50% - 7px); } }
      @media (max-width: 539px) {
        body .page-wrapper .products.wrapper .swiper-container.products-grid .products .product-item {
          width: 100%; } }

@media all and (max-width: 840px) {
  .products.list .price-box .price-container .price-label {
    line-height: 1.35 !important; } }

@media all and (max-width: 580px) {
  .products.list .product-item-info .product-item-name {
    padding-right: 0 !important; }
  .products.list .product-item-info .product-description ul li {
    font-size: 14px; }
    .products.list .product-item-info .product-description ul li:before {
      width: 10px;
      height: 10px; } }

@media all and (max-width: 380px) {
  .products.list .product-item-details .button {
    padding: 11.5px 35px 11.5px 14px; } }

@media screen and (min-width: 768px) {
  .products.list .price-box .price-container .price-including-tax + .price-excluding-tax {
    line-height: 1.7; } }

@media screen and (min-width: 840px) {
  .products.list .product-item-details .price-main-wrapper {
    width: 100%;
    padding-right: 5px; }
  .products.list .product-item-details .button {
    padding: 15.5px 45px 15.5px 20px;
    background-position-y: 19px; }
  .products.list .product-item-details {
    display: flex;
    position: relative; }
    .products.list .product-item-details .price-main-wrapper {
      margin-bottom: 0; } }

.products-carousel .product-item-details {
  min-height: 70px; }
  @media screen and (min-width: 992px) {
    .products-carousel .product-item-details {
      min-height: 81px; } }
  @media screen and (min-width: 1200px) {
    .products-carousel .product-item-details {
      min-height: 70px; } }

.amlabel-position-wrapper {
  right: 5px !important; }
  .amlabel-position-wrapper .amasty-label-text {
    line-height: 38px !important;
    text-align: center !important;
    width: 38px !important;
    white-space: normal !important; }

@media screen and (min-width: 992px) {
  .products.list .product-item-info .product-item-photo {
    position: unset !important; }
  .carousel-wrapper .products-carousel .owl-carousel .owl-stage .owl-item .product-item .product-item-info .product-item-name {
    padding-right: 44px; } }

.page-products.page-layout-2columns-left .sidebar-main {
  background: transparent;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  flex-direction: column-reverse; }
  @media all and (max-width: 991px) {
    .page-products.page-layout-2columns-left .sidebar-main .cms-container {
      background: white;
      padding: 0 10px 2px; } }
  @media screen and (min-width: 992px) {
    .page-products.page-layout-2columns-left .sidebar-main {
      display: block;
      border: 0;
      padding: 0; }
      .page-products.page-layout-2columns-left .sidebar-main .cms-container {
        margin-bottom: 34px; } }

.catalogsearch-result-index .modal-slide.filter-modal #sidebar-main {
  display: flex; }
  .catalogsearch-result-index .modal-slide.filter-modal #sidebar-main .block.filter {
    order: 0;
    margin-bottom: 20px; }
  .catalogsearch-result-index .modal-slide.filter-modal #sidebar-main .search-sidebar {
    order: 1; }
    .catalogsearch-result-index .modal-slide.filter-modal #sidebar-main .search-sidebar .paint-picker {
      background-color: #fff; }

.checkout-cart-index .page-title-wrapper .page-title {
  margin-top: 24px;
  margin-bottom: 24px; }

.checkout-cart-index .cart-container {
  font-family: "PT Sans Narrow", sans-serif; }

.cart-message {
  background: #F5F5F5;
  padding: 13px 10px;
  border-radius: 5px; }
  .cart-message p, .cart-message .cms-home .prismic p, .cms-home .prismic .cart-message p, .cart-message .for-industry .prismic p, .for-industry .prismic .cart-message p, .cart-message .for-professionals .prismic p, .for-professionals .prismic .cart-message p {
    font-weight: 500;
    margin: 0;
    text-align: center;
    font-size: 18px; }

.col.qty div.mage-error[generated] {
  font-size: 15px;
  position: absolute;
  width: 200px;
  left: -100%;
  text-align: left;
  padding: .5em;
  margin-bottom: 1.5em;
  border: 1px solid #d32f2f;
  background: #ffe1db;
  white-space: normal;
  z-index: 2; }
  @media screen and (max-width: 680px) {
    .col.qty div.mage-error[generated] {
      left: -150%; } }

@media screen and (min-width: 992px) {
  .checkout-cart-index .page-title-wrapper .page-title {
    margin-top: 40px;
    margin-bottom: 30px; }
  .cart-message {
    padding: 8px 10px;
    width: calc(68% - 30px);
    display: block;
    float: left;
    margin-top: 24px; } }

@media (max-width: 992px) {
  .cart.main.actions {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .cart.main.actions .action.primary {
    width: 100%; } }

.cart-container .checkout-methods-items .action.primary {
  font-size: 18px;
  font-weight: 500;
  background-image: none;
  line-height: 1.5;
  padding: 11px; }

.cart.main.actions .action.update {
  font-size: 14px;
  color: #002f87;
  background: #fff;
  border: 1px solid #002f87;
  padding: 12px 25px 12px 10px; }
  .cart.main.actions .action.update span {
    font-weight: 500;
    color: #002f87;
    vertical-align: middle; }

@media screen and (min-width: 840px) {
  .cart-container .checkout-methods-items .action.primary {
    font-size: 18px;
    padding: 17px 12px 15px 12px; } }

#block-shipping {
  display: none; }
  #block-shipping .title strong {
    font-size: 16px; }
  #block-shipping #shipping-zip-form .fieldset .field.note {
    font-size: 14px;
    margin-bottom: 12px; }
  #block-shipping #shipping-zip-form .fieldset .field {
    margin: 0; }
  #block-shipping .amrates-shipping-rates .field.choice.item {
    padding-left: 0;
    padding-right: 0; }
  #block-shipping #co-shipping-method-form .field {
    margin: 0; }
  #block-shipping .ampickup-store-container .ampickup-field select {
    padding: 13px; }
  #block-shipping .ampickup-store-container .ampickup-separator {
    display: none; }
  #block-shipping .ampickup-store-container .ampickup-choosemap {
    background-color: transparent;
    color: #727272;
    background: transparent url(../images/icons/map-marker.svg) no-repeat 0px 7px/14px;
    padding: 6px 10px 6px 22px; }

.checkout-cart-index .cart-summary {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  padding: 22px 20px;
  top: 0 !important; }
  .checkout-cart-index .cart-summary .grand .amount strong {
    font-weight: 500; }
  .checkout-cart-index .cart-summary > .title {
    margin-top: 0; }
  .checkout-cart-index .cart-summary .block.discount > .title {
    margin-top: .5em;
    display: none; }
    .checkout-cart-index .cart-summary .block.discount > .title strong {
      font-size: 18px; }
  .checkout-cart-index .cart-summary .shipping-calculate-message {
    margin: 0; }
    .checkout-cart-index .cart-summary .shipping-calculate-message p {
      margin: 0;
      text-align: center; }
  .checkout-cart-index .cart-summary tr {
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    line-height: 1; }
    .checkout-cart-index .cart-summary tr.totals-tax, .checkout-cart-index .cart-summary tr.totals.sub {
      display: none; }
    .checkout-cart-index .cart-summary tr:last-child {
      border-bottom: 1px solid rgba(151, 151, 151, 0.2); }

.cart-summary > .title, .opc-block-summary > .title {
  font-size: 22px;
  margin-bottom: .6em; }

.cart-summary .block > .title {
  border: 0; }

.cart-totals {
  border: 0; }

.cart-summary .cart-totals .table.totals .mark,
.opc-block-summary .table-totals .mark {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 10px;
  color: #222; }
  .cart-summary .cart-totals .table.totals .mark strong,
  .opc-block-summary .table-totals .mark strong {
    font-weight: 500; }

.cart-summary .cart-totals .table.totals .amount,
.opc-block-summary .table-totals .amount {
  padding: 18px 10px;
  color: #222;
  font-size: 18px; }

.cart-summary .block > .title:after {
  content: '';
  width: 22px;
  height: 22px;
  top: 32%;
  right: 0;
  background: url(../images/elements/dropdown-arrow.svg) no-repeat center center/16px; }

.cart-summary .block.active > .title:after {
  content: '';
  transform: rotate(180deg); }

@media screen and (min-width: 992px) {
  .cart-summary {
    width: 30%;
    padding: 0 15px 0 48px; }
  .cart-container .form-cart {
    width: 68%;
    padding-right: 30px; }
  .cart-totals .mark,
  .opc-block-summary .table-totals .mark {
    font-size: 18px;
    color: #222; }
  .cart-summary .cart-totals .table.totals .mark,
  .opc-block-summary .table-totals .mark {
    padding: 22px 10px; }
  .cart-summary .cart-totals .table.totals .amount,
  .opc-block-summary .table-totals .amount {
    padding: 22px 10px; }
  .cart-summary > .title, .opc-block-summary > .title {
    font-size: 32px; } }

.cart-summary > .title, .opc-block-summary > .title {
  font-weight: 500;
  color: #002f87; }

.checkout.methods .paypal.checkout {
  display: none; }

.cards-checkout .cards {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 2px 0 0 0; }
  .cards-checkout .cards li {
    display: inline-block;
    margin: 0 3px; }

.cart.table-wrapper .product-item-photo {
  top: 25px; }

.cart.table-wrapper thead {
  display: none; }

.cart.table-wrapper .product-item-name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0; }
  .cart.table-wrapper .product-item-name a {
    color: #002f87; }
  .cart.table-wrapper .product-item-name + .item-options {
    margin-top: 0; }

.cart.table-wrapper .item-options {
  font-size: 14px;
  margin: 0;
  color: #293035; }
  .cart.table-wrapper .item-options .cart-swatch {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-bottom;
    border: 1px solid #979797; }

.cart.table-wrapper .col.item .action-edit {
  font-size: 12px;
  color: #002f87;
  margin-bottom: 1.5em;
  display: inline-block;
  padding: 8px 30px;
  margin-top: 10px; }

.cart.table-wrapper .col.item .action-delete {
  display: none; }

.cart.table-wrapper .product-item-details .price-including-tax {
  font-size: 14px; }
  .cart.table-wrapper .product-item-details .price-including-tax .price {
    font-weight: 500;
    color: #293035; }
  .cart.table-wrapper .product-item-details .price-including-tax + .price-excluding-tax {
    font-size: 14px;
    margin-top: 6px; }

.cart.table-wrapper .product-item-details .price-excluding-tax {
  font-weight: 500;
  color: #293035; }
  .cart.table-wrapper .product-item-details .price-excluding-tax:before {
    font-size: 14px;
    color: #293035; }
  .cart.table-wrapper .product-item-details .price-excluding-tax .price {
    font-size: 14px;
    font-weight: 500; }
    .cart.table-wrapper .product-item-details .price-excluding-tax .price .cart-price {
      display: initial; }

@media screen and (max-width: 767px) {
  .cart.table-wrapper .product-item-details .price-including-tax,
  .cart.table-wrapper .product-item-details .price-excluding-tax {
    display: none; } }

.cart.table-wrapper .col.item .include-exclude-price-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .cart.table-wrapper .col.item .include-exclude-price-wrapper .price-including-tax {
    order: 2;
    width: 100%; }
    .cart.table-wrapper .col.item .include-exclude-price-wrapper .price-including-tax:after {
      font-size: 14px;
      content: attr(data-label) ":";
      color: #293035;
      float: left;
      font-weight: 500;
      display: none; }
    .cart.table-wrapper .col.item .include-exclude-price-wrapper .price-including-tax .price {
      padding-left: 0;
      font-size: 17px; }
  .cart.table-wrapper .col.item .include-exclude-price-wrapper .price-excluding-tax {
    order: 1;
    width: 100%; }

.cart.table-wrapper .item .col.item {
  padding-top: 20px; }

.cart.table-wrapper .col.subtotal {
  padding-right: 5px; }

.cart.table-wrapper .col.qty {
  padding-top: 0; }

.col.subtotal .price-including-tax {
  font-size: 16px; }
  .col.subtotal .price-including-tax .cart-price {
    position: relative; }
    .col.subtotal .price-including-tax .cart-price:before {
      position: absolute;
      content: 'Subtotal';
      top: -110%;
      right: 0;
      font-weight: 500;
      color: #293035; }
  .col.subtotal .price-including-tax .price {
    font-weight: 500;
    color: #222; }

.col.subtotal .price-excluding-tax {
  display: none; }

.col.subtotal .action-edit {
  display: none; }

.col.subtotal .action-delete {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  margin-top: -9px;
  margin-bottom: 2em; }
  .col.subtotal .action-delete:after, .col.subtotal .action-delete:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 18px;
    background: #002f87;
    border-radius: 5px;
    top: 7px;
    right: 7px; }
  .col.subtotal .action-delete:before {
    transform: rotate(45deg); }
  .col.subtotal .action-delete:after {
    transform: rotate(-45deg); }
  .col.subtotal .action-delete span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.cart.table-wrapper .items thead + .item,
.cart.table-wrapper .items > .item {
  border-color: #ccc; }

.remove-mobile {
  position: absolute;
  top: 0;
  right: 0; }
  .remove-mobile span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .remove-mobile .action-edit {
    display: none !important; }
  .remove-mobile .action-delete {
    display: inline-block !important;
    width: 32px;
    height: 32px;
    position: relative;
    margin-top: 4px;
    margin-bottom: 2em; }
    .remove-mobile .action-delete:after, .remove-mobile .action-delete:before {
      position: absolute;
      content: '';
      width: 2px;
      height: 22px;
      background: #002f87;
      border-radius: 5px;
      top: 7px;
      right: 14px; }
    .remove-mobile .action-delete:before {
      transform: rotate(45deg); }
    .remove-mobile .action-delete:after {
      transform: rotate(-45deg); }
    .remove-mobile .action-delete span {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }

@media screen and (max-width: 767px) {
  .cart.table-wrapper .col.qty[data-th]:before {
    display: inline-block;
    float: left;
    width: calc(100% - 200px);
    padding-top: 15px;
    font-weight: normal; }
  .cart.table-wrapper.item {
    display: block;
    width: 100%; }
    .cart.table-wrapper.item .item-info {
      width: 100%;
      display: inline-block; }
  .cart.table-wrapper .col.price, .cart.table-wrapper .col.msrp {
    width: 50%; }
  .cart.table-wrapper .col.subtotal {
    width: 50%;
    padding-top: 40px; }
    .cart.table-wrapper .col.subtotal .action-delete, .cart.table-wrapper .col.subtotal .price-excluding-tax {
      display: none; }
    .cart.table-wrapper .col.subtotal[data-th]:before {
      font-size: 14px;
      color: #727272;
      float: none;
      font-weight: normal; }
    .cart.table-wrapper .col.subtotal .price-including-tax {
      float: right;
      margin-top: -30px; }
      .cart.table-wrapper .col.subtotal .price-including-tax .price {
        font-size: 18px;
        color: #293035;
        font-weight: 500; }
  .cart.table-wrapper .col.price[data-th]:before {
    display: none; }
  .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax {
    text-align: left; }
    .cart.table-wrapper .col.price .price-including-tax .cart-price, .cart.table-wrapper .col.price .price-including-tax .cart-price .price, .cart.table-wrapper .col.price .price-excluding-tax .cart-price, .cart.table-wrapper .col.price .price-excluding-tax .cart-price .price {
      font-size: 14px;
      color: #293035;
      font-weight: 500; }
  .cart.table-wrapper .col.price .price-including-tax + .price-excluding-tax:before {
    font-size: 14px;
    color: #293035;
    font-weight: 500; }
  .cart.table-wrapper .col.price .price-including-tax:before {
    content: attr(data-label) ": ";
    font-size: 14px;
    color: #293035;
    font-weight: 500; }
  .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal {
    margin-top: 35px;
    padding-top: 0; }
  .cart.table-wrapper .col.subtotal .price-including-tax {
    margin-top: 30px; }
  .cart.table-wrapper .col.subtotal[data-th]:before {
    display: none; } }

@media all and (min-width: 767px) and (max-width: 991px) {
  .cart.table-wrapper .col.qty {
    padding-top: 20px; }
  .cart.table-wrapper .col.item .include-exclude-price-wrapper .price-including-tax .price {
    padding-left: 4px; } }

@media screen and (min-width: 992px) {
  .cart.item .product-image-container {
    width: 165px !important; }
    .cart.item .product-image-container img {
      width: 155px; }
  .cart.table-wrapper .product-item-photo {
    padding-right: 50px; }
  .cart.table-wrapper .product-item-name {
    font-size: 18px;
    margin-bottom: 6px; }
  .cart.table-wrapper .item-options {
    font-size: 16px; }
    .cart.table-wrapper .item-options dt, .cart.table-wrapper .item-options dd {
      margin-bottom: 2px; }
    .cart.table-wrapper .item-options .cart-swatch {
      margin-left: 12px;
      vertical-align: text-top; }
  .cart.table-wrapper .action-edit {
    font-size: 14px; }
  .cart.table-wrapper .col.item .action-edit {
    font-size: 14px; }
  .cart.table-wrapper .col.item .include-exclude-price-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .cart.table-wrapper .col.item .include-exclude-price-wrapper .price-including-tax .price {
      padding-left: 5px; }
    .cart.table-wrapper .col.item .include-exclude-price-wrapper .price-excluding-tax {
      margin-bottom: 9px; }
  .col.subtotal .price-including-tax, .col.subtotal .price-excluding-tax {
    font-size: 18px; }
  .cart.table-wrapper .col.qty {
    padding-top: 20px; }
  .col.subtotal {
    position: relative; }
    .col.subtotal .price-including-tax {
      position: absolute;
      bottom: 10px;
      right: 3px; }
      .col.subtotal .price-including-tax .cart-price:before {
        font-size: 16px;
        top: -94%; }
      .col.subtotal .price-including-tax .cart-price .price {
        font-size: 18px; } }

.checkout-cart-index #maincontent.page-main {
  width: 100%; }

.checkout-cart-index .my-colour-cart-banner {
  display: flex;
  background-color: #eee; }
  .checkout-cart-index .my-colour-cart-banner .text-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    .checkout-cart-index .my-colour-cart-banner .text-container .my-colour-logo {
      opacity: 0.3;
      width: 22%; }
      @media (max-width: 991px) {
        .checkout-cart-index .my-colour-cart-banner .text-container .my-colour-logo {
          display: none; } }
    .checkout-cart-index .my-colour-cart-banner .text-container .text-wrapper {
      position: relative;
      z-index: 2;
      width: 73%; }
      @media (max-width: 991px) {
        .checkout-cart-index .my-colour-cart-banner .text-container .text-wrapper {
          width: 100%; } }
      .checkout-cart-index .my-colour-cart-banner .text-container .text-wrapper h3.title {
        color: #54565a;
        font-size: 36px;
        margin-bottom: 14px;
        line-height: 1.4; }
        @media (max-width: 767px) {
          .checkout-cart-index .my-colour-cart-banner .text-container .text-wrapper h3.title {
            font-size: 26px;
            margin-bottom: 12px; } }
      .checkout-cart-index .my-colour-cart-banner .text-container .text-wrapper .description p {
        font-size: 18px;
        color: #54565a; }
        .checkout-cart-index .my-colour-cart-banner .text-container .text-wrapper .description p:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          .checkout-cart-index .my-colour-cart-banner .text-container .text-wrapper .description p {
            font-size: 16px; } }

@media screen and (max-width: 991px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap; }
    .checkout-cart-index .cart-container .cart-summary {
      order: 3;
      width: 100%; }
    .checkout-cart-index .cart-container .cart-message {
      order: 2;
      width: calc(100% + 20px);
      margin: 0 -10px 10px -10px; } }
    @media screen and (max-width: 991px) and (max-width: 992px) {
      .checkout-cart-index .cart-container .cart-message {
        margin: 0 -10px 30px -10px; } }

@media screen and (max-width: 991px) {
    .checkout-cart-index .cart-container .form-cart {
      order: 1;
      width: 100%; } }

@media all and (min-width: 767px) and (max-width: 991px) {
  .checkout-cart-index .cart-container {
    max-width: 767px;
    margin-right: auto;
    margin-left: auto; } }

@media all and (max-width: 1180px) and (min-width: 992px) {
  .checkout-cart-index .cart-container .form-cart {
    width: 72%; }
  .checkout-cart-index .cart-container .cart-summary {
    width: 28%; }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    padding-right: 20px; } }

.cart.table-wrapper .col.qty .field.qty {
  width: 100%;
  position: relative; }
  .cart.table-wrapper .col.qty .field.qty:before {
    font-size: 14px;
    color: #222;
    position: absolute;
    content: 'Quantity';
    right: 160px;
    top: 10px; }

.cart.table-wrapper .control.qty {
  position: relative;
  width: 150px;
  float: right; }
  .cart.table-wrapper .control.qty label {
    position: absolute;
    left: 42px; }
    .cart.table-wrapper .control.qty label span.label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    .cart.table-wrapper .control.qty label .input-text {
      height: 48px;
      width: 55px;
      margin: 0;
      border: 1px solid #54565a;
      border-radius: 0;
      margin-left: 6px; }
  .cart.table-wrapper .control.qty .qty-changer {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1; }
    .cart.table-wrapper .control.qty .qty-changer a {
      border: 1px solid #54565a;
      display: inline-block;
      width: 48px;
      height: 48px;
      position: relative; }
      .cart.table-wrapper .control.qty .qty-changer a span {
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        width: 14px;
        height: 2px;
        background: #002f87;
        border-radius: 5px; }
        @media (max-width: 767px) {
          .cart.table-wrapper .control.qty .qty-changer a span {
            margin-left: 5px; } }
      .cart.table-wrapper .control.qty .qty-changer a.qty-dec {
        border-right-color: transparent;
        border-radius: 50px 0 0 50px; }
      .cart.table-wrapper .control.qty .qty-changer a.qty-inc {
        border-left-color: transparent;
        border-radius: 0 50px 50px 0; }
        @media (max-width: 767px) {
          .cart.table-wrapper .control.qty .qty-changer a.qty-inc span {
            margin-left: -5px; } }
        .cart.table-wrapper .control.qty .qty-changer a.qty-inc span::after {
          position: absolute;
          content: '';
          width: 2px;
          height: 14px;
          background: #002f87;
          border-radius: 5px;
          left: 50%;
          top: 50%;
          bottom: auto;
          right: auto;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

@media screen and (max-width: 767px) {
  .cart.table-wrapper .col.qty {
    width: 100%; }
  .cart.table-wrapper .col.qty[data-th]:before {
    display: none; }
  .cart.table-wrapper .col.qty .field.qty:before {
    right: auto;
    left: 60px; }
  .cart.table-wrapper .control.qty {
    margin: auto;
    margin-left: 120px;
    float: left;
    display: block; }
    .cart.table-wrapper .control.qty label {
      left: 20px; }
      .cart.table-wrapper .control.qty label .input-text {
        height: 40px;
        width: 50px;
        border-left: 0;
        border-right: 0; }
    .cart.table-wrapper .control.qty .qty-changer {
      width: 105px; }
      .cart.table-wrapper .control.qty .qty-changer a {
        width: 29px;
        height: 40px; } }

@media screen and (min-width: 992px) {
  .cart.table-wrapper .col.qty .field.qty:before {
    font-size: 16px; } }

#discount-coupon-form input[type=text] {
  margin-bottom: 0; }

#discount-coupon-form .actions-toolbar > .primary {
  width: 100%; }
  #discount-coupon-form .actions-toolbar > .primary button {
    border-color: #002f87;
    padding: 14px;
    background: #fff;
    font-weight: normal;
    float: right;
    margin-right: 0; }
    #discount-coupon-form .actions-toolbar > .primary button span {
      color: #002f87; }
    #discount-coupon-form .actions-toolbar > .primary button:hover, #discount-coupon-form .actions-toolbar > .primary button:focus, #discount-coupon-form .actions-toolbar > .primary button:active, #discount-coupon-form .actions-toolbar > .primary button.active, #discount-coupon-form .actions-toolbar > .primary button.is-active {
      background: #002f87; }
      #discount-coupon-form .actions-toolbar > .primary button:hover span, #discount-coupon-form .actions-toolbar > .primary button:focus span, #discount-coupon-form .actions-toolbar > .primary button:active span, #discount-coupon-form .actions-toolbar > .primary button.active span, #discount-coupon-form .actions-toolbar > .primary button.is-active span {
        color: #fff; }

.checkout-cart-index h4 {
  text-align: center;
  margin-bottom: 10px; }

.checkout-cart-index .carousel-wrapper {
  background: white;
  padding: 60px 0 40px;
  margin: 0; }
  @media (max-width: 992px) {
    .checkout-cart-index .carousel-wrapper {
      padding: 40px 0; } }
  @media screen and (min-width: 992px) {
    .checkout-cart-index .carousel-wrapper {
      width: calc(68% - 30px);
      margin: 0 auto 0 0; } }
  .checkout-cart-index .carousel-wrapper .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info {
    padding: 20px; }
  .checkout-cart-index .carousel-wrapper .carousel-inner-wrapper {
    padding: 0; }
    .checkout-cart-index .carousel-wrapper .carousel-inner-wrapper .carousel-title-wrapper {
      margin-bottom: 14px; }
      .checkout-cart-index .carousel-wrapper .carousel-inner-wrapper .carousel-title-wrapper .title-container {
        font-size: 32px;
        font-weight: 500;
        color: #002f87;
        font-family: "PT Sans Narrow", sans-serif; }
    .checkout-cart-index .carousel-wrapper .carousel-inner-wrapper .swiper-container {
      padding: 0 10px;
      margin: 0 -10px; }
    @media screen and (min-width: 768px) {
      .checkout-cart-index .carousel-wrapper .carousel-inner-wrapper {
        width: 100%;
        margin: 0 auto; } }
    .checkout-cart-index .carousel-wrapper .carousel-inner-wrapper .owl-item li.product-item .product-item-info {
      border: 1px solid #dadada; }

.opc-wrapper .form-login {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  .opc-wrapper .form-login #customer-email-fieldset .label {
    padding-top: 0; }
  .opc-wrapper .form-login #customer-email-fieldset label[for="customer-password"] {
    padding-top: 10px; }
  .opc-wrapper .form-login input {
    margin-bottom: 0; }
    .opc-wrapper .form-login input.mage-error {
      border-color: #d32f2f; }
  .opc-wrapper .form-login .fieldset:last-child {
    margin-bottom: 0; }
  .opc-wrapper .form-login .fieldset .field {
    margin: 0; }
  .opc-wrapper .form-login .fieldset .note {
    font-size: 12px;
    margin-top: 0;
    width: 100%;
    float: left;
    color: #727272; }
    .opc-wrapper .form-login .fieldset .note:before {
      display: none; }
  .opc-wrapper .form-login .actions-toolbar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 20px; }
    .opc-wrapper .form-login .actions-toolbar div.primary {
      order: 2;
      width: 50%;
      text-align: left; }
      .opc-wrapper .form-login .actions-toolbar div.primary button {
        float: none;
        margin: 0;
        width: auto; }
    .opc-wrapper .form-login .actions-toolbar .secondary {
      order: 1;
      width: 50%;
      text-align: right; }
      .opc-wrapper .form-login .actions-toolbar .secondary a {
        font-size: 14px;
        color: #002f87; }
    @media (max-width: 992px) {
      .opc-wrapper .form-login .actions-toolbar {
        margin-top: 40px; } }
    @media (max-width: 640px) {
      .opc-wrapper .form-login .actions-toolbar {
        display: block; }
        .opc-wrapper .form-login .actions-toolbar div.primary {
          margin-bottom: 20px; }
          .opc-wrapper .form-login .actions-toolbar div.primary .action.primary {
            width: 100%; }
        .opc-wrapper .form-login .actions-toolbar div.primary, .opc-wrapper .form-login .actions-toolbar div.secondary {
          width: 100%;
          text-align: center; }
          .opc-wrapper .form-login .actions-toolbar div.primary a.remind, .opc-wrapper .form-login .actions-toolbar div.secondary a.remind {
            float: none; } }

.opc-wrapper .field-error, .opc-wrapper div.mage-error[generated] {
  font-size: 14px;
  margin-top: 0;
  color: #d32f2f; }

.opc-wrapper .search-container .search-bar input {
  float: left;
  display: inline-block;
  min-width: 150px; }

.opc-wrapper .search-container .search-bar input[type="text"]::-moz-placeholder {
  color: transparent; }

.opc-wrapper .search-container .search-bar input[type="text"]::placeholder {
  color: transparent; }

.opc-wrapper .search-container .search-bar input[type="text"]:-webkit-input-placeholder {
  color: transparent; }

.opc-wrapper .search-container .search-bar input[type="text"]::-moz-placeholder {
  color: transparent; }

.opc-wrapper .search-container .search-bar input[type="text"]:-moz-placeholder {
  color: transparent; }

.opc-wrapper .search-container .search-bar input[type="text"]:-ms-input-placeholder {
  color: transparent; }

.opc-wrapper .search-container .search-subtext {
  font-size: 14px;
  clear: both;
  line-height: 1.3;
  padding: 0; }

.opc-wrapper .search-container .search-list {
  max-width: 100%;
  min-width: unset; }

.checkout-payment-method .klarna-payments-method._active .fieldset > .field.required > .label:after {
  display: none; }

.checkout-payment-method .payment-method-content .fieldset > .field {
  position: relative; }

#checkoutSteps .fieldset > .field.required > .label:after,
#checkoutSteps .fieldset > .fields > .field.required > .label:after,
#checkoutSteps .fieldset > .field._required > .label:after,
#checkoutSteps .fieldset > .fields > .field._required > .label:after {
  font-size: inherit; }

.checkout-payment-method .payment-method.klarna-payments-method._active .checkout-billing-address .billing-address-form .fieldset > .field.street .payment_2_cp_address_class > .field:nth-child(3) {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 15px; }
  @media screen and (max-width: 768px) {
    .checkout-payment-method .payment-method.klarna-payments-method._active .checkout-billing-address .billing-address-form .fieldset > .field.street .payment_2_cp_address_class > .field:nth-child(3) {
      padding-right: 0; } }

@media all and (max-width: 991px) {
  .checkout-index-index #maincontent.page-main {
    padding-left: 15px;
    padding-right: 15px; }
  .opc-wrapper .actions-toolbar > .primary .action, .opc-wrapper .actions-toolbar > .secondary .action {
    width: auto;
    float: right; } }

@media screen and (min-width: 767px) and (max-width: 1120px) {
  .opc-wrapper .search-container .search-bar input {
    width: calc(100% - 55px) !important;
    max-width: 100%; }
  .opc-wrapper .search-container .action.primary {
    background: #eee url(../images/icons/search.svg) no-repeat center center/15px;
    width: 48px;
    height: 48px; }
    .opc-wrapper .search-container .action.primary span {
      display: none; } }

@media screen and (min-width: 768px) {
  .opc-wrapper .form-login {
    padding-right: 15px; }
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
    display: block; }
    .opc-wrapper .form-shipping-address .field {
      float: left;
      width: 50%;
      margin-top: 0;
      margin-bottom: 0; }
      .opc-wrapper .form-shipping-address .field .field {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0; }
      .opc-wrapper .form-shipping-address .field.street {
        width: 100%; }
        .opc-wrapper .form-shipping-address .field.street .field {
          width: 50%;
          float: left; }
          .opc-wrapper .form-shipping-address .field.street .field.additional:nth-child(3) {
            margin-top: 15px;
            padding-left: 0;
            padding-right: 15px; } }
          @media screen and (min-width: 768px) and (max-width: 768px) {
            .opc-wrapper .form-shipping-address .field.street .field.additional:nth-child(3) {
              padding-right: 0; } }

@media screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
    margin-bottom: .3em; }
  .opc-wrapper .fieldset > .field:not(.choice) > .control {
    width: 100%; } }

@media screen and (min-width: 992px) {
  .opc-wrapper .field input {
    padding-top: 14px;
    padding-bottom: 12px; }
  .opc-wrapper button {
    padding-top: 16px;
    padding-bottom: 14px; } }

.opc-progress-bar {
  position: relative;
  padding-top: 24px;
  padding-bottom: 18px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .opc-progress-bar {
      padding-top: 18px;
      padding-bottom: 10px;
      margin-bottom: 30px; } }
  .opc-progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: #f5f5f5; }
  .opc-progress-bar .opc-progress-bar-item {
    width: 50%; }
    .opc-progress-bar .opc-progress-bar-item::before {
      height: 3px;
      border: none;
      background-color: #002f87;
      top: 30px;
      border-radius: 0; }
      @media (max-width: 767px) {
        .opc-progress-bar .opc-progress-bar-item::before {
          top: 20px; } }
    .opc-progress-bar .opc-progress-bar-item > span {
      font-size: 21px;
      padding-top: 74px;
      color: #002f87;
      font-weight: 500 !important;
      font-family: "PT Sans Narrow", sans-serif; }
      @media (max-width: 767px) {
        .opc-progress-bar .opc-progress-bar-item > span {
          padding-top: 48px;
          font-size: 17px; } }
      .opc-progress-bar .opc-progress-bar-item > span::before {
        border: 3px solid #002f87;
        height: 56px;
        width: 56px;
        margin-left: -30px;
        background-color: #002f87; }
        @media (max-width: 767px) {
          .opc-progress-bar .opc-progress-bar-item > span::before {
            width: 40px;
            height: 40px;
            margin-left: -20px; } }
      .opc-progress-bar .opc-progress-bar-item > span::after {
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 500;
        color: #fff;
        border: none;
        height: 30px;
        width: 30px;
        margin-left: -14px;
        top: 14px;
        line-height: 1.5;
        font-size: 22px;
        background: transparent; }
        @media (max-width: 767px) {
          .opc-progress-bar .opc-progress-bar-item > span::after {
            top: 10px;
            font-size: 18px;
            margin-left: -12px; } }
    .opc-progress-bar .opc-progress-bar-item._active > span::after {
      content: counter(i); }
    .opc-progress-bar .opc-progress-bar-item._complete > span {
      font-weight: 600; }
      .opc-progress-bar .opc-progress-bar-item._complete > span::after {
        content: '';
        font-size: 0;
        height: 20px;
        width: 20px;
        background-image: url(../images/icons/tick-white.svg);
        background-size: cover;
        border: none;
        top: 20px;
        margin-left: -8px; }
        @media (max-width: 767px) {
          .opc-progress-bar .opc-progress-bar-item._complete > span::after {
            height: 16px;
            width: 16px;
            top: 15px;
            margin-left: -5px; } }

.checkout-index-index .page-header {
  position: relative;
  margin: 0;
  border-bottom: none; }
  .checkout-index-index .page-header .header.content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px; }
    .checkout-index-index .page-header .header.content .secure-checkout-text {
      font-size: 18px; }
    .checkout-index-index .page-header .header.content::before, .checkout-index-index .page-header .header.content::after {
      display: none; }
  @media (max-width: 991px) {
    .checkout-index-index .page-header {
      height: auto;
      max-height: none; }
      .checkout-index-index .page-header .header.content {
        padding: 10px 15px; } }

.checkout-index-index .page-wrapper {
  overflow-x: hidden; }

.checkout-index-index .opc-block-summary > .title-wrapper, .checkout-index-index .opc-wrapper .step-title, .checkout-index-index .shipping-information-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #002f87;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 0 30px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    .checkout-index-index .opc-block-summary > .title-wrapper, .checkout-index-index .opc-wrapper .step-title, .checkout-index-index .shipping-information-title {
      font-size: 28px; } }

.checkout-index-index .opc-block-shipping-information .ship-to {
  margin-bottom: 40px; }

.checkout-index-index .opc-block-shipping-information .collection-info {
  margin-top: 24px;
  display: flex;
  justify-content: space-between; }

.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit {
  top: -8px;
  text-decoration: none; }
  .checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit::before {
    display: none; }
  .checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit span {
    clip: initial;
    height: auto;
    margin: 0;
    width: auto;
    position: initial;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400; }

.checkout-index-index .opc-wrapper {
  width: 58%;
  padding-right: 0; }
  @media (max-width: 1239px) {
    .checkout-index-index .opc-wrapper {
      width: 60%; } }
  @media (min-width: 768px) {
    .checkout-index-index .opc-wrapper {
      float: left;
      order: 1; } }
  @media (max-width: 767px) {
    .checkout-index-index .opc-wrapper {
      width: 100%; } }
  .checkout-index-index .opc-wrapper .form-login {
    margin-bottom: 20px;
    border: none;
    padding: 0; }
  .checkout-index-index .opc-wrapper .field-tooltip .field-tooltip-action {
    margin-top: 8px; }
  .checkout-index-index .opc-wrapper .form-shipping-address {
    max-width: none;
    margin-top: 0; }
    .checkout-index-index .opc-wrapper .form-shipping-address #shipping-new-address-form > div[name*="bss_custom_field"] {
      width: 100% !important; }
    .checkout-index-index .opc-wrapper .form-shipping-address #shipping-new-address-form > div[name*="nav_forklift_available"] {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #dfdfdf; }

.checkout-index-index .methods-shipping .actions-toolbar {
  margin-top: 20px; }
  .checkout-index-index .methods-shipping .actions-toolbar .action.primary {
    min-width: 260px;
    font-size: 16px;
    padding: 10px; }

.checkout-index-index .opc-sidebar {
  margin: 0; }
  .checkout-index-index .opc-sidebar .action-close {
    margin: 20px;
    z-index: 10; }
    .checkout-index-index .opc-sidebar .action-close::before {
      content: '';
      height: 26px;
      width: 18px;
      background-image: url(../images/icons/minicart/close.svg);
      background-size: cover; }
    @media (min-width: 767px) {
      .checkout-index-index .opc-sidebar .action-close {
        display: none; } }
  @media (min-width: 768px) {
    .checkout-index-index .opc-sidebar {
      width: 36%;
      float: right; } }
  @media (min-width: 1024px) {
    .checkout-index-index .opc-sidebar {
      width: 34%; } }
  @media (max-width: 767px) {
    .checkout-index-index .opc-sidebar .modal-inner-wrap {
      background-color: #fff;
      padding: 20px; } }
  @media (max-width: 380px) {
    .checkout-index-index .opc-sidebar .opc-block-summary > .title, .checkout-index-index .opc-sidebar .shipping-information-title {
      font-size: 24px; } }

.checkout-index-index .opc-block-summary {
  background-color: transparent;
  padding: 0;
  top: 0 !important; }
  @media (max-width: 767px) {
    .checkout-index-index .opc-block-summary {
      width: 100%;
      margin-bottom: 40px; } }
  .checkout-index-index .opc-block-summary .items-in-cart > .title {
    display: none; }
  .checkout-index-index .opc-block-summary .block.items-in-cart {
    margin-bottom: 0; }
    .checkout-index-index .opc-block-summary .block.items-in-cart .content.minicart-items {
      display: block !important; }
    .checkout-index-index .opc-block-summary .block.items-in-cart .minicart-items-wrapper {
      padding-top: 0; }
    .checkout-index-index .opc-block-summary .block.items-in-cart .product-item {
      font-size: 16px;
      border-color: #dfdfdf;
      font-family: "PT Sans Narrow", sans-serif; }
      .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .product-image-container {
        height: 80px !important;
        width: 80px !important; }
      .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .label {
        font-weight: 400; }
      .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .product-item-name {
        font-weight: 500;
        font-size: 18px;
        font-family: "PT Sans Narrow", sans-serif;
        color: #002f87; }
      .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .product-item-details {
        padding-left: 100px; }
      .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .subtotal {
        font-weight: 500; }
      .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .price {
        font-size: 18px;
        font-weight: 500; }
      .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .price-including-tax + .price-excluding-tax .price, .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .price-including-tax + .price-excluding-tax:before, .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .weee[data-label]:before {
        font-size: 13px;
        font-weight: 500; }
      .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .product-options {
        font-size: 14px; }
        .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .product-options dt, .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .product-options dd {
          margin-bottom: 2px;
          line-height: 1.4; }
        .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .product-options .label {
          font-size: 14px; }
        .checkout-index-index .opc-block-summary .block.items-in-cart .product-item .product-options .checkout-shade-swatch {
          width: 20px;
          height: 20px;
          display: inline-block;
          border: 1px solid #888;
          margin-left: 5px;
          border-radius: 100%; }
  .checkout-index-index .opc-block-summary table.table-totals {
    padding-top: 0;
    border: none;
    margin: 30px 0 50px;
    font-family: "PT Sans Narrow", sans-serif; }
    .checkout-index-index .opc-block-summary table.table-totals tbody > tr td, .checkout-index-index .opc-block-summary table.table-totals tbody > tr th {
      padding: 20px 0;
      text-transform: none;
      font-size: 18px;
      font-weight: 500; }
    .checkout-index-index .opc-block-summary table.table-totals tbody > tr.totals.shipping {
      font-size: 14px; }
      .checkout-index-index .opc-block-summary table.table-totals tbody > tr.totals.shipping .label {
        font-size: 18px;
        font-weight: 500; }
      .checkout-index-index .opc-block-summary table.table-totals tbody > tr.totals.shipping .value {
        font-size: 14px; }
    .checkout-index-index .opc-block-summary table.table-totals tbody > tr:first-of-type td, .checkout-index-index .opc-block-summary table.table-totals tbody > tr:first-of-type th {
      border-top: 1px solid #dfdfdf; }
    .checkout-index-index .opc-block-summary table.table-totals tbody > tr td, .checkout-index-index .opc-block-summary table.table-totals tbody > tr th {
      border-bottom: 1px solid #dfdfdf; }
    .checkout-index-index .opc-block-summary table.table-totals tbody > tr.grand.totals strong {
      font-weight: 500; }

.checkout-index-index .new-address-popup {
  margin-top: 20px; }
  .checkout-index-index .new-address-popup .action.action-show-popup {
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: "PT Sans Narrow", sans-serif;
    background-color: #002f87;
    border-color: #002f87;
    border-width: 2px;
    padding: 12px 30px; }
    .checkout-index-index .new-address-popup .action.action-show-popup:hover {
      background-color: #003597;
      border-color: #003597; }
    .checkout-index-index .new-address-popup .action.action-show-popup:active, .checkout-index-index .new-address-popup .action.action-show-popup:visited, .checkout-index-index .new-address-popup .action.action-show-popup:link {
      color: #fff; }

@media (min-width: 768px) {
  .checkout-index-index #shipping-new-address-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .checkout-index-index #shipping-new-address-form > .field {
      width: calc(50% - 15px); } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .checkout-index-index #shipping-new-address-form > .field {
        width: calc(50% - 10px); } }

@media (min-width: 768px) {
      .checkout-index-index #shipping-new-address-form > .field.choice {
        width: 100%;
        margin-top: 10px; } }

.checkout-index-index #shipping-new-address-form .field {
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .checkout-index-index #shipping-new-address-form .field {
      margin-bottom: 18px; } }

.checkout-index-index #shipping-new-address-form > fieldset.street {
  width: 100%;
  margin: 0; }
  @media (min-width: 768px) {
    .checkout-index-index #shipping-new-address-form > fieldset.street > .control {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .checkout-index-index #shipping-new-address-form > fieldset.street > .control .field {
        width: calc(50% - 15px); } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .checkout-index-index #shipping-new-address-form > fieldset.street > .control .field {
        width: calc(50% - 10px); } }
  @media (min-width: 768px) {
        .checkout-index-index #shipping-new-address-form > fieldset.street > .control .field.additional {
          margin-top: 0; } }
  .checkout-index-index #shipping-new-address-form > fieldset.street > .control .field label {
    display: none; }

.checkout-index-index .modal-popup .form-shipping-address {
  max-width: none; }

.checkout-index-index #co-payment-form fieldset.fieldset > hr, .checkout-index-index #co-payment-form fieldset.fieldset > br {
  display: none; }

@media (max-width: 767px) {
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0; } }

.checkout-index-index .checkout-payment-method .payment-methods .step-title {
  margin-bottom: 10px;
  width: 100%; }

.checkout-index-index .payment-method-billing-address .action-edit-address {
  margin-top: 20px; }

@media (max-width: 767px) {
  .checkout-index-index .payment-option {
    margin: 0; } }

.checkout-index-index #recaptcha-checkout-place-order-wrapper {
  display: none; }

.checkout-index-index .opc-block-summary .mark .value {
  text-transform: none; }

.checkout-index-index .opc-block-shipping-information .shipping-information-content {
  font-size: 16px;
  line-height: 1.6; }

.checkout-index-index .checkout-payment-method .payment-option-content.comment {
  padding: 0;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .checkout-index-index .checkout-payment-method .payment-option-content.comment {
      margin-top: 10px; } }

.checkout-index-index .checkout-payment-method .payment-option-title {
  border-top: none;
  padding-top: 0; }

.checkout-index-index .checkout-payment-method .checkout-billing-address > .fieldset.visible-important {
  display: block !important; }

.checkout-index-index .checkout-payment-method .discount-code {
  margin-bottom: 10px; }
  .checkout-index-index .checkout-payment-method .discount-code .form-discount {
    max-width: none; }
  .checkout-index-index .checkout-payment-method .discount-code .payment-option-title {
    padding-left: 0; }
    @media (max-width: 767px) {
      .checkout-index-index .checkout-payment-method .discount-code .payment-option-title {
        padding: 10px 0 15px; } }
    .checkout-index-index .checkout-payment-method .discount-code .payment-option-title .action-toggle {
      font-size: 20px;
      font-weight: 600; }
  .checkout-index-index .checkout-payment-method .discount-code .discount-label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
  .checkout-index-index .checkout-payment-method .discount-code .field > .control {
    display: flex; }
    @media (max-width: 420px) {
      .checkout-index-index .checkout-payment-method .discount-code .field > .control {
        display: block; }
        .checkout-index-index .checkout-payment-method .discount-code .field > .control input {
          margin-right: 0;
          margin-bottom: 20px !important; } }
    .checkout-index-index .checkout-payment-method .discount-code .field > .control input {
      margin-right: 10px; }
    .checkout-index-index .checkout-payment-method .discount-code .field > .control button.action {
      font-size: 16px;
      width: 210px;
      text-transform: none;
      padding: 11px 14px; }
  .checkout-index-index .checkout-payment-method .discount-code .payment-option-content {
    padding: 0 0 20px 0; }

.checkout-index-index .checkout-payment-method .actions-toolbar {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .checkout-index-index .checkout-payment-method .actions-toolbar {
      margin-top: 20px; } }
  .checkout-index-index .checkout-payment-method .actions-toolbar .primary {
    float: none; }
    .checkout-index-index .checkout-payment-method .actions-toolbar .primary .action.primary {
      min-width: 204px;
      padding: 14px 24px; }
      @media (max-width: 767px) {
        .checkout-index-index .checkout-payment-method .actions-toolbar .primary .action.primary {
          width: 100%; } }
      .checkout-index-index .checkout-payment-method .actions-toolbar .primary .action.primary.action-update {
        width: 160px;
        margin-right: 20px;
        float: none; }
        @media (max-width: 767px) {
          .checkout-index-index .checkout-payment-method .actions-toolbar .primary .action.primary.action-update {
            width: 100%; } }
  .checkout-index-index .checkout-payment-method .actions-toolbar .action-cancel {
    margin-top: 0; }

.checkout-index-index .checkout-payment-method .payment-method-content {
  padding: 0 0 20px 0; }
  @media (max-width: 767px) {
    .checkout-index-index .checkout-payment-method .payment-method-content {
      padding: 15px 0 30px; }
      .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field:not(.choice) > .label {
        width: auto; } }
  .checkout-index-index .checkout-payment-method .payment-method-content .actions-toolbar {
    margin-top: 20px; }
    .checkout-index-index .checkout-payment-method .payment-method-content .actions-toolbar .action.primary {
      min-width: 260px;
      padding: 12px; }

.checkout-index-index .checkout-payment-method .payment-method .payment-method-title {
  font-weight: 600;
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  padding: 26px 0; }
  @media (max-width: 767px) {
    .checkout-index-index .checkout-payment-method .payment-method .payment-method-title {
      padding: 22px 0 22px; } }
  .checkout-index-index .checkout-payment-method .payment-method .payment-method-title .payment-icon {
    display: none; }

.checkout-index-index .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-color: #dfdfdf; }

.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
  padding: 0 0 0 36px; }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details a {
    color: #000; }

.checkout-index-index .opc-block-shipping-information {
  padding: 0; }
  .checkout-index-index .opc-block-shipping-information a {
    color: #000; }

.checkout-index-index .opc-estimated-wrapper {
  padding: 0;
  border: none;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .checkout-index-index .opc-estimated-wrapper {
      display: none; } }
  .checkout-index-index .opc-estimated-wrapper .estimated-block {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 600; }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    padding: 16px 20px; }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
      display: none; }
  @media (max-width: 479px) {
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
      float: none;
      width: 100%;
      margin-top: 20px; }
      .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.primary {
        width: 100%; } }

@media (max-width: 767px) {
  .checkout-index-index .columns .column.main, .checkout-index-index .opc-wrapper .step-content {
    margin-bottom: 0;
    padding-bottom: 0; } }

.checkout-index-index {
  font-weight: 400; }
  .checkout-index-index .column:not(.sidebar-main) form .actions-toolbar, .checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0; }
  .checkout-index-index .checkout-payment-method .field-select-billing, .checkout-index-index .checkout-payment-method .billing-address-form {
    max-width: 100%;
    margin-top: 14px !important; }
  .checkout-index-index .checkout-billing-address .action-update {
    float: none; }
    @media (min-width: 768px) {
      .checkout-index-index .checkout-billing-address .action-update {
        margin-right: 20px !important; } }
  .checkout-index-index .checkout-billing-address .action-cancel {
    color: #222; }
    @media (max-width: 767px) {
      .checkout-index-index .checkout-billing-address .action-cancel {
        float: none !important; } }
    .checkout-index-index .checkout-billing-address .action-cancel span {
      color: #222; }
  .checkout-index-index #maincontent .action.action-update {
    font-size: 15px;
    padding: 10px 20px;
    min-width: 160px;
    text-align: center;
    border-radius: 0; }
    @media (max-width: 767px) {
      .checkout-index-index #maincontent .action.action-update {
        width: 100%; } }
  .checkout-index-index #maincontent .action.primary, .checkout-index-index #maincontent .button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    min-width: 130px;
    text-align: center;
    font-weight: 500; }
    .checkout-index-index #maincontent .action.primary:disabled, .checkout-index-index #maincontent .button:disabled {
      opacity: 0.4;
      cursor: not-allowed; }
    .checkout-index-index #maincontent .action.primary.outline, .checkout-index-index #maincontent .button.outline {
      background-color: transparent;
      border-color: #222;
      color: #222; }
      .checkout-index-index #maincontent .action.primary.outline span, .checkout-index-index #maincontent .button.outline span {
        color: #222; }
      .checkout-index-index #maincontent .action.primary.outline:hover, .checkout-index-index #maincontent .button.outline:hover {
        background-color: #222;
        color: #fff; }
        .checkout-index-index #maincontent .action.primary.outline:hover span, .checkout-index-index #maincontent .button.outline:hover span {
          color: #fff; }
    .checkout-index-index #maincontent .action.primary.continue, .checkout-index-index #maincontent .action.primary.checkout, .checkout-index-index #maincontent .button.continue, .checkout-index-index #maincontent .button.checkout {
      font-size: 18px;
      padding-top: 20px;
      padding-bottom: 20px;
      min-width: 360px;
      margin-top: 16px; }
      @media (max-width: 767px) {
        .checkout-index-index #maincontent .action.primary.continue, .checkout-index-index #maincontent .action.primary.checkout, .checkout-index-index #maincontent .button.continue, .checkout-index-index #maincontent .button.checkout {
          min-width: 0;
          width: 100%; } }
  .checkout-index-index #maincontent form input, .checkout-index-index #maincontent form .form-control, .checkout-index-index #maincontent form select, .checkout-index-index #maincontent form textarea, .checkout-index-index #maincontent form select, .checkout-index-index #maincontent form input[type=file], .checkout-index-index #maincontent form input[type=text], .checkout-index-index #maincontent form input[type=email], .checkout-index-index #maincontent .form input, .checkout-index-index #maincontent .form .form-control, .checkout-index-index #maincontent .form select, .checkout-index-index #maincontent .form textarea, .checkout-index-index #maincontent .form select, .checkout-index-index #maincontent .form input[type=file], .checkout-index-index #maincontent .form input[type=text], .checkout-index-index #maincontent .form input[type=email] {
    border-color: #b8b8b8;
    margin-bottom: 0; }
  .checkout-index-index .opc-wrapper .form-login .fieldset .note, .checkout-index-index .opc-wrapper small.small-note {
    font-size: 13px;
    margin-top: 6px;
    color: #222;
    display: block;
    font-weight: 400; }
  .checkout-index-index .opc-block-summary > .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 150px; }
    .checkout-index-index .opc-block-summary > .title-wrapper .action.primary {
      position: absolute;
      right: 0; }
      @media (max-width: 767px) {
        .checkout-index-index .opc-block-summary > .title-wrapper .action.primary {
          display: none; } }
      @media (max-width: 1023px) {
        .checkout-index-index .opc-block-summary > .title-wrapper .action.primary {
          min-width: 100px; } }
  .checkout-index-index #checkout-step-shipping_method {
    margin: 0; }
    .checkout-index-index #checkout-step-shipping_method .actions-toolbar > .primary {
      text-align: left; }
      .checkout-index-index #checkout-step-shipping_method .actions-toolbar > .primary .action.primary {
        float: none; }

#checkout-step-shipping-postcode > .fieldset {
  margin-bottom: 20px; }
  #checkout-step-shipping-postcode > .fieldset #postcode-lookup-input {
    margin-bottom: 0; }

.form-shipping-address .search-container .search-bar, .billing-address-form .search-container .search-bar {
  display: flex; }
  .form-shipping-address .search-container .search-bar input, .billing-address-form .search-container .search-bar input {
    margin-right: 20px;
    width: calc(100% - 132px) !important; }
  .form-shipping-address .search-container .search-bar .action.primary, .billing-address-form .search-container .search-bar .action.primary {
    padding: 10px 16px; }
    .form-shipping-address .search-container .search-bar .action.primary:hover, .billing-address-form .search-container .search-bar .action.primary:hover {
      background-color: #ddd;
      border-color: #ddd; }
      .form-shipping-address .search-container .search-bar .action.primary:hover span, .billing-address-form .search-container .search-bar .action.primary:hover span {
        color: #222; }
  @media (min-width: 768px) and (max-width: 1120px) {
    .form-shipping-address .search-container .search-bar input, .billing-address-form .search-container .search-bar input {
      width: calc(100% - 70px) !important; }
    .form-shipping-address .search-container .search-bar .action.primary, .billing-address-form .search-container .search-bar .action.primary {
      min-width: 50px !important; } }

.opc-wrapper .shipping-address-items .shipping-address-item {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  font-family: "PT Sans Narrow", sans-serif;
  border-radius: 10px; }
  .opc-wrapper .shipping-address-items .shipping-address-item .address-info {
    font-size: 18px;
    margin-right: 20px; }
  .opc-wrapper .shipping-address-items .shipping-address-item::before {
    display: none; }
  .opc-wrapper .shipping-address-items .shipping-address-item .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column; }
    .opc-wrapper .shipping-address-items .shipping-address-item .actions .action.primary {
      line-height: 1.6rem; }
      .opc-wrapper .shipping-address-items .shipping-address-item .actions .action.primary:first-of-type {
        margin-bottom: 10px; }
    .opc-wrapper .shipping-address-items .shipping-address-item .actions .action.edit-address-link {
      right: 0; }
      .opc-wrapper .shipping-address-items .shipping-address-item .actions .action.edit-address-link::before {
        display: none; }
      .opc-wrapper .shipping-address-items .shipping-address-item .actions .action.edit-address-link > span {
        border: 0;
        clip: inherit;
        height: auto;
        margin: auto;
        overflow: auto;
        padding: 0;
        position: static;
        width: auto; }
  @media (max-width: 480px) {
    .opc-wrapper .shipping-address-items .shipping-address-item .address-info {
      font-size: 16px; }
    .opc-wrapper .shipping-address-items .shipping-address-item .action.primary {
      padding: 8px 20px;
      min-width: 110px !important; } }
  .opc-wrapper .shipping-address-items .shipping-address-item.selected-item {
    border-color: #002f87;
    border-width: 2px;
    font-weight: 500;
    color: #002f87; }
    .opc-wrapper .shipping-address-items .shipping-address-item.selected-item .address-info a {
      color: #002f87; }
    .opc-wrapper .shipping-address-items .shipping-address-item.selected-item::after {
      display: none; }
    .opc-wrapper .shipping-address-items .shipping-address-item.selected-item .actions::before {
      content: '';
      top: 20px;
      right: 20px;
      height: 40px;
      width: 40px;
      padding: 0;
      background-color: #002f87;
      border-radius: 100%;
      background-image: url(../images/icons/tick-white.svg);
      background-size: 20px;
      background-position: 50%;
      background-repeat: no-repeat;
      margin-bottom: 10px; }

@media (max-width: 767px) {
  #opc-shipping_method {
    padding-top: 30px; } }

#opc-shipping_method .shipping-method-title {
  display: flex;
  justify-content: space-between; }
  #opc-shipping_method .shipping-method-title .title {
    margin-right: 20px;
    min-width: 250px; }
  #opc-shipping_method .shipping-method-title .shipping-policy-block {
    position: relative;
    top: 4px; }
  @media (max-width: 1124px) {
    #opc-shipping_method .shipping-method-title {
      display: block; }
      #opc-shipping_method .shipping-method-title .title {
        margin-bottom: 10px; } }

.checkout-onepage-success {
  overflow-x: hidden; }
  .checkout-onepage-success .page-header {
    border: none;
    position: relative; }
  .checkout-onepage-success .page-title-wrapper {
    text-align: center; }
    .checkout-onepage-success .page-title-wrapper h1.page-title {
      text-align: center;
      font-size: 48px;
      margin-top: 0;
      display: block; }
      @media (max-width: 767px) {
        .checkout-onepage-success .page-title-wrapper h1.page-title {
          font-size: 30px; } }
      .checkout-onepage-success .page-title-wrapper h1.page-title + .action.print {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
        display: inline-block;
        padding-left: 32px;
        position: relative;
        color: #002f87;
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none; }
        .checkout-onepage-success .page-title-wrapper h1.page-title + .action.print::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          height: 28px;
          width: 28px;
          transform: translateY(-50%);
          background-image: url(../images/icons/reciept-blue.svg);
          background-size: cover; }
  .checkout-onepage-success .order-info {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px; }
  .checkout-onepage-success .collection-period-notice {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px; }
  .checkout-onepage-success #checkout-step-shipping-locations {
    margin-bottom: 40px; }
  .checkout-onepage-success .default-message {
    max-width: 640px;
    font-size: 18px;
    text-align: center; }
  .checkout-onepage-success .checkout-success {
    max-width: 720px;
    margin: 0 auto;
    font-weight: 400; }
    .checkout-onepage-success .checkout-success .collection-instructions {
      max-width: 640px;
      margin: 0 auto;
      text-align: center; }
      .checkout-onepage-success .checkout-success .collection-instructions .title {
        font-size: 32px;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .checkout-onepage-success .checkout-success .collection-instructions .title {
            font-size: 28px; } }
      .checkout-onepage-success .checkout-success .collection-instructions .description {
        font-size: 18px; }
    .checkout-onepage-success .checkout-success .actions-toolbar {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 40px;
      padding-bottom: 20px; }
      .checkout-onepage-success .checkout-success .actions-toolbar::before, .checkout-onepage-success .checkout-success .actions-toolbar::after {
        display: none; }
      .checkout-onepage-success .checkout-success .actions-toolbar .action.primary {
        width: calc(50% - 15px);
        font-size: 18px; }
        @media (max-width: 639px) {
          .checkout-onepage-success .checkout-success .actions-toolbar .action.primary {
            width: 100%;
            margin-bottom: 20px; } }
        .checkout-onepage-success .checkout-success .actions-toolbar .action.primary.outline {
          background-color: transparent;
          border-color: #222;
          color: #222; }
          .checkout-onepage-success .checkout-success .actions-toolbar .action.primary.outline span {
            color: #222; }
          .checkout-onepage-success .checkout-success .actions-toolbar .action.primary.outline:hover {
            background-color: #222;
            color: #fff; }
            .checkout-onepage-success .checkout-success .actions-toolbar .action.primary.outline:hover span {
              color: #fff; }
  @media (max-width: 767px) {
    .checkout-onepage-success .columns .column.main {
      padding-bottom: 20px; } }

.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #fff; }

.checkout-index-index .modals-wrapper .modal-title {
  font-size: 32px;
  padding-bottom: 20px;
  font-weight: 500;
  margin-top: 0; }

.checkout-index-index .modals-wrapper #opc-new-shipping-address .fieldset > .field:not(.choice) {
  margin-bottom: 2px; }
  .checkout-index-index .modals-wrapper #opc-new-shipping-address .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left; }
  .checkout-index-index .modals-wrapper #opc-new-shipping-address .fieldset > .field:not(.choice) > .control {
    width: 100%; }
  .checkout-index-index .modals-wrapper #opc-new-shipping-address .fieldset > .field:not(.choice).search-container {
    width: 100%; }
    .checkout-index-index .modals-wrapper #opc-new-shipping-address .fieldset > .field:not(.choice).search-container .search-bar input.input-text {
      margin-bottom: 0;
      max-width: 337px; }
    @media (max-width: 640px) {
      .checkout-index-index .modals-wrapper #opc-new-shipping-address .fieldset > .field:not(.choice).search-container .search-bar {
        display: block; }
        .checkout-index-index .modals-wrapper #opc-new-shipping-address .fieldset > .field:not(.choice).search-container .search-bar input.input-text {
          max-width: 100%;
          width: 100% !important;
          margin-right: 0;
          margin-bottom: 14px; }
        .checkout-index-index .modals-wrapper #opc-new-shipping-address .fieldset > .field:not(.choice).search-container .search-bar .action.primary {
          width: 100%;
          margin-bottom: 20px; } }

.checkout-index-index .modals-wrapper #opc-new-shipping-address .fieldset > .field.choice:before {
  display: none; }

.checkout-index-index .modals-wrapper .modal-footer .action.action-hide-popup {
  background-color: transparent;
  border-color: #222;
  color: #222; }
  .checkout-index-index .modals-wrapper .modal-footer .action.action-hide-popup > span {
    color: #222; }
  .checkout-index-index .modals-wrapper .modal-footer .action.action-hide-popup:hover {
    background-color: #222;
    color: #fff; }
    .checkout-index-index .modals-wrapper .modal-footer .action.action-hide-popup:hover > span {
      color: #fff; }

@media (max-width: 640px) {
  .checkout-index-index .modals-wrapper .modal-footer {
    padding-top: 0; }
    .checkout-index-index .modals-wrapper .modal-footer button.action {
      width: 100%; }
      .checkout-index-index .modals-wrapper .modal-footer button.action.action-save-address {
        margin-bottom: 14px; } }

@media (max-width: 480px) {
  .modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; } }

.table-checkout-shipping-method {
  width: 100%; }
  .table-checkout-shipping-method tbody td {
    border-top: none;
    padding-top: 14px;
    padding-bottom: 14px; }
  .table-checkout-shipping-method .col-price {
    font-weight: 500;
    padding-right: 5px;
    padding-left: 5px;
    width: 20px; }
  .table-checkout-shipping-method .col-method {
    padding-left: 0; }
  .table-checkout-shipping-method .row {
    margin: 0;
    display: table-row;
    flex-wrap: unset; }
    .table-checkout-shipping-method .row td.col-method input[type="radio"] {
      height: auto; }
    .table-checkout-shipping-method .row td.col-carrier {
      position: relative; }
      .table-checkout-shipping-method .row td.col-carrier:before, .table-checkout-shipping-method .row td.col-carrier:after {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        cursor: pointer; }
      @media only screen and (max-width: 540px) {
        .table-checkout-shipping-method .row td.col-carrier:before {
          display: none; } }
      @media only screen and (max-width: 420px) {
        .table-checkout-shipping-method .row td.col-carrier {
          padding-left: 0; } }
    .table-checkout-shipping-method .row td[data-bind="html: method.comment"] {
      display: none; }
    .table-checkout-shipping-method .row td[data-bind="html: method.extension_attributes.amstartes_comment"] {
      display: none; }

.methods-shipping .actions-toolbar {
  padding-top: 1em; }
  .methods-shipping .actions-toolbar .action.primary {
    font-size: 15px;
    padding: 15px 56px 15px 36px;
    background-position-x: 70px;
    line-height: 1; }

.row.is-active + .row .col {
  display: table-cell; }

.row.is-active td.col-carrier:after {
  transform: translateY(-50%) rotate(180deg); }

#checkoutSteps {
  display: flex;
  flex-wrap: wrap; }
  #checkoutSteps li {
    width: 100%; }
  #checkoutSteps .shipping-information {
    order: 5;
    width: 100%; }
    #checkoutSteps .shipping-information .shipping-information-title {
      font-size: 18px;
      margin-bottom: 1.2em; }
    #checkoutSteps .shipping-information button.action {
      padding: 0;
      border: 0;
      background: none;
      float: right; }
      #checkoutSteps .shipping-information button.action span {
        font-size: 15px;
        color: #002f87;
        text-decoration: underline;
        text-transform: capitalize; }
      #checkoutSteps .shipping-information button.action:hover, #checkoutSteps .shipping-information button.action:focus, #checkoutSteps .shipping-information button.action:active, #checkoutSteps .shipping-information button.action.active, #checkoutSteps .shipping-information button.action.is-active {
        text-decoration: none; }

@media screen and (min-width: 768px) {
  .column:not(.sidebar-additional) form.methods-shipping .actions-toolbar {
    margin: 0; }
  .methods-shipping .actions-toolbar div.primary {
    float: none; }
  #checkoutSteps .shipping-information .shipping-information-title {
    font-size: 21px; }
  #checkoutSteps .shipping-information button.action span {
    font-size: 18px; }
  #checkoutSteps .shipping-information .ship-to, #checkoutSteps .shipping-information .ship-via {
    float: left;
    width: 50%;
    display: inline-block; }
  #checkoutSteps .shipping-information .ship-to {
    padding-right: 15px; }
  #checkoutSteps .shipping-information .ship-via {
    padding-left: 15px; } }

@media screen and (min-width: 992px) {
  .table-checkout-shipping-method {
    width: 100%; }
    .table-checkout-shipping-method .row td.col-carrier:before {
      font-size: 18px;
      right: 30px; }
    .table-checkout-shipping-method .row td.col-carrier:after {
      background-size: 14px;
      height: 12px; } }

.opc-wrapper .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
  display: block; }

.opc-wrapper .ampickup-store-container.-checkout .ampickup-field.-store select,
.opc-wrapper .ampickup-store-container.-checkout .ampickup-field.-store input {
  padding: 13px; }

.opc-wrapper .ampickup-store-container.-checkout .ampickup-separator.-checkout {
  display: none; }

.opc-wrapper .ampickup-store-container.-checkout .ampickup-choosemap {
  background-color: transparent;
  color: #727272;
  background: transparent url(../images/icons/map-marker.svg) no-repeat 0px 7px/14px;
  padding: 6px 10px 6px 22px; }

.opc-wrapper .ampickup-store-container.-checkout.fieldset .ampickup-details-container .amlocator-image {
  width: 165px; }

.opc-wrapper .ampickup-store-container.-checkout.fieldset .ampickup-details-container p {
  margin-bottom: 0; }

.opc-wrapper .ampickup-store-container.-checkout.fieldset .ampickup-details-container h4 {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 10px 0; }
  .opc-wrapper .ampickup-store-container.-checkout.fieldset .ampickup-details-container h4 .amlocator-link {
    color: #293035;
    text-decoration: none;
    pointer-events: none; }

.opc-wrapper .ampickup-store-container.-checkout.fieldset .ampickup-details-container .btn-container {
  display: none; }

.ampickup-map-popup .amlocator-main-container {
  min-width: 1px; }

.ampickup-map-popup .amlocator-search-container,
.ampickup-map-popup .amlocator-block.-filter {
  padding: 5px; }

.ampickup-map-popup .amlocator-main-container .amlocator-block.-separator {
  display: none; }

.ampickup-map-popup .ampickup-content {
  padding: 20px;
  border-radius: 0; }

.ampickup-map-popup .amlocator-map-container {
  min-width: 1px;
  display: block; }
  .ampickup-map-popup .amlocator-map-container .amlocator-block.-current.amlocator-current-location {
    margin-bottom: 0; }
  .ampickup-map-popup .amlocator-map-container .amlocator-search-radius label {
    display: inline-block; }

.ampickup-map-popup .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
  width: 100%;
  max-height: 420px;
  padding-left: 5px; }

.ampickup-map-popup .amlocator-block.amlocator-store-list {
  display: none;
  padding-left: 5px;
  padding-right: 5px; }
  .ampickup-map-popup .amlocator-block.amlocator-store-list .amlocator-button.-pickup {
    margin-top: -40px;
    margin-right: 10px;
    background: #002f87;
    border-color: #002f87;
    padding: 10px 15px; }
    @media all and (max-width: 767px) {
      .ampickup-map-popup .amlocator-block.amlocator-store-list .amlocator-button.-pickup {
        margin-top: 10px; } }

.amlocator-main-container .amlocator-map-container .amlocator-map .gm-style-iw button.amlocator-button.-pickup {
  font-size: 16px;
  margin-top: 0;
  padding: 11px 20px;
  background: #002f87 !important;
  border-radius: 0;
  border-color: #002f87; }

@media all and (max-width: 480px) {
  .ampickup-map-popup .amlocator-block.amlocator-store-list .amlocator-block {
    display: inline-block; } }

@media screen and (min-width: 992px) {
  .ampickup-map-popup .ampickup-content {
    max-width: 840px; } }

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #CBCBCB; }

.checkout-payment-method .message {
  border: 0;
  padding: 0;
  background: none;
  margin: 0; }

@media all and (max-width: 767px) {
  .checkout-payment-method #checkoutcom_card_payment_container .action.primary.checkout {
    margin-bottom: 10px; } }

.checkout-payment-method .payment-group {
  display: flex;
  flex-wrap: wrap; }
  .checkout-payment-method .payment-group .payment-method {
    width: 100%;
    padding-left: 0; }
  .checkout-payment-method .payment-group #checkoutcom_card_payment_container {
    order: 2;
    width: 100%; }
  .checkout-payment-method .payment-group .klarna-payments-method {
    order: 4;
    width: 100%;
    border-top: 1px solid #CBCBCB; }
  .checkout-payment-method .payment-group .payment-method:nth-child(3) {
    order: 3;
    width: 100%; }
  .checkout-payment-method .payment-group .checkout-agreement label {
    background-image: none; }
  .checkout-payment-method .payment-group label button {
    text-decoration: none !important; }
    .checkout-payment-method .payment-group label button span {
      color: #222;
      font-weight: 500; }
  .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
    background: #002f87;
    color: #fff;
    font-size: 1em;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 15px 40px 15px 20px;
    margin: 0;
    border: 1px solid;
    border-color: transparent;
    text-shadow: none;
    white-space: initial;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 50px; }
    .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary span {
      color: #fff; }
    .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary:visited {
      color: #fff; }
    .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary:hover, .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary:focus, .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary:active, .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary.active, .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary.is-active {
      color: #fff;
      text-decoration: none;
      border-color: #002f87;
      background: #00215e; }
      .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary:hover span, .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary:focus span, .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary:active span, .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary.active span, .checkout-payment-method .payment-group .payment-method-content > .actions-toolbar > .primary .action.primary.is-active span {
        color: #fff; }

.checkout-payment-method .newsletter-subscribe-panel {
  border-radius: 5px; }
  .checkout-payment-method .newsletter-subscribe-panel .content > .label {
    margin-top: 10px; }
    .checkout-payment-method .newsletter-subscribe-panel .content > .label span {
      margin-bottom: 0; }

.checkout-payment-method .klarna-payments-method-cell > span:first-of-type {
  padding-left: 23px; }
  @media screen and (min-width: 768px) {
    .checkout-payment-method .klarna-payments-method-cell > span:first-of-type {
      padding-left: 45px; } }

.checkout-payment-method .klarna-payments-method-cell > img {
  width: 44px;
  margin-left: 12px;
  margin-right: 22px; }

.opc-wrapper #opc-shipping_method .checkout-shipping-method .col-carrier {
  color: transparent;
  display: none; }

.opc-wrapper #opc-shipping_method .checkout-shipping-method form.methods-shipping {
  border-top: none;
  padding-top: 2px; }

.opc-wrapper #opc-shipping_method .checkout-shipping-method .step-title {
  position: relative; }
  @media all and (max-width: 640px) {
    .opc-wrapper #opc-shipping_method .checkout-shipping-method .step-title {
      padding-bottom: 20px; } }

.opc-wrapper #opc-shipping_method .checkout-shipping-method .shipping-policy-block {
  font-size: 18px;
  font-weight: 500;
  font-family: "PT Sans Narrow", sans-serif;
  margin-bottom: 12px;
  font-style: italic;
  color: #002f87; }

.frames-container {
  max-width: 100%; }
  .frames-container #checkoutcom_card_payment_frm .card-frame {
    height: 60px;
    border-color: #727272;
    border-radius: 0;
    box-shadow: none; }

.checkout-payment-method .payment-option-title {
  border-top: 1px solid #CBCBCB; }
  .checkout-payment-method .payment-option-title .action-toggle {
    font-size: 18px;
    width: 100%;
    position: relative; }
    .checkout-payment-method .payment-option-title .action-toggle:after {
      display: none; }
    .checkout-payment-method .payment-option-title .action-toggle:before {
      -webkit-transition: 0.3s all ease-in-out;
      -moz-transition: 0.3s all ease-in-out;
      -ms-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      content: '';
      right: 0;
      height: 26px;
      width: 26px;
      background: url(../images/elements/dropdown-arrow.svg) no-repeat center center/17px;
      font-family: unset; }
    .checkout-payment-method .payment-option-title .action-toggle span {
      color: #030303;
      width: 100%; }

.checkout-payment-method .discount-code._active .payment-option-title .action-toggle:before {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: '';
  right: 0;
  height: 26px;
  width: 26px;
  background: url(../images/elements/dropdown-arrow.svg) no-repeat center center/17px;
  font-family: unset;
  transform: rotate(180deg);
  margin-top: -10px; }

.checkout-payment-method .choice.payment-method-title input[type="radio"] {
  position: absolute;
  opacity: 0; }
  .checkout-payment-method .choice.payment-method-title input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    font-size: 18px; }
  .checkout-payment-method .choice.payment-method-title input[type="radio"] + label:before {
    content: '';
    margin-right: 12px;
    display: inline-block;
    vertical-align: text-top;
    width: 17px;
    height: 17px;
    background: white;
    border: 1px solid #2D2D2D;
    border-radius: 50%; }
  .checkout-payment-method .choice.payment-method-title input[type="radio"]:hover + label:before {
    background: #cbcbcb; }
  .checkout-payment-method .choice.payment-method-title input[type="radio"]:focus + alabel:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .checkout-payment-method .choice.payment-method-title input[type="radio"]:checked + label:before {
    background: #fff; }
  .checkout-payment-method .choice.payment-method-title input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 9px;
    height: 9px;
    background: #727272;
    border-radius: 50%; }

.checkout-payment-method .klarna-payments-method .choice.payment-method-title .klarna-payments-method-cell input[type="radio"] {
  position: absolute;
  opacity: 0; }

.checkout-payment-method .klarna-payments-method .choice.payment-method-title .klarna-payments-method-cell + label {
  position: relative;
  cursor: pointer;
  padding: 0; }

.checkout-payment-method .klarna-payments-method .choice.payment-method-title .klarna-payments-method-cell + label:before {
  content: '';
  margin-right: 7px;
  display: block;
  vertical-align: text-top;
  position: absolute;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #2D2D2D;
  border-radius: 50%; }

.checkout-payment-method .klarna-payments-method .choice.payment-method-title .klarna-payments-method-cell:hover + label:before {
  background: #cbcbcb; }

.checkout-payment-method .klarna-payments-method .choice.payment-method-title .klarna-payments-method-cell:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }

.checkout-payment-method .klarna-payments-method .choice.payment-method-title input[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }

.checkout-payment-method .klarna-payments-method .choice.payment-method-title input[type="radio"]:checked + label:before {
  background: #fff; }

.checkout-payment-method .klarna-payments-method._active label.klarna-payments-method-cell:before {
  background: #fff; }

.checkout-payment-method .klarna-payments-method._active label.klarna-payments-method-cell:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 9px;
  height: 9px;
  background: #727272;
  border-radius: 50%; }

.checkout-payment-method .payment-method-content {
  padding-left: 0; }
  .checkout-payment-method .payment-method-content .choice a {
    text-decoration: underline; }
    .checkout-payment-method .payment-method-content .choice a:hover {
      text-decoration: none; }
  .checkout-payment-method .payment-method-content .choice input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .checkout-payment-method .payment-method-content .choice input[type="checkbox"] + label {
      position: relative;
      cursor: pointer;
      padding-left: 34px;
      width: 100%; }
      .checkout-payment-method .payment-method-content .choice input[type="checkbox"] + label span {
        display: inline-block;
        padding-left: 4px;
        position: relative;
        top: 3px; }
      .checkout-payment-method .payment-method-content .choice input[type="checkbox"] + label::after {
        content: '';
        margin: -8px 0 0 0; }

@media all and (max-width: 767px) {
  .checkout-payment-method .payment-method-content {
    padding-top: 15px;
    padding-left: 15px; }
  .checkout-payment-method .payment-group .step-title {
    padding-bottom: 10px; }
    .checkout-payment-method .payment-group .step-title:after {
      display: none; }
  .checkout-payment-method .payment-method-content .choice input[type="checkbox"] + label button {
    width: 100%;
    text-align: left; } }

@media screen and (min-width: 768px) {
  .klarna-payments-method > .payment-method-title,
  .checkout-payment-method .payment-method-title {
    padding: 26px 0; }
  .checkout-payment-method .payment-option-title .action-toggle {
    font-size: 21px; } }

@media screen and (min-width: 840px) {
  .checkout-payment-method .checkout-billing-address .billing-address-form {
    max-width: 100%; }
    .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset > .field {
        display: inline-block;
        width: calc(50% - 15px);
        margin-bottom: 10px; }
        .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset > .field input, .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset > .field select {
          margin-bottom: 0; }
        .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset > .field.street {
          width: 100%; }
          .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset > .field.street .payment_2_cp_address_class.label {
            margin: 0; }
          .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset > .field.street .payment_2_cp_address_class > .field {
            display: inline-block;
            width: 50%;
            float: left;
            padding: 0;
            margin: 0; }
            .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset > .field.street .payment_2_cp_address_class > .field .payment_2_cp_address_class {
              margin: 0; }
            .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset > .field.street .payment_2_cp_address_class > .field:first-child {
              padding-right: 15px; }
            .checkout-payment-method .checkout-billing-address .billing-address-form .fieldset > .field.street .payment_2_cp_address_class > .field:last-child {
              padding-left: 15px; } }

@media screen and (min-width: 992px) {
  .checkout-payment-method .step-title {
    margin-top: .3em; }
  .checkout-payment-method .payment-group .step-title {
    margin-bottom: 21px; } }

div.block-static-block.widget {
  padding: 0; }
  @media all and (max-width: 639px) {
    div.block-static-block.widget {
      margin: 10px; } }

.sample-pots-banner {
  background-color: var(--background);
  display: block;
  position: relative;
  text-decoration: none !important;
  padding: 10px 15px; }
  @media all and (min-width: 640px) {
    .sample-pots-banner {
      background-image: var(--background-image);
      background-position: 0 7%;
      background-repeat: no-repeat;
      background-size: 320px;
      margin: 10px;
      padding: 20px 20px 20px 35%; } }
  @media all and (min-width: 840px) {
    .sample-pots-banner {
      background-position: -30px 25%;
      background-size: 560px;
      padding: 24px 24px 24px 35%;
      margin: -20px 12px 0; } }
  @media all and (min-width: 992px) {
    .sample-pots-banner {
      margin: -42px 12px 0; } }
  @media all and (min-width: 1024px) {
    .sample-pots-banner {
      background-position: -30px -50px;
      padding: 24px 24px 24px 340px; } }
  @media all and (min-width: 1200px) {
    .sample-pots-banner {
      background-position: -30px -70px; } }
  .sample-pots-banner .content-wrapper {
    display: flex;
    flex-direction: column; }
    @media all and (min-width: 1200px) {
      .sample-pots-banner .content-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; } }
  .sample-pots-banner h2 {
    color: white;
    font-size: 28px;
    margin: 0 0 0.1em;
    line-height: 1; }
    @media all and (min-width: 640px) {
      .sample-pots-banner h2 {
        font-size: 40px;
        margin: 0 0 0.4em; } }
    @media all and (min-width: 992px) {
      .sample-pots-banner h2 {
        font-size: 52px; } }
  .sample-pots-banner .tagline {
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px / 13px; }
    @media all and (min-width: 640px) {
      .sample-pots-banner .tagline {
        display: none; } }
    @media all and (min-width: 768px) {
      .sample-pots-banner .tagline {
        display: block;
        letter-spacing: 0.9px; } }
    @media all and (min-width: 992px) {
      .sample-pots-banner .tagline {
        font-size: 17px;
        margin-right: 5px; } }
    @media all and (max-width: 1199px) {
      .sample-pots-banner .tagline {
        order: 2; } }
    @media all and (min-width: 1280px) {
      .sample-pots-banner .tagline {
        font-size: 18px; } }
  .sample-pots-banner .content {
    color: white;
    font-size: 13px;
    margin: 0; }
    @media all and (max-width: 991px) {
      .sample-pots-banner .content {
        line-height: 18px / 13px; }
        .sample-pots-banner .content span.longer {
          display: none; } }
    @media all and (min-width: 992px) {
      .sample-pots-banner .content {
        font-size: 16px; } }
    @media all and (min-width: 1280px) {
      .sample-pots-banner .content {
        font-size: 17px; } }
  .sample-pots-banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }
    .sample-pots-banner a span {
      display: none; }

.shipping-cta {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url("/pub/media/wysiwyg/banner_background_jonnos_3.png");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 0;
  background-size: cover;
  color: #002f87;
  font-family: "PT Sans Narrow", sans-serif;
  padding: 20px 16px 18px 14px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media all and (min-width: 768px) {
    .shipping-cta {
      flex-direction: row; } }
  .shipping-cta .heading {
    font-size: 30px;
    font-weight: 500; }
    @media all and (min-width: 768px) {
      .shipping-cta .heading {
        margin: 0 60px 0 8px; } }
  .shipping-cta .content {
    font-size: 22px;
    text-align: center; }
    @media all and (min-width: 768px) {
      .shipping-cta .content {
        text-align: left; } }
  .shipping-cta .link {
    margin-left: auto;
    font-size: 13px; }
    @media all and (min-width: 375px) {
      .shipping-cta .link {
        font-size: 14px; } }
    @media all and (min-width: 425px) {
      .shipping-cta .link {
        font-size: 15px;
        font-weight: 500; } }
    @media all and (min-width: 768px) {
      .shipping-cta .link {
        font-size: 17px; } }
    .shipping-cta .link a {
      color: #002f87; }

.customer-account-login .fieldset > .field,
.form.create.account .fieldset > .field {
  margin-bottom: 10px; }
  .customer-account-login .fieldset > .field:not(.choice) > .label,
  .form.create.account .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
    padding-bottom: .2em; }
  .customer-account-login .fieldset > .field:not(.choice) > .control,
  .form.create.account .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: none; }
    .customer-account-login .fieldset > .field:not(.choice) > .control input,
    .form.create.account .fieldset > .field:not(.choice) > .control input {
      height: auto;
      margin: 0;
      padding: 15px 13px; }

.customer-account-login div.mage-error,
.form.create.account div.mage-error {
  font-size: 15px;
  color: #d32f2f;
  margin-top: 0; }

.customer-account-login input.mage-error,
.form.create.account input.mage-error {
  border: 1px solid #d32f2f !important;
  margin-bottom: .3em; }

.customer-account-login #remember-me-box {
  width: 100%;
  margin: 0;
  padding-bottom: .75em;
  display: inline-block;
  float: left; }
  .customer-account-login #remember-me-box:before {
    display: none; }

.customer-account-login form .actions-toolbar {
  width: 100%;
  display: block; }
  .customer-account-login form .actions-toolbar .primary {
    width: 100%;
    margin: 0; }
    .customer-account-login form .actions-toolbar .primary button {
      width: 100%;
      float: none; }
  .customer-account-login form .actions-toolbar .secondary {
    width: 100%;
    text-align: center; }

.customer-account-login form .field.password {
  margin-top: 24px; }

.customer-account-login form a.action.remind {
  font-size: 16px;
  display: block;
  margin-top: 20px; }

.login-container .fieldset:after {
  font-size: 14px;
  color: #293035;
  width: 100%;
  margin: 0;
  text-align: left; }

.tooltip.wrapper .tooltip.content {
  font-size: 13px; }

.block-new-customer .actions-toolbar .primary {
  float: right; }

.block-new-customer .actions-toolbar .create {
  border-radius: 0;
  background: #002f87 url(../images/elements/arrow-btn.svg) no-repeat 93% center/15px; }

.form.create.account, .form-address-edit {
  float: none; }
  .form.create.account .fieldset > .legend, .form-address-edit .fieldset > .legend {
    font-size: 18px;
    margin: 0 0 .2em 0; }
  .form.create.account .fieldset > .field.choice:before, .form.create.account .fieldset .field.no-label:before, .form-address-edit .fieldset > .field.choice:before, .form-address-edit .fieldset .field.no-label:before {
    display: none; }
  .form.create.account .actions-toolbar, .form-address-edit .actions-toolbar {
    margin: 0; }
    .form.create.account .actions-toolbar .primary, .form-address-edit .actions-toolbar .primary {
      float: right; }
      .form.create.account .actions-toolbar .primary button, .form-address-edit .actions-toolbar .primary button {
        margin: 0; }
    .form.create.account .actions-toolbar .secondary, .form-address-edit .actions-toolbar .secondary {
      float: left; }

@media screen and (min-width: 580px) {
  .customer-account-login .fieldset > .field {
    margin-bottom: .75em; }
  .customer-account-login #remember-me-box {
    width: 45%;
    padding-top: .75em;
    padding-bottom: 0; }
  .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar .primary {
      max-width: 115px; }
      .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar .primary button {
        width: 100%; }
    .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar .secondary {
      flex-basis: 100%; }
      .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar .secondary .block {
        width: 100%;
        text-align: center; } }

@media screen and (min-width: 768px) {
  .form.create.account .fieldset > .legend {
    font-size: 21px; } }

.customer-account-login .login-container label.label {
  color: #293035;
  font-weight: 500; }
  .customer-account-login .login-container label.label:after {
    display: none; }

.customer-account-login .login-container .actions-toolbar {
  margin-top: 48px;
  margin-left: 0 !important; }

div.login-container {
  margin: 0; }
  div.login-container .block .block-title {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: .3em; }

@media screen and (min-width: 768px) {
  .customer-account-login .page-title {
    margin-top: 1.15em;
    margin-bottom: 1em; }
  .login-container .block .block-title {
    font-size: 21px; } }

body.account.page-layout-2columns-left .page.messages {
  margin-bottom: 30px; }

body.account.page-layout-2columns-left .page-title-wrapper h1.page-title {
  margin-top: 0; }

body.account.page-layout-2columns-left .sidebar-main {
  margin-bottom: 30px; }

@media (min-width: 768px) and (max-width: 990px) {
  body.account.page-layout-2columns-left #maincontent > .columns {
    flex-direction: row-reverse;
    justify-content: space-between; }
    body.account.page-layout-2columns-left #maincontent > .columns .column.main {
      width: 66.66%;
      flex-grow: initial; }
    body.account.page-layout-2columns-left #maincontent > .columns .sidebar-main {
      width: 30%;
      flex-basis: 30%;
      flex-grow: initial; }
      body.account.page-layout-2columns-left #maincontent > .columns .sidebar-main .block-collapsible-nav-title {
        display: none; }
    body.account.page-layout-2columns-left #maincontent > .columns::after {
      display: none; } }

body.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px; }
  body.account .column.main .block:not(.widget) .block-title > strong {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 22px;
    font-weight: 500; }

body.account .block-collapsible-nav .content {
  background: #f9f9f9;
  border: none; }
  body.account .block-collapsible-nav .content .item.current a, body.account .block-collapsible-nav .content .item.current > strong {
    border-color: #002f87;
    color: #fff;
    font-weight: 600;
    background-color: #002f87; }
  body.account .block-collapsible-nav .content .item a {
    color: #000; }
  body.account .block-collapsible-nav .content .item a, body.account .block-collapsible-nav .content .item strong {
    padding-top: 10px;
    padding-bottom: 10px; }
  body.account .block-collapsible-nav .content .item .delimiter {
    border-color: #e6e6e6; }

@media (min-width: 768px) {
  body.account .block-collapsible-nav .content {
    border-radius: 8px;
    border: 1px solid #ddd; } }

@media (max-width: 767px) {
  body.account .block-collapsible-nav {
    top: -30px; }
    body.account .block-collapsible-nav .title {
      background-color: #f9f9f9;
      border-top: none;
      border-color: #e6e6e6;
      padding-top: 14px;
      padding-bottom: 14px; }
      body.account .block-collapsible-nav .title strong {
        font-size: 20px;
        font-weight: 500;
        font-family: "PT Sans Narrow", sans-serif; }
      body.account .block-collapsible-nav .title::after {
        bottom: 0;
        line-height: 62px;
        font-size: 36px;
        top: -3px; }
      body.account .block-collapsible-nav .title.active::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(23, 23, 23, 0.7);
        z-index: -1; }
    body.account .block-collapsible-nav .content {
      border: none;
      display: block;
      transform-origin: center top 0;
      transform: scaleY(0);
      visibility: hidden;
      position: absolute;
      left: 0;
      right: 0;
      transition: 300ms ease-in-out; }
      body.account .block-collapsible-nav .content.active {
        transform: scaleY(1);
        visibility: visible; } }

@media (max-width: 767px) {
  body.account #maincontent {
    padding-top: 50px; } }

.customer-address-index .block-addresses-list .table-wrapper {
  margin-top: -16px; }

.customer-account-login .login-container .block .block-title {
  padding-bottom: .5em;
  margin-bottom: .5em; }

.login-container .block-customer-login, .login-container .block-new-customer {
  width: 100%; }

@media all and (max-width: 768px) {
  .login-container .block-customer-login .fieldset.login .note {
    margin-bottom: 1em; }
  .login-container .block-customer-login form .actions-toolbar .secondary {
    margin-top: .7em; } }

@media all and (min-width: 768px) and (max-width: 991px) {
  .login-container .block-customer-login, .login-container .block-new-customer {
    width: 50%;
    float: left; } }

@media screen and (min-width: 992px) {
  .login-container .block-customer-login, .login-container .block-new-customer {
    width: 33.33333%; } }

.account .column.main .block:not(.widget) .block-title > .action {
  font-size: 14px;
  color: #002f87;
  text-decoration: none; }
  .account .column.main .block:not(.widget) .block-title > .action:hover, .account .column.main .block:not(.widget) .block-title > .action:focus, .account .column.main .block:not(.widget) .block-title > .action:active, .account .column.main .block:not(.widget) .block-title > .action.active, .account .column.main .block:not(.widget) .block-title > .action.is-active {
    text-decoration: underline; }

.account .column.main .block:not(.widget) .box-title {
  font-size: 18px;
  font-weight: 500; }
  .account .column.main .block:not(.widget) .box-title a {
    font-size: 14px;
    color: #002f87;
    text-decoration: none; }
    .account .column.main .block:not(.widget) .box-title a:hover, .account .column.main .block:not(.widget) .box-title a:focus, .account .column.main .block:not(.widget) .box-title a:active, .account .column.main .block:not(.widget) .box-title a.active, .account .column.main .block:not(.widget) .box-title a.is-active {
      text-decoration: underline; }

.account .column.main .block:not(.widget) .block-content .box .box-title span {
  font-size: 16px;
  font-weight: normal; }

.account .column.main .block:not(.widget) .block-content .box .box-actions a {
  font-size: 14px;
  color: #002f87;
  padding: 5px;
  text-decoration: none; }
  .account .column.main .block:not(.widget) .block-content .box .box-actions a:hover, .account .column.main .block:not(.widget) .block-content .box .box-actions a:focus, .account .column.main .block:not(.widget) .block-content .box .box-actions a:active, .account .column.main .block:not(.widget) .block-content .box .box-actions a.active, .account .column.main .block:not(.widget) .block-content .box .box-actions a.is-active {
    text-decoration: underline; }

.account .column.main .block:not(.widget) .block-title > strong {
  font-size: 18px; }

@media screen and (min-width: 768px) {
  .account .column.main .block:not(.widget) .box-title {
    font-size: 21px; }
  .account .column.main .block:not(.widget) .block-content .box .box-title span {
    font-size: 18px; }
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 22px; } }

.column:not(.sidebar-additional) .form-address-edit .fieldset > .legend,
.form-edit-account .fieldset > .legend {
  font-size: 22px;
  margin-bottom: .5em; }

.column:not(.sidebar-additional) .form-address-edit .fieldset > .legend {
  margin-bottom: .5em; }

.column:not(.sidebar-additional) .form-address-edit .actions-toolbar {
  margin: 0; }
  .column:not(.sidebar-additional) .form-address-edit .actions-toolbar > .primary {
    float: left; }
    .column:not(.sidebar-additional) .form-address-edit .actions-toolbar > .primary button {
      font-size: 18px;
      line-height: 1.4;
      padding: 14px 30px; }
  .column:not(.sidebar-additional) .form-address-edit .actions-toolbar .secondary {
    float: left; }

.form-edit-account .fieldset > .field {
  margin: 0; }

.form-newsletter-manage .fieldset {
  margin-bottom: 10px; }
  .form-newsletter-manage .fieldset > .field {
    margin-bottom: 0; }

.form-newsletter-manage .actions-toolbar .primary {
  float: left; }

.form-newsletter-manage .actions-toolbar .secondary {
  float: left; }

.form.create.account .choice.newsletter + .choice,
.form.create.account #assistance_allowed_checkbox,
.form.create.account label[for="assistance_allowed_checkbox"],
.form.create.account input[name="assistance_allowed"] + .field-tooltip {
  display: none; }

.account-nav .item a {
  color: #727272;
  border: 0; }
  .account-nav .item a:hover, .account-nav .item a:focus, .account-nav .item a:active, .account-nav .item a.active, .account-nav .item a.is-active {
    border: 0;
    color: #293035;
    background: none;
    text-decoration: underline; }

.account-nav .item.current strong {
  border: 0; }

.account-nav .item .delimiter {
  margin: 1.5em 0;
  border-top: 1px solid #dadada; }

.search .amsearch-loupe {
  margin: 0;
  top: 7px;
  left: 7px;
  width: 22px;
  height: 22px;
  background: url(../images/icons/search.svg) no-repeat center center/22px;
  opacity: .5; }

.amsearch-close {
  background: url(../images/icons/cross.svg) no-repeat center center/22px;
  padding: 7px;
  right: 7px;
  height: 16px;
  width: 16px;
  margin: 0;
  top: 10px; }

.for-professionals .amsearch-close {
  background: url(../images/icons/cross-grey.svg) no-repeat center center/22px;
  filter: none; }

.for-professionals .block-search .label.active + .control input[type=text] {
  color: #fff !important; }

.for-professionals.has-hero .block-search .label.active + .control input[type=text] {
  color: #fff !important; }

.for-professionals .block-search .label.active + .control input[type=text],
.for-professionals.scrolling .block-search .label.active + .control input[type=text],
.for-professionals.has-hero.scrolling .block-search .label.active + .control input[type=text] {
  background-color: #2B2B2B; }

.for-industry .amsearch-close {
  background: url(../images/icons/cross-white.svg) no-repeat center center/22px;
  filter: none; }

.for-industry .search .amsearch-loupe {
  background: url(../images/icons/search-white.svg) no-repeat center center/22px; }

.for-industry.has-hero .block-search .label.active + .control input[type=text] {
  color: #fff !important; }

.for-industry.has-hero.scrolling .block-search .label.active + .control input[type=text] {
  background-color: #727272; }

.page-header .amsearch-form-container .input-text:focus {
  box-shadow: none;
  border: 1px solid #727272; }

@media screen and (min-width: 768px) {
  .page-header .container .search-autocomplete {
    margin-top: 5px; }
  .page-header .container .amasty-xsearch-loader {
    margin: 0;
    top: 13px; }
  .header-right .block-search .block-content {
    height: 72px; } }

@media all and (max-width: 767px) {
  .page-header .container .amsearch-form-container .search-autocomplete {
    width: calc(100% - 28px) !important;
    margin-top: 48px;
    left: 16px; } }

@media all and (max-width: 767px) {
  .page-header .container .amsearch-form-container .search-autocomplete {
    left: 0; } }

@media all and (max-width: 680px) {
  .page-header .container .amsearch-form-container .search-autocomplete {
    width: calc(100% - 28px) !important; } }

@media screen and (min-width: 993px) {
  #search_mini_form .search-autocomplete {
    left: -15px;
    min-width: 100%;
    right: auto; }
    #search_mini_form .search-autocomplete .amsearch-leftside {
      min-width: 275px; }
  #search_mini_form .amsearch-results {
    left: auto; }
  #search_mini_form .amsearch-wrapper-input {
    left: auto;
    max-width: 275px; } }

.page-header .amsearch-products-section .product-item [data-role='priceBox'] {
  padding: 0; }
  .page-header .amsearch-products-section .product-item [data-role='priceBox'] p, .page-header .amsearch-products-section .product-item [data-role='priceBox'] span {
    flex-basis: auto;
    padding: 0; }

.page-header .search-autocomplete {
  display: flex;
  width: 358px;
  max-width: 100vw;
  left: -15px;
  min-width: 100%;
  right: auto;
  top: calc(100% + 90px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 148px);
  overflow-y: auto; }
  @media (max-width: 992px) {
    .page-header .search-autocomplete .amsearch-products-section {
      order: 1;
      border-top: 0;
      border-bottom: 1px solid #dfdfdf; }
      .page-header .search-autocomplete .amsearch-products-section .amsearch-block-header {
        padding-bottom: 5px; }
    .page-header .search-autocomplete .amsearch-items-section {
      order: 2;
      display: block; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .page-header .search-autocomplete {
      left: -50px;
      top: calc(100% + 24px); } }
  @media (max-width: 767px) {
    .page-header .search-autocomplete {
      width: 100%;
      top: calc(100% + 34px);
      max-height: calc(100vh - 208px);
      left: 0; } }
  .page-header .search-autocomplete ul li {
    padding: 0; }
  .page-header .search-autocomplete .amsearch-highlight, .page-header .search-autocomplete .amsearch-products-section .amsearch-link {
    color: #2a2a2a; }
  .page-header .search-autocomplete .amsearch-products-section {
    height: auto;
    padding: 25px 0 15px; }
    .page-header .search-autocomplete .amsearch-products-section .amsearch-block-header {
      padding-bottom: 10px; }
  .page-header .search-autocomplete .amsearch-product-list {
    width: 100%; }
    .page-header .search-autocomplete .amsearch-product-list .amsearch-item {
      display: flex;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5px 15px 15px;
      width: 33.33333333%;
      max-width: none; }
      .page-header .search-autocomplete .amsearch-product-list .amsearch-item .product-image-wrapper {
        border: none; }
      .page-header .search-autocomplete .amsearch-product-list .amsearch-item .product-item-link {
        flex: 1;
        padding: 0; }
      .page-header .search-autocomplete .amsearch-product-list .amsearch-item .product-item-details {
        flex-grow: 1;
        margin-top: 6px;
        padding-left: 0; }
        .page-header .search-autocomplete .amsearch-product-list .amsearch-item .product-item-details .product-item-actions .actions-secondary {
          display: none; }
      @media (max-width: 992px) {
        .page-header .search-autocomplete .amsearch-product-list .amsearch-item {
          width: 100%;
          flex-direction: row; }
          .page-header .search-autocomplete .amsearch-product-list .amsearch-item .product-item-details {
            padding-left: 18px;
            width: calc(60% - 18px); }
            .page-header .search-autocomplete .amsearch-product-list .amsearch-item .product-item-details .product-item-link {
              flex: 0; } }
      @media (max-width: 420px) {
        .page-header .search-autocomplete .amsearch-product-list .amsearch-item {
          padding-bottom: 5px; }
          .page-header .search-autocomplete .amsearch-product-list .amsearch-item .product-item-actions {
            display: none; } }

.page-header .amsearch-input-wrapper {
  min-width: 0; }
  @media (min-width: 768px) and (max-width: 992px) {
    .page-header .amsearch-input-wrapper {
      width: 200px; } }
  .page-header .amsearch-input-wrapper.-typed ~ .search-autocomplete {
    width: 900px; }
    @media (max-width: 992px) {
      .page-header .amsearch-input-wrapper.-typed ~ .search-autocomplete {
        width: calc(100vw - 20px); } }

.amsearch-block-header {
  padding-bottom: 10px; }
  .amsearch-block-header .amsearch-title {
    font-size: 22px;
    font-family: "PT Sans Narrow", sans-serif;
    color: #002f87;
    font-weight: 500;
    text-transform: none;
    border: 0 !important; }
    @media (max-width: 480px) {
      .amsearch-block-header .amsearch-title {
        font-size: 20px; } }

.amsearch-items-section .amsearch-item .amsearch-description {
  display: none; }

.amsearch-items-section .amsearch-item .item-name {
  font-size: 16px;
  color: #293035 !important;
  width: 100%;
  display: inline-block;
  font-weight: normal !important; }
  .amsearch-items-section .amsearch-item .item-name .amsearch-highlight {
    font-weight: normal !important; }

@media (max-width: 992px) {
  .search-autocomplete .amsearch-items-section {
    display: flex; } }

.search-autocomplete .amsearch-items-section div:not([data-click-url]) {
  border-top: 0;
  border-bottom: 0; }
  .search-autocomplete .amsearch-items-section div:not([data-click-url]).popular_searches, .search-autocomplete .amsearch-items-section div:not([data-click-url]).recent_searches {
    border-bottom: 0 !important; }
  .search-autocomplete .amsearch-items-section div:not([data-click-url]).recent_searches {
    padding-bottom: 0; }
  .search-autocomplete .amsearch-items-section div:not([data-click-url]).amasty-xsearch-block-header {
    color: #0b0303; }

.search-autocomplete .amsearch-items-section div.amsearch-leftside-sidebar {
  border: 0 !important;
  padding-bottom: 0; }

.amsearch-items-section .amsearch-item-container:not(.recent_searches) .amsearch-item .item-name {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none; }

.amsearch-item-container.recent_searches {
  padding: 0; }
  .amsearch-item-container.recent_searches .amasty-xsearch-block-header {
    padding: 0 15px;
    border: 0 !important; }
  .amsearch-item-container.recent_searches .amsearch-item {
    border: 0;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    border-radius: 0;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 5px 15px !important; }
    .amsearch-item-container.recent_searches .amsearch-item:hover {
      background: #f4f5fa;
      border-color: #f6f6f6; }

.amsearch-form-container.-large .amsearch-product-list .product-item-details {
  display: flex; }
  .amsearch-form-container.-large .amsearch-product-list .product-item-details .product-item-link {
    height: 100%; }

.amsearch-product-list .product-item-link {
  font-size: 17px;
  font-family: "PT Sans Narrow", sans-serif;
  text-decoration: none;
  color: #002f87 !important; }
  .amsearch-product-list .product-item-link .amsearch-highlight {
    color: #002f87 !important;
    font-weight: 500; }

.amsearch-product-list .price-box .minimal-price-link {
  display: none; }

.amsearch-product-list .price-box .price-container {
  align-items: center; }

.page-header .amsearch-form-block .amsearch-product-list .product-item-link {
  line-height: 1.4;
  margin: 0 0 14px; }

.page-header .amsearch-form-block .amsearch-product-list .amsearch-image {
  padding-bottom: 0; }
  @media (max-width: 992px) {
    .page-header .amsearch-form-block .amsearch-product-list .amsearch-image {
      max-width: 170px;
      width: 40%;
      padding-bottom: 0; } }
  .page-header .amsearch-form-block .amsearch-product-list .amsearch-image .product-image-photo {
    width: 100%;
    font-size: 12px;
    overflow: hidden; }

.page-header .amsearch-form-block .amsearch-product-list .product-item-actions {
  width: 100%; }
  .page-header .amsearch-form-block .amsearch-product-list .product-item-actions .actions-primary {
    display: block;
    width: 100%; }
    .page-header .amsearch-form-block .amsearch-product-list .product-item-actions .actions-primary .action.primary {
      width: 100%;
      font-size: 15px;
      padding: 12px 9px; }
      @media (max-width: 992px) {
        .page-header .amsearch-form-block .amsearch-product-list .product-item-actions .actions-primary .action.primary {
          width: auto;
          padding: 12px 30px; } }

.page-header .amsearch-form-block .amsearch-product-list .price-box {
  margin-bottom: 10px;
  font-family: "PT Sans Narrow", sans-serif; }
  .page-header .amsearch-form-block .amsearch-product-list .price-box .price-container .price-label {
    margin-bottom: 0; }

.amsearch-item .product-item-description,
.amsearch-item .item-description {
  display: none !important; }

.amsearch-item .product-item-actions .actions-primary .stock.unavailable {
  font-size: 15px;
  height: 44px; }

.amsearch-products .amsearch-highlight {
  font-weight: normal !important;
  color: #0b0303;
  background: none;
  padding: 0; }

.amsearch-item-container .amasty-xsearch-block-header {
  font-weight: 800; }

.amsearch-item-container .amsearch-highlight {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #0b0303 !important;
  font-weight: normal; }

.amsearch-product-list button.action.tocart {
  background-image: none; }

.amsearch-item-container.page a.item-name {
  color: #333 !important; }

.amsearch-more-results .amsearch-link {
  color: #333;
  border-color: #333; }
  .amsearch-more-results .amsearch-link:hover, .amsearch-more-results .amsearch-link:focus, .amsearch-more-results .amsearch-link:active, .amsearch-more-results .amsearch-link.active, .amsearch-more-results .amsearch-link.is-active {
    color: #333;
    border-color: transparent; }

.block.filter .amsearch-related-terms .amsearch-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #293035;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 5px;
  padding-right: 20px;
  position: relative;
  cursor: pointer; }
  .block.filter .amsearch-related-terms .amsearch-title:after {
    cursor: pointer;
    position: absolute;
    content: '';
    width: 16px;
    height: 14px;
    right: 0;
    top: 4px;
    background: url("../images/elements/dropdown-arrow.svg") no-repeat center center;
    background-size: 16px; }

.block.filter .amsearch-related-terms.is-active .amsearch-title:after {
  transform: rotate(180deg); }

.block.filter .amsearch-related-terms.is-active a.amsearch-item {
  display: block; }

.block.filter .amsearch-related-terms a.amsearch-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  display: none; }
  .block.filter .amsearch-related-terms a.amsearch-item:hover, .block.filter .amsearch-related-terms a.amsearch-item:focus, .block.filter .amsearch-related-terms a.amsearch-item:active, .block.filter .amsearch-related-terms a.amsearch-item.active, .block.filter .amsearch-related-terms a.amsearch-item.is-active {
    background: none;
    text-decoration: underline; }

@media (max-width: 991px) {
  .amsearch-leftside #amasty-shopby-product-list {
    order: 1;
    flex-basis: 100%;
    width: 100%; }
  .amsearch-leftside .popular_searches {
    order: 2;
    flex-basis: 100%;
    width: 100%; }
  .amsearch-leftside .category {
    order: 3;
    flex-basis: 100%;
    width: 100%; }
  .amsearch-leftside .page {
    order: 4;
    flex-basis: 100%;
    width: 100%; }
  .amsearch-leftside .recent_searches {
    order: 5;
    flex-basis: 100%;
    width: 100%; }
  .amsearch-leftside .price-box .price-container {
    align-items: center; }
  .amsearch-leftside .amsearch-item-container .amsearch-item {
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  .amsearch-product-list button.action.tocart {
    padding: 8px 10px;
    line-height: 1;
    font-size: 14px; }
  .block.filter .amsearch-related-terms .amsearch-title {
    font-size: 16px;
    font-size: 1rem;
    color: #727272; }
    .block.filter .amsearch-related-terms .amsearch-title:after {
      background: url(../images/icons/arrow-grey.svg) no-repeat center center/15px; }
  .block.filter .amsearch-related-terms.is-active .amsearch-title:after {
    transform: rotate(90deg); } }

@media (min-width: 768px) {
  .amsearch-form-container.-opened .amsearch-leftside .recent_searches {
    padding: 0; }
  .amsearch-form-container.-opened .amsearch-leftside .amsearch-item {
    padding: 5px 15px; } }

.no-results-header {
  padding: 40px 20px 0;
  background: none; }
  @media screen and (min-width: 1200px) {
    .no-results-header {
      padding: 0; } }
  .no-results-header h2 {
    line-height: 1.25;
    margin-bottom: 1rem;
    font-size: 1.6rem; }
    @media screen and (min-width: 580px) {
      .no-results-header h2 {
        font-size: 2rem; } }
    @media screen and (min-width: 1200px) {
      .no-results-header h2 {
        font-size: 2.5rem; } }
  .no-results-header p, .no-results-header .cms-home .prismic p, .cms-home .prismic .no-results-header p, .no-results-header .for-industry .prismic p, .for-industry .prismic .no-results-header p, .no-results-header .for-professionals .prismic p, .for-professionals .prismic .no-results-header p {
    font-size: 1.1rem; }
    @media screen and (min-width: 1200px) {
      .no-results-header p, .no-results-header .cms-home .prismic p, .cms-home .prismic .no-results-header p, .no-results-header .for-industry .prismic p, .for-industry .prismic .no-results-header p, .no-results-header .for-professionals .prismic p, .for-professionals .prismic .no-results-header p {
        font-size: 1.5rem; } }

.search-no-results-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 20px; }
  @media screen and (min-width: 580px) {
    .search-no-results-wrapper {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .search-no-results-wrapper {
      padding: 20px 0; } }
  @media screen and (min-width: 1200px) {
    .search-no-results-wrapper {
      flex-direction: row;
      gap: 30px;
      padding: 30px 0; } }
  .search-no-results-wrapper > a.search-no-results-card {
    text-align: center;
    text-decoration: none;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    aspect-ratio: calc(3/2); }
    @media screen and (max-width: 579px) {
      .search-no-results-wrapper > a.search-no-results-card {
        position: relative;
        padding-bottom: 66.66667%; } }
    @media screen and (min-width: 580px) {
      .search-no-results-wrapper > a.search-no-results-card {
        flex-basis: calc(50% - 10px); } }
    @media screen and (min-width: 1200px) {
      .search-no-results-wrapper > a.search-no-results-card {
        flex-basis: calc(25% - 22.5px); } }
    .search-no-results-wrapper > a.search-no-results-card > span {
      background: white;
      display: block;
      position: relative;
      top: 50%;
      padding: 16px 35px 12px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2rem;
      margin: 0 auto;
      transform: translateY(-50%);
      text-align: center;
      white-space: nowrap; }
      @media screen and (max-width: 579px) {
        .search-no-results-wrapper > a.search-no-results-card > span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 300px;
          max-width: 200px; } }
      @media screen and (min-width: 375px) {
        .search-no-results-wrapper > a.search-no-results-card > span {
          font-size: 1.4rem;
          max-width: 300px; } }
      @media screen and (min-width: 580px) {
        .search-no-results-wrapper > a.search-no-results-card > span {
          font-size: 1.2rem;
          max-width: 200px; } }
      @media screen and (min-width: 768px) {
        .search-no-results-wrapper > a.search-no-results-card > span {
          font-size: 1.4rem;
          max-width: 300px; } }
      @media screen and (min-width: 992px) {
        .search-no-results-wrapper > a.search-no-results-card > span {
          flex-basis: calc(25% - 15px);
          font-size: 1.1rem;
          max-width: 200px; } }
      @media screen and (min-width: 1200px) {
        .search-no-results-wrapper > a.search-no-results-card > span {
          font-size: 1.3rem;
          max-width: 240px; } }
      @media screen and (min-width: 1280px) {
        .search-no-results-wrapper > a.search-no-results-card > span {
          max-width: 260px; } }

.trade-notice {
  padding: 20px 20px;
  background: white; }
  @media screen and (min-width: 580px) {
    .trade-notice {
      padding: 20px 50px; } }
  .trade-notice h3 {
    color: black;
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 580px) {
      .trade-notice h3 {
        font-size: 2rem; } }
  .trade-notice p, .trade-notice .cms-home .prismic p, .cms-home .prismic .trade-notice p, .trade-notice .for-industry .prismic p, .for-industry .prismic .trade-notice p, .trade-notice .for-professionals .prismic p, .for-professionals .prismic .trade-notice p {
    font-size: 1.1rem; }
    @media screen and (min-width: 375px) {
      .trade-notice p, .trade-notice .cms-home .prismic p, .cms-home .prismic .trade-notice p, .trade-notice .for-industry .prismic p, .for-industry .prismic .trade-notice p, .trade-notice .for-professionals .prismic p, .for-professionals .prismic .trade-notice p {
        font-size: 1.15rem; } }

.modal-slide._show, .modal-popup._show {
  z-index: 99999999 !important; }

.modals-wrapper .modals-overlay {
  z-index: 9999999 !important; }

.pr-cookie-left-bar .pr-cookie-close::before, .pr-cookie-left-bar .pr-cookie-close::after, .pr-cookie-details-modal .pr-cookie-close::before, .pr-cookie-details-modal .pr-cookie-close::after, .pr-cookie-modal .pr-cookie-close::before, .pr-cookie-modal .pr-cookie-close::after {
  width: 22px;
  height: 3px;
  border-radius: 5px;
  background-color: #002f87; }

.modal-slide.pr-cookie-left-bar {
  max-width: 440px; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-description p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #293035; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-category-descrip {
    font-size: 16px;
    color: #293035; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-details {
    color: #002f87;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0; }
  .modal-slide.pr-cookie-left-bar .confirm {
    height: auto;
    width: 100%; }
    .modal-slide.pr-cookie-left-bar .confirm:hover {
      border-width: 2px; }
  @media (max-width: 479px) {
    .modal-slide.pr-cookie-left-bar .pr-actions-buttons {
      display: block; } }
  .modal-slide.pr-cookie-left-bar .pr-actions-buttons .action {
    width: 50%; }
    .modal-slide.pr-cookie-left-bar .pr-actions-buttons .action:hover {
      color: #fff; }
    @media (max-width: 640px) {
      .modal-slide.pr-cookie-left-bar .pr-actions-buttons .action {
        margin-right: 10px; } }
    @media (max-width: 479px) {
      .modal-slide.pr-cookie-left-bar .pr-actions-buttons .action {
        width: 100%; }
        .modal-slide.pr-cookie-left-bar .pr-actions-buttons .action:not(:last-child) {
          margin-bottom: 10px; } }
  .modal-slide.pr-cookie-left-bar .pr-cookie-close {
    padding: 0; }
  .modal-slide.pr-cookie-left-bar #pr-cookie-setting-bar .pr-cookie-manage-title {
    font-size: 24px;
    font-weight: 500; }
  .modal-slide.pr-cookie-left-bar #pr-cookie-setting-bar .option-label {
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    font-size: 16px; }
  .modal-slide.pr-cookie-left-bar #pr-cookie-setting-bar .option-status {
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    font-size: 16px; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-view-top strong {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-left: 14px;
    text-align: right; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-view-top .pr-cookie-view-back {
    padding: 10px 30px; }
    .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-view-top .pr-cookie-view-back::before, .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-view-top .pr-cookie-view-back::after {
      display: none; }
    .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-view-top .pr-cookie-view-back:hover {
      border: 2px solid #002f87; }
      .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-view-top .pr-cookie-view-back:hover > span {
        color: #002f87; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookies-list {
    margin-top: 40px; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-view-title {
    color: #002f87;
    font-weight: 500; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-group {
    font-size: 16px; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-details-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    color: #333; }
  .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-details-info summary span {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 500;
    font-size: 18px; }
    .modal-slide.pr-cookie-left-bar .pr-cookie-view .pr-cookie-details-info summary span::after {
      border-left: 7px solid #386dc3; }

.pr-cookie-modal-bottom .modal-inner-wrap {
  background-color: #fff !important;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .pr-cookie-modal-bottom .modal-inner-wrap {
      padding: 40px 20px; } }
  @media (max-width: 767px) {
    .pr-cookie-modal-bottom .modal-inner-wrap {
      padding: 35px 20px; } }
  .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap {
    max-width: 720px;
    margin: 0 auto;
    display: block;
    font-family: "PT Sans Narrow", sans-serif; }
    .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-title {
      font-size: 26px;
      margin-bottom: 10px; }
    .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-text {
      color: #293035;
      font-size: 18px;
      margin-bottom: 20px; }
      .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-text p {
        color: #293035;
        font-size: 18px; }
      @media (max-width: 640px) {
        .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-text {
          font-size: 16px; }
          .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-text p {
            font-size: 16px; } }
    .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions button#btn-cookie-allow:after {
      position: absolute;
      content: 'Accept and close';
      display: block;
      color: #000;
      top: 44px;
      right: 10px;
      padding-right: 20px;
      font-weight: 400;
      background-image: url(../images/icons/close-thick-dark.svg);
      background-repeat: no-repeat;
      background-position: right 70%;
      background-size: 12px;
      filter: opacity(0.25);
      transition: 0.3s filter; }
    .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions button#btn-cookie-allow:hover:after {
      filter: opacity(1); }
    .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions .action.primary {
      width: 50%;
      position: static; }
      @media (max-width: 479px) {
        .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions .action.primary {
          width: 100%; }
          .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions .action.primary:not(:last-child) {
            margin-bottom: 10px; } }
      @media (min-width: 480px) {
        .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions .action.primary:last-child {
          margin-right: 20px; } }
      .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions .action.primary.setting-link {
        border-radius: 50px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        font-family: "PT Sans Narrow", sans-serif;
        border: 2px solid #54565a;
        color: #54565a;
        padding: 12px 30px;
        text-decoration: none; }
        .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions .action.primary.setting-link span {
          color: #54565a; }
        .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions .action.primary.setting-link:hover {
          border-color: #002f87; }
          .pr-cookie-modal-bottom .modal-inner-wrap .pr-cookie-notice-wrap .pr-cookie-notice-actions .action.primary.setting-link:hover > span {
            color: #002f87; }

.footer-menu-container ul {
  list-style: none;
  padding: 0; }

.footer-menu-container li {
  font-size: 15px;
  font-weight: 500;
  margin: 0; }
  .footer-menu-container li:first-child a {
    padding-top: 0; }

.footer-menu-container a {
  color: #929292;
  text-decoration: none;
  padding: 4px 0;
  display: inline-block;
  width: 100%; }
  .footer-menu-container a:hover, .footer-menu-container a:focus, .footer-menu-container a:active, .footer-menu-container a.active, .footer-menu-container a.is-active {
    text-decoration: underline;
    color: #fff; }

.menu-container {
  --menu-border-color: #c3c3c3;
  --menu-mobile-offset: 84px;
  --menu-mobile-top-padding: 24px 66px 20px 24px;
  --menu-mobile-child-padding: 17px 24px 12px;
  --menu-mobile-top-font-size: 19px;
  --menu-mobile-child-font-size: 16px;
  --menu-mobile-arrow-right: 24px;
  --menu-swatches-gap: 16px;
  height: 100%;
  position: static; }
  .menu-container > nav {
    height: 100%; }
  .menu-container .__list,
  .menu-container .menu__list,
  .menu-container .__inner-list,
  .menu-container .menu__inner-list {
    padding: 0; }
  .menu-container .__item,
  .menu-container .menu__item,
  .menu-container .__inner-item,
  .menu-container .menu__inner-item {
    position: relative;
    margin: 0; }
  .menu-container ul > li,
  .menu-container ol > li {
    margin: 0; }
  .menu-container .container {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  .menu-container .__link,
  .menu-container .menu__link,
  .menu-container .__inner-link,
  .menu-container .menu__inner-link {
    text-decoration: none;
    color: #293035;
    display: block; }
  .menu-container .__inner-list--level2 > .__inner-item:not(.swatches) > .__inner-link {
    display: block;
    width: 100%; }
  .menu-container div.__inner-link:empty {
    display: none !important; }
  .menu-container .menu__inner-link:empty {
    display: none; }
  .menu-container .__inner-item.column.swatches > .__inner-list--level3 > .__inner-item {
    display: flex;
    align-items: center;
    gap: var(--menu-swatches-gap); }
  .menu-container .__inner-item.column.swatches > .__inner-list--level3 > .__inner-item > .__inner-link {
    order: 2;
    flex: 1 1 auto;
    min-width: 0; }
  .menu-container .__inner-item.column.swatches > .__inner-list--level3 > .__inner-item > img {
    order: 1;
    display: inline-block;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border: 1px solid #0e0404;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    margin: 0; }
  .menu-container .menu__inner-item--all {
    display: none !important; }
  .menu-container .menu-image-card h3,
  .menu-container .__inner-item.menu-image-card h3 {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #002f87;
    margin-top: 0;
    margin-bottom: 14px; }
  .menu-container .menu-image-card h3 > a,
  .menu-container .__inner-item.menu-image-card h3 > a {
    color: inherit;
    font: inherit;
    text-decoration: none; }
  .menu-container .__item.my-colour-link > img,
  .menu-container .menu__item.my-colour-link > img {
    display: none;
    height: 20px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    top: -20px;
    width: 32px; }
  .menu-container .__mobile,
  .menu-container .menu__mobile,
  .menu-container .__mobile-bg,
  .menu-container .menu__mobile-bg {
    display: none !important; }
  .menu-container > .sections.nav-sections {
    display: none !important; }

@media screen and (max-width: 992px) {
  .menu-container .desktop-only {
    display: none !important; } }

@media screen and (min-width: 993px) {
  .menu-container .mobile-only {
    display: none !important; } }

@media screen and (min-width: 993px) {
  .menu-container .__inner-link:hover,
  .menu-container .menu__inner-link:hover {
    color: #002f87; }
  .menu-container .go-back-link {
    display: none !important; }
  .menu-container .__list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .menu-container .__list .__item {
      height: 100%;
      display: flex;
      align-items: center;
      position: static;
      margin: 0; }
      .menu-container .__list .__item:hover .__inner-list--level1 {
        transform: scaleY(1);
        visibility: visible;
        pointer-events: auto; }
      .menu-container .__list .__item.active .__inner-list--level1 {
        transform: scaleY(1);
        visibility: visible;
        pointer-events: auto; }
    .menu-container .__list .__inner-list--level1 {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: auto;
      max-width: none;
      box-sizing: border-box;
      background: #fff;
      border-top: 1px solid #000;
      box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05);
      padding: 58px 0;
      padding-left: 0;
      padding-right: 0;
      max-height: calc(100vh - 230px);
      overflow-y: auto;
      transform-origin: center top 0;
      transform: scaleY(0);
      visibility: hidden;
      pointer-events: none;
      transition: 0.2s ease-in-out;
      z-index: 900; }
    .menu-container .__list .__link {
      color: #002f87;
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1;
      font-weight: 600;
      text-transform: none;
      text-decoration: none;
      background: none;
      line-height: 1;
      padding: 15px 24px;
      height: auto;
      display: inline-block;
      align-items: center;
      position: relative; }
      .menu-container .__list .__link:empty::before {
        content: "More..."; }
      .menu-container .__list .__link::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        background-color: #002f87;
        bottom: 0;
        width: 0;
        transition: 0.2s ease-in-out; }
    .menu-container .__list .my-colour-link {
      height: 100%;
      display: flex;
      align-items: center; }
      .menu-container .__list .my-colour-link .menu__link {
        width: 89px;
        min-height: 38px;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        position: relative; }
        .menu-container .__list .my-colour-link .menu__link::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          height: 10px; }
      .menu-container .__list .my-colour-link img {
        height: auto;
        width: 89px;
        left: auto;
        position: relative;
        margin-left: -89px;
        display: block;
        top: 0;
        pointer-events: none; }
  .menu-container .column.swatches {
    flex: 0 0 56%; }
  .menu-container .swatches > .menu__inner-link {
    display: none; }
  .menu-container .swatches .menu__inner-list--level4 {
    -moz-column-count: 3;
         column-count: 3; }
  .menu-container .swatches img {
    position: static;
    left: auto;
    top: auto;
    margin-left: 0;
    display: inline-block !important;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    margin-right: 16px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    -o-object-fit: cover;
       object-fit: cover; }
  .menu-container .swatches .menu__inner-item--level4 {
    display: flex;
    align-items: center; }
  .menu-container .swatches img {
    order: 1;
    flex: 0 0 auto; }
  .menu-container .swatches .menu__inner-link {
    order: 2;
    flex: 1 1 auto; }
  .menu-container .links {
    flex: 0 0 21%; }
  .menu-container .links > .menu__inner-link {
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .menu-container .links .menu__inner-list .menu__inner-link {
    font-family: "Fira Sans", sans-serif;
    text-transform: none; }
  .menu-container .menu-image-card {
    padding-left: 20px;
    flex: 0 0 24%; }
  .menu-container .menu__list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    .menu-container .menu__list .menu__item.professionals,
    .menu-container .menu__list .menu__item.store-finder-link {
      display: none; }
    .menu-container .menu__list .menu__item {
      height: 100%;
      display: flex;
      align-items: center;
      position: static; }
      .menu-container .menu__list .menu__item .menu__link {
        color: #002f87;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
        font-weight: 600;
        text-transform: none;
        text-decoration: none;
        background: none;
        line-height: 1;
        padding: 15px 24px;
        height: 100%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        position: relative; }
      .menu-container .menu__list .menu__item .menu__link::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        background-color: #002f87;
        bottom: 0;
        width: 0;
        transition: 0.2s ease-in-out; }
      .menu-container .menu__list .menu__item .menu__link:hover {
        color: #727272 !important;
        background: none;
        text-decoration: none; }
      .menu-container .menu__list .menu__item .menu__inner-list--level1 {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: auto;
        max-width: none;
        box-sizing: border-box;
        background: #fff;
        border-top: 1px solid #000;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05);
        padding: 58px 0;
        max-height: calc(100vh - 230px);
        overflow-y: auto;
        transform-origin: center top 0;
        transform: scaleY(0);
        visibility: hidden;
        pointer-events: none;
        transition: 0.2s ease-in-out;
        z-index: 900; }
      .menu-container .menu__list .menu__item:hover .menu__inner-list--level1,
      .menu-container .menu__list .menu__item.active .menu__inner-list--level1 {
        transform: scaleY(1);
        visibility: visible;
        pointer-events: auto; }
    .menu-container .menu__list .menu__link:after {
      width: calc(100% - 48px); }
    .menu-container .menu__list .menu__item:hover .menu__link:after {
      width: calc(100% - 24px); }
    .menu-container .menu__list .my-colour-link {
      margin-left: 24px;
      margin-right: 24px;
      height: 50px;
      display: flex;
      align-items: center; }
      .menu-container .menu__list .my-colour-link:hover > .menu__inner-list--level1,
      .menu-container .menu__list .my-colour-link.active > .menu__inner-list--level1,
      .menu-container .menu__list .my-colour-link.-open > .menu__inner-list--level1,
      .menu-container .menu__list .my-colour-link.menu__item--open > .menu__inner-list--level1 {
        transform: scaleY(1);
        visibility: visible;
        pointer-events: auto; }
      .menu-container .menu__list .my-colour-link .menu__link {
        width: 89px;
        height: 50px;
        display: flex;
        align-items: center;
        align-self: stretch;
        justify-content: center;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: visible; }
        .menu-container .menu__list .my-colour-link .menu__link::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          height: 12px; }
      .menu-container .menu__list .my-colour-link > img {
        display: block !important;
        height: auto;
        width: 89px;
        left: auto;
        position: relative;
        margin-left: -89px;
        top: 0;
        pointer-events: none; }
  .menu-container .menu__inner-list--level1 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1340px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box; }
  .menu-container .menu__inner-link:empty {
    display: none; }
  .menu-container .menu__inner-list--level2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    position: static;
    min-width: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0; }
  .menu-container .column {
    flex: 1 1 0;
    min-width: 0;
    margin: 0; }
  .menu-container .menu__inner-item {
    margin: 0 0 16px; }
  .menu-container .menu__inner-item--level3 > .menu__inner-link {
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px; } }

@media screen and (max-width: 992px) {
  .nav-open .nav-toggle:after {
    display: none; }
  .menu-container .sections.nav-sections {
    display: none; }
  .menu-container .menu__mobile {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 24px;
    cursor: pointer; }
  .menu-container > .menu__mobile .menu__mobile-icon,
  .menu-container > .menu__mobile .__mobile-icon {
    width: 24px;
    height: 24px;
    display: block;
    fill: #222; }
  .menu-container > nav {
    position: absolute;
    top: var(--menu-mobile-offset);
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - var(--menu-mobile-offset));
    max-height: calc(100vh - var(--menu-mobile-offset));
    background: #fff;
    overflow: hidden;
    z-index: 700;
    transition: 300ms ease-in-out;
    transform-origin: center top 0;
    transform: scaleY(0);
    visibility: hidden;
    padding-bottom: 0; }
  .menu-container .menu__mobile-bg {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 699; }
  .menu-container > nav > .menu__list {
    height: 100%;
    overflow-y: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative; }
  .menu-container > nav > .menu__list > .menu__item {
    position: static;
    border-top: 1px solid var(--menu-border-color); }
  .menu-container .menu__link {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #002f87;
    padding: 18px 0;
    position: relative;
    text-transform: none; }
  .menu-container .store-finder-link .menu__link {
    text-transform: uppercase;
    font-size: 14px; }
  .menu-container .store-finder-link {
    display: flex;
    align-items: center;
    gap: 10px; }
    .menu-container .store-finder-link img {
      order: 1;
      height: 18px;
      width: auto;
      flex: 0 0 auto; }
    .menu-container .store-finder-link .menu__link {
      order: 2; }
  .menu-container > nav > .menu__list > .menu__item--parent > .menu__link::after,
  .menu-container .menu__inner-item--parent > .menu__inner-link::after,
  .menu-container .go-back-link .menu__inner-link:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url("../images/icons/arrow-down-blue.svg");
    background-size: cover; }
  .menu-container > nav > .menu__list > .menu__item--parent > .menu__link::after {
    top: 50%;
    right: 0;
    transform: translateY(-7px) rotate(270deg); }
  .menu-container > nav > .menu__list > .menu__item > .menu__inner-list--level1 {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px 170px;
    box-sizing: border-box;
    background: #fff;
    border-top: 0;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 300ms ease-in-out, visibility 300ms ease-in-out;
    z-index: 2; }
  .menu-container > nav > .menu__list > .menu__item.mobile-panel-open > .menu__inner-list--level1 {
    transform: translateX(0);
    visibility: visible; }
  .menu-container.mobile-submenu-active > nav > .menu__list {
    overflow: hidden; }
  .menu-container .go-back-link {
    margin-bottom: 20px; }
  .menu-container .go-back-link .menu__inner-link {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #002f87;
    padding: 18px 0 18px 22px;
    position: relative; }
  .menu-container .mobile-panel-title {
    border-bottom: 1px solid #c3c3c3; }
    .menu-container .mobile-panel-title a {
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 20px;
      font-weight: 600;
      text-transform: none;
      color: #54565a;
      padding: 10px 0 24px; }
  .menu-container .go-back-link .menu__inner-link:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg); }
  .menu-container .menu__inner-item--level3 > .menu__inner-link {
    padding: 19px 0;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    position: relative;
    line-height: 1.4; }
  .menu-container .menu__inner-item--parent > .menu__inner-link::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-7px) rotate(0deg); }
  .menu-container > nav .mobile-panel-open .menu__inner-item--parent:is(
  .active,
  .-open,
  .menu__inner-item--open) > .menu__inner-list {
    display: block !important; }
  .menu-container > nav .mobile-panel-open .menu__inner-item--parent:is(
  .active,
  .-open,
  .menu__inner-item--open) > .menu__inner-link::after,
  .menu-container > nav .mobile-panel-open .menu__inner-item--parent > .menu__inner-link.active::after {
    transform: translateY(-7px) rotate(180deg); }
  .menu-container .menu__inner-item--level4 .menu__inner-link {
    padding: 6px 0 6px 20px;
    font-family: "Fira Sans", sans-serif;
    text-transform: none; }
  .menu-container .menu__inner-item--level3 {
    border-bottom: 1px solid #c3c3c3; }
  .menu-container .menu__inner-item.container > .menu__inner-list--level2 {
    display: block; }
  .menu-container .swatches {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c3c3c3; }
    .menu-container .swatches.menu__inner-item--parent > .menu__inner-link::after,
    .menu-container .swatches > .menu__inner-link {
      display: none; }
    .menu-container .swatches .menu__inner-list--level4 {
      display: none;
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 12px;
           column-gap: 12px;
      padding-top: 20px; }
    .menu-container .swatches .menu__inner-item {
      border-bottom: none; }
    .menu-container .swatches .menu__inner-list .menu__inner-link {
      padding: 0;
      font-family: "Fira Sans", sans-serif;
      text-transform: none; }
    .menu-container .swatches .menu__inner-item--level4 {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 12px; }
    .menu-container .swatches img {
      order: -1;
      position: static;
      left: auto;
      top: auto;
      margin-left: 0;
      display: inline-block !important;
      border: 1px solid #cfcfcf;
      border-radius: 50%;
      margin-right: 16px;
      width: 44px;
      height: 44px;
      min-width: 44px;
      overflow: hidden;
      padding: 5px;
      box-sizing: border-box;
      -o-object-fit: cover;
         object-fit: cover; }
    .menu-container .swatches .colour-swatches-container > .menu__inner-link {
      font-family: "PT Sans Narrow", sans-serif;
      text-transform: uppercase; }
  .menu-container .active > .menu__inner-link {
    color: #002f87; }
  .menu-container .links > .menu__inner-link {
    display: none; }
  .menu-container .menu-image-card {
    padding-top: 20px; }
  .menu-container .my-colour-link > img {
    display: none; }
  .menu-container .menu__inner-list--level4 {
    display: none;
    padding-bottom: 15px; }
  html.nav-open .menu-container > nav,
  html.nav-before-open .menu-container > nav {
    transform: scaleY(1);
    visibility: visible; }
  html.nav-open .menu-container .menu__mobile-bg,
  html.nav-before-open .menu-container .menu__mobile-bg {
    display: block; }
  html.nav-open body,
  html.nav-open .page-wrapper,
  html.nav-before-open body,
  html.nav-before-open .page-wrapper {
    left: auto;
    margin-left: 0;
    transform: none; } }

/* The account icon link on mobile */
@media screen and (max-width: 992px) {
  .sections.nav-sections .link.account a {
    color: #293035;
    text-decoration: none;
    padding: 31px 24px 27px 24px;
    display: block;
    font-size: 20px; }
    .sections.nav-sections .link.account a:before {
      background: #727272;
      content: '';
      display: inline-block;
      -webkit-mask: url(../images/icons/user.svg) no-repeat center center/24px 22px;
              mask: url(../images/icons/user.svg) no-repeat center center/24px 22px;
      width: 24px;
      height: 22px;
      margin-right: 15px;
      vertical-align: top; } }

@media screen and (max-width: -1px) {
  .hidden-xxs-down {
    display: none !important; } }

.hidden-xxs-up {
  display: none !important; }

@media screen and (max-width: 767px) {
  .hidden-xs-down {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hidden-xs-up {
    display: none !important; } }

@media screen and (max-width: 839px) {
  .hidden-sm-down {
    display: none !important; } }

@media screen and (min-width: 840px) {
  .hidden-sm-up {
    display: none !important; } }

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .hidden-md-up {
    display: none !important; } }

@media screen and (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important; } }

@media screen and (max-width: 1279px) {
  .hidden-xl-down {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important; } }

/*
TEST
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px; }
  @media screen and (min-width: 992px) {
    .container {
      padding-left: 12px;
      padding-right: 12px; } }
  .container--fluid {
    margin: 0;
    max-width: 100%; }

.row {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 992px) {
    .row {
      margin-right: -12px;
      margin-left: -12px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

div[class^="col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

.col-xxs-1 {
  flex-basis: 4.16667%; }

.col-xxs-offset-1 {
  margin-left: 4.16667%; }

.col-xxs-2 {
  flex-basis: 8.33333%; }

.col-xxs-offset-2 {
  margin-left: 8.33333%; }

.col-xxs-3 {
  flex-basis: 12.5%; }

.col-xxs-offset-3 {
  margin-left: 12.5%; }

.col-xxs-4 {
  flex-basis: 16.66667%; }

.col-xxs-offset-4 {
  margin-left: 16.66667%; }

.col-xxs-5 {
  flex-basis: 20.83333%; }

.col-xxs-offset-5 {
  margin-left: 20.83333%; }

.col-xxs-6 {
  flex-basis: 25%; }

.col-xxs-offset-6 {
  margin-left: 25%; }

.col-xxs-7 {
  flex-basis: 29.16667%; }

.col-xxs-offset-7 {
  margin-left: 29.16667%; }

.col-xxs-8 {
  flex-basis: 33.33333%; }

.col-xxs-offset-8 {
  margin-left: 33.33333%; }

.col-xxs-9 {
  flex-basis: 37.5%; }

.col-xxs-offset-9 {
  margin-left: 37.5%; }

.col-xxs-10 {
  flex-basis: 41.66667%; }

.col-xxs-offset-10 {
  margin-left: 41.66667%; }

.col-xxs-11 {
  flex-basis: 45.83333%; }

.col-xxs-offset-11 {
  margin-left: 45.83333%; }

.col-xxs-12 {
  flex-basis: 50%; }

.col-xxs-offset-12 {
  margin-left: 50%; }

.col-xxs-13 {
  flex-basis: 54.16667%; }

.col-xxs-offset-13 {
  margin-left: 54.16667%; }

.col-xxs-14 {
  flex-basis: 58.33333%; }

.col-xxs-offset-14 {
  margin-left: 58.33333%; }

.col-xxs-15 {
  flex-basis: 62.5%; }

.col-xxs-offset-15 {
  margin-left: 62.5%; }

.col-xxs-16 {
  flex-basis: 66.66667%; }

.col-xxs-offset-16 {
  margin-left: 66.66667%; }

.col-xxs-17 {
  flex-basis: 70.83333%; }

.col-xxs-offset-17 {
  margin-left: 70.83333%; }

.col-xxs-18 {
  flex-basis: 75%; }

.col-xxs-offset-18 {
  margin-left: 75%; }

.col-xxs-19 {
  flex-basis: 79.16667%; }

.col-xxs-offset-19 {
  margin-left: 79.16667%; }

.col-xxs-20 {
  flex-basis: 83.33333%; }

.col-xxs-offset-20 {
  margin-left: 83.33333%; }

.col-xxs-21 {
  flex-basis: 87.5%; }

.col-xxs-offset-21 {
  margin-left: 87.5%; }

.col-xxs-22 {
  flex-basis: 91.66667%; }

.col-xxs-offset-22 {
  margin-left: 91.66667%; }

.col-xxs-23 {
  flex-basis: 95.83333%; }

.col-xxs-offset-23 {
  margin-left: 95.83333%; }

.col-xxs-24 {
  flex-basis: 100%; }

.col-xxs-offset-24 {
  margin-left: 100%; }

@media screen and (min-width: 768px) {
  .col-xs-offset-0 {
    margin-left: 0; }
  .col-xs-1 {
    flex-basis: 4.16667%; }
  .col-xs-offset-1 {
    margin-left: 4.16667%; }
  .col-xs-2 {
    flex-basis: 8.33333%; }
  .col-xs-offset-2 {
    margin-left: 8.33333%; }
  .col-xs-3 {
    flex-basis: 12.5%; }
  .col-xs-offset-3 {
    margin-left: 12.5%; }
  .col-xs-4 {
    flex-basis: 16.66667%; }
  .col-xs-offset-4 {
    margin-left: 16.66667%; }
  .col-xs-5 {
    flex-basis: 20.83333%; }
  .col-xs-offset-5 {
    margin-left: 20.83333%; }
  .col-xs-6 {
    flex-basis: 25%; }
  .col-xs-offset-6 {
    margin-left: 25%; }
  .col-xs-7 {
    flex-basis: 29.16667%; }
  .col-xs-offset-7 {
    margin-left: 29.16667%; }
  .col-xs-8 {
    flex-basis: 33.33333%; }
  .col-xs-offset-8 {
    margin-left: 33.33333%; }
  .col-xs-9 {
    flex-basis: 37.5%; }
  .col-xs-offset-9 {
    margin-left: 37.5%; }
  .col-xs-10 {
    flex-basis: 41.66667%; }
  .col-xs-offset-10 {
    margin-left: 41.66667%; }
  .col-xs-11 {
    flex-basis: 45.83333%; }
  .col-xs-offset-11 {
    margin-left: 45.83333%; }
  .col-xs-12 {
    flex-basis: 50%; }
  .col-xs-offset-12 {
    margin-left: 50%; }
  .col-xs-13 {
    flex-basis: 54.16667%; }
  .col-xs-offset-13 {
    margin-left: 54.16667%; }
  .col-xs-14 {
    flex-basis: 58.33333%; }
  .col-xs-offset-14 {
    margin-left: 58.33333%; }
  .col-xs-15 {
    flex-basis: 62.5%; }
  .col-xs-offset-15 {
    margin-left: 62.5%; }
  .col-xs-16 {
    flex-basis: 66.66667%; }
  .col-xs-offset-16 {
    margin-left: 66.66667%; }
  .col-xs-17 {
    flex-basis: 70.83333%; }
  .col-xs-offset-17 {
    margin-left: 70.83333%; }
  .col-xs-18 {
    flex-basis: 75%; }
  .col-xs-offset-18 {
    margin-left: 75%; }
  .col-xs-19 {
    flex-basis: 79.16667%; }
  .col-xs-offset-19 {
    margin-left: 79.16667%; }
  .col-xs-20 {
    flex-basis: 83.33333%; }
  .col-xs-offset-20 {
    margin-left: 83.33333%; }
  .col-xs-21 {
    flex-basis: 87.5%; }
  .col-xs-offset-21 {
    margin-left: 87.5%; }
  .col-xs-22 {
    flex-basis: 91.66667%; }
  .col-xs-offset-22 {
    margin-left: 91.66667%; }
  .col-xs-23 {
    flex-basis: 95.83333%; }
  .col-xs-offset-23 {
    margin-left: 95.83333%; }
  .col-xs-24 {
    flex-basis: 100%; }
  .col-xs-offset-24 {
    margin-left: 100%; } }

@media screen and (min-width: 840px) {
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-1 {
    flex-basis: 4.16667%; }
  .col-sm-offset-1 {
    margin-left: 4.16667%; }
  .col-sm-2 {
    flex-basis: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 8.33333%; }
  .col-sm-3 {
    flex-basis: 12.5%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-4 {
    flex-basis: 16.66667%; }
  .col-sm-offset-4 {
    margin-left: 16.66667%; }
  .col-sm-5 {
    flex-basis: 20.83333%; }
  .col-sm-offset-5 {
    margin-left: 20.83333%; }
  .col-sm-6 {
    flex-basis: 25%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-7 {
    flex-basis: 29.16667%; }
  .col-sm-offset-7 {
    margin-left: 29.16667%; }
  .col-sm-8 {
    flex-basis: 33.33333%; }
  .col-sm-offset-8 {
    margin-left: 33.33333%; }
  .col-sm-9 {
    flex-basis: 37.5%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-10 {
    flex-basis: 41.66667%; }
  .col-sm-offset-10 {
    margin-left: 41.66667%; }
  .col-sm-11 {
    flex-basis: 45.83333%; }
  .col-sm-offset-11 {
    margin-left: 45.83333%; }
  .col-sm-12 {
    flex-basis: 50%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-13 {
    flex-basis: 54.16667%; }
  .col-sm-offset-13 {
    margin-left: 54.16667%; }
  .col-sm-14 {
    flex-basis: 58.33333%; }
  .col-sm-offset-14 {
    margin-left: 58.33333%; }
  .col-sm-15 {
    flex-basis: 62.5%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-16 {
    flex-basis: 66.66667%; }
  .col-sm-offset-16 {
    margin-left: 66.66667%; }
  .col-sm-17 {
    flex-basis: 70.83333%; }
  .col-sm-offset-17 {
    margin-left: 70.83333%; }
  .col-sm-18 {
    flex-basis: 75%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-19 {
    flex-basis: 79.16667%; }
  .col-sm-offset-19 {
    margin-left: 79.16667%; }
  .col-sm-20 {
    flex-basis: 83.33333%; }
  .col-sm-offset-20 {
    margin-left: 83.33333%; }
  .col-sm-21 {
    flex-basis: 87.5%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-22 {
    flex-basis: 91.66667%; }
  .col-sm-offset-22 {
    margin-left: 91.66667%; }
  .col-sm-23 {
    flex-basis: 95.83333%; }
  .col-sm-offset-23 {
    margin-left: 95.83333%; }
  .col-sm-24 {
    flex-basis: 100%; }
  .col-sm-offset-24 {
    margin-left: 100%; } }

@media screen and (min-width: 992px) {
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-1 {
    flex-basis: 4.16667%; }
  .col-md-offset-1 {
    margin-left: 4.16667%; }
  .col-md-2 {
    flex-basis: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 8.33333%; }
  .col-md-3 {
    flex-basis: 12.5%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-4 {
    flex-basis: 16.66667%; }
  .col-md-offset-4 {
    margin-left: 16.66667%; }
  .col-md-5 {
    flex-basis: 20.83333%; }
  .col-md-offset-5 {
    margin-left: 20.83333%; }
  .col-md-6 {
    flex-basis: 25%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-7 {
    flex-basis: 29.16667%; }
  .col-md-offset-7 {
    margin-left: 29.16667%; }
  .col-md-8 {
    flex-basis: 33.33333%; }
  .col-md-offset-8 {
    margin-left: 33.33333%; }
  .col-md-9 {
    flex-basis: 37.5%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-10 {
    flex-basis: 41.66667%; }
  .col-md-offset-10 {
    margin-left: 41.66667%; }
  .col-md-11 {
    flex-basis: 45.83333%; }
  .col-md-offset-11 {
    margin-left: 45.83333%; }
  .col-md-12 {
    flex-basis: 50%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-13 {
    flex-basis: 54.16667%; }
  .col-md-offset-13 {
    margin-left: 54.16667%; }
  .col-md-14 {
    flex-basis: 58.33333%; }
  .col-md-offset-14 {
    margin-left: 58.33333%; }
  .col-md-15 {
    flex-basis: 62.5%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-16 {
    flex-basis: 66.66667%; }
  .col-md-offset-16 {
    margin-left: 66.66667%; }
  .col-md-17 {
    flex-basis: 70.83333%; }
  .col-md-offset-17 {
    margin-left: 70.83333%; }
  .col-md-18 {
    flex-basis: 75%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-19 {
    flex-basis: 79.16667%; }
  .col-md-offset-19 {
    margin-left: 79.16667%; }
  .col-md-20 {
    flex-basis: 83.33333%; }
  .col-md-offset-20 {
    margin-left: 83.33333%; }
  .col-md-21 {
    flex-basis: 87.5%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-22 {
    flex-basis: 91.66667%; }
  .col-md-offset-22 {
    margin-left: 91.66667%; }
  .col-md-23 {
    flex-basis: 95.83333%; }
  .col-md-offset-23 {
    margin-left: 95.83333%; }
  .col-md-24 {
    flex-basis: 100%; }
  .col-md-offset-24 {
    margin-left: 100%; } }

@media screen and (min-width: 1200px) {
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-1 {
    flex-basis: 4.16667%; }
  .col-lg-offset-1 {
    margin-left: 4.16667%; }
  .col-lg-2 {
    flex-basis: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 8.33333%; }
  .col-lg-3 {
    flex-basis: 12.5%; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-4 {
    flex-basis: 16.66667%; }
  .col-lg-offset-4 {
    margin-left: 16.66667%; }
  .col-lg-5 {
    flex-basis: 20.83333%; }
  .col-lg-offset-5 {
    margin-left: 20.83333%; }
  .col-lg-6 {
    flex-basis: 25%; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-7 {
    flex-basis: 29.16667%; }
  .col-lg-offset-7 {
    margin-left: 29.16667%; }
  .col-lg-8 {
    flex-basis: 33.33333%; }
  .col-lg-offset-8 {
    margin-left: 33.33333%; }
  .col-lg-9 {
    flex-basis: 37.5%; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-10 {
    flex-basis: 41.66667%; }
  .col-lg-offset-10 {
    margin-left: 41.66667%; }
  .col-lg-11 {
    flex-basis: 45.83333%; }
  .col-lg-offset-11 {
    margin-left: 45.83333%; }
  .col-lg-12 {
    flex-basis: 50%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-13 {
    flex-basis: 54.16667%; }
  .col-lg-offset-13 {
    margin-left: 54.16667%; }
  .col-lg-14 {
    flex-basis: 58.33333%; }
  .col-lg-offset-14 {
    margin-left: 58.33333%; }
  .col-lg-15 {
    flex-basis: 62.5%; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-16 {
    flex-basis: 66.66667%; }
  .col-lg-offset-16 {
    margin-left: 66.66667%; }
  .col-lg-17 {
    flex-basis: 70.83333%; }
  .col-lg-offset-17 {
    margin-left: 70.83333%; }
  .col-lg-18 {
    flex-basis: 75%; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-19 {
    flex-basis: 79.16667%; }
  .col-lg-offset-19 {
    margin-left: 79.16667%; }
  .col-lg-20 {
    flex-basis: 83.33333%; }
  .col-lg-offset-20 {
    margin-left: 83.33333%; }
  .col-lg-21 {
    flex-basis: 87.5%; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-22 {
    flex-basis: 91.66667%; }
  .col-lg-offset-22 {
    margin-left: 91.66667%; }
  .col-lg-23 {
    flex-basis: 95.83333%; }
  .col-lg-offset-23 {
    margin-left: 95.83333%; }
  .col-lg-24 {
    flex-basis: 100%; }
  .col-lg-offset-24 {
    margin-left: 100%; } }

@media screen and (min-width: 1280px) {
  .col-xl-offset-0 {
    margin-left: 0; }
  .col-xl-1 {
    flex-basis: 4.16667%; }
  .col-xl-offset-1 {
    margin-left: 4.16667%; }
  .col-xl-2 {
    flex-basis: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 8.33333%; }
  .col-xl-3 {
    flex-basis: 12.5%; }
  .col-xl-offset-3 {
    margin-left: 12.5%; }
  .col-xl-4 {
    flex-basis: 16.66667%; }
  .col-xl-offset-4 {
    margin-left: 16.66667%; }
  .col-xl-5 {
    flex-basis: 20.83333%; }
  .col-xl-offset-5 {
    margin-left: 20.83333%; }
  .col-xl-6 {
    flex-basis: 25%; }
  .col-xl-offset-6 {
    margin-left: 25%; }
  .col-xl-7 {
    flex-basis: 29.16667%; }
  .col-xl-offset-7 {
    margin-left: 29.16667%; }
  .col-xl-8 {
    flex-basis: 33.33333%; }
  .col-xl-offset-8 {
    margin-left: 33.33333%; }
  .col-xl-9 {
    flex-basis: 37.5%; }
  .col-xl-offset-9 {
    margin-left: 37.5%; }
  .col-xl-10 {
    flex-basis: 41.66667%; }
  .col-xl-offset-10 {
    margin-left: 41.66667%; }
  .col-xl-11 {
    flex-basis: 45.83333%; }
  .col-xl-offset-11 {
    margin-left: 45.83333%; }
  .col-xl-12 {
    flex-basis: 50%; }
  .col-xl-offset-12 {
    margin-left: 50%; }
  .col-xl-13 {
    flex-basis: 54.16667%; }
  .col-xl-offset-13 {
    margin-left: 54.16667%; }
  .col-xl-14 {
    flex-basis: 58.33333%; }
  .col-xl-offset-14 {
    margin-left: 58.33333%; }
  .col-xl-15 {
    flex-basis: 62.5%; }
  .col-xl-offset-15 {
    margin-left: 62.5%; }
  .col-xl-16 {
    flex-basis: 66.66667%; }
  .col-xl-offset-16 {
    margin-left: 66.66667%; }
  .col-xl-17 {
    flex-basis: 70.83333%; }
  .col-xl-offset-17 {
    margin-left: 70.83333%; }
  .col-xl-18 {
    flex-basis: 75%; }
  .col-xl-offset-18 {
    margin-left: 75%; }
  .col-xl-19 {
    flex-basis: 79.16667%; }
  .col-xl-offset-19 {
    margin-left: 79.16667%; }
  .col-xl-20 {
    flex-basis: 83.33333%; }
  .col-xl-offset-20 {
    margin-left: 83.33333%; }
  .col-xl-21 {
    flex-basis: 87.5%; }
  .col-xl-offset-21 {
    margin-left: 87.5%; }
  .col-xl-22 {
    flex-basis: 91.66667%; }
  .col-xl-offset-22 {
    margin-left: 91.66667%; }
  .col-xl-23 {
    flex-basis: 95.83333%; }
  .col-xl-offset-23 {
    margin-left: 95.83333%; }
  .col-xl-24 {
    flex-basis: 100%; }
  .col-xl-offset-24 {
    margin-left: 100%; } }

@media all and (max-width: 992px) {
  div[class^="col-"] {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; } }

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

body, html {
  font-weight: 400;
  font-size: 16px;
  color: #293035;
  line-height: 1.6;
  margin-bottom: 1em;
  height: 100%; }

.container {
  max-width: 1280px; }
  .container__xl {
    max-width: 1280px; }
  .container__lg {
    max-width: 1200px; }
  .container__md {
    max-width: 992px; }
  .container__sm {
    max-width: 840px; }
  .container__xs {
    max-width: 768px; }

.col__mobile-top {
  order: 1; }

.col__mobile-bottom {
  order: 2; }

@media screen and (min-width: 768px) {
  .col__desktop-left {
    order: 1; }
  .col__desktop-right {
    order: 2; } }

header.page-header .header-right {
  display: flex;
  justify-content: flex-end;
  flex-basis: auto; }
  @media screen and (min-width: 993px) {
    header.page-header .header-right {
      flex-basis: auto; }
      header.page-header .header-right .mini-account {
        order: 10; }
      header.page-header .header-right .minicart-wrapper {
        order: 20; }
      header.page-header .header-right .block-search {
        order: 30; } }

header.page-header .mini-account {
  display: none; }
  @media screen and (min-width: 993px) {
    header.page-header .mini-account {
      display: block;
      width: 66px; }
      header.page-header .mini-account:before {
        content: '';
        display: block;
        width: 32px;
        height: 32px;
        background: black;
        -webkit-mask: url(../images/icons/user.svg) no-repeat center center/24px;
                mask: url(../images/icons/user.svg) no-repeat center center/24px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }

header.page-header .header-right .action.nav-toggle {
  position: relative;
  width: 66px;
  left: auto;
  top: auto; }
  header.page-header .header-right .action.nav-toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 32px;
    height: 32px;
    background: url("../images/icons/iconmonstr-menu-thin.svg") no-repeat center center; }
    .nav-open header.page-header .header-right .action.nav-toggle:before {
      background: url("../images/icons/iconmonstr-x-mark-thin.svg") no-repeat center center; }

.page-header .block-search .amsearch-input-wrapper .amsearch-button.-loupe {
  background-size: cover;
  width: 23px;
  height: 24px;
  right: auto;
  left: 15px;
  opacity: 1;
  background-image: url(../images/icons/header/search-blue.svg); }

header.page-header .logo {
  margin: 0;
  text-decoration: none;
  max-width: 100%;
  display: flex;
  align-items: center; }

@media screen and (min-width: 993px) and (max-width: 1304px) {
  header.page-header .logo {
    padding-left: 15px; } }
  header.page-header .logo img.main-logo {
    vertical-align: top;
    width: 272px; }
    @media (max-width: 992px) {
      header.page-header .logo img.main-logo {
        width: 190px; } }
    @media (max-width: 480px) {
      header.page-header .logo img.main-logo {
        width: 172px; } }
    @media (max-width: 370px) {
      header.page-header .logo img.main-logo {
        width: 154px; } }
  header.page-header .logo .valtti-top {
    box-sizing: content-box;
    padding-left: 16px;
    width: 78px; }
    header.page-header .logo .valtti-top span {
      font-size: 10px;
      color: #727272;
      display: block;
      margin-bottom: .9em; }
    header.page-header .logo .valtti-top img.valtti-logo {
      max-width: 50px; }

.top-free-delivery-notice {
  background-color: #f9f9f9;
  position: relative;
  z-index: 100;
  text-align: center; }
  .top-free-delivery-notice > .page-main {
    padding: 8px 25px;
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 992px) {
      .top-free-delivery-notice > .page-main {
        padding: 8px 15px; } }
  .top-free-delivery-notice span.text {
    position: relative;
    display: inline-block;
    color: #54565a;
    font-size: 16px;
    font-weight: 500; }
    @media (max-width: 480px) {
      .top-free-delivery-notice span.text {
        font-size: 14px; } }
  .top-free-delivery-notice .ppg-icon-link {
    width: 32px; }
    .top-free-delivery-notice .ppg-icon-link img {
      vertical-align: bottom; }

header.page-header {
  background: #ffffff;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 800; }
  @media screen and (max-width: 992px) {
    header.page-header > .container {
      position: relative;
      z-index: 1; } }
  @media screen and (max-width: 992px) and (min-width: 993px) {
    header.page-header > .container {
      padding: 28px 12px; } }
  header.page-header > .container {
    max-width: none;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px; }
    @media (max-width: 992px) {
      header.page-header > .container {
        padding-left: 15px;
        padding-right: 15px; } }
    header.page-header > .container > .row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 4px 0 0; }
  header.page-header .nav-toggle-wrapper {
    margin-right: 20px; }
    @media (min-width: 993px) {
      header.page-header .nav-toggle-wrapper {
        display: none; } }
    @media (max-width: 767px) {
      header.page-header .nav-toggle-wrapper {
        margin-right: 10px; } }
    @media (max-width: 480px) {
      header.page-header .nav-toggle-wrapper {
        margin-right: 6px; } }
    @media (max-width: 370px) {
      header.page-header .nav-toggle-wrapper {
        margin-right: 8px; } }
  @media (min-width: 768px) {
    header.page-header .header-right {
      margin-right: -10px; } }
  @media (max-width: 767px) {
    header.page-header .header-right .block-search {
      display: none; } }
  header.page-header .header-left {
    display: flex;
    align-items: center; }
  header.page-header .header-left, header.page-header .header-right {
    width: 360px; }
    @media (max-width: 1400px) {
      header.page-header .header-left, header.page-header .header-right {
        width: 270px; } }
    @media (max-width: 767px) {
      header.page-header .header-left, header.page-header .header-right {
        width: 120px; }
        header.page-header .header-left .amsearch-wrapper-block, header.page-header .header-right .amsearch-wrapper-block {
          display: none; } }
    @media (max-width: 480px) {
      header.page-header .header-left, header.page-header .header-right {
        width: 80px; } }
    @media (max-width: 370px) {
      header.page-header .header-left, header.page-header .header-right {
        width: 65px; } }
  header.page-header .right-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  header.page-header .header-icon {
    cursor: pointer;
    padding: 4px 10px;
    margin-left: 10px;
    position: relative;
    text-decoration: none; }
    @media (max-width: 480px) {
      header.page-header .header-icon {
        margin-left: 0; } }
    @media (max-width: 370px) {
      header.page-header .header-icon {
        padding: 4px 5px; } }
    header.page-header .header-icon .icon {
      vertical-align: bottom;
      height: 22px; }
    header.page-header .header-icon.store-finder-link {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        header.page-header .header-icon.store-finder-link {
          display: none; } }
      header.page-header .header-icon.store-finder-link .icon {
        margin-right: 10px;
        height: 18px; }
      header.page-header .header-icon.store-finder-link .text {
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: #002f87; }
    @media (min-width: 481px) {
      header.page-header .header-icon:not(.minicart-wrapper):not(#mobile_search_icon) {
        margin-right: 10px; }
        header.page-header .header-icon:not(.minicart-wrapper):not(#mobile_search_icon)::after {
          content: '';
          position: absolute;
          right: -10px;
          height: 24px;
          width: 1px;
          background-color: #979797; } }
    @media (max-width: 370px) {
      header.page-header .header-icon.customer-account-link {
        padding-left: 0; }
      header.page-header .header-icon .search-open-link {
        padding-right: 0; } }
  header.page-header .minicart-wrapper {
    padding: 0;
    margin-top: 0; }
    header.page-header .minicart-wrapper .action.showcart {
      padding: 4px 10px;
      position: relative; }
      header.page-header .minicart-wrapper .action.showcart .counter.qty {
        color: #002f87;
        font-family: "PT Sans Narrow", sans-serif;
        width: 22px;
        height: 22px;
        background-color: #dadada;
        position: absolute;
        bottom: -10px;
        right: -2px;
        border-radius: 100%;
        margin: 0; }
        header.page-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
          font-size: 12px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-weight: 700; }
        @media (max-width: 480px) {
          header.page-header .minicart-wrapper .action.showcart .counter.qty {
            top: 4px;
            right: -12px; } }
      header.page-header .minicart-wrapper .action.showcart::before {
        display: none !important; }
      @media (max-width: 480px) {
        header.page-header .minicart-wrapper .action.showcart {
          padding-right: 0;
          padding-left: 10px; } }
    @media (max-width: 992px) {
      header.page-header .minicart-wrapper {
        border: none; } }
    header.page-header .minicart-wrapper .minicart-icon-wrapper .minicart-icon {
      width: 28px; }
  header.page-header #mobile_search_icon {
    display: none;
    margin-left: 0; }
    @media (max-width: 767px) {
      header.page-header #mobile_search_icon {
        display: block; } }
  header.page-header .mobile-search-wrapper {
    display: none;
    padding: 10px 0;
    background-color: #fff;
    position: relative;
    z-index: 10; }
  header.page-header .row {
    flex-wrap: inherit; }
  header.page-header .main-logo {
    display: inline-block; }
  header.page-header .account-link-wrapper {
    display: none; }
  @media screen and (min-width: 993px) {
    header.page-header > .container > .row .logo {
      order: 0; }
    header.page-header > .container > .row .menu-container {
      order: 10; }
    header.page-header > .container > .row .header-right {
      order: 20; }
    header.page-header > .container > .row .menu-container {
      flex-basis: 100%; } }

.menu-icon {
  width: 26px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 10; }
  @media (min-width: 992px) {
    .menu-icon {
      display: none; } }
  .menu-icon span {
    display: none; }
  .menu-icon div {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #002f87;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    .menu-icon div:nth-child(1) {
      top: 0; }
    .menu-icon div:nth-child(2), .menu-icon div:nth-child(3) {
      top: 9px; }
    .menu-icon div:nth-child(4) {
      top: 18px; }

html.nav-before-open {
  overflow-y: hidden; }
  @media (max-width: 992px) {
    html.nav-before-open header.page-header .menu-icon div:nth-child(1) {
      top: 18px;
      width: 0;
      left: 50%; }
    html.nav-before-open header.page-header .menu-icon div:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    html.nav-before-open header.page-header .menu-icon div:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    html.nav-before-open header.page-header .menu-icon div:nth-child(4) {
      top: 18px;
      width: 0;
      left: 50%; } }

.social-icons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .social-icons a {
    display: inline-block;
    width: 20px;
    margin-left: 22px; }
    .social-icons a:first-of-type {
      margin-left: 0; }
    .social-icons a img {
      vertical-align: bottom; }

header.page-header .panel.wrapper {
  border: 0;
  margin: 0;
  padding: 0; }
  header.page-header .panel.wrapper .panel.header {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }

/* body:not(.has-hero) .page-wrapper {
    padding-top: 120px;

    @include MQ-xs-screen {
      padding-top: 119px;
    }
    @include MQ-md-screen {
      padding-top: 166px;
    }
} */
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
      max-width: 1340px; } }

main {
  background: #ffffff; }

#maincontent.page-main {
  padding: 0 23px 0 24px; }
  @media screen and (max-width: 992px) {
    #maincontent.page-main {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    #maincontent.page-main {
      padding: 0 26px; } }
  @media screen and (min-width: 993px) {
    #maincontent.page-main {
      padding: 0 16px; } }

.has-hero #maincontent.page-main {
  max-width: 100%;
  margin: 0; }

.page-wrapper .btn, .page-wrapper button, .page-wrapper .button, .page-wrapper input[type=submit], .page-wrapper .action.primary, .page-wrapper .action-primary, body .btn, body button, body .button, body input[type=submit], body .action.primary, body .action-primary {
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "PT Sans Narrow", sans-serif;
  background-color: #002f87;
  border-color: #002f87;
  border-width: 2px;
  padding: 12px 30px; }
  .page-wrapper .btn:hover, .page-wrapper button:hover, .page-wrapper .button:hover, .page-wrapper input[type=submit]:hover, .page-wrapper .action.primary:hover, .page-wrapper .action-primary:hover, body .btn:hover, body button:hover, body .button:hover, body input[type=submit]:hover, body .action.primary:hover, body .action-primary:hover {
    background-color: #003597;
    border-color: #003597; }
  .page-wrapper .btn.white:not(.outline), .page-wrapper button.white:not(.outline), .page-wrapper .button.white:not(.outline), .page-wrapper input[type=submit].white:not(.outline), .page-wrapper .action.primary.white:not(.outline), .page-wrapper .action-primary.white:not(.outline), body .btn.white:not(.outline), body button.white:not(.outline), body .button.white:not(.outline), body input[type=submit].white:not(.outline), body .action.primary.white:not(.outline), body .action-primary.white:not(.outline) {
    background-color: #fff;
    border-color: #fff; }
    .page-wrapper .btn.white:not(.outline) span, .page-wrapper button.white:not(.outline) span, .page-wrapper .button.white:not(.outline) span, .page-wrapper input[type=submit].white:not(.outline) span, .page-wrapper .action.primary.white:not(.outline) span, .page-wrapper .action-primary.white:not(.outline) span, body .btn.white:not(.outline) span, body button.white:not(.outline) span, body .button.white:not(.outline) span, body input[type=submit].white:not(.outline) span, body .action.primary.white:not(.outline) span, body .action-primary.white:not(.outline) span {
      color: #002f87; }
    .page-wrapper .btn.white:not(.outline):hover, .page-wrapper button.white:not(.outline):hover, .page-wrapper .button.white:not(.outline):hover, .page-wrapper input[type=submit].white:not(.outline):hover, .page-wrapper .action.primary.white:not(.outline):hover, .page-wrapper .action-primary.white:not(.outline):hover, body .btn.white:not(.outline):hover, body button.white:not(.outline):hover, body .button.white:not(.outline):hover, body input[type=submit].white:not(.outline):hover, body .action.primary.white:not(.outline):hover, body .action-primary.white:not(.outline):hover {
      background-color: #e6e6e6;
      border-color: #e6e6e6; }
      .page-wrapper .btn.white:not(.outline):hover span, .page-wrapper button.white:not(.outline):hover span, .page-wrapper .button.white:not(.outline):hover span, .page-wrapper input[type=submit].white:not(.outline):hover span, .page-wrapper .action.primary.white:not(.outline):hover span, .page-wrapper .action-primary.white:not(.outline):hover span, body .btn.white:not(.outline):hover span, body button.white:not(.outline):hover span, body .button.white:not(.outline):hover span, body input[type=submit].white:not(.outline):hover span, body .action.primary.white:not(.outline):hover span, body .action-primary.white:not(.outline):hover span {
        color: #002f87; }
  .page-wrapper .btn.outline, .page-wrapper button.outline, .page-wrapper .button.outline, .page-wrapper input[type=submit].outline, .page-wrapper .action.primary.outline, .page-wrapper .action-primary.outline, body .btn.outline, body button.outline, body .button.outline, body input[type=submit].outline, body .action.primary.outline, body .action-primary.outline {
    background-color: transparent;
    border-color: #54565a;
    color: #54565a; }
    .page-wrapper .btn.outline span, .page-wrapper button.outline span, .page-wrapper .button.outline span, .page-wrapper input[type=submit].outline span, .page-wrapper .action.primary.outline span, .page-wrapper .action-primary.outline span, body .btn.outline span, body button.outline span, body .button.outline span, body input[type=submit].outline span, body .action.primary.outline span, body .action-primary.outline span {
      color: #54565a; }
    .page-wrapper .btn.outline:hover, .page-wrapper button.outline:hover, .page-wrapper .button.outline:hover, .page-wrapper input[type=submit].outline:hover, .page-wrapper .action.primary.outline:hover, .page-wrapper .action-primary.outline:hover, body .btn.outline:hover, body button.outline:hover, body .button.outline:hover, body input[type=submit].outline:hover, body .action.primary.outline:hover, body .action-primary.outline:hover {
      background-color: #fff;
      border-color: #002f87;
      color: #002f87; }
      .page-wrapper .btn.outline:hover span, .page-wrapper button.outline:hover span, .page-wrapper .button.outline:hover span, .page-wrapper input[type=submit].outline:hover span, .page-wrapper .action.primary.outline:hover span, .page-wrapper .action-primary.outline:hover span, body .btn.outline:hover span, body button.outline:hover span, body .button.outline:hover span, body input[type=submit].outline:hover span, body .action.primary.outline:hover span, body .action-primary.outline:hover span {
        color: #002f87; }
    .page-wrapper .btn.outline.white, .page-wrapper button.outline.white, .page-wrapper .button.outline.white, .page-wrapper input[type=submit].outline.white, .page-wrapper .action.primary.outline.white, .page-wrapper .action-primary.outline.white, body .btn.outline.white, body button.outline.white, body .button.outline.white, body input[type=submit].outline.white, body .action.primary.outline.white, body .action-primary.outline.white {
      border-color: #fff; }
      .page-wrapper .btn.outline.white span, .page-wrapper button.outline.white span, .page-wrapper .button.outline.white span, .page-wrapper input[type=submit].outline.white span, .page-wrapper .action.primary.outline.white span, .page-wrapper .action-primary.outline.white span, body .btn.outline.white span, body button.outline.white span, body .button.outline.white span, body input[type=submit].outline.white span, body .action.primary.outline.white span, body .action-primary.outline.white span {
        color: #fff; }
      .page-wrapper .btn.outline.white:hover, .page-wrapper button.outline.white:hover, .page-wrapper .button.outline.white:hover, .page-wrapper input[type=submit].outline.white:hover, .page-wrapper .action.primary.outline.white:hover, .page-wrapper .action-primary.outline.white:hover, body .btn.outline.white:hover, body button.outline.white:hover, body .button.outline.white:hover, body input[type=submit].outline.white:hover, body .action.primary.outline.white:hover, body .action-primary.outline.white:hover {
        background-color: #fff; }
        .page-wrapper .btn.outline.white:hover span, .page-wrapper button.outline.white:hover span, .page-wrapper .button.outline.white:hover span, .page-wrapper input[type=submit].outline.white:hover span, .page-wrapper .action.primary.outline.white:hover span, .page-wrapper .action-primary.outline.white:hover span, body .btn.outline.white:hover span, body button.outline.white:hover span, body .button.outline.white:hover span, body input[type=submit].outline.white:hover span, body .action.primary.outline.white:hover span, body .action-primary.outline.white:hover span {
          color: #222; }

.page-wrapper div[id="store.links"] {
  display: none !important; }

html.nav-before-open #feefo-service-review-floating-widgetId, html.nav-before-open iframe#launcher {
  display: none; }

@media (max-width: 992px) {
  html.nav-before-open body, html.nav-before-open body .page-wrapper {
    overflow: hidden; } }

@media screen and (min-width: 1280px) {
  main [data-content-type='row'][data-appearance='contained'] {
    max-width: 1300px; } }

.catalog-category-view .page-footer .newsletter-subscribe-bar, .catalogsearch-result-index .page-footer .newsletter-subscribe-bar {
  background: #e6e6e6; }

.catalog-category-view #maincontent ol.product-items, .catalogsearch-result-index #maincontent ol.product-items {
  position: relative;
  padding-bottom: 30px; }
  .catalog-category-view #maincontent ol.product-items .iass-spinner, .catalogsearch-result-index #maincontent ol.product-items .iass-spinner {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center; }
    .catalog-category-view #maincontent ol.product-items .iass-spinner img, .catalogsearch-result-index #maincontent ol.product-items .iass-spinner img {
      margin-right: 14px;
      margin-left: 0;
      margin-bottom: 0; }

.catalog-category-view #maincontent .products.wrapper ~ .toolbar-products, .catalogsearch-result-index #maincontent .products.wrapper ~ .toolbar-products {
  display: none; }

body .modal-wrapper.left-slide-in .modal-window .modal-title {
  font-size: 24px;
  font-weight: 600; }

body .modal-wrapper.left-slide-in .modal-window .modal-window-inner {
  max-height: calc(100vh - 120px); }

body .modal-wrapper.left-slide-in .modal-window .block.filter > .block-title {
  display: none; }

body .modal-wrapper.left-slide-in .modal-window .shadepicker-search {
  position: relative; }
  body .modal-wrapper.left-slide-in .modal-window .shadepicker-search .action.clear-search {
    position: absolute;
    top: 17px;
    right: 17px;
    height: 16px;
    width: 16px;
    background-image: url(../images/icons/cross.svg);
    background-size: cover;
    cursor: pointer; }
  body .modal-wrapper.left-slide-in .modal-window .shadepicker-search #shadepicker-search {
    height: 50px;
    padding: 14px;
    border-color: #222;
    border-radius: 5px;
    font-size: 18px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400; }
  body .modal-wrapper.left-slide-in .modal-window .shadepicker-search .ui-autocomplete {
    margin-top: 20px;
    top: auto !important; }
    body .modal-wrapper.left-slide-in .modal-window .shadepicker-search .ui-autocomplete li.ui-menu-item {
      margin-bottom: 6px;
      font-family: "PT Sans Narrow", sans-serif; }
      body .modal-wrapper.left-slide-in .modal-window .shadepicker-search .ui-autocomplete li.ui-menu-item a {
        display: block;
        padding: 10px 14px;
        background-color: #fff; }
        body .modal-wrapper.left-slide-in .modal-window .shadepicker-search .ui-autocomplete li.ui-menu-item a:hover {
          background-color: #d9dde0;
          color: #2a2a2a; }

body .modal-wrapper.left-slide-in .modal-window .amasty-search-recommendations-wrapper {
  border-top: 1px solid #ddd; }

body .modal-wrapper.left-slide-in .modal-window .filter-options .filter-options-content {
  margin: 10px 0 30px; }

body .modal-wrapper.left-slide-in .modal-window .filter-options .filter-options-title {
  cursor: pointer;
  font-size: 18px;
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 20px 0;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 500; }
  body .modal-wrapper.left-slide-in .modal-window .filter-options .filter-options-title:first-of-type {
    border-top: none; }

body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item {
  margin-bottom: 5px; }
  body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item input[type="radio"], body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item input[type="checkbox"] {
    position: absolute;
    right: -1000%; }
    body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item input[type="radio"]:checked + label, body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item input[type="checkbox"]:checked + label {
      background-color: #002f87;
      color: #fff; }
  body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item label {
    padding: 12px 14px;
    display: block;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px; }
    body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item label:hover {
      background-color: #d9dde0; }
    body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item label .colour-directory-swatch {
      width: 34px;
      height: 34px;
      display: inline-block;
      vertical-align: bottom;
      border-radius: 100%;
      margin: -5px 5px -5px -5px;
      border: 1px solid #0e0404; }
  body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item > a {
    padding: 12px 14px;
    display: block;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px; }
    body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item > a.amshopby-link-selected {
      background-color: #002f87;
      color: #fff; }
      body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item > a.amshopby-link-selected .label {
        color: #fff; }
  body .modal-wrapper.left-slide-in .modal-window .filter-options ol.items li.item .amshopby-choice {
    display: none; }

body .modal-wrapper.left-slide-in .modal-window .filter-options .am-filter-items-attr_price {
  max-width: none; }

body .modal-wrapper.left-slide-in .modal-window .actions .shadepicker-clear, body .modal-wrapper.left-slide-in .modal-window .actions .action.filter-clear {
  margin-bottom: 10px; }

.company-perks-wrapper {
  padding: 0 20px;
  margin: 0 auto; }
  .company-perks-wrapper .company-perk-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .company-perks-wrapper .company-perk-items .company-perk {
      text-align: left;
      width: calc(33.33% - ((30px * 3) / 4));
      font-weight: 400;
      margin-right: 30px; }
      .company-perks-wrapper .company-perk-items .company-perk:last-of-type {
        margin-right: 0; }
      @media (max-width: 768px) {
        .company-perks-wrapper .company-perk-items .company-perk {
          width: calc(50% - 15px);
          margin-bottom: 40px; }
          .company-perks-wrapper .company-perk-items .company-perk:last-of-type {
            margin-bottom: 0; }
          .company-perks-wrapper .company-perk-items .company-perk:nth-child(2n) {
            margin-right: 0; } }
      @media (max-width: 640px) {
        .company-perks-wrapper .company-perk-items .company-perk {
          width: 100%;
          margin-right: 0; } }
  @media (max-width: 640px) and (min-width: 480px) {
    .company-perks-wrapper .company-perk-items .company-perk .image-shadow-outer-container .ribbon-shadows-wrapper {
      padding-bottom: 6.5%; } }
      .company-perks-wrapper .company-perk-items .company-perk .title {
        text-decoration: none; }
        .company-perks-wrapper .company-perk-items .company-perk .title h3 {
          color: #002f87;
          font-size: 22px;
          margin-bottom: 20px; }

.image-shadow-outer-container {
  position: relative;
  margin-bottom: 35px; }
  .image-shadow-outer-container .image-shadow-container {
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
    z-index: 10;
    position: relative;
    display: block; }
    .image-shadow-outer-container .image-shadow-container img {
      vertical-align: bottom;
      margin: 0; }
  .image-shadow-outer-container .ribbon-shadows-wrapper {
    position: absolute;
    padding-bottom: 9.5%;
    overflow: hidden;
    left: 5px;
    right: 5px; }
    .image-shadow-outer-container .ribbon-shadows-wrapper .ribbon-shadow {
      position: absolute;
      width: 53%;
      bottom: 22px;
      height: 60px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
      .image-shadow-outer-container .ribbon-shadows-wrapper .ribbon-shadow.right {
        transform: rotate(8deg);
        right: -10px; }
      .image-shadow-outer-container .ribbon-shadows-wrapper .ribbon-shadow.left {
        transform: rotate(-8deg);
        left: -10px; }
    .image-shadow-outer-container .ribbon-shadows-wrapper::after, .image-shadow-outer-container .ribbon-shadows-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 25px;
      z-index: 1; }
    .image-shadow-outer-container .ribbon-shadows-wrapper::after {
      right: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
    .image-shadow-outer-container .ribbon-shadows-wrapper::before {
      left: 0;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%); }

.prismic .fullwidth-prismic-container {
  position: relative; }
  .prismic .fullwidth-prismic-container .page-main {
    position: relative;
    z-index: 2; }
  .prismic .fullwidth-prismic-container .section-wrapper {
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (max-width: 767px) {
      .prismic .fullwidth-prismic-container .section-wrapper {
        padding-top: 50px;
        padding-bottom: 50px; } }

.banner-background-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .banner-background-image-wrapper .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.swiper-container:not(.swiper-container-initialized) {
  display: none; }

.slider-controls .swiper-control {
  width: 38px;
  height: 38px;
  background-image: url(../images/icons/minicart/slider-arrow-right.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer; }
  .slider-controls .swiper-control[class*="left"] {
    left: -40px;
    transform: rotate(180deg); }
  .slider-controls .swiper-control[class*="right"] {
    right: -40px; }
  .slider-controls .swiper-control.swiper-button-disabled {
    display: none; }
  @media (max-width: 1600px) {
    .slider-controls .swiper-control {
      margin-top: -19px; }
      .slider-controls .swiper-control[class*="left"] {
        left: -22px;
        transform: rotate(180deg); }
      .slider-controls .swiper-control[class*="right"] {
        right: -22px; } }

@media (max-width: 1200px) {
  .slider-controls {
    display: none; } }

.swiper-pagination-bullets, .swiper-pagination-custom {
  display: block;
  text-align: center;
  position: static;
  margin-top: 14px; }
  @media (min-width: 1201px) {
    .swiper-pagination-bullets, .swiper-pagination-custom {
      display: none; } }
  .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-custom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: none;
    background-color: #ccc;
    margin: 0 3px;
    opacity: 1; }
    .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #002f87; }

.page-wrapper .carousel-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px; }
  .page-wrapper .carousel-title-wrapper .title-container {
    width: calc(100% - 100px);
    font-size: 32px;
    font-weight: 500;
    color: #002f87;
    font-family: "PT Sans Narrow", sans-serif; }
    .page-wrapper .carousel-title-wrapper .title-container h1, .page-wrapper .carousel-title-wrapper .title-container h2, .page-wrapper .carousel-title-wrapper .title-container h3, .page-wrapper .carousel-title-wrapper .title-container h4 {
      padding: 0;
      margin: 0;
      color: #002f87; }
  .page-wrapper .carousel-title-wrapper .slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page-wrapper .carousel-title-wrapper .slider-controls .swiper-control {
      position: relative;
      top: auto;
      margin-top: 0; }
      .page-wrapper .carousel-title-wrapper .slider-controls .swiper-control[class*="left"] {
        left: auto; }
      .page-wrapper .carousel-title-wrapper .slider-controls .swiper-control[class*="right"] {
        right: auto; }
      .page-wrapper .carousel-title-wrapper .slider-controls .swiper-control:last-of-type {
        margin-left: 6px; }
  @media (max-width: 640px) {
    .page-wrapper .carousel-title-wrapper .title-container {
      width: 100%; }
    .page-wrapper .carousel-title-wrapper .slider-controls {
      display: none; } }

.products-carousel-outer-container {
  margin: 0 -10px; }
  .products-carousel-outer-container .swiper-container {
    margin: 0;
    padding: 10px; }
    @media (max-width: 1240px) {
      .products-carousel-outer-container .swiper-container {
        padding: 10px 20px 20px; } }

.page.messages {
  position: relative;
  z-index: 10;
  margin-bottom: 0; }
  .page.messages .message {
    margin: 0;
    padding: 16px 0;
    position: relative;
    text-align: center;
    border: none; }
    @media (max-width: 1280px) {
      .page.messages .message {
        padding: 12px 0; } }
    .page.messages .message.success {
      background-color: #C6E7C8;
      color: #2A784C; }
    .page.messages .message > *:first-child {
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
      max-width: 1240px;
      line-height: 1.6;
      font-weight: 500;
      display: inline-block;
      text-align: center;
      width: 100%;
      font-size: 16px; }
      @media (max-width: 767px) {
        .page.messages .message > *:first-child {
          width: calc(100% - 30px); } }
      .page.messages .message > *:first-child::before {
        position: relative;
        margin-top: -3px;
        left: 0;
        width: auto;
        font-size: 32px;
        top: -1px;
        margin-right: 4px;
        line-height: 0.5; }
      .page.messages .message > *:first-child a {
        font-weight: 500;
        text-decoration: underline; }

.password-strength-meter {
  border: 1px solid #ccc;
  border-top: none;
  margin-top: -2px;
  padding-top: 2px;
  border-radius: 0 0 5px 5px; }

.table:not(.cart):not(.totals) > thead > tr > th, .table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-family: "PT Sans Narrow", sans-serif;
  background-color: #f9f9f9;
  color: #1A1919;
  border-top: 1px solid #ddd; }

.accordion-toggle-plus {
  height: 12px;
  width: 12px;
  position: relative;
  cursor: pointer; }
  .accordion-toggle-plus .vertical {
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #002f87;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: 0.2s all ease-in-out; }
  .accordion-toggle-plus .horizontal {
    position: absolute;
    height: 2px;
    width: 12px;
    background-color: #002f87;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 1;
    transition: 0.2s all ease-in-out; }
  .accordion-toggle-plus.opened .vertical {
    transform: translate(-50%, -50%) rotate(90deg); }
  .accordion-toggle-plus.opened .horizontal {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0; }

.accordion .active .accordion-toggle-plus .vertical {
  transform: translate(-50%, -50%) rotate(90deg); }

.accordion .active .accordion-toggle-plus .horizontal {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0; }

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
  content: '';
  height: 26px;
  width: 18px;
  background-image: url(../images/icons/minicart/close.svg);
  background-size: cover; }

.cms-page-view .breadcrumbs {
  margin-bottom: 0; }

.cms-page-view #maincontent table, #maincontent .prismic table {
  border: 1px solid #979797; }
  .cms-page-view #maincontent table tr th, #maincontent .prismic table tr th {
    font-family: "PT Sans Narrow", sans-serif;
    color: #002f87;
    font-weight: 500;
    font-size: 18px; }
  .cms-page-view #maincontent table tr td, .cms-page-view #maincontent table tr th, #maincontent .prismic table tr td, #maincontent .prismic table tr th {
    padding: 14px 12px; }
    .cms-page-view #maincontent table tr td:not(:last-of-type), .cms-page-view #maincontent table tr th:not(:last-of-type), #maincontent .prismic table tr td:not(:last-of-type), #maincontent .prismic table tr th:not(:last-of-type) {
      border-right: 1px solid #979797; }
  .cms-page-view #maincontent table tr:not(:last-of-type) td, .cms-page-view #maincontent table tr:not(:last-of-type) th, #maincontent .prismic table tr:not(:last-of-type) td, #maincontent .prismic table tr:not(:last-of-type) th {
    border-bottom: 1px solid #979797; }

body .modal-popup.confirm._show .modal-inner-wrap {
  padding: 20px; }
  body .modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-accept, body .modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-dismiss {
    padding: 12px 20px;
    min-width: 100px;
    border-width: 2px; }
  body .modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-dismiss {
    margin-right: 6px; }

.page-wrapper > .top-container {
  max-width: 100%;
  padding: 0; }

.pre-footer {
  padding-top: 1.2em;
  padding-bottom: 1.6em; }

.page-wrapper > .page-bottom {
  max-width: 100%;
  width: 100%;
  padding: 0; }

@media screen and (min-width: 768px) {
  .pre-footer {
    padding-top: 2.688em;
    padding-bottom: 2.5em; } }

.page-footer {
  background-color: #f5f5f5;
  position: relative;
  z-index: 2; }
  .page-footer .newsletter-subscribe-bar {
    background: linear-gradient(0deg, #e6e6e6, #f5f5f5); }
    .page-footer .newsletter-subscribe-bar > .page-main {
      padding: 26px 20px; }
    .page-footer .newsletter-subscribe-bar .footer-logo-wrapper {
      width: 192px;
      min-width: 134px;
      margin-bottom: -10px; }
      .page-footer .newsletter-subscribe-bar .footer-logo-wrapper .footer-logo {
        vertical-align: bottom; }
    .page-footer .newsletter-subscribe-bar .action.primary {
      white-space: nowrap; }
    .page-footer .newsletter-subscribe-bar .newsletter-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .page-footer .newsletter-subscribe-bar .newsletter-content .text-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 18px;
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 500;
        padding-right: 30px;
        width: 40%; }
        @media (max-width: 767px) {
          .page-footer .newsletter-subscribe-bar .newsletter-content .text-content {
            width: 100%;
            margin-bottom: 16px; } }
        .page-footer .newsletter-subscribe-bar .newsletter-content .text-content .title {
          font-weight: 600;
          text-transform: uppercase;
          margin-right: 30px;
          color: #002f87; }
        .page-footer .newsletter-subscribe-bar .newsletter-content .text-content .description {
          color: #54565a; }
        @media (max-width: 1320px) {
          .page-footer .newsletter-subscribe-bar .newsletter-content .text-content .title {
            width: 100%; } }
      .page-footer .newsletter-subscribe-bar .newsletter-content .newsletter-content-wrapper {
        width: calc(100% - 230px);
        max-width: 800px;
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .page-footer .newsletter-subscribe-bar .newsletter-content .newsletter-content-wrapper {
            display: block; } }
        @media (max-width: 640px) {
          .page-footer .newsletter-subscribe-bar .newsletter-content .newsletter-content-wrapper {
            width: 100%; } }
      .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter {
        margin-bottom: 0;
        max-width: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60%; }
        @media (max-width: 767px) {
          .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter {
            flex-wrap: wrap;
            justify-content: center;
            width: 100%; } }
        .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter .field.newsletter {
          max-width: 100%; }
        .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter .content {
          width: 100%; }
          .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter .content .field {
            margin-right: 0; }
          .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter .content .control::before {
            display: none; }
          .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter .content .control input {
            padding-left: 16px;
            width: 100%;
            padding-right: 0;
            border: 1px solid #ccc;
            border-right: none;
            height: 56px;
            margin: 0;
            border-radius: 5px 0 0 5px; }
          .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter .content .action.subscribe {
            padding: 13px 20px;
            min-width: 130px;
            border-radius: 0 50px 50px 0; }
            @media (max-width: 640px) {
              .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter .content .action.subscribe {
                min-width: 0; } }
          .page-footer .newsletter-subscribe-bar .newsletter-content .block.newsletter .content .am-recaptcha-block {
            display: table-row; }
      @media (max-width: 640px) {
        .page-footer .newsletter-subscribe-bar .newsletter-content {
          display: block;
          padding: 0; }
          .page-footer .newsletter-subscribe-bar .newsletter-content .text-content {
            padding: 0;
            margin-bottom: 20px; }
          .page-footer .newsletter-subscribe-bar .newsletter-content .footer-logo-wrapper {
            width: 144px;
            margin-bottom: 10px; }
          .page-footer .newsletter-subscribe-bar .newsletter-content .description {
            font-size: 16px; } }
  .page-footer .footer-links {
    padding-top: 38px;
    padding-bottom: 22px; }
    .page-footer .footer-links .page-main {
      padding-left: 20px;
      padding-right: 20px; }
    @media (max-width: 480px) {
      .page-footer .footer-links {
        padding-top: 4px; } }
    .page-footer .footer-links .links-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-bottom: 10px; }
      @media (max-width: 480px) {
        .page-footer .footer-links .links-container {
          display: block;
          padding-bottom: 0;
          border-bottom: none; } }
      .page-footer .footer-links .links-container .col-footer {
        width: calc(18% - ((20px * 4) / 5));
        margin-bottom: 30px;
        padding: 0; }
        @media (max-width: 992px) {
          .page-footer .footer-links .links-container .col-footer {
            width: calc(50% - 10px); } }
        @media (max-width: 480px) {
          .page-footer .footer-links .links-container .col-footer {
            width: 100%; } }
      .page-footer .footer-links .links-container .footer-title {
        font-family: "PT Sans Narrow", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #002f87; }
      .page-footer .footer-links .links-container ul.links {
        list-style: none;
        padding: 0;
        font-size: 14px;
        margin-bottom: 0; }
        .page-footer .footer-links .links-container ul.links li {
          margin-bottom: 12px; }
          .page-footer .footer-links .links-container ul.links li a {
            text-decoration: none;
            color: #54565a; }
      @media (max-width: 480px) {
        .page-footer .footer-links .links-container .footer-accordion {
          width: auto;
          margin-bottom: 4px;
          border-bottom: 1px solid #c3c3c3; }
          .page-footer .footer-links .links-container .footer-accordion .footer-title {
            padding: 20px 0;
            font-size: 14px;
            cursor: pointer;
            position: relative;
            margin-bottom: 0; }
            .page-footer .footer-links .links-container .footer-accordion .footer-title::after {
              content: '';
              position: absolute;
              right: 0;
              height: 12px;
              width: 12px;
              top: 50%;
              transform: translateY(-50%) rotate(0);
              background-image: url(../images/icons/arrow-down-blue.svg);
              background-size: cover;
              -webkit-transition: 300ms;
              -moz-transition: 300ms;
              -o-transition: 300ms;
              transition: 300ms; }
            .page-footer .footer-links .links-container .footer-accordion .footer-title.active::after {
              transform: translateY(-50%) rotate(180deg); }
          .page-footer .footer-links .links-container .footer-accordion .accordion-content-container {
            display: none;
            padding: 10px 0 20px; } }
      @media (min-width: 993px) {
        .page-footer .footer-links .links-container .col-social {
          width: calc(28% - ((20px * 4) / 5)); } }
      .page-footer .footer-links .links-container .col-social .feefo-rating-image {
        max-width: 200px;
        margin-bottom: 20px; }
      @media (min-width: 993px) {
        .page-footer .footer-links .links-container .col-social {
          text-align: right;
          display: flex;
          flex-direction: column;
          align-items: flex-end; }
          .page-footer .footer-links .links-container .col-social .social-icons {
            justify-content: flex-end;
            max-width: 150px; } }
      .page-footer .footer-links .links-container .col-social .social-icons {
        align-items: center; }
        .page-footer .footer-links .links-container .col-social .social-icons a {
          width: 26px;
          margin-bottom: 10px; }
      @media (max-width: 480px) {
        .page-footer .footer-links .links-container .col-social {
          padding-top: 36px; } }
  .page-footer .copyright {
    font-size: 14px;
    font-weight: 400; }

.social-links {
  list-style: none;
  display: flex;
  padding: 0; }
  .social-links li {
    display: inline-flex;
    padding: 5px;
    margin: 0; }
  .social-links a {
    width: 30px;
    height: 30px;
    background: #002f87; }
    .social-links a[href*='facebook'] {
      background: #3b5998 url(../images/icons/brands/facebook-f.svg) no-repeat center center/10px; }
    .social-links a[href*='twitter'] {
      background: #1DA1F2 url(../images/icons/brands/x-twitter.svg) no-repeat center center/18px; }
    .social-links a[href*='instagram'] {
      background: #fff url(../images/icons/brands/instagram.svg) no-repeat center center/18px; }
    .social-links a[href*='youtube'] {
      background: #FF0000 url(../images/icons/brands/youtube.svg) no-repeat center center/22px; }
    .social-links a[href*='linkedin'] {
      background: #2867B2 url(../images/icons/brands/linkedin-in.svg) no-repeat center center/18px; }
    .social-links a[href*='pinterest'] {
      background: #E60023 url(../images/icons/brands/pinterest.svg) no-repeat center center/18px; }

@media screen and (min-width: 992px) {
  footer .social-links {
    display: inline-block;
    width: 135px; }
  .social-links a {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .social-links a:hover, .social-links a:focus, .social-links a:active, .social-links a.active, .social-links a.is-active {
      opacity: .6; } }

.block-minicart .block-content {
  display: flex;
  flex-wrap: wrap; }
  .block-minicart .block-content .minicart-items-wrapper {
    order: 1; }
  .block-minicart .block-content > .actions {
    display: none; }
  .block-minicart .block-content .items-total {
    display: none; }
  .block-minicart .block-content .subtotal {
    order: 2; }
  .block-minicart .block-content .minicart-items-wrapper + .actions {
    display: block;
    order: 10;
    width: 100%; }
  .block-minicart .block-content .subtitle.empty {
    font-weight: 500;
    padding: 10px 15px;
    width: 100%;
    text-align: center; }

.minicart-wrapper .block-minicart {
  padding: 0; }
  .minicart-wrapper .block-minicart .minicart-items .product-item {
    padding-top: 5px;
    padding-bottom: 5px; }
    .minicart-wrapper .block-minicart .minicart-items .product-item:not(:first-child) {
      border-top: 1px solid #979797;
      padding-top: 12px; }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    margin: 0;
    width: 100%;
    border: 0;
    padding-right: 5px; }
  .minicart-wrapper .block-minicart .block-content .subtotal {
    margin: 0;
    width: 100%;
    padding: 0 15px; }
    .minicart-wrapper .block-minicart .block-content .subtotal .label {
      width: 96px;
      display: inline-block; }
    .minicart-wrapper .block-minicart .block-content .subtotal .amount {
      width: calc(100% - 100px);
      display: inline-block; }
  .minicart-wrapper .block-minicart .block-content .amount .price-wrapper:first-child .price {
    font-weight: 500;
    font-weight: normal;
    color: #293035; }
  .minicart-wrapper .block-minicart .block-content .product-image-wrapper {
    width: 78px;
    height: 78px;
    overflow: hidden;
    font-size: 11px; }
  .minicart-wrapper .block-minicart .block-content .product-item-details {
    position: relative; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .product-item-name {
      flex-basis: 100%; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .price-including-tax,
    .minicart-wrapper .block-minicart .block-content .product-item-details .price-excluding-tax {
      font-size: initial;
      text-align: right; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .product-item-pricing {
      flex-basis: 100%; }
      .minicart-wrapper .block-minicart .block-content .product-item-details .product-item-pricing .price-container {
        position: absolute;
        top: 0;
        right: 0; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .product-item-name {
      font-size: 14px;
      font-weight: 500;
      margin: 0;
      padding-right: 60px; }
      .minicart-wrapper .block-minicart .block-content .product-item-details .product-item-name a {
        color: #727272;
        text-decoration: none; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .product.options {
      display: none; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .price-container .minicart-price .price {
      font-weight: 500;
      font-size: 18px;
      font-weight: normal;
      color: #293035; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .price-container .price-excluding-tax:before {
      font-size: 12px;
      color: #727272; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .price-container .price-excluding-tax .price {
      font-size: 12px;
      color: #727272; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .product.actions {
      padding: 0;
      margin-right: 3px;
      margin-top: -14px; }
      .minicart-wrapper .block-minicart .block-content .product-item-details .product.actions .primary {
        display: none; }
      .minicart-wrapper .block-minicart .block-content .product-item-details .product.actions .action.delete:before {
        display: none; }
      .minicart-wrapper .block-minicart .block-content .product-item-details .product.actions .action.delete > span {
        font-size: 12px;
        position: relative;
        color: #002f87;
        text-decoration: underline; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .details-qty.qty label {
      font-size: 14px; }
    .minicart-wrapper .block-minicart .block-content .product-item-details .details-qty.qty input {
      font-size: 14px;
      border: 0;
      width: 27px;
      padding-left: 0; }
  .minicart-wrapper .block-minicart .block-content .actions {
    padding: 0 15px 20px 15px; }
    .minicart-wrapper .block-minicart .block-content .actions .action.viewcart {
      -webkit-transition: 0.3s all ease-in-out;
      -moz-transition: 0.3s all ease-in-out;
      -ms-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      font-size: 15px;
      line-height: 1;
      border-radius: 0;
      background: #002f87;
      color: #fff;
      font-size: 1em;
      display: inline-block;
      position: relative;
      text-decoration: none;
      padding: 15px 40px 15px 20px;
      margin: 0;
      border: 1px solid;
      border-color: transparent;
      text-shadow: none;
      white-space: initial;
      cursor: pointer;
      font-size: 15px;
      padding: 12px;
      width: 100%; }
      .minicart-wrapper .block-minicart .block-content .actions .action.viewcart span {
        color: #fff; }
      .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:visited {
        color: #fff; }
      .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:hover, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:focus, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:active, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart.active, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart.is-active {
        color: #fff;
        text-decoration: none;
        border-color: #002f87;
        background: #00215e; }
        .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:hover span, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:focus span, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:active span, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart.active span, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart.is-active span {
          color: #fff; }
      .minicart-wrapper .block-minicart .block-content .actions .action.viewcart span {
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        padding-right: 30px;
        position: relative;
        background: url(../images/elements/arrow-btn.svg) no-repeat 95% center/15px; }
      .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:hover span, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:focus span, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:active span, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart.active span, .minicart-wrapper .block-minicart .block-content .actions .action.viewcart.is-active span {
        background: url(../images/elements/arrow-btn.svg) no-repeat 100% center/15px; }

.minicart-wrapper .block-minicart {
  border: 0; }
  .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
    display: none; }

.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  overflow-y: scroll;
  max-height: 52vh; }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #ECECEC; }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #002f87; }

.minicart-wrapper .block-minicart .block-title {
  background: #F5F5F0;
  line-height: 1;
  padding: 20.5px 20px;
  display: block; }
  .minicart-wrapper .block-minicart .block-title strong {
    font-weight: 400; }
  .minicart-wrapper .block-minicart .block-title .text {
    color: #293035; }
  .minicart-wrapper .block-minicart .block-title .qty {
    display: none; }

.minicart-wrapper .block-minicart .action.close {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: url(../images/icons/minicart/close.svg) no-repeat center center/14px;
  top: 8px;
  transform: rotate(0deg); }
  .minicart-wrapper .block-minicart .action.close:before {
    display: none; }
  .minicart-wrapper .block-minicart .action.close:hover {
    background-image: url(../images/icons/cross.svg);
    transform: rotate(180deg); }

@media screen and (min-width: 768px) {
  .minicart-wrapper .block-minicart {
    right: 0;
    top: 70%;
    width: 360px; } }

.block-search .control {
  border: 0; }

.block-search .label:before {
  font-size: 0;
  width: 44px;
  height: 34px;
  background: url(../images/icons/search.svg) no-repeat center center/22px; }

@media all and (max-width: 991px) {
  .header-right .block-search {
    z-index: 9; }
  .nav-open .header-right .block-search {
    z-index: 999; } }

@media screen and (min-width: 768px) {
  .page-header .search-autocomplete {
    margin-top: -15px; } }

.page-header .search-autocomplete ul li {
  border: none !important; }
  .page-header .search-autocomplete ul li:hover, .page-header .search-autocomplete ul li.selected {
    background: #f5f5f5; }

.page-header .search-autocomplete ul li:not(:empty) {
  border: 1px solid #f6f6f6; }

.for-professionals .page-header .search-autocomplete ul li:hover, .for-professionals .page-header .search-autocomplete ul li.selected {
  background: #2B2B2B;
  color: #fff !important; }
  .for-professionals .page-header .search-autocomplete ul li:hover .amount, .for-professionals .page-header .search-autocomplete ul li.selected .amount {
    color: #fff; }

.for-professionals .page-header .search-autocomplete ul li .amount {
  color: #7f7f7f; }

.for-professionals .page-header .search-autocomplete ul li:not(:empty) {
  background: #2B2B2B;
  border: 1px solid #2B2B2B;
  border-bottom-color: #7f7f7f;
  color: #7f7f7f; }

.for-industry .page-header .search-autocomplete ul li:hover, .for-industry .page-header .search-autocomplete ul li.selected {
  background: #727272;
  color: #fff !important; }
  .for-industry .page-header .search-autocomplete ul li:hover .amount, .for-industry .page-header .search-autocomplete ul li.selected .amount {
    color: #fff; }

.for-industry .page-header .search-autocomplete ul li .amount {
  color: #ddd; }

.for-industry .page-header .search-autocomplete ul li:not(:empty) {
  background: #727272;
  border: 1px solid #727272;
  border-bottom-color: #7f7f7f;
  color: #ddd; }

header.page-header .block-search {
  float: none;
  padding: 0;
  margin: 0;
  z-index: 110;
  position: relative; }
  header.page-header .block-search::before {
    display: none; }
  header.page-header .block-search input[type=text] {
    font-size: 15px;
    line-height: 1;
    color: #727272;
    height: 45px;
    text-shadow: none;
    width: 358px;
    border-radius: 50px;
    padding: 0 20px 0 46px;
    border-color: #002f87;
    margin: 0;
    position: static; }
    @media (max-width: 1400px) {
      header.page-header .block-search input[type=text] {
        width: 264px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      header.page-header .block-search input[type=text] {
        width: 200px;
        padding: 0 10px 0 46px;
        border-color: #979797;
        height: 42px; } }
    @media (max-width: 767px) {
      header.page-header .block-search input[type=text] {
        width: 100%; } }
  header.page-header .block-search input[type="text"]::-moz-placeholder {
    color: #727272;
    text-shadow: none; }
  header.page-header .block-search input[type="text"]::placeholder {
    color: #727272;
    text-shadow: none; }
  header.page-header .block-search input[type="text"]:-webkit-input-placeholder {
    color: #727272;
    text-shadow: none; }
  header.page-header .block-search input[type="text"]::-moz-placeholder {
    color: #727272;
    text-shadow: none; }
  header.page-header .block-search input[type="text"]:-moz-placeholder {
    color: #727272;
    text-shadow: none; }
  header.page-header .block-search input[type="text"]:-ms-input-placeholder {
    color: #727272;
    text-shadow: none; }
  header.page-header .block-search .action.search {
    width: 29px;
    height: 29px;
    display: block;
    right: 20px;
    top: 4px;
    background: url(../images/icons/search.svg) no-repeat center center/22px; }
    header.page-header .block-search .action.search:before {
      display: none; }
    header.page-header .block-search .action.search:hover, header.page-header .block-search .action.search:focus, header.page-header .block-search .action.search:active, header.page-header .block-search .action.search.active, header.page-header .block-search .action.search.is-active {
      opacity: .4;
      background: url(../images/icons/search.svg) no-repeat center center/22px; }
  header.page-header .block-search .amsearch-input-wrapper .amsearch-button.-close:hover {
    background-color: transparent; }

.amsearch-form-block {
  display: block;
  width: 100% !important; }

.top-ad-block-container {
  background: #F5F5F5;
  width: 100%;
  max-width: 100% !important;
  padding-top: .045em;
  padding-bottom: .2em; }

.top-ad-block {
  margin-top: 1.5em; }
  .top-ad-block h2 {
    font-family: 'FoundryGridnik-Bold', sans-serif;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0; }
  .top-ad-block p, .top-ad-block .cms-home .prismic p, .cms-home .prismic .top-ad-block p, .top-ad-block .for-industry .prismic p, .for-industry .prismic .top-ad-block p, .top-ad-block .for-professionals .prismic p, .for-professionals .prismic .top-ad-block p {
    margin-top: .5em; }
  .top-ad-block .col-sm-9 p {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: .25em; }
  .top-ad-block .btn {
    margin-top: .5em; }

.cms-index-index.cms-home .prismic .top-ad-block-container {
  padding-top: 0.25em;
  padding-bottom: 1.1em; }
  .cms-index-index.cms-home .prismic .top-ad-block-container .col-sm-9 p {
    font-size: 18px; }
  .cms-index-index.cms-home .prismic .top-ad-block-container .col-sm-11 p {
    margin-bottom: .4em; }
  .cms-index-index.cms-home .prismic .top-ad-block-container p {
    font-size: 16px; }

@media screen and (min-width: 580px) {
  .top-ad-block h2 {
    font-size: 30px; } }

@media screen and (min-width: 840px) {
  .top-ad-block-container {
    padding-top: .3em;
    padding-bottom: 1.85em; }
  .top-ad-block p, .top-ad-block .cms-home .prismic p, .cms-home .prismic .top-ad-block p, .top-ad-block .for-industry .prismic p, .for-industry .prismic .top-ad-block p, .top-ad-block .for-professionals .prismic p, .for-professionals .prismic .top-ad-block p {
    margin-top: 0; }
  .top-ad-block .btn {
    padding-right: 54px;
    float: right; }
  .top-ad-block .col-sm-9 p {
    margin-bottom: 1em; }
  .top-ad-block .col-sm-11 p {
    margin-top: 7px !important; }
  .cms-index-index.cms-home .prismic .top-ad-block-container {
    padding-top: .1em;
    padding-bottom: .35em; }
    .cms-index-index.cms-home .prismic .top-ad-block-container p {
      font-size: 18px; }
    .cms-index-index.cms-home .prismic .top-ad-block-container .col-sm-11 p {
      margin-bottom: 1em; } }

.top-block-inner p, .top-block-inner .cms-home .prismic p, .cms-home .prismic .top-block-inner p, .top-block-inner .for-industry .prismic p, .for-industry .prismic .top-block-inner p, .top-block-inner .for-professionals .prismic p, .for-professionals .prismic .top-block-inner p {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 1; }

.top-block-inner strong {
  font-weight: normal; }

.top-block-inner a {
  display: inline-block;
  width: 100%;
  padding: 16px 0 15px 0;
  color: #fff;
  text-align: center;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .banner-wrapper .secondary-bg .hidden-xs-down, .top-container .secondary-bg .hidden-xs-down {
    border-left: 1px solid rgba(255, 255, 255, 0.26); } }

@media screen and (min-width: 840px) {
  .top-block-inner p, .top-block-inner .cms-home .prismic p, .cms-home .prismic .top-block-inner p, .top-block-inner .for-industry .prismic p, .for-industry .prismic .top-block-inner p, .top-block-inner .for-professionals .prismic p, .for-professionals .prismic .top-block-inner p {
    font-size: 18px; }
  .top-block-inner a {
    padding: 26px 0 24px 0; } }

.cms-home .columns .column.main, .for-industry .columns .column.main, .for-professionals .columns .column.main {
  padding-bottom: 0; }

.carousel-wrapper .products-carousel .feefo-product-list-rating-container {
  margin-bottom: 10px; }

@media screen and (min-width: 992px) {
  .carousel-wrapper .products-carousel .owl-carousel.owl-drag .owl-item {
    padding-right: 7px; }
  .carousel-wrapper .products-carousel .product-item .price-box {
    margin: 10px 0 8px; }
  body.has-hero.cms-home #maincontent.page-main .prismic > .carousel-wrapper {
    padding: 82px 0 44px;
    margin-bottom: 110px; }
    body.has-hero.cms-home #maincontent.page-main .prismic > .carousel-wrapper h4 {
      margin-bottom: 76px; } }

.banner-content {
  width: 100%;
  position: absolute;
  bottom: 38px;
  z-index: 1; }
  .banner-content .panel {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .banner-content h1 {
    font-size: 32px;
    color: #fff;
    margin-bottom: .45em; }
  .banner-content p, .banner-content .cms-home .prismic p, .cms-home .prismic .banner-content p, .banner-content .for-industry .prismic p, .for-industry .prismic .banner-content p, .banner-content .for-professionals .prismic p, .for-professionals .prismic .banner-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 1.65em;
    max-width: 580px; }
  .banner-content .btn {
    padding: 15px 42px 15px 18px; }
    .banner-content .btn:hover, .banner-content .btn:focus, .banner-content .btn:active, .banner-content .btn.active, .banner-content .btn.is-active {
      background-position: 95% center; }

.cms-homepage #maincontent.page-main .prismic > .banner-wrapper {
  max-width: none;
  margin: 0 auto;
  padding: 0; }
  .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 455px; }
    .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home h1 {
      margin: 0; }
    @media screen and (min-width: 768px) {
      .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home {
        height: 56.25vw; } }
    @media screen and (min-width: 992px) {
      .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home {
        height: 640px; }
        .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home .image {
          min-height: 640px; } }
    .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home picture.image {
      position: relative; }
      .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home picture.image::after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent); }
      .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home picture.image img {
        height: 455px; }
        @media screen and (min-width: 768px) {
          .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home picture.image img {
            height: 56.25vw; } }
        @media screen and (min-width: 992px) {
          .cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home picture.image img {
            height: 640px; } }

@media screen and (min-width: 768px) {
  .banner-content h1 {
    font-size: 52px;
    margin-bottom: .055em; } }

@media screen and (min-width: 992px) {
  .banner-content {
    bottom: 48px; }
    .banner-content h1 {
      font-size: 72px; }
    .banner-content p, .banner-content .cms-home .prismic p, .cms-home .prismic .banner-content p, .banner-content .for-industry .prismic p, .for-industry .prismic .banner-content p, .banner-content .for-professionals .prismic p, .for-professionals .prismic .banner-content p {
      font-size: 18px;
      margin-bottom: 1.3em; }
  .for-everyone.cms-homepage #maincontent.page-main .prismic > .banner-wrapper .banner-home h1 {
    margin-bottom: 8px; } }

.latest-products .mp-ps-info {
  display: none; }

.mp-product-slider-content {
  border: 1px solid #dadada;
  position: relative;
  width: 100%;
  max-width: 1250px; }

.cms-home .image-grid-wrapper, .for-industry .image-grid-wrapper, .for-professionals .image-grid-wrapper {
  max-width: 1340px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .cms-home .image-grid-wrapper + h3, .for-industry .image-grid-wrapper + h3, .for-professionals .image-grid-wrapper + h3 {
    display: none; }

.cms-home .image-grid-wrapper.three-column .image-grid-item, .for-industry .image-grid-wrapper.three-column .image-grid-item, .for-professionals .image-grid-wrapper.three-column .image-grid-item {
  margin-bottom: 3.8em; }

.cms-home .image-grid-wrapper.three-column p, .for-industry .image-grid-wrapper.three-column p, .for-professionals .image-grid-wrapper.three-column p {
  color: #5E5E5E;
  line-height: 1.5em;
  margin: 0; }

.cms-home .image-grid-wrapper.three-column .title p, .for-industry .image-grid-wrapper.three-column .title p, .for-professionals .image-grid-wrapper.three-column .title p {
  font-size: 20px;
  color: #0B0303;
  margin-top: .3em;
  margin-bottom: .1em; }

.bottom-blocks-container {
  margin-bottom: 4em; }
  .bottom-blocks-container a {
    text-decoration: none;
    color: #5E5E5E; }
  .bottom-blocks-container img {
    width: 100%; }

@media screen and (min-width: 768px) {
  .cms-home .prismic .image-grid-wrapper.three-column, .for-industry .prismic .image-grid-wrapper.three-column, .for-professionals .prismic .image-grid-wrapper.three-column {
    margin-bottom: 8.75em; }
    .cms-home .prismic .image-grid-wrapper.three-column .image-grid-item, .for-industry .prismic .image-grid-wrapper.three-column .image-grid-item, .for-professionals .prismic .image-grid-wrapper.three-column .image-grid-item {
      margin-bottom: 0; }
    .cms-home .prismic .image-grid-wrapper.three-column .title p, .for-industry .prismic .image-grid-wrapper.three-column .title p, .for-professionals .prismic .image-grid-wrapper.three-column .title p {
      font-size: 20px;
      margin-top: .8em;
      margin-bottom: .25em; } }

.inspiration-block {
  margin-top: 20px;
  margin-bottom: 2.7em;
  background: linear-gradient(0deg, #f5f5f5 75%, #fff 25%);
  padding-bottom: 47px; }
  .inspiration-block .image {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%; }
  .inspiration-block .image-container p {
    margin: 0;
    line-height: 1; }
  .inspiration-block .image-container img {
    margin: 0; }
  .inspiration-block h2 {
    font-size: 32px;
    margin-top: .35em;
    margin-bottom: .85em; }
  .inspiration-block .inner-box {
    display: inline-block;
    float: left;
    width: 33%; }
    .inspiration-block .inner-box p {
      display: inline-block;
      width: 100%;
      margin: 0;
      position: relative;
      height: 88px;
      text-align: center; }
    .inspiration-block .inner-box a {
      text-decoration: none;
      width: 100%;
      height: 100%;
      display: inline-block;
      float: none;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center; }
    .inspiration-block .inner-box:nth-child(3) a {
      height: 85px;
      width: 75px;
      background-image: url(../images/inspiration/home.svg); }
      .inspiration-block .inner-box:nth-child(3) a:hover {
        background-image: url(../images/inspiration/home-hover.svg); }
    .inspiration-block .inner-box:nth-child(4) a {
      height: 89px;
      width: 77px;
      background-image: url(../images/inspiration/house.svg); }
      .inspiration-block .inner-box:nth-child(4) a:hover {
        background-image: url(../images/inspiration/house-hover.svg); }
    .inspiration-block .inner-box:nth-child(5) a {
      margin-top: 18px;
      height: 70px;
      width: 75px;
      background-image: url(../images/inspiration/garden.svg); }
      .inspiration-block .inner-box:nth-child(5) a:hover {
        background-image: url(../images/inspiration/garden-hover.svg); }
    .inspiration-block .inner-box h3, .inspiration-block .inner-box img {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }

@media all and (min-width: 768px) and (max-width: 840px) {
  .inspiration-block {
    margin-top: 75px; } }

@media screen and (min-width: 768px) {
  .inspiration-block {
    background: none;
    padding-bottom: 0; }
    .inspiration-block .image-text-wrapper {
      position: relative;
      margin-bottom: 7em; }
      .inspiration-block .image-text-wrapper:before {
        background-color: #f5f5f5;
        content: '';
        display: block;
        position: absolute;
        top: -40px;
        left: calc(50% - 50vw);
        height: calc(100% + 80px);
        width: calc(50vw + 25% - 29px/2); } }

@media screen and (min-width: 840px) {
  .inspiration-block {
    margin-top: 167px;
    margin-bottom: 10.2em; }
    .inspiration-block .image {
      display: unset;
      padding: 0; }
    .inspiration-block .inner-box {
      width: 25%; }
    .inspiration-block h2 {
      font-size: 48px;
      margin-top: 0;
      margin-bottom: .6em; }
    .inspiration-block h3 {
      font-size: 15px; }
    .inspiration-block p, .inspiration-block .cms-home .prismic p, .cms-home .prismic .inspiration-block p, .inspiration-block .for-industry .prismic p, .for-industry .prismic .inspiration-block p, .inspiration-block .for-professionals .prismic p, .for-professionals .prismic .inspiration-block p {
      font-size: 18px; }
    .inspiration-block .inner-box p {
      height: 88px;
      text-align: left; }
    .inspiration-block .inner-box a {
      width: 100%;
      max-width: 75px;
      height: 75px;
      float: left; }
    .inspiration-block .inner-box:nth-child(3) a {
      height: 85px;
      width: 75px; }
    .inspiration-block .inner-box:nth-child(4) a {
      height: 89px;
      width: 77px; }
    .inspiration-block .inner-box:nth-child(5) a {
      position: absolute;
      bottom: 0;
      margin-top: 0;
      height: 70px;
      width: 75px;
      left: 3px; } }

@media screen and (min-width: 1200px) {
  .inspiration-block .image-text-inner {
    padding-right: 4.5em; }
    .inspiration-block .image-text-inner > p, .inspiration-block .cms-home .prismic .image-text-inner > p, .inspiration-block .for-industry .prismic .image-text-inner > p, .inspiration-block .for-professionals .prismic .image-text-inner > p {
      margin-bottom: 2.4em; }
  .inspiration-block .inner-box {
    width: 23%; }
  .inspiration-block .image-text-wrapper {
    position: relative; }
    .inspiration-block .image-text-wrapper:before {
      background-color: #f5f5f5;
      content: '';
      display: block;
      position: absolute;
      top: -80px;
      left: calc(50% - 50vw);
      height: calc(100% + 160px);
      width: calc(50vw + 25% - 29px/2); } }

.home-section-card-container {
  margin-top: 7em; }

.home-section-card, .image-grid-wrapper.four-column {
  margin-bottom: .75em; }
  .home-section-card .image-grid-item, .image-grid-wrapper.four-column .image-grid-item {
    margin-bottom: .25em; }
    .home-section-card .image-grid-item:last-child, .image-grid-wrapper.four-column .image-grid-item:last-child {
      margin-bottom: 0; }
  .home-section-card .title p, .image-grid-wrapper.four-column .title p {
    font-size: 20px;
    color: #0B0303;
    margin-top: .6em;
    margin-bottom: 0; }
  .home-section-card p, .home-section-card .cms-home .prismic p, .cms-home .prismic .home-section-card p, .home-section-card .for-industry .prismic p, .for-industry .prismic .home-section-card p, .home-section-card .for-professionals .prismic p, .for-professionals .prismic .home-section-card p, .image-grid-wrapper.four-column p {
    color: #5E5E5E; }

@media all and (max-width: 767px) {
  .for-everyone.cms-homepage .prismic .image-grid-wrapper.four-column .image-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
    .for-everyone.cms-homepage .prismic .image-grid-wrapper.four-column .image-grid .image-grid-item:not(:first-child) {
      margin-top: 0; } }

@media all and (max-width: 991px) {
  body.cms-homepage.for-everyone #maincontent.page-main .prismic .image-grid-wrapper.four-column, body.cms-homepage.for-everyone #maincontent.page-main .prismic .image-grid-wrapper.three-column {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 768px) {
  .home-card-container, .image-grid-wrapper.four-column {
    margin-bottom: 1.5em; }
    .home-card-container .image-grid-item, .image-grid-wrapper.four-column .image-grid-item {
      margin-bottom: 0; }
    .home-card-container .title, .image-grid-wrapper.four-column .title {
      font-size: 20px;
      margin-top: .75em;
      margin-bottom: 0;
      line-height: 1.2; } }

@media screen and (min-width: 992px) {
  .home-section-card-container {
    margin-top: 10.5em; }
  .home-section-card {
    margin-bottom: 0; } }

body.has-hero #maincontent.page-main .prismic .surface-block.container {
  padding-left: 18px;
  padding-right: 18px; }

.surface-block {
  margin-top: 1.2em;
  margin-bottom: 2.5em; }
  .surface-block h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: .25em; }
    .surface-block h3 a {
      display: none; }
  .surface-block h4 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #293035;
    margin-top: 0;
    margin-bottom: 1em;
    width: 100%;
    clear: both; }
  .surface-block .tiles {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .surface-block .tiles .tile {
      flex-basis: 50%;
      margin-bottom: .5em;
      padding-right: 7px;
      padding-left: 7px;
      text-align: center; }
    .surface-block .tiles span {
      color: #293035;
      text-align: center;
      width: 100%;
      display: block;
      margin-top: 8px;
      margin-bottom: 20px; }
    .surface-block .tiles .svg-wrapper {
      background-color: #f5f5f5;
      padding-top: 100%;
      position: relative; }
      .surface-block .tiles .svg-wrapper svg {
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        width: auto;
        height: 100%;
        max-height: 119px;
        display: block; }
        .surface-block .tiles .svg-wrapper svg path, .surface-block .tiles .svg-wrapper svg rect, .surface-block .tiles .svg-wrapper svg line {
          -webkit-transition: 0.3s all ease-in-out;
          -moz-transition: 0.3s all ease-in-out;
          -ms-transition: 0.3s all ease-in-out;
          -o-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out;
          fill: #727272; }
        .surface-block .tiles .svg-wrapper svg polygon, .surface-block .tiles .svg-wrapper svg line, .surface-block .tiles .svg-wrapper svg polyline {
          stroke: #727272; }
        .surface-block .tiles .svg-wrapper svg.three path, .surface-block .tiles .svg-wrapper svg.four path, .surface-block .tiles .svg-wrapper svg.six path, .surface-block .tiles .svg-wrapper svg.eleven path {
          fill: none; }
        .surface-block .tiles .svg-wrapper svg.four rect, .surface-block .tiles .svg-wrapper svg.seven rect, .surface-block .tiles .svg-wrapper svg.eight rect, .surface-block .tiles .svg-wrapper svg.nine rect, .surface-block .tiles .svg-wrapper svg.ten rect, .surface-block .tiles .svg-wrapper svg.eleven rect {
          fill: none; }
      .surface-block .tiles .svg-wrapper:hover {
        background: #002f87; }
        .surface-block .tiles .svg-wrapper:hover svg path, .surface-block .tiles .svg-wrapper:hover svg rect, .surface-block .tiles .svg-wrapper:hover svg line {
          fill: #fff; }
        .surface-block .tiles .svg-wrapper:hover svg polygon, .surface-block .tiles .svg-wrapper:hover svg line, .surface-block .tiles .svg-wrapper:hover svg polyline {
          stroke: #fff; }
        .surface-block .tiles .svg-wrapper:hover svg.three path, .surface-block .tiles .svg-wrapper:hover svg.four path, .surface-block .tiles .svg-wrapper:hover svg.six path, .surface-block .tiles .svg-wrapper:hover svg.eleven path {
          fill: none;
          stroke: #fff; }
        .surface-block .tiles .svg-wrapper:hover svg.four rect, .surface-block .tiles .svg-wrapper:hover svg.seven rect, .surface-block .tiles .svg-wrapper:hover svg.eight rect, .surface-block .tiles .svg-wrapper:hover svg.nine rect, .surface-block .tiles .svg-wrapper:hover svg.ten rect, .surface-block .tiles .svg-wrapper:hover svg.eleven rect {
          fill: none;
          stroke: #fff; }
        .surface-block .tiles .svg-wrapper:hover svg.therteen g, .surface-block .tiles .svg-wrapper:hover svg.fourteen g, .surface-block .tiles .svg-wrapper:hover svg.eighteen g, .surface-block .tiles .svg-wrapper:hover svg.nineteen g {
          stroke: #fff; }
    .surface-block .tiles .svg-wrapper svg.one {
      max-height: 55px; }
    .surface-block .tiles .svg-wrapper svg.two {
      max-height: 55px; }
    .surface-block .tiles .svg-wrapper svg.three {
      max-height: 54px; }
    .surface-block .tiles .svg-wrapper svg.four {
      max-height: 51px; }
    .surface-block .tiles .svg-wrapper svg.five {
      max-height: 64px; }
    .surface-block .tiles .svg-wrapper svg.six {
      max-height: 63px; }
    .surface-block .tiles .svg-wrapper svg.seven, .surface-block .tiles .svg-wrapper svg.eight, .surface-block .tiles .svg-wrapper svg.nine {
      max-height: 61px; }
    .surface-block .tiles .svg-wrapper svg.ten {
      max-height: 55px; }
    .surface-block .tiles .svg-wrapper svg.eleven {
      max-height: 41px; }
    .surface-block .tiles .svg-wrapper svg.twelve {
      max-height: 28px; }
    .surface-block .tiles .svg-wrapper svg.therteen {
      max-height: 67px; }
    .surface-block .tiles .svg-wrapper svg.fourteen {
      max-height: 68px; }
    .surface-block .tiles .svg-wrapper svg.fifteen {
      max-height: 57px; }
    .surface-block .tiles .svg-wrapper svg.sixteen {
      max-height: 54px; }
    .surface-block .tiles .svg-wrapper svg.seventeen {
      max-height: 47px; }
    .surface-block .tiles .svg-wrapper svg.eighteen {
      max-height: 66px; }
    .surface-block .tiles .svg-wrapper svg.nineteen {
      max-height: 41px; }
    .surface-block .tiles .svg-wrapper svg.twenty {
      max-height: 69px; }
    .surface-block .tiles .svg-wrapper svg.twentyone {
      max-height: 67px; }
    .surface-block .tiles .svg-wrapper svg.twentytwo {
      max-height: 74px; }
    .surface-block .tiles h4 {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 1.15em;
      margin-bottom: 2em; }
    .surface-block .tiles a {
      font-size: 16px;
      text-transform: lowercase;
      display: block;
      text-align: center;
      text-decoration: none;
      color: #0B0303; }

@media all and (max-width: 767px) {
  .for-professionals .surface-block h3 {
    margin-bottom: 28px; } }

@media all and (min-width: 380px) {
  .surface-block .tiles .svg-wrapper svg.one {
    max-height: 85px; }
  .surface-block .tiles .svg-wrapper svg.two {
    max-height: 86px; }
  .surface-block .tiles .svg-wrapper svg.three {
    max-height: 84px; }
  .surface-block .tiles .svg-wrapper svg.four {
    max-height: 80px; }
  .surface-block .tiles .svg-wrapper svg.five {
    max-height: 97px; }
  .surface-block .tiles .svg-wrapper svg.six {
    max-height: 95px; }
  .surface-block .tiles .svg-wrapper svg.seven, .surface-block .tiles .svg-wrapper svg.eight, .surface-block .tiles .svg-wrapper svg.nine {
    max-height: 91px; }
  .surface-block .tiles .svg-wrapper svg.ten {
    max-height: 74px; }
  .surface-block .tiles .svg-wrapper svg.eleven {
    max-height: 65px; }
  .surface-block .tiles .svg-wrapper svg.twelve {
    max-height: 48px; } }

@media screen and (min-width: 580px) {
  .surface-block .tiles .tile {
    flex-basis: 33.333333%;
    padding-right: 10px;
    padding-left: 10px; }
  .surface-block .tiles .svg-wrapper svg.one {
    max-height: 75px; }
  .surface-block .tiles .svg-wrapper svg.two {
    max-height: 76px; }
  .surface-block .tiles .svg-wrapper svg.three {
    max-height: 74px; }
  .surface-block .tiles .svg-wrapper svg.four {
    max-height: 70px; }
  .surface-block .tiles .svg-wrapper svg.five {
    max-height: 87px; }
  .surface-block .tiles .svg-wrapper svg.six {
    max-height: 85px; }
  .surface-block .tiles .svg-wrapper svg.seven, .surface-block .tiles .svg-wrapper svg.eight, .surface-block .tiles .svg-wrapper svg.nine {
    max-height: 81px; }
  .surface-block .tiles .svg-wrapper svg.ten {
    max-height: 74px; }
  .surface-block .tiles .svg-wrapper svg.eleven {
    max-height: 55px; }
  .surface-block .tiles .svg-wrapper svg.twelve {
    max-height: 38px; }
  .surface-block .tiles .svg-wrapper svg.therteen {
    max-height: 89px; }
  .surface-block .tiles .svg-wrapper svg.fourteen {
    max-height: 90px; }
  .surface-block .tiles .svg-wrapper svg.fifteen {
    max-height: 76px; }
  .surface-block .tiles .svg-wrapper svg.sixteen {
    max-height: 72px; }
  .surface-block .tiles .svg-wrapper svg.seventeen {
    max-height: 64px; }
  .surface-block .tiles .svg-wrapper svg.eighteen {
    max-height: 89px; }
  .surface-block .tiles .svg-wrapper svg.nineteen {
    max-height: 54px; }
  .surface-block .tiles .svg-wrapper svg.twenty {
    max-height: 93px; }
  .surface-block .tiles .svg-wrapper svg.twentyone {
    max-height: 90px; }
  .surface-block .tiles .svg-wrapper svg.twentytwo {
    max-height: 99px; }
  body.has-hero #maincontent.page-main .prismic .surface-block.container {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 768px) {
  .surface-block {
    margin-top: 3.6em;
    margin-bottom: 4.1em; }
    .surface-block h3 {
      font-size: 32px;
      margin-bottom: 1.12em; }
    .surface-block h4 {
      font-size: 16px;
      margin-top: .75em;
      margin-bottom: 1.5em; }
    .surface-block .tiles {
      margin-right: -15px;
      margin-left: -15px; }
      .surface-block .tiles .tile {
        flex-basis: 25%;
        padding-right: 15px;
        padding-left: 15px; }
      .surface-block .tiles span {
        padding-top: .75em;
        margin: 0; }
      .surface-block .tiles h4 {
        margin-top: 1.5em;
        margin-bottom: 1.5em; }
  .for-professionals .prismic .surface-block h3 {
    padding-left: 5px; } }

@media screen and (min-width: 992px) {
  body.has-hero #maincontent.page-main .prismic .surface-block.container {
    overflow: hidden; }
  .surface-block .tiles .tile {
    flex-basis: 16.66666666666667%;
    margin-bottom: 2em; }
    .surface-block .tiles .tile a {
      margin-top: .75em; } }

.amlocator-main-container .amlocator-map-container .store-locator-sidebar {
  border-radius: 10px; }
  .amlocator-main-container .amlocator-map-container .store-locator-sidebar .amlocator-block.-filter {
    display: none; }

.amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]:disabled {
  opacity: 1; }

.amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]::-moz-placeholder {
  font-size: 16px;
  color: #727272; }

.amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]::placeholder {
  font-size: 16px;
  color: #727272; }

.amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]:-webkit-input-placeholder {
  font-size: 16px;
  color: #727272; }

.amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]::-moz-placeholder {
  font-size: 16px;
  color: #727272; }

.amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]:-moz-placeholder {
  font-size: 16px;
  color: #727272; }

.amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]:-ms-input-placeholder {
  font-size: 16px;
  color: #727272; }

.amlocator-main-container .amlocator-search-container .amlocator-current-location .amlocator-text {
  font-family: "PT Sans Narrow", sans-serif;
  background-image: none !important;
  font-size: 16px;
  border-color: #222;
  color: #727272;
  padding: 15px 15px 15px 40px;
  height: auto;
  margin-bottom: .85em;
  border-radius: 50px; }

.amlocator-main-container .amlocator-search-container .amlocator-current-location .amlocator-search {
  right: auto;
  top: 20px;
  background-size: cover;
  width: 23px;
  height: 24px;
  left: 18px;
  opacity: 1;
  background-image: url(../images/icons/header/search-blue.svg); }

.amlocator-main-container .amlocator-search-container .amlocator-search-radius label {
  color: #222; }

.amlocator-main-container .amlocator-search-container .amlocator-search-radius .amlocator-wrapper {
  margin: 30px 0; }

.amlocator-main-container .amlocator-search-container .amlocator-range-slider {
  height: 7px;
  background: #D8D8D8;
  border-radius: 3.5px; }
  .amlocator-main-container .amlocator-search-container .amlocator-range-slider .amlocator-handle {
    width: 16px;
    height: 16px;
    background: #70B0C0; }
    .amlocator-main-container .amlocator-search-container .amlocator-range-slider .amlocator-handle:hover, .amlocator-main-container .amlocator-search-container .amlocator-range-slider .amlocator-handle:focus, .amlocator-main-container .amlocator-search-container .amlocator-range-slider .amlocator-handle:active, .amlocator-main-container .amlocator-search-container .amlocator-range-slider .amlocator-handle.active, .amlocator-main-container .amlocator-search-container .amlocator-range-slider .amlocator-handle.is-active {
      background: #3e7d8c; }
  .amlocator-main-container .amlocator-search-container .amlocator-range-slider .amlocator-tooltip {
    font-weight: 500;
    font-size: 14px;
    background: #002f87;
    border-radius: 0;
    padding: 5px 8px 4px 8px;
    line-height: 1;
    font-family: "PT Sans Narrow", sans-serif; }
    .amlocator-main-container .amlocator-search-container .amlocator-range-slider .amlocator-tooltip:after {
      background: #002f87; }

.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 15px;
  line-height: 1;
  border-radius: 0;
  background: #002f87;
  color: #fff;
  font-size: 1em;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 15px 40px 15px 20px;
  margin: 0;
  border: 1px solid;
  border-color: transparent;
  text-shadow: none;
  white-space: initial;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px; }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby span {
    color: #fff; }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:visited {
    color: #fff; }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover, .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus, .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:active, .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby.active, .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby.is-active {
    color: #fff;
    text-decoration: none;
    border-color: #002f87;
    background: #00215e; }
    .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover span, .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus span, .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:active span, .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby.active span, .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby.is-active span {
      color: #fff; }

.amlocator-range-slider .ui-slider-range {
  background: #002f87; }

.amlocator-filters-container {
  background: none;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  padding-top: 10px;
  padding-bottom: 8px; }
  .amlocator-filters-container .amlocator-attribute-wrapper:nth-of-type(even), .amlocator-filters-container .amlocator-attribute-wrapper:nth-of-type(odd) {
    background: none; }
  .amlocator-filters-container .amlocator-title {
    font-size: 17px;
    color: #222;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 500; }
    .amlocator-filters-container .amlocator-title a.amlocator-link {
      text-decoration: none; }
  .amlocator-filters-container .amlocator-arrow {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url(../images/elements/dropdown-arrow.svg) no-repeat center center/17px; }
    .amlocator-filters-container .amlocator-arrow:not(.-down) {
      transform: rotate(180deg); }
    .amlocator-filters-container .amlocator-arrow:after, .amlocator-filters-container .amlocator-arrow:before, .amlocator-filters-container .amlocator-arrow.-down:before {
      display: none; }
  .amlocator-filters-container .amlocator-content {
    margin-top: 16px; }
    .amlocator-filters-container .amlocator-content .amlocator-attribute-wrapper {
      padding-left: 0;
      padding-right: 0; }
  .amlocator-filters-container .chosen-container-multi .chosen-choices {
    border: 1px solid #222;
    background: #fff url("../images/elements/dropdown-arrow.svg") no-repeat right 15px center;
    background-size: 16px;
    padding: 11px 25px 11px 20px;
    font-family: "PT Sans Narrow", sans-serif;
    border-radius: 5px;
    overflow-x: hidden; }
    .amlocator-filters-container .chosen-container-multi .chosen-choices li.search-field input[type=text] {
      font-size: 16px;
      font-family: "PT Sans Narrow", sans-serif;
      color: #464646; }
  .amlocator-filters-container .chosen-container .chosen-drop li {
    font-size: 16px;
    color: #464646; }
    .amlocator-filters-container .chosen-container .chosen-drop li:hover {
      background: #f5f5f5; }
  .amlocator-filters-container .chosen-container-multi .chosen-results {
    font-family: "PT Sans Narrow", sans-serif; }
  .amlocator-filters-container .amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
    font-size: 16px;
    border-radius: 0;
    background: #002f87;
    z-index: 999999999;
    display: block; }
    .amlocator-filters-container .amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      width: 100%;
      height: 36px;
      background-size: 9px !important;
      z-index: 9999;
      background-position: 94% center !important;
      margin: 0; }
  .amlocator-filters-container .amlocator-clear {
    font-size: 14px;
    color: #002f87;
    text-decoration: underline;
    font-family: "PT Sans Narrow", sans-serif; }
    .amlocator-filters-container .amlocator-clear:hover, .amlocator-filters-container .amlocator-clear:focus, .amlocator-filters-container .amlocator-clear:active, .amlocator-filters-container .amlocator-clear.active, .amlocator-filters-container .amlocator-clear.is-active {
      text-decoration: none; }
  .amlocator-filters-container .amlocator-actions {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0; }
    .amlocator-filters-container .amlocator-actions .amlocator-button {
      -webkit-transition: 0.3s all ease-in-out;
      -moz-transition: 0.3s all ease-in-out;
      -ms-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      font-size: 15px;
      line-height: 1;
      border-radius: 0;
      background: #002f87;
      color: #fff;
      font-size: 1em;
      display: inline-block;
      position: relative;
      text-decoration: none;
      padding: 15px 40px 15px 20px;
      margin: 0;
      border: 1px solid;
      border-color: transparent;
      text-shadow: none;
      white-space: initial;
      cursor: pointer;
      font-size: 15px;
      padding: 12px 30px 10px 30px;
      border-radius: 50px; }
      .amlocator-filters-container .amlocator-actions .amlocator-button span {
        color: #fff; }
      .amlocator-filters-container .amlocator-actions .amlocator-button:visited {
        color: #fff; }
      .amlocator-filters-container .amlocator-actions .amlocator-button:hover, .amlocator-filters-container .amlocator-actions .amlocator-button:focus, .amlocator-filters-container .amlocator-actions .amlocator-button:active, .amlocator-filters-container .amlocator-actions .amlocator-button.active, .amlocator-filters-container .amlocator-actions .amlocator-button.is-active {
        color: #fff;
        text-decoration: none;
        border-color: #002f87;
        background: #00215e; }
        .amlocator-filters-container .amlocator-actions .amlocator-button:hover span, .amlocator-filters-container .amlocator-actions .amlocator-button:focus span, .amlocator-filters-container .amlocator-actions .amlocator-button:active span, .amlocator-filters-container .amlocator-actions .amlocator-button.active span, .amlocator-filters-container .amlocator-actions .amlocator-button.is-active span {
          color: #fff; }

.amlocator-attribute-wrapper select.amlocator-select {
  border: 1px solid #222;
  padding: 16px 25px 16px 20px;
  margin-bottom: 0; }

.amlocator-attribute-wrapper .amlocator-label {
  font-size: 16px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 500; }

@media screen and (min-width: 768px) {
  .amlocator-filters-container .amlocator-title {
    font-size: 20px; }
  .amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]::-moz-placeholder {
    font-size: 18px; }
  .amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]::placeholder {
    font-size: 18px; }
  .amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]::-moz-placeholder {
    font-size: 18px; }
  .amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]::placeholder {
    font-size: 18px; }
  .amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]:-webkit-input-placeholder {
    font-size: 18px; }
  .amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]::-moz-placeholder {
    font-size: 18px; }
  .amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]:-moz-placeholder {
    font-size: 18px; }
  .amlocator-main-container .amlocator-search-container .amlocator-current-location input[type="text"]:-ms-input-placeholder {
    font-size: 18px; }
  .amlocator-main-container .amlocator-search-container .amlocator-current-location .amlocator-text {
    font-size: 18px;
    padding: 18px 15px 18px 50px; }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    font-size: 18px;
    padding-top: 1.2em;
    padding-bottom: 1.06em; } }

.amlocator-index-index .page-main > .page-title-wrapper .page-title {
  margin-top: 1.2em;
  margin-bottom: 40px; }

.store-locator-note {
  margin-bottom: 30px; }

.store-locator-note p, .store-locator-note .cms-home .prismic p, .cms-home .prismic .store-locator-note p, .store-locator-note .for-industry .prismic p, .for-industry .prismic .store-locator-note p, .store-locator-note .for-professionals .prismic p, .for-professionals .prismic .store-locator-note p {
  font-size: 1.3rem; }

.store-locator-sidebar {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  overflow: hidden; }

.amlocator-wrapper {
  margin-top: 0; }

.amlocator-search-container,
.amlocator-block.-filter,
.amlocator-block.amlocator-store-list {
  padding: 20px;
  background-color: #FFFFFF; }

.amlocator-search-container {
  margin-bottom: 0;
  padding-bottom: 10px; }

.amlocator-block.-filter {
  padding-top: 5px;
  padding-bottom: 5px; }

.amlocator-block.amlocator-store-list {
  padding-top: 5px; }

.amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  background: #fff; }

.amlocator-current-location .amlocator-reset {
  height: 26px;
  width: 18px;
  background-image: url(../images/icons/minicart/close.svg);
  top: 18px;
  right: 18px; }

@media all and (min-width: 767px) and (max-width: 991px) {
  .amlocator-index-index.page-layout-1column #maincontent.page-main {
    width: 100%; }
  .amlocator-index-index.page-layout-1column .amlocator-map-container {
    flex-direction: row; }
    .amlocator-index-index.page-layout-1column .amlocator-map-container .amlocator-map {
      height: 480px; }
  .amlocator-location-view.page-layout-1column .amlocator-location-container {
    display: block; }
    .amlocator-location-view.page-layout-1column .amlocator-location-container > .amlocator-column.-left {
      float: left; }
    .amlocator-location-view.page-layout-1column .amlocator-location-container > .amlocator-column.-right {
      float: right; } }

@media all and (max-width: 767px) {
  .amlocator-index-index.page-layout-1column #maincontent.page-main {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .amlocator-main-container .store-locator-sidebar {
    width: 32%; }
  .amlocator-main-container .amlocator-search-container,
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter,
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    width: 100%; }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 68%;
    padding-left: 30px; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 32%; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    width: 68%;
    padding-left: 30px; } }

.amlocator-block.-map {
  margin-bottom: 1em; }

.amlocator-location-main .amlocator-location-container .amlocator-block.-map {
  height: 268px; }

.amlocator-main-container .amlocator-map-container .amlocator-map .gm-style-iw button:not(.amlocator-button) {
  background: #fff url(../images/icons/cross-grey.svg) no-repeat center center/13px !important;
  opacity: 1 !important;
  width: 44px !important;
  height: 44px !important; }
  .amlocator-main-container .amlocator-map-container .amlocator-map .gm-style-iw button:not(.amlocator-button) img {
    display: none !important; }

.gm-style .gm-style-iw-d {
  padding-bottom: 5px; }

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18); }

.gm-style h4 {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 10px 0; }
  .gm-style h4 .amlocator-link {
    color: #293035;
    text-decoration: none; }

.gm-style .amlocator-description, .gm-style .amasty-popup {
  font-weight: 500;
  font-size: 16px;
  line-heigth: 1.5;
  color: #727272; }
  .gm-style .amlocator-description .address-infobox, .gm-style .amasty-popup .address-infobox {
    color: #727272; }
    .gm-style .amlocator-description .address-infobox span, .gm-style .amasty-popup .address-infobox span {
      clear: both;
      display: block; }

.gm-style .btn-container a {
  position: relative;
  color: transparent;
  width: 176px;
  height: 40px;
  background: #002f87;
  display: inline-block;
  float: left; }
  .gm-style .btn-container a:before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    content: "Store information";
    position: absolute;
    text-align: center; }

.amlocator-block .amlocator-map button {
  border-radius: 0; }

@media screen and (max-width: 767px) {
  .amlocator-index-index .amlocator-map-container .amlocator-map {
    height: 440px; } }

@media screen and (min-width: 768px) {
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 418px; } }

.amlocator-block.-route.amlocator-route-creator,
.amlocator-block.-contact + .amlocator-block {
  display: none; }

.amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
  padding: 30px 5px; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left .-separator {
    display: none; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left > .amlocator-block {
    color: #222; }

.amlocator-location-main .amlocator-location-container .amlocator-text.-bold {
  font-weight: normal; }

.amlocator-location-main .amlocator-location-container .amlocator-location-info .amlocator-block {
  margin-bottom: 0; }

.amlocator-location-main .amlocator-location-container > .amlocator-column.-left .amlocator-title {
  font-size: 18px;
  font-weight: normal;
  color: #293035; }

.amlocator-location-main .amlocator-location-container > .amlocator-column.-left .amlocator-location-gallery {
  margin-top: 2em; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left .amlocator-location-gallery .amlocator-link {
    height: 100px;
    position: relative; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left .amlocator-location-gallery .amlocator-image {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 102px; }

.amlocator-location-main .amlocator-location-container .single-image-wrapper {
  margin-bottom: .7em; }
  .amlocator-location-main .amlocator-location-container .single-image-wrapper img {
    width: 100%;
    max-width: 150px;
    height: auto; }

.amlocator-location-main .amlocator-location-container .single-title-wrapper h2 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: .75em;
  margin-top: 0; }

.amlocator-block.-contact {
  margin-top: 26px;
  margin-bottom: 35px !important; }
  .amlocator-block.-contact .amlocator-icon {
    background: none;
    position: relative;
    border-radius: 0;
    margin-right: 0;
    line-height: 1; }
    .amlocator-block.-contact .amlocator-icon:before {
      position: absolute;
      content: '';
      left: 0;
      color: #293035; }
    .amlocator-block.-contact .amlocator-icon.-website {
      width: 40px; }
      .amlocator-block.-contact .amlocator-icon.-website:before {
        content: 'Web:'; }
    .amlocator-block.-contact .amlocator-icon.-phone {
      width: 52px; }
      .amlocator-block.-contact .amlocator-icon.-phone:before {
        content: 'Phone:'; }
    .amlocator-block.-contact .amlocator-icon.-email {
      width: 45px; }
      .amlocator-block.-contact .amlocator-icon.-email:before {
        content: 'Email:'; }

.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  padding-left: 0; }
  .amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
    display: none; }
  .amlocator-location-container .amlocator-schedule-container .amlocator-today strong {
    font-size: 18px;
    font-weight: normal;
    color: #293035; }
  .amlocator-location-container .amlocator-schedule-container .amlocator-today .amlocator-time {
    display: none; }

.amlocator-location-container .amlocator-schedule-container .amlocator-week {
  display: block !important;
  margin-top: 1em; }

.amlocator-location-container .amlocator-week {
  margin: 0; }

.amlocator-location-container .amlocator-schedule-table .amlocator-row {
  margin-bottom: 6px; }

.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day, .amlocator-location-container .amlocator-schedule-table .amlocator-cell-time {
  padding: 0; }

.amlocator-block.amlocator-reviews-wrapper {
  margin-top: 2.1em; }
  .amlocator-block.amlocator-reviews-wrapper .amlocator-collapse-title {
    font-size: 18px;
    font-weight: normal;
    color: #293035;
    padding: 0;
    margin-bottom: .9em; }
  .amlocator-block.amlocator-reviews-wrapper .amlocator-arrow {
    display: none; }
  .amlocator-block.amlocator-reviews-wrapper .amlocator-reviews-general .amlocator-value {
    font-size: 42px;
    margin-top: -5px; }
  .amlocator-block.amlocator-reviews-wrapper .amstars-rating-container.-small {
    transform: scale(0.7);
    margin-left: -12px;
    margin-bottom: 0; }
    .amlocator-block.amlocator-reviews-wrapper .amstars-rating-container.-small p {
      margin-bottom: 0; }
  .amlocator-block.amlocator-reviews-wrapper .amlocator-button {
    font-size: 15px;
    background: #002f87;
    box-shadow: none;
    border-color: #002f87;
    border-radius: 0;
    padding: 10px 20px;
    margin-left: auto; }
  .amlocator-block.amlocator-reviews-wrapper .amlocator-location-review .amlocator-wrapper {
    margin-top: .85em;
    display: flex;
    flex-wrap: wrap; }
    .amlocator-block.amlocator-reviews-wrapper .amlocator-location-review .amlocator-wrapper .amlocator-name {
      font-weight: 500;
      font-weight: normal;
      color: #293035;
      margin-bottom: 0;
      order: 1;
      width: 70%; }
    .amlocator-block.amlocator-reviews-wrapper .amlocator-location-review .amlocator-wrapper .amstars-rating-container.-small {
      order: 3; }
    .amlocator-block.amlocator-reviews-wrapper .amlocator-location-review .amlocator-wrapper .amlocator-message.-collapsed {
      max-height: none;
      order: 4; }
    .amlocator-block.amlocator-reviews-wrapper .amlocator-location-review .amlocator-wrapper .amlocator-footer {
      order: 2;
      width: 30%; }
      .amlocator-block.amlocator-reviews-wrapper .amlocator-location-review .amlocator-wrapper .amlocator-footer .amlocator-link.-full {
        display: none; }
      .amlocator-block.amlocator-reviews-wrapper .amlocator-location-review .amlocator-wrapper .amlocator-footer .amlocator-date {
        font-size: 14px;
        font-weight: 500;
        color: #bbb;
        margin-right: 0; }

@media screen and (min-width: 992px) {
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left .amlocator-title {
    font-size: 20px; }
  .amlocator-location-container .amlocator-schedule-container .amlocator-today strong {
    font-size: 20px; }
  .amlocator-block.amlocator-reviews-wrapper .amlocator-collapse-title {
    font-size: 20px; }
  .amlocator-block.amlocator-reviews-wrapper .amlocator-button {
    padding: 10px 44px; } }

.amlocator-location-view .columns {
  padding-bottom: 40px; }

.amlocator-location-main .amlocator-location-container > .amlocator-column.-right .amlocator-attributes-container {
  padding: 0; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right .amlocator-attributes-container strong {
    font-weight: 400; }

.amlocator-location-main .amlocator-location-container > .amlocator-column.-right .amlocator-block.-grey {
  background: none;
  margin-top: 0;
  padding: 0;
  display: none; }

.amlocator-location-main .amlocator-location-container > .amlocator-column.-right .amlocator-description-grey {
  margin-top: 20px;
  background: #f5f5f5;
  padding: 25px; }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right .amlocator-description-grey p {
    color: #293035; }
    .amlocator-location-main .amlocator-location-container > .amlocator-column.-right .amlocator-description-grey p:last-child {
      margin-bottom: 0; }

.amlocator-block .amlocator-store-container.-active .amlocator-store-desc,
.amlocator-block .amlocator-store-container.-active .amlocator-week-container {
  background: #f7f7f7; }

.amlocator-block .amlocator-store-container.-active .amlocator-store-desc .amlocator-title .amlocator-link,
.amlocator-block .amlocator-store-container.-active .amlocator-week-container .amlocator-title .amlocator-link {
  color: #002f87; }

.amlocator-location-main .amlocator-location-container > .amlocator-column.-left .single-title-wrapper h2,
.amlocator-location-main .amlocator-location-container > .amlocator-column.-left .amlocator-location-info,
.amlocator-location-main .amlocator-location-container > .amlocator-column.-left .amlocator-location-info span {
  color: #293035; }

.amlocator-location-view .amlocator-location-main .page-title {
  margin-top: 0;
  margin-bottom: 32px; }

#back-btn {
  float: left;
  display: block;
  width: 100%;
  margin-top: -13px;
  margin-bottom: 17px; }
  #back-btn .back-store-locator {
    font-weight: 500;
    color: #002f87;
    text-decoration: underline; }

.amlocator-review-popup {
  border-radius: 0;
  padding: 20px; }
  .amlocator-review-popup .amlocator-close {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: url(../images/icons/cross.svg) no-repeat center center/15px; }
    .amlocator-review-popup .amlocator-close:hover, .amlocator-review-popup .amlocator-close:focus, .amlocator-review-popup .amlocator-close:active, .amlocator-review-popup .amlocator-close.active, .amlocator-review-popup .amlocator-close.is-active {
      background-image: url(../images/icons/cross.svg);
      transform: rotate(180deg); }
  .amlocator-review-popup .fieldset {
    margin-bottom: 0; }
    .amlocator-review-popup .fieldset .review-field-ratings {
      margin-bottom: 0; }
  .amlocator-review-popup .primary.actions-primary {
    float: right; }
  .amlocator-review-popup .amlocator-review-form.review-form .action.submit.primary {
    font-size: 15px;
    padding: 10px 20px;
    background: #002f87;
    border: 1px solid #002f87;
    margin: 0; }
    .amlocator-review-popup .amlocator-review-form.review-form .action.submit.primary:hover, .amlocator-review-popup .amlocator-review-form.review-form .action.submit.primary:focus, .amlocator-review-popup .amlocator-review-form.review-form .action.submit.primary:active, .amlocator-review-popup .amlocator-review-form.review-form .action.submit.primary.active, .amlocator-review-popup .amlocator-review-form.review-form .action.submit.primary.is-active {
      background: #001d54; }

@media all and (max-width: 768px) {
  .amlocator-location-view .amlocator-location-container > .amlocator-column.-right {
    margin-bottom: 24px; } }

@media all and (max-width: 839px) {
  .amlocator-location-view .amlocator-location-container {
    display: flex;
    flex-wrap: wrap; }
    .amlocator-location-view .amlocator-location-container > .amlocator-column.-right {
      order: 1; }
    .amlocator-location-view .amlocator-location-container > .amlocator-column.-left {
      order: 2; } }

@media all and (max-width: 991px) {
  .amlocator-location-view.page-layout-1column .breadcrumbs .items {
    display: none; } }

@media screen and (min-width: 840px) {
  .amlocator-location-view .amlocator-location-container {
    display: block; }
    .amlocator-location-view .amlocator-location-container > .amlocator-column.-right {
      width: 68.75%;
      float: right;
      padding-left: 30px; }
    .amlocator-location-view .amlocator-location-container > .amlocator-column.-left {
      width: 31.25%;
      float: left; } }

@media screen and (min-width: 992px) {
  .amlocator-location-view .breadcrumbs {
    margin-bottom: 0.65em; }
  .amlocator-location-view .page-main > .page-title-wrapper .page-title {
    margin-top: 0;
    margin-bottom: 1.1em; }
  .amlocator-location-view .amlocator-location-main .page-title {
    margin-bottom: 52px; }
  #back-btn {
    float: right;
    display: inline-block;
    width: auto;
    margin-top: 23px; }
    #back-btn .back-store-locator {
      font-size: 18px; } }

.amlocator-main-container .amlocator-map-container .amlocator-block.-storelist .amlocator-store-desc .amlocator-image {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center; }

.amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper {
  overflow-y: scroll;
  height: 100%;
  max-height: 400px; }
  .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #ECECEC; }
  .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #002f87; }
  .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-title a.amlocator-link {
    word-break: break-word; }

.amlocator-store-desc {
  background: none;
  padding-right: 14px; }
  .amlocator-store-desc .amlocator-schedule-container {
    display: none; }
  .amlocator-store-desc .amlocator-block {
    margin: 0 0 10px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #CBCBCB; }
  .amlocator-store-desc .amlocator-store-information {
    font-size: 14px;
    margin-bottom: 0;
    color: #727272;
    font-weight: normal; }
    .amlocator-store-desc .amlocator-store-information .amlocator-title {
      font-size: 16px;
      font-weight: 500;
      font-family: "PT Sans Narrow", sans-serif; }
      .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link {
        color: #002f87;
        text-decoration: none; }
        .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link:hover, .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link:focus, .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link:active, .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link.active, .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link.is-active {
          text-decoration: none;
          border-color: transparent; }
  .amlocator-store-desc.-active {
    background: none; }
    .amlocator-store-desc.-active .amlocator-store-information {
      color: #293035; }
      .amlocator-store-desc.-active .amlocator-store-information .amlocator-title .amlocator-link {
        color: #293035;
        text-decoration: none; }

.store-locator-sidebar .amlocator-store-desc .amlocator-image {
  width: 100%;
  max-width: 150px;
  height: auto;
  min-width: 1px; }

@media screen and (min-width: 768px) {
  .amlocator-store-desc .amlocator-store-information {
    padding-right: 4px; }
    .amlocator-store-desc .amlocator-store-information .amlocator-title {
      font-size: 18px; } }

.faq-category-view.page-layout-2columns-left .sidebar-additional, .faq-question-view.page-layout-2columns-left .sidebar-additional, .faq-search-index.page-layout-2columns-left .sidebar-additional {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  padding: 20px; }
  .faq-category-view.page-layout-2columns-left .sidebar-additional .amfaq-search, .faq-question-view.page-layout-2columns-left .sidebar-additional .amfaq-search, .faq-search-index.page-layout-2columns-left .sidebar-additional .amfaq-search {
    max-width: 100%; }
    .faq-category-view.page-layout-2columns-left .sidebar-additional .amfaq-search input, .faq-question-view.page-layout-2columns-left .sidebar-additional .amfaq-search input, .faq-search-index.page-layout-2columns-left .sidebar-additional .amfaq-search input {
      margin-bottom: 10px; }

.sidebar .amfaq_categories, .sidebar .amfaq_tags {
  border: 0;
  border-radius: 0; }
  .sidebar .amfaq_categories .item.title, .sidebar .amfaq_tags .item.title {
    font-size: 20px;
    color: #293035;
    background: none;
    font-weight: normal;
    text-align: left;
    padding: 0; }

.sidebar .amfaq_categories .item {
  border: 0;
  padding: 8px 0; }
  .sidebar .amfaq_categories .item a {
    color: #727272;
    text-decoration: none; }
  .sidebar .amfaq_categories .item.current {
    background: none; }
    .sidebar .amfaq_categories .item.current a {
      color: #293035; }
  .sidebar .amfaq_categories .item.title {
    margin-bottom: .9em; }

.sidebar .amfaq_tags .item.title {
  border: 0;
  margin-bottom: 14px; }

.sidebar .amfaq_tags .tags_content {
  margin: 0; }
  .sidebar .amfaq_tags .tags_content .item {
    font-size: 12px;
    padding: 2px 12px; }
    .sidebar .amfaq_tags .tags_content .item a {
      color: #fff; }
      .sidebar .amfaq_tags .tags_content .item a:hover, .sidebar .amfaq_tags .tags_content .item a:focus, .sidebar .amfaq_tags .tags_content .item a:active, .sidebar .amfaq_tags .tags_content .item a.active, .sidebar .amfaq_tags .tags_content .item a.is-active {
        color: #386090; }

@media screen and (min-width: 768px) {
  .faq-category-view.page-layout-2columns-left .column.main, .faq-question-view.page-layout-2columns-left .column.main, .faq-search-index.page-layout-2columns-left .column.main {
    width: 68%;
    padding-left: 30px; }
  .faq-category-view.page-layout-2columns-left .sidebar-additional, .faq-question-view.page-layout-2columns-left .sidebar-additional, .faq-search-index.page-layout-2columns-left .sidebar-additional {
    width: 32%; }
  .faq-category-view.page-layout-2columns-left .sidebar .amfaq_tags .tags_content .item, .faq-question-view.page-layout-2columns-left .sidebar .amfaq_tags .tags_content .item, .faq-search-index.page-layout-2columns-left .sidebar .amfaq_tags .tags_content .item {
    font-size: 14px;
    padding: 2px 12px; } }

.cms-amasty-faq-home-page .breadcrumbs {
  display: none;
  margin-bottom: .6em; }

.ask-question-form.widget .button-container {
  text-align: center;
  padding: 0; }

.ask-question-form.widget .button-info {
  font-size: 18px;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px; }

.ask-question-form.widget button.form-toggle-button {
  font-weight: 500;
  font-size: 16px;
  background: white;
  border: none;
  color: #293035;
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 36px; }

.amfaq-rating .amfaq-rating-yesno {
  border: 0;
  padding: 0; }
  .amfaq-rating .amfaq-rating-yesno .amfaq-was-it-helpful {
    font-size: 16px;
    color: #293035;
    padding-right: 10px; }
  .amfaq-rating .amfaq-rating-yesno .amfaq-rating-yesno-vote {
    font-weight: 500;
    font-size: 16px;
    color: #002f87; }

.amfaq-question-footer-wrapper {
  margin-top: 1.2em;
  margin-bottom: 10px; }
  .amfaq-question-footer-wrapper .amfaq-rating {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 13px; }

.amfaq-social-buttons {
  position: relative;
  padding-left: 54px;
  display: flex;
  flex-wrap: wrap; }
  .amfaq-social-buttons:before {
    font-size: 16px;
    position: absolute;
    content: "Share";
    top: 3px;
    left: 0;
    color: #222; }
  .amfaq-social-buttons a {
    width: 30px;
    height: 30px;
    background: #eee;
    margin-right: 10px;
    display: inline-block; }
    .amfaq-social-buttons a img {
      display: none; }
    .amfaq-social-buttons a:last-child {
      margin-right: 0; }
    .amfaq-social-buttons a[href*='facebook'] {
      background: #3b5998 url(../images/icons/brands/facebook-f.svg) no-repeat center center/10px;
      order: 1; }
    .amfaq-social-buttons a[href*='twitter'] {
      background: #1DA1F2 url(../images/icons/brands/x-twitter.svg) no-repeat center center/18px;
      order: 2; }
    .amfaq-social-buttons a[href*='pinterest'] {
      background: #E60023 url(../images/icons/brands/pinterest.svg) no-repeat center center/18px;
      order: 3; }
    .amfaq-social-buttons a[href*='mailto'] {
      background: #eee url(../images/icons/envelope.svg) no-repeat center center/18px;
      order: 4; }
    .amfaq-social-buttons a[href*='print'], .amfaq-social-buttons a[href*='linkedin'] {
      background: #eee url(../images/icons/file.svg) no-repeat center center/12px;
      order: 5; }

@media screen and (min-width: 768px) {
  .cms-amasty-faq-home-page .breadcrumbs {
    display: block; }
  .ask-question-form.widget {
    margin-top: 2.8em; }
    .ask-question-form.widget .button-container {
      text-align: left; }
    .ask-question-form.widget .button-info {
      font-size: 20px;
      width: auto;
      float: none;
      padding-right: 10px; }
  .am-content[role="tabpanel"] .amfaq-question-footer-wrapper {
    margin-top: 0;
    margin-bottom: .1em; }
  .amfaq-question-footer-wrapper {
    margin-top: 1.9em;
    margin-bottom: 1.25em; }
    .amfaq-question-footer-wrapper .amfaq-rating {
      width: auto;
      padding-top: 4px;
      padding-bottom: 0; } }

@media screen and (min-width: 992px) {
  .cms-amasty-faq-home-page .breadcrumbs {
    margin-bottom: .6em; } }

.cms-amasty-faq-home-page .page-title-wrapper .page-title {
  margin-top: .9em;
  margin-bottom: .6em; }

@media screen and (min-width: 992px) {
  .cms-amasty-faq-home-page .page-title-wrapper .page-title {
    margin-top: 0;
    margin-bottom: 1em; } }

.am-widget-categories-3 {
  margin-left: -15px;
  margin-right: -15px; }
  .am-widget-categories-3 .am-widget-category {
    padding-left: 15px;
    padding-right: 15px; }

.am-widget-categories-3 .am-widget-category {
  width: 100%; }
  @media (min-width: 768px) {
    .am-widget-categories-3 .am-widget-category:nth-child(even) .am-category-container {
      padding-left: 7px; }
    .am-widget-categories-3 .am-widget-category:nth-child(odd) .am-category-container {
      padding-right: 7px; } }

.am-widget-category > .am-category-container {
  margin-bottom: 1em;
  padding: 0; }

@media (max-width: 767px) {
  .am-widget-category .am-category-header {
    margin-bottom: 20px; } }

.am-widget-category .am-category-header .faq-category-title {
  font-size: 26px;
  font-weight: 500;
  color: #002f87;
  font-family: "PT Sans Narrow", sans-serif; }

.amfaq_questions .am-item {
  margin-bottom: 0; }

.am-widget-category .amfaq_questions .am-title, .amfaq_questions .am-title {
  font-size: 16px;
  color: #293035;
  font-weight: 500;
  margin-bottom: .6em;
  line-height: 1.4;
  font-family: "PT Sans Narrow", sans-serif; }
  @media (max-width: 992px) {
    .am-widget-category .amfaq_questions .am-title, .amfaq_questions .am-title {
      margin: 0;
      font-size: 18px;
      padding: 15px 0; } }

.amfaq_questions .am-title {
  padding-right: 1em; }
  .amfaq_questions .am-title .am-minus {
    background: #fff url("../images/elements/dropdown-arrow.svg") no-repeat center center/15px; }
    .amfaq_questions .am-title .am-minus:hover {
      background: #fff url("../images/elements/dropdown-arrow.svg") no-repeat center center/15px; }
      .amfaq_questions .am-title .am-minus:hover:before {
        color: transparent; }
    .amfaq_questions .am-title .am-minus:before {
      color: transparent; }
  .amfaq_questions .am-title .am-plus {
    background: #fff url("../images/elements/dropdown-arrow.svg") no-repeat center center/15px;
    transform: rotate(180deg); }
    .amfaq_questions .am-title .am-plus:hover {
      background: #fff url("../images/elements/dropdown-arrow.svg") no-repeat center center/15px; }
      .amfaq_questions .am-title .am-plus:hover:before {
        color: transparent; }
    .amfaq_questions .am-title .am-plus:before {
      color: transparent; }

.amfaq_questions .am-item .am-content {
  color: #293035; }

.am-widget-category .view-all {
  font-size: 14px;
  font-weight: 500;
  color: #002f87;
  text-decoration: underline;
  line-height: 1;
  margin-top: 3px; }

.amfaq_questions .am-item .am-links {
  font-size: 14px;
  font-weight: 500; }
  .amfaq_questions .am-item .am-links a {
    color: #002f87;
    text-decoration: none;
    border-bottom: 1px solid #002f87;
    line-height: 1; }
    .amfaq_questions .am-item .am-links a:hover, .amfaq_questions .am-item .am-links a:focus, .amfaq_questions .am-item .am-links a:active, .amfaq_questions .am-item .am-links a.active, .amfaq_questions .am-item .am-links a.is-active {
      border-color: transparent; }

@media screen and (max-width: 767px) {
  .am-widget-category > .am-category-container {
    display: flex;
    flex-wrap: wrap; }
    .am-widget-category > .am-category-container .am-category-header {
      order: 1; }
    .am-widget-category > .am-category-container .view-all {
      order: 2;
      margin-left: auto;
      margin-top: 1.2em; }
    .am-widget-category > .am-category-container .amfaq_questions {
      order: 3;
      width: 100%; } }

@media screen and (min-width: 768px) {
  .am-widget-categories-3 .am-widget-category {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 992px) {
  .am-widget-categories-3 .am-widget-category {
    padding-left: 15px;
    padding-right: 15px; }
  .am-widget-category .am-category-header {
    margin-bottom: 15px; }
    .am-widget-category .am-category-header .faq-category-title {
      font-size: 32px; }
  .am-widget-category .amfaq_questions .am-title, .amfaq_questions .am-title {
    font-size: 18px;
    margin-bottom: .95em;
    padding: 18px 0;
    margin: 0; }
  .am-widget-category .view-all {
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #002f87;
    display: inline-block;
    float: right; }
    .am-widget-category .view-all:hover, .am-widget-category .view-all:focus, .am-widget-category .view-all:active, .am-widget-category .view-all.active, .am-widget-category .view-all.is-active {
      border-color: transparent; }
  .am-widget-category > .am-category-container {
    margin-bottom: 6em; }
  .amfaq_questions .am-item .am-content {
    font-size: 16px; }
  .amfaq_questions .am-item .am-links {
    font-size: 16px; } }

.cms-amasty-faq-home-page .amfaq_questions {
  margin-bottom: 30px; }
  .cms-amasty-faq-home-page .amfaq_questions .am-item {
    border-color: #888; }

.faq-question-view .ask-question-form.widget button.form-toggle-button {
  color: #fff;
  background-color: #002f87; }
  .faq-question-view .ask-question-form.widget button.form-toggle-button:hover {
    background-color: #003597;
    color: #fff; }

.faq-question-view .ask-form-container .action.primary.white:not(.outline) {
  background-color: #002f87;
  border-color: #002f87; }
  .faq-question-view .ask-form-container .action.primary.white:not(.outline) span {
    color: #fff; }
  .faq-question-view .ask-form-container .action.primary.white:not(.outline):hover {
    background-color: #003597;
    border-color: #003597; }
    .faq-question-view .ask-form-container .action.primary.white:not(.outline):hover span {
      color: #fff; }

.am-search-box-wrapper .am-widget-center {
  width: 100% !important; }

.cms-amasty-faq-home-page .amfaq-search {
  margin-bottom: 10px; }
  .cms-amasty-faq-home-page .amfaq-search .am-input {
    margin-bottom: 0; }

.amfaq-search .am-input {
  font-size: 16px;
  color: #727272;
  border: 1px solid #293035;
  padding: 25px 20px 25px 45px; }

.amfaq-search .am-input::-moz-placeholder {
  font-size: 16px;
  color: #727272; }

.amfaq-search .am-input::placeholder {
  font-size: 16px;
  color: #727272; }

.amfaq-search .am-input:-webkit-input-placeholder {
  font-size: 16px;
  color: #727272; }

.amfaq-search .am-input::-moz-placeholder {
  font-size: 16px;
  color: #727272; }

.amfaq-search .am-input:-moz-placeholder {
  font-size: 16px;
  color: #727272; }

.amfaq-search .am-input:-ms-input-placeholder {
  font-size: 16px;
  color: #727272; }

.amfaq-search .am-button {
  right: auto;
  left: 0;
  height: 51px;
  width: 45px;
  background: url(../images/icons/search.svg) no-repeat center center/23px; }
  .amfaq-search .am-button:disabled {
    opacity: 1; }

.ask-form-container form .label {
  width: 100%; }

.ask-form-container form .control {
  width: 100%; }
  .ask-form-container form .control textarea, .ask-form-container form .control input {
    border-color: #293035; }

.ask-form-container form .fieldset .field:nth-child(1) {
  margin-bottom: 0; }

.ask-form-container form .field.required input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  .ask-form-container form .field.required input[type="checkbox"] + .label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .ask-form-container form .field.required input[type="checkbox"] + .label:before {
    content: '';
    margin-right: 7px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: text-top;
    width: 23px;
    height: 23px;
    background: white;
    border: 1px solid #2D2D2D; }
  .ask-form-container form .field.required input[type="checkbox"]:hover + .label:before {
    background: #f2f2f2; }
  .ask-form-container form .field.required input[type="checkbox"]:focus + .label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .ask-form-container form .field.required input[type="checkbox"]:checked + .label:before {
    background: #fff; }
  .ask-form-container form .field.required input[type="checkbox"]:checked + .label:after {
    content: '';
    position: absolute;
    background: #fff url(../images/icons/check.svg);
    left: 0px;
    top: 5px;
    width: 15px;
    height: 15px; }

.ask-form-container form .field.required label[for="amfaq-gdpr"] a {
  color: #002f87; }

.ask-form-container form .field:not(.required) label[for="amfaq-notification"] {
  padding-left: 38px !important; }

.ask-form-container form .field:not(.required) input[type="checkbox"] {
  positoon: relative;
  margin-right: 20px !important; }
  .ask-form-container form .field:not(.required) input[type="checkbox"]:before {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    background: #fff;
    opacity: 1;
    border: 1px solid #293035;
    top: -9px;
    left: -5px; }
  .ask-form-container form .field:not(.required) input[type="checkbox"]:checked:before {
    background: #fff url(../images/icons/check.svg) no-repeat center center/15px; }

@media screen and (min-width: 768px) {
  .amfaq-search .am-input {
    font-size: 18px;
    padding: 29px 20px 29px 60px; }
  .amfaq-search .am-input::-moz-placeholder {
    font-size: 18px; }
  .amfaq-search .am-input::placeholder {
    font-size: 18px; }
  .amfaq-search .am-button {
    height: 60px;
    width: 60px; }
  .ask-form-container form .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
    padding: 0 0 6px 0; }
  .ask-form-container form .fieldset > .field:not(.choice) > .control {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .cms-amasty-faq-home-page .amfaq-search {
    margin-bottom: 15px; }
    .cms-amasty-faq-home-page .amfaq-search .am-input {
      margin-bottom: .4em; }
    .cms-amasty-faq-home-page .amfaq-search .am-input::-moz-placeholder {
      font-size: 18px; }
    .cms-amasty-faq-home-page .amfaq-search .am-input::placeholder {
      font-size: 18px; }
    .cms-amasty-faq-home-page .amfaq-search .am-input:-webkit-input-placeholder {
      font-size: 18px; }
    .cms-amasty-faq-home-page .amfaq-search .am-input::-moz-placeholder {
      font-size: 18px; }
    .cms-amasty-faq-home-page .amfaq-search .am-input:-moz-placeholder {
      font-size: 18px; }
    .cms-amasty-faq-home-page .amfaq-search .am-input:-ms-input-placeholder {
      font-size: 18px; } }

.faq-category-view.page-layout-2columns-left .page-title, .faq-question-view.page-layout-2columns-left .page-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: .75em; }

.faq-category-view.page-layout-2columns-left .amfaq_questions.widget {
  border-top: 1px solid #222;
  padding-top: 15px; }

.question_view {
  border-color: #293035; }

.faq-question-view .question_view .answer p {
  color: #727272; }

.faq-question-view .am-back-button {
  display: none; }

.faq-category-view.page-layout-2columns-left .column.main .page-title span, .faq-question-view.page-layout-2columns-left .column.main .page-title span, .faq-search-index.page-layout-2columns-left .column.main .page-title span {
  word-break: break-word; }

@media screen and (min-width: 768px) {
  .faq-category-view.page-layout-2columns-left .page-title, .faq-question-view.page-layout-2columns-left .page-title {
    font-size: 32px;
    margin-top: -5px;
    margin-bottom: 1em; }
  .faq-category-view.page-layout-2columns-left .amfaq_questions.widget {
    padding-top: 20px; }
  .faq-question-view.page-layout-2columns-left .page-title {
    margin-top: .75em; }
  .faq-question-view .ask-question-form.widget {
    margin-top: 1em; }
  .faq-question-view .question_view .answer p {
    font-size: 18px; } }

.am-faq-tags-widget {
  padding: 0; }
  .am-faq-tags-widget .am-tags-main-title {
    border: 0;
    margin-bottom: .65em; }
    .am-faq-tags-widget .am-tags-main-title span {
      font-size: 21px;
      color: #293035;
      font-weight: normal; }

.am-faq-tags-widget {
  margin-bottom: .5em; }

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag,
.amfaq_tags .tags_content .item {
  font-weight: 500;
  font-size: 12px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px solid transparent;
  background: #386090;
  border-radius: 0;
  padding: 0.5px;
  margin: 0 5px 10px 0; }
  .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title,
  .amfaq_tags .tags_content .item .am-tag-title {
    font-weight: 500;
    color: #fff;
    font-weight: normal;
    padding-right: 2px; }
  .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count,
  .amfaq_tags .tags_content .item .am_tag_count {
    color: #fff; }
  .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:focus, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:active, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag.active, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag.is-active,
  .amfaq_tags .tags_content .item:hover,
  .amfaq_tags .tags_content .item:focus,
  .amfaq_tags .tags_content .item:active,
  .amfaq_tags .tags_content .item.active,
  .amfaq_tags .tags_content .item.is-active {
    border-color: #386090;
    background: #fff; }
    .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am-tag-title, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover a, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:focus .am-tag-title, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:focus .am_tag_count, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:focus a, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:active .am-tag-title, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:active .am_tag_count, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:active a, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag.active .am-tag-title, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag.active .am_tag_count, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag.active a, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag.is-active .am-tag-title, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag.is-active .am_tag_count, .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag.is-active a,
    .amfaq_tags .tags_content .item:hover .am-tag-title,
    .amfaq_tags .tags_content .item:hover .am_tag_count,
    .amfaq_tags .tags_content .item:hover a,
    .amfaq_tags .tags_content .item:focus .am-tag-title,
    .amfaq_tags .tags_content .item:focus .am_tag_count,
    .amfaq_tags .tags_content .item:focus a,
    .amfaq_tags .tags_content .item:active .am-tag-title,
    .amfaq_tags .tags_content .item:active .am_tag_count,
    .amfaq_tags .tags_content .item:active a,
    .amfaq_tags .tags_content .item.active .am-tag-title,
    .amfaq_tags .tags_content .item.active .am_tag_count,
    .amfaq_tags .tags_content .item.active a,
    .amfaq_tags .tags_content .item.is-active .am-tag-title,
    .amfaq_tags .tags_content .item.is-active .am_tag_count,
    .amfaq_tags .tags_content .item.is-active a {
      color: #386090; }

@media screen and (min-width: 768px) {
  .am-faq-tags-widget {
    margin-bottom: 5.8em; } }

@media screen and (min-width: 992px) {
  .am-faq-tags-widget .am-tags-main-title {
    width: 60px;
    display: inline-block;
    float: left;
    margin: 0;
    line-height: 1; }
    .am-faq-tags-widget .am-tags-main-title span {
      font-size: 24px;
      line-height: 1.5; }
  .am-faq-tags-widget .am-tags-main-block-wrapper {
    float: left;
    display: inline-block;
    width: calc(100% - 62px); }
  .am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
    font-size: 14px;
    padding: 5px 3px 3px 3px;
    margin: 0 2px 5px 0; } }

.faqs-wrapper {
  margin-top: 2.5em;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .faqs-wrapper {
      padding: 0 26px 48px; } }
  .faqs-wrapper h2 {
    font-size: 24px;
    font-family: "PT Sans Narrow", sans-serif;
    margin-top: 0;
    margin-bottom: .3em;
    padding: 48px 25px 46px; }
    @media screen and (min-width: 768px) {
      .faqs-wrapper h2 {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 1200px) {
      .faqs-wrapper h2 {
        padding-top: 72px; } }
  .faqs-wrapper .amfaq-product-tab.accordion-wrapper {
    overflow-x: hidden; }
  .faqs-wrapper .amfaq-title {
    display: none; }
  .faqs-wrapper .amfaq_questions.widget {
    border-bottom: 1px solid #fff;
    margin-bottom: 48px; }
    .faqs-wrapper .amfaq_questions.widget .am-title {
      font-weight: 500;
      font-size: 16px;
      padding: 21px 72px 18px 23px;
      color: #fff;
      border-top: 1px solid #fff;
      margin-bottom: 0;
      position: relative; }
      @media screen and (min-width: 768px) {
        .faqs-wrapper .amfaq_questions.widget .am-title {
          padding-left: 0; } }
      .faqs-wrapper .amfaq_questions.widget .am-title .am-minus, .faqs-wrapper .amfaq_questions.widget .am-title .am-plus {
        height: 20px;
        width: 13px;
        background: transparent url(../images/icons/iconmonstr-arrow-down-thin.svg) no-repeat center center/20px;
        filter: invert(1);
        transition: transform 0.3s;
        margin: 0;
        position: absolute;
        right: 25px;
        display: none; }
      .faqs-wrapper .amfaq_questions.widget .am-title .am-plus {
        transform: rotate(180deg); }
      .faqs-wrapper .amfaq_questions.widget .am-title .accordion-toggle-plus {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
        .faqs-wrapper .amfaq_questions.widget .am-title .accordion-toggle-plus .vertical, .faqs-wrapper .amfaq_questions.widget .am-title .accordion-toggle-plus .horizontal {
          background-color: #fff; }
      .faqs-wrapper .amfaq_questions.widget .am-title .am-plus ~ .accordion-toggle-plus .vertical {
        transform: translate(-50%, -50%) rotate(90deg); }
      .faqs-wrapper .amfaq_questions.widget .am-title .am-plus ~ .accordion-toggle-plus .horizontal {
        transform: translate(-50%, -50%) rotate(90deg);
        opacity: 0; }
    .faqs-wrapper .amfaq_questions.widget .am-item {
      padding-left: 15px;
      padding-right: 15px;
      border-color: transparent; }
      @media screen and (min-width: 768px) {
        .faqs-wrapper .amfaq_questions.widget .am-item {
          padding-left: 0;
          padding-right: 0; } }
  .faqs-wrapper .button-container {
    padding: 0 25px; }
    .faqs-wrapper .button-container .button-info {
      font-weight: 500;
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 14px; }
  .faqs-wrapper .ask-form-container form {
    width: 100%;
    max-width: 768px; }
    .faqs-wrapper .ask-form-container form .control textarea, .faqs-wrapper .ask-form-container form .control input {
      color: #293035; }
  .faqs-wrapper .amfaq-question-footer-wrapper .amfaq-rating {
    display: none; }
  .faqs-wrapper .amfaq-question-footer-wrapper .am-links a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px; }
    .faqs-wrapper .amfaq-question-footer-wrapper .am-links a:hover, .faqs-wrapper .amfaq-question-footer-wrapper .am-links a:focus, .faqs-wrapper .amfaq-question-footer-wrapper .am-links a:active, .faqs-wrapper .amfaq-question-footer-wrapper .am-links a.active, .faqs-wrapper .amfaq-question-footer-wrapper .am-links a.is-active {
      border-color: transparent; }
  @media screen and (min-width: 1200px) {
    .faqs-wrapper .amfaq-product-tab .flex-column-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      .faqs-wrapper .amfaq-product-tab .flex-column-wrapper h2 {
        width: 44%;
        padding-bottom: 16px;
        margin-bottom: 120px; }
    .faqs-wrapper .amfaq-product-tab.accordion-wrapper > .container > .row:first-child {
      width: 45%; }
    .faqs-wrapper .amfaq_questions.widget {
      width: 50%;
      float: right;
      margin: 72px 0 0; }
      .faqs-wrapper .amfaq_questions.widget .am-no-items {
        padding: 0 20px 20px;
        margin-top: 0; } }
  @media (max-width: 1200px) {
    .faqs-wrapper .ask-question-form.widget {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .faqs-wrapper .ask-question-form.widget {
      padding: 0 20px; } }

#faqs-accordion {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }
  #faqs-accordion .faqs-item {
    width: 100%;
    flex: 0 0 100%;
    padding: 0; }
  #faqs-accordion .accordion-title:after {
    right: 15px; }
  #faqs-accordion .accordion-title h3 {
    font-size: 16px;
    margin: 0; }
  #faqs-accordion .accordion-title,
  #faqs-accordion .accordion-content {
    padding-left: 15px;
    padding-right: 15px; }

.amfaq-product-tab.accordion-wrapper .amfaq_questions.widget {
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 767px) {
    .amfaq-product-tab.accordion-wrapper .amfaq_questions.widget {
      margin: 0 20px; } }
  .amfaq-product-tab.accordion-wrapper .amfaq_questions.widget .am-no-items {
    font-weight: normal;
    padding-left: 12px;
    padding: 20px; }

.catalog-product-view .faqs-wrapper {
  margin-top: 0; }

@media all and (max-width: 767px) {
  .page-bottom .faqs-wrapper .amfaq_questions.widget .am-item {
    padding-left: 0;
    padding-right: 0; }
    .page-bottom .faqs-wrapper .amfaq_questions.widget .am-item .am-content {
      margin-top: 15px;
      padding-left: 15px;
      padding-right: 15px; } }

@media all and (max-width: 767px) {
  .ask-question-form.widget .button-container {
    text-align: left; }
    .ask-question-form.widget .button-container .form-toggle-button {
      margin: 16px 0 0; } }

@media screen and (min-width: 768px) {
  .faqs-wrapper .amfaq_questions.widget .am-title {
    margin-bottom: 0;
    padding-bottom: 16px; }
  .faqs-wrapper .amfaq_questions.widget .am-content {
    margin-top: 20px; }
  #faqs-accordion {
    margin-left: -20px;
    margin-right: -20px; }
    #faqs-accordion .faqs-item {
      flex: 0 0 50%;
      padding: 0 20px; }
    #faqs-accordion .accordion-title:after {
      right: 0; }
    #faqs-accordion .accordion-title h3 {
      font-size: 18px; }
    #faqs-accordion .accordion-title,
    #faqs-accordion .accordion-content {
      padding-left: 0;
      padding-right: 0; }
  .amfaq-product-tab.accordion-wrapper .amfaq_questions.widget .am-no-items {
    font-size: 20px;
    padding-left: 20px; } }

.ask-form-container form .field:not(.required) input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin: 0 !important;
  border: none;
  box-shadow: none; }
  .ask-form-container form .field:not(.required) input[type="checkbox"]:before {
    top: -5px; }

.page-main #mc-embedded-subscribe-form {
  width: 100%;
  max-width: 640px; }
  .page-main #mc-embedded-subscribe-form .mc-field-group strong {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%; }
  .page-main #mc-embedded-subscribe-form ul {
    list-style: none;
    padding-left: 0; }

@media screen and (min-width: 992px) {
  .carousel-wrapper .products-carousel.wide .product-item .product-item-info {
    display: block !important;
    position: relative; }
  .carousel-wrapper .products-carousel.wide .product-item .product.product-item-details {
    width: calc(100% - 125px);
    float: left; }
  .carousel-wrapper .products-carousel.wide .product-item .button.product-item-link {
    margin-top: 10px;
    width: 122px;
    float: right;
    padding: 15px 42px 15px 8px; }
  .carousel-wrapper .products-carousel.wide .product-item .product-item-info .product-item-name {
    min-height: 42px; }
  .carousel-wrapper .products-carousel.wide .product-item .product-item-info .product-item-gloss {
    min-height: 20px; }
  .carousel-wrapper .products-carousel.wide .product-item .product-item-info .product-item-details {
    position: absolute;
    bottom: 12px; }
  .carousel-wrapper .products-carousel.wide .product-item .product-item-info .product-item-photo {
    min-height: 330px; }
  .carousel-wrapper .products-carousel.wide .product-item .product-item-info .button.product-item-link {
    position: absolute;
    bottom: 15px;
    right: 15px; } }

/* PAINT CALCULATOR */
#paintcalc .mfp-close {
  display: none; }

#paintcalc .paintcalc-inner form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #paintcalc .paintcalc-inner form div {
    flex: 0 0 100%; }

#paintcalc .paintcalc-inner {
  padding: 24px; }

#paintcalc h5 {
  font-size: 36px;
  margin-bottom: 10px; }

#paintcalc .paintcalc-layers-heading {
  font-weight: 400; }

#paintcalc .paintcalc-x {
  position: absolute;
  top: 24px;
  right: 24px;
  height: 26px;
  width: 18px;
  background-image: url(../images/icons/minicart/close.svg);
  background-size: cover;
  font-size: 0; }

.paintcalc-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .paintcalc-wall .paintcalc-dimension-wrapper {
    display: inline-block;
    box-sizing: border-box;
    flex-basis: calc(50% - 10px);
    text-align: center; }
    @media screen and (min-width: 768px) {
      .mode-room .paintcalc-wall .paintcalc-dimension-wrapper {
        flex-basis: calc(33% - 10px); } }
    .paintcalc-wall .paintcalc-dimension-wrapper.paintcalc-wall-length-wrapper {
      display: none; }
      .mode-room .paintcalc-wall .paintcalc-dimension-wrapper.paintcalc-wall-length-wrapper {
        display: inline-block; }

.paintcalc-popup {
  max-height: calc(100vh - 40px);
  overflow-y: auto; }

.paintcalc-gaps .paintcalc-gaps-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .paintcalc-gaps .paintcalc-gaps-wrapper {
      flex-direction: row; } }
  .paintcalc-gaps .paintcalc-gaps-wrapper .paintcalc-gap-wrapper {
    flex-basis: calc(33% - 10px); }

.paintcalc-layers .paintcalc-layers-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .paintcalc-layers .paintcalc-layers-wrapper {
      flex-direction: row; } }
  .paintcalc-layers .paintcalc-layers-wrapper .paintcalc-coverage-wrapper, .paintcalc-layers .paintcalc-layers-wrapper .paintcalc-coats-wrapper {
    flex-basis: calc(50% - 10px); }

@media screen and (min-width: 501px) {
  .paintcalc-calculate-wrapper a {
    margin: 20px 0 50px; } }

@media screen and (min-width: 601px) {
  .paintcalc-calculate-wrapper a {
    margin: 20px 0 0; } }

.paintcalc-result-wrapper {
  margin-top: 20px; }
  .paintcalc-result-wrapper .paintcalc-result {
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    margin-bottom: 20px; }
  .paintcalc-result-wrapper .paintcalc-disclaimer p {
    font-size: 14px;
    font-size: 0.875rem; }

.projects-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .projects-main-wrapper .projects-sidebar,
  .projects-main-wrapper .projects-main {
    position: relative;
    width: 100%; }
  .projects-main-wrapper .projects-sidebar {
    padding-bottom: 2em; }

@media screen and (min-width: 840px) {
  .projects-main-wrapper .projects-sidebar {
    flex-basis: 25%;
    padding-right: 21px;
    padding-bottom: 0; }
  .projects-main-wrapper .projects-main {
    flex-basis: 75%;
    padding-left: 10px; } }

@media screen and (min-width: 992px) {
  .for-everyone.prismicio-route-index.page-layout-1column .page-title {
    padding-left: 0; } }

.projects-main-wrapper .projects-filters .prismic-filters {
  width: 100%; }

.projects-main-wrapper .projects-filters .prismic-filter {
  width: 100%; }

.projects-main-wrapper .projects-filters select {
  font-size: 20px;
  height: 57px;
  border: transparent;
  border-bottom: 1px solid #cbcbcb;
  background: #fff url("../images/elements/dropdown-arrow.svg") no-repeat right center/15px;
  -webkit-appearance: none;
  color: #293035;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.projects-main-wrapper .projects-filters span.label, .projects-main-wrapper .projects-filters ul li {
  text-transform: capitalize; }

.projects-main-wrapper .projects-filters .prismic-filter:nth-child(1) {
  border-top: 1px solid #cbcbcb; }

.projects-main-wrapper .projects-filters .selectric {
  border-bottom: 1px solid #cbcbcb;
  width: 100%; }
  .projects-main-wrapper .projects-filters .selectric .label {
    font-size: 20px;
    color: #293035;
    margin: 0 15px 0 0;
    height: 57px;
    line-height: 57px;
    width: 100%;
    background: transparent url("../images/elements/dropdown-arrow.svg") no-repeat center right/15px; }
  .projects-main-wrapper .projects-filters .selectric .button {
    display: none; }
    .projects-main-wrapper .projects-filters .selectric .button:after {
      display: none; }

.projects-main-wrapper .projects-filters .selectric-open .selectric .button {
  transform: rotate(-180deg); }

.projects-item {
  margin-bottom: 20px; }
  .projects-item-image {
    margin-bottom: .9em; }
    .projects-item-image img {
      width: 100%;
      height: auto; }
  .projects-item-title {
    font-size: 18px; }
    .projects-item-title a {
      text-decoration: none;
      color: #0B0303; }
  .projects-item-categories {
    padding-top: 8px; }
    .projects-item-categories a {
      font-size: 14px;
      font-weight: 500;
      color: #386090;
      padding-left: 5px;
      padding-right: 5px;
      text-decoration: none;
      position: relative; }
      .projects-item-categories a:after {
        top: 2px;
        right: -3px;
        position: absolute;
        content: '';
        height: 74%;
        width: 1px;
        background: #386090; }
      .projects-item-categories a:first-child {
        padding-left: 0; }
      .projects-item-categories a:last-child {
        padding-rightt: 0; }
        .projects-item-categories a:last-child:after {
          display: none; }

.projects-items.wrapper {
  margin-left: -10px;
  margin-right: -10px; }
  .projects-items.wrapper .projects-item {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }

@media all and (min-width: 580px) {
  .projects-items.wrapper .projects-item {
    width: 33.33333333333333%; } }

@media screen and (min-width: 840px) {
  .projects-items.wrapper {
    margin-left: -14.5px;
    margin-right: -14.5px; }
    .projects-items.wrapper .projects-item {
      width: 33.33333333333333%;
      padding-left: 14.5px;
      padding-right: 14.5px;
      margin-bottom: 30px; }
  .projects-item-image {
    margin-bottom: .9em; } }

.has-hero #maincontent.page-main .prismic .banner-projects {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 455px;
  max-width: none;
  padding: 0;
  margin-bottom: 83px; }
  .has-hero #maincontent.page-main .prismic .banner-projects h1 {
    margin: 0; }
  @media screen and (min-width: 768px) {
    .has-hero #maincontent.page-main .prismic .banner-projects {
      height: 56.25vw; } }
  @media screen and (min-width: 992px) {
    .has-hero #maincontent.page-main .prismic .banner-projects {
      height: 640px; }
      .has-hero #maincontent.page-main .prismic .banner-projects .image {
        min-height: 640px; } }
  .has-hero #maincontent.page-main .prismic .banner-projects picture.image {
    position: relative; }
    .has-hero #maincontent.page-main .prismic .banner-projects picture.image::after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent); }
    .has-hero #maincontent.page-main .prismic .banner-projects picture.image img {
      height: 455px; }
      @media screen and (min-width: 768px) {
        .has-hero #maincontent.page-main .prismic .banner-projects picture.image img {
          height: 56.25vw; } }
      @media screen and (min-width: 992px) {
        .has-hero #maincontent.page-main .prismic .banner-projects picture.image img {
          height: 640px; } }

.has-hero #maincontent.page-main .prismic.single-project-wrapper .banner-projects {
  height: 504px; }
  .has-hero #maincontent.page-main .prismic.single-project-wrapper .banner-projects picture.image img {
    height: 504px; }

.for-industry .banner-projects .banner-content, .for-professionals .banner-projects .banner-content {
  bottom: 5px; }

@media all and (max-width: 768px) {
  .for-professionals .banner-projects .banner-content {
    bottom: 0; } }

@media screen and (min-width: 768px) {
  .has-hero #maincontent.page-main .prismic.single-project-wrapper .banner-projects {
    height: 691px; }
    .has-hero #maincontent.page-main .prismic.single-project-wrapper .banner-projects picture.image img {
      height: 691px; } }

@media screen and (min-width: 992px) {
  .has-hero #maincontent.page-main .prismic .banner-projects {
    margin-bottom: 102px; }
  .for-industry .banner-content, .for-professionals .banner-content {
    bottom: 20px; } }

.prismicio-route-index.page-layout-1column .page-title {
  font-family: 'FoundryGridnik-Bold', sans-serif;
  margin: 1.3em auto 1em;
  display: block;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px; }

body.for-professionals.has-hero #maincontent.page-main .prismic > .carousel-wrapper {
  padding-top: 37px;
  padding-bottom: 0px;
  position: relative;
  max-width: 100% !important; }
  body.for-professionals.has-hero #maincontent.page-main .prismic > .carousel-wrapper h4 {
    margin-bottom: 35px; }

@media screen and (min-width: 840px) {
  .prismicio-route-index.page-layout-1column .page-title {
    padding-left: 12px;
    padding-right: 12px; }
  body.for-professionals.has-hero #maincontent.page-main .prismic > .carousel-wrapper {
    margin-top: 145px;
    padding-top: 82px;
    padding-bottom: 45px; }
    body.for-professionals.has-hero #maincontent.page-main .prismic > .carousel-wrapper h4 {
      margin-bottom: 35px; } }

body.has-hero #maincontent.page-main .prismic .project.content-wrapper {
  max-width: 851px;
  margin-bottom: 5em; }
  body.has-hero #maincontent.page-main .prismic .project.content-wrapper p {
    font-weight: 500;
    color: #727272; }
  body.has-hero #maincontent.page-main .prismic .project.content-wrapper h2, body.has-hero #maincontent.page-main .prismic .project.content-wrapper h3, body.has-hero #maincontent.page-main .prismic .project.content-wrapper h4, body.has-hero #maincontent.page-main .prismic .project.content-wrapper h5 {
    font-weight: 500;
    color: #0B0303; }
  body.has-hero #maincontent.page-main .prismic .project.content-wrapper h3 {
    font-size: 24px;
    margin-bottom: 1.55em; }

body.has-hero #maincontent.page-main .prismic .two-col-wrapper h2, body.has-hero #maincontent.page-main .prismic .two-col-wrapper h3, body.has-hero #maincontent.page-main .prismic .two-col-wrapper h4, body.has-hero #maincontent.page-main .prismic .two-col-wrapper h5 {
  font-weight: 500;
  color: #0B0303; }

body.has-hero #maincontent.page-main .prismic .two-col-wrapper p {
  font-weight: 500;
  color: #727272; }

body.has-hero #maincontent.page-main .prismic .two-col-wrapper .image img {
  width: 100%;
  vertical-align: bottom; }

body.has-hero #maincontent.page-main .prismic .wrapper-width-image {
  margin-bottom: 80px; }

.single-project-wrapper .carousel-wrapper {
  margin-bottom: 0; }

@media all and (max-width: 991px) {
  .single-project-wrapper .two-col-wrapper.content-left .image, .single-project-wrapper .two-col-wrapper.content-left .content {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0; } }

@media all and (max-width: 767px) {
  .single-project-wrapper .banner-content h1 {
    font-size: 40px; } }

@media screen and (min-width: 992px) {
  body.has-hero #maincontent.page-main .prismic .project.content-wrapper {
    margin-bottom: 5.35em; }
    body.has-hero #maincontent.page-main .prismic .project.content-wrapper h3 {
      font-size: 27px;
      margin-bottom: 1.1em; }
    body.has-hero #maincontent.page-main .prismic .project.content-wrapper p {
      font-size: 20px; }
  body.has-hero #maincontent.page-main .prismic .two-col-wrapper h3 {
    font-size: 27px;
    margin-bottom: 1.1em; }
  body.has-hero #maincontent.page-main .prismic .two-col-wrapper p {
    font-size: 20px; }
  body.has-hero #maincontent.page-main .prismic .wrapper-width-image {
    margin-bottom: 6.3em; } }

@media screen and (min-width: 1200px) {
  .single-project-wrapper .carousel-wrapper .products-carousel .owl-nav button.owl-prev {
    transform: translateX(calc(-100% - 28px)); }
  .single-project-wrapper .carousel-wrapper .products-carousel .owl-nav button.owl-next {
    transform: rotate(180deg) translateX(calc(-100% - 28px)); } }

.for-everyone.cms-news-list #maincontent.page-main {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .for-everyone.cms-news-list #maincontent.page-main .news-feature.banner-wrapper,
  .for-everyone.cms-news-list #maincontent.page-main .news-filters,
  .for-everyone.cms-news-list #maincontent.page-main .news-items,
  .for-everyone.cms-news-list #maincontent.page-main .news-pager {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px; }
  .for-everyone.cms-news-list #maincontent.page-main .news-items {
    display: flex;
    flex-wrap: wrap; }
  .for-everyone.cms-news-list #maincontent.page-main .column.main {
    padding-bottom: 0; }

.news-items-pager {
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 45px; }

@media screen and (min-width: 992px) {
  .for-everyone.cms-news-list #maincontent.page-main .news-feature.banner-wrapper,
  .for-everyone.cms-news-list #maincontent.page-main .news-filters,
  .for-everyone.cms-news-list #maincontent.page-main .news-items,
  .for-everyone.cms-news-list #maincontent.page-main .news-pager {
    padding-left: 15px;
    padding-right: 15px; }
  .for-everyone.cms-news-list #maincontent.page-main .news-feature.banner-wrapper {
    height: 640px; }
    .for-everyone.cms-news-list #maincontent.page-main .news-feature.banner-wrapper img {
      height: 640px;
      -o-object-fit: cover;
         object-fit: cover; }
  .news-items-pager {
    padding-top: 40px;
    padding-bottom: 95px; } }

.for-everyone.cms-news-list .page-title {
  font-family: "PT Sans Narrow", sans-serif;
  margin-top: 28px;
  margin-bottom: 30px; }

.for-everyone.cms-news-list #maincontent.page-main .news-feature.banner-wrapper {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

.for-everyone.cms-news-list .hero-banner.news-featured {
  position: relative; }

.for-everyone.cms-news-list #maincontent.page-main .news-feature.wrapper.banner-wrapper {
  height: 455px;
  overflow: hidden; }
  .for-everyone.cms-news-list #maincontent.page-main .news-feature.wrapper.banner-wrapper .hero-banner.news-featured {
    height: 100%; }

.news-feature {
  position: relative; }
  .news-feature h1, .news-feature h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 18px; }
  .news-feature p, .news-feature .cms-home .prismic p, .cms-home .prismic .news-feature p, .news-feature .for-industry .prismic p, .for-industry .prismic .news-feature p, .news-feature .for-professionals .prismic p, .for-professionals .prismic .news-feature p {
    width: 100%;
    display: inline-block;
    margin-bottom: 34px; }
  .news-feature .banner-content {
    bottom: 51px; }
  .news-feature .image {
    display: inline-block;
    width: 100%; }
    .news-feature .image img {
      width: 100%;
      vertical-align: bottom; }
  .news-feature .panel {
    max-width: 768px;
    margin: 0;
    padding-left: 20px; }
  .news-feature .news-featured-link a {
    font-size: 15px;
    color: #fff;
    background: #002f87 url(../images/elements/arrow-btn.svg) no-repeat 88% center/15px;
    padding: 15.5px 40px 15.5px 20px;
    text-decoration: none; }
    .news-feature .news-featured-link a:hover, .news-feature .news-featured-link a:focus, .news-feature .news-featured-link a:active, .news-feature .news-featured-link a.active, .news-feature .news-featured-link a.is-active {
      background-position: 92% center; }

@media all and (max-width: 767px) {
  .for-everyone.cms-news-list {
    max-width: 100vw;
    overflow-x: hidden; } }

@media all and (min-width: 768px) and (max-width: 920px) {
  .cms-news-list .news-feature .banner-content {
    bottom: auto;
    top: 30%; } }

@media all and (max-width: 991px) {
  .for-everyone.cms-news-list #maincontent.page-main .news-feature.wrapper.banner-wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 992px) {
  .for-everyone.cms-news-list .page-title {
    margin-top: 58px;
    margin-bottom: 32px; }
  .for-everyone.cms-news-list #maincontent.page-main .news-feature.banner-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .for-everyone.cms-news-list .news-feature .banner-content .panel {
    max-width: 100%;
    padding-left: 38px;
    padding-right: 30px; }
  .for-everyone.cms-news-list #maincontent.page-main .news-feature.wrapper.banner-wrapper {
    height: 599px; }
  .news-feature h1, .news-feature h2 {
    font-size: 40px;
    margin-bottom: 22px; }
  .news-feature p, .news-feature .cms-home .prismic p, .cms-home .prismic .news-feature p, .news-feature .for-industry .prismic p, .for-industry .prismic .news-feature p, .news-feature .for-professionals .prismic p, .for-professionals .prismic .news-feature p {
    margin-bottom: 42px; }
  .news-feature .banner-content {
    bottom: 56px; }
  .news-feature .panel {
    margin: 0 auto;
    padding-left: 40px; } }

@media screen and (min-width: 1200px) {
  div:not(.news-home-wrapper) .news-feature .banner-content .panel {
    max-width: 1256px;
    margin: 0 auto;
    padding: 0; }
    div:not(.news-home-wrapper) .news-feature .banner-content .panel > * {
      max-width: 768px; } }

.news-items.wrapper {
  display: block;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 !important; }
  .news-items.wrapper .news-item {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 30px; }
    .news-items.wrapper .news-item .image {
      display: inline-block;
      width: 100%; }
      .news-items.wrapper .news-item .image img {
        width: 100%;
        vertical-align: bottom; }
    .news-items.wrapper .news-item .news-item-title {
      margin-top: 13px;
      margin-bottom: 13px; }
      .news-items.wrapper .news-item .news-item-title a {
        text-decoration: none;
        color: #0B0303; }
    .news-items.wrapper .news-item h1, .news-items.wrapper .news-item h2 {
      font-size: 18px;
      color: #0B0303;
      margin: 0; }
    .news-items.wrapper .news-item .news-item-summary a {
      text-decoration: none;
      color: #5E5E5E; }
    .news-items.wrapper .news-item .news-item-summary p {
      color: #5E5E5E; }

@media all and (max-width: 767px) {
  .news-items-pager {
    margin-top: 48px; } }

@media screen and (min-width: 580px) {
  .news-items.wrapper {
    margin-left: -15px;
    margin-right: -15px; }
    .news-items.wrapper .news-item {
      width: 50%;
      display: inline-block;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (min-width: 992px) {
  .news-items.wrapper .news-item {
    width: 33.33333333333333%;
    margin-bottom: 35px; }
    .news-items.wrapper .news-item .news-item-title {
      margin-top: 22px;
      margin-bottom: 9px; }
  .for-everyone.cms-news-list.prismicio-route-index.page-layout-1column .page-title {
    padding-left: 12px; } }

.news-pager {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-top: 40px; }
  .news-pager .pages {
    text-align: center; }
    .news-pager .pages > .label {
      font-size: 18px;
      color: #293035;
      margin: auto;
      clip: unset;
      width: auto;
      height: auto;
      position: relative;
      margin-right: 10px; }
    .news-pager .pages .item {
      font-size: 18px;
      line-height: 1;
      margin-right: 5px; }
    .news-pager .pages li strong {
      font-size: 18px;
      color: #293035;
      line-height: 1;
      font-weight: normal;
      border: 1px solid #293035;
      padding: 6px 10px; }
    .news-pager .pages a {
      font-weight: normal;
      color: #B7B7B7;
      padding: 6px 10px;
      border: 1px solid transparent; }
      .news-pager .pages a span {
        color: #B7B7B7; }
      .news-pager .pages a:hover, .news-pager .pages a:focus, .news-pager .pages a:active, .news-pager .pages a.active, .news-pager .pages a.is-active {
        border-color: #293035;
        color: #293035; }
        .news-pager .pages a:hover span, .news-pager .pages a:focus span, .news-pager .pages a:active span, .news-pager .pages a.active span, .news-pager .pages a.is-active span {
          color: #293035; }

@media screen and (min-width: 992px) {
  .news-pager {
    padding-top: 68px; } }

.for-everyone.cms-news-list #maincontent.page-main .news-filters {
  padding-left: 0;
  padding-right: 0; }

.news-filters {
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .news-filters {
      display: flex;
      justify-content: space-between; } }
  .news-filters label {
    display: none; }
  .news-filters .prismic-filters {
    width: 50%;
    float: left;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    border-right: 1px solid rgba(151, 151, 151, 0.2); }
    .news-filters .prismic-filters .selectric-prismic-filter {
      border-right: 1px solid rgba(151, 151, 151, 0.2); }
      .news-filters .prismic-filters .selectric-prismic-filter label[for="prismic-filter-category"] {
        display: none; }
      .news-filters .prismic-filters .selectric-prismic-filter .button {
        right: 10px;
        height: 47px;
        width: 16px;
        background: transparent url("../images/elements/dropdown-arrow.svg") no-repeat center 21px/15px;
        border: none; }
        .news-filters .prismic-filters .selectric-prismic-filter .button:after {
          display: none; }
  .news-filters .prismic-sorter {
    width: 50%;
    float: right;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2); }
    .news-filters .prismic-sorter label[for="news.sorter"] {
      display: none; }
  .news-filters .selectric .button {
    right: 10px;
    height: 47px;
    width: 16px;
    background: transparent url("../images/elements/dropdown-arrow.svg") no-repeat center 21px/15px;
    border: none; }
    .news-filters .selectric .button:after {
      display: none; }

@media screen and (min-width: 992px) {
  .news-filters {
    margin-top: 28px;
    margin-bottom: 20px; }
    .news-filters .prismic-filters {
      width: 107px;
      display: inline-block;
      float: none;
      border: 0; }
      .news-filters .prismic-filters .selectric-prismic-filter {
        border: 0; }
    .news-filters .selectric .label {
      font-size: 20px;
      margin: 0 25px 0 0;
      height: 47px;
      line-height: 47px; }
    .news-filters .selectric .button {
      height: 47px;
      width: 16px;
      right: 0;
      background: transparent url("../images/elements/dropdown-arrow.svg") no-repeat center 19px/15px; }
      .news-filters .selectric .button:after {
        display: none; }
    .news-filters .selectric-open .selectric .button {
      transform: rotate(-180deg); }
    .news-filters .prismic-sorter {
      width: auto;
      display: inline-block;
      border: 0; }
      .news-filters .prismic-sorter .selectric .label {
        margin-right: 21px; }
      .news-filters .prismic-sorter .selectric .button {
        right: 0; }
  .for-everyone.cms-news-list #maincontent.page-main .news-filters {
    padding-left: 15px;
    padding-right: 15px; } }

.brand-images .brands-letter .letter {
  font-weight: 600;
  font-size: 21px;
  border: 0;
  margin-bottom: 20px; }
  .brand-images .brands-letter .letter .title {
    background: none; }

.brands-letter .brand-item {
  width: 50%;
  max-width: none;
  min-width: 1px;
  margin: 0 0 1em 0 !important;
  padding-left: 10px;
  padding-right: 10px; }
  .brands-letter .brand-item .no-img {
    width: 160px;
    line-height: 60px;
    font-size: 45px;
    margin-bottom: 0; }
  .brands-letter .brand-item .item {
    text-decoration: none;
    color: #293035; }
    .brands-letter .brand-item .item:hover .label, .brands-letter .brand-item .item:focus .label, .brands-letter .brand-item .item:active .label, .brands-letter .brand-item .item.active .label, .brands-letter .brand-item .item.is-active .label {
      text-decoration: underline; }
  .brands-letter .brand-item .count {
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    background: #386090;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    box-sizing: border-box;
    min-width: 25px;
    height: 25px;
    padding: 0 3px; }
  .brands-letter .brand-item .label:before {
    display: none; }

@media screen and (min-width: 580px) {
  .brands-letter .brand-item {
    width: 25%; } }

@media screen and (min-width: 992px) {
  .am-widget-brandlist {
    margin-top: 40px; }
    .am-widget-brandlist .input-box {
      float: right; }
      .am-widget-brandlist .input-box .ambrands-search-wrapper {
        width: 100%; }
  .brand-images .brands-letter .letter {
    font-size: 32px; }
  .brands-letter .brand-item {
    width: 20%; } }

.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px; }

.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2; }

.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  -webkit-justify-content: flex-start; }

.brand-images li.brand-item {
  list-style-type: none;
  text-align: center; }

.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px; }

.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word; }

.brands-letter .brand-item .no-img {
  color: #e2e2e2; }

.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }

.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400; }

.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box; }

.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2; }

.brand-images .brands-letter .letter {
  border: 0;
  font-size: 2rem; }

.brand-images .brands-letter .letter .title {
  background: none; }

.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%; }

.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto; }

@media (min-width: 1024px), print {
  .ambrands-search-wrapper {
    float: right;
    width: 20%; } }

@media (min-width: 992px) {
  .am-widget-brandlist .input-box {
    float: right; } }

.am-widget-brandlist .letters-box .letter {
  border: 0;
  padding: 6px;
  border-radius: 0;
  background: #f2f2f2; }
  .am-widget-brandlist .letters-box .letter:hover, .am-widget-brandlist .letters-box .letter:focus, .am-widget-brandlist .letters-box .letter:active, .am-widget-brandlist .letters-box .letter.active, .am-widget-brandlist .letters-box .letter.is-active {
    background: #002f87;
    color: #fff; }

.ambrands-search-wrapper .ambrands-search-input, .ambrands-search-wrapper .input-text.ambrands-input {
  border-color: #727272;
  height: auto;
  padding: 10px;
  color: #727272;
  border-radius: 0; }

.ambrands-search-wrapper input[type="text"]::-moz-placeholder {
  color: #727272; }

.ambrands-search-wrapper input[type="text"]::placeholder {
  color: #727272; }

.ambrands-search-wrapper input[type="text"]:-webkit-input-placeholder {
  color: #727272; }

.ambrands-search-wrapper input[type="text"]::-moz-placeholder {
  color: #727272; }

.ambrands-search-wrapper input[type="text"]:-moz-placeholder {
  color: #727272; }

.ambrands-search-wrapper input[type="text"]:-ms-input-placeholder {
  color: #727272; }

.ambrands-search-block:before {
  left: auto;
  right: 15px; }

@media screen and (min-width: 992px) {
  .am-widget-brandlist .letters-box .letter {
    font-size: 16px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 7px 9px; }
  .brands-filters {
    margin-bottom: 40px; } }

.am-widget-brandlist .brand-images .brands-letter {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  padding-bottom: 20px; }

@media screen and (min-width: 768px) {
  .am-widget-brandlist .brand-images {
    flex-wrap: wrap; }
    .am-widget-brandlist .brand-images .brands-letter {
      width: 100%;
      flex-basis: 100%;
      padding-right: 0; } }

@media screen and (min-width: 992px) {
  .cms-brands .breadcrumbs {
    margin-bottom: 0; } }

/*
.for-professionals.has-hero .top-container {display:none}
.has-hero {
    #maincontent.page-main .prismic .banner-wrapper {
        max-width:100%;
        padding: 0;
    }
    .banner-wrapper {
        height: 504px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        &:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            z-index: 1;
            height: 504px;
            width: 100%;
            opacity: 0.79;
            background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.1) 36.84%, #000000 100%);
        }
    }
}

@include MQ-md-screen {
    .has-hero {
        .banner-wrapper {
            height: 691px;
            &:before {height: 691px;}
        }
    }
} */
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: 100%;
  min-width: 1px;
  max-width: 680px; }

.form.contact .fieldset legend {
  display: none; }
  .form.contact .fieldset legend + br {
    display: none; }

.form.contact .fieldset .field.note.no-label {
  font-size: 18px;
  margin-bottom: 1em; }
  .form.contact .fieldset .field.note.no-label:before {
    display: none; }

.form.contact .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  padding-bottom: .2em; }

.form.contact .fieldset > .field:not(.choice) > .control {
  width: 100%; }
  .form.contact .fieldset > .field:not(.choice) > .control input {
    height: auto;
    padding: 13px; }
  .form.contact .fieldset > .field:not(.choice) > .control.captcha input {
    max-width: 380px; }
  .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button {
    border-color: #002f87; }
    .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button span {
      color: #002f87;
      position: relative;
      padding-right: 25px; }
      .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button span::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 15px;
        width: 15px;
        background-image: url(../images/icons/reload.svg);
        background-size: cover; }
    .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button:hover, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button:focus, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button:active, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button.active, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button.is-active {
      background-color: #002f87; }
      .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button:hover span, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button:focus span, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button:active span, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button.active span, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button.is-active span {
        color: #fff; }
        .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button:hover span::after, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button:focus span::after, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button:active span::after, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button.active span::after, .form.contact .fieldset > .field:not(.choice) > .control .captcha-image button.is-active span::after {
          background-image: url(../images/icons/reload-white.svg); }

.form.contact .actions-toolbar {
  margin: 0 !important; }
  .form.contact .actions-toolbar .primary {
    float: right;
    margin-right: 0; }

div[data-bind="scope: 'loginAsCustomer'"] {
  display: none; }

.modal-popup.confirm._show header {
  background: none;
  padding: 0; }

.modal-popup.confirm._show .modal-inner-wrap {
  display: block;
  max-width: 580px; }
  .modal-popup.confirm._show .modal-inner-wrap .modal-content {
    font-size: 18px;
    width: 100%;
    padding: 10px 40px 10px 15px;
    margin-top: 10px; }
  .modal-popup.confirm._show .modal-inner-wrap .modal-footer {
    padding: 5px 10px 20px 10px; }
    .modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-dismiss {
      background: #fff;
      border-color: #002f87;
      padding: 11px 15px; }
      .modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-dismiss span {
        color: #002f87; }
    .modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-accept {
      padding: 11px 30px 11px 15px; }

.cookieConsentWrapper .cookieConsentPopup {
  border: 0;
  box-shadow: none;
  border-radius: 5px;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 18px; }
  .cookieConsentWrapper .cookieConsentPopup .cookieConsentTitle {
    font-weight: normal; }
  .cookieConsentWrapper .cookieConsentPopup .cookieConsentInfo .cookieConsentClose {
    font-weight: normal;
    color: #fff; }
    .cookieConsentWrapper .cookieConsentPopup .cookieConsentInfo .cookieConsentClose:hover, .cookieConsentWrapper .cookieConsentPopup .cookieConsentInfo .cookieConsentClose:focus, .cookieConsentWrapper .cookieConsentPopup .cookieConsentInfo .cookieConsentClose:active, .cookieConsentWrapper .cookieConsentPopup .cookieConsentInfo .cookieConsentClose.active, .cookieConsentWrapper .cookieConsentPopup .cookieConsentInfo .cookieConsentClose.is-active {
      text-decoration: none;
      color: #fff; }
  .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons {
    display: flex;
    flex-wrap: wrap; }
    .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons a {
      width: 100%;
      border-radius: 50px;
      font-family: "PT Sans Narrow", sans-serif;
      font-weight: 500; }
    .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons a div, .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons a span {
      border: 0;
      font-weight: normal; }
    .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons .cookieConsentAllow {
      background: #fff;
      color: #222;
      order: 2;
      margin: 10px 0 0; }
    .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons .cookieConsentReject {
      border: 0;
      color: #fff;
      text-decoration: none;
      order: 1;
      background-color: #444; }
      .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons .cookieConsentReject:hover, .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons .cookieConsentReject:focus, .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons .cookieConsentReject:active, .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons .cookieConsentReject.active, .cookieConsentWrapper .cookieConsentPopup .cookieConsentButtons .cookieConsentReject.is-active {
        text-decoration: none; }
  .cookieConsentWrapper .cookieConsentPopup .cookieConsentText {
    font-size: 14px;
    line-height: 1.5; }
    .cookieConsentWrapper .cookieConsentPopup .cookieConsentText a {
      color: #fff; }
      .cookieConsentWrapper .cookieConsentPopup .cookieConsentText a:hover, .cookieConsentWrapper .cookieConsentPopup .cookieConsentText a:focus, .cookieConsentWrapper .cookieConsentPopup .cookieConsentText a:active, .cookieConsentWrapper .cookieConsentPopup .cookieConsentText a.active, .cookieConsentWrapper .cookieConsentPopup .cookieConsentText a.is-active {
        text-decoration: none; }

@media screen and (min-width: 768px) {
  .cookieConsentWrapper .cookieConsentPopup .cookieConsentText {
    font-size: 16px; } }

@media print {
  .page-header {
    height: 70px;
    position: relative; }
    .page-header .logo img, .page-header .logo svg {
      width: 44px; }
  .page-wrapper {
    padding-top: 0 !important; }
  .page-header .menu-container,
  feefowidget-container-floating-service,
  feefowidget-floating-open-button,
  .feefowidget-floating-open-button__button-mobile.feefowidget-format--small,
  .mobile-menu-tab-container,
  .header-right,
  .product-add-form,
  .secondary-bg.faqs-wrapper .ask-question-form,
  .newsletter-bottom-container,
  #feefo-review-container .feefowidget-global .feefowidget-global__filters,
  .page-footer .footer-menu-container,
  feefowidget-feedbacks-item .feefowidget-section-actions,
  .page-footer .footer-social-container,
  .carousel-wrapper .products-carousel .owl-carousel .owl-stage .owl-item .product-item .product-item-info .product-item-link {
    display: none !important; }
  .fotorama__stage__frame .fotorama__img {
    width: 340px; }
  .products-carousel .owl-carousel.owl-drag .owl-item {
    width: 22% !important; }
  .product.info.detailed .accordion-title {
    border: 0; }
  .product.info.detailed .accordion-content {
    display: block !important;
    padding-top: 0; }
  .product-info-main #product-accordion div[role="presentation"]:first-child .accordion-title {
    border-top: 0; }
  .carousel-wrapper .products-carousel {
    margin-bottom: 20px; }
  .catalog-product-view .faqs-wrapper {
    margin-top: 40px;
    padding-top: 40px; }
  .page-footer .footer-brand-container img {
    width: 40px; }
  .page-footer .footer-brand-container .serviceRating img {
    width: 70px; }
  .top-container .col-xs-12.col-xxs-24 {
    flex-basis: 50%; }
  .amfaq-question-footer-wrapper,
  .faq-question-view .ask-question-form.widget {
    display: none !important; } }

.message.global.demo {
  display: none; }

.minicart-wrapper .express-checkout {
  font-weight: 500;
  margin: 16px 0 -6px; }

.minicart-wrapper #slide_minicart_modal_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden; }
  .minicart-wrapper #slide_minicart_modal_wrapper .minicart-underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.6); }
  .minicart-wrapper #slide_minicart_modal_wrapper .slide-minicart-wrapper {
    font-family: "PT Sans Narrow", sans-serif;
    cursor: auto;
    position: absolute;
    right: -100%;
    background-color: #fff;
    width: 760px;
    z-index: 10;
    height: 100%;
    overflow-y: scroll;
    max-width: calc(100% - 72px);
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; }
    @media (max-width: 639px) {
      .minicart-wrapper #slide_minicart_modal_wrapper .slide-minicart-wrapper {
        max-width: 100%;
        padding-bottom: 60px; } }
  .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart {
    margin-top: 0;
    position: static;
    border: none;
    box-shadow: none;
    font-weight: 400; }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart > #minicart-content-wrapper {
      padding: 30px;
      margin: 0; }
      @media (max-width: 639px) {
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart > #minicart-content-wrapper {
          padding: 20px; } }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .block-content {
      display: block; }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .block-title {
      background: transparent;
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      font-size: 40px;
      font-family: "PT Sans Narrow", sans-serif;
      font-weight: 500;
      color: #002f87;
      margin-bottom: 30px; }
      @media (max-width: 639px) {
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .block-title {
          font-size: 28px;
          margin-bottom: 20px;
          flex-direction: column-reverse;
          align-items: flex-start; } }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .block-title .minicart-close-actions #btn-minicart-close {
        display: none;
        position: static;
        height: 20px;
        width: 20px; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .block-title .minicart-close-actions .continue-shopping-button {
        font-size: 16px;
        padding: 15px 30px; }
      @media (max-width: 639px) {
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .block-title .minicart-close-actions {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 30px; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .block-title .minicart-close-actions .continue-shopping-button {
            padding: 0;
            border: none;
            text-decoration: underline;
            color: #002f87; }
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .block-title .minicart-close-actions .continue-shopping-button span {
              color: #002f87; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .block-title .minicart-close-actions #btn-minicart-close {
            display: inline-block; } }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items-wrapper {
      overflow-y: auto;
      height: auto !important;
      max-height: none;
      padding: 0;
      margin-bottom: 0; }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items-actions {
      display: flex;
      justify-content: flex-end;
      font-size: 18px;
      align-items: center;
      margin-bottom: 30px; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items-actions .additional-minicart-items-text {
        margin-right: 20px; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items-actions #show_hide_minicart_items {
        color: #222; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items-actions #show_hide_minicart_items span {
          text-decoration: underline; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items-actions #show_hide_minicart_items .less-text {
          display: none; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items-actions #show_hide_minicart_items.active > .less-text {
          display: inline-block; }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items {
      margin-bottom: 16px; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items > li[data-visibility="hide-item"] {
        display: none; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item {
        padding-top: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid #d2d2d2; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item:not(:first-child) {
          border-top: none; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item:first-of-type {
          border-top: 1px solid #d2d2d2; }
        @media (max-width: 639px) {
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item {
            padding-top: 18px;
            padding-bottom: 26px; } }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-details {
          display: flex;
          flex-wrap: wrap;
          padding-left: 0;
          padding-right: 4px; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-details .left {
            width: 52%; }
            @media (max-width: 480px) {
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-details .left {
                width: 70%; } }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-details .right {
            width: 48%;
            position: relative;
            padding-top: 8px; }
            @media (max-width: 480px) {
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-details .right {
                width: 30%; } }
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-details .right .action.delete {
              background: url(../images/icons/minicart/close.svg) no-repeat center center/14px;
              height: 14px;
              position: absolute;
              right: 0;
              top: 8px;
              width: 14px;
              padding: 0; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-details .right .action.delete span {
                display: none; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-details .right .action.delete::before {
                display: none; }
              @media (max-width: 767px) {
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-details .right .action.delete {
                  top: 0; } }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-photo {
          margin-right: 20px; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-photo .product-image-container {
            width: 110px !important;
            margin-right: 10px; }
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-photo .product-image-container .product-image-wrapper {
              width: 110px;
              height: 110px; }
          @media (max-width: 639px) {
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-photo {
              margin-right: 5px; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-photo .product-image-container {
                width: 50px !important; }
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-photo .product-image-container .product-image-wrapper {
                  width: 50px;
                  height: 50px; } }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-name {
          font-size: 18px;
          margin-bottom: 10px;
          font-weight: 500;
          font-family: "PT Sans Narrow", sans-serif; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-name a {
            color: #002f87; }
          @media (max-width: 639px) {
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-name {
              margin-bottom: 40px; } }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-option {
          font-size: 14px;
          font-weight: 500; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty {
          display: flex;
          align-items: center;
          margin-top: 0;
          margin-right: 20px;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty {
              justify-content: flex-end;
              margin-right: 0;
              margin-top: 20px; } }
          @media (max-width: 480px) {
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty {
              position: absolute;
              right: 0; } }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .label {
            font-size: 14px;
            display: inline-block;
            margin-right: 10px; }
            @media (min-width: 901px) {
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .label .mobile {
                display: none; } }
            @media (max-width: 900px) {
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .label .desktop {
                display: none; } }
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .label::after {
              content: ''; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper {
            display: flex;
            align-items: center;
            border: 1px solid #54565a;
            position: relative;
            border-radius: 50px; }
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol {
              height: 48px;
              width: 48px;
              position: relative; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol::before, .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-color: #002f87;
                border-radius: 5px; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol::before {
                width: 14px;
                height: 2px; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol.minus {
                border-right: 1px solid #54565a; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol.plus {
                border-left: 1px solid #54565a; }
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol.plus::after {
                  width: 2px;
                  height: 14px; }
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper input {
              width: 54px;
              padding: 0;
              height: 48px;
              font-family: "PT Sans Narrow", sans-serif;
              font-size: 18px; }
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .update-cart-item {
              position: absolute;
              top: 100%;
              left: -1px;
              margin: 0;
              right: -1px;
              padding: 6px;
              font-size: 14px; }
            @media (max-width: 767px) {
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol {
                height: 30px;
                width: 30px; }
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol::before {
                  width: 9px; }
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper .symbol.plus::after {
                  height: 9px; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .details-qty .qty-input-wrapper input {
                height: 30px;
                width: 40px; } }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing {
          width: 100%;
          font-family: "PT Sans Narrow", sans-serif; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container {
            position: static; }
            .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper {
              display: flex;
              align-items: center; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .price-including-tax, .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .price-excluding-tax {
                margin-right: 12px; }
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .price-including-tax::before, .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .price-excluding-tax::before {
                  content: attr(data-label) ": ";
                  font-size: 14px;
                  display: none;
                  color: #222;
                  font-weight: 500; }
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .price-including-tax .price, .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .price-excluding-tax .price {
                  font-size: 17px;
                  color: #222;
                  font-weight: 500; }
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .quote-item-row-subtotal {
                margin-left: auto;
                text-align: right; }
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .quote-item-row-subtotal .label {
                  display: block;
                  font-size: 16px;
                  line-height: 1;
                  font-weight: 500; }
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .quote-item-row-subtotal .minicart-price {
                  font-size: 18px; }
                  .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .quote-item-row-subtotal .minicart-price .price {
                    font-weight: 500; }
            @media (max-width: 639px) {
              .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container {
                position: relative;
                margin-top: 12px; }
                .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper {
                  display: block; }
                  .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .price-including-tax, .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .price-excluding-tax {
                    display: block;
                    text-align: left; }
                  .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .minicart-items .product-item .product-item-pricing .price-container .price-wrapper .quote-item-row-subtotal {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -20px; } }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .free-shipping-notice {
      padding: 12px 26px;
      text-align: center;
      background-color: #f5f5f5;
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 40px;
      font-family: "PT Sans Narrow", sans-serif;
      border-radius: 5px; }
      @media (max-width: 639px) {
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .free-shipping-notice {
          font-size: 14px; } }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals {
      margin-bottom: 30px;
      font-family: "PT Sans Narrow", sans-serif; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals .totals-title {
        display: block;
        font-size: 32px;
        margin-bottom: 36px;
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 500;
        color: #002f87; }
        @media (max-width: 639px) {
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals .totals-title {
            display: none; } }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals table {
        font-size: 18px; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals table tbody tr {
          border-top: 1px solid #d2d2d2;
          width: 100%;
          padding: 0; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals table tbody tr.subtotal, .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals table tbody tr.tax {
            display: none; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals table tbody tr td, .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals table tbody tr th {
            padding: 20px 0; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals table tbody tr .amount {
            width: auto;
            display: block;
            text-align: right; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals table tbody tr.grand_total {
            font-weight: 400; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart #totals table tbody tr:last-of-type {
            border-bottom: 1px solid #d2d2d2; }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .fixed-totals .shipping-calculation-notice {
      text-align: center;
      margin-bottom: 20px; }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .fixed-totals .btn-wrapper {
      text-align: center; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .fixed-totals .btn-wrapper #top-cart-btn-checkout {
        padding: 16px 20px 16px 20px;
        width: 360px;
        max-width: 100%;
        font-size: 20px;
        margin-bottom: 6px; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .fixed-totals .btn-wrapper #minicartCrossbrowserApplePayButton {
        width: 360px !important;
        margin-top: 20px; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .fixed-totals .btn-wrapper .action.shopping-cart-link {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        text-decoration: none;
        font-weight: 500;
        color: #002f87; }
    @media (max-width: 480px) {
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .fixed-totals .btn-wrapper .actions {
        padding-left: 0;
        padding-right: 0; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .fixed-totals .btn-wrapper .actions #top-cart-btn-checkout {
          width: 100%; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .fixed-totals .btn-wrapper .actions #minicartCrossbrowserApplePayButton {
          width: 100% !important; } }
    .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .payment-icons-wrapper {
      text-align: center; }
      .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .payment-icons-wrapper .payment-icons {
        display: flex;
        justify-content: center; }
        .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .payment-icons-wrapper .payment-icons .icon {
          max-width: 50px; }
          .minicart-wrapper #slide_minicart_modal_wrapper .block-minicart .payment-icons-wrapper .payment-icons .icon:not(:last-of-type) {
            margin-right: 10px; }
  .minicart-wrapper #slide_minicart_modal_wrapper.active {
    visibility: visible; }
    .minicart-wrapper #slide_minicart_modal_wrapper.active .slide-minicart-wrapper {
      right: 0; }

.minicart-wrapper #slide_minicart_modal_wrapper .crosssell-title, .checkout-cart-index .add-to-cart-carousel-wrapper .crosssell-title {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
  color: #002f87; }

.minicart-wrapper #slide_minicart_modal_wrapper .swiper-outer-container, .checkout-cart-index .add-to-cart-carousel-wrapper .swiper-outer-container {
  padding: 0 70px;
  margin-bottom: 50px; }
  @media (max-width: 992px) {
    .minicart-wrapper #slide_minicart_modal_wrapper .swiper-outer-container, .checkout-cart-index .add-to-cart-carousel-wrapper .swiper-outer-container {
      padding: 0 30px; } }
  .minicart-wrapper #slide_minicart_modal_wrapper .swiper-outer-container .slider-controls .swiper-control[class*="left"], .checkout-cart-index .add-to-cart-carousel-wrapper .swiper-outer-container .slider-controls .swiper-control[class*="left"] {
    left: 30px; }
  .minicart-wrapper #slide_minicart_modal_wrapper .swiper-outer-container .slider-controls .swiper-control[class*="right"], .checkout-cart-index .add-to-cart-carousel-wrapper .swiper-outer-container .slider-controls .swiper-control[class*="right"] {
    right: 30px; }
  .minicart-wrapper #slide_minicart_modal_wrapper .swiper-outer-container .slider-controls .swiper-control, .checkout-cart-index .add-to-cart-carousel-wrapper .swiper-outer-container .slider-controls .swiper-control {
    width: 30px;
    height: 30px; }
  .minicart-wrapper #slide_minicart_modal_wrapper .swiper-outer-container .products.swiper-container, .checkout-cart-index .add-to-cart-carousel-wrapper .swiper-outer-container .products.swiper-container {
    padding: 0 10px;
    margin: 0 -10px; }

.minicart-wrapper #slide_minicart_modal_wrapper .products-carousel, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel {
  font-weight: 400;
  margin-top: 0; }
  .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list {
    margin-bottom: 14px;
    margin-top: 20px; }
    .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item {
      height: auto;
      display: flex; }
      .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info {
        width: 100%;
        padding: 14px 12px;
        border: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14); }
        .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .top-content, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .top-content {
          margin-bottom: 10px; }
        .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-name, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-name {
          font-weight: 500;
          font-size: 18px;
          padding: 0;
          width: 100%;
          text-decoration: none; }
        .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-image-wrapper, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-image-wrapper {
          margin-bottom: 10px; }
          .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-image-wrapper img, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-image-wrapper img {
            font-size: 14px; }
        .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .feefo-product-list-rating-container, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .feefo-product-list-rating-container {
          min-height: 0; }
        .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details {
          padding: 0;
          min-height: 0; }
          .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box {
            margin-bottom: 15px; }
            .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-container, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-container {
              display: block; }
              .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-container .price-label, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-container .price-label {
                font-weight: 400; }
            .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-including-tax, .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-excluding-tax, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-including-tax, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-excluding-tax {
              color: #222; }
              .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-including-tax::after, .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-excluding-tax::after, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-including-tax::after, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-excluding-tax::after {
                color: #222;
                font-size: 15px;
                font-weight: 400;
                padding-left: 4px; }
              .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-including-tax .price, .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-excluding-tax .price, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-including-tax .price, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .product-item-details .price-box .price-excluding-tax .price {
                color: #222;
                font-size: 15px;
                font-weight: 400;
                line-height: 1.6; }
        .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .product-item .product-item-info .action.primary, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .product-item .product-item-info .action.primary {
          font-size: 15px;
          width: 100%;
          padding: 8px 0; }
    @media (max-width: 767px) {
      .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .owl-nav, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .owl-nav {
        display: none; } }
    .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .owl-nav > button, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .owl-nav > button {
      width: 18px;
      height: 32px;
      background-image: url(../images/icons/minicart/slider-arrow-right.svg);
      background-size: cover;
      position: absolute;
      top: 50%;
      margin-top: -8px; }
      .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .owl-nav > button.owl-next, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .owl-nav > button.owl-next {
        right: 0; }
      .minicart-wrapper #slide_minicart_modal_wrapper .products-carousel .products.list .owl-nav > button.owl-prev, .checkout-cart-index .add-to-cart-carousel-wrapper .products-carousel .products.list .owl-nav > button.owl-prev {
        transform: rotate(180deg);
        left: 0; }

.paint-colour-page.page-layout-1column .page-wrapper .product-info-main.product-info-summary {
  padding-left: 114px; }
  @media (max-width: 1200px) {
    .paint-colour-page.page-layout-1column .page-wrapper .product-info-main.product-info-summary {
      padding-left: 64px; } }
  @media (max-width: 992px) {
    .paint-colour-page.page-layout-1column .page-wrapper .product-info-main.product-info-summary {
      padding-left: 25px; } }

.paint-colour-page.page-layout-1column .breadcrumbs {
  padding-top: 60px; }
  @media (max-width: 992px) {
    .paint-colour-page.page-layout-1column .breadcrumbs {
      padding-top: 30px;
      margin-bottom: 10px !important; } }

.paint-colour-page.page-layout-1column .social-sharing-buttons {
  float: none; }

.paint-colour-page.page-layout-1column .paint-calculator .action.primary.outline {
  padding: 14px 20px 14px 20px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #222; }
  .paint-colour-page.page-layout-1column .paint-calculator .action.primary.outline span {
    color: #222; }

.paint-colour-page.page-layout-1column .product-finish-items-outer-wrapper {
  position: relative; }
  @media (max-width: 1600px) {
    .paint-colour-page.page-layout-1column .product-finish-items-outer-wrapper .slider-controls .swiper-control {
      width: 22px;
      height: 22px;
      margin-top: -12px; }
      .paint-colour-page.page-layout-1column .product-finish-items-outer-wrapper .slider-controls .swiper-control[class*="left"] {
        left: -30px;
        transform: rotate(180deg); }
      .paint-colour-page.page-layout-1column .product-finish-items-outer-wrapper .slider-controls .swiper-control[class*="right"] {
        right: -30px; } }

.paint-colour-page.page-layout-1column .colour-info-media {
  width: 50vw;
  margin-left: calc(-50vw + 623px); }
  @media (max-width: 1280px) {
    .paint-colour-page.page-layout-1column .colour-info-media {
      width: calc(50% + 26px);
      margin-left: -26px; } }
  @media (max-width: 992px) {
    .paint-colour-page.page-layout-1column .colour-info-media {
      margin-left: -26px; } }
  @media (max-width: 839px) {
    .paint-colour-page.page-layout-1column .colour-info-media {
      width: 100vw;
      margin-left: -26px;
      margin-right: -26px; } }
  .paint-colour-page.page-layout-1column .colour-info-media .colour-image-gallery {
    position: sticky;
    top: 0;
    bottom: 0; }

.paint-colour-page.page-layout-1column .fotorama__zoom-in, .paint-colour-page.page-layout-1column .fotorama__zoom-out {
  display: none !important; }

.paint-colour-page.page-layout-1column .fotorama__stage {
  max-height: 100vh;
  min-height: 100vh;
  padding-bottom: 0; }
  @media (max-width: 839px) {
    .paint-colour-page.page-layout-1column .fotorama__stage {
      max-height: 600px;
      height: calc(80vh - 72px) !important;
      min-height: calc(80vh - 72px); } }
  .paint-colour-page.page-layout-1column .fotorama__stage img.fotorama__img {
    padding: 0;
    top: 50%; }
  .paint-colour-page.page-layout-1column .fotorama__stage .fotorama__stage__frame .fotorama__img {
    padding: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .paint-colour-page.page-layout-1column .fotorama__stage .fotorama__arr {
    height: 52px;
    width: 52px;
    border: none;
    border-radius: 50%;
    background: #f2f2f2;
    background-image: url(../images/icons/minicart/slider-arrow-right.svg);
    background-size: 22px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    left: 50%;
    margin-bottom: 20px;
    display: inline-block !important; }
    .paint-colour-page.page-layout-1column .fotorama__stage .fotorama__arr.fotorama__arr--disabled {
      opacity: 0.5; }
    .paint-colour-page.page-layout-1column .fotorama__stage .fotorama__arr .fotorama__arr__arr {
      display: none; }
    .paint-colour-page.page-layout-1column .fotorama__stage .fotorama__arr.fotorama__arr--prev {
      transform: rotate(180deg) !important;
      margin-left: -56px; }
    .paint-colour-page.page-layout-1column .fotorama__stage .fotorama__arr.fotorama__arr--next {
      transform: rotate(0) !important;
      margin-left: 4px; }
    @media (max-width: 839px) {
      .paint-colour-page.page-layout-1column .fotorama__stage .fotorama__arr {
        left: auto; }
        .paint-colour-page.page-layout-1column .fotorama__stage .fotorama__arr.fotorama__arr--prev {
          right: 80px; }
        .paint-colour-page.page-layout-1column .fotorama__stage .fotorama__arr.fotorama__arr--next {
          right: 20px; } }

.paint-colour-page.page-layout-1column .page-wrapper #maincontent .columns .column.main {
  display: flex !important;
  justify-content: flex-end; }

.paint-colour-page.page-layout-1column .colour-info {
  position: relative; }
  .paint-colour-page.page-layout-1column .colour-info .page-title {
    margin-top: 10px; }
    @media (max-width: 1199px) {
      .paint-colour-page.page-layout-1column .colour-info .page-title {
        font-size: 40px; } }
  @media (max-width: 839px) {
    .paint-colour-page.page-layout-1column .colour-info {
      padding: 50px calc(50vw - (580px / 2)) 0 !important; } }
  @media (max-width: 580px) {
    .paint-colour-page.page-layout-1column .colour-info {
      padding: 50px 0 0; } }
  .paint-colour-page.page-layout-1column .colour-info .smudge-image {
    position: absolute;
    left: 0;
    width: 150px;
    transform: translateX(-50%);
    z-index: 200;
    top: 50px; }
    @media (min-width: 840px) and (max-width: 992px) {
      .paint-colour-page.page-layout-1column .colour-info .smudge-image {
        display: none; } }
    @media (max-width: 839px) {
      .paint-colour-page.page-layout-1column .colour-info .smudge-image {
        width: 110px;
        transform: translateY(-50%);
        top: 0; } }

.paint-colour-page.page-layout-1column .related-items-outer-container {
  padding-top: 60px;
  padding-bottom: 0; }
  .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper {
    margin-bottom: 50px; }
    .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .swiper-outer-container {
      position: relative; }
    .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .related-title {
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 26px;
      margin-bottom: 30px; }
    .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .swiper-wrapper {
      list-style: none;
      margin: 0;
      padding: 0; }
    .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .colour-item {
      margin: 0;
      display: flex;
      flex-direction: column;
      height: auto; }
      .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .colour-item .colour-link {
        text-decoration: none; }
      .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .colour-item .colour-title {
        font-size: 20px;
        color: #222;
        font-family: "PT Sans Narrow", sans-serif;
        margin-bottom: 10px;
        font-weight: 500;
        text-decoration: none;
        flex: 1;
        text-align: center; }
      .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .colour-item .shade-swatch-container {
        padding: 12px;
        border-radius: 100%;
        border: 1px solid #ddd;
        margin-bottom: 12px;
        background-color: #fff; }
        @media (max-width: 480px) {
          .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .colour-item .shade-swatch-container {
            padding: 10px; } }
        .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .colour-item .shade-swatch-container .colour-swatch {
          border-radius: 100%; }
          .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .colour-item .shade-swatch-container .colour-swatch .push {
            padding-bottom: 100%; }
          .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .colour-item .shade-swatch-container .colour-swatch img {
            vertical-align: bottom; }
      .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper .colour-item .short-description {
        text-align: center;
        font-size: 14px;
        color: #222; }
  .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper.page-products {
    position: relative;
    margin: 0;
    padding: 60px 0; }
    .paint-colour-page.page-layout-1column .related-items-outer-container .related-items-wrapper.page-products::before {
      content: '';
      position: absolute;
      z-index: -1;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      bottom: 0;
      background-color: #f5f5f5;
      width: 100vw; }

.paint-colour-page.page-layout-1column .products.list li.product-item {
  width: calc(25% - ((14px * 3) / 4)); }
  @media (max-width: 1079px) {
    .paint-colour-page.page-layout-1column .products.list li.product-item {
      width: calc(33.33% - ((14px * 2) / 3)); } }
  @media (max-width: 767px) {
    .paint-colour-page.page-layout-1column .products.list li.product-item {
      width: calc(50% - 7px); } }
  @media (max-width: 379px) {
    .paint-colour-page.page-layout-1column .products.list li.product-item {
      width: 100%; } }
  .paint-colour-page.page-layout-1column .products.list li.product-item .product-item-info {
    padding-top: 16px; }
    .paint-colour-page.page-layout-1column .products.list li.product-item .product-item-info .product-image-container .product-image-wrapper {
      padding-bottom: 100%; }
    .paint-colour-page.page-layout-1column .products.list li.product-item .product-item-info .product-info-top {
      padding: 0 16px; }
      .paint-colour-page.page-layout-1column .products.list li.product-item .product-item-info .product-info-top .product-item-name {
        width: 100%;
        padding: 0; }
    .paint-colour-page.page-layout-1column .products.list li.product-item .product-item-info .price-box .price-container .price-label {
      line-height: 1.35; }
    .paint-colour-page.page-layout-1column .products.list li.product-item .product-item-info .price-box .price-container .price-including-tax {
      margin-bottom: 6px; }
      .paint-colour-page.page-layout-1column .products.list li.product-item .product-item-info .price-box .price-container .price-including-tax span.price {
        line-height: 1.35; }
    .paint-colour-page.page-layout-1column .products.list li.product-item .product-item-info .minimal-price-link .price-wrapper {
      line-height: 1.35; }

.paint-colour-page.page-layout-1column .page-products .products-grid .list.product-items.swiper-wrapper {
  display: flex;
  gap: initial; }
  .paint-colour-page.page-layout-1column .page-products .products-grid .list.product-items.swiper-wrapper .swiper-slide {
    margin: 0;
    height: auto; }

.paint-colour-page.page-layout-1column #maincontent {
  background-color: transparent; }

.paint-colour-page.page-layout-1column .page-footer .newsletter-subscribe-bar {
  background: #e6e6e6; }

.catalog-product-view .page-wrapper {
  overflow-x: clip; }

.catalog-product-view .product-info-main .paint-calculator {
  margin-bottom: 30px; }
  .catalog-product-view .product-info-main .paint-calculator .calc-description {
    margin-bottom: 20px; }
  .catalog-product-view .product-info-main .paint-calculator .inline-result-container {
    margin-top: 30px;
    margin-bottom: -10px; }
    .catalog-product-view .product-info-main .paint-calculator .inline-result-container p {
      margin-bottom: 12px; }
    .catalog-product-view .product-info-main .paint-calculator .inline-result-container .total {
      font-size: 26px; }

.catalog-product-view .product-info-main .product-actions-wrapper {
  text-align: center; }
  .catalog-product-view .product-info-main .product-actions-wrapper .box-tocart .action.tocart span {
    color: #fff; }
  .catalog-product-view .product-info-main .product-actions-wrapper .additional-info-below-tocart {
    margin-top: 30px; }
    .catalog-product-view .product-info-main .product-actions-wrapper .additional-info-below-tocart .order-by-delivery-info {
      display: inline-block;
      max-width: 200px;
      width: 100%;
      position: relative;
      padding-top: 30px; }
      .catalog-product-view .product-info-main .product-actions-wrapper .additional-info-below-tocart .order-by-delivery-info a {
        text-decoration: none; }
      .catalog-product-view .product-info-main .product-actions-wrapper .additional-info-below-tocart .order-by-delivery-info::before {
        content: '';
        position: absolute;
        top: 0;
        height: 22px;
        width: 31px;
        left: 50%;
        margin-left: -15px;
        background-image: url(../images/icons/delivery.svg);
        background-size: cover; }
    .catalog-product-view .product-info-main .product-actions-wrapper .additional-info-below-tocart .store-finder-link {
      display: inline-block;
      position: relative;
      padding-right: 20px;
      text-decoration: none; }
      .catalog-product-view .product-info-main .product-actions-wrapper .additional-info-below-tocart .store-finder-link::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        height: 10px;
        width: 13px;
        margin-top: -5px;
        background-image: url(../images/icons/arrow-dark.svg);
        background-size: cover; }

.catalog-product-view .product-info-main .totals-wrapper {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  display: none;
  font-family: "PT Sans Narrow", sans-serif;
  color: #54565a; }
  .catalog-product-view .product-info-main .totals-wrapper .paint-totals {
    display: flex;
    justify-content: space-between; }
    .catalog-product-view .product-info-main .totals-wrapper .paint-totals .size-total {
      text-align: left; }
    .catalog-product-view .product-info-main .totals-wrapper .paint-totals .price-total {
      text-align: right; }
    .catalog-product-view .product-info-main .totals-wrapper .paint-totals .total-label {
      font-size: 18px;
      font-weight: 500; }
    .catalog-product-view .product-info-main .totals-wrapper .paint-totals .total {
      font-size: 26px;
      margin-bottom: 10px;
      font-weight: 500; }
    .catalog-product-view .product-info-main .totals-wrapper .paint-totals .incl-vat-total .label, .catalog-product-view .product-info-main .totals-wrapper .paint-totals .vat-total .label {
      font-size: 13px; }

.paint-colour-page .product-info-main .delivery-info-icon {
  margin: 16px 0 30px; }

.paint-colour-page .product-paint-options-tabs {
  margin-left: -114px;
  padding-left: 114px;
  margin-top: 90px;
  position: relative; }
  @media (max-width: 1200px) {
    .paint-colour-page .product-paint-options-tabs {
      margin-left: -64px;
      padding-left: 64px; } }
  @media (max-width: 992px) {
    .paint-colour-page .product-paint-options-tabs {
      margin-left: -25px;
      padding-left: 25px; } }
  @media (max-width: 839px) {
    .paint-colour-page .product-paint-options-tabs {
      margin-right: -26px;
      margin-left: -26px;
      padding: 0 26px; } }
  .paint-colour-page .product-paint-options-tabs::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media (max-width: 839px) {
      .paint-colour-page .product-paint-options-tabs::after {
        width: 100vw;
        left: 50%;
        transform: translate(-50%); } }
  .paint-colour-page .product-paint-options-tabs .product-paint-tab {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
    max-width: 406px;
    z-index: 10; }
    @media (max-width: 839px) {
      .paint-colour-page .product-paint-options-tabs .product-paint-tab {
        max-width: none; } }

.paint-colour-page .product-info-main .box-tocart {
  margin-bottom: 34px; }

@media (min-width: 840px) {
  .catalog-product-view.page-layout-1column.paint-colour-page .product-info-main.product-info-summary {
    justify-content: center;
    min-height: 600px; }
    .catalog-product-view.page-layout-1column.paint-colour-page .product-info-main.product-info-summary .breadcrumbs {
      padding-top: 0; } }

@media (max-width: 839px) {
  .catalog-product-view.page-layout-1column.paint-colour-page .product-info-main.product-info-summary {
    padding-top: 20px !important; } }

.product-paint-options-tabs .product-paint-tab .section-title {
  font-size: 26px;
  margin-bottom: 20px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 500;
  color: #002f87; }

.product-paint-options-tabs ul.nav {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: -75px; }
  @media (max-width: 839px) {
    .product-paint-options-tabs ul.nav {
      justify-content: center;
      width: calc(100% - 50px); } }
  .product-paint-options-tabs ul.nav li.tab-title {
    text-align: center;
    width: 33%;
    position: relative;
    margin: 0; }
    @media (max-width: 992px) {
      .product-paint-options-tabs ul.nav li.tab-title {
        width: 50%; } }
    .product-paint-options-tabs ul.nav li.tab-title .tab-link {
      display: block;
      width: 100%;
      padding: 20px;
      text-align: center;
      outline: none;
      text-decoration: none;
      color: #777;
      font-size: 22px;
      font-family: "PT Sans Narrow", sans-serif;
      font-weight: 500; }
    .product-paint-options-tabs ul.nav li.tab-title.active::after {
      content: '';
      position: absolute;
      height: 4px;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #002f87; }
    .product-paint-options-tabs ul.nav li.tab-title.active .tab-link {
      color: #002f87; }

.paint-dropdown-options .colour-info-process-primary {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc; }

.process-options-wrapper .process-step {
  margin-bottom: 4px; }
  .process-options-wrapper .process-step label {
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
    color: #242424; }
  .process-options-wrapper .process-step select, .process-options-wrapper .process-step input {
    border-color: #ccc; }
  .process-options-wrapper .process-step:last-of-type {
    margin-bottom: 0; }
    .process-options-wrapper .process-step:last-of-type select, .process-options-wrapper .process-step:last-of-type input {
      margin-bottom: 0; }

.process-options-wrapper .process-step-divider {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc; }

.product-finish-select-wrapper {
  width: calc(50vw - 228px); }
  @media (max-width: 1600px) {
    .product-finish-select-wrapper {
      width: calc(50vw - 154px); } }
  @media (max-width: 1199px) {
    .product-finish-select-wrapper {
      width: 100%; } }

.product-finish-items-swiper .swiper-wrapper {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.product-finish-items-swiper .product-item {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 0;
  border-radius: 5px; }
  .product-finish-items-swiper .product-item .small-view-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .product-finish-items-swiper .product-item .large-view-content {
    display: none !important; }
  .product-finish-items-swiper .product-item .top-content {
    flex-grow: 1; }
    .product-finish-items-swiper .product-item .top-content .finish-info {
      display: flex;
      justify-content: space-between;
      margin-bottom: 6px;
      font-family: "PT Sans Narrow", sans-serif; }
    .product-finish-items-swiper .product-item .top-content .colour-swatch-wrapper {
      margin-bottom: 4px;
      display: inline-block;
      padding: 5px;
      border: 1px solid #ccc;
      border-radius: 100%; }
      .product-finish-items-swiper .product-item .top-content .colour-swatch-wrapper .colour-swatch {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-size: cover;
        background-position: 50%; }
    .product-finish-items-swiper .product-item .top-content .product-name {
      font-family: "PT Sans Narrow", sans-serif;
      color: #242424;
      font-size: 21px;
      margin-bottom: 8px;
      font-weight: 500; }
    .product-finish-items-swiper .product-item .top-content .feefo-product-list-rating-container {
      margin-bottom: 6px; }
    .product-finish-items-swiper .product-item .top-content .short-description {
      margin-bottom: 16px; }
  .product-finish-items-swiper .product-item .finish-action-show-info {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 20px; }
  .product-finish-items-swiper .product-item .finish-action-select {
    display: block;
    padding: 12px;
    text-align: center;
    border: 2px solid #111;
    font-size: 17px;
    text-decoration: none;
    background-color: #fff; }
    .product-finish-items-swiper .product-item .finish-action-select span {
      color: #111; }
    .product-finish-items-swiper .product-item .finish-action-select.selected {
      background-color: #002f87;
      border-color: #002f87;
      color: #fff; }
      .product-finish-items-swiper .product-item .finish-action-select.selected > span {
        color: #fff; }
        .product-finish-items-swiper .product-item .finish-action-select.selected > span::after {
          content: 'ed'; }

.large-view-content .colour-swatch-wrapper {
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #ccc;
  padding: 5px; }
  .large-view-content .colour-swatch-wrapper .colour-swatch {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background-size: cover;
    background-position: 50%; }

.large-view-content .feefo-product-list-rating-container {
  margin-bottom: 4px; }

.large-view-content .product-name {
  font-family: "PT Sans Narrow", sans-serif;
  color: #242424;
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 500; }

.large-view-content .description {
  margin-bottom: 30px; }

.large-view-content .finish-info {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 500;
  color: #222; }
  .large-view-content .finish-info > span {
    display: inline-block;
    margin-right: 10px; }

.large-view-content .product-link {
  display: inline-block;
  padding: 14px 30px;
  text-align: center;
  border: 2px solid #111;
  font-size: 17px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50px; }
  .large-view-content .product-link span {
    color: #111; }

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: auto;
  background-color: rgba(20, 20, 20, 0);
  visibility: hidden;
  z-index: 9999999999;
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out; }
  .modal-wrapper .modal-window {
    width: 764px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 30px 34px;
    transform: translateY(50px);
    opacity: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    max-height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    overflow: visible;
    border-radius: 0;
    max-width: calc(100% - 20px);
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out; }
    .modal-wrapper .modal-window .modal-window-inner {
      overflow-y: auto;
      max-height: 100%;
      width: 100%;
      overflow-x: hidden; }
    @media (max-width: 640px) {
      .modal-wrapper .modal-window {
        max-width: 100%;
        max-height: 100%; } }
  .modal-wrapper > .close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden; }
  .modal-wrapper .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 26px;
    width: 18px;
    background-image: url(../images/icons/minicart/close.svg);
    background-size: cover;
    cursor: pointer;
    z-index: 10; }
  .modal-wrapper.visible {
    background-color: rgba(20, 20, 20, 0.6);
    visibility: visible; }
    .modal-wrapper.visible .modal-window {
      transform: translateY(0);
      opacity: 1; }
    .modal-wrapper.visible .close {
      visibility: visible; }
  .modal-wrapper.left-slide-in {
    justify-content: flex-end; }
    .modal-wrapper.left-slide-in .modal-window {
      height: 100%;
      transform: translateX(100%);
      max-height: none;
      width: 440px;
      background-color: #f5f5f5;
      padding: 25px; }
      .modal-wrapper.left-slide-in .modal-window .close-icon {
        top: 30px;
        right: 25px; }
      .modal-wrapper.left-slide-in .modal-window .modal-title {
        padding: 0 25px 25px;
        margin: 0 -25px 25px -25px;
        font-size: 17px;
        border-bottom: 1px solid #ddd;
        font-family: "PT Sans Narrow", sans-serif; }
      .modal-wrapper.left-slide-in .modal-window .section-title {
        font-size: 22px;
        margin-bottom: 14px;
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 500; }
        .modal-wrapper.left-slide-in .modal-window .section-title::after {
          content: ':'; }
      .modal-wrapper.left-slide-in .modal-window .modal-window-inner {
        flex-grow: 1; }
    .modal-wrapper.left-slide-in .actions {
      border-top: 1px solid #ddd;
      padding: 25px 25px 0;
      margin: 25px -25px 0 -25px; }
      .modal-wrapper.left-slide-in .actions .action.primary {
        display: inline-block;
        width: 100%;
        text-align: center; }
    .modal-wrapper.left-slide-in.visible .modal-window {
      transform: translateX(0); }

#simple_paint_calculator_popup #simple-option-list {
  padding: 0;
  list-style: none; }
  #simple_paint_calculator_popup #simple-option-list > li.option {
    background-color: #fff;
    padding: 18px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ddd; }
    #simple_paint_calculator_popup #simple-option-list > li.option .title {
      font-size: 16px;
      margin-bottom: 8px;
      font-family: "PT Sans Narrow", sans-serif;
      font-weight: 500; }
    #simple_paint_calculator_popup #simple-option-list > li.option .description {
      font-size: 14px; }
    #simple_paint_calculator_popup #simple-option-list > li.option.select {
      background-color: #002f87;
      border-color: #002f87;
      color: #fff; }

#simple_paint_calculator_popup .result-container {
  display: flex;
  flex-direction: column;
  height: 100%; }
  #simple_paint_calculator_popup .result-container .result-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #simple_paint_calculator_popup .result-container .result-content h1 {
      font-size: 100px;
      line-height: 1;
      margin: 0; }
      @media (max-width: 640px) {
        #simple_paint_calculator_popup .result-container .result-content h1 {
          font-size: 70px; } }
    #simple_paint_calculator_popup .result-container .result-content .approx {
      font-size: 14px;
      margin-bottom: 20px; }
    #simple_paint_calculator_popup .result-container .result-content .coverage {
      font-size: 20px; }

.multi-add-qty-select {
  margin: 0;
  font-family: "PT Sans Narrow", sans-serif; }
  .multi-add-qty-select .multiAdd-row {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    flex-wrap: wrap; }
    .multi-add-qty-select .multiAdd-row:last-of-type {
      border-bottom: none; }
    .multi-add-qty-select .multiAdd-row > label {
      width: calc(100% - 150px);
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.4;
      color: #54565a; }
      .multi-add-qty-select .multiAdd-row > label > span {
        display: block; }
    .multi-add-qty-select .multiAdd-row .multiAdd-option {
      margin-bottom: 0; }
    .multi-add-qty-select .multiAdd-row .multiAdd-price .full-pricing-info {
      margin-top: 10px; }
    .multi-add-qty-select .multiAdd-row .multiAdd-price .incl-vat {
      margin-right: 10px; }
    .multi-add-qty-select .multiAdd-row .multiAdd-price .excl-vat {
      font-size: 14px;
      color: #888; }
    .multi-add-qty-select .multiAdd-row .multiAdd-qty {
      display: flex;
      align-items: center;
      border: 1px solid #54565a;
      background-color: #fff;
      position: relative;
      border-radius: 50px;
      overflow: hidden; }
      .multi-add-qty-select .multiAdd-row .multiAdd-qty button {
        height: 52px;
        width: 48px;
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: none;
        font-size: 0;
        padding: 0;
        border-radius: 0;
        opacity: 1;
        box-shadow: none !important; }
        .multi-add-qty-select .multiAdd-row .multiAdd-qty button::before, .multi-add-qty-select .multiAdd-row .multiAdd-qty button::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: #002f87; }
        .multi-add-qty-select .multiAdd-row .multiAdd-qty button::before {
          width: 12px;
          height: 2px; }
        .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-minus {
          border-right: 1px solid #54565a; }
          .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-minus::before, .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-minus::after {
            left: 54%; }
        .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-plus {
          border-left: 1px solid #54565a; }
          .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-plus::after {
            width: 2px;
            height: 12px; }
          .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-plus::before, .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-plus::after {
            left: 46%; }
          .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-plus:disabled {
            cursor: not-allowed;
            background-color: #eee; }
            .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-plus:disabled::before, .multi-add-qty-select .multiAdd-row .multiAdd-qty button.multiAdd-qty-plus:disabled::after {
              background-color: #999; }
      .multi-add-qty-select .multiAdd-row .multiAdd-qty input {
        width: 50px;
        padding: 0;
        height: 52px;
        border: none;
        text-align: center;
        margin: 0;
        font-size: 18px;
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 500; }
    .multi-add-qty-select .multiAdd-row .multiAdd-messages {
      display: block;
      font-size: 15px;
      line-height: 1.4;
      padding: 10px;
      background-color: #fff6ce;
      margin: 10px 0 4px;
      border: 1px solid #ccc;
      width: 100%; }
      .multi-add-qty-select .multiAdd-row .multiAdd-messages:empty {
        display: none; }

.product-info-summary {
  position: relative; }
  @media (max-width: 992px) {
    .product-info-summary .breadcrumbs {
      padding-left: 0;
      padding-right: 0; } }
  .product-info-summary .paint-splodge {
    width: 180px;
    position: absolute;
    left: -90px;
    top: 100px; }
  .product-info-summary .shade-description {
    margin-bottom: 30px; }

.paint-colour-page.fotorama__fullscreen .fotorama__stage {
  max-height: 100vh;
  height: 100vh;
  min-height: 100vh; }

.catalog-product-view-colour-picker-process #product-options-wrapper {
  display: none; }

.product-info-tabs-outer-wrapper .shadepicker-chosen {
  display: none; }

.product-info-tabs-outer-wrapper #product-info-addtocart {
  position: relative;
  width: 100%;
  z-index: 10; }
  .product-info-tabs-outer-wrapper #product-info-addtocart .action.primary.show-simple-paint-calculator {
    display: none; }
  .product-info-tabs-outer-wrapper #product-info-addtocart .section-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 500;
    color: #002f87; }

.product-info-tabs-outer-wrapper .product-paint-options-tabs ul.nav li.tab-title {
  width: 50%; }
  .product-info-tabs-outer-wrapper .product-paint-options-tabs ul.nav li.tab-title a.tab-link {
    font-size: 20px;
    padding: 20px 10px; }
    @media (max-width: 1200px) {
      .product-info-tabs-outer-wrapper .product-paint-options-tabs ul.nav li.tab-title a.tab-link {
        font-size: 18px; } }

.product-info-tabs-outer-wrapper .product-paint-tab .shadepicker-input-wrapper {
  width: 100%;
  padding: 0;
  margin-bottom: 20px; }
  .product-info-tabs-outer-wrapper .product-paint-tab .shadepicker-input-wrapper::before {
    display: none; }

.product-info-tabs-outer-wrapper .product-paint-tab label {
  margin-bottom: 8px;
  display: block;
  color: #000; }

.product-info-tabs-outer-wrapper .product-paint-tab .description {
  margin-bottom: 16px; }

.product-info-tabs-outer-wrapper .product-paint-tab .shadepicker-tab-matching .shadepicker-input-wrapper {
  margin-bottom: 0; }
  .product-info-tabs-outer-wrapper .product-paint-tab .shadepicker-tab-matching .shadepicker-input-wrapper textarea {
    margin-bottom: 0; }

.product-info-tabs-outer-wrapper .colour-picker-container {
  padding: 20px;
  background-color: #f4f4f4; }
  .product-info-tabs-outer-wrapper .colour-picker-container .select-colour {
    display: flex;
    justify-content: space-between; }
    .product-info-tabs-outer-wrapper .colour-picker-container .select-colour .colour-picker-title-wrapper {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .product-info-tabs-outer-wrapper .colour-picker-container .select-colour .colour-picker-title-wrapper .colour-picker-image {
        width: 55px;
        margin-right: 20px; }
        .product-info-tabs-outer-wrapper .colour-picker-container .select-colour .colour-picker-title-wrapper .colour-picker-image img {
          vertical-align: bottom; }
      .product-info-tabs-outer-wrapper .colour-picker-container .select-colour .colour-picker-title-wrapper .title {
        font-size: 26px;
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 500;
        color: #002f87; }
    .product-info-tabs-outer-wrapper .colour-picker-container .select-colour .action.primary {
      background-color: #fff; }
    @media (max-width: 560px) {
      .product-info-tabs-outer-wrapper .colour-picker-container .select-colour {
        display: block; }
        .product-info-tabs-outer-wrapper .colour-picker-container .select-colour .colour-picker-title-wrapper {
          margin-bottom: 18px; }
          .product-info-tabs-outer-wrapper .colour-picker-container .select-colour .colour-picker-title-wrapper .colour-picker-image {
            width: 44px;
            margin-right: 14px; }
          .product-info-tabs-outer-wrapper .colour-picker-container .select-colour .colour-picker-title-wrapper .title {
            font-size: 22px; }
        .product-info-tabs-outer-wrapper .colour-picker-container .select-colour .action.primary {
          width: 100%; } }
  .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #54565a; }
    .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen .shadepicker-chosen-inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen .chosen-colour-text {
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #002f87; }
    .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen .colour-info {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen .colour-info .name {
        font-size: 16px;
        margin-right: 16px;
        font-weight: 500; }
      .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen .colour-info div.shadepick-shade.swatch {
        border-radius: 100%;
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        max-width: 50px;
        max-height: 50px;
        border: none; }
    @media (max-width: 560px) {
      .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen .shadepicker-chosen-inner {
        display: block; }
        .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen .shadepicker-chosen-inner .chosen-colour-text {
          font-size: 16px;
          margin-bottom: 12px; }
        .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen .shadepicker-chosen-inner .colour-info {
          flex-direction: row-reverse; }
          .product-info-tabs-outer-wrapper .colour-picker-container .shadepicker-chosen .shadepicker-chosen-inner .colour-info div.shadepick-shade.swatch {
            margin-right: 12px;
            width: 44px;
            height: 44px;
            min-width: 44px;
            min-height: 44px;
            max-width: 44px;
            max-height: 44px; } }

.product-info-tabs-outer-wrapper .shadepicker-container ~ .product-options-bottom {
  margin-top: 50px; }

.product-info-tabs-outer-wrapper .shadepicker-chosen h5 {
  width: 100%; }

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