@charset "UTF-8";
.smaller-10,
.font-10 {
  font-size: 10px !important; }

.font-11 {
  font-size: 11px !important; }

.font-12 {
  font-size: 12px !important; }

.font-13 {
  font-size: 13px !important; }

.font-14 {
  font-size: 14px !important; }

.font-16 {
  font-size: 16px !important; }

.font-17 {
  font-size: 17px !important; }

.font-20 {
  font-size: 20px !important; }

.txt-center {
  text-align: center !important; }

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

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

.text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

.no-link,
.pink-highlight {
  color: #ed2092 !important; }

.blue-highlight {
  color: #2993b1 !important; }

.green-highlight {
  color: #87a99f !important; }

.text-highlight {
  color: #444444 !important; }

.main-text-highlight {
  color: #777777 !important; }

.secondary-grey-1-highlight {
  color: #777777 !important; }

.light-text {
  color: #bbbbbb !important; }

.white-highlight {
  color: #fff !important; }

.error-highlight {
  color: #f3975f !important; }

.warning-highlight {
  color: #f3975f !important; }

.bold {
  font-weight: bold !important; }

.bold-800 {
  font-weight: 800 !important; }

.bold-600 {
  font-weight: 600 !important; }

.bold-500 {
  font-weight: 500 !important; }

.bold-400 {
  font-weight: 400 !important; }

.bold-200 {
  font-weight: 200 !important; }

.unbold {
  font-weight: normal !important; }

.italic {
  font-style: italic !important; }

.underline {
  text-decoration: underline !important; }

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

.uppercase {
  text-transform: uppercase !important; }

.letter-spacing-1 {
  letter-spacing: 1px; }

.line-height-normal {
  line-height: normal !important; }

.inherit {
  font-weight: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important; }

.inherit-color {
  color: inherit !important; }

.border-none {
  border: 0 !important; }

.background-green {
  background-color: #87a99f; }

.background-white {
  background-color: white !important; }

/* Start Helper Classes */
.full-width {
  width: 100% !important; }

.hlf-width {
  width: 49%; }

.half-width {
  width: 50%; }

.m-width-100 {
  max-width: 100%; }

.w-auto {
  width: auto !important; }

.h-auto {
  height: auto !important; }

.full-height {
  height: 100%; }

.d-none {
  display: none; }

.d-inline {
  display: inline !important; }

.d-inblock {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-no-wrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.justify-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-space-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-space-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.justify-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.align-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.flex-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%; }

.flex-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.flex-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

.flex-image-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .flex-image-container img {
    max-width: 100%; }

.p-absolute {
  position: absolute; }

.p-relative {
  position: relative; }

.p-static {
  position: static; }

.p-fixed {
  position: fixed; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky; }

.z-0 {
  z-index: 0 !important; }

.z-999 {
  z-index: 999 !important; }

.t-0 {
  top: 0 !important; }

.r-0 {
  right: 0 !important; }

.b-0 {
  bottom: 0 !important; }

.l-0 {
  left: 0 !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.no-margin-top,
.mt-0 {
  margin-top: 0 !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mt-10 {
  margin-top: 10px !important; }

.margin-top-20,
.mt-20 {
  margin-top: 20px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-auto {
  margin-right: auto !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-17 {
  margin-bottom: 17px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.p-10 {
  padding: 10px !important; }

.p-20 {
  padding: 20px !important; }

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

.p-20 {
  padding: 20px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-8 {
  padding-right: 8px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-12 {
  padding-right: 12px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-8 {
  padding-left: 8px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-12 {
  padding-left: 12px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-8 {
  padding-right: 8px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-12 {
  padding-right: 12px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-32 {
  padding-right: 32px !important; }

.pr-60 {
  padding-right: 60px !important; }

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

.hidden-overflow {
  overflow: hidden !important; }

.disable-component {
  opacity: 0.4;
  pointer-events: none; }

.v-top {
  vertical-align: top; }

.v-center {
  vertical-align: middle; }

.mlr-center {
  margin: 0 auto; }

.cursor-pointer {
  cursor: pointer; }

.text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

.horizontal-rule {
  width: 100%;
  border-top: 1px solid #e0e0e0; }

.element-disabled {
  opacity: 0.4;
  pointer-events: none; }

.flt-left {
  float: left; }

.flt-right {
  float: right; }

.clr-left {
  clear: left; }

.clr-right {
  clear: right; }

.clr-both {
  clear: both; }

.a-b-hide {
  display: none; }

/* End Helper Classes */
.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  font-weight: bold;
  padding-bottom: 8px; }

.content-block > h2 {
  font-size: 22px; }

.content-block h3 {
  font-size: 17px; }

.content-block h4 {
  font-size: 15px; }

.content-block h5 {
  font-size: 14px; }

.content-block p {
  color: #444444; }

.content-block a, .content-block p {
  font-size: 13px; }

.content-block hr {
  border: none;
  border-top: 1px solid #dadada;
  margin-bottom: 15px; }

.new-fonts {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: normal; }
  .new-fonts h1, .new-fonts h2, .new-fonts h3, .new-fonts h4, .new-fonts h5, .new-fonts h6 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    line-height: normal;
    color: #444444; }
  .new-fonts h1 {
    padding-bottom: 20px;
    font-size: 42px; }
  .new-fonts h2 {
    padding-bottom: 18px;
    font-size: 28px; }
  .new-fonts h3 {
    padding-bottom: 14px;
    font-size: 20px; }
  .new-fonts h4 {
    padding-bottom: 9px;
    font-size: 18px; }
  .new-fonts h5 {
    padding-bottom: 5px;
    font-size: 16px; }
  .new-fonts blockquote {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: italic; }
  .new-fonts .subheading {
    font-family: 'Montserrat', Arial, sans-serif;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 400; }
  .new-fonts .caption {
    padding-bottom: 10px;
    font-size: 12px; }
  .new-fonts p {
    padding-bottom: 16px;
    color: #444444; }
  .new-fonts p,
  .new-fonts a,
  .new-fonts label {
    font-size: inherit;
    line-height: inherit; }
  .new-fonts .form-input label,
  .new-fonts .form-input input,
  .new-fonts .form-input textarea,
  .new-fonts .form-input select {
    font-size: inherit; }
  .new-fonts .alt-link {
    border: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ed2092;
    -webkit-appearance: none;
    background: none; }
    .new-fonts .alt-link:after {
      content: ' >'; }
  .new-fonts--mobile h1 {
    font-size: 28px; }
  .new-fonts--mobile h2 {
    font-size: 22px; }
  .new-fonts--mobile h3 {
    font-size: 20px; }
  .new-fonts--mobile h4,
  .new-fonts--mobile blockquote {
    font-size: 16px; }
  .new-fonts--mobile h5 {
    font-size: 14px; }
  .new-fonts--mobile .subheading {
    font-size: 16px; }

.pink-underline {
  margin-bottom: 35px;
  position: relative; }
  .pink-underline:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    background: #ed2092;
    left: 50%;
    bottom: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .pink-underline > h2 {
    font-size: 22px; }

.tick-list {
  font-size: 13px; }
  .tick-list li {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 5px; }
    .tick-list li:before, .tick-list li:after {
      content: '';
      position: absolute;
      left: 0;
      background: #ed2092;
      width: 3px;
      top: 0; }
    .tick-list li:before {
      color: #ed2092;
      height: 7px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 9px; }
    .tick-list li:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 13px;
      left: 6px;
      top: 3px; }
    .tick-list li:last-child {
      margin-bottom: 0; }

.number-list {
  margin-bottom: 10px;
  font-size: 13px;
  counter-reset: li; }
  .number-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 3px;
    line-height: 20px; }
    .number-list li:before {
      position: absolute;
      top: 3px;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      background: #ed2092;
      color: white;
      font-size: 11px;
      line-height: 16px;
      text-align: center;
      content: counter(li);
      counter-increment: li; }
    .number-list li:last-child {
      margin-bottom: 0; }

.bulleted-list {
  padding: 0 0 8px 18px;
  margin: 0; }
  .bulleted-list li {
    list-style: disc;
    margin-bottom: 8px; }

body {
  -webkit-font-smoothing: subpixel-antialiased; }

.b-typography {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #777777; }
  .b-typography h1, .b-typography h2, .b-typography h3, .b-typography h4, .b-typography h5, .b-typography h6 {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    line-height: normal;
    color: #777777; }
  .b-typography h1 {
    padding-bottom: 20px;
    font-size: 42px;
    letter-spacing: 0.88px; }
    .b-typography h1.h1-small {
      font-size: 34px; }
  .b-typography h2 {
    padding-bottom: 18px;
    font-size: 28px;
    letter-spacing: 0.35px; }
  .b-typography h3 {
    padding-bottom: 14px;
    font-size: 20px;
    letter-spacing: 0; }
  .b-typography h4 {
    padding-bottom: 9px;
    font-size: 18px;
    letter-spacing: 0.9px; }
  .b-typography h5 {
    padding-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.6px; }
  .b-typography h6 {
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.52px; }
  .b-typography .header-font-font {
    font-family: "Montserrat", Arial, sans-serif; }
  .b-typography .b-lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.6px; }
  .b-typography .b-caption {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.29px; }
  .b-typography p {
    padding-bottom: 16px;
    color: #777777; }
  .b-typography p,
  .b-typography a,
  .b-typography label,
  .b-typography li {
    font-size: inherit;
    line-height: 21px;
    letter-spacing: 0; }
  .b-typography .b-unordered-list {
    padding: 0 0 8px 12px;
    margin: 0; }
    .b-typography .b-unordered-list li {
      list-style: none;
      margin-bottom: 5px;
      text-indent: -2px;
      padding-left: 7px; }
      .b-typography .b-unordered-list li:before {
        display: inline-block;
        vertical-align: top;
        width: 17px;
        margin-left: -15px;
        color: #87a99f;
        content: "\2022";
        font-weight: bold;
        font-size: 20px; }
  .b-typography .b-ordered-list {
    padding-bottom: 12px;
    margin: 0;
    counter-reset: li; }
    .b-typography .b-ordered-list li {
      position: relative;
      margin-bottom: 5px;
      padding-left: 38px; }
      .b-typography .b-ordered-list li:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        background: #87a99f;
        color: white;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: bold;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        content: counter(li);
        counter-increment: li; }
  .b-typography .b-link {
    color: #ed2092;
    text-decoration: none;
    cursor: pointer; }
    .b-typography .b-link:hover {
      text-decoration: underline; }
  .b-typography .b-secondary-link {
    border: none;
    background: none;
    color: #777777;
    text-decoration: none;
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out; }
    .b-typography .b-secondary-link:hover {
      color: #ed2092;
      text-decoration: underline; }
    .b-typography .b-secondary-link--with-icon {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      .b-typography .b-secondary-link--with-icon:hover {
        text-decoration: none; }
        .b-typography .b-secondary-link--with-icon:hover [class^="icon--"],
        .b-typography .b-secondary-link--with-icon:hover [class*=" icon--"] {
          text-decoration: none; }
        .b-typography .b-secondary-link--with-icon:hover .b-secondary-link--with-icon__text {
          text-decoration: underline; }

@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon/icomoon.woff2?ot82aq") format("woff2"), url("/assets/fonts/icomoon/icomoon.ttf?ot82aq") format("truetype"), url("/assets/fonts/icomoon/icomoon.woff?ot82aq") format("woff"), url("/assets/fonts/icomoon/icomoon.svg?ot82aq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon--"], [class*=" icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px; }
  [class^="icon--"].size-12, [class*=" icon--"].size-12 {
    font-size: 12px; }
  [class^="icon--"].size-20, [class*=" icon--"].size-20 {
    font-size: 20px; }
  [class^="icon--"].size-30, [class*=" icon--"].size-30 {
    font-size: 30px; }
  [class^="icon--"].size-50, [class*=" icon--"].size-50 {
    font-size: 50px; }
  [class^="icon--"].size-60, [class*=" icon--"].size-60 {
    font-size: 60px; }
  [class^="icon--"].size-70, [class*=" icon--"].size-70 {
    font-size: 70px; }
  [class^="icon--"].size-80, [class*=" icon--"].size-80 {
    font-size: 80px; }
  [class^="icon--"].size-90, [class*=" icon--"].size-90 {
    font-size: 90px; }
  [class^="icon--"].size-100, [class*=" icon--"].size-100 {
    font-size: 100px; }

/* ************ */
/* General icons */
/* ************ */
.icon--being-printed .path1:before {
  content: "\ea06";
  color: #777777; }

.icon--being-printed .path2:before {
  content: "\ea07";
  margin-left: -1em;
  color: #777777; }

.icon--being-printed .path3:before {
  content: "\ea08";
  margin-left: -1em;
  color: #777777; }

.icon--being-printed .path4:before {
  content: "\ea09";
  margin-left: -1em;
  color: #777777; }

.icon--being-printed .path5:before {
  content: "\ea0a";
  margin-left: -1em;
  color: #ed2092; }

.icon--being-printed .path6:before {
  content: "\ea0b";
  margin-left: -1em;
  color: #ed2092; }

.icon--being-printed .path7:before {
  content: "\ea0c";
  margin-left: -1em;
  color: #ed2092; }

.icon--being-printed .path8:before {
  content: "\ea0d";
  margin-left: -1em;
  color: #ed2092; }

.icon--being-printed .path9:before {
  content: "\ea0e";
  margin-left: -1em;
  color: #ed2092; }

.icon--review-your-orders .path1:before {
  content: "\ea0f";
  color: #777777; }

.icon--review-your-orders .path2:before {
  content: "\ea10";
  margin-left: -1em;
  color: #777777; }

.icon--review-your-orders .path3:before {
  content: "\ea11";
  margin-left: -1em;
  color: #ed2092; }

.icon--review-your-orders .path4:before {
  content: "\ea12";
  margin-left: -1em;
  color: #777777; }

.icon--review-your-orders .path5:before {
  content: "\ea13";
  margin-left: -1em;
  color: #777777; }

.icon--review-your-orders .path6:before {
  content: "\ea14";
  margin-left: -1em;
  color: #ed2092; }

.icon--review-your-orders .path7:before {
  content: "\ea15";
  margin-left: -1em;
  color: #ed2092; }

.icon--review-your-orders .path8:before {
  content: "\ea16";
  margin-left: -1em;
  color: #777777; }

.icon--review-your-orders .path9:before {
  content: "\ea17";
  margin-left: -1em;
  color: #777777; }

.icon--review-your-orders .path10:before {
  content: "\ea18";
  margin-left: -1em;
  color: #777777; }

.icon--review-your-orders .path11:before {
  content: "\ea19";
  margin-left: -1em;
  color: #777777; }

.icon--review-your-orders .path12:before {
  content: "\ea1a";
  margin-left: -1em;
  color: #777777; }

.icon--choose-a-design .path1:before {
  content: "\e9d5";
  color: #777; }

.icon--choose-a-design .path2:before {
  content: "\e9d7";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path3:before {
  content: "\e9d9";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path4:before {
  content: "\e9db";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path5:before {
  content: "\e9dc";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path6:before {
  content: "\e9dd";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path7:before {
  content: "\e9de";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path8:before {
  content: "\e9df";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path9:before {
  content: "\e9e0";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path10:before {
  content: "\e9e1";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path11:before {
  content: "\e9e2";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path12:before {
  content: "\e9e5";
  color: #ed2092;
  margin-left: -1em; }

.icon--choose-a-design .path13:before {
  content: "\e9e6";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path14:before {
  content: "\e9e7";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path15:before {
  content: "\e9e8";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path16:before {
  content: "\e9e9";
  color: #ed2092;
  margin-left: -1em; }

.icon--choose-a-design .path17:before {
  content: "\e9ea";
  color: #ed2092;
  margin-left: -1em; }

.icon--choose-a-design .path18:before {
  content: "\e9eb";
  color: #777;
  margin-left: -1em; }

.icon--choose-a-design .path19:before {
  content: "\e9ec";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path1:before {
  content: "\e9ed";
  color: #ed2092; }

.icon--bespoke-v2 .path2:before {
  content: "\e9ee";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path3:before {
  content: "\e9ef";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path4:before {
  content: "\e9f0";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path5:before {
  content: "\e9f1";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path6:before {
  content: "\e9f2";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path7:before {
  content: "\e9f3";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path8:before {
  content: "\e9f4";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path9:before {
  content: "\e9f5";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path10:before {
  content: "\e9f6";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path11:before {
  content: "\e9f7";
  color: #777;
  margin-left: -1em; }

.icon--bespoke-v2 .path12:before {
  content: "\e9f8";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path1:before {
  content: "\e9f9";
  color: #ed2092; }

.icon--more-choice .path2:before {
  content: "\e9fa";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path3:before {
  content: "\e9fb";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path4:before {
  content: "\e9fc";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path5:before {
  content: "\e9fd";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path6:before {
  content: "\e9fe";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path7:before {
  content: "\e9ff";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path8:before {
  content: "\ea00";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path9:before {
  content: "\ea01";
  color: #fff;
  margin-left: -1em; }

.icon--more-choice .path10:before {
  content: "\ea02";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path11:before {
  content: "\ea03";
  color: #777;
  margin-left: -1em; }

.icon--more-choice .path12:before {
  content: "\ea04";
  color: #fff;
  margin-left: -1em; }

.icon--more-choice .path13:before {
  content: "\ea05";
  color: #777;
  margin-left: -1em; }

.icon--save:before {
  content: "\e916"; }

.icon--next-day:before {
  content: "\e917";
  color: #777; }

.icon--bespoke:before {
  content: "\e906";
  color: #ed2092; }

.icon--special-finishes .path1:before {
  content: "\e907";
  color: #e22f88; }

.icon--special-finishes .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: #e22f88; }

.icon--special-finishes .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: #bf317c; }

.icon--special-finishes .path4:before {
  content: "\e90b";
  margin-left: -1em;
  color: #e22f88; }

.icon--special-finishes .path5:before {
  content: "\e90c";
  margin-left: -1em;
  color: #bf317c; }

.icon--special-finishes .path6:before {
  content: "\e90d";
  margin-left: -1em;
  color: #e22f88; }

.icon--special-finishes .path7:before {
  content: "\e90e";
  margin-left: -1em;
  color: white; }

.icon--special-finishes .path8:before {
  content: "\e90f";
  margin-left: -1em;
  color: white; }

.icon--special-finishes .path9:before {
  content: "\e910";
  margin-left: -1em;
  color: white; }

.icon--special-finishes .path10:before {
  content: "\e911";
  margin-left: -1em;
  color: white; }

.icon--special-finishes .path11:before {
  content: "\e912";
  margin-left: -1em;
  color: white; }

.icon--special-finishes .path12:before {
  content: "\e913";
  margin-left: -1em;
  color: white; }

.icon--special-finishes .path13:before {
  content: "\e914";
  margin-left: -1em;
  color: white; }

.icon--templates:before {
  content: "\e915";
  color: #ed2092; }

.icon--contact:before {
  content: "\e900";
  color: #6f6f6e; }

.icon--delivery:before {
  content: "\e901";
  color: #2993b1; }

.icon--hear-about:before {
  content: "\e902";
  color: #6f6f6e; }

.icon--live-chat:before {
  content: "\e904";
  color: #6f6f6e; }

.icon--bag:before {
  content: "\e905";
  color: #2993b1; }

.icon--artwork:before {
  content: "\e953";
  color: #6F6F6F; }

.icon--delete:before {
  content: "\e903";
  color: #ed2092; }

.icon--like:before {
  content: "\e919";
  color: #6F6F6F; }

.icon--personalisation:before {
  content: "\e924";
  color: #6F6F6F; }

.icon--rewards:before {
  content: "\e936";
  color: #ed2092; }

.icon--copy:before {
  content: "\ea95"; }

.icon--warning:before {
  content: "\eac2"; }

.icon--choices:before {
  content: "\e90a";
  color: #ed2092; }

.icon--printed-promise:before {
  content: "\e931";
  color: #ed2092; }

/* ************ */
/* Wizard icons */
/* ************ */
.icon--perfect-bound:before {
  content: "\e9c7"; }

.icon--portrait-folded:before {
  content: "\e9c8"; }

.icon--saddle-stitched:before {
  content: "\e9d0"; }

.icon--case-bound:before {
  content: "\e918"; }

.icon--binding-edge-top:before,
.icon--TOP_EDGE_BINDING_TYPE:before {
  content: "\e958"; }

.icon--binding-edge-centre:before {
  content: "\e956"; }

.icon--binding-edge-left:before,
.icon--LEFT_EDGE_BINDING_TYPE:before {
  content: "\e957"; }

.icon--2-hole-drill:before {
  content: "\e91a"; }

.icon--4-hole-drill:before {
  content: "\e91b"; }

.icon--lamination-none:before,
.icon--INTERNAL__LAMINATION_SIDES_NONE:before {
  content: "\e92e"; }

.icon--lamination-gloss-single .path1:before,
.icon--INTERNAL__LAMINATION_FINISH_GLOSS .path1:before {
  content: "\e989"; }

.icon--lamination-gloss-single .path2:before,
.icon--INTERNAL__LAMINATION_FINISH_GLOSS .path2:before {
  content: "\e98a";
  margin-left: -1em; }

.icon--lamination-gloss-single .path3:before,
.icon--INTERNAL__LAMINATION_FINISH_GLOSS .path3:before {
  content: "\e98b";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-gloss-double .path1:before {
  content: "\e984"; }

.icon--lamination-gloss-double .path2:before {
  content: "\e985";
  margin-left: -1em; }

.icon--lamination-gloss-double .path3:before {
  content: "\e986";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-gloss-double .path4:before {
  content: "\e987";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-gloss-double .path5:before {
  content: "\e988";
  margin-left: -1em;
  color: white; }

.icon--lamination-matt-single:before,
.icon--INTERNAL__LAMINATION_FINISH_MATT:before {
  content: "\e98d"; }

.icon--lamination-matt-double:before {
  content: "\e98c"; }

.icon--lamination-velvet-single .path1:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path1:before {
  content: "\e9a4"; }

.icon--lamination-velvet-single .path2:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path2:before {
  content: "\e9a5";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path3:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path3:before {
  content: "\e9a6";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path4:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path4:before {
  content: "\e9a7";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path5:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path5:before {
  content: "\e9a8";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path6:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path6:before {
  content: "\e9a9";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path7:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path7:before {
  content: "\e9aa";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path8:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path8:before {
  content: "\e9ab";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path9:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path9:before {
  content: "\e9ac";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path10:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path10:before {
  content: "\e9ad";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path11:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path11:before {
  content: "\e9ae";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path12:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path12:before {
  content: "\e9af";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path13:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path13:before {
  content: "\e9b0";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path14:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path14:before {
  content: "\e9b1";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path15:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path15:before {
  content: "\e9b2";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path16:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path16:before {
  content: "\e9b3";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path17:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path17:before {
  content: "\e9b4";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path18:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path18:before {
  content: "\e9b5";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path19:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path19:before {
  content: "\e9b6";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path20:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path20:before {
  content: "\e9b7";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-single .path21:before,
.icon--INTERNAL__LAMINATION_FINISH_VELVET .path21:before {
  content: "\e9b8";
  color: #5faec5;
  margin-left: -1em; }

.icon--lamination-velvet-double .path1:before {
  content: "\e98f"; }

.icon--lamination-velvet-double .path2:before {
  content: "\e990";
  margin-left: -1em; }

.icon--lamination-velvet-double .path3:before {
  content: "\e991";
  margin-left: -1em; }

.icon--lamination-velvet-double .path4:before {
  content: "\e992";
  margin-left: -1em;
  color: white; }

.icon--lamination-velvet-double .path5:before {
  content: "\e993";
  margin-left: -1em;
  color: white; }

.icon--lamination-velvet-double .path6:before {
  content: "\e994";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path7:before {
  content: "\e995";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path8:before {
  content: "\e996";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path9:before {
  content: "\e997";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path10:before {
  content: "\e998";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path11:before {
  content: "\e999";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path12:before {
  content: "\e99a";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path13:before {
  content: "\e99b";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path14:before {
  content: "\e99c";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path15:before {
  content: "\e99d";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path16:before {
  content: "\e99e";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path17:before {
  content: "\e99f";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path18:before {
  content: "\e9a0";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path19:before {
  content: "\e9a1";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path20:before {
  content: "\e9a2";
  margin-left: -1em;
  opacity: 0.7; }

.icon--lamination-velvet-double .path21:before {
  content: "\e9a3";
  margin-left: -1em;
  opacity: 0.7; }

.icon--gloss-encapsulation .path1:before,
.icon--INTERNAL__LAMINATION_FINISH_GLOSS_ENCAPSULATION .path1:before {
  content: "\e974";
  opacity: 0.7; }

.icon--gloss-encapsulation .path2:before,
.icon--INTERNAL__LAMINATION_FINISH_GLOSS_ENCAPSULATION .path2:before {
  content: "\e975";
  opacity: 0.7;
  margin-left: -1em; }

.icon--gloss-encapsulation .path3:before,
.icon--INTERNAL__LAMINATION_FINISH_GLOSS_ENCAPSULATION .path3:before {
  content: "\e976";
  margin-left: -1em; }

.icon--lamination .path1:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path1:before {
  content: "\e91d"; }

.icon--lamination .path2:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path2:before {
  content: "\e91e";
  margin-left: -1em; }

.icon--lamination .path3:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path3:before {
  content: "\e91f";
  margin-left: -1em; }

.icon--lamination .path4:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path4:before {
  content: "\e920";
  margin-left: -1em; }

.icon--lamination .path5:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path5:before {
  content: "\e921";
  margin-left: -1em; }

.icon--lamination .path6:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path6:before {
  content: "\e922";
  margin-left: -1em; }

.icon--lamination .path7:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path7:before {
  content: "\e923";
  margin-left: -1em; }

.icon--lamination .path8:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path8:before {
  content: "\e925";
  margin-left: -1em; }

.icon--lamination .path9:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path9:before {
  content: "\e926";
  margin-left: -1em; }

.icon--lamination .path10:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path10:before {
  content: "\e918";
  opacity: 0.7;
  margin-left: -1em; }

.icon--lamination .path11:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path11:before {
  content: "\e91a";
  opacity: 0.7;
  margin-left: -1em; }

.icon--lamination .path12:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path12:before {
  content: "\e91b";
  opacity: 0.7;
  margin-left: -1em; }

.icon--lamination .path13:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path13:before {
  content: "\e91c";
  opacity: 0.7;
  margin-left: -1em; }

.icon--lamination .path14:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path14:before {
  content: "\e927";
  opacity: 0.7;
  margin-left: -1em; }

.icon--lamination .path15:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path15:before {
  content: "\e928";
  opacity: 0.7;
  margin-left: -1em; }

.icon--lamination .path16:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path16:before {
  content: "\e929";
  opacity: 0.7;
  margin-left: -1em; }

.icon--lamination .path17:before,
.icon--INTERNAL__LAMINATION_SIDES_ONE .path17:before {
  content: "\e92a";
  opacity: 0.7;
  margin-left: -1em; }

.icon--double-lamination .path1:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path1:before {
  content: "\e92f"; }

.icon--double-lamination .path2:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path2:before {
  content: "\e930";
  margin-left: -1em; }

.icon--double-lamination .path3:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path3:before {
  content: "\e932";
  margin-left: -1em;
  opacity: 0.7; }

.icon--double-lamination .path4:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path4:before {
  content: "\e933";
  margin-left: -1em; }

.icon--double-lamination .path5:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path5:before {
  content: "\e934";
  margin-left: -1em;
  opacity: 0.7; }

.icon--double-lamination .path6:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path6:before {
  content: "\e935";
  margin-left: -1em; }

.icon--double-lamination .path7:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path7:before {
  content: "\e937";
  margin-left: -1em; }

.icon--double-lamination .path8:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path8:before {
  content: "\e938";
  margin-left: -1em;
  opacity: 0.7; }

.icon--double-lamination .path9:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path9:before {
  content: "\e939";
  margin-left: -1em;
  opacity: 0.7; }

.icon--double-lamination .path10:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path10:before {
  content: "\e93a";
  margin-left: -1em; }

.icon--double-lamination .path11:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path11:before {
  content: "\e93b";
  margin-left: -1em; }

.icon--double-lamination .path12:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path12:before {
  content: "\e9bd";
  margin-left: -1em; }

.icon--double-lamination .path13:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path13:before {
  content: "\e9c5";
  margin-left: -1em; }

.icon--double-lamination .path14:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path14:before {
  content: "\e9c6";
  margin-left: -1em;
  opacity: 0.7; }

.icon--double-lamination .path15:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path15:before {
  content: "\e9cd";
  margin-left: -1em;
  opacity: 0.7; }

.icon--double-lamination .path16:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path16:before {
  content: "\e9cf";
  margin-left: -1em;
  opacity: 0.7; }

.icon--double-lamination .path17:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path17:before {
  content: "\e9d1";
  margin-left: -1em;
  opacity: 0.7; }

.icon--double-lamination .path18:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path18:before {
  content: "\e9d2";
  margin-left: -1em; }

.icon--double-lamination .path19:before,
.icon--INTERNAL__LAMINATION_SIDES_BOTH .path19:before {
  content: "\e9d3";
  margin-left: -1em; }

.icon--drill-holes-10mm:before,
.icon--DRILL_HOLES_WIDTH_10MM:before {
  content: "\e93c"; }

.icon--drill-holes-8mm:before,
.icon--DRILL_HOLES_WIDTH_8MM:before {
  content: "\e93d"; }

.icon--drill-holes-6mm:before,
.icon--DRILL_HOLES_WIDTH_6MM:before {
  content: "\e93e"; }

.icon--drill-holes-all-corners:before,
.icon--DRILL_HOLES_COUNT_ALL_CORNERS:before {
  content: "\e93f"; }

.icon--drill-holes-top-corners:before,
.icon--DRILL_HOLES_COUNT_TOP_CORNERS_ONLY:before {
  content: "\e940"; }

.icon--drill-holes-none:before,
.icon--DRILL_HOLES_COUNT_NONE:before {
  content: "\e941"; }

.icon--envelopes:before {
  content: "\e96d"; }

.icon--envelope-liners:before {
  content: "\e96c"; }

.icon--square-corners:before,
.icon--SQUARE_CORNERS:before {
  content: "\e9d6"; }

.icon--rounded-corners:before,
.icon--ROUND_CORNERS:before {
  content: "\e9ce"; }

.icon--landscape-orientation:before,
.icon--LANDSCAPE_ORIENTATION:before {
  content: "\e9ba"; }

.icon--portrait-orientation:before,
.icon--PORTRAIT_ORIENTATION:before {
  content: "\e9c9"; }

.icon--square-sizes:before,
.icon--SQUARE_ORIENTATION:before {
  content: "\e9d8"; }

.icon--circle-sizes:before,
.icon--ROUND_ORIENTATION:before {
  content: "\e9d4"; }

.icon--single-sided:before,
.icon--SINGLE_SIDED:before {
  content: "\e942"; }

.icon--double-sided:before,
.icon--DOUBLE_SIDED:before {
  content: "\e946"; }

.icon--personalization-none:before,
.icon--PERSONALISATION_NO_PERSONALISATION:before {
  content: "\e94d"; }

.icon--personalization:before,
.icon--PERSONALISATION_YES_PERSONALISATION:before {
  content: "\e94f"; }

.icon--cellophane-bags .path1:before,
.icon--CELLOPHANE_BAGS_YES .path1:before {
  content: "\e950";
  opacity: 0.7; }

.icon--cellophane-bags .path2:before,
.icon--CELLOPHANE_BAGS_YES .path2:before {
  content: "\e951";
  margin-left: -1em; }

.icon--cellophane-bags .path3:before,
.icon--CELLOPHANE_BAGS_YES .path3:before {
  content: "\e952";
  margin-left: -1em; }

.icon--cellophane-bags .path4:before,
.icon--CELLOPHANE_BAGS_YES .path4:before {
  content: "\e954";
  margin-left: -1em; }

.icon--cellophane-bags-none .path1:before,
.icon--CELLOPHANE_BAGS_NO .path1:before {
  content: "\e955";
  opacity: 0.7; }

.icon--cellophane-bags-none .path2:before,
.icon--CELLOPHANE_BAGS_NO .path2:before {
  content: "\e95a";
  margin-left: -1em; }

.icon--cellophane-bags-none .path3:before,
.icon--CELLOPHANE_BAGS_NO .path3:before {
  content: "\e95b";
  margin-left: -1em; }

.icon--cellophane-bags-none .path4:before,
.icon--CELLOPHANE_BAGS_NO .path4:before {
  content: "\e95c";
  color: white;
  margin-left: -1em; }

.icon--cellophane-bags-none .path5:before,
.icon--CELLOPHANE_BAGS_NO .path5:before {
  content: "\e95d";
  margin-left: -1em; }

.icon--cellophane-bags-biodegradable .path1:before,
.icon--CELLOPHANE_BAGS_BIODEGRADABLE .path1:before {
  content: "\e960";
  opacity: 0.7; }

.icon--cellophane-bags-biodegradable .path2:before,
.icon--CELLOPHANE_BAGS_BIODEGRADABLE .path2:before {
  content: "\e9c1";
  margin-left: -1em; }

.icon--cellophane-bags-biodegradable .path3:before,
.icon--CELLOPHANE_BAGS_BIODEGRADABLE .path3:before {
  content: "\e9c2";
  margin-left: -1em; }

.icon--cellophane-bags-biodegradable .path4:before,
.icon--CELLOPHANE_BAGS_BIODEGRADABLE .path4:before {
  content: "\e9c3";
  margin-left: -1em;
  color: white; }

.icon--cellophane-bags-biodegradable .path5:before,
.icon--CELLOPHANE_BAGS_BIODEGRADABLE .path5:before {
  content: "\e9c4";
  margin-left: -1em; }

.icon--foiling .path1:before {
  content: "\ea65"; }

.icon--foiling .path2:before {
  content: "\ea66";
  margin-left: -1em; }

.icon--foiling .path3:before {
  content: "\ea67";
  margin-left: -1em; }

.icon--foiling .path4:before {
  content: "\ea68";
  margin-left: -1em; }

.icon--foiling .path5:before {
  content: "\ea69";
  margin-left: -1em; }

.icon--foiling .path6:before {
  content: "\ea6a";
  margin-left: -1em; }

.icon--foiling .path7:before {
  content: "\ea6b";
  margin-left: -1em; }

.icon--foiling .path8:before {
  content: "\ea6c";
  margin-left: -1em; }

.icon--foiling .path9:before {
  content: "\ea6d";
  margin-left: -1em; }

.icon--foiling .path10:before {
  content: "\ea6e";
  margin-left: -1em; }

.icon--foiling .path11:before {
  content: "\ea6f";
  margin-left: -1em; }

.icon--foiling .path12:before {
  content: "\ea70";
  margin-left: -1em; }

.icon--foiling .path13:before {
  content: "\ea71";
  margin-left: -1em; }

.icon--foiling .path14:before {
  content: "\ea72";
  margin-left: -1em; }

.icon--foiling .path15:before {
  content: "\ea73";
  margin-left: -1em; }

.icon--foiling .path16:before {
  content: "\ea74";
  margin-left: -1em; }

.icon--foiling .path17:before {
  content: "\ea75";
  margin-left: -1em; }

.icon--foiling .path18:before {
  content: "\ea76";
  margin-left: -1em; }

.icon--foiling .path19:before {
  content: "\ea77";
  margin-left: -1em; }

.icon--foiling .path20:before {
  content: "\ea78";
  margin-left: -1em; }

.icon--foiling .path21:before {
  content: "\ea79";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path22:before {
  content: "\ea7a";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path23:before {
  content: "\ea7b";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path24:before {
  content: "\ea7c";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path25:before {
  content: "\ea7d";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path26:before {
  content: "\ea7e";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path27:before {
  content: "\ea7f";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path28:before {
  content: "\ea80";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path29:before {
  content: "\ea81";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path30:before {
  content: "\ea82";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path31:before {
  content: "\ea83";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path32:before {
  content: "\ea84";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path33:before {
  content: "\ea85";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path34:before {
  content: "\ea86";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path35:before {
  content: "\ea87";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path36:before {
  content: "\ea88";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path37:before {
  content: "\ea89";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path38:before {
  content: "\ea8a";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path39:before {
  content: "\ea8b";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path40:before {
  content: "\ea8c";
  margin-left: -1em;
  opacity: 0.7; }

.icon--foiling .path41:before {
  content: "\ea8d";
  margin-left: -1em;
  opacity: 0.7; }

.icon--digital-foil .path1:before {
  content: "\e961";
  opacity: 0.7; }

.icon--digital-foil .path2:before {
  content: "\e962";
  margin-left: -1em; }

.icon--digital-foil .path3:before {
  content: "\e963";
  margin-left: -1em; }

.icon--digital-foil .path4:before {
  content: "\e964";
  margin-left: -1em; }

.icon--digital-foil .path5:before {
  content: "\e965";
  margin-left: -1em;
  color: white; }

.icon--digital-foil .path6:before {
  content: "\e966";
  margin-left: -1em;
  color: white; }

.icon--block-foil .path1:before {
  content: "\e968";
  opacity: 0.7; }

.icon--block-foil .path2:before {
  content: "\e969";
  margin-left: -1em; }

.icon--block-foil .path3:before {
  content: "\e96a";
  margin-left: -1em;
  color: white; }

.icon--block-foil .path4:before {
  content: "\e96b";
  margin-left: -1em;
  color: white; }

.icon--white-ink:before {
  content: "\e9e4"; }

.icon--laser-cutting:before {
  content: "\ea90"; }

.icon--die-cutting:before {
  content: "\e96f"; }

.icon--spot-uv .path1:before {
  content: "\e970"; }

.icon--spot-uv .path2:before {
  content: "\e971";
  margin-left: -1em; }

.icon--spot-uv .path3:before {
  content: "\e972";
  margin-left: -1em; }

.icon--spot-uv .path4:before {
  content: "\e973";
  margin-left: -1em;
  opacity: 0.7; }

.icon--spot-uv .path5:before {
  content: "\e977";
  margin-left: -1em;
  opacity: 0.7; }

.icon--versions:before {
  content: "\e9da"; }

.icon--flags-teardrop:before {
  content: "\ea64"; }

.icon--flags-feather:before {
  content: "\ea63"; }

.icon--flag-base-none:before,
.icon--FLAG_BASE_TYPE_NONE:before {
  content: "\e978"; }

.icon--flag-ground-spike:before,
.icon--GROUND_SPIKE_FLAG_BASE:before {
  content: "\e979"; }

.icon--flag-base-cross-water-ring:before,
.icon--CROSS_FOOT_FLAG_BASE:before {
  content: "\e97a"; }

.icon--flag-base-small-water:before,
.icon--SMALL_WATER_FILLABLE_FLAG_BASE:before {
  content: "\e97b"; }

.icon--flag-base-large-water:before,
.icon--LARGE_WATER_FILLABLE_FLAG_BASE:before {
  content: "\e97c"; }

.icon--flage-base-square-plate:before,
.icon--SQUARE_PLATE_FLAG_BASE:before {
  content: "\e97d"; }

.icon--business-card-slot-no:before,
.icon--BUSINESS_CARD_SLOT_NO:before {
  content: "\e95e"; }

.icon--business-card-slot-yes:before,
.icon--BUSINESS_CARD_SLOT_YES:before {
  content: "\e95f"; }

.icon--custom-size:before {
  content: "\e967"; }

.icon--deluxe-banner:before {
  content: "\e97e"; }

.icon--standard-banner:before {
  content: "\e97f"; }

.icon--double-sided-banner:before {
  content: "\e980"; }

.icon--desktop-banner-stand:before {
  content: "\e981"; }

.icon--extra-wide-banner:before {
  content: "\e982"; }

.icon--premium-banner:before {
  content: "\e983"; }

.icon--eyelets:before,
.icon--EYELETS_YES:before {
  content: "\e96e"; }

.icon--no-eyelets:before,
.icon--EYELETS_NO:before {
  content: "\e9bf"; }

.icon--no-capacity:before,
.icon--0MM_CAPACITY_POCKET:before {
  content: "\e9be"; }

.icon--3mm-capacity:before,
.icon--3MM_CAPACITY_POCKET:before {
  content: "\e944"; }

.icon--5mm-capacity:before,
.icon--5MM_CAPACITY_POCKET:before {
  content: "\e948"; }

.icon--single-side:before {
  content: "\e98e"; }

.icon--double-side:before {
  content: "\ea3c"; }

.icon--18mm-mdf:before {
  content: "\e94e"; }

.icon--10mm-foamcore:before {
  content: "\e94c"; }

.icon--5mm-foamcore:before {
  content: "\e94a"; }

.icon--5mm-foamex:before {
  content: "\e94b"; }

.icon--5mm-clear-acrylic:before {
  content: "\e949"; }

.icon--3mm-foamex:before {
  content: "\e945"; }

.icon--4-correx:before {
  content: "\e947"; }

.icon--2mm-card:before {
  content: "\e943"; }

.icon--white-frame:before {
  content: "\e9e3"; }

.icon--black-frame:before {
  content: "\e959"; }

.icon--print-direction-reverse .path1:before,
.icon--REVERSE_PRINTING_YES .path1:before {
  content: "\e9b9"; }

.icon--print-direction-reverse .path2:before,
.icon--REVERSE_PRINTING_YES .path2:before {
  content: "\e9bb";
  margin-left: -1em; }

.icon--print-direction-reverse .path3:before,
.icon--REVERSE_PRINTING_YES .path3:before {
  content: "\e9bc";
  margin-left: -1em;
  color: white; }

.icon--print-direction-reverse .path4:before,
.icon--REVERSE_PRINTING_YES .path4:before {
  content: "\e9bd";
  margin-left: -1em;
  color: white; }

.icon--print-direction-standart:before,
.icon--REVERSE_PRINTING_STANDARD_PRINTING:before {
  content: "\e9c0"; }

.icon--white-ink-front:before,
.icon--INTERNAL__WHITE_INK_SIDES_FRONT:before {
  content: "\e9ca"; }

.icon--white-ink-back:before,
.icon--INTERNAL__WHITE_INK_SIDES_BACK:before {
  content: "\e9cb"; }

.icon--white-ink-both:before,
.icon--INTERNAL__WHITE_INK_SIDES_BOTH:before {
  content: "\e9cc"; }

.content-block {
  position: relative;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  .content-block--wide {
    max-width: 1440px; }
  .content-block > h2.no-intro {
    padding-bottom: 40px; }

.pdc-row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: initial; }

.pdc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .pdc-row.column-margins {
    margin-bottom: 32px; }
  .pdc-row.top-margin {
    margin-top: 20px; }

.pdc-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 16px;
  padding-right: 16px;
  min-width: initial; }
  .pdc-column.white {
    background: white; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pdc-header {
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 1001; }
  .pdc-header__wrapper {
    width: 1024px;
    margin: 0 auto;
    height: 80px; }

.pdc-top-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pdc-top-navigation__logo {
    margin-bottom: 10px; }
    .pdc-top-navigation__logo img {
      max-width: 400px; }

.pdc-bottom-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .pdc-bottom-navigation #frmUserSearch.search-page {
    height: 23px; }
    .pdc-bottom-navigation #frmUserSearch.search-page input {
      padding: 4px 9px 4px 8px; }
      .pdc-bottom-navigation #frmUserSearch.search-page input.search-button {
        top: 0px; }

.mega-nav {
  font-size: 14px;
  letter-spacing: 1px; }
  .mega-nav__item {
    display: inline-block;
    margin: 0 20px 0 0;
    text-align: left;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .mega-nav__item--with-menu .fa-chevron-down {
      float: none;
      color: #bfbfbf;
      margin: 0; }
    .mega-nav__item:hover > a {
      text-decoration: none; }
    .mega-nav__item > a {
      color: #444444;
      position: relative; }
      .mega-nav__item > a:focus {
        text-decoration: none; }
  .mega-nav__title {
    cursor: pointer; }

.mega-menu {
  position: absolute;
  width: 1024px;
  left: 0;
  background: #ffffff;
  padding: 30px 20px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .mega-menu--open {
    opacity: 1;
    visibility: visible; }
  .mega-menu__group:not(:last-child) {
    margin-bottom: 15px; }
  .mega-menu__heading {
    font-weight: normal;
    text-transform: uppercase;
    color: #2993b1;
    border-bottom: 1px solid #727272;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  .mega-menu__list li {
    position: relative;
    padding: 6px 0; }
    .mega-menu__list li a {
      color: #444444;
      padding-left: 20px; }
      .mega-menu__list li a:hover {
        color: #ed2092; }
      .mega-menu__list li a:before {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        left: 0;
        line-height: 18px; }
  .mega-menu__list a:hover {
    color: #ed2092;
    text-decoration: none; }
  .mega-menu__view-all {
    padding-top: 15px; }
    .mega-menu__view-all a {
      color: #ed2092 !important; }
      .mega-menu__view-all a:hover .fa {
        color: #ed2092; }
    .mega-menu__view-all .fa {
      float: none;
      color: #000000; }
  .mega-menu__new-item:after {
    content: 'NEW';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 17px;
    color: #ffffff;
    background: #2993b1;
    border-radius: 10px;
    font-size: 10px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: center;
    line-height: 17px;
    pointer-events: none; }

/* Navigation along the top */
nav.pdc-sub-nav {
  position: relative; }
  nav.pdc-sub-nav .menu-account {
    padding-right: 18px; }
    nav.pdc-sub-nav .menu-account:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 0;
      background-color: #87a99f;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    nav.pdc-sub-nav .menu-account:after {
      content: '';
      opacity: 0;
      position: absolute;
      bottom: -2px;
      z-index: -1;
      left: 0;
      width: 100%;
      height: 20px;
      -webkit-transition: opacity .3s ease-out;
      transition: opacity .3s ease-out;
      background-color: #fff; }
    nav.pdc-sub-nav .menu-account .my-acc {
      position: relative;
      margin-right: 10px; }
    nav.pdc-sub-nav .menu-account:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      nav.pdc-sub-nav .menu-account:hover:before {
        width: 100%; }
      nav.pdc-sub-nav .menu-account:hover:after,
      nav.pdc-sub-nav .menu-account:hover .basket_contents {
        display: block;
        opacity: 1;
        z-index: 1000; }
      nav.pdc-sub-nav .menu-account:hover > a {
        opacity: 0.7; }
      nav.pdc-sub-nav .menu-account:hover .fa-angle-down {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    nav.pdc-sub-nav .menu-account.js-basket-is-empty {
      background: none; }
    nav.pdc-sub-nav .menu-account__name {
      white-space: nowrap;
      display: block;
      font-size: 14px; }
    nav.pdc-sub-nav .menu-account .fa-angle-down {
      position: absolute;
      top: 14%;
      right: -15px;
      font-size: 14px;
      -webkit-transition: -webkit-transform .2s linear;
      transition: -webkit-transform .2s linear;
      transition: transform .2s linear;
      transition: transform .2s linear, -webkit-transform .2s linear; }
  nav.pdc-sub-nav .menu-signin {
    background: url("/images/layout/bg_basket-down.gif") no-repeat scroll 100% 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    nav.pdc-sub-nav .menu-signin:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 0;
      background-color: #87a99f;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    nav.pdc-sub-nav .menu-signin:after {
      content: '';
      opacity: 0;
      position: absolute;
      bottom: -2px;
      z-index: -1;
      left: 0;
      width: 100%;
      height: 20px;
      -webkit-transition: opacity .3s ease-out;
      transition: opacity .3s ease-out;
      background-color: #fff; }
  nav.pdc-sub-nav ul li {
    float: left;
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  nav.pdc-sub-nav li.menu-basket .basket_contents {
    left: -89px;
    padding: 0; }
  nav.pdc-sub-nav li.menu-account > a {
    background-position: -3px -161px;
    font-size: 10px;
    color: #777;
    position: relative; }
  nav.pdc-sub-nav li.menu-signin > a {
    background-position: -3px -358px;
    padding-right: 18px; }
  nav.pdc-sub-nav li.menu-register > a {
    background-position: -5px -492px; }
  nav.pdc-sub-nav li.reward-points > a {
    background-position: -2px -107px; }
  nav.pdc-sub-nav li > a {
    background: url("/assets/images/general-sprites/header-icons.png") no-repeat scroll 0 0;
    color: #575759;
    display: block;
    font-weight: bold;
    padding: 3px 0 7px 27px;
    text-decoration: none; }
    nav.pdc-sub-nav li > a.checkout {
      text-decoration: none;
      border-width: 2px;
      text-align: center;
      padding: 5px 10px;
      width: 125px;
      text-transform: none; }
    nav.pdc-sub-nav li > a.checkout {
      background: #ed2092;
      color: #ffffff;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      nav.pdc-sub-nav li > a.checkout .icon-long-arrow {
        margin-left: 15px; }
  nav.pdc-sub-nav li .close-btn a {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
    text-decoration: none !important;
    cursor: pointer; }
    nav.pdc-sub-nav li .close-btn a:before, nav.pdc-sub-nav li .close-btn a:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 15px;
      background: #ed2092; }
    nav.pdc-sub-nav li .close-btn a:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    nav.pdc-sub-nav li .close-btn a:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    nav.pdc-sub-nav li .close-btn a:before, nav.pdc-sub-nav li .close-btn a:after {
      left: 10px;
      top: 2px; }
  nav.pdc-sub-nav li span.has-basket-items {
    position: absolute;
    top: 23%;
    right: 23%;
    background: #ed2092;
    color: white;
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    width: 20px; }
  nav.pdc-sub-nav li .basket-arrow-up {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  nav.pdc-sub-nav li .accounts ul li {
    float: none;
    font-size: auto;
    padding: 0;
    position: relative; }
    nav.pdc-sub-nav li .accounts ul li + li {
      margin-top: 10px; }
    nav.pdc-sub-nav li .accounts ul li .account-buttons {
      font-family: 'Montserrat', Arial;
      color: #ed008c;
      font-weight: bold;
      line-height: 38px !important;
      padding: 0 7px;
      width: 100%; }
      nav.pdc-sub-nav li .accounts ul li .account-buttons:hover {
        color: #F697CA; }
  nav.pdc-sub-nav li .basket_contents {
    background: none repeat scroll 0 0 #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 210px;
    z-index: -1;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out; }
    nav.pdc-sub-nav li .basket_contents h5 {
      padding-bottom: 5px; }
    nav.pdc-sub-nav li .basket_contents .li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #e0e0e0;
      color: #777777;
      font-size: 1em;
      position: relative;
      margin-bottom: 15px; }
      nav.pdc-sub-nav li .basket_contents .li .image-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 116px;
        flex: 0 0 116px;
        margin: -1px;
        background-color: #e6edeb;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
        nav.pdc-sub-nav li .basket_contents .li .image-container img {
          max-width: 100%; }
      nav.pdc-sub-nav li .basket_contents .li .order-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 15px;
        -webkit-box-flex: 2;
        -ms-flex: 2 0 200px;
        flex: 2 0 200px;
        padding: 0 0 0 21px; }
        nav.pdc-sub-nav li .basket_contents .li .order-details .order-details-name {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 14px 0 7px;
          border-bottom: 1px solid #e0e0e0; }
        nav.pdc-sub-nav li .basket_contents .li .order-details .order-details-quantity {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-right: 20px;
          padding: 11px 0 15px;
          border-bottom: 1px solid #e0e0e0;
          font-size: 14px; }
        nav.pdc-sub-nav li .basket_contents .li .order-details .order-details-total {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          margin-right: 20px;
          padding: 8px 0; }
          nav.pdc-sub-nav li .basket_contents .li .order-details .order-details-total .price {
            color: #87a99f;
            padding: 0; }
    nav.pdc-sub-nav li .basket_contents .basket-holder-top {
      padding: 0 25px; }
    nav.pdc-sub-nav li .basket_contents .basket-holder-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 25px 20px; }
    nav.pdc-sub-nav li .basket_contents .basket-holder-header {
      padding: 18px 0px; }
      nav.pdc-sub-nav li .basket_contents .basket-holder-header h5,
      nav.pdc-sub-nav li .basket_contents .basket-holder-header a {
        padding: 0; }
      nav.pdc-sub-nav li .basket_contents .basket-holder-header a {
        background: none;
        color: #ed2092;
        font-weight: normal; }
    nav.pdc-sub-nav li .basket_contents .basket-info-wrap {
      padding: 20px 15px 10px;
      background-image: url("/assets/images/basket-bg.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      nav.pdc-sub-nav li .basket_contents .basket-info-wrap a {
        display: block;
        padding: 10px 0 0;
        font-size: 14px; }
      nav.pdc-sub-nav li .basket_contents .basket-info-wrap .benefits {
        font-family: "Open Sans"; }
    nav.pdc-sub-nav li .basket_contents .basket-info {
      border-radius: 6px;
      padding: 11px 15px;
      color: #fff;
      font-family: 'Montserrat', Arial;
      font-weight: 400; }
      nav.pdc-sub-nav li .basket_contents .basket-info.pink {
        background-color: #ed2092; }
      nav.pdc-sub-nav li .basket_contents .basket-info.bronze {
        background-color: #d49454; }
      nav.pdc-sub-nav li .basket_contents .basket-info.silver {
        background-color: #94959d; }
    nav.pdc-sub-nav li .basket_contents .tier-info {
      font-size: 16px;
      border-bottom: 1px solid white;
      padding-bottom: 12px; }
      nav.pdc-sub-nav li .basket_contents .tier-info svg {
        width: 24px;
        height: 24px; }
    nav.pdc-sub-nav li .basket_contents .points-info {
      font-size: 12px;
      padding-top: 14px; }
      nav.pdc-sub-nav li .basket_contents .points-info__total {
        font-size: 14px; }
    nav.pdc-sub-nav li .basket_contents .tier-info,
    nav.pdc-sub-nav li .basket_contents .points-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    nav.pdc-sub-nav li .basket_contents .account-list-wrap {
      padding: 0 15px 15px; }
    nav.pdc-sub-nav li .basket_contents .account-list {
      padding-top: 15px;
      border-top: 1px solid #eee; }

.basket-holder .basket-arrow-up,
nav.pdc-sub-nav li .accounts .basket-arrow-up {
  position: absolute;
  top: -16px; }

.dropdown-toggle {
  position: relative; }
  .dropdown-toggle.list-open {
    color: #ed2092; }
    .dropdown-toggle.list-open .fa {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .dropdown-toggle .fa {
    position: absolute;
    font-size: 20px;
    top: -1px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

#signin-popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 100%;
  right: 0;
  padding-right: 10px;
  padding-left: 10px; }
  #signin-popup *:focus::-webkit-input-placeholder {
    opacity: 0; }
  #signin-popup *:focus::-moz-placeholder {
    opacity: 0; }
  #signin-popup *:focus:-ms-input-placeholder {
    opacity: 0; }
  #signin-popup *:focus::-ms-input-placeholder {
    opacity: 0; }
  #signin-popup *:focus::placeholder {
    opacity: 0; }
  #signin-popup *::-ms-clear, #signin-popup *::-ms-reveal {
    display: none; }
  #signin-popup.popup_show .error-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #signin-popup.popup_show #signin-popup-email {
    border-color: #ed5565; }
  #signin-popup.popup_show .signin-popup-email-wrap .notify {
    display: block; }
  #signin-popup.pass_popup_show .error-pass-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #signin-popup.pass_popup_show #signin-popup-pass {
    border-color: #ed5565; }
  #signin-popup.pass_popup_show .signin-popup-password-wrap .notify {
    display: block; }
  #signin-popup input::-webkit-input-placeholder {
    color: #a9a9a9; }
  #signin-popup input::-moz-placeholder {
    color: #a9a9a9; }
  #signin-popup input:-ms-input-placeholder {
    color: #a9a9a9; }
  #signin-popup input::-ms-input-placeholder {
    color: #a9a9a9; }
  #signin-popup input::placeholder {
    color: #a9a9a9; }

#signin-popup-submit {
  height: 40px;
  line-height: 38px;
  background: none;
  color: #777;
  font-weight: 400;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 10px;
  color: #ed008c !important;
  border: 1px solid #ed2092;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }
  #signin-popup-submit.disabled {
    color: #777 !important;
    border: 1px solid #777;
    cursor: auto;
    pointer-events: none; }
    #signin-popup-submit.disabled:hover {
      opacity: 1; }

.signin-popup-email-wrap,
.signin-popup-password-wrap {
  position: relative;
  margin-bottom: 10px; }
  .signin-popup-email-wrap #signin-popup-email,
  .signin-popup-password-wrap #signin-popup-email {
    margin: 0; }
  .signin-popup-email-wrap .notify,
  .signin-popup-password-wrap .notify {
    display: none;
    position: absolute;
    color: #ed5565;
    top: 50%;
    right: 15px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.signin-popup-password-wrap .notify {
  top: 41%; }

.error-popup,
.error-pass-popup {
  display: none;
  padding: 20px 20px 25px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  max-width: 250px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .error-popup .notify,
  .error-pass-popup .notify {
    color: #ed5565;
    margin-right: 10px;
    font-size: 18px; }
  .error-popup__text,
  .error-pass-popup__text {
    padding-top: 5px;
    color: #777;
    font-size: 14px;
    font-family: 'open sans'; }

nav.pdc-sub-nav .menu-signin {
  background: none;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }

.pdc-header__wrapper {
  width: 100%;
  max-width: 1440px;
  padding-left: 35px;
  padding-right: 20px; }

.pdc-header .pdc-top-navigation {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pdc-header .pdc-top-navigation__logo {
    margin-bottom: 0; }
  .pdc-header .pdc-top-navigation .menu-account {
    min-width: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.pdc-header #frmUserSearch {
  z-index: 1001; }
  .pdc-header #frmUserSearch.search-page {
    height: auto;
    padding: 0 0 0 25px;
    border: none; }
    @media only screen and (max-width: 1215px) {
      .pdc-header #frmUserSearch.search-page {
        padding: 0; } }
    .pdc-header #frmUserSearch.search-page *:focus::-webkit-input-placeholder {
      opacity: 0; }
    .pdc-header #frmUserSearch.search-page *:focus::-moz-placeholder {
      opacity: 0; }
    .pdc-header #frmUserSearch.search-page *:focus:-ms-input-placeholder {
      opacity: 0; }
    .pdc-header #frmUserSearch.search-page *:focus::-ms-input-placeholder {
      opacity: 0; }
    .pdc-header #frmUserSearch.search-page *:focus::placeholder {
      opacity: 0; }
    .pdc-header #frmUserSearch.search-page *::-ms-clear {
      display: none; }
    .pdc-header #frmUserSearch.search-page input.dpp_textbox {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 320px;
      height: 50px;
      padding: 0 45px 0 14px;
      margin: 0;
      border: 5px solid #fff;
      border-radius: 40px;
      background-color: #eee !important;
      color: #777;
      line-height: auto;
      font-size: 14px;
      font-family: 'open sans';
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      background-clip: padding-box; }
      .pdc-header #frmUserSearch.search-page input.dpp_textbox:focus {
        width: 640px;
        border: 5px solid #fff;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px 0px; }
        @media only screen and (max-width: 1215px) {
          .pdc-header #frmUserSearch.search-page input.dpp_textbox:focus {
            width: 500px; } }
      .pdc-header #frmUserSearch.search-page input.dpp_textbox.no-shadow {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .pdc-header #frmUserSearch.search-page .search-button {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      right: 25px;
      top: 15px;
      border: none;
      background: none;
      pointer-events: none;
      overflow: visible; }
      .pdc-header #frmUserSearch.search-page .search-button .fa-search {
        font-family: fontawesome;
        font-style: normal;
        font-size: 1.6em;
        color: #ed2092; }

.pdc-header .pdc-sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  .pdc-header .pdc-sub-nav .social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .pdc-header .pdc-sub-nav .social-login a {
      background-color: #fff; }
      .pdc-header .pdc-sub-nav .social-login a svg {
        width: 17px;
        height: 17px;
        fill: #777777;
        -webkit-transition: fill .3s ease-out;
        transition: fill .3s ease-out; }
        .pdc-header .pdc-sub-nav .social-login a svg:hover {
          fill: #ed2092; }
  .pdc-header .pdc-sub-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: auto; }
    .pdc-header .pdc-sub-nav__items li {
      padding: 0 15px; }
      .pdc-header .pdc-sub-nav__items li > a {
        padding: 0;
        background: none;
        color: #777;
        font-weight: normal;
        font-size: 14px;
        font-family: "Open Sans", Arial;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
    .pdc-header .pdc-sub-nav__items .menu-signin {
      padding: 0 29px; }
    .pdc-header .pdc-sub-nav__items #signin-popup .social-div-line {
      color: #777; }
    .pdc-header .pdc-sub-nav__items #signin-popup .hr {
      border-bottom: 1px solid #777; }
    .pdc-header .pdc-sub-nav__items #signin-popup .social-login {
      padding: 10px 0; }
      .pdc-header .pdc-sub-nav__items #signin-popup .social-login .fa {
        line-height: 22px; }
      .pdc-header .pdc-sub-nav__items #signin-popup .social-login a {
        width: 17px;
        height: 17px;
        margin-right: 15px; }
    .pdc-header .pdc-sub-nav__items #signin-popup .notify {
      width: 17px;
      height: 17px;
      line-height: 17px;
      font-size: 17px; }
    .pdc-header .pdc-sub-nav__items .menu-register a:hover,
    .pdc-header .pdc-sub-nav__items .menu-admin a:hover {
      color: #ed2092;
      text-decoration: underline; }
    .pdc-header .pdc-sub-nav__items .contact a svg path,
    .pdc-header .pdc-sub-nav__items .menu-basket a svg path {
      -webkit-transition: fill .3s ease-out;
      transition: fill .3s ease-out; }
    .pdc-header .pdc-sub-nav__items .menu-basket {
      margin-right: 10px;
      padding: 0 29px;
      cursor: pointer; }
      .pdc-header .pdc-sub-nav__items .menu-basket:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 0;
        background-color: #87a99f;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
      .pdc-header .pdc-sub-nav__items .menu-basket:after {
        content: '';
        opacity: 0;
        position: absolute;
        bottom: -2px;
        z-index: -1;
        left: 0;
        width: 100%;
        height: 20px;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
        background-color: #fff; }
      .pdc-header .pdc-sub-nav__items .menu-basket .dropdown {
        right: 0;
        left: auto;
        width: 504px;
        cursor: auto; }
      .pdc-header .pdc-sub-nav__items .menu-basket:hover {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .pdc-header .pdc-sub-nav__items .menu-basket:hover:before {
          width: 100%; }
        .pdc-header .pdc-sub-nav__items .menu-basket:hover:after,
        .pdc-header .pdc-sub-nav__items .menu-basket:hover .dropdown {
          display: block;
          opacity: 1;
          z-index: 1000; }
    .pdc-header .pdc-sub-nav__items #signin-popup-link {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      .pdc-header .pdc-sub-nav__items #signin-popup-link .fa-angle-down {
        position: absolute;
        top: 43%;
        right: 0;
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear; }
    .pdc-header .pdc-sub-nav__items .fa-angle-down {
      font-family: fontawesome;
      font-style: normal;
      color: #ed2092; }
    .pdc-header .pdc-sub-nav__items .fa-phone {
      font-size: 23px;
      font-family: fontawesome; }
  .pdc-header .pdc-sub-nav.signin-open #signin-popup {
    opacity: 1;
    visibility: visible; }
  .pdc-header .pdc-sub-nav.signin-open #signin-popup-link .fa-angle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .pdc-header .pdc-sub-nav.signin-open .menu-signin {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .pdc-header .pdc-sub-nav.signin-open .menu-signin .pdc-button {
      -webkit-transition: opacity .3s ease-out;
      transition: opacity .3s ease-out; }
      .pdc-header .pdc-sub-nav.signin-open .menu-signin .pdc-button:hover {
        opacity: 0.6; }
    .pdc-header .pdc-sub-nav.signin-open .menu-signin:before {
      width: 100%; }
    .pdc-header .pdc-sub-nav.signin-open .menu-signin:after {
      z-index: 1000;
      opacity: 1; }
    .pdc-header .pdc-sub-nav.signin-open .menu-signin .recaptcha-holder {
      width: 250px; }
      .pdc-header .pdc-sub-nav.signin-open .menu-signin .recaptcha-holder .g-recaptcha {
        margin: 0; }

.pdc-header .pdc-bottom-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .pdc-header .pdc-bottom-navigation .mega-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto; }
    .pdc-header .pdc-bottom-navigation .mega-nav__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      .pdc-header .pdc-bottom-navigation .mega-nav__items .hidden-ie-fix {
        margin-right: auto;
        visibility: hidden; }
    .pdc-header .pdc-bottom-navigation .mega-nav__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 140px;
      max-width: 300px;
      margin: 0;
      font-family: "Montserrat", Arial, sans-serif;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .pdc-header .pdc-bottom-navigation .mega-nav__item:hover {
        z-index: 4; }
        .pdc-header .pdc-bottom-navigation .mega-nav__item:hover .mega-nav__item__link:after {
          width: 100%;
          opacity: 1;
          visibility: visible; }
        .pdc-header .pdc-bottom-navigation .mega-nav__item:hover .mega-nav__item__link:before {
          height: 1px; }
        .pdc-header .pdc-bottom-navigation .mega-nav__item:hover .mega-nav__title {
          border: 1px solid #eee;
          border-bottom: none;
          z-index: 2; }
      .pdc-header .pdc-bottom-navigation .mega-nav__item__link {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 23px 15px 22px;
        color: #777;
        font-family: inherit;
        font-weight: 500;
        width: 100%; }
        .pdc-header .pdc-bottom-navigation .mega-nav__item__link:after {
          width: 0;
          height: 4px;
          background: #ed2092;
          -webkit-transition: width 400ms ease-out;
          transition: width 400ms ease-out;
          position: absolute;
          width: 0;
          top: -4px;
          content: '';
          left: 0;
          bottom: -11px;
          background: #ed2092;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .pdc-header .pdc-bottom-navigation .mega-nav__item--with-menu .mega-nav__title {
        border: 1px solid transparent;
        border-bottom: none;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        background-color: #fff; }
      .pdc-header .pdc-bottom-navigation .mega-nav__item--with-menu .mega-nav__item__link:after {
        border-radius: 4px 4px 0 0; }
      .pdc-header .pdc-bottom-navigation .mega-nav__item--with-menu .mega-nav__item__link:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background-color: #fff; }
      .pdc-header .pdc-bottom-navigation .mega-nav__item--corporate {
        position: relative;
        width: 140px;
        height: 63px;
        margin-left: auto;
        font-family: "Open Sans", Arial, sans-serif;
        letter-spacing: 0; }
        .pdc-header .pdc-bottom-navigation .mega-nav__item--corporate:hover .mega-nav__title {
          border: 1px solid #fcfcfc;
          border-bottom: none;
          background-color: #fcfcfc;
          -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 0 16px 0;
          box-shadow: rgba(0, 0, 0, 0.12) 0 0 16px 0; }
        .pdc-header .pdc-bottom-navigation .mega-nav__item--corporate .mega-nav__item__link:after {
          width: 0;
          height: 4px;
          background: #87a99f;
          -webkit-transition: width 400ms ease-out;
          transition: width 400ms ease-out; }
        .pdc-header .pdc-bottom-navigation .mega-nav__item--corporate .mega-menu {
          top: 85%;
          left: auto;
          right: 0;
          width: 550px;
          border-radius: 5px;
          padding: 20px;
          border-top: 0;
          -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 3px 14px 0;
          box-shadow: rgba(0, 0, 0, 0.22) 0px 3px 14px 0;
          background-color: #fcfcfc;
          -webkit-transform: translateX(0);
          transform: translateX(0);
          z-index: 5; }
          .pdc-header .pdc-bottom-navigation .mega-nav__item--corporate .mega-menu:after {
            content: '';
            width: 140px;
            height: 20px;
            background: #fcfcfc;
            position: absolute;
            right: 0;
            top: -13px;
            z-index: 10; }
          .pdc-header .pdc-bottom-navigation .mega-nav__item--corporate .mega-menu p {
            padding: 20px 0;
            font-family: Open Sans;
            font-size: 14px;
            color: #444444; }
  .pdc-header .pdc-bottom-navigation .mega-menu {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #eee;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 16px 0px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 16px 0px;
    top: 100%;
    left: 0;
    right: 0; }
    .pdc-header .pdc-bottom-navigation .mega-menu__container {
      max-width: 1440px;
      margin: auto;
      padding: 30px 35px 30px 20px; }
  .pdc-header .pdc-bottom-navigation .mega-menu-4-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pdc-header .pdc-bottom-navigation .mega-menu-4-col .mega-menu__col {
      width: 16.9%;
      padding: 15px 15px 0; }
      .pdc-header .pdc-bottom-navigation .mega-menu-4-col .mega-menu__col-title {
        display: block;
        color: #777;
        font-family: Montserrat;
        font-size: 18px;
        letter-spacing: 0;
        margin-bottom: 13px;
        font-weight: bold; }
      .pdc-header .pdc-bottom-navigation .mega-menu-4-col .mega-menu__col-list {
        margin-bottom: 25px; }
        .pdc-header .pdc-bottom-navigation .mega-menu-4-col .mega-menu__col-list__item {
          font-family: "Open Sans";
          font-size: 14px;
          letter-spacing: 0;
          margin-bottom: 8px; }
          .pdc-header .pdc-bottom-navigation .mega-menu-4-col .mega-menu__col-list__item__link {
            color: #777;
            -webkit-transition: color .3s ease-out;
            transition: color .3s ease-out; }
            .pdc-header .pdc-bottom-navigation .mega-menu-4-col .mega-menu__col-list__item__link:hover {
              color: #ed2092; }
        .pdc-header .pdc-bottom-navigation .mega-menu-4-col .mega-menu__col-list__link {
          margin-top: 25px; }
    .pdc-header .pdc-bottom-navigation .mega-menu-4-col .mega-menu__image-holder {
      margin: 0 0 0 auto; }
  .pdc-header .pdc-bottom-navigation .mega-menu-image-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pdc-header .pdc-bottom-navigation .mega-menu-image-col div:nth-child(3) {
      margin: 0 0 0 auto; }
    .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__col {
      width: 19.5%;
      padding: 0 15px; }
      .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__col-title {
        display: block;
        font-family: Montserrat;
        font-size: 18px;
        letter-spacing: 0;
        margin-bottom: 3px;
        font-weight: 500;
        color: #777; }
      .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__col-list {
        margin-bottom: 25px; }
        .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__col-list__item {
          font-family: "Open Sans";
          font-size: 14px;
          letter-spacing: 0;
          margin-bottom: 27px; }
          .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__col-list__item__link {
            color: #777;
            -webkit-transition: color .3s ease-out;
            transition: color .3s ease-out; }
            .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__col-list__item__link:hover {
              color: #ed2092; }
      .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__col-link {
        text-transform: uppercase;
        font-family: Montserrat;
        font-size: 13px;
        letter-spacing: 1px; }
    .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__image-holder {
      margin: 0 0 0 3.5%; }
      .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__image-holder .mega-menu__col-title {
        margin-bottom: 8px; }
      .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__image-holder .mega-menu__img-wrap {
        position: relative;
        width: 320px;
        height: 130px;
        overflow: hidden;
        margin-bottom: 13px; }
        .pdc-header .pdc-bottom-navigation .mega-menu-image-col .mega-menu__image-holder .mega-menu__img-wrap img {
          position: absolute;
          height: auto;
          width: 100%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.pdc-header .search-overlay {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  background: #fff;
  visibility: hidden;
  -webkit-transition: all .3s 0.3s ease-in-out;
  transition: all .3s 0.3s ease-in-out; }
  .pdc-header .search-overlay--active {
    opacity: 0.85;
    visibility: visible; }

.pdc-header .dpp_textbox:not(#searchGlobalText) {
  visibility: hidden; }

.pdc-header .tt-menu {
  width: 100%;
  background: #fff;
  padding: 75px 18px 10px;
  border-radius: 30px;
  border: 1px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px 0px;
  z-index: -1 !important;
  top: 0 !important;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out; }
  .pdc-header .tt-menu__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .pdc-header .tt-menu__header__search-title {
      font-size: 16px;
      color: #777;
      font-family: Montserrat;
      font-weight: 500; }
    .pdc-header .tt-menu__header__link {
      color: #ed2092;
      text-transform: uppercase;
      font-size: 13px;
      text-decoration: none; }
      .pdc-header .tt-menu__header__link:hover {
        text-decoration: underline; }
  .pdc-header .tt-menu__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
    .pdc-header .tt-menu__image:nth-child(2n + 1) {
      padding-left: 15px; }
    .pdc-header .tt-menu__image:nth-child(2n) {
      padding-right: 15px; }
    .pdc-header .tt-menu__image .thumbnail {
      min-width: 86px;
      min-height: 72px;
      margin-right: 15px;
      background-size: cover;
      background-position: 50% 50%; }
    .pdc-header .tt-menu__image a {
      color: #777;
      font-size: 14px;
      font-family: "Open Sans";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      margin-bottom: 15px;
      width: 100%; }
      .pdc-header .tt-menu__image a:hover {
        color: #ed2092;
        text-decoration: underline; }
  .pdc-header .tt-menu__support {
    margin-bottom: 15px; }
    .pdc-header .tt-menu__support a {
      font-size: 14px;
      font-family: "Open Sans";
      color: #ed2092;
      text-decoration: none; }
      .pdc-header .tt-menu__support a:hover {
        text-decoration: underline; }
  .pdc-header .tt-menu__border {
    width: 100%;
    border-bottom: 1px solid #eee; }
  .pdc-header .tt-menu .loader-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2000;
    width: 100%;
    height: 320px;
    background-color: #ffffffe6;
    border-radius: 30px; }
  .pdc-header .tt-menu.itemFound .loader-overlay {
    display: none; }
  .pdc-header .tt-menu .lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: auto; }
    .loader-overlay .pdc-header .tt-menu .lds-dual-ring {
      position: absolute;
      top: 50%;
      right: 50%;
      margin: -32px -32px 0 0; }
  .pdc-header .tt-menu .lds-dual-ring:after {
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #ed2092;
    border-color: #ed2092 transparent #ed2092 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite; }

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

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

.pdc-header .tt-dataset {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out; }
  .pdc-header .tt-dataset-products, .pdc-header .tt-dataset-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 5px; }

.pdc-header .tt-menu.productFound .tt-dataset-products {
  opacity: 1;
  max-height: 1000px; }

.pdc-header .tt-menu.blogNotFound.productsNotFound:not(.supportNotFound) {
  padding-top: 25px; }

.pdc-header .tt-menu.blogFound .tt-dataset-blog {
  opacity: 1;
  max-height: 1000px; }

.pdc-header .tt-menu.supportFound .tt-dataset-support {
  opacity: 1;
  max-height: 1000px; }

.pdc-header .tt-menu .not_found_message {
  display: none;
  padding-top: 15px;
  font-size: 18px;
  color: #777;
  font-family: Montserrat; }

.pdc-header .tt-menu.supportNotFound.blogNotFound.productsNotFound .not_found_message {
  display: block; }

.pdc-header .tt-menu.supportNotFound.blogNotFound.productsNotFound .loader-overlay {
  display: none; }

_:-ms-fullscreen, :root .pdc-header .pdc-bottom-navigation .mega-nav__items .hidden-ie-fix {
  margin-right: 0; }

_:-ms-fullscreen, :root .pdc-header .pdc-bottom-navigation .mega-nav__item--corporate {
  margin-left: 0; }

.outer-wrapper {
  background: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  max-width: none; }
  .outer-wrapper *,
  .outer-wrapper :before,
  .outer-wrapper :after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  .mobile-mode .outer-wrapper {
    padding: 40px 20px; }
  .outer-wrapper--green {
    background: #e6edeb; }
  .outer-wrapper.grey {
    background: #f5f5f5; }
  .outer-wrapper .pdc-row {
    margin-left: -16px;
    margin-right: -16px; }
  .outer-wrapper.box-reset {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  .outer-wrapper--border {
    border: solid #dbdbdb;
    border-width: 1px 0; }

.l-content {
  max-width: 1024px;
  margin: 0 auto; }
  .l-content__title {
    padding-bottom: 30px;
    text-align: center; }
    .l-content__title h1,
    .l-content__title h2 {
      padding: 0; }
      .l-content__title h1 + p,
      .l-content__title h2 + p {
        margin-top: 10px; }
    .l-content__title p:last-child {
      padding-bottom: 0; }

.l-cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 27px;
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 16000003; }
  .l-cookie-policy,
  .l-cookie-policy *,
  .l-cookie-policy :before,
  .l-cookie-policy :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .l-cookie-policy__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto; }
  .l-cookie-policy__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .l-cookie-policy__cross {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 22px;
    width: 22px;
    border: 0;
    background: none;
    -webkit-appearance: none;
    cursor: pointer; }
    .l-cookie-policy__cross:before, .l-cookie-policy__cross:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 22px;
      background: #ffffff; }
    .l-cookie-policy__cross:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .l-cookie-policy__cross:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .l-cookie-policy__cross::before, .l-cookie-policy__cross::after {
      top: 0; }
  .l-cookie-policy p {
    color: #ffffff;
    padding: 0; }
    .l-cookie-policy p a {
      text-decoration: underline; }

.mobile-mode .l-cookie-policy {
  padding: 17px 30px 14px; }
  .mobile-mode .l-cookie-policy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mobile-mode .l-cookie-policy__text {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.29px; }
  .mobile-mode .l-cookie-policy__cross {
    height: 18px;
    width: 18px; }
    .mobile-mode .l-cookie-policy__cross::before, .mobile-mode .l-cookie-policy__cross::after {
      height: 18px; }

.l-footer {
  width: 100%;
  padding: 20px 35px 20px;
  border-top: 1px solid #E0E0E0;
  background: #ffffff; }
  .l-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto; }
  .l-footer,
  .l-footer *,
  .l-footer :before,
  .l-footer :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .l-footer h6 {
    margin-bottom: 13px; }
  .l-footer .fas,
  .l-footer .fab,
  .l-footer .fa {
    width: 20px;
    height: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-right: 13px; }
  .l-footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .l-footer__contact-info {
    position: relative;
    height: 100%; }
    .l-footer__contact-info:after {
      position: absolute;
      top: 10px;
      right: 0;
      height: calc(100% - 20px);
      width: 1px;
      opacity: 0.2;
      color: #777;
      background-color: #777;
      content: ''; }
    .l-footer__contact-info .fas {
      font-family: fontawesome;
      font-style: normal;
      color: #ed008c;
      max-width: 22px;
      height: auto;
      width: auto; }
      .l-footer__contact-info .fas.fa-phone {
        margin-right: 15px; }
      .l-footer__contact-info .fas.fa-envelope {
        margin-right: 10px; }
  .l-footer__contact-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .l-footer__contact-holder svg {
      margin-right: 13px; }
    .l-footer__contact-holder img, .l-footer__contact-holder svg {
      max-width: 20px;
      max-height: 20px;
      height: auto;
      margin-right: 13px; }
    .l-footer__contact-holder a {
      pointer-events: none; }
    .l-footer__contact-holder a[href^="mailto:"] {
      pointer-events: all; }
    .l-footer__contact-holder__mobile {
      color: #777;
      font-family: "Open Sans";
      font-size: 14px; }
      .l-footer__contact-holder__mobile:hover {
        text-decoration: none; }
  .l-footer__contact-icon {
    width: 32px; }
  .l-footer__contact-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .l-footer__contact-socials-link {
    color: #777777;
    margin-right: 13px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .l-footer__contact-socials-link:hover {
      color: #ed008c;
      text-decoration: none; }
      .l-footer__contact-socials-link:hover path,
      .l-footer__contact-socials-link:hover svg {
        fill: #ed008c !important; }
    .l-footer__contact-socials-link .fas,
    .l-footer__contact-socials-link .fab {
      display: block;
      width: auto;
      height: auto;
      max-width: 22px;
      max-height: 22px;
      margin-right: 0;
      font-family: fontawesome;
      font-style: normal; }
    .l-footer__contact-socials-link img {
      -webkit-transition: opacity .3s ease-out;
      transition: opacity .3s ease-out; }
    .l-footer__contact-socials-link:hover img {
      opacity: 0.6; }
    .l-footer__contact-socials-link path,
    .l-footer__contact-socials-link svg {
      -webkit-transition: fill .3s ease-out;
      transition: fill .3s ease-out; }
    .l-footer__contact-socials-link svg {
      width: 20px;
      height: 20px; }
  .l-footer__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 8%; }
  .l-footer__main-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 35px; }
  .l-footer__accreditation {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right; }
    .l-footer__accreditation a:hover {
      text-decoration: none; }
    .l-footer__accreditation img {
      height: 78px; }
      .l-footer__accreditation img:not(:last-child) {
        margin-right: 15px; }

.l-wrapper {
  background: #ffffff;
  width: 100%;
  padding: 45px 0; }
  .l-wrapper,
  .l-wrapper *,
  .l-wrapper :before,
  .l-wrapper :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mobile-mode .l-wrapper {
    padding: 45px 20px; }
  .l-wrapper--grey {
    background: #f5f5f5; }
  .l-wrapper--green-primary {
    background: #87a99f; }
  .l-wrapper--green-primary-25 {
    background: #e1eae7; }
  .l-wrapper--green {
    background: #e6edeb; }
  .l-wrapper--green-30 {
    background: #f8faf9; }
  .l-wrapper--dusty-pink {
    background: #bda4a7; }
  .l-wrapper--dusty-pink-20 {
    background: #f2eded; }
  .l-wrapper--bottom-border {
    border-bottom: 1px solid #e0e0e0; }
  .l-wrapper--g-w-pattern {
    position: relative;
    z-index: 0;
    background: #e6edeb; }
    .l-wrapper--g-w-pattern:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: url(/assets/images/patterns/green-white-pattern.png) no-repeat center center/cover;
      opacity: 0.4; }
  .l-wrapper--g-w-pattern-2 {
    position: relative;
    z-index: 0;
    background: #e6edeb; }
    .l-wrapper--g-w-pattern-2:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: url(/assets/images/patterns/white-pattern.png) no-repeat center center/cover;
      opacity: 0.4; }
  .l-wrapper--bottom-pills-pattern {
    position: relative;
    z-index: 0; }
    .l-wrapper--bottom-pills-pattern:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: url(/assets/images/patterns/pills-thin-pattern.png) repeat no-repeat bottom center;
      opacity: 0.3; }
  .l-wrapper--bottom-pills-pattern-2 {
    position: relative;
    z-index: 0; }
    .l-wrapper--bottom-pills-pattern-2:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: url(/assets/images/patterns/pills-bottom-pattern.png) repeat no-repeat bottom center; }
  .l-wrapper--bottom-pills-pattern-2 {
    position: relative;
    z-index: 0; }
    .l-wrapper--bottom-pills-pattern-2:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: url(/assets/images/patterns/pill-long-pattern.png) repeat no-repeat bottom center/contain; }
  .l-wrapper--pattern-dimond {
    position: relative;
    z-index: 0; }
    .l-wrapper--pattern-dimond:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: url(/assets/images/patterns/pattern-dimond.png) repeat no-repeat center center/cover; }
  .l-wrapper--opacity-20:after {
    opacity: 0.2; }

.l-grid {
  width: 100%; }
  .l-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .l-grid__row--row-margin {
      margin-bottom: 20px; }
    .l-grid__row--column-margins .l-grid__column {
      margin-bottom: 20px; }
  .l-grid__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 10px;
    padding-right: 10px; }
    .l-grid__column--with-margin {
      margin-bottom: 20px; }

.l-grid__column--offset-0 {
  margin-left: 0; }

.l-grid__column--auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.l-grid__column--1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.l-grid__column-offset--1 {
  margin-left: 8.33333%; }

.l-grid__column--2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.l-grid__column-offset--2 {
  margin-left: 16.66667%; }

.l-grid__column--3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.l-grid__column-offset--3 {
  margin-left: 25%; }

.l-grid__column--4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.l-grid__column-offset--4 {
  margin-left: 33.33333%; }

.l-grid__column--5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.l-grid__column-offset--5 {
  margin-left: 41.66667%; }

.l-grid__column--6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.l-grid__column-offset--6 {
  margin-left: 50%; }

.l-grid__column--7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.l-grid__column-offset--7 {
  margin-left: 58.33333%; }

.l-grid__column--8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.l-grid__column-offset--8 {
  margin-left: 66.66667%; }

.l-grid__column--9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.l-grid__column-offset--9 {
  margin-left: 75%; }

.l-grid__column--10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.l-grid__column-offset--10 {
  margin-left: 83.33333%; }

.l-grid__column--11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.l-grid__column-offset--11 {
  margin-left: 91.66667%; }

.l-grid__column--12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.l-grid__column-offset--12 {
  margin-left: 100%; }

@media screen and (min-width: 320px) {
  .l-grid__column--small-offset-0 {
    margin-left: 0; }
  .l-grid__column--small-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .l-grid__column--small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .l-grid__column--small-offset-1 {
    margin-left: 8.33333%; }
  .l-grid__column--small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .l-grid__column--small-offset-2 {
    margin-left: 16.66667%; }
  .l-grid__column--small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .l-grid__column--small-offset-3 {
    margin-left: 25%; }
  .l-grid__column--small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .l-grid__column--small-offset-4 {
    margin-left: 33.33333%; }
  .l-grid__column--small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .l-grid__column--small-offset-5 {
    margin-left: 41.66667%; }
  .l-grid__column--small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .l-grid__column--small-offset-6 {
    margin-left: 50%; }
  .l-grid__column--small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .l-grid__column--small-offset-7 {
    margin-left: 58.33333%; }
  .l-grid__column--small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .l-grid__column--small-offset-8 {
    margin-left: 66.66667%; }
  .l-grid__column--small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .l-grid__column--small-offset-9 {
    margin-left: 75%; }
  .l-grid__column--small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .l-grid__column--small-offset-10 {
    margin-left: 83.33333%; }
  .l-grid__column--small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .l-grid__column--small-offset-11 {
    margin-left: 91.66667%; }
  .l-grid__column--small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .l-grid__column--small-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 768px) {
  .l-grid__column--medium-offset-0 {
    margin-left: 0; }
  .l-grid__column--medium-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .l-grid__column--medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .l-grid__column--medium-offset-1 {
    margin-left: 8.33333%; }
  .l-grid__column--medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .l-grid__column--medium-offset-2 {
    margin-left: 16.66667%; }
  .l-grid__column--medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .l-grid__column--medium-offset-3 {
    margin-left: 25%; }
  .l-grid__column--medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .l-grid__column--medium-offset-4 {
    margin-left: 33.33333%; }
  .l-grid__column--medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .l-grid__column--medium-offset-5 {
    margin-left: 41.66667%; }
  .l-grid__column--medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .l-grid__column--medium-offset-6 {
    margin-left: 50%; }
  .l-grid__column--medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .l-grid__column--medium-offset-7 {
    margin-left: 58.33333%; }
  .l-grid__column--medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .l-grid__column--medium-offset-8 {
    margin-left: 66.66667%; }
  .l-grid__column--medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .l-grid__column--medium-offset-9 {
    margin-left: 75%; }
  .l-grid__column--medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .l-grid__column--medium-offset-10 {
    margin-left: 83.33333%; }
  .l-grid__column--medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .l-grid__column--medium-offset-11 {
    margin-left: 91.66667%; }
  .l-grid__column--medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .l-grid__column--medium-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1024px) {
  .l-grid__column--large-offset-0 {
    margin-left: 0; }
  .l-grid__column--large-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .l-grid__column--large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .l-grid__column--large-offset-1 {
    margin-left: 8.33333%; }
  .l-grid__column--large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .l-grid__column--large-offset-2 {
    margin-left: 16.66667%; }
  .l-grid__column--large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .l-grid__column--large-offset-3 {
    margin-left: 25%; }
  .l-grid__column--large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .l-grid__column--large-offset-4 {
    margin-left: 33.33333%; }
  .l-grid__column--large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .l-grid__column--large-offset-5 {
    margin-left: 41.66667%; }
  .l-grid__column--large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .l-grid__column--large-offset-6 {
    margin-left: 50%; }
  .l-grid__column--large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .l-grid__column--large-offset-7 {
    margin-left: 58.33333%; }
  .l-grid__column--large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .l-grid__column--large-offset-8 {
    margin-left: 66.66667%; }
  .l-grid__column--large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .l-grid__column--large-offset-9 {
    margin-left: 75%; }
  .l-grid__column--large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .l-grid__column--large-offset-10 {
    margin-left: 83.33333%; }
  .l-grid__column--large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .l-grid__column--large-offset-11 {
    margin-left: 91.66667%; }
  .l-grid__column--large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .l-grid__column--large-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1440px) {
  .l-grid__column--mega-offset-0 {
    margin-left: 0; }
  .l-grid__column--mega-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .l-grid__column--mega-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .l-grid__column--mega-offset-1 {
    margin-left: 8.33333%; }
  .l-grid__column--mega-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .l-grid__column--mega-offset-2 {
    margin-left: 16.66667%; }
  .l-grid__column--mega-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .l-grid__column--mega-offset-3 {
    margin-left: 25%; }
  .l-grid__column--mega-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .l-grid__column--mega-offset-4 {
    margin-left: 33.33333%; }
  .l-grid__column--mega-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .l-grid__column--mega-offset-5 {
    margin-left: 41.66667%; }
  .l-grid__column--mega-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .l-grid__column--mega-offset-6 {
    margin-left: 50%; }
  .l-grid__column--mega-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .l-grid__column--mega-offset-7 {
    margin-left: 58.33333%; }
  .l-grid__column--mega-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .l-grid__column--mega-offset-8 {
    margin-left: 66.66667%; }
  .l-grid__column--mega-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .l-grid__column--mega-offset-9 {
    margin-left: 75%; }
  .l-grid__column--mega-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .l-grid__column--mega-offset-10 {
    margin-left: 83.33333%; }
  .l-grid__column--mega-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .l-grid__column--mega-offset-11 {
    margin-left: 91.66667%; }
  .l-grid__column--mega-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .l-grid__column--mega-offset-12 {
    margin-left: 100%; } }

.magic-line {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 400px;
  height: 8px;
  background: #ed2092; }
  .magic-line-relative-parent {
    overflow: hidden;
    position: relative; }
  .magic-line--yellow {
    background: #dad3ab; }
  .magic-line--grey {
    background: #d8e6e9; }
  .magic-line--right {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .mobile-mode .magic-line {
    height: 5px; }

/*
 * Artwork Maps
 */
.artwork-map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0; }
  .artwork-map .artwork-map-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.22); }
    .artwork-map .artwork-map-row--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .artwork-map .artwork-map-row--horizontal-margin-bottom {
        margin-bottom: 10px; }
    .artwork-map .artwork-map-row .artwork-map-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      position: relative;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
  .artwork-map--name {
    margin-bottom: 5px; }
  .artwork-map__text {
    padding: 0 5px;
    font-size: 10px;
    text-transform: uppercase; }
  .artwork-map--full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .artwork-map--split {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%; }

.fold_line {
  position: absolute; }
  .fold_line--vertical {
    border-left: 1px dashed #ed2092;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    height: calc(100% + 10px); }
  .fold_line--horizontal {
    border-top: 1px dashed #ed2092;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    width: calc(100% + 10px); }

.spine_line {
  position: absolute;
  background: #444444;
  opacity: 0.5; }
  .spine_line--vertical {
    height: 100%; }
  .spine_line--horizontal {
    width: 100%; }

.artwork-size-guide svg .dimension-line-stroke-style {
  stroke: #cccccc;
  stroke-width: 1px; }

.artwork-size-guide svg .crop-mark {
  stroke: orange;
  stroke-width: 1px; }

.artwork-size-guide svg .fold-guideline {
  stroke: #ed2092;
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.artwork-size-guide svg .bleed-area {
  opacity: 0.5; }

.artwork-size-guide svg .bleed-area-fill {
  fill: #ed2092; }

.artwork-size-guide svg .no-text-area {
  fill: #dad3ab;
  opacity: 0.5; }

.artwork-size-guide svg .no-text-area-as-stroke-line {
  stroke: #dad3ab;
  stroke-opacity: 0.5;
  stroke-linejoin: miter;
  fill: none; }

.artwork-size-guide svg .non-visible-area {
  fill: black; }

.artwork-size-guide svg .non-printable-area {
  fill: #87a99f;
  opacity: 0.5; }

.artwork-size-guide svg .wrap-area {
  fill: #666666;
  opacity: 0.5; }

.artwork-size-guide svg .binding-area {
  fill: #acbbc4;
  opacity: 0.5; }

.artwork-size-guide svg .spine-area {
  fill: #444444;
  opacity: 0.5; }

.artwork-size-guide svg .trimbox-bleed-mask-dotted-line {
  stroke: black;
  stroke-opacity: 0.5;
  stroke-linejoin: miter;
  fill: none; }

.artwork-size-guide svg .js-dimension-line-top-text,
.artwork-size-guide svg .js-dimension-line-right-text,
.artwork-size-guide svg .js-dimension-line-bottom-text,
.artwork-size-guide svg .js-dimension-line-left-text {
  fill: #cccccc; }

/* Artwork support */
.artwork-support {
  background: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 20px;
  margin-bottom: 32px; }
  .artwork-support .pdc-button {
    margin-left: 15px;
    padding: 4px 20px;
    font-weight: normal; }
  .artwork-support.general h3 {
    padding-bottom: 0;
    color: #2993b1; }
    .artwork-support.general h3.template-icon {
      padding-left: 50px;
      background: url("/assets/images/icons/icon-templates-2.png") center left no-repeat;
      line-height: 40px; }

.artwork-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .artwork-col:not(:first-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .artwork-col h4 {
    padding: 0 0 0 10px;
    color: #2993b1; }
  .artwork-col p {
    padding: 0; }

/* Artwork templates */
.artwork-templates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 32px;
  height: 100%; }
  .artwork-templates .heading {
    color: #2993b1;
    padding: 0 30px 0 15px; }
  .artwork-templates .form-input {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px; }
    .artwork-templates .form-input select {
      width: 100%;
      font-size: 12px; }
  .artwork-templates .button {
    font-size: 13px;
    text-transform: inherit; }

.pdc-banner {
  max-width: none;
  background: #bda4a7;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  padding: 10px 0; }
  .pdc-banner--delivery .pdc-banner__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .pdc-banner--delivery .pdc-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    position: relative; }
    .pdc-banner--delivery .pdc-banner__item:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1px;
      background: #ffffff;
      height: 15px; }
    .pdc-banner--delivery .pdc-banner__item:last-child:after {
      content: none; }
  .pdc-banner--green {
    background: #87a99f; }
  .pdc-banner > .content-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pdc-banner span, .pdc-banner a {
    line-height: 1;
    color: #ffffff; }
  .pdc-banner a:hover {
    text-decoration: underline; }
  .pdc-banner__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .pdc-banner .icon-arrow:before {
    background: #ffffff; }
  .pdc-banner .icon-arrow:after {
    border-bottom-color: #bda4a7; }

.pdc-banner-notification {
  width: 100%;
  padding: 10px;
  border: 1px solid #4B90E2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .pdc-banner-notification p {
    font-size: 13px; }
    .pdc-banner-notification p:last-of-type {
      padding-bottom: 0; }
  #tab-my-logins-view .pdc-banner-notification {
    margin-top: 40px;
    margin-bottom: -20px; }

#basket-page-root .product-bundle-block .product-bundle-block-loading-overlay, .basket .basket-item .basket-item-loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.25;
  z-index: 100; }

#basket-page-root .product-bundle-block {
  position: relative; }

.basket {
  margin: 10px 0;
  padding: 0 30px 20px;
  background: #ffffff; }
  .basket > h3 {
    border-bottom: 1px solid #e8e8e8; }
  .basket .basket-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px; }
    .basket .basket-item:last-child {
      margin-bottom: 20px; }
    .basket .basket-item .basket-item-loading-overlay {
      width: calc(100% + 80px);
      margin: 0 -40px; }
    .basket .basket-item .just-added {
      position: absolute;
      left: 1px;
      top: 21px;
      width: 80px;
      height: 75px;
      background-image: url("/assets/images/icons/just-added-white.png"); }
    .basket .basket-item .basket-item-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
      flex: 0 0 120px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 120px;
      border: 1px solid #ededed;
      background-color: #ededed;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .basket .basket-item .basket-item-details {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0px;
      margin-left: 25px; }
      .basket .basket-item .basket-item-details h3 span {
        font-weight: normal; }
      .basket .basket-item .basket-item-details ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px; }
        .basket .basket-item .basket-item-details ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: calc(50% - 8px);
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 5px 0;
          border-bottom: 1px solid #e8e8e8; }
          .basket .basket-item .basket-item-details ul li:nth-child(-n+2) {
            border-top: 1px solid #e8e8e8; }
          .basket .basket-item .basket-item-details ul li:nth-child(even) {
            margin-left: 16px; }
          .basket .basket-item .basket-item-details ul li span {
            text-align: right; }
    .basket .basket-item .basket-item-details-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 5px; }
      .basket .basket-item .basket-item-details-row:last-of-type {
        margin-bottom: 10px; }
    .basket .basket-item .basket-item-artwork-files {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      margin-top: 15px;
      background: #ededed;
      padding: 25px; }
      .basket .basket-item .basket-item-artwork-files__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold; }
      .basket .basket-item .basket-item-artwork-files__toggle {
        border-radius: 50%;
        height: 20px;
        width: 20px;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        position: relative;
        cursor: pointer; }
        .basket .basket-item .basket-item-artwork-files__toggle .fa {
          position: absolute;
          left: 50%;
          top: 50%;
          color: #ed2092;
          -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
          -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; }
          .basket .basket-item .basket-item-artwork-files__toggle .fa.open {
            -webkit-transform: translate(-50%, -50%) translateZ(0) rotate(180deg);
            transform: translate(-50%, -50%) translateZ(0) rotate(180deg); }
      .basket .basket-item .basket-item-artwork-files__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .basket .basket-item .basket-item-artwork-files__list-item:not(:last-child) {
          margin-bottom: 10px; }

/*

This is the basket sidebar with the totals.

<div class="basket-totals">
  <div class="basket-totals__list">
    <div class="basket-totals__row">
        <span class="basket-totals__label">Subtotal</span>
        <span>{{ Basket.SubtotalNet }}</span>
    </div>
    <div class="basket-totals__row">
        <span class="basket-totals__label">VAT</span>
        <span>{{ Basket.Vat }}</span>
    </div>
    <div class="basket-totals__row">
        <span class="basket-totals__label">Total</span>
        <span class="basket-totals__total">{{ Basket.Total }}</span>
    </div>
  </div>
  <a class="basket-totals__button button alt button-soft" href="/checkout">Checkout</a>
</div>
 */
.basket-totals {
  margin-bottom: 20px;
  width: 100%; }
  .basket-totals__list {
    padding: 5px 25px;
    background: #ffffff; }
  .basket-totals__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 13px; }
    .basket-totals__row:not(:last-of-type) {
      border-bottom: 1px solid #e0e0e0; }
    .basket-totals__row > span {
      line-height: 20px; }
  .basket-totals__label {
    font-weight: bold; }
  .basket-totals__total {
    font-size: 16px;
    font-weight: bold; }
  .basket-totals__button {
    width: 100%;
    padding: 14px 20px !important;
    font-size: 16px !important; }
    .basket-totals__button span {
      margin-right: 5px;
      font-size: 16px; }
    .basket-totals__button svg {
      vertical-align: top; }

span.faux-button,
a.button,
button.button,
input.button {
  display: inline-block;
  -webkit-appearance: none;
  min-width: 30px;
  cursor: pointer;
  background: #ffffff;
  color: #ed2092;
  border: 2px solid #ed2092;
  font-size: 14px;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out; }
  span.faux-button:hover,
  a.button:hover,
  button.button:hover,
  input.button:hover {
    background: #ed2092;
    color: #ffffff; }
  span.faux-button:focus,
  a.button:focus,
  button.button:focus,
  input.button:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(237, 32, 146, 0.5);
    box-shadow: 0 0 0 3px rgba(237, 32, 146, 0.5);
    outline: 0; }
  span.faux-button.disabled, span.faux-button:disabled,
  a.button.disabled,
  a.button:disabled,
  button.button.disabled,
  button.button:disabled,
  input.button.disabled,
  input.button:disabled {
    opacity: 0.4;
    pointer-events: none; }
  span.faux-button.alt,
  a.button.alt,
  button.button.alt,
  input.button.alt {
    background: #ed2092;
    color: #ffffff; }
    span.faux-button.alt:not(.no-hover):hover,
    a.button.alt:not(.no-hover):hover,
    button.button.alt:not(.no-hover):hover,
    input.button.alt:not(.no-hover):hover {
      background: #ffffff;
      color: #ed2092; }
  span.faux-button.added-to-basket,
  a.button.added-to-basket,
  button.button.added-to-basket,
  input.button.added-to-basket {
    pointer-events: none;
    background: #dadada;
    color: #ffffff;
    border-color: #dadada; }
  span.faux-button.blue,
  a.button.blue,
  button.button.blue,
  input.button.blue {
    background: #ffffff;
    color: #2993b1;
    border-color: #2993b1; }
    span.faux-button.blue:hover,
    a.button.blue:hover,
    button.button.blue:hover,
    input.button.blue:hover {
      background: #2993b1;
      color: #ffffff; }
    span.faux-button.blue:focus,
    a.button.blue:focus,
    button.button.blue:focus,
    input.button.blue:focus {
      -webkit-box-shadow: 0 0 0 3px rgba(41, 147, 177, 0.5);
      box-shadow: 0 0 0 3px rgba(41, 147, 177, 0.5); }
    span.faux-button.blue.alt,
    a.button.blue.alt,
    button.button.blue.alt,
    input.button.blue.alt {
      background: #2993b1;
      color: #ffffff; }
      span.faux-button.blue.alt:hover,
      a.button.blue.alt:hover,
      button.button.blue.alt:hover,
      input.button.blue.alt:hover {
        color: #2993b1; }
    span.faux-button.blue.no-hover,
    a.button.blue.no-hover,
    button.button.blue.no-hover,
    input.button.blue.no-hover {
      background: #2993b1;
      color: #ffffff; }
  span.faux-button.grey,
  a.button.grey,
  button.button.grey,
  input.button.grey {
    background: #ffffff;
    color: #727272;
    border-color: #dadada; }
  span.faux-button.pill,
  a.button.pill,
  button.button.pill,
  input.button.pill {
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid white;
    color: #dadada; }
    span.faux-button.pill.active,
    a.button.pill.active,
    button.button.pill.active,
    input.button.pill.active {
      border-color: #dadada;
      color: #727272;
      cursor: pointer; }
    span.faux-button.pill:hover, span.faux-button.pill:focus,
    a.button.pill:hover,
    a.button.pill:focus,
    button.button.pill:hover,
    button.button.pill:focus,
    input.button.pill:hover,
    input.button.pill:focus {
      outline: none;
      background: none; }
  span.faux-button.button-soft,
  a.button.button-soft,
  button.button.button-soft,
  input.button.button-soft {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    border-width: 1px; }
  span.faux-button.button-lower-case,
  a.button.button-lower-case,
  button.button.button-lower-case,
  input.button.button-lower-case {
    text-transform: none;
    letter-spacing: inherit; }
  span.faux-button.large,
  a.button.large,
  button.button.large,
  input.button.large {
    padding: 20px; }

.dpp_button,
.pdc-button {
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  padding: 4px 10px;
  color: #fff !important;
  background: #ED2092;
  border: 0;
  text-shadow: 0 1px 0 #BE1A75;
  -webkit-box-shadow: 0px 1px 0px #D3D3D3;
  box-shadow: 0px 1px 0px #D3D3D3; }
  .dpp_button.centered,
  .pdc-button.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .dpp_button.dpp-buttonb,
  .pdc-button.dpp-buttonb {
    font-size: 1.3em; }
  .dpp_button:hover, .dpp_button,
  .pdc-button:hover,
  .pdc-button {
    text-decoration: none !important; }
  .dpp_button.disabled, .dpp_button:disabled,
  .pdc-button.disabled,
  .pdc-button:disabled {
    background: #ccc;
    text-shadow: 0 1px 0 #bbb;
    cursor: auto; }
  .dpp_button.grey,
  .pdc-button.grey {
    background: #666;
    text-shadow: 0 1px 0 #494949; }
  .dpp_button.light_grey,
  .pdc-button.light_grey {
    background: #a7a9ac;
    text-shadow: 0 1px 0 #aaa; }
  .dpp_button.white,
  .pdc-button.white {
    background: #fff;
    color: #666 !important;
    text-shadow: 0 1px 0 #eee; }
  .dpp_button.dark-blue,
  .pdc-button.dark-blue {
    background: #3193AF;
    text-shadow: none; }
  .dpp_button.blue,
  .pdc-button.blue {
    background: #00ADEE;
    text-shadow: 0 1px 0 #0082B2; }
  .dpp_button.printed-blue,
  .pdc-button.printed-blue {
    background: #2993b1;
    text-shadow: none; }
  .dpp_button.green,
  .pdc-button.green {
    background: #7dc242;
    text-shadow: 0 1px 0 #446b22; }
  .dpp_button.large,
  .pdc-button.large {
    font-size: 1.6em;
    padding: 8px 24px;
    -webkit-box-shadow: 0px 2px 0px #D3D3D3;
    box-shadow: 0px 2px 0px #D3D3D3;
    line-height: 1em; }
  .dpp_button.medium,
  .pdc-button.medium {
    padding: 6px 15px;
    font-size: 1.4em; }
  .dpp_button.small,
  .pdc-button.small {
    padding: 3px 6px;
    font-size: 1.2em; }

.btn-group-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .btn-group-flex .button {
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap; }

.w-265 {
  width: 265px; }

.swiper-container {
  width: 100%; }
  .swiper-container.swiper-inactive {
    visibility: hidden;
    opacity: 0;
    height: 0; }
  .swiper-container img {
    max-width: 100%; }

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden; }

.swiper-pagination {
  max-width: 1024px;
  text-align: left !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }
  .swiper-pagination--center {
    text-align: center !important; }
  .swiper-pagination .swiper-pagination-square,
  .swiper-pagination .swiper-pagination-circle {
    display: inline-block;
    margin: 0 5px 0 0;
    outline: 0;
    opacity: 1;
    cursor: pointer; }
  .swiper-pagination .swiper-pagination-square {
    height: 16px;
    width: 16px;
    border-radius: 0;
    background-color: #727272; }
    .swiper-pagination .swiper-pagination-square--active {
      background: #ed2092; }
  .swiper-pagination .swiper-pagination-circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ffffff; }
    .swiper-pagination .swiper-pagination-circle--active {
      background: #87a99f; }

.swiper-arrow-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #87a99f;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer; }
  .swiper-arrow-buttons:before, .swiper-arrow-buttons:after {
    content: '';
    position: absolute;
    left: 11px;
    height: 3px;
    width: 17px;
    background: #ffffff;
    border-radius: 0 20px 20px 0; }
  .swiper-arrow-buttons:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px; }
  .swiper-arrow-buttons:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 23px; }
  .swiper-arrow-buttons--no-background {
    background: none; }
    .swiper-arrow-buttons--no-background:before, .swiper-arrow-buttons--no-background:after {
      background: #87a99f;
      height: 5px; }
  .swiper-arrow-buttons--previous {
    left: 25%; }
  .swiper-arrow-buttons--next {
    right: 25%;
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg); }

.cycle-slideshow {
  /* --------------------------*/
  /* ----- Product pages ----- */
  /* ------------------------- */
  /* ---------------------------*/
  /* ----- Category pages ----- */
  /* -------------------------- */
  /* ------------------------------*/
  /* ----- Collection  pages ----- */
  /* ----------------------------- */ }
  .cycle-slideshow.pod .cycle-pager {
    width: 100%;
    margin: 0 auto;
    left: 30px;
    bottom: 18px;
    height: 16px; }
  .cycle-slideshow .slide-container {
    max-width: 1024px;
    margin: 0 auto;
    position: relative; }
    .cycle-slideshow .slide-container .pdc-round-starburst {
      left: 0; }
  .cycle-slideshow .header-intro-cont {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100; }
  .cycle-slideshow .header-intro {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    width: 320px; }
    .cycle-slideshow .header-intro .btn-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 10px; }
      .cycle-slideshow .header-intro .btn-group.auto-size .pdc-button {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
        .cycle-slideshow .header-intro .btn-group.auto-size .pdc-button:not(:last-child) {
          margin-right: 10px; }
      .cycle-slideshow .header-intro .btn-group .pdc-button {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        margin: 0;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 48%; }
        .cycle-slideshow .header-intro .btn-group .pdc-button.full-width {
          width: 100%; }
  .cycle-slideshow.masthead-slider .slide {
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%; }
  .cycle-slideshow.postcards .header-slide-1 {
    background: url("/assets/images/products/postcards/postcards-slide.jpg") center no-repeat; }
  .cycle-slideshow.postcards .header-slide-2 {
    background: url("/assets/images/products/postcards/postcards-slide-2.jpg") center no-repeat; }
  .cycle-slideshow.postcards .header-slide-3 {
    background: url("/assets/images/products/postcards/postcards-slide-3.jpg") center no-repeat; }
  .cycle-slideshow.display-boards .header-slide {
    background: url("/assets/images/products/header-images/display-boards-header.jpg") center no-repeat; }
  .cycle-slideshow.heart-shaped-stickers .header-slide {
    background: url("/assets/images/products/heart-shaped-stickers/heart-shaped-stickers-header.jpg") center no-repeat; }
  .cycle-slideshow.foiling .header-slide-1 {
    background-image: url("/assets/images/products/product-page/foiling/foiling-page-header.jpg"); }
  .cycle-slideshow.foiling .header-slide-2 {
    background-image: url("/assets/images/products/product-page/foiling/foiling-header-rose-gold-2.jpg"); }
  .cycle-slideshow.foiling .header-slide-3 {
    background-image: url("/assets/images/products/product-page/foiling/foiling-page-header-2.jpg"); }
  .cycle-slideshow.foiling-stickers .foiling-stickers-slide {
    background-image: url("/assets/images/products/product-page/foiling-stickers/foil-print-stickers-header.jpg"); }
  .cycle-slideshow.cards-and-printing .cards-and-invitations-1 {
    background-image: url("/assets/images/products/category-images/cards-and-invitations/cards-invitations-header-1.jpg"); }
  .cycle-slideshow.cards-and-printing .cards-and-invitations-2 {
    background-image: url("/assets/images/products/category-images/cards-and-invitations/cards-invitations-header-2.jpg"); }
  .cycle-slideshow.notebooks .header-slide {
    background-image: url("/assets/images/products/category-images/notebooks/notebooks-header-190523.jpg"); }
  .cycle-slideshow.stickers .header-slide {
    background-image: url("/assets/images/products/category-images/stickers/stickers-header-foiled.jpg"); }
  .cycle-slideshow.white-ink .white-ink-slide-1 {
    background-image: url("/assets/images/products/category-images/white-ink-printing/white-ink-printing-header.jpg"); }
  .cycle-slideshow.white-ink .white-ink-slide-2 {
    background-image: url("/assets/images/products/category-images/white-ink-printing/white-ink-printing-header-2.jpg"); }
  .cycle-slideshow.special-finishes .header-slide {
    background-image: url("/assets/images/products/category-images/special-finishes/special-finishes-header-image-180129.jpg"); }
  .cycle-slideshow.business-stationery .header-slide {
    background-image: url("/assets/images/products/category-images/business-stationery/business-stationery.jpg"); }
  .cycle-slideshow.menus .header-slide {
    background-image: url("/assets/images/products/category-images/menus/menu-printing.jpg"); }
  .cycle-slideshow.events .events-slide-1 {
    background-image: url("/assets/images/products/category-images/events/events-collection-header.jpg"); }
  .cycle-slideshow.events .events-slide-2 {
    background-image: url("/assets/images/products/category-images/events/events-collection-header-2.jpg"); }
  .cycle-slideshow.exhibition .exhibition-slide {
    background-image: url("/assets/images/products/category-images/exhibition/exhibition-collection-header-190117.jpg"); }

.button-overlay-wrapper a {
  position: absolute;
  display: inline-block; }

.cycle-pager {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -512px;
  position: absolute;
  width: 1024px;
  z-index: 1000;
  height: 25px; }
  .cycle-pager > * {
    cursor: pointer; }
  .cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    color: transparent;
    margin-right: 5px;
    background-color: #727272; }
    .cycle-pager span.cycle-pager-active {
      background-color: #ed2092; }
  .pdc-pod .cycle-pager {
    bottom: 35px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    width: 322px;
    left: auto; }
  .cycle-pager.whats-new {
    top: 400px;
    left: 862px;
    height: 25px;
    width: 70px;
    margin: 0; }

#paper-type-slider.less-height {
  padding-top: 20px; }
  #paper-type-slider.less-height .bc-paper-stock-type-tab {
    height: 247px; }

#paper-type-slider.extra-height {
  padding-top: 88px; }
  #paper-type-slider.extra-height .bc-paper-stock-type-tab {
    height: 315px; }

#paper-type-slider.full-slider .dotted-arrow-slider {
  width: 68px;
  height: 83px; }

#paper-type-slider.full-slider #slider-buttons a {
  width: 68px; }

#paper-type-slider.standard-paper-slider .dotted-arrow-slider,
#paper-type-slider.standard-paper-slider #slider-buttons a {
  width: 168px; }

#paper-type-slider.leaflets-flyers-paper-slider .dotted-arrow-slider {
  width: 68px;
  height: 83px; }

#paper-type-slider.leaflets-flyers-paper-slider #slider-buttons a {
  width: 67px; }

#paper-type-slider.roller-banners-paper-slider .dotted-arrow-slider,
#paper-type-slider.roller-banners-paper-slider #slider-buttons a, #paper-type-slider.sticker-paper-slider .dotted-arrow-slider,
#paper-type-slider.sticker-paper-slider #slider-buttons a {
  width: 145px; }

#paper-type-slider.table-talkers-slider .dotted-arrow-slider,
#paper-type-slider.table-talkers-slider #slider-buttons a {
  width: 205px; }

#paper-type-slider.postcard-paper-slider .dotted-arrow-slider {
  width: 68px;
  height: 83px; }

#paper-type-slider.postcard-paper-slider #slider-buttons a {
  width: 68px; }

#paper-type-slider.invitations-paper-slider .dotted-arrow-slider,
#paper-type-slider.invitations-paper-slider #slider-buttons a {
  width: 92px; }

#paper-type-slider.foiling-multipage-slider .dotted-arrow-slider,
#paper-type-slider.foiling-multipage-slider #slider-buttons a, #paper-type-slider.calendars-slider .dotted-arrow-slider,
#paper-type-slider.calendars-slider #slider-buttons a {
  width: 254px; }

#paper-type-slider.wedding-invitations-paper-slider .dotted-arrow-slider,
#paper-type-slider.wedding-invitations-paper-slider #slider-buttons a {
  width: 78px; }

#paper-type-slider.posters-slider .dotted-arrow-slider,
#paper-type-slider.posters-slider #slider-buttons a, #paper-type-slider.brochure-slider .dotted-arrow-slider,
#paper-type-slider.brochure-slider #slider-buttons a, #paper-type-slider.round-stickers-slider .dotted-arrow-slider,
#paper-type-slider.round-stickers-slider #slider-buttons a {
  width: 155px; }

#paper-type-slider.brochure-slider {
  padding-top: 147px; }
  #paper-type-slider.brochure-slider .bc-paper-stock-type-tab {
    height: 375px; }

#paper-type-slider.display-boards-slider .dotted-arrow-slider,
#paper-type-slider.display-boards-slider #slider-buttons a {
  width: 180px; }

#paper-type-slider.ssb-paper-slider .dotted-arrow-slider,
#paper-type-slider.ssb-paper-slider #slider-buttons a, #paper-type-slider.wedding-place-cards-slider .dotted-arrow-slider,
#paper-type-slider.wedding-place-cards-slider #slider-buttons a {
  width: 102px; }

#white-ink-slider.leaflets-flyers-white-ink-slider .wi-dotted-arrow-slider,
#white-ink-slider.leaflets-flyers-white-ink-slider #white-ink-slider-buttons a {
  width: 120px; }

.pdc-dialog {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .pdc-dialog *,
  .pdc-dialog :before,
  .pdc-dialog :after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  .pdc-dialog .ui-dialog-content {
    padding: 20px; }
  .pdc-dialog h3 {
    font-size: 18px;
    padding-bottom: 8px; }
  .pdc-dialog p {
    font-size: 13px; }
    .pdc-dialog p:last-child {
      padding: 0; }
  .pdc-dialog .button {
    font-size: 14px; }
  .pdc-dialog .dialog-close-button {
    cursor: pointer;
    position: relative;
    right: -10px;
    top: -10px;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-color: #2993b1; }
    .pdc-dialog .dialog-close-button:before, .pdc-dialog .dialog-close-button:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 12px;
      height: 15px;
      width: 1px;
      background: #ffffff; }
    .pdc-dialog .dialog-close-button:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .pdc-dialog .dialog-close-button:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .pdc-dialog .dialog-close-button:disabled {
      opacity: 0.4;
      pointer-events: none; }
  .pdc-dialog .ui-dialog-buttonpane {
    margin: 0; }
  .pdc-dialog .ui-button {
    padding: 0;
    margin-right: 15px; }
    .pdc-dialog .ui-button:last-child {
      margin-right: 0; }
    .pdc-dialog .ui-button.ui-state-hover .ui-button-text, .pdc-dialog .ui-button:nth-child(2) .ui-button-text {
      background: #ffffff;
      color: #2993b1 !important; }
    .pdc-dialog .ui-button:nth-child(2).ui-state-hover .ui-button-text {
      background: #2993b1;
      color: #ffffff !important; }
  .pdc-dialog .ui-button-text {
    background: #2993b1;
    border: 1px solid #2993b1;
    border-radius: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 10px;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out; }

.remove-basket-dialog {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px; }
  .remove-basket-dialog .dialog-close-button {
    position: absolute;
    top: 5px;
    right: 5px; }
  .remove-basket-dialog .image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    height: 125px;
    margin-right: 28px;
    border: 1px solid #ededed;
    background-color: #ededed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .remove-basket-dialog .dialog-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px; }
  .remove-basket-dialog .ui-dialog-content {
    padding-bottom: 20px; }

.disclaimer {
  overflow: hidden;
  position: relative;
  padding: 20px 50px 20px 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  text-align: left; }
  .disclaimer--collapsed .disclaimer__chevron {
    right: 24px;
    top: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .disclaimer--collapsed .disclaimer__content {
    overflow: hidden; }
  .disclaimer__content {
    position: relative; }
    .disclaimer__content p {
      text-align: left !important; }
  .disclaimer__chevron {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transition-property: top, right, -webkit-transform;
    transition-property: top, right, -webkit-transform;
    transition-property: transform, top, right;
    transition-property: transform, top, right, -webkit-transform; }
    .disclaimer__chevron:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      width: 18px;
      height: 18px;
      border: solid #ed2092;
      border-width: 0 2px 2px 0; }

/*
  <div class="form-input">
    <label></label>
    <input />
  </div>
*/
.form-input {
  margin-bottom: 15px;
  /*
    <div class="form-input custom-checkbox">
        <label>
            <input type="checkbox" />
            <span class="faux-input"></span>
            <span>Text here</span>
        </label>
    </div>
  */
  /*
  <div class="form-input multiple-fields">
      <label></label>
      <div class="fields-container">
          <input />
          <span class="separator">/</span>
          <input />
      </div>
  </div>
  */
  /*
  <div class="form-input inline-with-button">
      <label for="name-here">Quantity</label>
      <input type="text" id="name-here" name="name-here">
      <button class="button">Confirm</button>
  </div>
  */
  /*
  <div class="form-input">
      <label></label>
      <div class="input-with-button">
          <input />
          <button class="button blue button-soft">Find</button>
      </div>
  </div>
   */ }
  .form-input label {
    display: block;
    font-size: 13px;
    padding: 0 0 2px 0; }
  .form-input .helper-text {
    font-size: 11px;
    display: block;
    font-style: italic; }
  .form-input.inline {
    margin-bottom: 0; }
    .form-input.inline label {
      display: inline-block; }
  .form-input.custom-checkbox label, .form-input.custom-radio label {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .form-input.custom-checkbox input:checked + .faux-input, .form-input.custom-radio input:checked + .faux-input {
    background: #2993b1; }
  .form-input.custom-checkbox .faux-input, .form-input.custom-radio .faux-input {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border: 1px solid #727272;
    padding: 8px;
    margin-right: 10px; }
  .form-input.custom-checkbox [type="checkbox"] {
    display: none; }
    .form-input.custom-checkbox [type="checkbox"]:checked + .faux-input:before, .form-input.custom-checkbox [type="checkbox"]:checked + .faux-input:after {
      content: '';
      position: absolute;
      width: 1px;
      background: #ffffff; }
    .form-input.custom-checkbox [type="checkbox"]:checked + .faux-input:before {
      height: 4px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 7px;
      left: 5px; }
    .form-input.custom-checkbox [type="checkbox"]:checked + .faux-input:after {
      height: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 4px;
      left: 9px; }
  .form-input.custom-radio [type="radio"] {
    display: none; }
  .form-input.custom-radio input:checked + .faux-input {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff; }
  .form-input.custom-radio .faux-input {
    border-radius: 50%; }
  .form-input.multiple-fields .fields-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-input.multiple-fields .fields-container .separator {
      margin: 0 10px;
      font-size: 20px; }
  .form-input.inline-with-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
    .form-input.inline-with-button label {
      margin-right: 10px; }
    .form-input.inline-with-button .button {
      padding: 6px 10px;
      font-size: 13px;
      margin-left: 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
  .form-input .input-with-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .form-input .input-with-button .button {
      padding: 6px 10px;
      font-size: 13px;
      margin-left: 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
  .form-input.no-label {
    margin-top: 24px; }
    .form-input.no-label[class*="custom-"] {
      margin-top: 31px; }
  .form-input [type="text"],
  .form-input [type="password"],
  .form-input [type="date"],
  .form-input [type="datetime"],
  .form-input [type="datetime-local"],
  .form-input [type="month"],
  .form-input [type="week"],
  .form-input [type="email"],
  .form-input [type="number"],
  .form-input [type="search"],
  .form-input [type="tel"],
  .form-input [type="time"],
  .form-input [type="url"],
  .form-input [type="color"],
  .form-input textarea,
  .form-input select {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #444444;
    font-size: 13px;
    font-family: inherit;
    margin: 0;
    width: 100%;
    padding: 5px;
    height: 33px; }
    .form-input [type="text"]:disabled, .form-input [type="text"].disabled,
    .form-input [type="password"]:disabled,
    .form-input [type="password"].disabled,
    .form-input [type="date"]:disabled,
    .form-input [type="date"].disabled,
    .form-input [type="datetime"]:disabled,
    .form-input [type="datetime"].disabled,
    .form-input [type="datetime-local"]:disabled,
    .form-input [type="datetime-local"].disabled,
    .form-input [type="month"]:disabled,
    .form-input [type="month"].disabled,
    .form-input [type="week"]:disabled,
    .form-input [type="week"].disabled,
    .form-input [type="email"]:disabled,
    .form-input [type="email"].disabled,
    .form-input [type="number"]:disabled,
    .form-input [type="number"].disabled,
    .form-input [type="search"]:disabled,
    .form-input [type="search"].disabled,
    .form-input [type="tel"]:disabled,
    .form-input [type="tel"].disabled,
    .form-input [type="time"]:disabled,
    .form-input [type="time"].disabled,
    .form-input [type="url"]:disabled,
    .form-input [type="url"].disabled,
    .form-input [type="color"]:disabled,
    .form-input [type="color"].disabled,
    .form-input textarea:disabled,
    .form-input textarea.disabled,
    .form-input select:disabled,
    .form-input select.disabled {
      opacity: 0.4; }
    .form-input [type="text"][readonly],
    .form-input [type="password"][readonly],
    .form-input [type="date"][readonly],
    .form-input [type="datetime"][readonly],
    .form-input [type="datetime-local"][readonly],
    .form-input [type="month"][readonly],
    .form-input [type="week"][readonly],
    .form-input [type="email"][readonly],
    .form-input [type="number"][readonly],
    .form-input [type="search"][readonly],
    .form-input [type="tel"][readonly],
    .form-input [type="time"][readonly],
    .form-input [type="url"][readonly],
    .form-input [type="color"][readonly],
    .form-input textarea[readonly],
    .form-input select[readonly] {
      background: #f5f5f5; }
  .form-input [type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form-input select {
    background: #f8f8f8; }
  .form-input textarea {
    height: auto;
    resize: vertical; }
  .form-input .js-form-error {
    border: 2px red solid !important; }
  .form-input.error-with-icon .has-error {
    border: 1px #ed5565 solid !important;
    padding-right: 25px;
    background: url("/assets/images/icons/svg/input-error.svg") right 5px center no-repeat; }

/*
<div class="custom-inline-group">
  [ checkboxes/radio buttons]
</div>
*/
.custom-inline-group {
  margin-bottom: 15px; }
  .custom-inline-group > label {
    display: block;
    font-size: 13px;
    padding: 0 0 8px 0; }
  .custom-inline-group [class*="custom-"]:not(:last-child) {
    margin-right: 30px; }
  .custom-inline-group .form-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.user-password-label {
  vertical-align: top; }
  #pdc-login-wrapper table .user-password-label,
  #tab-my-logins-edit .user-password-label {
    display: none; }

.container-user-password {
  display: inline-block;
  position: relative;
  width: 252px; }
  #order-wizard .container-user-password {
    width: 267px; }
  .container-user-password input {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .container-user-password .password-strength-meter {
    position: relative;
    display: none; }
    .container-user-password .password-strength-meter .password-score {
      width: 100%;
      height: 4px;
      background: #cccccc; }
      .container-user-password .password-strength-meter .password-score.password-score-0:after, .container-user-password .password-strength-meter .password-score.password-score-1:after, .container-user-password .password-strength-meter .password-score.password-score-2:after, .container-user-password .password-strength-meter .password-score.password-score-3:after, .container-user-password .password-strength-meter .password-score.password-score-4:after {
        content: '';
        display: block;
        height: 100%;
        -webkit-transition: width 0.5s, background-color 0.5s;
        transition: width 0.5s, background-color 0.5s; }
      .container-user-password .password-strength-meter .password-score.password-score-0:after {
        width: 0%;
        background-color: #cccccc; }
      .container-user-password .password-strength-meter .password-score.password-score-1:after {
        width: 25%;
        background-color: #D0021B; }
      .container-user-password .password-strength-meter .password-score.password-score-2:after {
        width: 50%;
        background-color: #F5A623; }
      .container-user-password .password-strength-meter .password-score.password-score-3:after {
        width: 75%;
        background-color: #139E5D; }
      .container-user-password .password-strength-meter .password-score.password-score-4:after {
        width: 100%;
        background-color: #139E5D; }
    .container-user-password .password-strength-meter .password-validation-error {
      font-size: 12px;
      color: #D0021B;
      text-align: left;
      margin: 10px 0 0 0; }
    .container-user-password .password-strength-meter .password-score-container {
      position: relative; }
    .container-user-password .password-strength-meter .password-score-text {
      position: absolute;
      top: -2px;
      right: 0;
      margin: 0;
      color: #D0021B;
      font-size: 12px;
      text-align: right;
      font-weight: bold;
      -webkit-transition: top 0.5s;
      transition: top 0.5s; }
      .container-user-password .password-strength-meter .password-score-text.validation-closed {
        top: -20px; }
      .container-user-password .password-strength-meter .password-score-text.password-score-2 {
        color: #F5A623; }
      .container-user-password .password-strength-meter .password-score-text.password-score-3, .container-user-password .password-strength-meter .password-score-text.password-score-4 {
        color: #139E5D; }
    .container-user-password .password-strength-meter .password-policy li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 15px;
      font-size: 12px;
      text-align: left; }
      .container-user-password .password-strength-meter .password-policy li:before {
        display: block;
        position: absolute;
        top: -3px;
        left: 0;
        content: "✓";
        height: 20px;
        width: 20px;
        color: white;
        background: rgba(204, 204, 204, 0.7);
        border-radius: 100%;
        font-size: 12px;
        text-align: center;
        line-height: 20px; }
      .container-user-password .password-strength-meter .password-policy li.policy-valid:before {
        background: #139E5D; }

.email-suggestions {
  float: right;
  width: 267px;
  margin-top: 8px;
  margin-right: 5px;
  font-size: 13px;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word; }
  .email-suggestions a {
    cursor: pointer; }

/*
<div class="switch-radio-button">

      <input type="radio" id="switch_left" name="switch-radio-button" value="yes" checked/>
      <label for="switch_left">Yes</label>
      <input type="radio" id="switch_right" name="switch-radio-button" value="no" />
      <label for="switch_right">No</label>
    </div>
 */
.switch-radio-buttons {
  overflow: hidden; }
  .switch-radio-buttons input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden; }
    .switch-radio-buttons input:checked + label {
      color: white;
      background-color: #ed2092;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .switch-radio-buttons label {
    float: left;
    display: inline-block;
    width: 40px;
    text-align: center;
    text-shadow: none;
    padding: 6px 10px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .switch-radio-buttons label:hover {
      cursor: pointer; }
    .switch-radio-buttons label:first-of-type {
      text-align: right;
      border-radius: 20px 0 0 20px; }
    .switch-radio-buttons label:last-of-type {
      text-align: left;
      border-radius: 0 20px 20px 0; }

/*
 <div class="switch-check-button">
      <input id="vat" type="checkbox">
      <label for="vat">
          <div class="switch-check-button__switch">
              <div class="switch-check-button__text">
                  <span>Exclude VAT</span>
                  <span>Include VAT</span>
              </div>
          </div>
      </label>
  </div>
 */
.switch-check-button {
  position: relative; }
  .switch-check-button input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .switch-check-button input:checked ~ label .switch-check-button__switch {
      background: #87a99f; }
      .switch-check-button input:checked ~ label .switch-check-button__switch:after {
        -webkit-transform: translate3d(35px, 0, 0);
        transform: translate3d(35px, 0, 0);
        content: ""; }
      .switch-check-button input:checked ~ label .switch-check-button__switch .switch-check-button__text {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
  .switch-check-button label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .switch-check-button label .switch-check-button__switch {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      height: 21px;
      color: white;
      background: #777777;
      border-radius: 60px;
      cursor: pointer;
      -webkit-transition: background-color 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: background-color 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
      .switch-check-button label .switch-check-button__switch:after {
        position: absolute;
        top: -3px;
        left: 0;
        height: 27px;
        width: 27px;
        border: 1px solid #ddd;
        border-radius: 100%;
        text-align: center;
        background: white;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        content: "";
        z-index: 5;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17); }
    .switch-check-button label .switch-check-button__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 200%;
      padding: 0 10px;
      font-size: 10px;
      line-height: 21px;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
  .switch-check-button--large input:checked ~ label .switch-check-button__switch:after {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    content: ""; }
  .switch-check-button--large label .switch-check-button__switch {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 27px; }
    .switch-check-button--large label .switch-check-button__switch:after {
      height: 32px;
      width: 32px; }
  .switch-check-button--large label .switch-check-button__text {
    padding: 0 15px;
    font-size: 14px;
    line-height: 27px; }

.gradient-section {
  position: relative;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8) 20%, rgba(245, 249, 248, 0.8) 20%, rgba(245, 249, 248, 0.8) 21%, rgba(255, 255, 255, 0.8) 21%, rgba(255, 255, 255, 0.8) 23%, rgba(239, 242, 241, 0.8) 23%, rgba(239, 242, 241, 0.8) 25%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 27%, rgba(223, 229, 227, 0.8) 27%, rgba(223, 229, 227, 0.8) 30%, rgba(201, 214, 205, 0.8) 30%, rgba(201, 214, 205, 0.8) 37%, rgba(176, 197, 190, 0.8) 37%, rgba(176, 197, 190, 0.8) 50%, rgba(142, 174, 159, 0.8) 50%, rgba(159, 185, 176, 0.8) 101%, rgba(159, 185, 176, 0.8) 100%); }
  .gradient-section__content {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .gradient-section__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60%;
    padding: 0 0 0 70px;
    text-align: right; }
    .gradient-section__image img {
      display: block;
      max-width: 100%; }
  .gradient-section__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 40%;
    padding-left: 80px;
    text-align: left; }
  .gradient-section__shapes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 125px;
    -webkit-transform: translateY(100%) skew(-30deg);
    transform: translateY(100%) skew(-30deg); }
    .gradient-section__shapes-sm {
      background: #EEF2F1;
      height: 100px;
      width: 10px;
      margin-right: 10px; }
    .gradient-section__shapes-lg {
      height: 140px;
      width: 55px;
      background: #D2DEDA; }

.mobile-mode .gradient-section {
  padding: 0; }
  .mobile-mode .gradient-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px; }
  .mobile-mode .gradient-section__image, .mobile-mode .gradient-section__text {
    width: 100%; }
  .mobile-mode .gradient-section__image {
    margin-bottom: 20px;
    padding: 0; }
  .mobile-mode .gradient-section__shapes {
    display: none; }
  .mobile-mode .gradient-section__text {
    padding: 0;
    text-align: center; }

/*
// Hero image with text
<div class="hero-image">
  <div class="hero-image__content">
    <div class="hero-image__text">

    </div>
  </div>
</div>

// Hero image with overlay
<div class="hero-image">
  <div class="hero-image__content">
    <div class="hero-image__overlay">

    </div>
  </div>
</div>

// Hero image in carousel if you're feeling cheeky.
// Uses Swiper so make sure you initialise it!
// See /app/src/public/assets/js/src/pdc/pages/hubs/wedding/wedding-print-boutique.js for an example of how to use it
<div class="swiper-container js-hero-swiper">
  <div class="swiper-wrapper">
    <div class="swiper-slide hero-image" style="background-image: url(/assets/images/hubs/wedding/wedding-print-boutique/wedding-print-boutique-header-1.jpg);"></div>
    <div class="swiper-slide hero-image" style="background-image: url(/assets/images/hubs/wedding/wedding-print-boutique/wedding-print-boutique-header-2.jpg);"></div>
    <div class="swiper-slide hero-image" style="background-image: url(/assets/images/hubs/wedding/wedding-print-boutique/wedding-print-boutique-header-3.jpg);"></div>
    <div class="swiper-slide hero-image" style="background-image: url(/assets/images/hubs/wedding/wedding-print-boutique/wedding-print-boutique-header-4.jpg);"></div>
  </div>

  <div class="swiper-pagination js-swiper-hero-pagination"></div>
</div>
*/
.hero-image {
  background: center/cover no-repeat #f5f5f5;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .hero-image__content {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    height: 100%; }
  .hero-image__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%; }
    .hero-image__text--center {
      text-align: center; }
    .hero-image__text p {
      font-size: 13px; }
  .hero-image__overlay {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 330px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .hero-image--business-cards {
    height: 300px;
    background-image: url(/assets/images/products/business-cards/header-images/business-cards-header-190219.jpg); }
    .hero-image--business-cards .hero-image__text {
      width: 300px;
      margin-left: auto; }
  .hero-image--christmas-print-collection {
    height: 270px;
    background-image: url(/assets/images/collections/christmas/christmas-header-191024.jpg); }
    .hero-image--christmas-print-collection .hero-image__text {
      width: 465px; }

.icon-arrow {
  position: relative;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle; }
  .icon-arrow:before {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #727272; }
  .icon-arrow:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #ffffff; }
  .icon-arrow.small {
    margin-top: -2px;
    width: 10px;
    height: 10px; }
    .icon-arrow.small:before {
      border-radius: 50%;
      height: 10px;
      width: 10px;
      background-color: #ed2092; }
    .icon-arrow.small:after {
      left: 3px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-bottom: 4px solid #ffffff; }

.icon-long-arrow {
  position: relative;
  padding: 0;
  width: 18px;
  height: 1px;
  display: inline-block;
  margin-top: -3px;
  margin-right: 3px;
  background: currentColor;
  vertical-align: middle;
  border-radius: 2px; }
  .icon-long-arrow:before, .icon-long-arrow:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 10px;
    background: currentColor;
    border-radius: 2px; }
  .icon-long-arrow:before {
    top: -3px;
    right: -1px;
    background: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-long-arrow:after {
    right: -1px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .icon-long-arrow--left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .icon-long-arrow--2px {
    height: 2px; }
    .icon-long-arrow--2px:before, .icon-long-arrow--2px:after {
      height: 2px; }

.icon-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #4B90E2;
  border-radius: 100%;
  margin-right: 5px;
  font-size: 11px;
  line-height: 12px;
  color: #4B90E2;
  text-align: center;
  vertical-align: baseline; }
  .icon-circle .fa {
    float: none;
    line-height: 1.2;
    margin: 0; }
  .icon-circle--alt {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e0e0e0;
    color: #ed2092;
    background: white;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    text-transform: lowercase; }

.icon-circle-cross {
  position: relative;
  display: inline-block;
  top: 2px;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  background-color: #ed2092; }
  .icon-circle-cross:before, .icon-circle-cross:after {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 7px;
    width: 1px;
    left: 6px;
    top: 3px; }
  .icon-circle-cross:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-circle-cross:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.icon-circle-tick {
  position: absolute;
  left: 35px;
  top: 7px;
  display: inline-block;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background-color: #ffffff; }
  .icon-circle-tick:before, .icon-circle-tick:after {
    content: '';
    position: absolute;
    background: #dadada;
    width: 1px;
    top: 0; }
  .icon-circle-tick:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 5px;
    left: 5px;
    top: 7px; }
  .icon-circle-tick:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 8px;
    left: 9px;
    top: 4px; }
  .icon-circle-tick.relative {
    position: relative;
    left: 0;
    top: 0; }
  .icon-circle-tick.large:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 2px;
    height: 6px;
    left: 4px;
    top: 6px; }
  .icon-circle-tick.large:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2px;
    height: 10px;
    left: 8px;
    top: 3px; }
  .icon-circle-tick.pink {
    background: #ed2092; }
    .icon-circle-tick.pink:before, .icon-circle-tick.pink:after {
      background: white; }

.icon-circle-exclamation-mark {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background-color: #ed2092; }
  .icon-circle-exclamation-mark:before {
    content: '!';
    position: absolute;
    color: #ffffff;
    left: 6px; }

.icon-circle-info {
  position: relative;
  display: inline-block;
  margin: 0 0 -1px 5px;
  font-size: 13px;
  line-height: 18px;
  font-family: Arial, sans-serif;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  border: 1px solid #ed2092; }
  .icon-circle-info:before {
    content: 'i';
    position: absolute;
    left: 6px;
    color: #ed2092;
    font-weight: bold; }

.pdc-loading-spinner {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("/assets/images/icons/pdc-loading-spinner.gif") center/contain no-repeat; }
  .pdc-loading-spinner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .pdc-loading-spinner--small {
    width: 30px;
    height: 30px; }
  .pdc-loading-spinner--large {
    width: 90px;
    height: 90px; }
    .pdc-loading-spinner--large--inline {
      height: 90px; }

/* Merchandising pods */
.merchandising-pods {
  padding: 30px 0;
  position: relative; }
  .merchandising-pods:before, .merchandising-pods:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1024px;
    background: #e0e0e0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
  .merchandising-pods:after {
    top: 100%; }
  .merchandising-pods .pdc-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .merchandising-pods .pdc-column:nth-child(2) {
      border-left: 2px solid #e0e0e0;
      border-right: 2px solid #e0e0e0; }
  .merchandising-pods .merchandising-image {
    margin-right: 15px; }
  .merchandising-pods .merchandising-text a {
    font-size: 13px; }

.notifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
  margin: 20px 0 5px 0;
  font-size: 13px;
  font-weight: bold;
  background: white;
  border: 1px solid #2993b1;
  border-radius: 5px; }
  .notifications + .notifications {
    margin-top: 5px; }
  .notifications [class^="icon-"] {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .notifications .pdc-tooltip {
    font-weight: normal; }

.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  background: #E4ECEF;
  overflow: hidden; }
  .offer ul,
  .offer ol {
    margin: 0;
    padding: 0 0 10px 17px;
    font-size: 13px; }
  .offer li {
    margin: 0; }
  .offer ul li {
    list-style: disc; }
  .offer ol li {
    list-style: decimal; }
  .offer:not(:last-child) {
    margin-bottom: 12px; }
  .offer__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    background: #e4ecef; }
    .offer__thumbnail-image {
      max-width: 100%; }
      .offer__thumbnail-image-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 60%;
        margin: 26px 23px 0 0;
        z-index: 1; }
    .offer__thumbnail-background {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      border-top: 1000px solid #C1CAD1;
      border-right: 250px solid transparent; }
  .offer__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 60%;
    padding: 20px;
    text-align: left; }
    .offer__info-description p {
      padding-bottom: 10px; }
    .offer__info-end-date {
      font-weight: bold; }
  .offer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    padding: 20px; }
  .offer__code-or-link {
    width: 100%;
    margin: 20px 0 30px;
    text-align: center; }
  .offer__code {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #ed2092;
    color: #ed2092;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px; }
  .offer__button {
    text-transform: inherit !important; }
  .offer__terms {
    text-align: left;
    font-size: 10px; }
    .offer__terms-button {
      display: block;
      margin-bottom: 10px;
      text-align: center; }
      .offer__terms-button--active .fa-chevron-down {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .offer__terms-button .fa-chevron-down {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .offer__terms-text {
      display: none;
      padding: 0;
      width: 164px; }
      .offer__terms-text * {
        font-size: inherit !important; }

.mobile-mode .offer {
  padding: 20px; }
  .mobile-mode .offer__thumbnail {
    display: none; }
  .mobile-mode .offer__info, .mobile-mode .offer__actions {
    width: 100%;
    padding: 0; }
  .mobile-mode .offer__code-or-link {
    margin: 10px 0; }
  .mobile-mode .offer__terms-button {
    text-align: left; }
  .mobile-mode .offer__terms-text {
    width: auto; }

.nav-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .nav-overlay--active {
    opacity: 1;
    visibility: visible; }

.box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .3;
  z-index: 100; }
  .box-overlay--white {
    background-color: white;
    opacity: .8; }

.pagination-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pagination-widget__button {
    padding: 5px 20px;
    margin-top: -4px;
    border: none;
    background: none;
    color: #666666;
    font-size: 30px;
    cursor: pointer; }
    .pagination-widget__button:disabled {
      opacity: 0.5; }
    .pagination-widget__button:focus {
      outline: 0; }
  .pagination-widget__number {
    padding: 5px;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none; }
    .pagination-widget__number--current-page {
      color: #ed2092; }

.pagination-button-previous,
.pagination-button-next {
  position: absolute;
  border: none;
  color: #666666;
  top: 50%;
  background: none;
  font-size: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .pagination-button-previous:disabled,
  .pagination-button-next:disabled {
    opacity: 0.5; }
  .pagination-button-previous:focus,
  .pagination-button-next:focus {
    outline: 0; }

.pagination-button-previous {
  left: -25px; }

.pagination-button-next {
  right: -25px; }

/*
<div class="block-pod">
  <div class="block-pod-heading">
    <img />
    <h4>
    <div class="buttons-container">
      <a class="pdc-button">Download</a>
      <a class="pdc-button">Download</a>
    </div>
  <div>
  <p></p>
</div>
*/
.block-pod {
  background: #ffffff;
  padding: 18px;
  height: 100%; }
  .block-pod.large {
    padding: 30px; }
  .block-pod > section:not(:last-of-type) {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 5px; }
  .block-pod .block-pod-heading {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .block-pod .block-pod-heading img, .block-pod .block-pod-heading h4 {
      vertical-align: middle; }
    .block-pod .block-pod-heading img {
      vertical-align: middle;
      margin-right: 8px; }
    .block-pod .block-pod-heading h4 {
      display: inline-block;
      padding: 0; }
  .block-pod .buttons-container {
    margin-left: auto; }
    .block-pod .buttons-container.long-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 20px; }
      .block-pod .buttons-container.long-buttons .pdc-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 48%;
        text-align: center; }
    .block-pod .buttons-container .pdc-button {
      padding: 3px 15px;
      font-weight: normal; }
      .block-pod .buttons-container .pdc-button:not(:first-child) {
        margin-left: 20px; }

.bundle-savings {
  position: relative;
  margin-top: 20px; }
  .bundle-savings .cancel-bundle-link {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: bold; }
  .bundle-savings .product-pod .product-pod-img {
    background-color: #b1b0b1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .bundle-savings .product-pod .product-pod-img img {
      width: 100%; }
      .bundle-savings .product-pod .product-pod-img img.added {
        opacity: 0.5; }
  .bundle-savings .product-pod .product-pod-text,
  .bundle-savings .product-pod .btn-group {
    padding-left: 0;
    padding-right: 0; }
  .bundle-savings .product-pod .product-pod-text p {
    font-size: 13px; }
  .bundle-savings .product-pod .button {
    width: 100%;
    text-align: center; }
    .bundle-savings .product-pod .button .icon-circle-tick {
      vertical-align: top;
      margin-right: 10px;
      position: relative;
      top: 0;
      left: 0; }

.product-pod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  background: #ffffff; }
  .product-pod--with-button-overlay:hover h4 {
    text-decoration: underline; }
  .product-pod > a, .product-pod .image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative; }
  .product-pod img {
    display: block;
    max-width: 100%; }
  .product-pod .multiple-products-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
    position: relative; }
  .product-pod .multiple-products {
    background: #ffffff;
    height: 38px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 20px 0;
    display: none; }
    .product-pod .multiple-products.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .product-pod .multiple-products a {
      background: none repeat scroll 0 0 #00A8B0;
      border-radius: 5px 5px 5px 5px;
      color: #ffffff;
      display: block;
      font-size: 12px;
      line-height: 30px;
      padding: 0 20px;
      text-align: center;
      width: 50%; }
      .product-pod .multiple-products a:not(:last-child) {
        margin-right: 20px; }
  .product-pod__button-overlay {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    padding: 0 30px;
    width: 100%; }
    .product-pod__button-overlay--active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .product-pod__button-overlay .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 46%; }
  .product-pod .product-pod-text {
    padding: 18px;
    font-size: 13px;
    background: #ffffff; }
    .product-pod .product-pod-text.no-desc h2 {
      padding: 0; }
    .product-pod .product-pod-text ul {
      margin-left: 18px; }
      .product-pod .product-pod-text ul li {
        line-height: 18px;
        list-style-type: disc; }
    .product-pod .product-pod-text h2 {
      font-size: 20px; }
  .product-pod .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    padding: 0 18px 18px 18px; }
    .product-pod .btn-group .find-out-more {
      font-size: 15px; }
  .product-pod .dpp_button,
  .product-pod .pdc-button {
    font-size: 14px; }
  .product-pod .pdc-round-starburst {
    left: 0;
    top: 0; }
    .product-pod .pdc-round-starburst.indent {
      left: 10px;
      top: 10px; }
  .product-pod.alt {
    background: transparent; }
    .product-pod.alt .product-pod-text {
      background: transparent;
      padding: 10px;
      text-align: center; }
      .product-pod.alt .product-pod-text.text-left {
        text-align: left; }

.product-pod-extra-info {
  background: #ffffff;
  padding: 18px;
  height: 100%; }
  .product-pod-extra-info section {
    padding: 15px 0;
    border-top: 1px solid #e0e0e0; }
    .product-pod-extra-info section.delivery h4 {
      background: url("/assets/images/icons/icon-delivery-blue.png") top left no-repeat; }
    .product-pod-extra-info section.artwork h4 {
      line-height: 28px;
      background: url("/assets/images/icons/icon-artwork-2.png") top left no-repeat; }
    .product-pod-extra-info section h4 {
      padding-left: 35px; }
    .product-pod-extra-info section .pdc-button {
      padding: 3px 15px; }

.dynamic-stars {
  background: url(/images/products/landing/star-ratings-small.gif) no-repeat 0 -65px;
  padding: 0 0 0 65px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold; }
  .dynamic-stars.stars-5 {
    background-position: 0 -65px; }
  .dynamic-stars.stars-4 {
    background-position: 0 -52px; }
  .dynamic-stars.stars-3 {
    background-position: 0 -39px; }
  .dynamic-stars.stars-2 {
    background-position: 0 -26px; }
  .dynamic-stars.stars-1 {
    background-position: 0 -13px; }

/* Rewards programme */
.rewards-programme-block {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
  position: relative; }
  .rewards-programme-block .heart {
    position: absolute;
    width: 30px; }
  .rewards-programme-block > h2 {
    padding: 3px 0 15px 40px; }
  .rewards-programme-block > h3 {
    margin-bottom: 8px; }
  .rewards-programme-block > a {
    font-size: 12px; }

/* Footer */
.sitemap {
  clear: both; }
  .sitemap h3 {
    color: #666666;
    font-size: 1.4em !important;
    margin: 0 28px 0 0;
    padding: 0 0 15px !important; }
  .sitemap.dpp-pods {
    clear: both;
    float: none;
    width: auto;
    min-height: 20px;
    margin: 15px 0 0;
    padding: 14px;
    text-align: left; }
    .sitemap.dpp-pods h3 {
      margin: 0 28px 0 0;
      padding: 0 0 15px !important;
      font-size: 1.4em !important;
      color: #666; }
    .sitemap.dpp-pods .group7 h3 {
      margin: 0 0 0 0; }
  .sitemap .list {
    float: left;
    margin-left: 5px;
    color: #666; }
    .sitemap .list a {
      color: #666;
      text-decoration: none;
      font-size: 11px; }
    .sitemap .list ul {
      float: left;
      width: 110px;
      margin-right: 10px;
      font-size: 1.1em; }
    .sitemap .list li {
      padding: 0 0 3px; }
    .sitemap .list.group1 {
      margin-left: 0; }

.page.product-list-wrapper + .sitemap-wrapper .sitemap {
  width: 995px; }

/*
<div class="pdc-round-starburst">
    <span class="starburst-text price">From<br /><span class="starburst-price">&pound;12.80</span></span>
</div>
 */
.pdc-round-starburst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2993b1;
  border-radius: 50%;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  height: 108px;
  width: 108px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1; }
  .pdc-round-starburst.size-80 {
    height: 80px;
    width: 80px; }
  .pdc-round-starburst.size-90 {
    height: 90px;
    width: 90px; }
  .pdc-round-starburst.pink {
    background: #ed2092;
    color: #ffffff; }
  .pdc-round-starburst.p-t-r-5 {
    top: 5px;
    right: 5px;
    left: auto;
    bottom: auto; }
  .pdc-round-starburst.p-t-r-2 {
    top: 2px;
    right: 2px;
    left: auto;
    bottom: auto; }
  .pdc-round-starburst .starburst-text {
    font-size: 15px;
    text-align: center; }
    .pdc-round-starburst .starburst-text.price {
      line-height: 1; }
  .pdc-round-starburst .starburst-price {
    display: block;
    font-size: 22px;
    padding-top: 6px;
    text-align: center; }

.tabbed-carousel--green {
  background: #e6edeb; }
  .tabbed-carousel--green .tabbed-carousel__tabs-button {
    background: #c0d2cd; }
    .tabbed-carousel--green .tabbed-carousel__tabs-button:focus, .tabbed-carousel--green .tabbed-carousel__tabs-button:hover, .tabbed-carousel--green .tabbed-carousel__tabs-button--active {
      outline: 0;
      background: #e6edeb; }

.tabbed-carousel__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: -41px;
  overflow: hidden; }
  .tabbed-carousel__tabs-button {
    width: 280px;
    padding: 10px 0;
    border: 0;
    background: #e2e2e2;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2222;
    color: #444444;
    -webkit-appearance: none;
    cursor: pointer; }
    .tabbed-carousel__tabs-button:not(:last-child) {
      margin-right: 12px; }
    .tabbed-carousel__tabs-button:focus, .tabbed-carousel__tabs-button:hover, .tabbed-carousel__tabs-button--active {
      outline: 0;
      background: #f5f5f5; }
    .tabbed-carousel__tabs-button--active .tabbed-carousel__tabs-button-text:after {
      bottom: -5px; }
    .tabbed-carousel__tabs-button-text {
      position: relative; }
      .tabbed-carousel__tabs-button-text:after {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ed2092;
        -webkit-transition: bottom 0.2s ease-in-out;
        transition: bottom 0.2s ease-in-out; }

.tabbed-carousel__carousels {
  padding: 20px 0;
  text-align: center; }
  .tabbed-carousel__carousels-title {
    padding-bottom: 20px !important;
    margin: 0 auto; }
  .tabbed-carousel__carousels-button {
    margin-top: 20px; }
  .tabbed-carousel__carousels-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #444444; }
    .tabbed-carousel__carousels-slide img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-bottom: 10px; }

.tabbed-carousel .swiper-arrow-buttons--previous {
  left: 30px; }

.tabbed-carousel .swiper-arrow-buttons--next {
  right: 30px; }

.mobile-mode .tabbed-carousel__tabs-button {
  font-size: 14px; }

.faux-tabs .tabs-nav {
  background: none;
  border: 0 none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 -2px; }
  .faux-tabs .tabs-nav li {
    background: #dddddd;
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 2px;
    font-weight: bold;
    border: 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap; }
    .faux-tabs .tabs-nav li.active {
      background: #fff; }
      .faux-tabs .tabs-nav li.active a {
        color: #ed2092; }
    .faux-tabs .tabs-nav li a {
      display: block;
      padding: 11px;
      text-align: center;
      color: #888;
      font-size: 1.2em; }

.faux-tabs .tab-content {
  padding: 20px;
  margin-bottom: 10px;
  background: #fff; }

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  .tab__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    height: 55px;
    padding: 0 40px;
    border-bottom: 1px solid #dadada; }
    .tab__buttons button {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin-bottom: -1px;
      padding: 15px 8px;
      color: #9c9c9c;
      background: #f5f5f5;
      border: 1px solid #dadada;
      font-family: inherit;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      cursor: pointer;
      outline: 0;
      z-index: 1; }
      .tab__buttons button.active {
        color: inherit;
        background: #fff;
        border-bottom-color: white;
        font-weight: bold;
        z-index: 3; }
      .tab__buttons button + button {
        margin-left: 10px; }
  .tab__content {
    height: calc(100% - 55px);
    padding: 35px 0;
    overflow: hidden;
    z-index: 2; }
    .tab__content > div {
      display: none;
      height: 100%; }
      .tab__content > div.active {
        display: block; }
    .tab__content--side-padding {
      padding-left: 40px;
      padding-right: 40px; }
    .tab__content--scroll {
      overflow: hidden;
      overflow-y: auto; }
    .tab__content--without-tabs {
      margin-top: 55px; }
    .js-multi-part-artwork-requirements .tab__content--without-tabs {
      margin-top: 0; }

.pdc-tooltip-container {
  position: relative;
  font-size: 13px; }
  .pdc-tooltip-container:hover .pdc-tooltip {
    top: 25px;
    opacity: 1;
    visibility: visible; }
  .pdc-tooltip-container.info-tooltip {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: #dadada; }
    .pdc-tooltip-container.info-tooltip:before {
      content: 'i';
      position: absolute;
      top: 1px;
      left: 6px;
      color: #ffffff;
      font-weight: bold; }

.pdc-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 9px;
  z-index: 1;
  padding: 15px;
  width: 200px;
  background: #ffffff;
  border: 1px solid #dadada;
  font-weight: normal;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }
  .pdc-tooltip.below:before, .pdc-tooltip.below:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .pdc-tooltip.below:before {
    border-bottom-color: #dadada;
    border-width: 10px;
    margin-left: -10px; }
  .pdc-tooltip.below:after {
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px; }
  .pdc-tooltip.large {
    width: 350px; }

.tooltip-info {
  position: relative;
  vertical-align: text-top;
  cursor: pointer; }
  .tooltip-info--text {
    position: absolute;
    top: 32px;
    left: 50%;
    width: 280px;
    padding: 30px 40px;
    background: white;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    -webkit-box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
    z-index: 10; }
    .tooltip-info--text:before, .tooltip-info--text:after {
      position: absolute;
      display: block;
      content: ""; }
    .tooltip-info--text:before {
      top: -4px;
      left: 50%;
      width: 20px;
      height: 20px;
      background: white;
      -webkit-transform: rotate(45deg) translateX(-50%);
      transform: rotate(45deg) translateX(-50%);
      -webkit-box-shadow: -5px -5px 11px -1px rgba(0, 0, 0, 0.1);
      box-shadow: -5px -5px 11px -1px rgba(0, 0, 0, 0.1); }
    .tooltip-info--text:after {
      top: -30px;
      left: 50%;
      width: 100px;
      height: 30px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .tooltip-info--text > div {
      display: inline-block;
      max-height: 250px;
      width: 100%; }
  .tooltip-info:hover .tooltip-info--text {
    opacity: 1;
    visibility: visible; }

.tooltip-info .tooltip-info--text .tooltip-info--text-simplebar {
  pointer-events: none; }

.tooltip-info:hover .tooltip-info--text .tooltip-info--text-simplebar {
  pointer-events: auto; }

.tooltip-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #f9f9f9; }
  .tooltip-block__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30px;
    margin-bottom: auto; }
    .tooltip-block__icon .icon--warning:before {
      color: inherit; }
  .tooltip-block__text p:last-of-type {
    padding-bottom: 0; }

.top-products-container {
  position: relative;
  padding-top: 15px; }
  .top-products-container.top-border:before {
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    background: #e0e0e0;
    width: calc(100% - 32px); }
  .top-products-container .product-pod > a:hover + .product-pod-text a {
    color: #ed2092; }
  .top-products-container .product-pod-text a {
    line-height: 20px;
    color: #444444;
    text-decoration: none; }
    .top-products-container .product-pod-text a:hover {
      color: #ed2092; }
    .top-products-container .product-pod-text a p {
      display: inline-block; }

.pdc-top-tips {
  width: calc(100% - 20px);
  position: relative;
  padding: 10px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px dashed #e0e0e0; }
  .pdc-top-tips p {
    padding: 0; }
  .pdc-top-tips .pdc-round-starburst {
    left: -20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: bold;
    text-transform: uppercase; }

.usp-section {
  padding: 20px 0; }
  .usp-section .usp-container {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .usp-section .usp-container .pdc-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
      flex: 0 0 31%;
      max-width: 31%;
      position: relative;
      padding-top: 38px;
      text-align: center; }
    .usp-section .usp-container img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.usp-wrapper .pdc-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center; }
  .usp-wrapper .pdc-column > a:first-child {
    color: inherit; }
    .usp-wrapper .pdc-column > a:first-child:hover, .usp-wrapper .pdc-column > a:first-child:focus, .usp-wrapper .pdc-column > a:first-child:active {
      text-decoration: none; }
  .usp-wrapper .pdc-column [class^="icon--"] {
    display: block;
    margin-bottom: 15px; }

.usp-carousel__usp p {
  text-align: center; }

.usp-carousel .swiper-container {
  width: calc(100% - 110px); }

.usp-carousel__icon {
  width: auto !important;
  display: block;
  margin-bottom: 10px; }

.usp-carousel .swiper-arrow-buttons--next {
  right: 20px; }

.usp-carousel .swiper-arrow-buttons--previous {
  left: 20px; }

.usp-container--5-column .pdc-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center; }
  .usp-container--5-column .pdc-column > a {
    color: inherit; }
    .usp-container--5-column .pdc-column > a:hover, .usp-container--5-column .pdc-column > a:focus, .usp-container--5-column .pdc-column > a:active {
      text-decoration: none; }
  .usp-container--5-column .pdc-column img {
    margin-bottom: 15px; }
  .usp-container--5-column .pdc-column p {
    padding: 0; }

.c-anchor-nav {
  padding: 6.5px 0;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0; }
  .c-anchor-nav,
  .c-anchor-nav *,
  .c-anchor-nav :before,
  .c-anchor-nav :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .c-anchor-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000; }
  .c-anchor-nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1024px;
    margin: 0 auto; }
  .c-anchor-nav__links {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c-anchor-nav__link {
    position: relative;
    color: #777777;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    font-weight: 500;
    padding: 10px 0;
    margin: 0 20px; }
    .c-anchor-nav__link:after {
      width: 0;
      height: 4px;
      background: #87a99f;
      -webkit-transition: width 400ms ease-out;
      transition: width 400ms ease-out;
      position: absolute;
      left: 0;
      bottom: -7px;
      content: ''; }
    .c-anchor-nav__link:hover:after, .c-anchor-nav__link--active:after {
      width: 100%; }
    .c-anchor-nav__link:hover, .c-anchor-nav__link:focus {
      text-decoration: none; }
  .c-anchor-nav__button-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .c-anchor-nav__button:last-child {
    margin-right: 70px; }
  .c-anchor-nav__call-out {
    padding: 3px 7px;
    margin: 0 10px 0 0;
    background-color: #e6edeb;
    border-radius: 40px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
    color: #87a99f; }

.c-bespoke {
  padding: 27px 0;
  background: #e6edeb; }
  .c-bespoke__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto; }
  .c-bespoke__image {
    position: absolute;
    left: -37px;
    top: 5px; }
  .c-bespoke__info {
    padding: 0 100px 0 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .c-bespoke__info p {
      padding: 0; }

.c-breadcrumbs {
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-bottom: 1px solid #eee;
  overflow: hidden; }
  .c-breadcrumbs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1370px;
    padding: 7px 35px;
    margin: 0 auto; }
    .c-breadcrumbs__nav a.home, .c-breadcrumbs__nav a {
      background: none;
      text-indent: 0;
      padding: 0;
      width: auto;
      color: #ed2092;
      text-decoration: none; }
      .c-breadcrumbs__nav a.home:hover, .c-breadcrumbs__nav a:hover {
        text-decoration: underline; }
    .c-breadcrumbs__nav a, .c-breadcrumbs__nav span {
      background: none;
      font-family: "Open Sans";
      font-size: 14px;
      padding: 0; }
    .c-breadcrumbs__nav span {
      color: #777; }
    .c-breadcrumbs__nav span.separator {
      display: block;
      font-family: "Open Sans";
      font-size: 14px;
      color: #777;
      padding: 0 7px 0 10px; }

/*
  Buttons

  <a href="/products" class="c-button">Shop now</button
  <button class="c-button c-button--secondary">Download templates<button>
  <a href="/products" class="c-button c-button--tertiary">Explore more</a>
 */
.c-button {
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid #ed2092;
  border-radius: 5px;
  background: #ed2092;
  color: #ffffff;
  -webkit-appearance: none;
  font-size: 13px !important;
  line-height: normal !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer; }
  .c-button:hover {
    text-decoration: none;
    background: #f796cc;
    border-color: #f796cc; }
  .c-button:disabled, .c-button.is-disabled {
    background: #bbbbbb;
    border-color: #bbbbbb;
    color: #58595B;
    pointer-events: none;
    opacity: 0.5; }
  .c-button.submitting, .c-button.is-submitting {
    pointer-events: unset;
    cursor: wait; }
  .c-button--secondary {
    border: 1px solid #ed2092;
    background: #ffffff;
    color: #ed2092;
    font-weight: 500; }
    .c-button--secondary:hover {
      background: #ffffff;
      color: #f796cc;
      border-color: #f796cc; }
    .c-button--secondary:disabled, .c-button--secondary.is-disabled {
      background: #bbbbbb; }
  .c-button--tertiary {
    border: none;
    padding: 0;
    background: none;
    color: #ed2092;
    letter-spacing: 1px !important;
    font-weight: 500;
    white-space: nowrap;
    overflow: visible; }
    .c-button--tertiary:before {
      width: 0;
      height: 2px;
      background: #ed2092;
      -webkit-transition: width 400ms ease-out;
      transition: width 400ms ease-out;
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0; }
    .c-button--tertiary:after {
      content: ' >';
      position: relative;
      right: 0;
      -webkit-transition: right 0.3s ease-out;
      transition: right 0.3s ease-out; }
    .c-button--tertiary:hover {
      background: none; }
      .c-button--tertiary:hover:before {
        width: calc(100% - 14px); }
      .c-button--tertiary:hover:after {
        right: -4px; }
    .c-button--tertiary:disabled, .c-button--tertiary.is-disabled {
      background: none; }
  .c-button--dashed {
    border: 1px dashed #777777;
    border-radius: 5px;
    background: none;
    color: #777777; }
    .c-button--dashed--large-dash {
      border: 2px dashed #777777; }
    .c-button--dashed--pink {
      border-color: #ed2092; }
    .c-button--dashed:hover {
      background: none;
      border-color: #ed2092; }
  .c-button--text {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    font-family: "Open Sans", Arial, sans-serif;
    color: #777777;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .c-button--text:hover {
      color: #ed2092;
      background: none;
      text-decoration: underline; }
  .c-button--with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none; }

.c-callout {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  min-width: 171px;
  background: #87a99f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 35px;
  text-align: center; }

.c-blog-card {
  display: block;
  position: relative;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  text-align: center; }
  .c-blog-card:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
    transition: opacity 0.35s ease-out, visibility 0.35s ease-out; }
  .c-blog-card:hover {
    text-decoration: none; }
    .c-blog-card:hover:after {
      opacity: 1;
      visibility: visible; }
    .c-blog-card:hover .c-blog-card__btn:before {
      width: calc(100% - 14px); }
    .c-blog-card:hover .c-blog-card__btn:after {
      right: -4px; }
  .c-blog-card__img-holder {
    position: relative;
    height: 158px;
    overflow: hidden; }
    .c-blog-card__img-holder img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      vertical-align: middle; }
  .c-blog-card__img {
    width: 100%;
    height: 100%;
    background: center/cover no-repeat #e6edeb; }
  .c-blog-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 156px;
    padding: 15px; }
    .c-blog-card__content--condensed {
      height: 123px;
      padding-top: 25px; }
  .c-blog-card__tag {
    display: block;
    margin-bottom: 5px;
    color: #87a99f;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
    font-weight: 600; }
  .c-blog-card__title {
    position: relative;
    height: 60px;
    padding: 0 !important;
    overflow: hidden; }
    .c-blog-card__title:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 20px;
      content: '';
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
    @supports (-webkit-line-clamp: 2) and (not (-ms-ime-align: auto)) {
      .c-blog-card__title {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 40px; }
        .c-blog-card__title:after {
          content: none; } }
  .c-blog-card__btn-holder {
    margin: auto 0 10px; }

.c-paper-card {
  display: block;
  position: relative;
  background-color: #fff;
  color: inherit;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-align: center; }
  .c-paper-card:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
    transition: opacity 0.35s ease-out, visibility 0.35s ease-out; }
  .c-paper-card:hover {
    text-decoration: none; }
    .c-paper-card:hover:after {
      opacity: 1;
      visibility: visible; }
    .c-paper-card:hover .c-paper-card__description {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .c-paper-card:hover .c-paper-card__btn:before {
      width: calc(100% - 14px); }
    .c-paper-card:hover .c-paper-card__btn:after {
      right: -4px; }
  .c-paper-card__img-holder {
    position: relative;
    height: 200px;
    overflow: hidden; }
    .c-paper-card__img-holder img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      vertical-align: middle; }
  .c-paper-card__callout {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    color: #ffffff;
    background: #87a99f;
    text-align: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 35px; }
  .c-paper-card__img {
    width: 100%;
    height: 100%;
    background: center/cover no-repeat #e6edeb; }
    .c-paper-card__img--contain {
      background: center/contain no-repeat #e6edeb; }
  .c-paper-card__description {
    position: absolute;
    bottom: -1px;
    max-height: 100%;
    min-width: 100%;
    padding: 20px;
    margin: 0 -1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
    .c-paper-card__description-link {
      display: inline-block;
      margin-top: 16px;
      color: #87a99f; }
      .c-paper-card__description-link--icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 100;
        cursor: pointer; }
        .c-paper-card__description-link--icon img {
          margin-right: 10px; }
    .c-paper-card__description p {
      padding: 0; }
    .c-paper-card__description ul {
      padding-bottom: 0 !important; }
    .c-paper-card__description li:last-child {
      margin-bottom: 0; }
  .c-paper-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 129px;
    padding: 25px 15px; }
  .c-paper-card__btn {
    z-index: 1; }
    .c-paper-card__btn-holder {
      margin: auto 0 10px; }

.c-product-card {
  display: block;
  position: relative;
  background-color: #fff;
  color: inherit;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-align: center; }
  .c-product-card:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
    transition: opacity 0.35s ease-out, visibility 0.35s ease-out; }
  .c-product-card:hover {
    text-decoration: none; }
    .c-product-card:hover:after {
      opacity: 1;
      visibility: visible; }
    .c-product-card:hover .c-product-card__description {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .c-product-card__img-holder {
    position: relative;
    height: 200px;
    overflow: hidden; }
    .c-product-card__img-holder img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      vertical-align: middle; }
  .c-product-card__callout {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    color: #ffffff;
    background: #87a99f;
    text-align: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 35px; }
  .c-product-card__img {
    width: 100%;
    height: 100%;
    background: center/cover no-repeat #e6edeb; }
    .c-product-card__img--contain {
      background: center/contain no-repeat #e6edeb; }
  .c-product-card__description {
    position: absolute;
    bottom: -1px;
    max-height: 100%;
    min-width: 100%;
    padding: 20px;
    margin: 0 -1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
    .c-product-card__description-link {
      display: inline-block;
      margin-top: 16px;
      color: #87a99f; }
      .c-product-card__description-link--icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 100;
        cursor: pointer; }
        .c-product-card__description-link--icon img {
          margin-right: 10px; }
    .c-product-card__description p {
      padding: 0; }
    .c-product-card__description ul {
      padding-bottom: 0 !important; }
    .c-product-card__description li:last-child {
      margin-bottom: 0; }
  .c-product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 129px;
    padding: 25px 15px; }
  .c-product-card__btn {
    z-index: 1; }
    .c-product-card__btn-holder {
      margin: auto 0 10px; }
  .c-product-card,
  .c-product-card * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .c-product-card--alt .c-product-card__content {
    padding: 18px 12px; }
  .c-product-card--alt .c-product-card__price-btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto; }
  .c-product-card--show-details .c-product-card__img-holder {
    height: 290px; }
  .c-product-card--show-details .c-product-card__options {
    position: absolute;
    left: 8px;
    bottom: 8px;
    font-size: 12px;
    color: #444444;
    text-align: left;
    letter-spacing: 0.1px; }
    .c-product-card--show-details .c-product-card__options .options-black {
      display: inline-block;
      border-radius: 50%;
      height: 20px;
      width: 20px;
      background-color: #000;
      border: #000;
      margin-top: 5px; }
    .c-product-card--show-details .c-product-card__options .options-white {
      display: inline-block;
      border-radius: 50%;
      height: 20px;
      width: 20px;
      background-color: #fff;
      border: #fff;
      margin: 5px 5px 0 5px; }
    .c-product-card--show-details .c-product-card__options .options-blue {
      display: inline-block;
      border-radius: 50%;
      height: 20px;
      width: 20px;
      background-color: #1f0f83;
      border: #1f0f83;
      margin-top: 5px; }
  .c-product-card--show-details .c-product-card__content {
    height: 100%;
    padding: 15px 0;
    text-align: left; }
  .c-product-card--show-details .c-product-card__price {
    font-family: "Montserrat", Arial, sans-serif; }
  .c-product-card--show-details .c-product-card__price-value {
    font-size: 20px; }
  .c-product-card--show-details .c-product-card__btn-cont {
    padding-top: 20px;
    text-align: center; }
    .c-product-card--show-details .c-product-card__btn-cont--group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .c-product-card--show-details:hover:after {
    opacity: 0;
    visibility: hidden; }
  .c-product-card:hover:not(.c-product-card--alt) .c-product-card__btn:before, .c-product-card:hover.c-product-card--alt-with-link .c-product-card__btn:before {
    width: calc(100% - 14px); }
  .c-product-card:hover:not(.c-product-card--alt) .c-product-card__btn:after, .c-product-card:hover.c-product-card--alt-with-link .c-product-card__btn:after {
    right: -4px; }
  .c-product-card__price-value {
    color: #000000;
    font-weight: 700; }

.c-filter {
  position: relative;
  width: 242px; }
  .c-filter .multiselect {
    position: relative;
    font-size: 14px;
    color: #777;
    cursor: pointer; }
    .c-filter .multiselect-enter, .c-filter .multiselect-leave-active {
      opacity: 0; }
    .c-filter .multiselect-enter-active, .c-filter .multiselect-leave-active {
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    .c-filter .multiselect--active:before, .c-filter .multiselect.is-chosen:before {
      width: 100% !important; }
    .c-filter .multiselect--active .multiselect__select:before {
      top: 8px;
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
    .c-filter .multiselect:focus {
      outline: none; }
    .c-filter .multiselect:before {
      width: 0;
      height: 4px;
      background: #87a99f;
      -webkit-transition: width 400ms ease-out;
      transition: width 400ms ease-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0; }
    .c-filter .multiselect.dropdown-right .multiselect__content-wrapper {
      right: 0; }
    .c-filter .multiselect__tags {
      padding: 0 45px 0 13px;
      height: 40px;
      line-height: 42px;
      border: 1px solid #e8e8e8;
      border-radius: 0;
      background-color: #fff; }
    .c-filter .multiselect__single {
      margin: 0;
      padding: 0; }
    .c-filter .multiselect__content-wrapper {
      position: absolute;
      z-index: 10;
      width: 100%;
      margin-top: -1px;
      overflow: auto;
      border: solid #e8e8e8;
      border-width: 0 1px 1px;
      background-color: #fff;
      -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      cursor: default; }
    .c-filter .multiselect__content {
      margin: 0;
      padding: 15px;
      min-width: 100%;
      list-style: none;
      background-color: #fff; }
    .c-filter .multiselect__option {
      position: relative;
      display: block;
      min-height: 40px;
      padding: 10px;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
      background-color: #fff;
      font-size: 14px;
      cursor: pointer;
      -webkit-transition: color 250ms ease-out;
      transition: color 250ms ease-out; }
      .c-filter .multiselect__option:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        -webkit-box-shadow: 0 0 0 2px #87a99f inset;
        box-shadow: 0 0 0 2px #87a99f inset;
        border-radius: 5px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 250ms ease-out;
        transition: all 250ms ease-out; }
    .c-filter .multiselect__element {
      margin-bottom: 13px;
      font-weight: 600; }
      .c-filter .multiselect__element:nth-last-child(3) {
        margin-bottom: 0; }
    .c-filter .multiselect__select {
      position: absolute;
      top: 1px;
      right: 1px;
      z-index: 1;
      width: 40px;
      height: 100%;
      padding: 4px 8px;
      text-align: center;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease;
      cursor: pointer; }
      .c-filter .multiselect__select:before {
        content: '';
        position: relative;
        top: 3px;
        right: 3px;
        display: inline-block;
        width: 10px;
        height: 10px;
        border: solid #ed2092;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .c-filter .multiselect__select:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        min-width: 190px;
        width: 100%;
        height: 100%; }
  .c-filter--multi {
    width: 210px; }
    .c-filter--multi .multiselect--active .multiselect__tags:before {
      opacity: 1;
      visibility: visible; }
    .c-filter--multi .multiselect__content {
      padding: 0; }
    .c-filter--multi .multiselect__content-wrapper {
      min-width: 346px;
      top: 122%;
      -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #e8e8e8; }
    .c-filter--multi .multiselect__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 14px;
      padding: 22px 13px 17px;
      background-color: #fff;
      border: solid #e8e8e8;
      border-width: 1px 0; }
      .c-filter--multi .multiselect__header h5 {
        padding: 0; }
    .c-filter--multi .multiselect__select-all-btn {
      border: none;
      color: #ed2092;
      background: none;
      font-size: 14px;
      font-family: 'Open Sans', Arial, sans-serif;
      cursor: pointer; }
      .c-filter--multi .multiselect__select-all-btn:hover {
        text-decoration: underline; }
      .c-filter--multi .multiselect__select-all-btn--is-disabled {
        pointer-events: none;
        color: #ccc; }
    .c-filter--multi .multiselect__tags:before {
      content: '';
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      position: absolute;
      top: calc(100% - 1px);
      right: 0;
      left: 0;
      z-index: 11;
      height: 11px;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 150ms ease-out;
      transition: all 150ms ease-out; }
    .c-filter--multi .multiselect__element {
      margin: 0 15px 0 13px; }
    .c-filter--multi .multiselect__option {
      min-height: auto;
      padding: 0;
      cursor: default; }
      .c-filter--multi .multiselect__option--selected .multiselect__option-row {
        background: #87a99f;
        color: #ffffff; }
        .c-filter--multi .multiselect__option--selected .multiselect__option-row:before {
          opacity: 1;
          visibility: visible; }
        .c-filter--multi .multiselect__option--selected .multiselect__option-row.is-disabled {
          background: #C6D5D0;
          -webkit-box-shadow: 0 0 0 2px #C6D5D0 inset;
          box-shadow: 0 0 0 2px #C6D5D0 inset;
          opacity: 1; }
          .c-filter--multi .multiselect__option--selected .multiselect__option-row.is-disabled:before {
            -webkit-box-shadow: 0 0 0 2px #C6D5D0 inset;
            box-shadow: 0 0 0 2px #C6D5D0 inset; }
      .c-filter--multi .multiselect__option:hover:not(.multiselect__option--selected) .multiselect__option-row:not(.is-disabled) {
        color: #87a99f; }
        .c-filter--multi .multiselect__option:hover:not(.multiselect__option--selected) .multiselect__option-row:not(.is-disabled):before {
          opacity: 1;
          visibility: visible; }
    .c-filter--multi .multiselect__option {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .c-filter--multi .multiselect__option--group {
      display: none; }
    .c-filter--multi .multiselect__option-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      min-height: 40px;
      margin-bottom: 13px;
      padding: 11px 10px 6px 13px;
      font-size: 14px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
      border-radius: 4px;
      cursor: pointer;
      -webkit-transition: all 250ms ease-out;
      transition: all 250ms ease-out; }
      .c-filter--multi .multiselect__option-row:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        -webkit-box-shadow: 0 0 0 2px #87a99f inset;
        box-shadow: 0 0 0 2px #87a99f inset;
        border-radius: 5px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 250ms ease-out;
        transition: all 250ms ease-out; }
      .c-filter--multi .multiselect__option-row span:first-child {
        margin-right: auto; }
    .c-filter--multi .multiselect .is-disabled {
      position: relative;
      opacity: 0.5;
      cursor: default; }
      .c-filter--multi .multiselect .is-disabled:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
  .c-filter:not(.c-filter--multi):before {
    content: '';
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: calc(100% - 2px);
    left: 1px;
    height: 20px;
    background: white;
    z-index: 11;
    top: 80%;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }
  .c-filter:not(.c-filter--multi).is-open:before {
    opacity: 1;
    visibility: visible; }
  .c-filter:not(.c-filter--multi) .multiselect__option:hover:not(.multiselect__option--selected) {
    color: #87a99f; }
    .c-filter:not(.c-filter--multi) .multiselect__option:hover:not(.multiselect__option--selected):before {
      opacity: 1;
      visibility: visible; }
  .c-filter:not(.c-filter--multi) .multiselect__option--selected {
    color: #ffffff;
    background-color: #87a99f; }

/*
<div class="c-form-text">
    <input id="sample-pack-town"
           class="c-form-text__input js-sample-pack-town"
           type="text"
           placeholder="Town"
    />
    <label class="c-form-text__label" for="sample-pack-town">Town</label>
</div>
 */
.c-form-text {
  position: relative;
  margin-bottom: 10px; }
  .c-form-text__input {
    height: 45px;
    width: 100%;
    padding: 10px;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #777777;
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .c-form-text__input::-webkit-input-placeholder {
      color: #b4b4b4; }
    .c-form-text__input::-moz-placeholder {
      color: #b4b4b4; }
    .c-form-text__input:-ms-input-placeholder {
      color: #b4b4b4; }
    .c-form-text__input::-ms-input-placeholder {
      color: #b4b4b4; }
    .c-form-text__input::placeholder {
      color: #b4b4b4; }
    .c-form-text__input:not(:placeholder-shown) {
      padding: 25px 10px 10px; }
    .c-form-text__input:not(:placeholder-shown) + label,
    .c-form-text__input:-webkit-autofill + label {
      -webkit-transform: translateY(-17px);
      transform: translateY(-17px);
      opacity: 1; }
    .c-form-text__input:-webkit-autofill:focus {
      font-size: 14px; }
    .c-form-text__input:disabled, .c-form-text__input.is-disabled, .c-form-text__input[readonly] {
      background: #f2f2f2;
      cursor: not-allowed; }
      .c-form-text__input:disabled + label, .c-form-text__input.is-disabled + label, .c-form-text__input[readonly] + label {
        cursor: not-allowed; }
  .c-form-text__label {
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
    opacity: 0;
    color: #b4b4b4;
    font-size: 12px !important;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

/*
This class uses jQuery Select2 plugin.

<div class="c-form-select">
    <select id="sample-pack-type" class="js-sample-pack-type" data-di-field-id="sample-pack-type">
        <option value="bestsellers">Bestsellers</option>
        <option value="wedding">Wedding Print Boutique</option>
        <option value="business">Business Cards</option>
        <option value="photography">Photography Collection</option>
    </select>
</div>
*/
.c-form-select {
  margin-bottom: 10px; }
  .c-form-select .select2-container {
    width: 100%; }
    .c-form-select .select2-container:before {
      display: inline-block;
      content: '';
      position: absolute;
      top: 14px;
      right: 17px;
      z-index: 1;
      width: 12px;
      height: 12px;
      border: solid #ed2092;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .c-form-select .select2-container .select2-arrow {
      display: none !important; }
    .c-form-select .select2-container .select2-choice {
      height: 45px;
      padding: 9.5px 10px;
      border: 1px solid #d6d6d6 !important;
      border-radius: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #ffffff !important;
      color: #777777; }
    .c-form-select .select2-container.select2-container-disabled .select2-choice {
      background: #f2f2f2 !important;
      cursor: not-allowed; }
    .c-form-select .select2-container .select2-chosen {
      margin: 0; }

.c-form-select-dropdown.select2-drop {
  border: 1px solid #d6d6d6;
  border-radius: 0 !important;
  color: #777777;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px; }
  .c-form-select-dropdown.select2-drop:not(.select2-drop-above) {
    border-top: 0; }
  .c-form-select-dropdown.select2-drop.select2-drop-above {
    border-top: 1px solid #d6d6d6 !important; }

.c-form-select-dropdown .select2-results {
  padding: 0;
  margin: 0; }
  .c-form-select-dropdown .select2-results .select2-result-label {
    padding: 9.5px 10px; }
  .c-form-select-dropdown .select2-results .select2-highlighted {
    background: #ffffff;
    color: #777777; }

/*
<div id="marketingPreferencesSection" class="c-form-checkbox mb-12">
    <input class="c-form-checkbox__input" type="checkbox" name="subscribe" id="subscribe" >
    <label class="c-form-checkbox__label" for="subscribe">
        <span class="c-form-checkbox__checkbox"></span>
        <span class="c-form-checkbox__text">
            Subscribe
        </span>
    </label>
</div>
*/
.c-form-checkbox__input {
  opacity: 0;
  position: absolute; }
  .c-form-checkbox__input:checked + .c-form-checkbox__label .c-form-checkbox__checkbox {
    border-color: #87a99f; }
    .c-form-checkbox__input:checked + .c-form-checkbox__label .c-form-checkbox__checkbox:before, .c-form-checkbox__input:checked + .c-form-checkbox__label .c-form-checkbox__checkbox:after {
      opacity: 1; }

.c-form-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.c-form-checkbox__checkbox {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border: 2px solid #e0e0e0;
  background: #ffffff; }
  .c-form-checkbox__checkbox:before, .c-form-checkbox__checkbox:after {
    opacity: 0;
    position: absolute;
    width: 2px;
    content: '';
    background: #87a99f; }
  .c-form-checkbox__checkbox:before {
    top: 12px;
    left: 10px;
    height: 6px;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%); }
  .c-form-checkbox__checkbox:after {
    top: 10px;
    left: 9px;
    height: 14px;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%); }

.c-header-main {
  height: 400px;
  width: 100%; }
  .c-header-main__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: center / cover no-repeat #eee; }
    .c-header-main__slide--left .c-header-main__slide-text {
      margin-left: 90px; }
    .c-header-main__slide--right .c-header-main__slide-text {
      margin-right: 90px; }
    .c-header-main__slide-content {
      max-width: 1024px;
      margin: 0 auto;
      height: 100%; }
    .c-header-main__slide-text {
      width: 40%;
      width: 100%;
      height: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
  .c-header-main .swiper-button--previous {
    left: rem-calc(37); }
  .c-header-main .swiper-button--next {
    right: rem-calc(37); }
  .c-header-main__pagination {
    top: calc(50% + 113px);
    left: 253px !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    width: auto !important; }
    .c-header-main__pagination .swiper-pagination-bullet {
      width: 26px;
      height: 4px;
      margin-right: 10px;
      border-radius: 0;
      background: white;
      opacity: 1; }
      .c-header-main__pagination .swiper-pagination-bullet-active {
        background: #87a99f; }

.c-instagram {
  padding: 20px 50px 30px !important; }
  .c-instagram .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .c-instagram__slide {
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear; }
    .c-instagram__slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) {
      -webkit-transform: scale(0.79);
      transform: scale(0.79); }
    .c-instagram__slide.swiper-slide-active .c-instagram__slide-image img, .c-instagram__slide.swiper-slide-duplicate-active .c-instagram__slide-image img {
      -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }
      .c-instagram--no-shadow .c-instagram__slide.swiper-slide-active .c-instagram__slide-image img, .c-instagram--no-shadow .c-instagram__slide.swiper-slide-duplicate-active .c-instagram__slide-image img {
        -webkit-box-shadow: none;
        box-shadow: none; }
  .c-instagram__slide-image {
    height: 100%; }
    .c-instagram__slide-image img {
      -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
      -webkit-transition: -webkit-box-shadow 0.35s ease-out;
      transition: -webkit-box-shadow 0.35s ease-out;
      transition: box-shadow 0.35s ease-out;
      transition: box-shadow 0.35s ease-out, -webkit-box-shadow 0.35s ease-out; }
  .c-instagram .swiper-button--previous {
    left: 0; }
  .c-instagram .swiper-button--next {
    right: 0; }

.mobile-mode .c-instagram .swiper-button--previous {
  left: 20px; }

.mobile-mode .c-instagram .swiper-button--next {
  right: 20px; }

.c-page-banner {
  padding: 80px 0;
  background: center / cover no-repeat; }
  .c-page-banner__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto; }

.c-page-header {
  background: center/cover no-repeat #e6edeb;
  height: 190px;
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .c-page-header--patterned-pills {
    background: url(/assets/images/patterns/pill-pattern.jpg) center center/contain #e6edeb; }
  .c-page-header__content {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    height: 100%; }
  .c-page-header__heading {
    padding-bottom: 8px; }
  .c-page-header__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    text-align: center; }

.c-pop-up .promo-inner {
  position: fixed;
  width: 325px;
  height: inherit;
  top: 50%;
  left: 50%;
  padding: 40px 24px 24px;
  margin-top: 0 !important;
  background: #fff url(/assets/images/patterns/zig-zag-pop-up-pattern.png) no-repeat center center/cover;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #CCCCCC;
  box-shadow: 0 0 5px #CCCCCC;
  text-align: center;
  z-index: 1001;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .c-pop-up .promo-inner p {
    color: #777; }

.c-pop-up__over-lay {
  background: black;
  opacity: 0.8; }

.c-pop-up__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 29px;
  height: 29px;
  padding: 0;
  margin: 0 !important;
  border: none;
  background: none; }
  .c-pop-up__close:hover {
    cursor: pointer; }
  .c-pop-up__close:before, .c-pop-up__close:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 15px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #777; }
  .c-pop-up__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-pop-up__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.c-pop-up .js-promo-cancel {
  float: none !important;
  font-weight: normal !important; }

/*
  <div class="c-product-header" style="background-image: url('')">
      <div class="c-product-header__content">
          <div class="c-product-header__box">
              <h1>Header text</h1>
              <p>Paragraph text</p>
          </div>
      </div>
  </div>
*/
.c-product-header {
  height: 400px;
  width: 100%;
  background: center/cover no-repeat #e6edeb; }
  .c-product-header,
  .c-product-header *,
  .c-product-header :before,
  .c-product-header :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .c-product-header__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1024px;
    height: 100%;
    margin: 0 auto; }
  .c-product-header__box {
    width: 437px;
    padding: 14px 30px;
    background: #ffffff; }
    .c-product-header__box h1 {
      padding-bottom: 12px; }
  .c-product-header__price {
    margin-top: -13px;
    padding-bottom: 7px !important;
    color: #444 !important;
    letter-spacing: 0.52px !important; }
    .c-product-header__price-from {
      font-size: 12px;
      font-weight: 400;
      color: #777777; }
  .c-product-header__trustpilot-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 437px;
    padding: 10px 25px;
    margin-top: 5px;
    background: #ffffff; }
    .c-product-header__trustpilot-box:hover, .c-product-header__trustpilot-box:focus {
      text-decoration: none; }
    .c-product-header__trustpilot-box img {
      display: block;
      max-width: 100%; }
  .c-product-header__trustpilot-logo {
    position: relative;
    top: -3px;
    margin-right: 38px;
    width: 112px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .c-product-header__trustpilot-rating {
    padding-bottom: 0 !important;
    margin-right: 20px; }
  .c-product-header__trustpilot-stars {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px; }
  .c-product-header__trustpilot-reviews {
    padding: 5px 0 0 0 !important;
    line-height: 1 !important; }
  .c-product-header__banner_callout {
    position: absolute;
    height: 94px;
    width: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    border-radius: 100%;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ed2092;
    cursor: pointer; }
    .c-product-header__banner_callout strong {
      font-size: 23px;
      font-weight: 600;
      text-transform: uppercase; }
    .c-product-header__banner_callout--transparent {
      background: none; }
    .c-product-header__banner_callout:hover {
      text-decoration: none; }

.mobile-mode .c-product-header__content {
  max-width: 100%;
  padding: 0 19px;
  text-align: left; }

.mobile-mode .c-product-header__box {
  position: relative;
  width: 100%;
  padding: 10px 10px 15px 20px;
  background: rgba(255, 255, 255, 0.9); }
  .mobile-mode .c-product-header__box h1 {
    font-size: 28px; }
  .mobile-mode .c-product-header__box p {
    text-align: left; }

.mobile-mode .c-product-header__callout {
  position: absolute;
  top: -30px;
  right: 5px;
  height: 60px;
  width: 60px;
  background: white;
  border-radius: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #ed2092;
  line-height: 60px;
  font-size: 16px;
  text-align: center; }

.mobile-mode .c-product-header__price {
  margin-top: -5px; }

.mobile-mode .c-product-header__trustpilot-box {
  width: 100%;
  background: rgba(255, 255, 255, 0.9); }

.mobile-mode .c-product-header__trustpilot-rating {
  display: none; }

.mobile-mode .c-product-header--mobile-click-callout {
  height: 100%;
  padding-bottom: 20px;
  background: top/contain no-repeat white;
  border-bottom: 1px solid #e0e0e0; }
  .mobile-mode .c-product-header--mobile-click-callout .c-product-header__box {
    margin-top: 195px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .mobile-mode .c-product-header--mobile-click-callout .c-product-header__trustpilot-box {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.c-select .multiselect {
  position: relative;
  min-width: 190px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  cursor: pointer; }
  .c-select .multiselect:focus {
    outline: none; }
  .c-select .multiselect__select {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    width: 40px;
    height: 100%;
    padding: 4px 8px;
    text-align: center;
    cursor: pointer; }
    .c-select .multiselect__select:before {
      content: '';
      position: relative;
      top: 6px;
      right: 3px;
      display: inline-block;
      width: 12px;
      height: 12px;
      border: solid #ed2092;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .c-select .multiselect__tags {
    padding: 0 45px 0 13px;
    height: 40px;
    line-height: 42px; }
  .c-select .multiselect__content {
    width: 100%;
    padding: 0 15px; }
    .c-select .multiselect__content-wrapper {
      position: absolute;
      z-index: 10;
      width: calc(100% + 2px);
      margin-top: -1px;
      margin-left: -1px;
      overflow: auto;
      border: solid #e0e0e0;
      border-width: 0 1px 1px;
      background-color: #fff; }
  .c-select .multiselect__single {
    display: inline-block;
    width: 100%; }
  .c-select .multiselect__element .multiselect__option {
    display: inline-block;
    width: 100%;
    padding: 7px 0; }

/*
<div class="c-steps">
    <div class="c-steps__step">
        <div class="c-steps__icon">1</div>
        <h4>Step 1</h4>
        <p>Bacon ipsum dolor amet chicken chuck short loin cow, strip steak</p>
    </div>

    <div class="c-steps__step">
        <div class="c-steps__icon">2</div>
        <h4>Step 2</h4>
        <p>Drumstick swine venison pancetta pork belly pig bresaola short ribs.</p>
    </div>

    <div class="c-steps__step">
        <div class="c-steps__icon">3</div>
        <h4>Step 3</h4>
        <p>Turducken burgdoggen cupim, kevin fatback doner ham brisket.</p>
    </div>

    <div class="c-steps__step">
        <div class="c-steps__icon">4</div>
        <h4>Step 3</h4>
        <p>Bacon turkey brisket tenderloin spare ribs turducken burger</p>
    </div>
</div>
*/
.c-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center; }
  .c-steps__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 225px; }
    .c-steps__step:last-child .c-steps__icon:after {
      content: none; }
    .c-steps__step:first-child .c-steps__icon:before {
      content: none; }
    .c-steps__step p {
      max-width: 100%; }
  .c-steps__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 135px;
    height: 135px;
    border: 3px solid #ed2092;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #ed2092;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 42px;
    font-weight: 500; }
    .c-steps__icon:before {
      content: '';
      position: absolute;
      left: -10px;
      top: 50%;
      display: inline-block;
      width: 22px;
      height: 22px;
      border: solid #ed2092;
      border-width: 0 2px 2px 0;
      -webkit-transform: translate(-100%, -50%) rotate(-45deg);
      transform: translate(-100%, -50%) rotate(-45deg); }
    .c-steps__icon:after {
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 2px;
      width: 130px;
      content: '';
      background: #ed2092; }
    .c-steps__icon img {
      max-width: 90px;
      vertical-align: middle; }
    .c-steps__icon--no-border {
      height: 90px;
      border: none;
      margin-bottom: 5px; }
  .c-steps--3-column .c-steps__icon:after {
    width: 263px; }
  .c-steps--carousel .c-steps__step {
    width: auto; }

.c-tabs {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0; }
  .c-tabs,
  .c-tabs *,
  .c-tabs :before,
  .c-tabs :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .c-tabs__tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0; }
  .c-tabs__tab {
    position: relative;
    bottom: -1px;
    width: 233px;
    padding: 16px 0;
    border: 1px solid #f5f5f5;
    border-bottom: 0;
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
    color: #777777;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    -webkit-appearance: none;
    overflow: hidden;
    cursor: pointer; }
    .c-tabs__tab:focus {
      outline: 0; }
    .c-tabs__tab:not(:last-child) {
      margin-right: 30px; }
    .c-tabs__tab:not(.is-active) {
      -webkit-box-shadow: inset 0px -10px 8px -8px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px -10px 8px -8px rgba(0, 0, 0, 0.3); }
    .c-tabs__tab.is-active {
      background: #ffffff;
      border-color: #e0e0e0; }
      .c-tabs__tab.is-active:before {
        width: 100%; }
    .c-tabs__tab:before {
      width: 0;
      height: 4px;
      background: #87a99f;
      -webkit-transition: width 400ms ease-out;
      transition: width 400ms ease-out;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
  .c-tabs__content {
    display: none;
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 0; }
    .c-tabs__content.is-active {
      display: block; }

.mobile-mode .c-tabs__tab-container {
  padding: 0 10px; }

.mobile-mode .c-tabs__tab {
  padding: 16px 10px; }
  .mobile-mode .c-tabs__tab:not(:last-child) {
    margin-right: 10px; }

.c-tool-bar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: white; }
  .c-tool-bar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    padding: 7px 20px 7px 35px;
    margin: auto; }
  .c-tool-bar .warning-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 0 auto;
    padding: 7px 8px;
    background: #f8f8f8; }
    .c-tool-bar .warning-box__icon {
      margin-right: 8px; }

.c-trustpilot-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 670px;
  padding: 10px 25px;
  margin: 5px auto 0;
  background: #ffffff;
  color: #777777; }
  .c-trustpilot-widget:hover, .c-trustpilot-widget:focus {
    text-decoration: none; }
  .c-trustpilot-widget img {
    display: block;
    max-width: 100%; }
  .c-trustpilot-widget__logo {
    position: relative;
    top: -3px;
    width: 112px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .c-trustpilot-widget__rating {
    font-size: 18px;
    font-weight: 600; }
  .c-trustpilot-widget__reviews {
    font-size: 18px; }
  .c-trustpilot-widget__stars {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px; }

.c-usps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .c-usps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    text-align: center; }
  .c-usps__icon [class^="icon--"] {
    display: block;
    margin-bottom: 15px; }
  .c-usps__icon--img-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 15px; }
  .c-usps__link {
    margin-top: auto; }
  .c-usps--carousel .c-usps__item {
    width: auto; }
  .c-usps--carousel .swiper-button {
    top: 45px; }
    .c-usps--carousel .swiper-button--next {
      right: 8px; }
    .c-usps--carousel .swiper-button--previous {
      left: 8px; }

.swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer; }
  .swiper-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 20px;
    background: #ed2092; }
  .swiper-button:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border: solid #ed2092;
    border-width: 0 1px 1px 0; }
  .swiper-button--previous {
    left: 28px; }
    .swiper-button--previous:after {
      right: calc(50% - 7px);
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
      transform: translate(-50%, -50%) rotate(135deg); }
  .swiper-button--next {
    right: 28px; }
    .swiper-button--next:after {
      left: calc(50% + 4px);
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

.swiper-pagination--custom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  bottom: 30px !important; }

.swiper-pagination-bullet--custom {
  display: inline-block !important;
  margin: 0 !important;
  width: 30px !important;
  height: 4px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  opacity: 1 !important; }
  .swiper-pagination-bullet--custom:not(:last-child) {
    margin-right: 10px !important; }
  .swiper-pagination-bullet--custom:focus {
    outline: 0 !important; }
  .swiper-pagination-bullet--custom.is-active {
    background: #87a99f !important; }

.swiper-insufficient-slides .swiper-wrapper {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swiper-insufficient-slides .swiper-button {
  opacity: 0;
  visibility: hidden; }

.swiper-insufficient-slides .swiper-slide {
  cursor: pointer; }

.swiper-container.card-hover-on-active .swiper-slide:not(.swiper-slide-active) [class*="-card"]:hover:after {
  opacity: 0;
  visibility: hidden; }

.swiper-container.card-hover-on-active .swiper-slide:not(.swiper-slide-active) [class*="-card"]:hover [class*="__description"] {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

.swiper-container.card-hover-on-active .swiper-slide:not(.swiper-slide-active) [class*="-card"]:hover [class*="__btn"]:before {
  width: 0; }

.swiper-container.card-hover-on-active .swiper-slide:not(.swiper-slide-active) [class*="-card"]:hover [class*="__btn"]:after {
  right: 0px; }

.swiper-container.card-hover-on-active .swiper-slide-active [class*="-card"]:after {
  opacity: 1;
  visibility: visible; }

.swiper-container.card-hover-on-active .swiper-slide-active [class*="-card"] [class*="__description"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container.card-hover-on-active .swiper-slide-active [class*="-card"] [class*="__btn"]:before {
  width: calc(100% - 14px); }

.swiper-container.card-hover-on-active .swiper-slide-active [class*="-card"] [class*="__btn"]:after {
  right: -4px; }

.product-swiper .swiper-wrapper {
  margin-bottom: 10px; }

.mobile-mode .swiper-button--previous {
  left: 20px; }

.mobile-mode .swiper-button--next {
  right: 20px; }
